[ Sep 17 20:36:48 Enabled. ] [ Sep 17 20:36:48 Rereading configuration. ] [ Sep 17 20:36:50 Rereading configuration. ] [ Sep 17 20:36: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 [ Sep 17 20:36: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.09.17 20:36:56.911694 [ 1 ] {} Application: Will watch for the process with pid 25043 2025.09.17 20:36:56.912125 [ 1 ] {} Application: Forked a child process to watch 2025.09.17 20:36:57.373949 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 25043 2025.09.17 20:36:57.374741 [ 1 ] {} Application: starting up 2025.09.17 20:36:57.374897 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2025.09.17 20:36:57.482679 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2025.09.17 20:36:57.533602 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2025.09.17 20:36:57.533683 [ 1 ] {} Application: Initializing DateLUT. 2025.09.17 20:36:57.533701 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2025.09.17 20:36:57.533760 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2025.09.17 20:36:57.534371 [ 1 ] {} Application: Initializing interserver credentials. 2025.09.17 20:36:57.536744 [ 1 ] {} ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' Processing configuration file '/opt/oxide/clickhouse/config.xml'. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2025.09.17 20:36:57.537633 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.09.17 20:36:57.539053 [ 1 ] {} Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) 2025.09.17 20:36:57.539115 [ 1 ] {} Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) 2025.09.17 20:36:57.539158 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2025.09.17 20:36:57.539914 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2025.09.17 20:36:57.541070 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2025.09.17 20:36:57.547013 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2025.09.17 20:36:57.547713 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2025.09.17 20:36:57.549017 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.09.17 20:36:57.549121 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.09.17 20:36:57.550172 [ 1 ] {} ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' Processing configuration file '/opt/oxide/clickhouse/config.xml'. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2025.09.17 20:36:57.550636 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.09.17 20:36:57.554960 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.09.17 20:36:57.555360 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2025.09.17 20:36:57.558807 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2025.09.17 20:36:57.559199 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2025.09.17 20:36:57.559593 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2025.09.17 20:36:57.559929 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2025.09.17 20:36:57.561405 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2025.09.17 20:36:57.561432 [ 1 ] {} Application: Loading metadata from /data/ 2025.09.17 20:36:57.561526 [ 168 ] {} DNSResolver: Updating DNS cache 2025.09.17 20:36:57.561623 [ 168 ] {} DNSResolver: Updated DNS cache 2025.09.17 20:36:57.575900 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2025.09.17 20:36:57.575928 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000176655 sec 2025.09.17 20:36:57.575990 [ 1 ] {} ReferentialDeps: No tables 2025.09.17 20:36:57.576031 [ 1 ] {} LoadingDeps: No tables 2025.09.17 20:36:57.576777 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2025.09.17 20:36:57.577435 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2025.09.17 20:36:57.590185 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2025.09.17 20:36:57.590238 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2025.09.17 20:36:57.590329 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2025.09.17 20:36:57.590343 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2025.09.17 20:36:57.590377 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2025.09.17 20:36:57.590460 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2025.09.17 20:36:57.594746 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2025.09.17 20:36:57.594806 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2025.09.17 20:36:57.594866 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2025.09.17 20:36:57.595106 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2025.09.17 20:36:57.595149 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2025.09.17 20:36:57.595162 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2025.09.17 20:36:57.595298 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2025.09.17 20:36:57.595323 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2025.09.17 20:36:57.595366 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2025.09.17 20:36:57.595457 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2025.09.17 20:36:57.619904 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2025.09.17 20:36:57.623648 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2025.09.17 20:36:57.623729 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000102843 sec 2025.09.17 20:36:57.623745 [ 1 ] {} ReferentialDeps: No tables 2025.09.17 20:36:57.623756 [ 1 ] {} LoadingDeps: No tables 2025.09.17 20:36:57.623786 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2025.09.17 20:36:57.624012 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2025.09.17 20:36:57.624113 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2025.09.17 20:36:57.624127 [ 1 ] {} Application: Loaded metadata. 2025.09.17 20:36:57.624145 [ 1 ] {} Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). 2025.09.17 20:36:57.624156 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2025.09.17 20:36:57.654753 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.09.17 20:36:57.654979 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.79 MiB (RSS), difference: 92.01 MiB 2025.09.17 20:36:57.656447 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.316e-05 sec. 2025.09.17 20:36:57.656848 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2025.09.17 20:36:57.658177 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2025.09.17 20:36:57.658197 [ 1 ] {} Application: Ready for connections. 2025.09.17 20:36:57.933459 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:57239 2025.09.17 20:36:57.934431 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:36:57.934491 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Authenticating user 'default' from [fd00:1122:3344:101::d]:57239 2025.09.17 20:36:57.934519 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:36:57.934593 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:36:57.934684 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.09.17 20:36:57.934710 [ 3 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.09.17 20:36:57.934781 [ 3 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.09.17 20:36:57.935442 [ 254 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:59277 2025.09.17 20:36:57.935444 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:54753 2025.09.17 20:36:57.935622 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:36069 2025.09.17 20:36:57.935652 [ 254 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:36:57.935761 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:36:57.935764 [ 254 ] {} TCP-Session: 4e582f41-7737-4cf0-b739-f58ea6a5836c Authenticating user 'default' from [fd00:1122:3344:101::d]:59277 2025.09.17 20:36:57.935780 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:41860 2025.09.17 20:36:57.935813 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Authenticating user 'default' from [fd00:1122:3344:101::d]:54753 2025.09.17 20:36:57.935826 [ 254 ] {} TCP-Session: 4e582f41-7737-4cf0-b739-f58ea6a5836c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:36:57.935783 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:49879 2025.09.17 20:36:57.935950 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:36:57.935954 [ 254 ] {} TCP-Session: 4e582f41-7737-4cf0-b739-f58ea6a5836c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:36:57.936036 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:36:57.936480 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:36:57.936549 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:55014 2025.09.17 20:36:57.936589 [ 4 ] {} TCP-Session: 77bfb918-63e2-4ed8-898c-b7c242d48f32 Authenticating user 'default' from [fd00:1122:3344:101::d]:36069 2025.09.17 20:36:57.936617 [ 4 ] {} TCP-Session: 77bfb918-63e2-4ed8-898c-b7c242d48f32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:36:57.936632 [ 4 ] {} TCP-Session: 77bfb918-63e2-4ed8-898c-b7c242d48f32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:36:57.936692 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:36:57.936718 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48974 2025.09.17 20:36:57.936763 [ 256 ] {} TCP-Session: 55ceb298-1d59-458d-bb2e-2197ddd253e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:49879 2025.09.17 20:36:57.936862 [ 256 ] {} TCP-Session: 55ceb298-1d59-458d-bb2e-2197ddd253e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:36:57.936877 [ 256 ] {} TCP-Session: 55ceb298-1d59-458d-bb2e-2197ddd253e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:36:57.937342 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:36:57.937438 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:40500 2025.09.17 20:36:57.937446 [ 255 ] {} TCP-Session: f2936369-0d3d-4d77-b434-090ee81a978a Authenticating user 'default' from [fd00:1122:3344:101::d]:41860 2025.09.17 20:36:57.937487 [ 255 ] {} TCP-Session: f2936369-0d3d-4d77-b434-090ee81a978a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:36:57.937499 [ 255 ] {} TCP-Session: f2936369-0d3d-4d77-b434-090ee81a978a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:36:57.938167 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:36:57.938202 [ 259 ] {} TCP-Session: 8fae7cd2-3a84-4279-97d7-faa4ed81dab1 Authenticating user 'default' from [fd00:1122:3344:101::d]:40500 2025.09.17 20:36:57.938189 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:36:57.938261 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:36:57.938241 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:36:57.938220 [ 259 ] {} TCP-Session: 8fae7cd2-3a84-4279-97d7-faa4ed81dab1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:36:57.938361 [ 257 ] {} TCP-Session: e791f652-5699-4c77-92aa-291478ed9e13 Authenticating user 'default' from [fd00:1122:3344:101::d]:55014 2025.09.17 20:36:57.938344 [ 258 ] {} TCP-Session: 9ed90ac5-6180-4fe4-a804-dd3cc657cf8e Authenticating user 'default' from [fd00:1122:3344:101::d]:48974 2025.09.17 20:36:57.938444 [ 259 ] {} TCP-Session: 8fae7cd2-3a84-4279-97d7-faa4ed81dab1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:36:57.938471 [ 257 ] {} TCP-Session: e791f652-5699-4c77-92aa-291478ed9e13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:36:57.938458 [ 258 ] {} TCP-Session: 9ed90ac5-6180-4fe4-a804-dd3cc657cf8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:36:57.938551 [ 258 ] {} TCP-Session: 9ed90ac5-6180-4fe4-a804-dd3cc657cf8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:36:57.938564 [ 257 ] {} TCP-Session: e791f652-5699-4c77-92aa-291478ed9e13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:36:57.941363 [ 3 ] {81db5b6f-ed52-421e-a8f8-af927a9de981} executeQuery: (from [fd00:1122:3344:101::d]:57239) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.17 20:36:58.000180 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 116.85 MiB, peak 116.85 MiB, free memory in arenas 0.00 B, will set to 121.59 MiB (RSS), difference: 4.73 MiB 2025.09.17 20:36:58.049914 [ 3 ] {81db5b6f-ed52-421e-a8f8-af927a9de981} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:57239) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.09.17 20:36:58.051171 [ 3 ] {81db5b6f-ed52-421e-a8f8-af927a9de981} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.09.17 20:36:58.051435 [ 3 ] {81db5b6f-ed52-421e-a8f8-af927a9de981} TCPHandler: Processed in 0.115856089 sec. 2025.09.17 20:36:58.051943 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:36:58.052433 [ 5 ] {28751a24-21ba-47e3-9fcb-c7c45836df14} executeQuery: (from [fd00:1122:3344:101::d]:54753) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.17 20:36:58.052820 [ 5 ] {28751a24-21ba-47e3-9fcb-c7c45836df14} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:54753) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.09.17 20:36:58.053161 [ 5 ] {28751a24-21ba-47e3-9fcb-c7c45836df14} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.09.17 20:36:58.053457 [ 5 ] {28751a24-21ba-47e3-9fcb-c7c45836df14} TCPHandler: Processed in 0.001692268 sec. 2025.09.17 20:36:58.053807 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:36:58.054595 [ 3 ] {681b9217-c465-45c9-9ef6-474468586d31} executeQuery: (from [fd00:1122:3344:101::d]:57239) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2025.09.17 20:36:58.055403 [ 3 ] {681b9217-c465-45c9-9ef6-474468586d31} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2025.09.17 20:36:58.057496 [ 3 ] {681b9217-c465-45c9-9ef6-474468586d31} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2025.09.17 20:36:58.057524 [ 3 ] {681b9217-c465-45c9-9ef6-474468586d31} TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.7462e-05 sec 2025.09.17 20:36:58.057656 [ 3 ] {681b9217-c465-45c9-9ef6-474468586d31} ReferentialDeps: No tables 2025.09.17 20:36:58.057679 [ 3 ] {681b9217-c465-45c9-9ef6-474468586d31} LoadingDeps: No tables 2025.09.17 20:36:58.057713 [ 3 ] {681b9217-c465-45c9-9ef6-474468586d31} DatabaseAtomic (oximeter): Starting up tables. 2025.09.17 20:36:58.058725 [ 3 ] {681b9217-c465-45c9-9ef6-474468586d31} TCPHandler: Processed in 0.005037321 sec. 2025.09.17 20:36:58.058967 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:36:58.059120 [ 3 ] {f6834202-8dd0-4020-8efb-dbd37699abf4} executeQuery: (from [fd00:1122:3344:101::d]:57239) /* The version table contains metadata about the `oximeter` database */ CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) 2025.09.17 20:36:58.059264 [ 3 ] {f6834202-8dd0-4020-8efb-dbd37699abf4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2025.09.17 20:36:58.065442 [ 3 ] {f6834202-8dd0-4020-8efb-dbd37699abf4} StoragePolicy (default): Storage policy default created, total volumes 1 2025.09.17 20:36:58.067619 [ 3 ] {f6834202-8dd0-4020-8efb-dbd37699abf4} oximeter.version (62bd52ee-0bc0-4eea-bbbd-a51761f62e41): Loading data parts 2025.09.17 20:36:58.068848 [ 3 ] {f6834202-8dd0-4020-8efb-dbd37699abf4} oximeter.version (62bd52ee-0bc0-4eea-bbbd-a51761f62e41): There are no data parts 2025.09.17 20:36:58.075911 [ 3 ] {f6834202-8dd0-4020-8efb-dbd37699abf4} TCPHandler: Processed in 0.016996749 sec. 2025.09.17 20:36:58.076091 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:36:58.076386 [ 3 ] {3bab1b20-b1da-4f6d-9455-0596a2b54442} executeQuery: (from [fd00:1122:3344:101::d]:57239) /* The measurement tables contain all individual samples from each timeseries. * * Each table stores a single datum type, and otherwise contains nearly the same * structure. The primary sorting key is on the timeseries name, key, and then * timestamp, so that all timeseries from the same schema are grouped, followed * by all samples from the same timeseries. * * This reflects that one usually looks up the _key_ in one or more field table, * and then uses that to index quickly into the measurements tables. */ CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Bool) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.09.17 20:36:58.076538 [ 3 ] {3bab1b20-b1da-4f6d-9455-0596a2b54442} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2025.09.17 20:36:58.089670 [ 3 ] {3bab1b20-b1da-4f6d-9455-0596a2b54442} oximeter.measurements_bool (295ae448-2db4-4d21-9126-c22c46896b50): Loading data parts 2025.09.17 20:36:58.089890 [ 3 ] {3bab1b20-b1da-4f6d-9455-0596a2b54442} oximeter.measurements_bool (295ae448-2db4-4d21-9126-c22c46896b50): There are no data parts 2025.09.17 20:36:58.094024 [ 3 ] {3bab1b20-b1da-4f6d-9455-0596a2b54442} TCPHandler: Processed in 0.017993586 sec. 2025.09.17 20:36:58.094299 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:36:58.094467 [ 3 ] {bc4507d2-3ce9-48b7-be25-23d69636eddf} executeQuery: (from [fd00:1122:3344:101::d]:57239) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.09.17 20:36:58.094595 [ 3 ] {bc4507d2-3ce9-48b7-be25-23d69636eddf} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2025.09.17 20:36:58.098639 [ 3 ] {bc4507d2-3ce9-48b7-be25-23d69636eddf} oximeter.measurements_i8 (b9c3d923-ac19-4682-833d-62598bc4dc49): Loading data parts 2025.09.17 20:36:58.098943 [ 3 ] {bc4507d2-3ce9-48b7-be25-23d69636eddf} oximeter.measurements_i8 (b9c3d923-ac19-4682-833d-62598bc4dc49): There are no data parts 2025.09.17 20:36:58.101299 [ 3 ] {bc4507d2-3ce9-48b7-be25-23d69636eddf} TCPHandler: Processed in 0.007058979 sec. 2025.09.17 20:36:58.101465 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:36:58.101721 [ 3 ] {951959b5-0337-4ad6-9587-41544cf151e9} executeQuery: (from [fd00:1122:3344:101::d]:57239) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.09.17 20:36:58.101768 [ 3 ] {951959b5-0337-4ad6-9587-41544cf151e9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2025.09.17 20:36:58.103910 [ 3 ] {951959b5-0337-4ad6-9587-41544cf151e9} oximeter.measurements_u8 (8a314dc3-4eba-40e6-809d-3e8aed071ae6): Loading data parts 2025.09.17 20:36:58.104209 [ 3 ] {951959b5-0337-4ad6-9587-41544cf151e9} oximeter.measurements_u8 (8a314dc3-4eba-40e6-809d-3e8aed071ae6): There are no data parts 2025.09.17 20:36:58.106195 [ 3 ] {951959b5-0337-4ad6-9587-41544cf151e9} TCPHandler: Processed in 0.004783714 sec. 2025.09.17 20:36:58.106495 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:36:58.106650 [ 3 ] {7e254aa2-c597-4c29-87f2-bd013bd5d563} executeQuery: (from [fd00:1122:3344:101::d]:57239) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.09.17 20:36:58.106773 [ 3 ] {7e254aa2-c597-4c29-87f2-bd013bd5d563} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2025.09.17 20:36:58.109559 [ 3 ] {7e254aa2-c597-4c29-87f2-bd013bd5d563} oximeter.measurements_i16 (36a0827f-2e7f-4f79-a025-6334e0d1919f): Loading data parts 2025.09.17 20:36:58.109786 [ 3 ] {7e254aa2-c597-4c29-87f2-bd013bd5d563} oximeter.measurements_i16 (36a0827f-2e7f-4f79-a025-6334e0d1919f): There are no data parts 2025.09.17 20:36:58.111429 [ 3 ] {7e254aa2-c597-4c29-87f2-bd013bd5d563} TCPHandler: Processed in 0.00498391 sec. 2025.09.17 20:36:58.111575 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:36:58.111729 [ 3 ] {90c63faf-2601-49c1-8e4f-b1323e9f53f5} executeQuery: (from [fd00:1122:3344:101::d]:57239) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.09.17 20:36:58.111909 [ 3 ] {90c63faf-2601-49c1-8e4f-b1323e9f53f5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2025.09.17 20:36:58.115967 [ 3 ] {90c63faf-2601-49c1-8e4f-b1323e9f53f5} oximeter.measurements_u16 (17fc6c84-807d-464f-adf4-5520e1e76c18): Loading data parts 2025.09.17 20:36:58.116119 [ 3 ] {90c63faf-2601-49c1-8e4f-b1323e9f53f5} oximeter.measurements_u16 (17fc6c84-807d-464f-adf4-5520e1e76c18): There are no data parts 2025.09.17 20:36:58.118925 [ 3 ] {90c63faf-2601-49c1-8e4f-b1323e9f53f5} TCPHandler: Processed in 0.007398739 sec. 2025.09.17 20:36:58.119154 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:36:58.119399 [ 3 ] {5df44185-ef54-4129-95d1-967e075fd670} executeQuery: (from [fd00:1122:3344:101::d]:57239) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.09.17 20:36:58.119557 [ 3 ] {5df44185-ef54-4129-95d1-967e075fd670} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2025.09.17 20:36:58.126398 [ 3 ] {5df44185-ef54-4129-95d1-967e075fd670} oximeter.measurements_i32 (4b4c7fd9-7930-443b-8ec0-215c21489728): Loading data parts 2025.09.17 20:36:58.126611 [ 3 ] {5df44185-ef54-4129-95d1-967e075fd670} oximeter.measurements_i32 (4b4c7fd9-7930-443b-8ec0-215c21489728): There are no data parts 2025.09.17 20:36:58.129171 [ 3 ] {5df44185-ef54-4129-95d1-967e075fd670} TCPHandler: Processed in 0.010079604 sec. 2025.09.17 20:36:58.129344 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:36:58.129538 [ 3 ] {bdedc5fe-c460-4b44-b260-9c97220345f1} executeQuery: (from [fd00:1122:3344:101::d]:57239) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.09.17 20:36:58.129707 [ 3 ] {bdedc5fe-c460-4b44-b260-9c97220345f1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2025.09.17 20:36:58.133670 [ 3 ] {bdedc5fe-c460-4b44-b260-9c97220345f1} oximeter.measurements_u32 (2169cd3c-f4d8-4375-9d93-720d43b6118b): Loading data parts 2025.09.17 20:36:58.133810 [ 3 ] {bdedc5fe-c460-4b44-b260-9c97220345f1} oximeter.measurements_u32 (2169cd3c-f4d8-4375-9d93-720d43b6118b): There are no data parts 2025.09.17 20:36:58.137444 [ 3 ] {bdedc5fe-c460-4b44-b260-9c97220345f1} TCPHandler: Processed in 0.00815671 sec. 2025.09.17 20:36:58.137596 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:36:58.137838 [ 3 ] {8dd2d90d-fc41-4e27-902c-2abdc4633830} executeQuery: (from [fd00:1122:3344:101::d]:57239) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.09.17 20:36:58.137967 [ 3 ] {8dd2d90d-fc41-4e27-902c-2abdc4633830} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2025.09.17 20:36:58.142281 [ 3 ] {8dd2d90d-fc41-4e27-902c-2abdc4633830} oximeter.measurements_i64 (bc31f806-e141-4bbe-952f-10363c2e5e2e): Loading data parts 2025.09.17 20:36:58.142518 [ 3 ] {8dd2d90d-fc41-4e27-902c-2abdc4633830} oximeter.measurements_i64 (bc31f806-e141-4bbe-952f-10363c2e5e2e): There are no data parts 2025.09.17 20:36:58.144657 [ 3 ] {8dd2d90d-fc41-4e27-902c-2abdc4633830} TCPHandler: Processed in 0.00710982 sec. 2025.09.17 20:36:58.144802 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:36:58.144959 [ 3 ] {c6f07d0b-1947-47b1-a99a-bd68cf323d54} executeQuery: (from [fd00:1122:3344:101::d]:57239) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.09.17 20:36:58.145106 [ 3 ] {c6f07d0b-1947-47b1-a99a-bd68cf323d54} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2025.09.17 20:36:58.149777 [ 3 ] {c6f07d0b-1947-47b1-a99a-bd68cf323d54} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Loading data parts 2025.09.17 20:36:58.150016 [ 3 ] {c6f07d0b-1947-47b1-a99a-bd68cf323d54} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): There are no data parts 2025.09.17 20:36:58.153500 [ 3 ] {c6f07d0b-1947-47b1-a99a-bd68cf323d54} TCPHandler: Processed in 0.008746226 sec. 2025.09.17 20:36:58.153672 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:36:58.153945 [ 3 ] {2d0cc7f8-8d5d-44b1-abac-9e9c7114a79a} executeQuery: (from [fd00:1122:3344:101::d]:57239) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.09.17 20:36:58.154096 [ 3 ] {2d0cc7f8-8d5d-44b1-abac-9e9c7114a79a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2025.09.17 20:36:58.158273 [ 3 ] {2d0cc7f8-8d5d-44b1-abac-9e9c7114a79a} oximeter.measurements_f32 (50970f81-2238-4987-9059-21138569451b): Loading data parts 2025.09.17 20:36:58.158409 [ 3 ] {2d0cc7f8-8d5d-44b1-abac-9e9c7114a79a} oximeter.measurements_f32 (50970f81-2238-4987-9059-21138569451b): There are no data parts 2025.09.17 20:36:58.160071 [ 3 ] {2d0cc7f8-8d5d-44b1-abac-9e9c7114a79a} TCPHandler: Processed in 0.006459442 sec. 2025.09.17 20:36:58.160228 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:36:58.160401 [ 3 ] {b2f1b306-aa98-4d69-84a3-8c78d29694e5} executeQuery: (from [fd00:1122:3344:101::d]:57239) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.09.17 20:36:58.160578 [ 3 ] {b2f1b306-aa98-4d69-84a3-8c78d29694e5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2025.09.17 20:36:58.165095 [ 3 ] {b2f1b306-aa98-4d69-84a3-8c78d29694e5} oximeter.measurements_f64 (69bb4c90-640c-43c9-b198-33b7398e3fde): Loading data parts 2025.09.17 20:36:58.165415 [ 3 ] {b2f1b306-aa98-4d69-84a3-8c78d29694e5} oximeter.measurements_f64 (69bb4c90-640c-43c9-b198-33b7398e3fde): There are no data parts 2025.09.17 20:36:58.169339 [ 3 ] {b2f1b306-aa98-4d69-84a3-8c78d29694e5} TCPHandler: Processed in 0.009182169 sec. 2025.09.17 20:36:58.169473 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:36:58.169717 [ 3 ] {a2c2ff7f-11e0-4934-bb97-41e750d47aba} executeQuery: (from [fd00:1122:3344:101::d]:57239) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.09.17 20:36:58.169828 [ 3 ] {a2c2ff7f-11e0-4934-bb97-41e750d47aba} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2025.09.17 20:36:58.173916 [ 3 ] {a2c2ff7f-11e0-4934-bb97-41e750d47aba} oximeter.measurements_string (c4f8979a-df20-42cc-8d48-f5822a8d95f5): Loading data parts 2025.09.17 20:36:58.174147 [ 3 ] {a2c2ff7f-11e0-4934-bb97-41e750d47aba} oximeter.measurements_string (c4f8979a-df20-42cc-8d48-f5822a8d95f5): There are no data parts 2025.09.17 20:36:58.178559 [ 3 ] {a2c2ff7f-11e0-4934-bb97-41e750d47aba} TCPHandler: Processed in 0.009118257 sec. 2025.09.17 20:36:58.178713 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:36:58.178874 [ 3 ] {15d71b1c-fe9d-4572-aa33-8c437720dab2} executeQuery: (from [fd00:1122:3344:101::d]:57239) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* * NOTE: Right now we can't unambiguously record a nullable byte array. * Arrays cannot be nested in `Nullable()` types, and encoding the array as * a string isn't palatable for a few reasons. * See: https://github.com/oxidecomputer/omicron/issues/4551 for more * details. */ datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.09.17 20:36:58.179041 [ 3 ] {15d71b1c-fe9d-4572-aa33-8c437720dab2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2025.09.17 20:36:58.183171 [ 3 ] {15d71b1c-fe9d-4572-aa33-8c437720dab2} oximeter.measurements_bytes (ea3091c0-84a5-4f01-9001-21c2f0bad9f8): Loading data parts 2025.09.17 20:36:58.183328 [ 3 ] {15d71b1c-fe9d-4572-aa33-8c437720dab2} oximeter.measurements_bytes (ea3091c0-84a5-4f01-9001-21c2f0bad9f8): There are no data parts 2025.09.17 20:36:58.185443 [ 3 ] {15d71b1c-fe9d-4572-aa33-8c437720dab2} TCPHandler: Processed in 0.006779131 sec. 2025.09.17 20:36:58.185585 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:36:58.185752 [ 3 ] {fa857bdc-a96c-4707-bb0d-fe0ea6699d17} executeQuery: (from [fd00:1122:3344:101::d]:57239) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.09.17 20:36:58.185918 [ 3 ] {fa857bdc-a96c-4707-bb0d-fe0ea6699d17} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2025.09.17 20:36:58.188435 [ 3 ] {fa857bdc-a96c-4707-bb0d-fe0ea6699d17} oximeter.measurements_cumulativei64 (dfe9c05c-f29b-4fc2-9652-3aa2bcf4b371): Loading data parts 2025.09.17 20:36:58.188593 [ 3 ] {fa857bdc-a96c-4707-bb0d-fe0ea6699d17} oximeter.measurements_cumulativei64 (dfe9c05c-f29b-4fc2-9652-3aa2bcf4b371): There are no data parts 2025.09.17 20:36:58.192860 [ 3 ] {fa857bdc-a96c-4707-bb0d-fe0ea6699d17} TCPHandler: Processed in 0.007322196 sec. 2025.09.17 20:36:58.193056 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:36:58.193267 [ 3 ] {07a3f7b1-5de5-422c-b5df-7936bd4a1f8e} executeQuery: (from [fd00:1122:3344:101::d]:57239) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.09.17 20:36:58.193386 [ 3 ] {07a3f7b1-5de5-422c-b5df-7936bd4a1f8e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2025.09.17 20:36:58.197321 [ 3 ] {07a3f7b1-5de5-422c-b5df-7936bd4a1f8e} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Loading data parts 2025.09.17 20:36:58.197586 [ 3 ] {07a3f7b1-5de5-422c-b5df-7936bd4a1f8e} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): There are no data parts 2025.09.17 20:36:58.201579 [ 3 ] {07a3f7b1-5de5-422c-b5df-7936bd4a1f8e} TCPHandler: Processed in 0.008572772 sec. 2025.09.17 20:36:58.201754 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:36:58.201989 [ 3 ] {deda6a1c-5741-4d6d-b094-9f36860fa4a2} executeQuery: (from [fd00:1122:3344:101::d]:57239) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.09.17 20:36:58.202087 [ 3 ] {deda6a1c-5741-4d6d-b094-9f36860fa4a2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2025.09.17 20:36:58.206235 [ 3 ] {deda6a1c-5741-4d6d-b094-9f36860fa4a2} oximeter.measurements_cumulativef32 (291a26ad-8d25-4cf8-867a-7c5bcbe7f008): Loading data parts 2025.09.17 20:36:58.206423 [ 3 ] {deda6a1c-5741-4d6d-b094-9f36860fa4a2} oximeter.measurements_cumulativef32 (291a26ad-8d25-4cf8-867a-7c5bcbe7f008): There are no data parts 2025.09.17 20:36:58.210818 [ 3 ] {deda6a1c-5741-4d6d-b094-9f36860fa4a2} TCPHandler: Processed in 0.009126207 sec. 2025.09.17 20:36:58.210970 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:36:58.211134 [ 3 ] {b8a6607a-68d9-4575-9dca-6eef22405a8c} executeQuery: (from [fd00:1122:3344:101::d]:57239) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.09.17 20:36:58.211267 [ 3 ] {b8a6607a-68d9-4575-9dca-6eef22405a8c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2025.09.17 20:36:58.214723 [ 3 ] {b8a6607a-68d9-4575-9dca-6eef22405a8c} oximeter.measurements_cumulativef64 (0433f858-0343-4d52-b04d-34602160e36c): Loading data parts 2025.09.17 20:36:58.214918 [ 3 ] {b8a6607a-68d9-4575-9dca-6eef22405a8c} oximeter.measurements_cumulativef64 (0433f858-0343-4d52-b04d-34602160e36c): There are no data parts 2025.09.17 20:36:58.216464 [ 3 ] {b8a6607a-68d9-4575-9dca-6eef22405a8c} TCPHandler: Processed in 0.005547086 sec. 2025.09.17 20:36:58.216620 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:36:58.216931 [ 3 ] {aec38af4-7919-43e2-b381-bde28545b7df} executeQuery: (from [fd00:1122:3344:101::d]:57239) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* * NOTE: Array types cannot be Nullable, see * https://clickhouse.com/docs/en/sql-reference/data-types/nullable * for more details. * * This means we need to use empty arrays to indicate a missing value. This * is unfortunate, and at this point relies on the fact that an * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need * to figure out another way to represent missing samples here. */ bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.09.17 20:36:58.217069 [ 3 ] {aec38af4-7919-43e2-b381-bde28545b7df} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2025.09.17 20:36:58.220051 [ 3 ] {aec38af4-7919-43e2-b381-bde28545b7df} oximeter.measurements_histogrami8 (3f723887-fb2e-4e06-a540-9103f0e81873): Loading data parts 2025.09.17 20:36:58.220235 [ 3 ] {aec38af4-7919-43e2-b381-bde28545b7df} oximeter.measurements_histogrami8 (3f723887-fb2e-4e06-a540-9103f0e81873): There are no data parts 2025.09.17 20:36:58.224785 [ 3 ] {aec38af4-7919-43e2-b381-bde28545b7df} TCPHandler: Processed in 0.008216141 sec. 2025.09.17 20:36:58.224933 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:36:58.225151 [ 3 ] {58969c62-46cc-4dc5-a19c-b35762f4966f} executeQuery: (from [fd00:1122:3344:101::d]:57239) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.09.17 20:36:58.225324 [ 3 ] {58969c62-46cc-4dc5-a19c-b35762f4966f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2025.09.17 20:36:58.230211 [ 3 ] {58969c62-46cc-4dc5-a19c-b35762f4966f} oximeter.measurements_histogramu8 (d4814229-38ae-4196-9732-2ec5a12535e6): Loading data parts 2025.09.17 20:36:58.230471 [ 3 ] {58969c62-46cc-4dc5-a19c-b35762f4966f} oximeter.measurements_histogramu8 (d4814229-38ae-4196-9732-2ec5a12535e6): There are no data parts 2025.09.17 20:36:58.233386 [ 3 ] {58969c62-46cc-4dc5-a19c-b35762f4966f} TCPHandler: Processed in 0.008501759 sec. 2025.09.17 20:36:58.233529 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:36:58.233869 [ 3 ] {5ce403ac-43ba-4773-9a2d-fcb0154a6024} executeQuery: (from [fd00:1122:3344:101::d]:57239) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.09.17 20:36:58.234005 [ 3 ] {5ce403ac-43ba-4773-9a2d-fcb0154a6024} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2025.09.17 20:36:58.236340 [ 3 ] {5ce403ac-43ba-4773-9a2d-fcb0154a6024} oximeter.measurements_histogrami16 (1e22795f-667d-481c-a6f7-0a0db2a2164a): Loading data parts 2025.09.17 20:36:58.236484 [ 3 ] {5ce403ac-43ba-4773-9a2d-fcb0154a6024} oximeter.measurements_histogrami16 (1e22795f-667d-481c-a6f7-0a0db2a2164a): There are no data parts 2025.09.17 20:36:58.240678 [ 3 ] {5ce403ac-43ba-4773-9a2d-fcb0154a6024} TCPHandler: Processed in 0.007198092 sec. 2025.09.17 20:36:58.240920 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:36:58.241139 [ 3 ] {da24eb20-ca7b-456c-ad6e-99f2f77b3ae6} executeQuery: (from [fd00:1122:3344:101::d]:57239) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.09.17 20:36:58.241281 [ 3 ] {da24eb20-ca7b-456c-ad6e-99f2f77b3ae6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2025.09.17 20:36:58.244873 [ 3 ] {da24eb20-ca7b-456c-ad6e-99f2f77b3ae6} oximeter.measurements_histogramu16 (cef180eb-2068-4295-98ba-af541d5ea39d): Loading data parts 2025.09.17 20:36:58.245092 [ 3 ] {da24eb20-ca7b-456c-ad6e-99f2f77b3ae6} oximeter.measurements_histogramu16 (cef180eb-2068-4295-98ba-af541d5ea39d): There are no data parts 2025.09.17 20:36:58.248517 [ 3 ] {da24eb20-ca7b-456c-ad6e-99f2f77b3ae6} TCPHandler: Processed in 0.007665395 sec. 2025.09.17 20:36:58.248660 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:36:58.248941 [ 3 ] {b0d83104-aae9-4b23-a3ed-5fd7de29afa4} executeQuery: (from [fd00:1122:3344:101::d]:57239) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.09.17 20:36:58.249062 [ 3 ] {b0d83104-aae9-4b23-a3ed-5fd7de29afa4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2025.09.17 20:36:58.253254 [ 3 ] {b0d83104-aae9-4b23-a3ed-5fd7de29afa4} oximeter.measurements_histogrami32 (944de1f4-80d9-4e5d-9b0f-e315c8b31884): Loading data parts 2025.09.17 20:36:58.253434 [ 3 ] {b0d83104-aae9-4b23-a3ed-5fd7de29afa4} oximeter.measurements_histogrami32 (944de1f4-80d9-4e5d-9b0f-e315c8b31884): There are no data parts 2025.09.17 20:36:58.257638 [ 3 ] {b0d83104-aae9-4b23-a3ed-5fd7de29afa4} TCPHandler: Processed in 0.008997253 sec. 2025.09.17 20:36:58.257871 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:36:58.258089 [ 3 ] {4cd3c47f-8095-4c46-8182-052cb5b39707} executeQuery: (from [fd00:1122:3344:101::d]:57239) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.09.17 20:36:58.258233 [ 3 ] {4cd3c47f-8095-4c46-8182-052cb5b39707} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2025.09.17 20:36:58.262914 [ 3 ] {4cd3c47f-8095-4c46-8182-052cb5b39707} oximeter.measurements_histogramu32 (c3e057ca-4e2c-4db4-bfb7-17583c2f878c): Loading data parts 2025.09.17 20:36:58.263177 [ 3 ] {4cd3c47f-8095-4c46-8182-052cb5b39707} oximeter.measurements_histogramu32 (c3e057ca-4e2c-4db4-bfb7-17583c2f878c): There are no data parts 2025.09.17 20:36:58.266029 [ 3 ] {4cd3c47f-8095-4c46-8182-052cb5b39707} TCPHandler: Processed in 0.008210022 sec. 2025.09.17 20:36:58.266197 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:36:58.266573 [ 3 ] {3f3e20b2-6a35-4909-bfb7-fbfcd159fd01} executeQuery: (from [fd00:1122:3344:101::d]:57239) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.09.17 20:36:58.266727 [ 3 ] {3f3e20b2-6a35-4909-bfb7-fbfcd159fd01} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2025.09.17 20:36:58.269085 [ 3 ] {3f3e20b2-6a35-4909-bfb7-fbfcd159fd01} oximeter.measurements_histogrami64 (776e3106-00dc-4ae6-8e53-f6a6edc3cddd): Loading data parts 2025.09.17 20:36:58.269245 [ 3 ] {3f3e20b2-6a35-4909-bfb7-fbfcd159fd01} oximeter.measurements_histogrami64 (776e3106-00dc-4ae6-8e53-f6a6edc3cddd): There are no data parts 2025.09.17 20:36:58.272961 [ 3 ] {3f3e20b2-6a35-4909-bfb7-fbfcd159fd01} TCPHandler: Processed in 0.006824341 sec. 2025.09.17 20:36:58.273211 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:36:58.273427 [ 3 ] {969a2f33-5ded-4afe-bd44-0e943a6c0b3d} executeQuery: (from [fd00:1122:3344:101::d]:57239) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.09.17 20:36:58.273578 [ 3 ] {969a2f33-5ded-4afe-bd44-0e943a6c0b3d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2025.09.17 20:36:58.277392 [ 3 ] {969a2f33-5ded-4afe-bd44-0e943a6c0b3d} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Loading data parts 2025.09.17 20:36:58.277541 [ 3 ] {969a2f33-5ded-4afe-bd44-0e943a6c0b3d} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): There are no data parts 2025.09.17 20:36:58.281809 [ 3 ] {969a2f33-5ded-4afe-bd44-0e943a6c0b3d} TCPHandler: Processed in 0.008647613 sec. 2025.09.17 20:36:58.281969 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:36:58.282229 [ 3 ] {0b1119fc-242e-427f-bbed-26e508f2631c} executeQuery: (from [fd00:1122:3344:101::d]:57239) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.09.17 20:36:58.282382 [ 3 ] {0b1119fc-242e-427f-bbed-26e508f2631c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2025.09.17 20:36:58.286800 [ 3 ] {0b1119fc-242e-427f-bbed-26e508f2631c} oximeter.measurements_histogramf32 (cf62e212-329e-4c1f-954f-392945afdef2): Loading data parts 2025.09.17 20:36:58.287015 [ 3 ] {0b1119fc-242e-427f-bbed-26e508f2631c} oximeter.measurements_histogramf32 (cf62e212-329e-4c1f-954f-392945afdef2): There are no data parts 2025.09.17 20:36:58.291475 [ 3 ] {0b1119fc-242e-427f-bbed-26e508f2631c} TCPHandler: Processed in 0.009566569 sec. 2025.09.17 20:36:58.291744 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:36:58.291963 [ 3 ] {9f3f9851-0876-41f2-8538-0698d77977c9} executeQuery: (from [fd00:1122:3344:101::d]:57239) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.09.17 20:36:58.292112 [ 3 ] {9f3f9851-0876-41f2-8538-0698d77977c9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2025.09.17 20:36:58.296411 [ 3 ] {9f3f9851-0876-41f2-8538-0698d77977c9} oximeter.measurements_histogramf64 (fca525dd-1588-4bd9-a816-7e7b565d5657): Loading data parts 2025.09.17 20:36:58.296589 [ 3 ] {9f3f9851-0876-41f2-8538-0698d77977c9} oximeter.measurements_histogramf64 (fca525dd-1588-4bd9-a816-7e7b565d5657): There are no data parts 2025.09.17 20:36:58.300687 [ 3 ] {9f3f9851-0876-41f2-8538-0698d77977c9} TCPHandler: Processed in 0.008992533 sec. 2025.09.17 20:36:58.300836 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:36:58.301025 [ 3 ] {d2a3d464-02ab-4517-9d88-71e4db07e069} executeQuery: (from [fd00:1122:3344:101::d]:57239) /* The field tables store named dimensions of each timeseries. * * As with the measurement tables, there is one field table for each field data * type. Fields are deduplicated by using the "replacing merge tree", though * this behavior **must not** be relied upon for query correctness. * * The index for the fields differs from the measurements, however. Rows are * sorted by timeseries name, then field name, field value, and finally * timeseries key. This reflects the most common pattern for looking them up: * by field name and possibly value, within a timeseries. The resulting keys are * usually then used to look up measurements. * * NOTE: We may want to consider a secondary index on these tables, sorting by * timeseries name and then key, since it would improve lookups where one * already has the key. Realistically though, these tables are quite small and * so performance benefits will be low in absolute terms. * * TTL: We use a materialized column to expire old field table records. This * column is generated automatically by the database whenever a new row is * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` * query. Since these tables are `ReplacingMergeTree`s, that means the last * record will remain during a deduplication, which will have the last * timestamp. ClickHouse will then expire old data for us, similar to the * measurement tables. */ CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Bool, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.09.17 20:36:58.301186 [ 3 ] {d2a3d464-02ab-4517-9d88-71e4db07e069} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2025.09.17 20:36:58.304990 [ 3 ] {d2a3d464-02ab-4517-9d88-71e4db07e069} oximeter.fields_bool (23f2aeba-5f21-4e6e-906c-bb4b839aa34d): Loading data parts 2025.09.17 20:36:58.305301 [ 3 ] {d2a3d464-02ab-4517-9d88-71e4db07e069} oximeter.fields_bool (23f2aeba-5f21-4e6e-906c-bb4b839aa34d): There are no data parts 2025.09.17 20:36:58.307680 [ 3 ] {d2a3d464-02ab-4517-9d88-71e4db07e069} TCPHandler: Processed in 0.006892944 sec. 2025.09.17 20:36:58.307820 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:36:58.308114 [ 3 ] {74bc238a-8edb-49ba-a168-df99b4f5bc15} executeQuery: (from [fd00:1122:3344:101::d]:57239) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.09.17 20:36:58.308249 [ 3 ] {74bc238a-8edb-49ba-a168-df99b4f5bc15} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2025.09.17 20:36:58.310585 [ 3 ] {74bc238a-8edb-49ba-a168-df99b4f5bc15} oximeter.fields_i8 (b2eddcf8-5ba9-4303-b4be-fbf892fd6eba): Loading data parts 2025.09.17 20:36:58.310732 [ 3 ] {74bc238a-8edb-49ba-a168-df99b4f5bc15} oximeter.fields_i8 (b2eddcf8-5ba9-4303-b4be-fbf892fd6eba): There are no data parts 2025.09.17 20:36:58.314221 [ 3 ] {74bc238a-8edb-49ba-a168-df99b4f5bc15} TCPHandler: Processed in 0.006449721 sec. 2025.09.17 20:36:58.314387 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:36:58.314574 [ 3 ] {621eb3b9-7fc5-47a9-93aa-b4b1e1e2f2c1} executeQuery: (from [fd00:1122:3344:101::d]:57239) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.09.17 20:36:58.314740 [ 3 ] {621eb3b9-7fc5-47a9-93aa-b4b1e1e2f2c1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2025.09.17 20:36:58.317262 [ 3 ] {621eb3b9-7fc5-47a9-93aa-b4b1e1e2f2c1} oximeter.fields_u8 (20447e1c-98e2-48f4-ad1a-5155a635de4d): Loading data parts 2025.09.17 20:36:58.317492 [ 3 ] {621eb3b9-7fc5-47a9-93aa-b4b1e1e2f2c1} oximeter.fields_u8 (20447e1c-98e2-48f4-ad1a-5155a635de4d): There are no data parts 2025.09.17 20:36:58.320938 [ 3 ] {621eb3b9-7fc5-47a9-93aa-b4b1e1e2f2c1} TCPHandler: Processed in 0.006610546 sec. 2025.09.17 20:36:58.321099 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:36:58.321432 [ 3 ] {60326f14-5263-44fe-afbd-eadbe35c5b54} executeQuery: (from [fd00:1122:3344:101::d]:57239) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.09.17 20:36:58.321587 [ 3 ] {60326f14-5263-44fe-afbd-eadbe35c5b54} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2025.09.17 20:36:58.327536 [ 3 ] {60326f14-5263-44fe-afbd-eadbe35c5b54} oximeter.fields_i16 (ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7): Loading data parts 2025.09.17 20:36:58.327725 [ 3 ] {60326f14-5263-44fe-afbd-eadbe35c5b54} oximeter.fields_i16 (ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7): There are no data parts 2025.09.17 20:36:58.329664 [ 3 ] {60326f14-5263-44fe-afbd-eadbe35c5b54} TCPHandler: Processed in 0.008624383 sec. 2025.09.17 20:36:58.329811 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:36:58.329970 [ 3 ] {d15fd142-f96e-4e27-8f12-db86ab03fbab} executeQuery: (from [fd00:1122:3344:101::d]:57239) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.09.17 20:36:58.330112 [ 3 ] {d15fd142-f96e-4e27-8f12-db86ab03fbab} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2025.09.17 20:36:58.334121 [ 3 ] {d15fd142-f96e-4e27-8f12-db86ab03fbab} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Loading data parts 2025.09.17 20:36:58.334336 [ 3 ] {d15fd142-f96e-4e27-8f12-db86ab03fbab} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): There are no data parts 2025.09.17 20:36:58.338417 [ 3 ] {d15fd142-f96e-4e27-8f12-db86ab03fbab} TCPHandler: Processed in 0.008654964 sec. 2025.09.17 20:36:58.338563 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:36:58.338864 [ 3 ] {c4d7d401-c59d-48c4-af9c-42ea16403f9f} executeQuery: (from [fd00:1122:3344:101::d]:57239) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.09.17 20:36:58.339005 [ 3 ] {c4d7d401-c59d-48c4-af9c-42ea16403f9f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2025.09.17 20:36:58.343042 [ 3 ] {c4d7d401-c59d-48c4-af9c-42ea16403f9f} oximeter.fields_i32 (7c43af86-ce61-49da-b8fa-b9ff16502492): Loading data parts 2025.09.17 20:36:58.343232 [ 3 ] {c4d7d401-c59d-48c4-af9c-42ea16403f9f} oximeter.fields_i32 (7c43af86-ce61-49da-b8fa-b9ff16502492): There are no data parts 2025.09.17 20:36:58.345019 [ 3 ] {c4d7d401-c59d-48c4-af9c-42ea16403f9f} TCPHandler: Processed in 0.006503503 sec. 2025.09.17 20:36:58.345166 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:36:58.345332 [ 3 ] {14617844-c04a-44ff-b367-455e92f0de5c} executeQuery: (from [fd00:1122:3344:101::d]:57239) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.09.17 20:36:58.345460 [ 3 ] {14617844-c04a-44ff-b367-455e92f0de5c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2025.09.17 20:36:58.349033 [ 3 ] {14617844-c04a-44ff-b367-455e92f0de5c} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Loading data parts 2025.09.17 20:36:58.349240 [ 3 ] {14617844-c04a-44ff-b367-455e92f0de5c} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): There are no data parts 2025.09.17 20:36:58.353038 [ 3 ] {14617844-c04a-44ff-b367-455e92f0de5c} TCPHandler: Processed in 0.007925443 sec. 2025.09.17 20:36:58.353172 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:36:58.353418 [ 3 ] {fc64c849-dc1c-4e8d-860e-9254e669a3a9} executeQuery: (from [fd00:1122:3344:101::d]:57239) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.09.17 20:36:58.353546 [ 3 ] {fc64c849-dc1c-4e8d-860e-9254e669a3a9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2025.09.17 20:36:58.355683 [ 3 ] {fc64c849-dc1c-4e8d-860e-9254e669a3a9} oximeter.fields_i64 (7a024142-6ad6-45b7-b50c-3349c923cbf5): Loading data parts 2025.09.17 20:36:58.355801 [ 3 ] {fc64c849-dc1c-4e8d-860e-9254e669a3a9} oximeter.fields_i64 (7a024142-6ad6-45b7-b50c-3349c923cbf5): There are no data parts 2025.09.17 20:36:58.359400 [ 3 ] {fc64c849-dc1c-4e8d-860e-9254e669a3a9} TCPHandler: Processed in 0.006275387 sec. 2025.09.17 20:36:58.359555 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:36:58.359747 [ 3 ] {d66c3356-6dce-4c35-a580-009c311544ad} executeQuery: (from [fd00:1122:3344:101::d]:57239) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.09.17 20:36:58.360044 [ 3 ] {d66c3356-6dce-4c35-a580-009c311544ad} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2025.09.17 20:36:58.362315 [ 3 ] {d66c3356-6dce-4c35-a580-009c311544ad} oximeter.fields_u64 (627bf926-0a5a-4640-9bd8-dce50bc212c9): Loading data parts 2025.09.17 20:36:58.362659 [ 3 ] {d66c3356-6dce-4c35-a580-009c311544ad} oximeter.fields_u64 (627bf926-0a5a-4640-9bd8-dce50bc212c9): There are no data parts 2025.09.17 20:36:58.366121 [ 3 ] {d66c3356-6dce-4c35-a580-009c311544ad} TCPHandler: Processed in 0.006626536 sec. 2025.09.17 20:36:58.366269 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:36:58.366526 [ 3 ] {e1df68fa-986c-4976-a6b8-33e457c6c966} executeQuery: (from [fd00:1122:3344:101::d]:57239) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.09.17 20:36:58.366668 [ 3 ] {e1df68fa-986c-4976-a6b8-33e457c6c966} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2025.09.17 20:36:58.369736 [ 3 ] {e1df68fa-986c-4976-a6b8-33e457c6c966} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Loading data parts 2025.09.17 20:36:58.369874 [ 3 ] {e1df68fa-986c-4976-a6b8-33e457c6c966} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): There are no data parts 2025.09.17 20:36:58.374227 [ 3 ] {e1df68fa-986c-4976-a6b8-33e457c6c966} TCPHandler: Processed in 0.008006915 sec. 2025.09.17 20:36:58.374374 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:36:58.374544 [ 3 ] {664403cf-47ab-4ace-82e9-df3cb655b250} executeQuery: (from [fd00:1122:3344:101::d]:57239) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.09.17 20:36:58.374717 [ 3 ] {664403cf-47ab-4ace-82e9-df3cb655b250} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2025.09.17 20:36:58.379298 [ 3 ] {664403cf-47ab-4ace-82e9-df3cb655b250} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Loading data parts 2025.09.17 20:36:58.379469 [ 3 ] {664403cf-47ab-4ace-82e9-df3cb655b250} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): There are no data parts 2025.09.17 20:36:58.383186 [ 3 ] {664403cf-47ab-4ace-82e9-df3cb655b250} TCPHandler: Processed in 0.008861769 sec. 2025.09.17 20:36:58.383331 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:36:58.383579 [ 3 ] {5b1c1f6b-c17a-43bc-aa36-7e711738a40a} executeQuery: (from [fd00:1122:3344:101::d]:57239) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.09.17 20:36:58.383712 [ 3 ] {5b1c1f6b-c17a-43bc-aa36-7e711738a40a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2025.09.17 20:36:58.387859 [ 3 ] {5b1c1f6b-c17a-43bc-aa36-7e711738a40a} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Loading data parts 2025.09.17 20:36:58.387987 [ 3 ] {5b1c1f6b-c17a-43bc-aa36-7e711738a40a} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): There are no data parts 2025.09.17 20:36:58.390270 [ 3 ] {5b1c1f6b-c17a-43bc-aa36-7e711738a40a} TCPHandler: Processed in 0.006993946 sec. 2025.09.17 20:36:58.390431 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:36:58.390686 [ 3 ] {56dcc4c4-b0c9-40bd-a9cd-c7919b8b36f7} executeQuery: (from [fd00:1122:3344:101::d]:57239) /* The timeseries schema table stores the extracted schema for the samples * oximeter collects. */ CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) 2025.09.17 20:36:58.390828 [ 3 ] {56dcc4c4-b0c9-40bd-a9cd-c7919b8b36f7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2025.09.17 20:36:58.392866 [ 3 ] {56dcc4c4-b0c9-40bd-a9cd-c7919b8b36f7} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a): Loading data parts 2025.09.17 20:36:58.393262 [ 3 ] {56dcc4c4-b0c9-40bd-a9cd-c7919b8b36f7} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a): There are no data parts 2025.09.17 20:36:58.398552 [ 3 ] {56dcc4c4-b0c9-40bd-a9cd-c7919b8b36f7} TCPHandler: Processed in 0.00817442 sec. 2025.09.17 20:36:58.401033 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:36:58.401343 [ 5 ] {9e51faf3-68d8-494e-89ad-e4dc119e1914} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2025.09.17 20:36:58.402834 [ 5 ] {9e51faf3-68d8-494e-89ad-e4dc119e1914} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2025.09.17 20:36:58.415182 [ 261 ] {9e51faf3-68d8-494e-89ad-e4dc119e1914} oximeter.version (62bd52ee-0bc0-4eea-bbbd-a51761f62e41): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:36:58.415226 [ 261 ] {9e51faf3-68d8-494e-89ad-e4dc119e1914} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2025.09.17 20:36:58.419905 [ 261 ] {9e51faf3-68d8-494e-89ad-e4dc119e1914} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.17 20:36:58.420597 [ 261 ] {9e51faf3-68d8-494e-89ad-e4dc119e1914} oximeter.version (62bd52ee-0bc0-4eea-bbbd-a51761f62e41): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:36:58.420887 [ 5 ] {9e51faf3-68d8-494e-89ad-e4dc119e1914} executeQuery: Read 1 rows, 16.00 B in 0.019695 sec., 50.774308200050775 rows/sec., 812.39 B/sec. 2025.09.17 20:36:58.421268 [ 5 ] {9e51faf3-68d8-494e-89ad-e4dc119e1914} TCPHandler: Processed in 0.020375543 sec. 2025.09.17 20:36:58.454167 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:56191 2025.09.17 20:36:58.454269 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:36:58.454298 [ 262 ] {} TCP-Session: af16e862-ed67-4881-be5e-8ccd06c39112 Authenticating user 'default' from [fd00:1122:3344:101::b]:56191 2025.09.17 20:36:58.454452 [ 262 ] {} TCP-Session: af16e862-ed67-4881-be5e-8ccd06c39112 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:36:58.454467 [ 262 ] {} TCP-Session: af16e862-ed67-4881-be5e-8ccd06c39112 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:36:58.454525 [ 262 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.09.17 20:36:58.454630 [ 262 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.09.17 20:36:58.454648 [ 262 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.09.17 20:36:58.456522 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:40777 2025.09.17 20:36:58.456669 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:45424 2025.09.17 20:36:58.456686 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:59559 2025.09.17 20:36:58.456747 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:56790 2025.09.17 20:36:58.456688 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:36:58.456846 [ 263 ] {} TCP-Session: 2d1a4cd0-aa52-4b71-855c-3f279e9bd2c9 Authenticating user 'default' from [fd00:1122:3344:101::b]:40777 2025.09.17 20:36:58.456972 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:41436 2025.09.17 20:36:58.456975 [ 263 ] {} TCP-Session: 2d1a4cd0-aa52-4b71-855c-3f279e9bd2c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:36:58.456987 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:43646 2025.09.17 20:36:58.457149 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:36:58.457192 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:36:58.457141 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:36:58.457018 [ 263 ] {} TCP-Session: 2d1a4cd0-aa52-4b71-855c-3f279e9bd2c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:36:58.457329 [ 264 ] {} TCP-Session: 280dd082-1621-40f2-bc31-a3fb55396c06 Authenticating user 'default' from [fd00:1122:3344:101::b]:59559 2025.09.17 20:36:58.457320 [ 266 ] {} TCP-Session: e7211d9d-b0bd-4fe1-95da-c1474f1ddd3a Authenticating user 'default' from [fd00:1122:3344:101::b]:56790 2025.09.17 20:36:58.457305 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:42445 2025.09.17 20:36:58.457435 [ 264 ] {} TCP-Session: 280dd082-1621-40f2-bc31-a3fb55396c06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:36:58.457414 [ 266 ] {} TCP-Session: e7211d9d-b0bd-4fe1-95da-c1474f1ddd3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:36:58.457397 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:36:58.457551 [ 266 ] {} TCP-Session: e7211d9d-b0bd-4fe1-95da-c1474f1ddd3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:36:58.457287 [ 265 ] {} TCP-Session: a73f0ba3-4644-419d-ae09-1d2b7b53d26b Authenticating user 'default' from [fd00:1122:3344:101::b]:45424 2025.09.17 20:36:58.457267 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:36:58.457659 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:36:58.457697 [ 265 ] {} TCP-Session: a73f0ba3-4644-419d-ae09-1d2b7b53d26b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:36:58.457688 [ 267 ] {} TCP-Session: 9a6afff3-e2ea-4301-9f70-227f79fa5eb0 Authenticating user 'default' from [fd00:1122:3344:101::b]:43646 2025.09.17 20:36:58.457692 [ 268 ] {} TCP-Session: 4133fdb1-4f86-48ba-8049-00bb6a2926ec Authenticating user 'default' from [fd00:1122:3344:101::b]:41436 2025.09.17 20:36:58.457809 [ 267 ] {} TCP-Session: 9a6afff3-e2ea-4301-9f70-227f79fa5eb0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:36:58.457810 [ 265 ] {} TCP-Session: a73f0ba3-4644-419d-ae09-1d2b7b53d26b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:36:58.457798 [ 269 ] {} TCP-Session: 63351b84-7fc6-4212-ba98-1ddf12459736 Authenticating user 'default' from [fd00:1122:3344:101::b]:42445 2025.09.17 20:36:58.457975 [ 268 ] {} TCP-Session: 4133fdb1-4f86-48ba-8049-00bb6a2926ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:36:58.457995 [ 267 ] {} TCP-Session: 9a6afff3-e2ea-4301-9f70-227f79fa5eb0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:36:58.457565 [ 264 ] {} TCP-Session: 280dd082-1621-40f2-bc31-a3fb55396c06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:36:58.458095 [ 268 ] {} TCP-Session: 4133fdb1-4f86-48ba-8049-00bb6a2926ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:36:58.458070 [ 269 ] {} TCP-Session: 63351b84-7fc6-4212-ba98-1ddf12459736 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:36:58.458170 [ 269 ] {} TCP-Session: 63351b84-7fc6-4212-ba98-1ddf12459736 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:36:59.000189 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 128.93 MiB, peak 128.93 MiB, free memory in arenas 0.00 B, will set to 138.54 MiB (RSS), difference: 9.61 MiB 2025.09.17 20:36:59.042744 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:49530 2025.09.17 20:36:59.042956 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:36:59.043124 [ 270 ] {} TCP-Session: a553daa1-0318-49c1-992d-34b81a0ea663 Authenticating user 'default' from [fd00:1122:3344:101::a]:49530 2025.09.17 20:36:59.043149 [ 270 ] {} TCP-Session: a553daa1-0318-49c1-992d-34b81a0ea663 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:36:59.043162 [ 270 ] {} TCP-Session: a553daa1-0318-49c1-992d-34b81a0ea663 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:36:59.043362 [ 270 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.09.17 20:36:59.043398 [ 270 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.09.17 20:36:59.043524 [ 270 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.09.17 20:36:59.045168 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:47962 2025.09.17 20:36:59.045254 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:64467 2025.09.17 20:36:59.045330 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:40651 2025.09.17 20:36:59.045398 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:56378 2025.09.17 20:36:59.045564 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:38637 2025.09.17 20:36:59.045699 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:57638 2025.09.17 20:36:59.045642 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:36:59.045737 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:36:59.045784 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:50439 2025.09.17 20:36:59.045864 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:36:59.045837 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:36:59.045799 [ 271 ] {} TCP-Session: 17b0f2a3-c3c9-4dc5-ac99-60d43a52f9f8 Authenticating user 'default' from [fd00:1122:3344:101::a]:47962 2025.09.17 20:36:59.045789 [ 272 ] {} TCP-Session: d8eb95c9-ba5e-4758-910b-1cf1deda0318 Authenticating user 'default' from [fd00:1122:3344:101::a]:64467 2025.09.17 20:36:59.045978 [ 274 ] {} TCP-Session: 37d7c23c-9e2e-4ee7-9d35-1c1dc8d51323 Authenticating user 'default' from [fd00:1122:3344:101::a]:56378 2025.09.17 20:36:59.045976 [ 273 ] {} TCP-Session: cc89cef1-b8ad-4434-890d-2e4f70e69698 Authenticating user 'default' from [fd00:1122:3344:101::a]:40651 2025.09.17 20:36:59.045965 [ 271 ] {} TCP-Session: 17b0f2a3-c3c9-4dc5-ac99-60d43a52f9f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:36:59.046094 [ 274 ] {} TCP-Session: 37d7c23c-9e2e-4ee7-9d35-1c1dc8d51323 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:36:59.046116 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:36:59.046082 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:36:59.046181 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:36:59.046202 [ 275 ] {} TCP-Session: 973188f0-d7cf-4246-a2c9-8c570bc62763 Authenticating user 'default' from [fd00:1122:3344:101::a]:38637 2025.09.17 20:36:59.046157 [ 271 ] {} TCP-Session: 17b0f2a3-c3c9-4dc5-ac99-60d43a52f9f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:36:59.046285 [ 275 ] {} TCP-Session: 973188f0-d7cf-4246-a2c9-8c570bc62763 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:36:59.046305 [ 277 ] {} TCP-Session: 0a8b4a31-9728-47a8-9cde-5a69a7000d7d Authenticating user 'default' from [fd00:1122:3344:101::a]:50439 2025.09.17 20:36:59.046268 [ 276 ] {} TCP-Session: 50b42aa8-c4fa-432f-bc58-22bf3ab14e3b Authenticating user 'default' from [fd00:1122:3344:101::a]:57638 2025.09.17 20:36:59.046380 [ 277 ] {} TCP-Session: 0a8b4a31-9728-47a8-9cde-5a69a7000d7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:36:59.046390 [ 275 ] {} TCP-Session: 973188f0-d7cf-4246-a2c9-8c570bc62763 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:36:59.046404 [ 276 ] {} TCP-Session: 50b42aa8-c4fa-432f-bc58-22bf3ab14e3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:36:59.046082 [ 273 ] {} TCP-Session: cc89cef1-b8ad-4434-890d-2e4f70e69698 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:36:59.046481 [ 277 ] {} TCP-Session: 0a8b4a31-9728-47a8-9cde-5a69a7000d7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:36:59.046489 [ 276 ] {} TCP-Session: 50b42aa8-c4fa-432f-bc58-22bf3ab14e3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:36:59.046071 [ 272 ] {} TCP-Session: d8eb95c9-ba5e-4758-910b-1cf1deda0318 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:36:59.046185 [ 274 ] {} TCP-Session: 37d7c23c-9e2e-4ee7-9d35-1c1dc8d51323 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:36:59.046665 [ 272 ] {} TCP-Session: d8eb95c9-ba5e-4758-910b-1cf1deda0318 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:36:59.046698 [ 273 ] {} TCP-Session: cc89cef1-b8ad-4434-890d-2e4f70e69698 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:36:59.855576 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:40800 2025.09.17 20:36:59.855779 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:36:59.855821 [ 278 ] {} TCP-Session: 17613773-4bf9-43ec-8e90-58a148bce9c1 Authenticating user 'default' from [fd00:1122:3344:101::c]:40800 2025.09.17 20:36:59.856096 [ 278 ] {} TCP-Session: 17613773-4bf9-43ec-8e90-58a148bce9c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:36:59.856112 [ 278 ] {} TCP-Session: 17613773-4bf9-43ec-8e90-58a148bce9c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:36:59.856174 [ 278 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.09.17 20:36:59.856279 [ 278 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.09.17 20:36:59.856297 [ 278 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.09.17 20:36:59.858198 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:38936 2025.09.17 20:36:59.858317 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:43974 2025.09.17 20:36:59.858629 [ 284 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:58446 2025.09.17 20:36:59.858701 [ 285 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:37114 2025.09.17 20:36:59.858545 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:58995 2025.09.17 20:36:59.858473 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:49919 2025.09.17 20:36:59.858392 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:36:59.858384 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:46978 2025.09.17 20:36:59.859120 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:36:59.859273 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:36:59.859343 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:36:59.859489 [ 279 ] {} TCP-Session: be33652a-7619-41e4-a48b-c37b10aa1b2f Authenticating user 'default' from [fd00:1122:3344:101::c]:38936 2025.09.17 20:36:59.859519 [ 283 ] {} TCP-Session: 715ee200-8ed0-4115-9ae2-7e8f7d0c5f87 Authenticating user 'default' from [fd00:1122:3344:101::c]:58995 2025.09.17 20:36:59.859524 [ 282 ] {} TCP-Session: 50f5f717-2afe-47f8-81dd-03c4c761e76e Authenticating user 'default' from [fd00:1122:3344:101::c]:49919 2025.09.17 20:36:59.859342 [ 285 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:36:59.859632 [ 283 ] {} TCP-Session: 715ee200-8ed0-4115-9ae2-7e8f7d0c5f87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:36:59.859638 [ 282 ] {} TCP-Session: 50f5f717-2afe-47f8-81dd-03c4c761e76e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:36:59.859764 [ 284 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:36:59.859874 [ 283 ] {} TCP-Session: 715ee200-8ed0-4115-9ae2-7e8f7d0c5f87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:36:59.859886 [ 282 ] {} TCP-Session: 50f5f717-2afe-47f8-81dd-03c4c761e76e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:36:59.859869 [ 279 ] {} TCP-Session: be33652a-7619-41e4-a48b-c37b10aa1b2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:36:59.859965 [ 285 ] {} TCP-Session: af798135-f8ff-474e-a0d6-1ee37495076e Authenticating user 'default' from [fd00:1122:3344:101::c]:37114 2025.09.17 20:36:59.859536 [ 280 ] {} TCP-Session: 5b3b6d80-df17-4f49-a949-3f660948ceba Authenticating user 'default' from [fd00:1122:3344:101::c]:43974 2025.09.17 20:36:59.860031 [ 279 ] {} TCP-Session: be33652a-7619-41e4-a48b-c37b10aa1b2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:36:59.860057 [ 285 ] {} TCP-Session: af798135-f8ff-474e-a0d6-1ee37495076e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:36:59.860090 [ 280 ] {} TCP-Session: 5b3b6d80-df17-4f49-a949-3f660948ceba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:36:59.860223 [ 285 ] {} TCP-Session: af798135-f8ff-474e-a0d6-1ee37495076e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:36:59.860234 [ 280 ] {} TCP-Session: 5b3b6d80-df17-4f49-a949-3f660948ceba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:36:59.860255 [ 284 ] {} TCP-Session: d1e1eadb-f6ee-4e39-b671-0b791f5c096d Authenticating user 'default' from [fd00:1122:3344:101::c]:58446 2025.09.17 20:36:59.860325 [ 284 ] {} TCP-Session: d1e1eadb-f6ee-4e39-b671-0b791f5c096d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:36:59.860444 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:36:59.860632 [ 284 ] {} TCP-Session: d1e1eadb-f6ee-4e39-b671-0b791f5c096d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:36:59.860642 [ 281 ] {} TCP-Session: 76f54610-c148-4e55-a67f-a43148f71c48 Authenticating user 'default' from [fd00:1122:3344:101::c]:46978 2025.09.17 20:36:59.861116 [ 281 ] {} TCP-Session: 76f54610-c148-4e55-a67f-a43148f71c48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:36:59.861131 [ 281 ] {} TCP-Session: 76f54610-c148-4e55-a67f-a43148f71c48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:00.000194 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 138.64 MiB, peak 138.64 MiB, free memory in arenas 0.00 B, will set to 139.73 MiB (RSS), difference: 1.09 MiB 2025.09.17 20:37:05.095907 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2025.09.17 20:37:05.095961 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 2025.09.17 20:37:05.096040 [ 244 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2025.09.17 20:37:05.096188 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2025.09.17 20:37:05.099604 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Loading data parts 2025.09.17 20:37:05.099770 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): There are no data parts 2025.09.17 20:37:05.108356 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:05.108395 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2025.09.17 20:37:05.110327 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Loading data parts 2025.09.17 20:37:05.110576 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): There are no data parts 2025.09.17 20:37:05.118243 [ 245 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.17 20:37:05.118795 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:05.118980 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 2025.09.17 20:37:05.141352 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:05.141400 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2025.09.17 20:37:05.147592 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.17 20:37:05.149318 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:05.152382 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2025.09.17 20:37:06.000195 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 144.86 MiB, peak 148.86 MiB, free memory in arenas 0.00 B, will set to 153.93 MiB (RSS), difference: 9.07 MiB 2025.09.17 20:37:07.595832 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2025.09.17 20:37:07.595938 [ 243 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2025.09.17 20:37:07.604288 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Loading data parts 2025.09.17 20:37:07.604483 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): There are no data parts 2025.09.17 20:37:07.615035 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:07.615079 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2025.09.17 20:37:07.616735 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.17 20:37:07.617231 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:07.617548 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2025.09.17 20:37:08.000158 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 158.12 MiB, peak 158.12 MiB, free memory in arenas 0.00 B, will set to 155.12 MiB (RSS), difference: -3.00 MiB 2025.09.17 20:37:12.561686 [ 73 ] {} DNSResolver: Updating DNS cache 2025.09.17 20:37:12.561952 [ 73 ] {} DNSResolver: Updated DNS cache 2025.09.17 20:37:12.619135 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 2025.09.17 20:37:12.621962 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:12.622000 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.09.17 20:37:12.622939 [ 245 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.09.17 20:37:12.623379 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:12.623545 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2025.09.17 20:37:12.652435 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2025.09.17 20:37:12.669763 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:12.669808 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.09.17 20:37:12.676238 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.09.17 20:37:12.677550 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:12.680295 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2025.09.17 20:37:13.000152 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 155.85 MiB, peak 159.85 MiB, free memory in arenas 0.00 B, will set to 157.68 MiB (RSS), difference: 1.82 MiB 2025.09.17 20:37:18.000156 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 153.69 MiB, peak 159.85 MiB, free memory in arenas 0.00 B, will set to 157.71 MiB (RSS), difference: 4.02 MiB 2025.09.17 20:37:18.431939 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:18.432111 [ 3 ] {5e3c9dc8-2eae-489d-a043-c2af4899fd35} executeQuery: (from [fd00:1122:3344:101::d]:57239) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2025.09.17 20:37:18.434492 [ 3 ] {5e3c9dc8-2eae-489d-a043-c2af4899fd35} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.17 20:37:18.442618 [ 3 ] {5e3c9dc8-2eae-489d-a043-c2af4899fd35} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.17 20:37:18.447496 [ 3 ] {5e3c9dc8-2eae-489d-a043-c2af4899fd35} TCPHandler: Processed in 0.015675461 sec. 2025.09.17 20:37:18.457626 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:18.457763 [ 3 ] {aba5f247-926b-4345-8e3d-258b74e42b09} executeQuery: (from [fd00:1122:3344:101::d]:57239) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.09.17 20:37:18.468193 [ 3 ] {aba5f247-926b-4345-8e3d-258b74e42b09} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.17 20:37:18.468251 [ 3 ] {aba5f247-926b-4345-8e3d-258b74e42b09} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.17 20:37:18.468699 [ 3 ] {aba5f247-926b-4345-8e3d-258b74e42b09} TCPHandler: Processed in 0.011125053 sec. 2025.09.17 20:37:18.468913 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:18.469028 [ 3 ] {d58a0da7-4ea0-4e56-a2a7-e3b89c37ba0c} executeQuery: (from [fd00:1122:3344:101::d]:57239) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2025.09.17 20:37:18.469304 [ 3 ] {d58a0da7-4ea0-4e56-a2a7-e3b89c37ba0c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.17 20:37:18.469346 [ 3 ] {d58a0da7-4ea0-4e56-a2a7-e3b89c37ba0c} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.17 20:37:18.469635 [ 3 ] {d58a0da7-4ea0-4e56-a2a7-e3b89c37ba0c} TCPHandler: Processed in 0.000768592 sec. 2025.09.17 20:37:18.469852 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:18.469965 [ 3 ] {d660303d-0308-4709-bff2-e5789e35d856} executeQuery: (from [fd00:1122:3344:101::d]:57239) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2025.09.17 20:37:18.470198 [ 3 ] {d660303d-0308-4709-bff2-e5789e35d856} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.17 20:37:18.470240 [ 3 ] {d660303d-0308-4709-bff2-e5789e35d856} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.17 20:37:18.470587 [ 3 ] {d660303d-0308-4709-bff2-e5789e35d856} TCPHandler: Processed in 0.000780802 sec. 2025.09.17 20:37:18.470776 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:18.470889 [ 3 ] {c0506cfa-ed86-4f59-91ff-5c6d0312c63a} executeQuery: (from [fd00:1122:3344:101::d]:57239) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.17 20:37:18.471124 [ 3 ] {c0506cfa-ed86-4f59-91ff-5c6d0312c63a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.17 20:37:18.471165 [ 3 ] {c0506cfa-ed86-4f59-91ff-5c6d0312c63a} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.17 20:37:18.471486 [ 3 ] {c0506cfa-ed86-4f59-91ff-5c6d0312c63a} TCPHandler: Processed in 0.000756001 sec. 2025.09.17 20:37:18.471679 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:18.471791 [ 3 ] {f58d0940-5841-4608-bcbd-1f7854b4007b} executeQuery: (from [fd00:1122:3344:101::d]:57239) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.17 20:37:18.472021 [ 3 ] {f58d0940-5841-4608-bcbd-1f7854b4007b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.17 20:37:18.472062 [ 3 ] {f58d0940-5841-4608-bcbd-1f7854b4007b} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.17 20:37:18.472362 [ 3 ] {f58d0940-5841-4608-bcbd-1f7854b4007b} TCPHandler: Processed in 0.000728111 sec. 2025.09.17 20:37:18.475001 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:18.475139 [ 3 ] {4fed4545-daef-474b-aacf-c20b61b6fa7e} executeQuery: (from [fd00:1122:3344:101::d]:57239) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.17 20:37:18.475427 [ 3 ] {4fed4545-daef-474b-aacf-c20b61b6fa7e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.17 20:37:18.475477 [ 3 ] {4fed4545-daef-474b-aacf-c20b61b6fa7e} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.17 20:37:18.475870 [ 3 ] {4fed4545-daef-474b-aacf-c20b61b6fa7e} TCPHandler: Processed in 0.000925866 sec. 2025.09.17 20:37:18.476136 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:18.476278 [ 3 ] {60bdc14b-9ea2-42ed-968f-f9a9f3bd5261} executeQuery: (from [fd00:1122:3344:101::d]:57239) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.17 20:37:18.476552 [ 3 ] {60bdc14b-9ea2-42ed-968f-f9a9f3bd5261} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.17 20:37:18.476599 [ 3 ] {60bdc14b-9ea2-42ed-968f-f9a9f3bd5261} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.17 20:37:18.476979 [ 3 ] {60bdc14b-9ea2-42ed-968f-f9a9f3bd5261} TCPHandler: Processed in 0.000888494 sec. 2025.09.17 20:37:18.477228 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:18.477355 [ 3 ] {6066ede4-6c0f-4688-bbf0-76592a939575} executeQuery: (from [fd00:1122:3344:101::d]:57239) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.17 20:37:18.477624 [ 3 ] {6066ede4-6c0f-4688-bbf0-76592a939575} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.17 20:37:18.477672 [ 3 ] {6066ede4-6c0f-4688-bbf0-76592a939575} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.17 20:37:18.478013 [ 3 ] {6066ede4-6c0f-4688-bbf0-76592a939575} TCPHandler: Processed in 0.000836284 sec. 2025.09.17 20:37:18.478273 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:18.478394 [ 3 ] {33c38a68-b81a-4adb-acca-e4fa297f6118} executeQuery: (from [fd00:1122:3344:101::d]:57239) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.17 20:37:18.478658 [ 3 ] {33c38a68-b81a-4adb-acca-e4fa297f6118} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.17 20:37:18.478703 [ 3 ] {33c38a68-b81a-4adb-acca-e4fa297f6118} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.17 20:37:18.479048 [ 3 ] {33c38a68-b81a-4adb-acca-e4fa297f6118} TCPHandler: Processed in 0.000824273 sec. 2025.09.17 20:37:18.479319 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:18.479439 [ 3 ] {07046177-a97a-485b-ac73-72bf3d1aa2ff} executeQuery: (from [fd00:1122:3344:101::d]:57239) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.17 20:37:18.479699 [ 3 ] {07046177-a97a-485b-ac73-72bf3d1aa2ff} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.17 20:37:18.479743 [ 3 ] {07046177-a97a-485b-ac73-72bf3d1aa2ff} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.17 20:37:18.480086 [ 3 ] {07046177-a97a-485b-ac73-72bf3d1aa2ff} TCPHandler: Processed in 0.000817583 sec. 2025.09.17 20:37:18.489892 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:18.490000 [ 3 ] {dc9d4e23-f271-48f4-9d01-5175e9133dc7} executeQuery: (from [fd00:1122:3344:101::d]:57239) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.09.17 20:37:18.490043 [ 3 ] {dc9d4e23-f271-48f4-9d01-5175e9133dc7} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.17 20:37:18.492561 [ 3 ] {dc9d4e23-f271-48f4-9d01-5175e9133dc7} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:18.492604 [ 3 ] {dc9d4e23-f271-48f4-9d01-5175e9133dc7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.09.17 20:37:18.493214 [ 3 ] {dc9d4e23-f271-48f4-9d01-5175e9133dc7} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.17 20:37:18.493607 [ 3 ] {dc9d4e23-f271-48f4-9d01-5175e9133dc7} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:18.493760 [ 3 ] {dc9d4e23-f271-48f4-9d01-5175e9133dc7} executeQuery: Read 11 rows, 3.58 KiB in 0.003789 sec., 2903.140670361573 rows/sec., 944.09 KiB/sec. 2025.09.17 20:37:18.493812 [ 3 ] {dc9d4e23-f271-48f4-9d01-5175e9133dc7} TCPHandler: Processed in 0.003972232 sec. 2025.09.17 20:37:18.493962 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:18.494060 [ 3 ] {f0b88c25-f1e9-4144-af1f-a28ba8785a32} executeQuery: (from [fd00:1122:3344:101::d]:57239) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.17 20:37:18.494101 [ 3 ] {f0b88c25-f1e9-4144-af1f-a28ba8785a32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.17 20:37:18.498634 [ 3 ] {f0b88c25-f1e9-4144-af1f-a28ba8785a32} oximeter.fields_i16 (ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:18.498671 [ 3 ] {f0b88c25-f1e9-4144-af1f-a28ba8785a32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.09.17 20:37:18.499113 [ 3 ] {f0b88c25-f1e9-4144-af1f-a28ba8785a32} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.17 20:37:18.499606 [ 3 ] {f0b88c25-f1e9-4144-af1f-a28ba8785a32} oximeter.fields_i16 (ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:18.499739 [ 3 ] {f0b88c25-f1e9-4144-af1f-a28ba8785a32} executeQuery: Read 24 rows, 2.04 KiB in 0.005699 sec., 4211.265134234076 rows/sec., 357.79 KiB/sec. 2025.09.17 20:37:18.499778 [ 3 ] {f0b88c25-f1e9-4144-af1f-a28ba8785a32} TCPHandler: Processed in 0.005867705 sec. 2025.09.17 20:37:18.502237 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:18.502334 [ 3 ] {43b8cdc5-f23a-497d-8ad1-ade6a3898ae0} executeQuery: (from [fd00:1122:3344:101::d]:57239) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.17 20:37:18.502376 [ 3 ] {43b8cdc5-f23a-497d-8ad1-ade6a3898ae0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.17 20:37:18.502775 [ 3 ] {43b8cdc5-f23a-497d-8ad1-ade6a3898ae0} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:18.502813 [ 3 ] {43b8cdc5-f23a-497d-8ad1-ade6a3898ae0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.09.17 20:37:18.503214 [ 3 ] {43b8cdc5-f23a-497d-8ad1-ade6a3898ae0} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.17 20:37:18.503751 [ 3 ] {43b8cdc5-f23a-497d-8ad1-ade6a3898ae0} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:18.503891 [ 3 ] {43b8cdc5-f23a-497d-8ad1-ade6a3898ae0} executeQuery: Read 4 rows, 334.00 B in 0.001575 sec., 2539.6825396825398 rows/sec., 207.09 KiB/sec. 2025.09.17 20:37:18.503927 [ 3 ] {43b8cdc5-f23a-497d-8ad1-ade6a3898ae0} TCPHandler: Processed in 0.001740579 sec. 2025.09.17 20:37:18.504045 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:18.504139 [ 3 ] {027bde38-5b99-469a-86ec-c6078a774e08} executeQuery: (from [fd00:1122:3344:101::d]:57239) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:37:18.504180 [ 3 ] {027bde38-5b99-469a-86ec-c6078a774e08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:37:18.504682 [ 3 ] {027bde38-5b99-469a-86ec-c6078a774e08} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:18.504720 [ 3 ] {027bde38-5b99-469a-86ec-c6078a774e08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.09.17 20:37:18.505213 [ 3 ] {027bde38-5b99-469a-86ec-c6078a774e08} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.17 20:37:18.505793 [ 3 ] {027bde38-5b99-469a-86ec-c6078a774e08} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:18.505966 [ 3 ] {027bde38-5b99-469a-86ec-c6078a774e08} executeQuery: Read 126 rows, 11.94 KiB in 0.001842 sec., 68403.90879478827 rows/sec., 6.33 MiB/sec. 2025.09.17 20:37:18.506015 [ 3 ] {027bde38-5b99-469a-86ec-c6078a774e08} TCPHandler: Processed in 0.002019266 sec. 2025.09.17 20:37:18.506162 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:18.506284 [ 3 ] {56ed607f-eeb0-4d38-b535-c1c9a176439b} executeQuery: (from [fd00:1122:3344:101::d]:57239) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:37:18.506341 [ 3 ] {56ed607f-eeb0-4d38-b535-c1c9a176439b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:37:18.506898 [ 3 ] {56ed607f-eeb0-4d38-b535-c1c9a176439b} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:18.506944 [ 3 ] {56ed607f-eeb0-4d38-b535-c1c9a176439b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.09.17 20:37:18.507579 [ 3 ] {56ed607f-eeb0-4d38-b535-c1c9a176439b} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.17 20:37:18.508217 [ 3 ] {56ed607f-eeb0-4d38-b535-c1c9a176439b} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:18.508385 [ 3 ] {56ed607f-eeb0-4d38-b535-c1c9a176439b} executeQuery: Read 16 rows, 1.24 KiB in 0.002125 sec., 7529.411764705882 rows/sec., 583.64 KiB/sec. 2025.09.17 20:37:18.508441 [ 3 ] {56ed607f-eeb0-4d38-b535-c1c9a176439b} TCPHandler: Processed in 0.002342555 sec. 2025.09.17 20:37:18.508564 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:18.508663 [ 3 ] {5d8afb91-e018-4915-b247-6602e4a56df9} executeQuery: (from [fd00:1122:3344:101::d]:57239) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.17 20:37:18.508704 [ 3 ] {5d8afb91-e018-4915-b247-6602e4a56df9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.17 20:37:18.509154 [ 3 ] {5d8afb91-e018-4915-b247-6602e4a56df9} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:18.509186 [ 3 ] {5d8afb91-e018-4915-b247-6602e4a56df9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.09.17 20:37:18.509612 [ 3 ] {5d8afb91-e018-4915-b247-6602e4a56df9} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.17 20:37:18.510048 [ 3 ] {5d8afb91-e018-4915-b247-6602e4a56df9} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:18.510180 [ 3 ] {5d8afb91-e018-4915-b247-6602e4a56df9} executeQuery: Read 24 rows, 2.04 KiB in 0.001537 sec., 15614.83409238777 rows/sec., 1.30 MiB/sec. 2025.09.17 20:37:18.510217 [ 3 ] {5d8afb91-e018-4915-b247-6602e4a56df9} TCPHandler: Processed in 0.001704268 sec. 2025.09.17 20:37:18.510334 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:18.510428 [ 3 ] {a231de6a-f50a-42f5-bb41-4d9f2a6ad371} executeQuery: (from [fd00:1122:3344:101::d]:57239) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.17 20:37:18.510468 [ 3 ] {a231de6a-f50a-42f5-bb41-4d9f2a6ad371} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.17 20:37:18.510861 [ 3 ] {a231de6a-f50a-42f5-bb41-4d9f2a6ad371} oximeter.fields_u8 (20447e1c-98e2-48f4-ad1a-5155a635de4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:18.510895 [ 3 ] {a231de6a-f50a-42f5-bb41-4d9f2a6ad371} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.09.17 20:37:18.511358 [ 3 ] {a231de6a-f50a-42f5-bb41-4d9f2a6ad371} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.17 20:37:18.511799 [ 3 ] {a231de6a-f50a-42f5-bb41-4d9f2a6ad371} oximeter.fields_u8 (20447e1c-98e2-48f4-ad1a-5155a635de4d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:18.511927 [ 3 ] {a231de6a-f50a-42f5-bb41-4d9f2a6ad371} executeQuery: Read 12 rows, 960.00 B in 0.001519 sec., 7899.934167215273 rows/sec., 617.18 KiB/sec. 2025.09.17 20:37:18.511964 [ 3 ] {a231de6a-f50a-42f5-bb41-4d9f2a6ad371} TCPHandler: Processed in 0.001678947 sec. 2025.09.17 20:37:18.512074 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:18.512165 [ 3 ] {46d27f4b-af5e-4211-8c07-6acf67756697} executeQuery: (from [fd00:1122:3344:101::d]:57239) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:37:18.512208 [ 3 ] {46d27f4b-af5e-4211-8c07-6acf67756697} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:37:18.512624 [ 3 ] {46d27f4b-af5e-4211-8c07-6acf67756697} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:18.512659 [ 3 ] {46d27f4b-af5e-4211-8c07-6acf67756697} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.09.17 20:37:18.513054 [ 3 ] {46d27f4b-af5e-4211-8c07-6acf67756697} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.17 20:37:18.513495 [ 3 ] {46d27f4b-af5e-4211-8c07-6acf67756697} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:18.513622 [ 3 ] {46d27f4b-af5e-4211-8c07-6acf67756697} executeQuery: Read 48 rows, 4.23 KiB in 0.001475 sec., 32542.372881355932 rows/sec., 2.80 MiB/sec. 2025.09.17 20:37:18.513658 [ 3 ] {46d27f4b-af5e-4211-8c07-6acf67756697} TCPHandler: Processed in 0.001633045 sec. 2025.09.17 20:37:18.513765 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:18.513858 [ 3 ] {62084d58-bae8-4c7f-8ef7-f6d98892a4de} executeQuery: (from [fd00:1122:3344:101::d]:57239) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:37:18.513902 [ 3 ] {62084d58-bae8-4c7f-8ef7-f6d98892a4de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:37:18.516363 [ 3 ] {62084d58-bae8-4c7f-8ef7-f6d98892a4de} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:18.516397 [ 3 ] {62084d58-bae8-4c7f-8ef7-f6d98892a4de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.09.17 20:37:18.519057 [ 3 ] {62084d58-bae8-4c7f-8ef7-f6d98892a4de} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.17 20:37:18.519594 [ 3 ] {62084d58-bae8-4c7f-8ef7-f6d98892a4de} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:18.519728 [ 3 ] {62084d58-bae8-4c7f-8ef7-f6d98892a4de} executeQuery: Read 226 rows, 18.68 KiB in 0.005887 sec., 38389.67215899439 rows/sec., 3.10 MiB/sec. 2025.09.17 20:37:18.519774 [ 3 ] {62084d58-bae8-4c7f-8ef7-f6d98892a4de} TCPHandler: Processed in 0.00605649 sec. 2025.09.17 20:37:18.519900 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:18.519996 [ 3 ] {ccc34598-8d2f-4871-96a9-6261470a30aa} executeQuery: (from [fd00:1122:3344:101::d]:57239) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:37:18.520039 [ 3 ] {ccc34598-8d2f-4871-96a9-6261470a30aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:37:18.520358 [ 3 ] {ccc34598-8d2f-4871-96a9-6261470a30aa} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:18.520393 [ 3 ] {ccc34598-8d2f-4871-96a9-6261470a30aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.09.17 20:37:18.520833 [ 3 ] {ccc34598-8d2f-4871-96a9-6261470a30aa} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.17 20:37:18.521258 [ 3 ] {ccc34598-8d2f-4871-96a9-6261470a30aa} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:18.521388 [ 3 ] {ccc34598-8d2f-4871-96a9-6261470a30aa} executeQuery: Read 8 rows, 516.00 B in 0.00141 sec., 5673.758865248227 rows/sec., 357.38 KiB/sec. 2025.09.17 20:37:18.521425 [ 3 ] {ccc34598-8d2f-4871-96a9-6261470a30aa} TCPHandler: Processed in 0.001575824 sec. 2025.09.17 20:37:20.123697 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464 2025.09.17 20:37:20.124218 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:20.124266 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.09.17 20:37:20.124941 [ 245 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.09.17 20:37:20.125449 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:20.125599 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464 2025.09.17 20:37:20.180357 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2025.09.17 20:37:20.197176 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:20.197238 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.09.17 20:37:20.203454 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.09.17 20:37:20.204622 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:20.207441 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2025.09.17 20:37:23.428342 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:23.428530 [ 3 ] {2d55dc77-7a56-4857-901e-4f2c337b8b5c} executeQuery: (from [fd00:1122:3344:101::d]:57239) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:37:23.428595 [ 3 ] {2d55dc77-7a56-4857-901e-4f2c337b8b5c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:37:23.429177 [ 3 ] {2d55dc77-7a56-4857-901e-4f2c337b8b5c} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:23.429224 [ 3 ] {2d55dc77-7a56-4857-901e-4f2c337b8b5c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.09.17 20:37:23.429742 [ 3 ] {2d55dc77-7a56-4857-901e-4f2c337b8b5c} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.09.17 20:37:23.430224 [ 3 ] {2d55dc77-7a56-4857-901e-4f2c337b8b5c} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:23.430375 [ 3 ] {2d55dc77-7a56-4857-901e-4f2c337b8b5c} executeQuery: Read 4 rows, 345.00 B in 0.00189 sec., 2116.4021164021165 rows/sec., 178.26 KiB/sec. 2025.09.17 20:37:23.430422 [ 3 ] {2d55dc77-7a56-4857-901e-4f2c337b8b5c} TCPHandler: Processed in 0.002207142 sec. 2025.09.17 20:37:23.430538 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:23.430635 [ 3 ] {699bcfca-c25d-4db7-b9cd-b0f70cde1e08} executeQuery: (from [fd00:1122:3344:101::d]:57239) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:37:23.430675 [ 3 ] {699bcfca-c25d-4db7-b9cd-b0f70cde1e08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:37:23.431057 [ 3 ] {699bcfca-c25d-4db7-b9cd-b0f70cde1e08} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:23.431094 [ 3 ] {699bcfca-c25d-4db7-b9cd-b0f70cde1e08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.09.17 20:37:23.431504 [ 3 ] {699bcfca-c25d-4db7-b9cd-b0f70cde1e08} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.09.17 20:37:23.431928 [ 3 ] {699bcfca-c25d-4db7-b9cd-b0f70cde1e08} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:23.432059 [ 3 ] {699bcfca-c25d-4db7-b9cd-b0f70cde1e08} executeQuery: Read 8 rows, 658.00 B in 0.001443 sec., 5544.005544005544 rows/sec., 445.31 KiB/sec. 2025.09.17 20:37:23.432097 [ 3 ] {699bcfca-c25d-4db7-b9cd-b0f70cde1e08} TCPHandler: Processed in 0.001608725 sec. 2025.09.17 20:37:23.432204 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:23.432298 [ 3 ] {dc61c12d-65fb-41f1-9647-5326d33e4b64} executeQuery: (from [fd00:1122:3344:101::d]:57239) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:37:23.432340 [ 3 ] {dc61c12d-65fb-41f1-9647-5326d33e4b64} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:37:23.432689 [ 3 ] {dc61c12d-65fb-41f1-9647-5326d33e4b64} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:23.432725 [ 3 ] {dc61c12d-65fb-41f1-9647-5326d33e4b64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.09.17 20:37:23.433138 [ 3 ] {dc61c12d-65fb-41f1-9647-5326d33e4b64} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.09.17 20:37:23.433577 [ 3 ] {dc61c12d-65fb-41f1-9647-5326d33e4b64} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:23.433717 [ 3 ] {dc61c12d-65fb-41f1-9647-5326d33e4b64} executeQuery: Read 10 rows, 780.00 B in 0.001437 sec., 6958.942240779402 rows/sec., 530.08 KiB/sec. 2025.09.17 20:37:23.433754 [ 3 ] {dc61c12d-65fb-41f1-9647-5326d33e4b64} TCPHandler: Processed in 0.001599415 sec. 2025.09.17 20:37:23.433864 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:23.433961 [ 3 ] {372467e1-2de4-4ae2-8dbd-60a3ba07829c} executeQuery: (from [fd00:1122:3344:101::d]:57239) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:37:23.434002 [ 3 ] {372467e1-2de4-4ae2-8dbd-60a3ba07829c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:37:23.434321 [ 3 ] {372467e1-2de4-4ae2-8dbd-60a3ba07829c} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:23.434357 [ 3 ] {372467e1-2de4-4ae2-8dbd-60a3ba07829c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.09.17 20:37:23.434805 [ 3 ] {372467e1-2de4-4ae2-8dbd-60a3ba07829c} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.09.17 20:37:23.435280 [ 3 ] {372467e1-2de4-4ae2-8dbd-60a3ba07829c} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:23.435412 [ 3 ] {372467e1-2de4-4ae2-8dbd-60a3ba07829c} executeQuery: Read 10 rows, 645.00 B in 0.001469 sec., 6807.351940095303 rows/sec., 428.78 KiB/sec. 2025.09.17 20:37:23.435449 [ 3 ] {372467e1-2de4-4ae2-8dbd-60a3ba07829c} TCPHandler: Processed in 0.001635666 sec. 2025.09.17 20:37:26.320412 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45130 2025.09.17 20:37:26.320552 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:37:26.320585 [ 286 ] {} TCP-Session: 6fa1d04d-25c9-41ed-9b59-c7af74f0a084 Authenticating user 'default' from [fd00:1122:3344:101::e]:45130 2025.09.17 20:37:26.320607 [ 286 ] {} TCP-Session: 6fa1d04d-25c9-41ed-9b59-c7af74f0a084 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:26.320619 [ 286 ] {} TCP-Session: 6fa1d04d-25c9-41ed-9b59-c7af74f0a084 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:26.320669 [ 286 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.09.17 20:37:26.320693 [ 286 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.09.17 20:37:26.320709 [ 286 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.09.17 20:37:26.323337 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36857 2025.09.17 20:37:26.323433 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50033 2025.09.17 20:37:26.323506 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60850 2025.09.17 20:37:26.323597 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64006 2025.09.17 20:37:26.323778 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36463 2025.09.17 20:37:26.323918 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56808 2025.09.17 20:37:26.324149 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40258 2025.09.17 20:37:26.324213 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33624 2025.09.17 20:37:26.327137 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:37:26.327164 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:37:26.327185 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:37:26.327224 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:37:26.327253 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:37:26.327258 [ 294 ] {} TCP-Session: 4a9e7775-2696-4f1b-88dc-24c8c1d343f7 Authenticating user 'default' from [fd00:1122:3344:101::e]:33624 2025.09.17 20:37:26.327261 [ 293 ] {} TCP-Session: d17c77b6-6cf8-426d-8f9f-a0cb8d069f55 Authenticating user 'default' from [fd00:1122:3344:101::e]:40258 2025.09.17 20:37:26.327310 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:37:26.327340 [ 293 ] {} TCP-Session: d17c77b6-6cf8-426d-8f9f-a0cb8d069f55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:26.327363 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:37:26.327394 [ 293 ] {} TCP-Session: d17c77b6-6cf8-426d-8f9f-a0cb8d069f55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:26.327390 [ 289 ] {} TCP-Session: 83410d88-ac1a-4b9c-88f2-0700a5a2a1c1 Authenticating user 'default' from [fd00:1122:3344:101::e]:60850 2025.09.17 20:37:26.327482 [ 290 ] {} TCP-Session: 85642f7a-56ee-4b9c-874f-c39787cd6650 Authenticating user 'default' from [fd00:1122:3344:101::e]:64006 2025.09.17 20:37:26.327365 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:37:26.327529 [ 290 ] {} TCP-Session: 85642f7a-56ee-4b9c-874f-c39787cd6650 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:26.327516 [ 289 ] {} TCP-Session: 83410d88-ac1a-4b9c-88f2-0700a5a2a1c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:26.327577 [ 290 ] {} TCP-Session: 85642f7a-56ee-4b9c-874f-c39787cd6650 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:26.327583 [ 288 ] {} TCP-Session: 5f717170-bbe6-474a-b840-1d7cd4c7fed4 Authenticating user 'default' from [fd00:1122:3344:101::e]:50033 2025.09.17 20:37:26.327623 [ 289 ] {} TCP-Session: 83410d88-ac1a-4b9c-88f2-0700a5a2a1c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:26.327310 [ 291 ] {} TCP-Session: 6873eec1-f0cb-44d2-b333-facfe934694e Authenticating user 'default' from [fd00:1122:3344:101::e]:36463 2025.09.17 20:37:26.327661 [ 288 ] {} TCP-Session: 5f717170-bbe6-474a-b840-1d7cd4c7fed4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:26.327704 [ 291 ] {} TCP-Session: 6873eec1-f0cb-44d2-b333-facfe934694e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:26.327725 [ 288 ] {} TCP-Session: 5f717170-bbe6-474a-b840-1d7cd4c7fed4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:26.327740 [ 291 ] {} TCP-Session: 6873eec1-f0cb-44d2-b333-facfe934694e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:26.327300 [ 292 ] {} TCP-Session: cca64899-3a47-4bf6-bf41-859fcf58e74f Authenticating user 'default' from [fd00:1122:3344:101::e]:56808 2025.09.17 20:37:26.327185 [ 287 ] {} TCP-Session: 656363f5-a8fa-4215-b333-25dc35461525 Authenticating user 'default' from [fd00:1122:3344:101::e]:36857 2025.09.17 20:37:26.327833 [ 292 ] {} TCP-Session: cca64899-3a47-4bf6-bf41-859fcf58e74f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:26.327306 [ 294 ] {} TCP-Session: 4a9e7775-2696-4f1b-88dc-24c8c1d343f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:26.327859 [ 287 ] {} TCP-Session: 656363f5-a8fa-4215-b333-25dc35461525 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:26.327882 [ 292 ] {} TCP-Session: cca64899-3a47-4bf6-bf41-859fcf58e74f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:26.327908 [ 287 ] {} TCP-Session: 656363f5-a8fa-4215-b333-25dc35461525 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:26.327897 [ 294 ] {} TCP-Session: 4a9e7775-2696-4f1b-88dc-24c8c1d343f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:26.329622 [ 286 ] {} TCP-Session: 6fa1d04d-25c9-41ed-9b59-c7af74f0a084 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:26.329806 [ 286 ] {00cb7a8d-603b-42bc-bbfb-e50145f19fe3} executeQuery: (from [fd00:1122:3344:101::e]:45130) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.17 20:37:26.330119 [ 286 ] {00cb7a8d-603b-42bc-bbfb-e50145f19fe3} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.17 20:37:26.332361 [ 286 ] {00cb7a8d-603b-42bc-bbfb-e50145f19fe3} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.17 20:37:26.342771 [ 286 ] {00cb7a8d-603b-42bc-bbfb-e50145f19fe3} oximeter.version (62bd52ee-0bc0-4eea-bbbd-a51761f62e41) (SelectExecutor): Key condition: unknown 2025.09.17 20:37:26.358026 [ 261 ] {00cb7a8d-603b-42bc-bbfb-e50145f19fe3} AggregatingTransform: Aggregating 2025.09.17 20:37:26.360111 [ 261 ] {00cb7a8d-603b-42bc-bbfb-e50145f19fe3} Aggregator: Aggregation method: without_key 2025.09.17 20:37:26.360739 [ 261 ] {00cb7a8d-603b-42bc-bbfb-e50145f19fe3} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.005722191 sec. (174.758 rows/sec., 6.83 KiB/sec.) 2025.09.17 20:37:26.360762 [ 261 ] {00cb7a8d-603b-42bc-bbfb-e50145f19fe3} Aggregator: Merging aggregated data 2025.09.17 20:37:26.360792 [ 261 ] {00cb7a8d-603b-42bc-bbfb-e50145f19fe3} Aggregator: Statistics updated for key=4896758355805104663: new sum_of_sizes=1, median_size=1 2025.09.17 20:37:26.363914 [ 286 ] {00cb7a8d-603b-42bc-bbfb-e50145f19fe3} executeQuery: Read 1 rows, 40.00 B in 0.034172 sec., 29.263724686878145 rows/sec., 1.14 KiB/sec. 2025.09.17 20:37:26.364066 [ 286 ] {00cb7a8d-603b-42bc-bbfb-e50145f19fe3} TCPHandler: Processed in 0.034596724 sec. 2025.09.17 20:37:26.368061 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.17 20:37:26.368098 [ 294 ] {} TCPHandler: Done processing connection. 2025.09.17 20:37:26.368127 [ 286 ] {} TCP-Session: 6fa1d04d-25c9-41ed-9b59-c7af74f0a084 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:26.368135 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.17 20:37:26.368153 [ 292 ] {} TCPHandler: Done processing connection. 2025.09.17 20:37:26.368139 [ 294 ] {} TCP-Session: 4a9e7775-2696-4f1b-88dc-24c8c1d343f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:26.368196 [ 290 ] {} TCPHandler: Done processing connection. 2025.09.17 20:37:26.368202 [ 292 ] {} TCP-Session: cca64899-3a47-4bf6-bf41-859fcf58e74f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:26.368220 [ 291 ] {} TCPHandler: Done processing connection. 2025.09.17 20:37:26.368232 [ 290 ] {} TCP-Session: 85642f7a-56ee-4b9c-874f-c39787cd6650 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:26.368237 [ 293 ] {} TCPHandler: Done processing connection. 2025.09.17 20:37:26.368292 [ 291 ] {} TCP-Session: 6873eec1-f0cb-44d2-b333-facfe934694e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:26.368183 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.17 20:37:26.368331 [ 293 ] {} TCP-Session: d17c77b6-6cf8-426d-8f9f-a0cb8d069f55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:26.368187 [ 289 ] {} TCP-Session: 83410d88-ac1a-4b9c-88f2-0700a5a2a1c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:26.368372 [ 288 ] {} TCP-Session: 5f717170-bbe6-474a-b840-1d7cd4c7fed4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:26.368126 [ 287 ] {} TCPHandler: Done processing connection. 2025.09.17 20:37:26.368448 [ 287 ] {} TCP-Session: 656363f5-a8fa-4215-b333-25dc35461525 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:27.000179 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 160.93 MiB, peak 169.03 MiB, free memory in arenas 0.00 B, will set to 163.62 MiB (RSS), difference: 2.69 MiB 2025.09.17 20:37:27.562029 [ 100 ] {} DNSResolver: Updating DNS cache 2025.09.17 20:37:27.562102 [ 100 ] {} DNSResolver: Updated DNS cache 2025.09.17 20:37:27.618782 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 52 entries to flush up to offset 140 2025.09.17 20:37:27.621957 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:27.622020 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.09.17 20:37:27.623247 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.09.17 20:37:27.623539 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:27.623851 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 140 2025.09.17 20:37:27.626650 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 430 entries to flush up to offset 1894 2025.09.17 20:37:27.627145 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:27.627195 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.09.17 20:37:27.627712 [ 245 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.09.17 20:37:27.627955 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:27.628094 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1894 2025.09.17 20:37:27.707676 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2025.09.17 20:37:27.724993 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:27.725046 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.09.17 20:37:27.731180 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.09.17 20:37:27.731898 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:27.734958 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2025.09.17 20:37:28.427782 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:28.427955 [ 3 ] {58e5cd34-8bb8-427a-8375-bd8189e8fbe5} executeQuery: (from [fd00:1122:3344:101::d]:57239) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:37:28.428017 [ 3 ] {58e5cd34-8bb8-427a-8375-bd8189e8fbe5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:37:28.428598 [ 3 ] {58e5cd34-8bb8-427a-8375-bd8189e8fbe5} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:28.428646 [ 3 ] {58e5cd34-8bb8-427a-8375-bd8189e8fbe5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.09.17 20:37:28.429010 [ 3 ] {58e5cd34-8bb8-427a-8375-bd8189e8fbe5} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.09.17 20:37:28.429233 [ 3 ] {58e5cd34-8bb8-427a-8375-bd8189e8fbe5} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:28.429377 [ 3 ] {58e5cd34-8bb8-427a-8375-bd8189e8fbe5} executeQuery: Read 4 rows, 345.00 B in 0.001469 sec., 2722.940776038121 rows/sec., 229.35 KiB/sec. 2025.09.17 20:37:28.429424 [ 3 ] {58e5cd34-8bb8-427a-8375-bd8189e8fbe5} TCPHandler: Processed in 0.001768569 sec. 2025.09.17 20:37:28.429542 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:28.429636 [ 3 ] {4ac0dc51-7dae-4614-a50e-41cfeaf6b42c} executeQuery: (from [fd00:1122:3344:101::d]:57239) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:37:28.429677 [ 3 ] {4ac0dc51-7dae-4614-a50e-41cfeaf6b42c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:37:28.430061 [ 3 ] {4ac0dc51-7dae-4614-a50e-41cfeaf6b42c} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:28.430096 [ 3 ] {4ac0dc51-7dae-4614-a50e-41cfeaf6b42c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.09.17 20:37:28.430385 [ 3 ] {4ac0dc51-7dae-4614-a50e-41cfeaf6b42c} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.09.17 20:37:28.430604 [ 3 ] {4ac0dc51-7dae-4614-a50e-41cfeaf6b42c} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:28.430726 [ 3 ] {4ac0dc51-7dae-4614-a50e-41cfeaf6b42c} executeQuery: Read 8 rows, 658.00 B in 0.001108 sec., 7220.216606498195 rows/sec., 579.94 KiB/sec. 2025.09.17 20:37:28.430763 [ 3 ] {4ac0dc51-7dae-4614-a50e-41cfeaf6b42c} TCPHandler: Processed in 0.001271196 sec. 2025.09.17 20:37:28.430870 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:28.430964 [ 3 ] {135475d0-20c3-4d64-bd9e-28969614c2f5} executeQuery: (from [fd00:1122:3344:101::d]:57239) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:37:28.431006 [ 3 ] {135475d0-20c3-4d64-bd9e-28969614c2f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:37:28.431362 [ 3 ] {135475d0-20c3-4d64-bd9e-28969614c2f5} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:28.431398 [ 3 ] {135475d0-20c3-4d64-bd9e-28969614c2f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.09.17 20:37:28.431706 [ 3 ] {135475d0-20c3-4d64-bd9e-28969614c2f5} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.09.17 20:37:28.431909 [ 3 ] {135475d0-20c3-4d64-bd9e-28969614c2f5} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:28.432037 [ 3 ] {135475d0-20c3-4d64-bd9e-28969614c2f5} executeQuery: Read 10 rows, 780.00 B in 0.001092 sec., 9157.509157509157 rows/sec., 697.54 KiB/sec. 2025.09.17 20:37:28.432073 [ 3 ] {135475d0-20c3-4d64-bd9e-28969614c2f5} TCPHandler: Processed in 0.001252685 sec. 2025.09.17 20:37:28.432178 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:28.432271 [ 3 ] {7bde7759-6955-4de1-b6e5-3ce4a5392fd0} executeQuery: (from [fd00:1122:3344:101::d]:57239) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:37:28.432312 [ 3 ] {7bde7759-6955-4de1-b6e5-3ce4a5392fd0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:37:28.432612 [ 3 ] {7bde7759-6955-4de1-b6e5-3ce4a5392fd0} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:28.432647 [ 3 ] {7bde7759-6955-4de1-b6e5-3ce4a5392fd0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.09.17 20:37:28.432935 [ 3 ] {7bde7759-6955-4de1-b6e5-3ce4a5392fd0} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.09.17 20:37:28.433141 [ 3 ] {7bde7759-6955-4de1-b6e5-3ce4a5392fd0} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:28.433264 [ 3 ] {7bde7759-6955-4de1-b6e5-3ce4a5392fd0} executeQuery: Read 10 rows, 645.00 B in 0.001011 sec., 9891.196834817014 rows/sec., 623.03 KiB/sec. 2025.09.17 20:37:28.433298 [ 3 ] {7bde7759-6955-4de1-b6e5-3ce4a5392fd0} TCPHandler: Processed in 0.001169373 sec. 2025.09.17 20:37:31.535544 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37124 2025.09.17 20:37:31.535665 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:37:31.535690 [ 286 ] {} TCP-Session: 9c37f467-20db-43b6-9fb6-f0493ee4596b Authenticating user 'default' from [fd00:1122:3344:101::e]:37124 2025.09.17 20:37:31.535711 [ 286 ] {} TCP-Session: 9c37f467-20db-43b6-9fb6-f0493ee4596b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:31.535724 [ 286 ] {} TCP-Session: 9c37f467-20db-43b6-9fb6-f0493ee4596b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:31.535935 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40011 2025.09.17 20:37:31.535968 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40766 2025.09.17 20:37:31.535988 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46661 2025.09.17 20:37:31.536051 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62705 2025.09.17 20:37:31.536058 [ 286 ] {} TCP-Session: 9c37f467-20db-43b6-9fb6-f0493ee4596b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:31.536080 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34514 2025.09.17 20:37:31.536103 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:37:31.536098 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62691 2025.09.17 20:37:31.536134 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:37:31.536142 [ 289 ] {} TCP-Session: fdb33c58-f8d0-4fb6-ad36-55c538c65083 Authenticating user 'default' from [fd00:1122:3344:101::e]:46661 2025.09.17 20:37:31.536161 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:37:31.536177 [ 290 ] {} TCP-Session: f2359dd3-533c-41f2-8b68-9f3651068eb3 Authenticating user 'default' from [fd00:1122:3344:101::e]:62705 2025.09.17 20:37:31.536194 [ 289 ] {} TCP-Session: fdb33c58-f8d0-4fb6-ad36-55c538c65083 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:31.536202 [ 292 ] {} TCP-Session: 3f16c71c-04bd-40b6-b7e4-64454fdfae45 Authenticating user 'default' from [fd00:1122:3344:101::e]:34514 2025.09.17 20:37:31.536214 [ 290 ] {} TCP-Session: f2359dd3-533c-41f2-8b68-9f3651068eb3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:31.536221 [ 289 ] {} TCP-Session: fdb33c58-f8d0-4fb6-ad36-55c538c65083 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:31.536231 [ 292 ] {} TCP-Session: 3f16c71c-04bd-40b6-b7e4-64454fdfae45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:31.536241 [ 286 ] {bf7ccf4e-4884-47ff-92b0-97a96972a52d} executeQuery: (from [fd00:1122:3344:101::e]:37124) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.17 20:37:31.536244 [ 290 ] {} TCP-Session: f2359dd3-533c-41f2-8b68-9f3651068eb3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:31.536261 [ 292 ] {} TCP-Session: 3f16c71c-04bd-40b6-b7e4-64454fdfae45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:31.536204 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:37:31.536093 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34790 2025.09.17 20:37:31.536332 [ 294 ] {} TCP-Session: 3f9cb208-fcc9-4af2-a5e7-91ff45ec4adc Authenticating user 'default' from [fd00:1122:3344:101::e]:62691 2025.09.17 20:37:31.536069 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61211 2025.09.17 20:37:31.536372 [ 294 ] {} TCP-Session: 3f9cb208-fcc9-4af2-a5e7-91ff45ec4adc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:31.536053 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:37:31.536411 [ 294 ] {} TCP-Session: 3f9cb208-fcc9-4af2-a5e7-91ff45ec4adc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:31.536075 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:37:31.536445 [ 287 ] {} TCP-Session: a48f24c3-d2f2-41fa-a0f6-b53948cc7529 Authenticating user 'default' from [fd00:1122:3344:101::e]:40011 2025.09.17 20:37:31.536408 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:37:31.536480 [ 288 ] {} TCP-Session: 8ad3e185-2998-43ae-be36-3007696d154f Authenticating user 'default' from [fd00:1122:3344:101::e]:40766 2025.09.17 20:37:31.536493 [ 287 ] {} TCP-Session: a48f24c3-d2f2-41fa-a0f6-b53948cc7529 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:31.536494 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:37:31.536524 [ 287 ] {} TCP-Session: a48f24c3-d2f2-41fa-a0f6-b53948cc7529 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:31.536520 [ 288 ] {} TCP-Session: 8ad3e185-2998-43ae-be36-3007696d154f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:31.536540 [ 291 ] {} TCP-Session: 4315445d-1f11-422e-a796-de6377bf60a8 Authenticating user 'default' from [fd00:1122:3344:101::e]:61211 2025.09.17 20:37:31.536557 [ 288 ] {} TCP-Session: 8ad3e185-2998-43ae-be36-3007696d154f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:31.536574 [ 291 ] {} TCP-Session: 4315445d-1f11-422e-a796-de6377bf60a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:31.536514 [ 286 ] {bf7ccf4e-4884-47ff-92b0-97a96972a52d} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.17 20:37:31.536599 [ 291 ] {} TCP-Session: 4315445d-1f11-422e-a796-de6377bf60a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:31.536511 [ 293 ] {} TCP-Session: f50478ba-ccfe-41e7-8830-f353b3b2ec60 Authenticating user 'default' from [fd00:1122:3344:101::e]:34790 2025.09.17 20:37:31.536657 [ 293 ] {} TCP-Session: f50478ba-ccfe-41e7-8830-f353b3b2ec60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:31.536663 [ 286 ] {bf7ccf4e-4884-47ff-92b0-97a96972a52d} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.17 20:37:31.536672 [ 293 ] {} TCP-Session: f50478ba-ccfe-41e7-8830-f353b3b2ec60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:31.536946 [ 286 ] {bf7ccf4e-4884-47ff-92b0-97a96972a52d} oximeter.version (62bd52ee-0bc0-4eea-bbbd-a51761f62e41) (SelectExecutor): Key condition: unknown 2025.09.17 20:37:31.537888 [ 295 ] {bf7ccf4e-4884-47ff-92b0-97a96972a52d} AggregatingTransform: Aggregating 2025.09.17 20:37:31.537942 [ 295 ] {bf7ccf4e-4884-47ff-92b0-97a96972a52d} Aggregator: Aggregation method: without_key 2025.09.17 20:37:31.537987 [ 295 ] {bf7ccf4e-4884-47ff-92b0-97a96972a52d} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000940376 sec. (1063.404 rows/sec., 41.54 KiB/sec.) 2025.09.17 20:37:31.538010 [ 295 ] {bf7ccf4e-4884-47ff-92b0-97a96972a52d} Aggregator: Merging aggregated data 2025.09.17 20:37:31.539465 [ 286 ] {bf7ccf4e-4884-47ff-92b0-97a96972a52d} executeQuery: Read 1 rows, 40.00 B in 0.003283 sec., 304.5994517209869 rows/sec., 11.90 KiB/sec. 2025.09.17 20:37:31.539592 [ 286 ] {bf7ccf4e-4884-47ff-92b0-97a96972a52d} TCPHandler: Processed in 0.003643693 sec. 2025.09.17 20:37:31.539706 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.17 20:37:31.539733 [ 286 ] {} TCP-Session: 9c37f467-20db-43b6-9fb6-f0493ee4596b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:31.539738 [ 287 ] {} TCPHandler: Done processing connection. 2025.09.17 20:37:31.539756 [ 292 ] {} TCPHandler: Done processing connection. 2025.09.17 20:37:31.539772 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.17 20:37:31.539798 [ 294 ] {} TCPHandler: Done processing connection. 2025.09.17 20:37:31.539811 [ 292 ] {} TCP-Session: 3f16c71c-04bd-40b6-b7e4-64454fdfae45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:31.539829 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.17 20:37:31.539848 [ 290 ] {} TCPHandler: Done processing connection. 2025.09.17 20:37:31.539861 [ 294 ] {} TCP-Session: 3f9cb208-fcc9-4af2-a5e7-91ff45ec4adc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:31.539876 [ 289 ] {} TCP-Session: fdb33c58-f8d0-4fb6-ad36-55c538c65083 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:31.539886 [ 290 ] {} TCP-Session: f2359dd3-533c-41f2-8b68-9f3651068eb3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:31.539866 [ 291 ] {} TCPHandler: Done processing connection. 2025.09.17 20:37:31.539829 [ 288 ] {} TCP-Session: 8ad3e185-2998-43ae-be36-3007696d154f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:31.539958 [ 291 ] {} TCP-Session: 4315445d-1f11-422e-a796-de6377bf60a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:31.539795 [ 287 ] {} TCP-Session: a48f24c3-d2f2-41fa-a0f6-b53948cc7529 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:31.539810 [ 293 ] {} TCPHandler: Done processing connection. 2025.09.17 20:37:31.540029 [ 293 ] {} TCP-Session: f50478ba-ccfe-41e7-8830-f353b3b2ec60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:32.436859 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39827 2025.09.17 20:37:32.436970 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:37:32.437010 [ 286 ] {} TCP-Session: 38a706c1-8aff-4176-b6e9-86a7fd741eb8 Authenticating user 'default' from [fd00:1122:3344:101::e]:39827 2025.09.17 20:37:32.437044 [ 286 ] {} TCP-Session: 38a706c1-8aff-4176-b6e9-86a7fd741eb8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:32.437058 [ 286 ] {} TCP-Session: 38a706c1-8aff-4176-b6e9-86a7fd741eb8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:32.437288 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41637 2025.09.17 20:37:32.437301 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33084 2025.09.17 20:37:32.437342 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40637 2025.09.17 20:37:32.437346 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51880 2025.09.17 20:37:32.437374 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46261 2025.09.17 20:37:32.437407 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:37:32.437435 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:37:32.437438 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:37:32.437458 [ 287 ] {} TCP-Session: 7e03b57b-a39f-4712-8f9d-171b27399cdd Authenticating user 'default' from [fd00:1122:3344:101::e]:41637 2025.09.17 20:37:32.437465 [ 291 ] {} TCP-Session: d79b4d41-3ce2-430a-b045-94a19d59d175 Authenticating user 'default' from [fd00:1122:3344:101::e]:40637 2025.09.17 20:37:32.437479 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:37:32.437493 [ 286 ] {} TCP-Session: 38a706c1-8aff-4176-b6e9-86a7fd741eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:32.437526 [ 291 ] {} TCP-Session: d79b4d41-3ce2-430a-b045-94a19d59d175 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:32.437542 [ 292 ] {} TCP-Session: 034fa900-4995-4d9e-b386-cde3dc95042d Authenticating user 'default' from [fd00:1122:3344:101::e]:51880 2025.09.17 20:37:32.437560 [ 291 ] {} TCP-Session: d79b4d41-3ce2-430a-b045-94a19d59d175 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:32.437494 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:37:32.437587 [ 292 ] {} TCP-Session: 034fa900-4995-4d9e-b386-cde3dc95042d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:32.437487 [ 288 ] {} TCP-Session: 989a220e-07e6-45e3-9e59-bdd40de454b5 Authenticating user 'default' from [fd00:1122:3344:101::e]:33084 2025.09.17 20:37:32.437631 [ 292 ] {} TCP-Session: 034fa900-4995-4d9e-b386-cde3dc95042d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:32.437368 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60149 2025.09.17 20:37:32.437667 [ 288 ] {} TCP-Session: 989a220e-07e6-45e3-9e59-bdd40de454b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:32.437700 [ 286 ] {89a64f8f-0600-4a9d-b3a5-42a2ceab15e1} executeQuery: (from [fd00:1122:3344:101::e]:39827) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.17 20:37:32.437704 [ 288 ] {} TCP-Session: 989a220e-07e6-45e3-9e59-bdd40de454b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:32.437322 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32813 2025.09.17 20:37:32.437746 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:37:32.437316 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51229 2025.09.17 20:37:32.437790 [ 293 ] {} TCP-Session: ab113e96-d461-4c34-9b8f-ddaed9f776df Authenticating user 'default' from [fd00:1122:3344:101::e]:60149 2025.09.17 20:37:32.437813 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:37:32.437823 [ 293 ] {} TCP-Session: ab113e96-d461-4c34-9b8f-ddaed9f776df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:32.437843 [ 290 ] {} TCP-Session: a89300f2-3b73-49e3-a979-270469bf993d Authenticating user 'default' from [fd00:1122:3344:101::e]:32813 2025.09.17 20:37:32.437850 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:37:32.437852 [ 293 ] {} TCP-Session: ab113e96-d461-4c34-9b8f-ddaed9f776df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:32.437871 [ 290 ] {} TCP-Session: a89300f2-3b73-49e3-a979-270469bf993d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:32.437885 [ 289 ] {} TCP-Session: 0c1df4a0-a65f-4d30-8d12-c699c560372b Authenticating user 'default' from [fd00:1122:3344:101::e]:51229 2025.09.17 20:37:32.437908 [ 290 ] {} TCP-Session: a89300f2-3b73-49e3-a979-270469bf993d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:32.437924 [ 289 ] {} TCP-Session: 0c1df4a0-a65f-4d30-8d12-c699c560372b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:32.437626 [ 294 ] {} TCP-Session: 9188c98c-1773-4129-9894-24bf24dba527 Authenticating user 'default' from [fd00:1122:3344:101::e]:46261 2025.09.17 20:37:32.437949 [ 289 ] {} TCP-Session: 0c1df4a0-a65f-4d30-8d12-c699c560372b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:32.437990 [ 294 ] {} TCP-Session: 9188c98c-1773-4129-9894-24bf24dba527 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:32.437990 [ 286 ] {89a64f8f-0600-4a9d-b3a5-42a2ceab15e1} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.17 20:37:32.438014 [ 294 ] {} TCP-Session: 9188c98c-1773-4129-9894-24bf24dba527 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:32.437497 [ 287 ] {} TCP-Session: 7e03b57b-a39f-4712-8f9d-171b27399cdd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:32.438077 [ 286 ] {89a64f8f-0600-4a9d-b3a5-42a2ceab15e1} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.17 20:37:32.438079 [ 287 ] {} TCP-Session: 7e03b57b-a39f-4712-8f9d-171b27399cdd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:32.438407 [ 286 ] {89a64f8f-0600-4a9d-b3a5-42a2ceab15e1} oximeter.version (62bd52ee-0bc0-4eea-bbbd-a51761f62e41) (SelectExecutor): Key condition: unknown 2025.09.17 20:37:32.439395 [ 315 ] {89a64f8f-0600-4a9d-b3a5-42a2ceab15e1} AggregatingTransform: Aggregating 2025.09.17 20:37:32.439445 [ 315 ] {89a64f8f-0600-4a9d-b3a5-42a2ceab15e1} Aggregator: Aggregation method: without_key 2025.09.17 20:37:32.439484 [ 315 ] {89a64f8f-0600-4a9d-b3a5-42a2ceab15e1} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000973197 sec. (1027.541 rows/sec., 40.14 KiB/sec.) 2025.09.17 20:37:32.439504 [ 315 ] {89a64f8f-0600-4a9d-b3a5-42a2ceab15e1} Aggregator: Merging aggregated data 2025.09.17 20:37:32.440788 [ 286 ] {89a64f8f-0600-4a9d-b3a5-42a2ceab15e1} executeQuery: Read 1 rows, 40.00 B in 0.003149 sec., 317.56113051762463 rows/sec., 12.40 KiB/sec. 2025.09.17 20:37:32.440929 [ 286 ] {89a64f8f-0600-4a9d-b3a5-42a2ceab15e1} TCPHandler: Processed in 0.003605801 sec. 2025.09.17 20:37:32.441052 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.17 20:37:32.441081 [ 286 ] {} TCP-Session: 38a706c1-8aff-4176-b6e9-86a7fd741eb8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:32.441084 [ 287 ] {} TCPHandler: Done processing connection. 2025.09.17 20:37:32.441106 [ 294 ] {} TCPHandler: Done processing connection. 2025.09.17 20:37:32.441130 [ 291 ] {} TCPHandler: Done processing connection. 2025.09.17 20:37:32.441132 [ 287 ] {} TCP-Session: 7e03b57b-a39f-4712-8f9d-171b27399cdd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:32.441148 [ 294 ] {} TCP-Session: 9188c98c-1773-4129-9894-24bf24dba527 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:32.441171 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.17 20:37:32.441174 [ 291 ] {} TCP-Session: d79b4d41-3ce2-430a-b045-94a19d59d175 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:32.441202 [ 292 ] {} TCPHandler: Done processing connection. 2025.09.17 20:37:32.441221 [ 289 ] {} TCP-Session: 0c1df4a0-a65f-4d30-8d12-c699c560372b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:32.441232 [ 293 ] {} TCPHandler: Done processing connection. 2025.09.17 20:37:32.441247 [ 292 ] {} TCP-Session: 034fa900-4995-4d9e-b386-cde3dc95042d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:32.441211 [ 290 ] {} TCPHandler: Done processing connection. 2025.09.17 20:37:32.441285 [ 293 ] {} TCP-Session: ab113e96-d461-4c34-9b8f-ddaed9f776df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:32.441151 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.17 20:37:32.441320 [ 290 ] {} TCP-Session: a89300f2-3b73-49e3-a979-270469bf993d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:32.441352 [ 288 ] {} TCP-Session: 989a220e-07e6-45e3-9e59-bdd40de454b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:33.427689 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:33.427901 [ 3 ] {f90fe8fb-86c7-46dd-bb8f-a932e76f3ac9} executeQuery: (from [fd00:1122:3344:101::d]:57239) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.17 20:37:33.428212 [ 3 ] {f90fe8fb-86c7-46dd-bb8f-a932e76f3ac9} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.17 20:37:33.432247 [ 3 ] {f90fe8fb-86c7-46dd-bb8f-a932e76f3ac9} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.09.17 20:37:33.432486 [ 3 ] {f90fe8fb-86c7-46dd-bb8f-a932e76f3ac9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.17 20:37:33.432568 [ 3 ] {f90fe8fb-86c7-46dd-bb8f-a932e76f3ac9} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.17 20:37:33.432776 [ 3 ] {f90fe8fb-86c7-46dd-bb8f-a932e76f3ac9} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Key condition: (column 0 notIn 11-element set) 2025.09.17 20:37:33.434726 [ 3 ] {f90fe8fb-86c7-46dd-bb8f-a932e76f3ac9} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.17 20:37:33.436620 [ 3 ] {f90fe8fb-86c7-46dd-bb8f-a932e76f3ac9} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.09.17 20:37:33.436653 [ 3 ] {f90fe8fb-86c7-46dd-bb8f-a932e76f3ac9} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.17 20:37:33.440677 [ 3 ] {f90fe8fb-86c7-46dd-bb8f-a932e76f3ac9} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.09.17 20:37:33.440710 [ 3 ] {f90fe8fb-86c7-46dd-bb8f-a932e76f3ac9} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 11 rows starting from 0 2025.09.17 20:37:33.461731 [ 3 ] {f90fe8fb-86c7-46dd-bb8f-a932e76f3ac9} executeQuery: Read 11 rows, 520.00 B in 0.03391 sec., 324.3880861102919 rows/sec., 14.98 KiB/sec. 2025.09.17 20:37:33.461814 [ 3 ] {f90fe8fb-86c7-46dd-bb8f-a932e76f3ac9} TCPHandler: Processed in 0.034251293 sec. 2025.09.17 20:37:33.463098 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:33.463239 [ 3 ] {5bc43e53-93e3-4691-8949-42574cb4ca70} executeQuery: (from [fd00:1122:3344:101::d]:57239) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.17 20:37:33.463466 [ 3 ] {5bc43e53-93e3-4691-8949-42574cb4ca70} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.17 20:37:33.463501 [ 3 ] {5bc43e53-93e3-4691-8949-42574cb4ca70} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.09.17 20:37:33.463668 [ 3 ] {5bc43e53-93e3-4691-8949-42574cb4ca70} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.17 20:37:33.463727 [ 3 ] {5bc43e53-93e3-4691-8949-42574cb4ca70} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.17 20:37:33.463841 [ 3 ] {5bc43e53-93e3-4691-8949-42574cb4ca70} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Key condition: (column 0 notIn 12-element set) 2025.09.17 20:37:33.463873 [ 3 ] {5bc43e53-93e3-4691-8949-42574cb4ca70} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.17 20:37:33.463893 [ 3 ] {5bc43e53-93e3-4691-8949-42574cb4ca70} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.09.17 20:37:33.463908 [ 3 ] {5bc43e53-93e3-4691-8949-42574cb4ca70} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.17 20:37:33.463974 [ 3 ] {5bc43e53-93e3-4691-8949-42574cb4ca70} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.09.17 20:37:33.464008 [ 3 ] {5bc43e53-93e3-4691-8949-42574cb4ca70} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 11 rows starting from 0 2025.09.17 20:37:33.464683 [ 3 ] {5bc43e53-93e3-4691-8949-42574cb4ca70} executeQuery: Read 11 rows, 520.00 B in 0.001498 sec., 7343.1241655540725 rows/sec., 338.99 KiB/sec. 2025.09.17 20:37:33.464764 [ 3 ] {5bc43e53-93e3-4691-8949-42574cb4ca70} TCPHandler: Processed in 0.001742199 sec. 2025.09.17 20:37:33.464996 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:33.465153 [ 3 ] {e28ee4ed-bb47-48e8-948b-7fc4895e5d4a} executeQuery: (from [fd00:1122:3344:101::d]:57239) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.17 20:37:33.465365 [ 3 ] {e28ee4ed-bb47-48e8-948b-7fc4895e5d4a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.17 20:37:33.465404 [ 3 ] {e28ee4ed-bb47-48e8-948b-7fc4895e5d4a} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.09.17 20:37:33.465570 [ 3 ] {e28ee4ed-bb47-48e8-948b-7fc4895e5d4a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.17 20:37:33.465626 [ 3 ] {e28ee4ed-bb47-48e8-948b-7fc4895e5d4a} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.17 20:37:33.465732 [ 3 ] {e28ee4ed-bb47-48e8-948b-7fc4895e5d4a} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Key condition: (column 0 notIn 13-element set) 2025.09.17 20:37:33.465761 [ 3 ] {e28ee4ed-bb47-48e8-948b-7fc4895e5d4a} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.17 20:37:33.465781 [ 3 ] {e28ee4ed-bb47-48e8-948b-7fc4895e5d4a} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.09.17 20:37:33.465795 [ 3 ] {e28ee4ed-bb47-48e8-948b-7fc4895e5d4a} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.17 20:37:33.465829 [ 3 ] {e28ee4ed-bb47-48e8-948b-7fc4895e5d4a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.09.17 20:37:33.465849 [ 3 ] {e28ee4ed-bb47-48e8-948b-7fc4895e5d4a} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 11 rows starting from 0 2025.09.17 20:37:33.466464 [ 3 ] {e28ee4ed-bb47-48e8-948b-7fc4895e5d4a} executeQuery: Read 11 rows, 520.00 B in 0.001362 sec., 8076.358296622614 rows/sec., 372.84 KiB/sec. 2025.09.17 20:37:33.466560 [ 3 ] {e28ee4ed-bb47-48e8-948b-7fc4895e5d4a} TCPHandler: Processed in 0.001613995 sec. 2025.09.17 20:37:33.466787 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:33.466915 [ 3 ] {7207e8f9-b1f9-481c-bc76-3afa41c1408f} executeQuery: (from [fd00:1122:3344:101::d]:57239) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.17 20:37:33.467115 [ 3 ] {7207e8f9-b1f9-481c-bc76-3afa41c1408f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.17 20:37:33.467146 [ 3 ] {7207e8f9-b1f9-481c-bc76-3afa41c1408f} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.09.17 20:37:33.467320 [ 3 ] {7207e8f9-b1f9-481c-bc76-3afa41c1408f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.17 20:37:33.467374 [ 3 ] {7207e8f9-b1f9-481c-bc76-3afa41c1408f} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.17 20:37:33.467476 [ 3 ] {7207e8f9-b1f9-481c-bc76-3afa41c1408f} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Key condition: (column 0 notIn 14-element set) 2025.09.17 20:37:33.467504 [ 3 ] {7207e8f9-b1f9-481c-bc76-3afa41c1408f} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.17 20:37:33.467523 [ 3 ] {7207e8f9-b1f9-481c-bc76-3afa41c1408f} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.09.17 20:37:33.467537 [ 3 ] {7207e8f9-b1f9-481c-bc76-3afa41c1408f} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.17 20:37:33.467570 [ 3 ] {7207e8f9-b1f9-481c-bc76-3afa41c1408f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.09.17 20:37:33.467588 [ 3 ] {7207e8f9-b1f9-481c-bc76-3afa41c1408f} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 11 rows starting from 0 2025.09.17 20:37:33.468029 [ 3 ] {7207e8f9-b1f9-481c-bc76-3afa41c1408f} executeQuery: Read 11 rows, 520.00 B in 0.00116 sec., 9482.758620689656 rows/sec., 437.77 KiB/sec. 2025.09.17 20:37:33.468123 [ 3 ] {7207e8f9-b1f9-481c-bc76-3afa41c1408f} TCPHandler: Processed in 0.001387239 sec. 2025.09.17 20:37:33.468499 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:33.468627 [ 3 ] {2e11b097-09a1-4ee0-85b3-928f615cfa9d} executeQuery: (from [fd00:1122:3344:101::d]:57239) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.17 20:37:33.468828 [ 3 ] {2e11b097-09a1-4ee0-85b3-928f615cfa9d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.17 20:37:33.468859 [ 3 ] {2e11b097-09a1-4ee0-85b3-928f615cfa9d} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.09.17 20:37:33.469029 [ 3 ] {2e11b097-09a1-4ee0-85b3-928f615cfa9d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.17 20:37:33.469083 [ 3 ] {2e11b097-09a1-4ee0-85b3-928f615cfa9d} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.17 20:37:33.469185 [ 3 ] {2e11b097-09a1-4ee0-85b3-928f615cfa9d} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Key condition: (column 0 notIn 15-element set) 2025.09.17 20:37:33.469214 [ 3 ] {2e11b097-09a1-4ee0-85b3-928f615cfa9d} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.17 20:37:33.469233 [ 3 ] {2e11b097-09a1-4ee0-85b3-928f615cfa9d} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.09.17 20:37:33.469247 [ 3 ] {2e11b097-09a1-4ee0-85b3-928f615cfa9d} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.17 20:37:33.469283 [ 3 ] {2e11b097-09a1-4ee0-85b3-928f615cfa9d} 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.09.17 20:37:33.469300 [ 3 ] {2e11b097-09a1-4ee0-85b3-928f615cfa9d} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 11 rows starting from 0 2025.09.17 20:37:33.469741 [ 3 ] {2e11b097-09a1-4ee0-85b3-928f615cfa9d} executeQuery: Read 11 rows, 520.00 B in 0.001161 sec., 9474.590869939708 rows/sec., 437.39 KiB/sec. 2025.09.17 20:37:33.469829 [ 3 ] {2e11b097-09a1-4ee0-85b3-928f615cfa9d} TCPHandler: Processed in 0.001382778 sec. 2025.09.17 20:37:33.470057 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:33.470182 [ 3 ] {5a17d2ba-9561-48a7-92e1-f1f8e8827396} executeQuery: (from [fd00:1122:3344:101::d]:57239) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.17 20:37:33.470382 [ 3 ] {5a17d2ba-9561-48a7-92e1-f1f8e8827396} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.17 20:37:33.470413 [ 3 ] {5a17d2ba-9561-48a7-92e1-f1f8e8827396} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.09.17 20:37:33.470582 [ 3 ] {5a17d2ba-9561-48a7-92e1-f1f8e8827396} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.17 20:37:33.470635 [ 3 ] {5a17d2ba-9561-48a7-92e1-f1f8e8827396} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.17 20:37:33.470733 [ 3 ] {5a17d2ba-9561-48a7-92e1-f1f8e8827396} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Key condition: (column 0 notIn 16-element set) 2025.09.17 20:37:33.470761 [ 3 ] {5a17d2ba-9561-48a7-92e1-f1f8e8827396} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.17 20:37:33.470780 [ 3 ] {5a17d2ba-9561-48a7-92e1-f1f8e8827396} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.09.17 20:37:33.470794 [ 3 ] {5a17d2ba-9561-48a7-92e1-f1f8e8827396} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.17 20:37:33.470827 [ 3 ] {5a17d2ba-9561-48a7-92e1-f1f8e8827396} 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', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.09.17 20:37:33.470846 [ 3 ] {5a17d2ba-9561-48a7-92e1-f1f8e8827396} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 11 rows starting from 0 2025.09.17 20:37:33.471282 [ 3 ] {5a17d2ba-9561-48a7-92e1-f1f8e8827396} executeQuery: Read 11 rows, 520.00 B in 0.001147 sec., 9590.235396687009 rows/sec., 442.73 KiB/sec. 2025.09.17 20:37:33.471367 [ 3 ] {5a17d2ba-9561-48a7-92e1-f1f8e8827396} TCPHandler: Processed in 0.001358819 sec. 2025.09.17 20:37:33.471577 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:33.471704 [ 3 ] {9f374c93-36ae-48e4-a57d-573339beac1b} executeQuery: (from [fd00:1122:3344:101::d]:57239) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.17 20:37:33.471950 [ 3 ] {9f374c93-36ae-48e4-a57d-573339beac1b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.17 20:37:33.471985 [ 3 ] {9f374c93-36ae-48e4-a57d-573339beac1b} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.09.17 20:37:33.472167 [ 3 ] {9f374c93-36ae-48e4-a57d-573339beac1b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.17 20:37:33.472222 [ 3 ] {9f374c93-36ae-48e4-a57d-573339beac1b} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.17 20:37:33.472328 [ 3 ] {9f374c93-36ae-48e4-a57d-573339beac1b} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Key condition: (column 0 notIn 17-element set) 2025.09.17 20:37:33.472356 [ 3 ] {9f374c93-36ae-48e4-a57d-573339beac1b} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.17 20:37:33.472377 [ 3 ] {9f374c93-36ae-48e4-a57d-573339beac1b} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.09.17 20:37:33.472394 [ 3 ] {9f374c93-36ae-48e4-a57d-573339beac1b} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.17 20:37:33.472428 [ 3 ] {9f374c93-36ae-48e4-a57d-573339beac1b} 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', 'database_transaction:retry_data', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.09.17 20:37:33.472446 [ 3 ] {9f374c93-36ae-48e4-a57d-573339beac1b} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 11 rows starting from 0 2025.09.17 20:37:33.472875 [ 3 ] {9f374c93-36ae-48e4-a57d-573339beac1b} executeQuery: Read 11 rows, 520.00 B in 0.001219 sec., 9023.789991796555 rows/sec., 416.58 KiB/sec. 2025.09.17 20:37:33.472962 [ 3 ] {9f374c93-36ae-48e4-a57d-573339beac1b} TCPHandler: Processed in 0.001434841 sec. 2025.09.17 20:37:33.473196 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:33.473321 [ 3 ] {9068132b-4a5b-4f7b-94ac-98eddfe64f39} executeQuery: (from [fd00:1122:3344:101::d]:57239) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.17 20:37:33.473531 [ 3 ] {9068132b-4a5b-4f7b-94ac-98eddfe64f39} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.17 20:37:33.473562 [ 3 ] {9068132b-4a5b-4f7b-94ac-98eddfe64f39} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.09.17 20:37:33.473737 [ 3 ] {9068132b-4a5b-4f7b-94ac-98eddfe64f39} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.17 20:37:33.473791 [ 3 ] {9068132b-4a5b-4f7b-94ac-98eddfe64f39} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.17 20:37:33.473896 [ 3 ] {9068132b-4a5b-4f7b-94ac-98eddfe64f39} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Key condition: (column 0 notIn 18-element set) 2025.09.17 20:37:33.473926 [ 3 ] {9068132b-4a5b-4f7b-94ac-98eddfe64f39} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.17 20:37:33.473945 [ 3 ] {9068132b-4a5b-4f7b-94ac-98eddfe64f39} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.09.17 20:37:33.473959 [ 3 ] {9068132b-4a5b-4f7b-94ac-98eddfe64f39} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.17 20:37:33.473991 [ 3 ] {9068132b-4a5b-4f7b-94ac-98eddfe64f39} 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', 'database_transaction:retry_data', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.09.17 20:37:33.474009 [ 3 ] {9068132b-4a5b-4f7b-94ac-98eddfe64f39} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 11 rows starting from 0 2025.09.17 20:37:33.474436 [ 3 ] {9068132b-4a5b-4f7b-94ac-98eddfe64f39} executeQuery: Read 11 rows, 520.00 B in 0.001164 sec., 9450.171821305841 rows/sec., 436.27 KiB/sec. 2025.09.17 20:37:33.474519 [ 3 ] {9068132b-4a5b-4f7b-94ac-98eddfe64f39} TCPHandler: Processed in 0.001373988 sec. 2025.09.17 20:37:33.474746 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:33.474872 [ 3 ] {b2fad73b-cdf6-473e-8821-f7d5b667f79b} executeQuery: (from [fd00:1122:3344:101::d]:57239) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.17 20:37:33.475117 [ 3 ] {b2fad73b-cdf6-473e-8821-f7d5b667f79b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.17 20:37:33.475161 [ 3 ] {b2fad73b-cdf6-473e-8821-f7d5b667f79b} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.09.17 20:37:33.475353 [ 3 ] {b2fad73b-cdf6-473e-8821-f7d5b667f79b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.17 20:37:33.475411 [ 3 ] {b2fad73b-cdf6-473e-8821-f7d5b667f79b} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.17 20:37:33.475510 [ 3 ] {b2fad73b-cdf6-473e-8821-f7d5b667f79b} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Key condition: (column 0 notIn 19-element set) 2025.09.17 20:37:33.475537 [ 3 ] {b2fad73b-cdf6-473e-8821-f7d5b667f79b} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.17 20:37:33.475557 [ 3 ] {b2fad73b-cdf6-473e-8821-f7d5b667f79b} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.09.17 20:37:33.475571 [ 3 ] {b2fad73b-cdf6-473e-8821-f7d5b667f79b} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.17 20:37:33.475603 [ 3 ] {b2fad73b-cdf6-473e-8821-f7d5b667f79b} 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', 'database_transaction:retry_data', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.09.17 20:37:33.475620 [ 3 ] {b2fad73b-cdf6-473e-8821-f7d5b667f79b} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 11 rows starting from 0 2025.09.17 20:37:33.476308 [ 3 ] {b2fad73b-cdf6-473e-8821-f7d5b667f79b} executeQuery: Read 11 rows, 520.00 B in 0.001486 sec., 7402.42261103634 rows/sec., 341.73 KiB/sec. 2025.09.17 20:37:33.476392 [ 3 ] {b2fad73b-cdf6-473e-8821-f7d5b667f79b} TCPHandler: Processed in 0.001699948 sec. 2025.09.17 20:37:33.476589 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:33.476714 [ 3 ] {302ac0c0-3337-4025-930e-0688c4f9b86c} executeQuery: (from [fd00:1122:3344:101::d]:57239) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.17 20:37:33.476914 [ 3 ] {302ac0c0-3337-4025-930e-0688c4f9b86c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.17 20:37:33.476947 [ 3 ] {302ac0c0-3337-4025-930e-0688c4f9b86c} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.09.17 20:37:33.477117 [ 3 ] {302ac0c0-3337-4025-930e-0688c4f9b86c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.17 20:37:33.477168 [ 3 ] {302ac0c0-3337-4025-930e-0688c4f9b86c} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.17 20:37:33.477264 [ 3 ] {302ac0c0-3337-4025-930e-0688c4f9b86c} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Key condition: (column 0 notIn 20-element set) 2025.09.17 20:37:33.477292 [ 3 ] {302ac0c0-3337-4025-930e-0688c4f9b86c} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.17 20:37:33.477310 [ 3 ] {302ac0c0-3337-4025-930e-0688c4f9b86c} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.09.17 20:37:33.477324 [ 3 ] {302ac0c0-3337-4025-930e-0688c4f9b86c} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.17 20:37:33.477355 [ 3 ] {302ac0c0-3337-4025-930e-0688c4f9b86c} 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', 'database_transaction:retry_data', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.09.17 20:37:33.477373 [ 3 ] {302ac0c0-3337-4025-930e-0688c4f9b86c} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 11 rows starting from 0 2025.09.17 20:37:33.477821 [ 3 ] {302ac0c0-3337-4025-930e-0688c4f9b86c} executeQuery: Read 11 rows, 520.00 B in 0.001155 sec., 9523.809523809525 rows/sec., 439.66 KiB/sec. 2025.09.17 20:37:33.477904 [ 3 ] {302ac0c0-3337-4025-930e-0688c4f9b86c} TCPHandler: Processed in 0.001364799 sec. 2025.09.17 20:37:33.478103 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:33.478233 [ 3 ] {5fa9224d-7a71-485e-ab02-889d202db39b} executeQuery: (from [fd00:1122:3344:101::d]:57239) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.17 20:37:33.478433 [ 3 ] {5fa9224d-7a71-485e-ab02-889d202db39b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.17 20:37:33.478493 [ 3 ] {5fa9224d-7a71-485e-ab02-889d202db39b} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.09.17 20:37:33.478673 [ 3 ] {5fa9224d-7a71-485e-ab02-889d202db39b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.17 20:37:33.478726 [ 3 ] {5fa9224d-7a71-485e-ab02-889d202db39b} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.17 20:37:33.478825 [ 3 ] {5fa9224d-7a71-485e-ab02-889d202db39b} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Key condition: (column 0 notIn 21-element set) 2025.09.17 20:37:33.478876 [ 3 ] {5fa9224d-7a71-485e-ab02-889d202db39b} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.17 20:37:33.478895 [ 3 ] {5fa9224d-7a71-485e-ab02-889d202db39b} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.09.17 20:37:33.478911 [ 3 ] {5fa9224d-7a71-485e-ab02-889d202db39b} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.17 20:37:33.478944 [ 3 ] {5fa9224d-7a71-485e-ab02-889d202db39b} 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', 'database_transaction:retry_data', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.09.17 20:37:33.478961 [ 3 ] {5fa9224d-7a71-485e-ab02-889d202db39b} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 11 rows starting from 0 2025.09.17 20:37:33.479520 [ 3 ] {5fa9224d-7a71-485e-ab02-889d202db39b} executeQuery: Read 11 rows, 520.00 B in 0.001335 sec., 8239.700374531834 rows/sec., 380.38 KiB/sec. 2025.09.17 20:37:33.479604 [ 3 ] {5fa9224d-7a71-485e-ab02-889d202db39b} TCPHandler: Processed in 0.001553083 sec. 2025.09.17 20:37:33.479811 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:33.479936 [ 3 ] {79138dff-de6b-4a49-8165-3e2b9d4e7c2e} executeQuery: (from [fd00:1122:3344:101::d]:57239) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.17 20:37:33.480139 [ 3 ] {79138dff-de6b-4a49-8165-3e2b9d4e7c2e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.17 20:37:33.480172 [ 3 ] {79138dff-de6b-4a49-8165-3e2b9d4e7c2e} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.09.17 20:37:33.480346 [ 3 ] {79138dff-de6b-4a49-8165-3e2b9d4e7c2e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.17 20:37:33.480398 [ 3 ] {79138dff-de6b-4a49-8165-3e2b9d4e7c2e} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.17 20:37:33.480498 [ 3 ] {79138dff-de6b-4a49-8165-3e2b9d4e7c2e} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Key condition: (column 0 notIn 22-element set) 2025.09.17 20:37:33.480525 [ 3 ] {79138dff-de6b-4a49-8165-3e2b9d4e7c2e} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.17 20:37:33.480544 [ 3 ] {79138dff-de6b-4a49-8165-3e2b9d4e7c2e} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.09.17 20:37:33.480557 [ 3 ] {79138dff-de6b-4a49-8165-3e2b9d4e7c2e} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.17 20:37:33.480589 [ 3 ] {79138dff-de6b-4a49-8165-3e2b9d4e7c2e} 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', 'database_transaction:retry_data', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.09.17 20:37:33.480607 [ 3 ] {79138dff-de6b-4a49-8165-3e2b9d4e7c2e} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 11 rows starting from 0 2025.09.17 20:37:33.481099 [ 3 ] {79138dff-de6b-4a49-8165-3e2b9d4e7c2e} executeQuery: Read 11 rows, 520.00 B in 0.001212 sec., 9075.907590759076 rows/sec., 418.99 KiB/sec. 2025.09.17 20:37:33.481183 [ 3 ] {79138dff-de6b-4a49-8165-3e2b9d4e7c2e} TCPHandler: Processed in 0.00142076 sec. 2025.09.17 20:37:33.481406 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:33.481533 [ 3 ] {9300f6bb-3382-4702-8c06-7fbe77794df5} executeQuery: (from [fd00:1122:3344:101::d]:57239) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.17 20:37:33.481741 [ 3 ] {9300f6bb-3382-4702-8c06-7fbe77794df5} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.17 20:37:33.481773 [ 3 ] {9300f6bb-3382-4702-8c06-7fbe77794df5} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.09.17 20:37:33.481949 [ 3 ] {9300f6bb-3382-4702-8c06-7fbe77794df5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.17 20:37:33.482001 [ 3 ] {9300f6bb-3382-4702-8c06-7fbe77794df5} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.17 20:37:33.482098 [ 3 ] {9300f6bb-3382-4702-8c06-7fbe77794df5} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Key condition: (column 0 notIn 23-element set) 2025.09.17 20:37:33.482126 [ 3 ] {9300f6bb-3382-4702-8c06-7fbe77794df5} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.17 20:37:33.482144 [ 3 ] {9300f6bb-3382-4702-8c06-7fbe77794df5} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.09.17 20:37:33.482157 [ 3 ] {9300f6bb-3382-4702-8c06-7fbe77794df5} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.17 20:37:33.482190 [ 3 ] {9300f6bb-3382-4702-8c06-7fbe77794df5} 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', 'database_transaction:retry_data', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.09.17 20:37:33.482207 [ 3 ] {9300f6bb-3382-4702-8c06-7fbe77794df5} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 11 rows starting from 0 2025.09.17 20:37:33.482643 [ 3 ] {9300f6bb-3382-4702-8c06-7fbe77794df5} executeQuery: Read 11 rows, 520.00 B in 0.001161 sec., 9474.590869939708 rows/sec., 437.39 KiB/sec. 2025.09.17 20:37:33.482730 [ 3 ] {9300f6bb-3382-4702-8c06-7fbe77794df5} TCPHandler: Processed in 0.001377809 sec. 2025.09.17 20:37:33.482923 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:33.483049 [ 3 ] {8c1da4ef-fd09-4384-9633-cc2ef0c4ee9e} executeQuery: (from [fd00:1122:3344:101::d]:57239) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.17 20:37:33.483257 [ 3 ] {8c1da4ef-fd09-4384-9633-cc2ef0c4ee9e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.17 20:37:33.483290 [ 3 ] {8c1da4ef-fd09-4384-9633-cc2ef0c4ee9e} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.09.17 20:37:33.483466 [ 3 ] {8c1da4ef-fd09-4384-9633-cc2ef0c4ee9e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.17 20:37:33.483518 [ 3 ] {8c1da4ef-fd09-4384-9633-cc2ef0c4ee9e} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.17 20:37:33.483616 [ 3 ] {8c1da4ef-fd09-4384-9633-cc2ef0c4ee9e} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Key condition: (column 0 notIn 24-element set) 2025.09.17 20:37:33.483643 [ 3 ] {8c1da4ef-fd09-4384-9633-cc2ef0c4ee9e} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.17 20:37:33.483662 [ 3 ] {8c1da4ef-fd09-4384-9633-cc2ef0c4ee9e} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.09.17 20:37:33.483675 [ 3 ] {8c1da4ef-fd09-4384-9633-cc2ef0c4ee9e} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.17 20:37:33.483707 [ 3 ] {8c1da4ef-fd09-4384-9633-cc2ef0c4ee9e} 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', 'database_transaction:retry_data', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.09.17 20:37:33.483727 [ 3 ] {8c1da4ef-fd09-4384-9633-cc2ef0c4ee9e} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 11 rows starting from 0 2025.09.17 20:37:33.484143 [ 3 ] {8c1da4ef-fd09-4384-9633-cc2ef0c4ee9e} executeQuery: Read 11 rows, 520.00 B in 0.001144 sec., 9615.384615384615 rows/sec., 443.89 KiB/sec. 2025.09.17 20:37:33.484226 [ 3 ] {8c1da4ef-fd09-4384-9633-cc2ef0c4ee9e} TCPHandler: Processed in 0.001352058 sec. 2025.09.17 20:37:33.484416 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:33.484542 [ 3 ] {5dfee2c4-1cfc-4133-ac2a-24f64a43ea44} executeQuery: (from [fd00:1122:3344:101::d]:57239) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.17 20:37:33.484744 [ 3 ] {5dfee2c4-1cfc-4133-ac2a-24f64a43ea44} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.17 20:37:33.484778 [ 3 ] {5dfee2c4-1cfc-4133-ac2a-24f64a43ea44} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.09.17 20:37:33.484955 [ 3 ] {5dfee2c4-1cfc-4133-ac2a-24f64a43ea44} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.17 20:37:33.485006 [ 3 ] {5dfee2c4-1cfc-4133-ac2a-24f64a43ea44} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.17 20:37:33.485104 [ 3 ] {5dfee2c4-1cfc-4133-ac2a-24f64a43ea44} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Key condition: (column 0 notIn 25-element set) 2025.09.17 20:37:33.485133 [ 3 ] {5dfee2c4-1cfc-4133-ac2a-24f64a43ea44} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.17 20:37:33.485152 [ 3 ] {5dfee2c4-1cfc-4133-ac2a-24f64a43ea44} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.09.17 20:37:33.485166 [ 3 ] {5dfee2c4-1cfc-4133-ac2a-24f64a43ea44} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.17 20:37:33.485198 [ 3 ] {5dfee2c4-1cfc-4133-ac2a-24f64a43ea44} 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', 'database_transaction:retry_data', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.09.17 20:37:33.485216 [ 3 ] {5dfee2c4-1cfc-4133-ac2a-24f64a43ea44} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 11 rows starting from 0 2025.09.17 20:37:33.485665 [ 3 ] {5dfee2c4-1cfc-4133-ac2a-24f64a43ea44} executeQuery: Read 11 rows, 520.00 B in 0.001173 sec., 9377.66410912191 rows/sec., 432.92 KiB/sec. 2025.09.17 20:37:33.485746 [ 3 ] {5dfee2c4-1cfc-4133-ac2a-24f64a43ea44} TCPHandler: Processed in 0.001380579 sec. 2025.09.17 20:37:33.485949 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:33.486076 [ 3 ] {a97c7a6a-2f35-4e87-acd4-fe09ac84d541} executeQuery: (from [fd00:1122:3344:101::d]:57239) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.17 20:37:33.486283 [ 3 ] {a97c7a6a-2f35-4e87-acd4-fe09ac84d541} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.17 20:37:33.486315 [ 3 ] {a97c7a6a-2f35-4e87-acd4-fe09ac84d541} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.09.17 20:37:33.486497 [ 3 ] {a97c7a6a-2f35-4e87-acd4-fe09ac84d541} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.17 20:37:33.486548 [ 3 ] {a97c7a6a-2f35-4e87-acd4-fe09ac84d541} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.17 20:37:33.486646 [ 3 ] {a97c7a6a-2f35-4e87-acd4-fe09ac84d541} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Key condition: (column 0 notIn 26-element set) 2025.09.17 20:37:33.486673 [ 3 ] {a97c7a6a-2f35-4e87-acd4-fe09ac84d541} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.17 20:37:33.486692 [ 3 ] {a97c7a6a-2f35-4e87-acd4-fe09ac84d541} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.09.17 20:37:33.486706 [ 3 ] {a97c7a6a-2f35-4e87-acd4-fe09ac84d541} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.17 20:37:33.486738 [ 3 ] {a97c7a6a-2f35-4e87-acd4-fe09ac84d541} 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', 'database_transaction:retry_data', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.09.17 20:37:33.486755 [ 3 ] {a97c7a6a-2f35-4e87-acd4-fe09ac84d541} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 11 rows starting from 0 2025.09.17 20:37:33.487163 [ 3 ] {a97c7a6a-2f35-4e87-acd4-fe09ac84d541} executeQuery: Read 11 rows, 520.00 B in 0.001138 sec., 9666.080843585238 rows/sec., 446.23 KiB/sec. 2025.09.17 20:37:33.487248 [ 3 ] {a97c7a6a-2f35-4e87-acd4-fe09ac84d541} TCPHandler: Processed in 0.001349067 sec. 2025.09.17 20:37:33.487436 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:33.487564 [ 3 ] {44610e9e-01dd-4ade-9ae0-317007e7dc8f} executeQuery: (from [fd00:1122:3344:101::d]:57239) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.17 20:37:33.487767 [ 3 ] {44610e9e-01dd-4ade-9ae0-317007e7dc8f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.17 20:37:33.487802 [ 3 ] {44610e9e-01dd-4ade-9ae0-317007e7dc8f} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.09.17 20:37:33.487986 [ 3 ] {44610e9e-01dd-4ade-9ae0-317007e7dc8f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.17 20:37:33.488037 [ 3 ] {44610e9e-01dd-4ade-9ae0-317007e7dc8f} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.17 20:37:33.488133 [ 3 ] {44610e9e-01dd-4ade-9ae0-317007e7dc8f} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Key condition: (column 0 notIn 27-element set) 2025.09.17 20:37:33.488160 [ 3 ] {44610e9e-01dd-4ade-9ae0-317007e7dc8f} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.17 20:37:33.488179 [ 3 ] {44610e9e-01dd-4ade-9ae0-317007e7dc8f} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.09.17 20:37:33.488192 [ 3 ] {44610e9e-01dd-4ade-9ae0-317007e7dc8f} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.17 20:37:33.488225 [ 3 ] {44610e9e-01dd-4ade-9ae0-317007e7dc8f} 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', 'database_transaction:retry_data', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.09.17 20:37:33.488243 [ 3 ] {44610e9e-01dd-4ade-9ae0-317007e7dc8f} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 11 rows starting from 0 2025.09.17 20:37:33.488683 [ 3 ] {44610e9e-01dd-4ade-9ae0-317007e7dc8f} executeQuery: Read 11 rows, 520.00 B in 0.001171 sec., 9393.680614859095 rows/sec., 433.66 KiB/sec. 2025.09.17 20:37:33.488764 [ 3 ] {44610e9e-01dd-4ade-9ae0-317007e7dc8f} TCPHandler: Processed in 0.001377679 sec. 2025.09.17 20:37:33.488973 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:33.489102 [ 3 ] {1c403608-f640-4937-b9e2-77dcf3ce0abb} executeQuery: (from [fd00:1122:3344:101::d]:57239) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.17 20:37:33.489304 [ 3 ] {1c403608-f640-4937-b9e2-77dcf3ce0abb} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.17 20:37:33.489338 [ 3 ] {1c403608-f640-4937-b9e2-77dcf3ce0abb} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.09.17 20:37:33.489528 [ 3 ] {1c403608-f640-4937-b9e2-77dcf3ce0abb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.17 20:37:33.489579 [ 3 ] {1c403608-f640-4937-b9e2-77dcf3ce0abb} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.17 20:37:33.489675 [ 3 ] {1c403608-f640-4937-b9e2-77dcf3ce0abb} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Key condition: (column 0 notIn 28-element set) 2025.09.17 20:37:33.489703 [ 3 ] {1c403608-f640-4937-b9e2-77dcf3ce0abb} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.17 20:37:33.489722 [ 3 ] {1c403608-f640-4937-b9e2-77dcf3ce0abb} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.09.17 20:37:33.489736 [ 3 ] {1c403608-f640-4937-b9e2-77dcf3ce0abb} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.17 20:37:33.489768 [ 3 ] {1c403608-f640-4937-b9e2-77dcf3ce0abb} 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', 'database_transaction:retry_data', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.09.17 20:37:33.489786 [ 3 ] {1c403608-f640-4937-b9e2-77dcf3ce0abb} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 11 rows starting from 0 2025.09.17 20:37:33.490280 [ 3 ] {1c403608-f640-4937-b9e2-77dcf3ce0abb} executeQuery: Read 11 rows, 520.00 B in 0.001232 sec., 8928.571428571428 rows/sec., 412.19 KiB/sec. 2025.09.17 20:37:33.490362 [ 3 ] {1c403608-f640-4937-b9e2-77dcf3ce0abb} TCPHandler: Processed in 0.001439261 sec. 2025.09.17 20:37:33.490555 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:33.490684 [ 3 ] {9feab7ee-9080-441e-91cd-2f86d64399ff} executeQuery: (from [fd00:1122:3344:101::d]:57239) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.17 20:37:33.490904 [ 3 ] {9feab7ee-9080-441e-91cd-2f86d64399ff} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.17 20:37:33.490939 [ 3 ] {9feab7ee-9080-441e-91cd-2f86d64399ff} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.09.17 20:37:33.491134 [ 3 ] {9feab7ee-9080-441e-91cd-2f86d64399ff} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.17 20:37:33.491187 [ 3 ] {9feab7ee-9080-441e-91cd-2f86d64399ff} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.17 20:37:33.491287 [ 3 ] {9feab7ee-9080-441e-91cd-2f86d64399ff} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Key condition: (column 0 notIn 29-element set) 2025.09.17 20:37:33.491314 [ 3 ] {9feab7ee-9080-441e-91cd-2f86d64399ff} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.17 20:37:33.491333 [ 3 ] {9feab7ee-9080-441e-91cd-2f86d64399ff} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.09.17 20:37:33.491347 [ 3 ] {9feab7ee-9080-441e-91cd-2f86d64399ff} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.17 20:37:33.491380 [ 3 ] {9feab7ee-9080-441e-91cd-2f86d64399ff} 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', 'database_transaction:retry_data', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.09.17 20:37:33.491398 [ 3 ] {9feab7ee-9080-441e-91cd-2f86d64399ff} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 11 rows starting from 0 2025.09.17 20:37:33.491832 [ 3 ] {9feab7ee-9080-441e-91cd-2f86d64399ff} executeQuery: Read 11 rows, 520.00 B in 0.0012 sec., 9166.666666666668 rows/sec., 423.18 KiB/sec. 2025.09.17 20:37:33.491916 [ 3 ] {9feab7ee-9080-441e-91cd-2f86d64399ff} TCPHandler: Processed in 0.00141159 sec. 2025.09.17 20:37:33.494078 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:33.494185 [ 3 ] {5d8b7eb3-4942-4a9f-96e9-2255e8bd336f} executeQuery: (from [fd00:1122:3344:101::d]:57239) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.09.17 20:37:33.494228 [ 3 ] {5d8b7eb3-4942-4a9f-96e9-2255e8bd336f} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.17 20:37:33.494781 [ 3 ] {5d8b7eb3-4942-4a9f-96e9-2255e8bd336f} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:33.494826 [ 3 ] {5d8b7eb3-4942-4a9f-96e9-2255e8bd336f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.09.17 20:37:33.495266 [ 3 ] {5d8b7eb3-4942-4a9f-96e9-2255e8bd336f} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.09.17 20:37:33.495490 [ 3 ] {5d8b7eb3-4942-4a9f-96e9-2255e8bd336f} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:33.495642 [ 3 ] {5d8b7eb3-4942-4a9f-96e9-2255e8bd336f} executeQuery: Read 19 rows, 2.54 KiB in 0.001487 sec., 12777.40416946873 rows/sec., 1.66 MiB/sec. 2025.09.17 20:37:33.495682 [ 3 ] {5d8b7eb3-4942-4a9f-96e9-2255e8bd336f} TCPHandler: Processed in 0.001653327 sec. 2025.09.17 20:37:33.495797 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:33.495899 [ 3 ] {2c14b0a3-d1e5-444c-98b5-f7db0d292bbb} executeQuery: (from [fd00:1122:3344:101::d]:57239) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.17 20:37:33.495941 [ 3 ] {2c14b0a3-d1e5-444c-98b5-f7db0d292bbb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.17 20:37:33.496368 [ 3 ] {2c14b0a3-d1e5-444c-98b5-f7db0d292bbb} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:33.496406 [ 3 ] {2c14b0a3-d1e5-444c-98b5-f7db0d292bbb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.09.17 20:37:33.496719 [ 3 ] {2c14b0a3-d1e5-444c-98b5-f7db0d292bbb} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.09.17 20:37:33.496950 [ 3 ] {2c14b0a3-d1e5-444c-98b5-f7db0d292bbb} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:33.497088 [ 3 ] {2c14b0a3-d1e5-444c-98b5-f7db0d292bbb} executeQuery: Read 6 rows, 501.00 B in 0.001208 sec., 4966.887417218542 rows/sec., 405.01 KiB/sec. 2025.09.17 20:37:33.497126 [ 3 ] {2c14b0a3-d1e5-444c-98b5-f7db0d292bbb} TCPHandler: Processed in 0.001380319 sec. 2025.09.17 20:37:33.497231 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:33.497330 [ 3 ] {13b88d90-c96d-483c-b729-cb742428f9db} executeQuery: (from [fd00:1122:3344:101::d]:57239) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:37:33.497370 [ 3 ] {13b88d90-c96d-483c-b729-cb742428f9db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:37:33.497782 [ 3 ] {13b88d90-c96d-483c-b729-cb742428f9db} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:33.497821 [ 3 ] {13b88d90-c96d-483c-b729-cb742428f9db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.09.17 20:37:33.498146 [ 3 ] {13b88d90-c96d-483c-b729-cb742428f9db} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.09.17 20:37:33.498367 [ 3 ] {13b88d90-c96d-483c-b729-cb742428f9db} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:33.498494 [ 3 ] {13b88d90-c96d-483c-b729-cb742428f9db} executeQuery: Read 62 rows, 5.48 KiB in 0.001183 sec., 52409.129332206256 rows/sec., 4.52 MiB/sec. 2025.09.17 20:37:33.498532 [ 3 ] {13b88d90-c96d-483c-b729-cb742428f9db} TCPHandler: Processed in 0.001350728 sec. 2025.09.17 20:37:33.498717 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:33.498817 [ 3 ] {8da9cc32-b2bb-4ce2-bc15-f5f389b2217a} executeQuery: (from [fd00:1122:3344:101::d]:57239) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:37:33.498857 [ 3 ] {8da9cc32-b2bb-4ce2-bc15-f5f389b2217a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:37:33.499251 [ 3 ] {8da9cc32-b2bb-4ce2-bc15-f5f389b2217a} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:33.499288 [ 3 ] {8da9cc32-b2bb-4ce2-bc15-f5f389b2217a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.09.17 20:37:33.499596 [ 3 ] {8da9cc32-b2bb-4ce2-bc15-f5f389b2217a} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.09.17 20:37:33.499813 [ 3 ] {8da9cc32-b2bb-4ce2-bc15-f5f389b2217a} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:33.499949 [ 3 ] {8da9cc32-b2bb-4ce2-bc15-f5f389b2217a} executeQuery: Read 20 rows, 1.47 KiB in 0.001149 sec., 17406.440382941688 rows/sec., 1.25 MiB/sec. 2025.09.17 20:37:33.499985 [ 3 ] {8da9cc32-b2bb-4ce2-bc15-f5f389b2217a} TCPHandler: Processed in 0.001321358 sec. 2025.09.17 20:37:33.500090 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:33.500183 [ 3 ] {823e449e-0edc-4f95-9cea-7eb649a95d92} executeQuery: (from [fd00:1122:3344:101::d]:57239) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.17 20:37:33.500223 [ 3 ] {823e449e-0edc-4f95-9cea-7eb649a95d92} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.17 20:37:33.500602 [ 3 ] {823e449e-0edc-4f95-9cea-7eb649a95d92} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:33.500638 [ 3 ] {823e449e-0edc-4f95-9cea-7eb649a95d92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.09.17 20:37:33.500919 [ 3 ] {823e449e-0edc-4f95-9cea-7eb649a95d92} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.09.17 20:37:33.501138 [ 3 ] {823e449e-0edc-4f95-9cea-7eb649a95d92} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:33.501262 [ 3 ] {823e449e-0edc-4f95-9cea-7eb649a95d92} executeQuery: Read 1 rows, 68.00 B in 0.001096 sec., 912.4087591240876 rows/sec., 60.59 KiB/sec. 2025.09.17 20:37:33.501299 [ 3 ] {823e449e-0edc-4f95-9cea-7eb649a95d92} TCPHandler: Processed in 0.001257996 sec. 2025.09.17 20:37:33.501404 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:33.501497 [ 3 ] {58564143-07e9-416b-83a9-4c21e7d300fb} executeQuery: (from [fd00:1122:3344:101::d]:57239) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:37:33.501536 [ 3 ] {58564143-07e9-416b-83a9-4c21e7d300fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:37:33.501938 [ 3 ] {58564143-07e9-416b-83a9-4c21e7d300fb} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:33.501975 [ 3 ] {58564143-07e9-416b-83a9-4c21e7d300fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.09.17 20:37:33.502277 [ 3 ] {58564143-07e9-416b-83a9-4c21e7d300fb} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.09.17 20:37:33.502500 [ 3 ] {58564143-07e9-416b-83a9-4c21e7d300fb} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:33.502648 [ 3 ] {58564143-07e9-416b-83a9-4c21e7d300fb} executeQuery: Read 62 rows, 4.97 KiB in 0.001168 sec., 53082.191780821915 rows/sec., 4.16 MiB/sec. 2025.09.17 20:37:33.502688 [ 3 ] {58564143-07e9-416b-83a9-4c21e7d300fb} TCPHandler: Processed in 0.001333438 sec. 2025.09.17 20:37:33.502795 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:33.502887 [ 3 ] {a6671be5-7105-4ca9-8779-b674cca63244} executeQuery: (from [fd00:1122:3344:101::d]:57239) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:37:33.502929 [ 3 ] {a6671be5-7105-4ca9-8779-b674cca63244} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:37:33.503286 [ 3 ] {a6671be5-7105-4ca9-8779-b674cca63244} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:33.503320 [ 3 ] {a6671be5-7105-4ca9-8779-b674cca63244} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.09.17 20:37:33.503636 [ 3 ] {a6671be5-7105-4ca9-8779-b674cca63244} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.09.17 20:37:33.503848 [ 3 ] {a6671be5-7105-4ca9-8779-b674cca63244} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:33.503980 [ 3 ] {a6671be5-7105-4ca9-8779-b674cca63244} executeQuery: Read 53 rows, 3.81 KiB in 0.001111 sec., 47704.77047704771 rows/sec., 3.35 MiB/sec. 2025.09.17 20:37:33.504016 [ 3 ] {a6671be5-7105-4ca9-8779-b674cca63244} TCPHandler: Processed in 0.001269106 sec. 2025.09.17 20:37:33.504128 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:33.504231 [ 3 ] {b42c0cc5-1d7e-47e8-88fb-d788faa2c93c} executeQuery: (from [fd00:1122:3344:101::d]:57239) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.17 20:37:33.504280 [ 3 ] {b42c0cc5-1d7e-47e8-88fb-d788faa2c93c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.17 20:37:33.504917 [ 3 ] {b42c0cc5-1d7e-47e8-88fb-d788faa2c93c} oximeter.measurements_f64 (69bb4c90-640c-43c9-b198-33b7398e3fde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:33.504959 [ 3 ] {b42c0cc5-1d7e-47e8-88fb-d788faa2c93c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.09.17 20:37:33.505377 [ 3 ] {b42c0cc5-1d7e-47e8-88fb-d788faa2c93c} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.17 20:37:33.507942 [ 3 ] {b42c0cc5-1d7e-47e8-88fb-d788faa2c93c} oximeter.measurements_f64 (69bb4c90-640c-43c9-b198-33b7398e3fde): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:33.508136 [ 3 ] {b42c0cc5-1d7e-47e8-88fb-d788faa2c93c} executeQuery: Read 1 rows, 65.00 B in 0.003923 sec., 254.9069589599796 rows/sec., 16.18 KiB/sec. 2025.09.17 20:37:33.508193 [ 3 ] {b42c0cc5-1d7e-47e8-88fb-d788faa2c93c} TCPHandler: Processed in 0.004115916 sec. 2025.09.17 20:37:33.508323 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:33.508427 [ 3 ] {5d3430f6-aeb2-4362-abf2-9913a499c85c} executeQuery: (from [fd00:1122:3344:101::d]:57239) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:37:33.508482 [ 3 ] {5d3430f6-aeb2-4362-abf2-9913a499c85c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:37:33.509306 [ 3 ] {5d3430f6-aeb2-4362-abf2-9913a499c85c} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:33.509342 [ 3 ] {5d3430f6-aeb2-4362-abf2-9913a499c85c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.09.17 20:37:33.514125 [ 3 ] {5d3430f6-aeb2-4362-abf2-9913a499c85c} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.17 20:37:33.514369 [ 3 ] {5d3430f6-aeb2-4362-abf2-9913a499c85c} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:33.514513 [ 3 ] {5d3430f6-aeb2-4362-abf2-9913a499c85c} executeQuery: Read 14 rows, 25.69 KiB in 0.006107 sec., 2292.4512854101854 rows/sec., 4.11 MiB/sec. 2025.09.17 20:37:33.514583 [ 3 ] {5d3430f6-aeb2-4362-abf2-9913a499c85c} TCPHandler: Processed in 0.006314597 sec. 2025.09.17 20:37:33.514710 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:33.514808 [ 3 ] {a87e8e96-db12-4441-8061-f9167d21e9da} executeQuery: (from [fd00:1122:3344:101::d]:57239) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.09.17 20:37:33.514850 [ 3 ] {a87e8e96-db12-4441-8061-f9167d21e9da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.09.17 20:37:33.515443 [ 3 ] {a87e8e96-db12-4441-8061-f9167d21e9da} oximeter.measurements_i64 (bc31f806-e141-4bbe-952f-10363c2e5e2e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:33.515484 [ 3 ] {a87e8e96-db12-4441-8061-f9167d21e9da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.09.17 20:37:33.515824 [ 3 ] {a87e8e96-db12-4441-8061-f9167d21e9da} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.17 20:37:33.516063 [ 3 ] {a87e8e96-db12-4441-8061-f9167d21e9da} oximeter.measurements_i64 (bc31f806-e141-4bbe-952f-10363c2e5e2e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:33.516269 [ 3 ] {a87e8e96-db12-4441-8061-f9167d21e9da} executeQuery: Read 6 rows, 434.00 B in 0.00148 sec., 4054.054054054054 rows/sec., 286.37 KiB/sec. 2025.09.17 20:37:33.516313 [ 3 ] {a87e8e96-db12-4441-8061-f9167d21e9da} TCPHandler: Processed in 0.001653566 sec. 2025.09.17 20:37:33.516435 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:33.516531 [ 3 ] {3d078942-a018-4e21-b6f3-8306c34c2b24} executeQuery: (from [fd00:1122:3344:101::d]:57239) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:37:33.516573 [ 3 ] {3d078942-a018-4e21-b6f3-8306c34c2b24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:37:33.516903 [ 3 ] {3d078942-a018-4e21-b6f3-8306c34c2b24} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:33.516938 [ 3 ] {3d078942-a018-4e21-b6f3-8306c34c2b24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.09.17 20:37:33.517304 [ 3 ] {3d078942-a018-4e21-b6f3-8306c34c2b24} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.09.17 20:37:33.517600 [ 3 ] {3d078942-a018-4e21-b6f3-8306c34c2b24} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:33.517738 [ 3 ] {3d078942-a018-4e21-b6f3-8306c34c2b24} executeQuery: Read 26 rows, 1.75 KiB in 0.001226 sec., 21207.17781402936 rows/sec., 1.40 MiB/sec. 2025.09.17 20:37:33.517779 [ 3 ] {3d078942-a018-4e21-b6f3-8306c34c2b24} TCPHandler: Processed in 0.001394449 sec. 2025.09.17 20:37:35.129139 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 2406 2025.09.17 20:37:35.129650 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:35.129702 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.09.17 20:37:35.130201 [ 245 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.09.17 20:37:35.130432 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:35.130572 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2406 2025.09.17 20:37:35.235994 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2025.09.17 20:37:35.254910 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:35.254979 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.09.17 20:37:35.261541 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.09.17 20:37:35.262359 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:35.266431 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2025.09.17 20:37:36.000245 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 166.87 MiB, peak 173.51 MiB, free memory in arenas 0.00 B, will set to 168.51 MiB (RSS), difference: 1.65 MiB 2025.09.17 20:37:37.624986 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 72 entries to flush up to offset 212 2025.09.17 20:37:37.628119 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:37.628181 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.09.17 20:37:37.629426 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.09.17 20:37:37.629718 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:37.629979 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 212 2025.09.17 20:37:38.430182 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:38.430353 [ 3 ] {1218aec5-20eb-4163-8c67-3560ba4b9324} executeQuery: (from [fd00:1122:3344:101::d]:57239) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:37:38.430418 [ 3 ] {1218aec5-20eb-4163-8c67-3560ba4b9324} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:37:38.431021 [ 3 ] {1218aec5-20eb-4163-8c67-3560ba4b9324} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:38.431067 [ 3 ] {1218aec5-20eb-4163-8c67-3560ba4b9324} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.09.17 20:37:38.431528 [ 3 ] {1218aec5-20eb-4163-8c67-3560ba4b9324} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.09.17 20:37:38.431763 [ 3 ] {1218aec5-20eb-4163-8c67-3560ba4b9324} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:38.431915 [ 3 ] {1218aec5-20eb-4163-8c67-3560ba4b9324} executeQuery: Read 30 rows, 2.40 KiB in 0.001609 sec., 18645.121193287756 rows/sec., 1.46 MiB/sec. 2025.09.17 20:37:38.431962 [ 3 ] {1218aec5-20eb-4163-8c67-3560ba4b9324} TCPHandler: Processed in 0.001902294 sec. 2025.09.17 20:37:38.432085 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:38.432185 [ 3 ] {905f73f2-e920-45e6-ade1-4c6172ff2abf} executeQuery: (from [fd00:1122:3344:101::d]:57239) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:37:38.432228 [ 3 ] {905f73f2-e920-45e6-ade1-4c6172ff2abf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:37:38.432650 [ 3 ] {905f73f2-e920-45e6-ade1-4c6172ff2abf} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:38.432687 [ 3 ] {905f73f2-e920-45e6-ade1-4c6172ff2abf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.09.17 20:37:38.432984 [ 3 ] {905f73f2-e920-45e6-ade1-4c6172ff2abf} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.09.17 20:37:38.433189 [ 3 ] {905f73f2-e920-45e6-ade1-4c6172ff2abf} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:38.433318 [ 3 ] {905f73f2-e920-45e6-ade1-4c6172ff2abf} executeQuery: Read 36 rows, 2.88 KiB in 0.001156 sec., 31141.86851211073 rows/sec., 2.43 MiB/sec. 2025.09.17 20:37:38.433354 [ 3 ] {905f73f2-e920-45e6-ade1-4c6172ff2abf} TCPHandler: Processed in 0.001319057 sec. 2025.09.17 20:37:38.433464 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:38.433559 [ 3 ] {cba4dac3-7f04-4260-b7be-36ac42056abb} executeQuery: (from [fd00:1122:3344:101::d]:57239) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:37:38.433600 [ 3 ] {cba4dac3-7f04-4260-b7be-36ac42056abb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:37:38.433965 [ 3 ] {cba4dac3-7f04-4260-b7be-36ac42056abb} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:38.434001 [ 3 ] {cba4dac3-7f04-4260-b7be-36ac42056abb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.09.17 20:37:38.434307 [ 3 ] {cba4dac3-7f04-4260-b7be-36ac42056abb} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.09.17 20:37:38.434515 [ 3 ] {cba4dac3-7f04-4260-b7be-36ac42056abb} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:38.434641 [ 3 ] {cba4dac3-7f04-4260-b7be-36ac42056abb} executeQuery: Read 60 rows, 4.31 KiB in 0.001103 sec., 54397.09882139619 rows/sec., 3.82 MiB/sec. 2025.09.17 20:37:38.434677 [ 3 ] {cba4dac3-7f04-4260-b7be-36ac42056abb} TCPHandler: Processed in 0.001261195 sec. 2025.09.17 20:37:38.434784 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:38.434876 [ 3 ] {0fb310a4-f3d7-4f0c-aa0a-2b39bed1e1c8} executeQuery: (from [fd00:1122:3344:101::d]:57239) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:37:38.434916 [ 3 ] {0fb310a4-f3d7-4f0c-aa0a-2b39bed1e1c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:37:38.435227 [ 3 ] {0fb310a4-f3d7-4f0c-aa0a-2b39bed1e1c8} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:38.435262 [ 3 ] {0fb310a4-f3d7-4f0c-aa0a-2b39bed1e1c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.09.17 20:37:38.435566 [ 3 ] {0fb310a4-f3d7-4f0c-aa0a-2b39bed1e1c8} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.09.17 20:37:38.435778 [ 3 ] {0fb310a4-f3d7-4f0c-aa0a-2b39bed1e1c8} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:38.435906 [ 3 ] {0fb310a4-f3d7-4f0c-aa0a-2b39bed1e1c8} executeQuery: Read 30 rows, 2.04 KiB in 0.001049 sec., 28598.66539561487 rows/sec., 1.90 MiB/sec. 2025.09.17 20:37:38.435940 [ 3 ] {0fb310a4-f3d7-4f0c-aa0a-2b39bed1e1c8} TCPHandler: Processed in 0.001203014 sec. 2025.09.17 20:37:42.562352 [ 70 ] {} DNSResolver: Updating DNS cache 2025.09.17 20:37:42.562424 [ 70 ] {} DNSResolver: Updated DNS cache 2025.09.17 20:37:42.631613 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 2854 2025.09.17 20:37:42.632096 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:42.632144 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.09.17 20:37:42.632647 [ 245 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.09.17 20:37:42.632881 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:42.633008 [ 70 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.09.17 20:37:42.633020 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2854 2025.09.17 20:37:42.633080 [ 70 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:42.633106 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.09.17 20:37:42.635181 [ 192 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.09.17 20:37:42.637352 [ 192 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:37:42.637448 [ 192 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 549 rows starting from the beginning of the part 2025.09.17 20:37:42.637580 [ 192 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 427 rows starting from the beginning of the part 2025.09.17 20:37:42.637637 [ 192 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 488 rows starting from the beginning of the part 2025.09.17 20:37:42.637690 [ 192 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 430 rows starting from the beginning of the part 2025.09.17 20:37:42.637735 [ 192 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 512 rows starting from the beginning of the part 2025.09.17 20:37:42.637796 [ 192 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 448 rows starting from the beginning of the part 2025.09.17 20:37:42.667223 [ 202 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2854 rows, containing 4 columns (4 merged, 0 gathered) in 0.034006497 sec., 83925.1393638104 rows/sec., 1.20 MiB/sec. 2025.09.17 20:37:42.668126 [ 201 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.09.17 20:37:42.668462 [ 201 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_6_1} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:42.668528 [ 201 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_6_1} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.09.17 20:37:42.668641 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.35 MiB. 2025.09.17 20:37:42.767458 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2025.09.17 20:37:42.784726 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:42.784777 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.09.17 20:37:42.791081 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.09.17 20:37:42.791782 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:42.792094 [ 70 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.09.17 20:37:42.792168 [ 70 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:42.792205 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.09.17 20:37:42.792343 [ 201 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.09.17 20:37:42.795261 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2025.09.17 20:37:42.796600 [ 201 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:37:42.798151 [ 201 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part 2025.09.17 20:37:42.803066 [ 201 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part 2025.09.17 20:37:42.807472 [ 201 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 7 rows starting from the beginning of the part 2025.09.17 20:37:42.811816 [ 201 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part 2025.09.17 20:37:42.820832 [ 201 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 7 rows starting from the beginning of the part 2025.09.17 20:37:42.825039 [ 201 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 8 rows starting from the beginning of the part 2025.09.17 20:37:42.884863 [ 202 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.092581454 sec., 496.8597706404568 rows/sec., 2.57 MiB/sec. 2025.09.17 20:37:42.887596 [ 202 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.09.17 20:37:42.889871 [ 202 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_6_1} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:42.889972 [ 202 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_6_1} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.09.17 20:37:42.892113 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2025.09.17 20:37:43.000315 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 169.78 MiB, peak 179.32 MiB, free memory in arenas 0.00 B, will set to 180.33 MiB (RSS), difference: 10.55 MiB 2025.09.17 20:37:43.432922 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:43.433099 [ 3 ] {159db850-2598-4bf4-be40-6b1372783298} executeQuery: (from [fd00:1122:3344:101::d]:57239) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:37:43.433163 [ 3 ] {159db850-2598-4bf4-be40-6b1372783298} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:37:43.433797 [ 3 ] {159db850-2598-4bf4-be40-6b1372783298} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:43.433842 [ 3 ] {159db850-2598-4bf4-be40-6b1372783298} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.09.17 20:37:43.434218 [ 3 ] {159db850-2598-4bf4-be40-6b1372783298} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.09.17 20:37:43.434440 [ 3 ] {159db850-2598-4bf4-be40-6b1372783298} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:43.434575 [ 70 ] {} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.09.17 20:37:43.434580 [ 3 ] {159db850-2598-4bf4-be40-6b1372783298} executeQuery: Read 94 rows, 8.53 KiB in 0.001529 sec., 61478.09025506867 rows/sec., 5.45 MiB/sec. 2025.09.17 20:37:43.434650 [ 70 ] {} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:43.434668 [ 3 ] {159db850-2598-4bf4-be40-6b1372783298} TCPHandler: Processed in 0.001867032 sec. 2025.09.17 20:37:43.434676 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.09.17 20:37:43.434808 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:43.434832 [ 199 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.09.17 20:37:43.434907 [ 3 ] {01af10c2-2dfb-4fc6-8f84-602492afea4a} executeQuery: (from [fd00:1122:3344:101::d]:57239) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:37:43.434951 [ 3 ] {01af10c2-2dfb-4fc6-8f84-602492afea4a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:37:43.435014 [ 199 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:37:43.435060 [ 199 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 126 rows starting from the beginning of the part 2025.09.17 20:37:43.435159 [ 199 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part 2025.09.17 20:37:43.435210 [ 199 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part 2025.09.17 20:37:43.435264 [ 199 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 62 rows starting from the beginning of the part 2025.09.17 20:37:43.435309 [ 199 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 30 rows starting from the beginning of the part 2025.09.17 20:37:43.435355 [ 199 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 94 rows starting from the beginning of the part 2025.09.17 20:37:43.435396 [ 3 ] {01af10c2-2dfb-4fc6-8f84-602492afea4a} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:43.435439 [ 3 ] {01af10c2-2dfb-4fc6-8f84-602492afea4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.09.17 20:37:43.435952 [ 3 ] {01af10c2-2dfb-4fc6-8f84-602492afea4a} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.09.17 20:37:43.436198 [ 3 ] {01af10c2-2dfb-4fc6-8f84-602492afea4a} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:43.436335 [ 3 ] {01af10c2-2dfb-4fc6-8f84-602492afea4a} executeQuery: Read 32 rows, 2.41 KiB in 0.001446 sec., 22130.013831258646 rows/sec., 1.63 MiB/sec. 2025.09.17 20:37:43.436378 [ 3 ] {01af10c2-2dfb-4fc6-8f84-602492afea4a} TCPHandler: Processed in 0.001617065 sec. 2025.09.17 20:37:43.436502 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:43.436593 [ 189 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 320 rows, containing 5 columns (5 merged, 0 gathered) in 0.001826481 sec., 175200.2895184784 rows/sec., 16.19 MiB/sec. 2025.09.17 20:37:43.436597 [ 3 ] {67091fb9-97e1-4e6a-b46f-69e62cf403b2} executeQuery: (from [fd00:1122:3344:101::d]:57239) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:37:43.436650 [ 3 ] {67091fb9-97e1-4e6a-b46f-69e62cf403b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:37:43.436806 [ 198 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.09.17 20:37:43.437091 [ 3 ] {67091fb9-97e1-4e6a-b46f-69e62cf403b2} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:43.437100 [ 198 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_6_1} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:43.437136 [ 3 ] {67091fb9-97e1-4e6a-b46f-69e62cf403b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.09.17 20:37:43.437196 [ 198 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_6_1} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.09.17 20:37:43.437288 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.09.17 20:37:43.437464 [ 3 ] {67091fb9-97e1-4e6a-b46f-69e62cf403b2} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.09.17 20:37:43.437674 [ 3 ] {67091fb9-97e1-4e6a-b46f-69e62cf403b2} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:43.437782 [ 70 ] {} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.09.17 20:37:43.437798 [ 3 ] {67091fb9-97e1-4e6a-b46f-69e62cf403b2} executeQuery: Read 76 rows, 6.10 KiB in 0.00122 sec., 62295.08196721312 rows/sec., 4.89 MiB/sec. 2025.09.17 20:37:43.437826 [ 70 ] {} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:43.437845 [ 3 ] {67091fb9-97e1-4e6a-b46f-69e62cf403b2} TCPHandler: Processed in 0.00139008 sec. 2025.09.17 20:37:43.437853 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.09.17 20:37:43.437948 [ 199 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.09.17 20:37:43.437980 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:43.438046 [ 199 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:37:43.438076 [ 199 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 48 rows starting from the beginning of the part 2025.09.17 20:37:43.438078 [ 3 ] {074c3954-b062-4010-a3b4-bce9862e8a5f} executeQuery: (from [fd00:1122:3344:101::d]:57239) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:37:43.438124 [ 199 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part 2025.09.17 20:37:43.438131 [ 3 ] {074c3954-b062-4010-a3b4-bce9862e8a5f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:37:43.438168 [ 199 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 8 rows starting from the beginning of the part 2025.09.17 20:37:43.438208 [ 199 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 62 rows starting from the beginning of the part 2025.09.17 20:37:43.438264 [ 199 ] {ff51c43c-c277-450e-b0be-08a26d130b43::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.09.17 20:37:43.438307 [ 199 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 76 rows starting from the beginning of the part 2025.09.17 20:37:43.438516 [ 3 ] {074c3954-b062-4010-a3b4-bce9862e8a5f} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:43.438557 [ 3 ] {074c3954-b062-4010-a3b4-bce9862e8a5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.09.17 20:37:43.438916 [ 3 ] {074c3954-b062-4010-a3b4-bce9862e8a5f} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.09.17 20:37:43.439078 [ 199 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 238 rows, containing 5 columns (5 merged, 0 gathered) in 0.001160973 sec., 205000.4608203636 rows/sec., 17.16 MiB/sec. 2025.09.17 20:37:43.439175 [ 3 ] {074c3954-b062-4010-a3b4-bce9862e8a5f} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:43.439255 [ 197 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.09.17 20:37:43.439286 [ 70 ] {} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.09.17 20:37:43.439307 [ 3 ] {074c3954-b062-4010-a3b4-bce9862e8a5f} executeQuery: Read 60 rows, 4.31 KiB in 0.001246 sec., 48154.093097913326 rows/sec., 3.38 MiB/sec. 2025.09.17 20:37:43.439334 [ 70 ] {} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:43.439357 [ 3 ] {074c3954-b062-4010-a3b4-bce9862e8a5f} TCPHandler: Processed in 0.00142431 sec. 2025.09.17 20:37:43.439363 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.09.17 20:37:43.439457 [ 189 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.09.17 20:37:43.439480 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:43.439538 [ 197 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_6_1} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:43.439565 [ 189 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:37:43.439573 [ 3 ] {c068a93b-2155-4811-82ca-48cc27002326} executeQuery: (from [fd00:1122:3344:101::d]:57239) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:37:43.439600 [ 189 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 226 rows starting from the beginning of the part 2025.09.17 20:37:43.439600 [ 197 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_6_1} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.09.17 20:37:43.439628 [ 3 ] {c068a93b-2155-4811-82ca-48cc27002326} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:37:43.439674 [ 189 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part 2025.09.17 20:37:43.439677 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.09.17 20:37:43.439728 [ 189 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 10 rows starting from the beginning of the part 2025.09.17 20:37:43.439783 [ 189 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 53 rows starting from the beginning of the part 2025.09.17 20:37:43.439839 [ 189 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part 2025.09.17 20:37:43.439887 [ 189 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part 2025.09.17 20:37:43.440412 [ 3 ] {c068a93b-2155-4811-82ca-48cc27002326} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:43.440446 [ 3 ] {c068a93b-2155-4811-82ca-48cc27002326} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.09.17 20:37:43.440863 [ 199 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 419 rows, containing 5 columns (5 merged, 0 gathered) in 0.001440881 sec., 290794.3126462213 rows/sec., 22.12 MiB/sec. 2025.09.17 20:37:43.441003 [ 189 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.09.17 20:37:43.441011 [ 3 ] {c068a93b-2155-4811-82ca-48cc27002326} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.09.17 20:37:43.441252 [ 189 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_6_1} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:43.441254 [ 3 ] {c068a93b-2155-4811-82ca-48cc27002326} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:43.441309 [ 189 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_6_1} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.09.17 20:37:43.441360 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.09.17 20:37:43.441393 [ 3 ] {c068a93b-2155-4811-82ca-48cc27002326} executeQuery: Read 32 rows, 58.72 KiB in 0.001838 sec., 17410.228509249184 rows/sec., 31.20 MiB/sec. 2025.09.17 20:37:43.441443 [ 3 ] {c068a93b-2155-4811-82ca-48cc27002326} TCPHandler: Processed in 0.002010587 sec. 2025.09.17 20:37:43.441555 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:43.441647 [ 3 ] {49ace841-3d09-4edc-bf2e-c0e95fc78f78} executeQuery: (from [fd00:1122:3344:101::d]:57239) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.09.17 20:37:43.441688 [ 3 ] {49ace841-3d09-4edc-bf2e-c0e95fc78f78} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.09.17 20:37:43.441998 [ 3 ] {49ace841-3d09-4edc-bf2e-c0e95fc78f78} oximeter.measurements_i64 (bc31f806-e141-4bbe-952f-10363c2e5e2e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:43.442033 [ 3 ] {49ace841-3d09-4edc-bf2e-c0e95fc78f78} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.09.17 20:37:43.442328 [ 3 ] {49ace841-3d09-4edc-bf2e-c0e95fc78f78} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.09.17 20:37:43.442526 [ 3 ] {49ace841-3d09-4edc-bf2e-c0e95fc78f78} oximeter.measurements_i64 (bc31f806-e141-4bbe-952f-10363c2e5e2e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:43.442644 [ 3 ] {49ace841-3d09-4edc-bf2e-c0e95fc78f78} executeQuery: Read 15 rows, 1.14 KiB in 0.001015 sec., 14778.325123152708 rows/sec., 1.10 MiB/sec. 2025.09.17 20:37:43.442678 [ 3 ] {49ace841-3d09-4edc-bf2e-c0e95fc78f78} TCPHandler: Processed in 0.001170873 sec. 2025.09.17 20:37:43.442783 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:43.442874 [ 3 ] {15126b2b-759a-4917-92a5-dbf46812fec3} executeQuery: (from [fd00:1122:3344:101::d]:57239) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:37:43.442913 [ 3 ] {15126b2b-759a-4917-92a5-dbf46812fec3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:37:43.443216 [ 3 ] {15126b2b-759a-4917-92a5-dbf46812fec3} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:43.443250 [ 3 ] {15126b2b-759a-4917-92a5-dbf46812fec3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.09.17 20:37:43.443549 [ 3 ] {15126b2b-759a-4917-92a5-dbf46812fec3} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.09.17 20:37:43.443745 [ 3 ] {15126b2b-759a-4917-92a5-dbf46812fec3} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:43.443846 [ 70 ] {} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.09.17 20:37:43.443866 [ 3 ] {15126b2b-759a-4917-92a5-dbf46812fec3} executeQuery: Read 30 rows, 2.04 KiB in 0.00101 sec., 29702.9702970297 rows/sec., 1.97 MiB/sec. 2025.09.17 20:37:43.443894 [ 70 ] {} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:43.443911 [ 3 ] {15126b2b-759a-4917-92a5-dbf46812fec3} TCPHandler: Processed in 0.001174513 sec. 2025.09.17 20:37:43.443919 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.09.17 20:37:43.444059 [ 186 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.09.17 20:37:43.444216 [ 186 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:37:43.444260 [ 186 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part 2025.09.17 20:37:43.444360 [ 186 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part 2025.09.17 20:37:43.444425 [ 186 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 10 rows starting from the beginning of the part 2025.09.17 20:37:43.444483 [ 186 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 26 rows starting from the beginning of the part 2025.09.17 20:37:43.444538 [ 186 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 30 rows starting from the beginning of the part 2025.09.17 20:37:43.444591 [ 186 ] {05128e64-59df-4f0a-b264-15697cd657d8::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.09.17 20:37:43.445422 [ 199 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 114 rows, containing 4 columns (4 merged, 0 gathered) in 0.00143183 sec., 79618.3904513804 rows/sec., 5.18 MiB/sec. 2025.09.17 20:37:43.445552 [ 186 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.09.17 20:37:43.445812 [ 186 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_6_1} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:43.445875 [ 186 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_6_1} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.09.17 20:37:43.445936 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.09.17 20:37:47.631187 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 234 2025.09.17 20:37:47.633074 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:47.633121 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.09.17 20:37:47.634228 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.09.17 20:37:47.634481 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:47.634713 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 234 2025.09.17 20:37:48.435967 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:48.436142 [ 3 ] {728b4025-dea1-4738-a17d-adea0f21471b} executeQuery: (from [fd00:1122:3344:101::d]:57239) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.17 20:37:48.436204 [ 3 ] {728b4025-dea1-4738-a17d-adea0f21471b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.17 20:37:48.436814 [ 3 ] {728b4025-dea1-4738-a17d-adea0f21471b} oximeter.fields_i16 (ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:48.436856 [ 3 ] {728b4025-dea1-4738-a17d-adea0f21471b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.09.17 20:37:48.437239 [ 3 ] {728b4025-dea1-4738-a17d-adea0f21471b} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.09.17 20:37:48.437468 [ 3 ] {728b4025-dea1-4738-a17d-adea0f21471b} oximeter.fields_i16 (ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:48.437626 [ 3 ] {728b4025-dea1-4738-a17d-adea0f21471b} executeQuery: Read 24 rows, 2.04 KiB in 0.001531 sec., 15676.028739386022 rows/sec., 1.30 MiB/sec. 2025.09.17 20:37:48.437674 [ 3 ] {728b4025-dea1-4738-a17d-adea0f21471b} TCPHandler: Processed in 0.001828351 sec. 2025.09.17 20:37:48.437789 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:48.437892 [ 3 ] {f0e1486b-e24d-4408-b1c8-790c5514bd45} executeQuery: (from [fd00:1122:3344:101::d]:57239) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.17 20:37:48.437935 [ 3 ] {f0e1486b-e24d-4408-b1c8-790c5514bd45} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.17 20:37:48.438329 [ 3 ] {f0e1486b-e24d-4408-b1c8-790c5514bd45} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:48.438366 [ 3 ] {f0e1486b-e24d-4408-b1c8-790c5514bd45} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.09.17 20:37:48.438662 [ 3 ] {f0e1486b-e24d-4408-b1c8-790c5514bd45} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.09.17 20:37:48.438870 [ 3 ] {f0e1486b-e24d-4408-b1c8-790c5514bd45} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:48.438998 [ 3 ] {f0e1486b-e24d-4408-b1c8-790c5514bd45} executeQuery: Read 2 rows, 167.00 B in 0.00113 sec., 1769.911504424779 rows/sec., 144.32 KiB/sec. 2025.09.17 20:37:48.439038 [ 3 ] {f0e1486b-e24d-4408-b1c8-790c5514bd45} TCPHandler: Processed in 0.001300247 sec. 2025.09.17 20:37:48.439148 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:48.439245 [ 3 ] {2497f967-9a6c-47b4-b24b-557c6530b320} executeQuery: (from [fd00:1122:3344:101::d]:57239) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:37:48.439285 [ 3 ] {2497f967-9a6c-47b4-b24b-557c6530b320} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:37:48.439740 [ 3 ] {2497f967-9a6c-47b4-b24b-557c6530b320} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:48.439777 [ 3 ] {2497f967-9a6c-47b4-b24b-557c6530b320} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.09.17 20:37:48.440094 [ 3 ] {2497f967-9a6c-47b4-b24b-557c6530b320} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.09.17 20:37:48.440313 [ 3 ] {2497f967-9a6c-47b4-b24b-557c6530b320} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:48.440440 [ 3 ] {2497f967-9a6c-47b4-b24b-557c6530b320} executeQuery: Read 177 rows, 15.94 KiB in 0.001214 sec., 145799.0115321252 rows/sec., 12.82 MiB/sec. 2025.09.17 20:37:48.440477 [ 3 ] {2497f967-9a6c-47b4-b24b-557c6530b320} TCPHandler: Processed in 0.001379259 sec. 2025.09.17 20:37:48.440588 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:48.440683 [ 3 ] {b9590cd7-8ac2-447d-b096-833a633d02e3} executeQuery: (from [fd00:1122:3344:101::d]:57239) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:37:48.440722 [ 3 ] {b9590cd7-8ac2-447d-b096-833a633d02e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:37:48.441107 [ 3 ] {b9590cd7-8ac2-447d-b096-833a633d02e3} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:48.441142 [ 3 ] {b9590cd7-8ac2-447d-b096-833a633d02e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.09.17 20:37:48.441434 [ 3 ] {b9590cd7-8ac2-447d-b096-833a633d02e3} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.09.17 20:37:48.441637 [ 3 ] {b9590cd7-8ac2-447d-b096-833a633d02e3} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:48.441763 [ 3 ] {b9590cd7-8ac2-447d-b096-833a633d02e3} executeQuery: Read 14 rows, 1.10 KiB in 0.001099 sec., 12738.853503184715 rows/sec., 1001.44 KiB/sec. 2025.09.17 20:37:48.441802 [ 3 ] {b9590cd7-8ac2-447d-b096-833a633d02e3} TCPHandler: Processed in 0.001267986 sec. 2025.09.17 20:37:48.441907 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:48.442001 [ 3 ] {0df73f33-ad9b-4a36-9175-380dffa6df6b} executeQuery: (from [fd00:1122:3344:101::d]:57239) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.17 20:37:48.442041 [ 3 ] {0df73f33-ad9b-4a36-9175-380dffa6df6b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.17 20:37:48.442451 [ 3 ] {0df73f33-ad9b-4a36-9175-380dffa6df6b} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:48.442490 [ 3 ] {0df73f33-ad9b-4a36-9175-380dffa6df6b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.09.17 20:37:48.442786 [ 3 ] {0df73f33-ad9b-4a36-9175-380dffa6df6b} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.09.17 20:37:48.442993 [ 3 ] {0df73f33-ad9b-4a36-9175-380dffa6df6b} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:48.443115 [ 3 ] {0df73f33-ad9b-4a36-9175-380dffa6df6b} executeQuery: Read 24 rows, 2.04 KiB in 0.001133 sec., 21182.700794351284 rows/sec., 1.76 MiB/sec. 2025.09.17 20:37:48.443152 [ 3 ] {0df73f33-ad9b-4a36-9175-380dffa6df6b} TCPHandler: Processed in 0.001294176 sec. 2025.09.17 20:37:48.443255 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:48.443348 [ 3 ] {99460a5b-15b4-4818-8e0f-0c88180e869e} executeQuery: (from [fd00:1122:3344:101::d]:57239) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.17 20:37:48.443386 [ 3 ] {99460a5b-15b4-4818-8e0f-0c88180e869e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.17 20:37:48.443763 [ 3 ] {99460a5b-15b4-4818-8e0f-0c88180e869e} oximeter.fields_u8 (20447e1c-98e2-48f4-ad1a-5155a635de4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:48.443797 [ 3 ] {99460a5b-15b4-4818-8e0f-0c88180e869e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.09.17 20:37:48.444083 [ 3 ] {99460a5b-15b4-4818-8e0f-0c88180e869e} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.09.17 20:37:48.444283 [ 3 ] {99460a5b-15b4-4818-8e0f-0c88180e869e} oximeter.fields_u8 (20447e1c-98e2-48f4-ad1a-5155a635de4d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:48.444404 [ 3 ] {99460a5b-15b4-4818-8e0f-0c88180e869e} executeQuery: Read 12 rows, 960.00 B in 0.001075 sec., 11162.790697674418 rows/sec., 872.09 KiB/sec. 2025.09.17 20:37:48.444441 [ 3 ] {99460a5b-15b4-4818-8e0f-0c88180e869e} TCPHandler: Processed in 0.001233315 sec. 2025.09.17 20:37:48.444543 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:48.444635 [ 3 ] {c553a8f7-d59e-4b11-8e78-1f5c9977ad5f} executeQuery: (from [fd00:1122:3344:101::d]:57239) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:37:48.444673 [ 3 ] {c553a8f7-d59e-4b11-8e78-1f5c9977ad5f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:37:48.445067 [ 3 ] {c553a8f7-d59e-4b11-8e78-1f5c9977ad5f} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:48.445102 [ 3 ] {c553a8f7-d59e-4b11-8e78-1f5c9977ad5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.09.17 20:37:48.445396 [ 3 ] {c553a8f7-d59e-4b11-8e78-1f5c9977ad5f} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.09.17 20:37:48.445608 [ 3 ] {c553a8f7-d59e-4b11-8e78-1f5c9977ad5f} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:48.445728 [ 3 ] {c553a8f7-d59e-4b11-8e78-1f5c9977ad5f} executeQuery: Read 102 rows, 8.54 KiB in 0.00111 sec., 91891.89189189188 rows/sec., 7.51 MiB/sec. 2025.09.17 20:37:48.445763 [ 3 ] {c553a8f7-d59e-4b11-8e78-1f5c9977ad5f} TCPHandler: Processed in 0.001266986 sec. 2025.09.17 20:37:48.445870 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:48.445961 [ 3 ] {180980e1-dbf3-443f-82c2-d5ab2cdc26e7} executeQuery: (from [fd00:1122:3344:101::d]:57239) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:37:48.446002 [ 3 ] {180980e1-dbf3-443f-82c2-d5ab2cdc26e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:37:48.446420 [ 3 ] {180980e1-dbf3-443f-82c2-d5ab2cdc26e7} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:48.446456 [ 3 ] {180980e1-dbf3-443f-82c2-d5ab2cdc26e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.09.17 20:37:48.446778 [ 3 ] {180980e1-dbf3-443f-82c2-d5ab2cdc26e7} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.09.17 20:37:48.446981 [ 3 ] {180980e1-dbf3-443f-82c2-d5ab2cdc26e7} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:48.447103 [ 3 ] {180980e1-dbf3-443f-82c2-d5ab2cdc26e7} executeQuery: Read 177 rows, 13.05 KiB in 0.00116 sec., 152586.2068965517 rows/sec., 10.99 MiB/sec. 2025.09.17 20:37:48.447139 [ 3 ] {180980e1-dbf3-443f-82c2-d5ab2cdc26e7} TCPHandler: Processed in 0.001316288 sec. 2025.09.17 20:37:48.447243 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:48.447336 [ 3 ] {5628eeb3-5ce2-45ae-a95b-184d9038b4b4} executeQuery: (from [fd00:1122:3344:101::d]:57239) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:37:48.447377 [ 3 ] {5628eeb3-5ce2-45ae-a95b-184d9038b4b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:37:48.447690 [ 3 ] {5628eeb3-5ce2-45ae-a95b-184d9038b4b4} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:48.447724 [ 3 ] {5628eeb3-5ce2-45ae-a95b-184d9038b4b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.09.17 20:37:48.448020 [ 3 ] {5628eeb3-5ce2-45ae-a95b-184d9038b4b4} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.09.17 20:37:48.448220 [ 3 ] {5628eeb3-5ce2-45ae-a95b-184d9038b4b4} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:48.448347 [ 3 ] {5628eeb3-5ce2-45ae-a95b-184d9038b4b4} executeQuery: Read 54 rows, 3.72 KiB in 0.001029 sec., 52478.13411078717 rows/sec., 3.53 MiB/sec. 2025.09.17 20:37:48.448396 [ 3 ] {5628eeb3-5ce2-45ae-a95b-184d9038b4b4} TCPHandler: Processed in 0.001198194 sec. 2025.09.17 20:37:50.133092 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 3366 2025.09.17 20:37:50.133662 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:50.133709 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.09.17 20:37:50.134224 [ 245 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.09.17 20:37:50.134453 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:50.134595 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3366 2025.09.17 20:37:50.295362 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2025.09.17 20:37:50.312906 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:50.312958 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.09.17 20:37:50.318483 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.09.17 20:37:50.319187 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:50.322422 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2025.09.17 20:37:53.436868 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:53.437056 [ 3 ] {7f1a00b3-217f-4cc5-bde7-0cb22f17d4e7} executeQuery: (from [fd00:1122:3344:101::d]:57239) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:37:53.437119 [ 3 ] {7f1a00b3-217f-4cc5-bde7-0cb22f17d4e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:37:53.437807 [ 3 ] {7f1a00b3-217f-4cc5-bde7-0cb22f17d4e7} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:53.437849 [ 3 ] {7f1a00b3-217f-4cc5-bde7-0cb22f17d4e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.09.17 20:37:53.438219 [ 3 ] {7f1a00b3-217f-4cc5-bde7-0cb22f17d4e7} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.09.17 20:37:53.438435 [ 3 ] {7f1a00b3-217f-4cc5-bde7-0cb22f17d4e7} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:53.438608 [ 3 ] {7f1a00b3-217f-4cc5-bde7-0cb22f17d4e7} executeQuery: Read 120 rows, 10.54 KiB in 0.001598 sec., 75093.8673341677 rows/sec., 6.44 MiB/sec. 2025.09.17 20:37:53.438648 [ 3 ] {7f1a00b3-217f-4cc5-bde7-0cb22f17d4e7} TCPHandler: Processed in 0.001897363 sec. 2025.09.17 20:37:53.438772 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:53.438866 [ 3 ] {b76d4217-43fb-4b19-a4ae-e8cc093fd6c0} executeQuery: (from [fd00:1122:3344:101::d]:57239) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:37:53.438905 [ 3 ] {b76d4217-43fb-4b19-a4ae-e8cc093fd6c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:37:53.439367 [ 3 ] {b76d4217-43fb-4b19-a4ae-e8cc093fd6c0} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:53.439403 [ 3 ] {b76d4217-43fb-4b19-a4ae-e8cc093fd6c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.09.17 20:37:53.439684 [ 3 ] {b76d4217-43fb-4b19-a4ae-e8cc093fd6c0} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.09.17 20:37:53.439895 [ 3 ] {b76d4217-43fb-4b19-a4ae-e8cc093fd6c0} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:53.440020 [ 3 ] {b76d4217-43fb-4b19-a4ae-e8cc093fd6c0} executeQuery: Read 32 rows, 2.41 KiB in 0.001172 sec., 27303.754266211603 rows/sec., 2.00 MiB/sec. 2025.09.17 20:37:53.440056 [ 3 ] {b76d4217-43fb-4b19-a4ae-e8cc093fd6c0} TCPHandler: Processed in 0.001330787 sec. 2025.09.17 20:37:53.440171 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:53.440262 [ 3 ] {8a862ec2-8754-481e-b7bc-fd7e036bfc0c} executeQuery: (from [fd00:1122:3344:101::d]:57239) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:37:53.440300 [ 3 ] {8a862ec2-8754-481e-b7bc-fd7e036bfc0c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:37:53.440770 [ 3 ] {8a862ec2-8754-481e-b7bc-fd7e036bfc0c} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:53.440806 [ 3 ] {8a862ec2-8754-481e-b7bc-fd7e036bfc0c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.09.17 20:37:53.441095 [ 3 ] {8a862ec2-8754-481e-b7bc-fd7e036bfc0c} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.09.17 20:37:53.441301 [ 3 ] {8a862ec2-8754-481e-b7bc-fd7e036bfc0c} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:53.441423 [ 3 ] {8a862ec2-8754-481e-b7bc-fd7e036bfc0c} executeQuery: Read 96 rows, 7.68 KiB in 0.001179 sec., 81424.93638676846 rows/sec., 6.36 MiB/sec. 2025.09.17 20:37:53.441459 [ 3 ] {8a862ec2-8754-481e-b7bc-fd7e036bfc0c} TCPHandler: Processed in 0.001334957 sec. 2025.09.17 20:37:53.441573 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:53.441676 [ 3 ] {fa985d69-30eb-4c74-80c4-41dc4e56f84c} executeQuery: (from [fd00:1122:3344:101::d]:57239) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:37:53.441718 [ 3 ] {fa985d69-30eb-4c74-80c4-41dc4e56f84c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:37:53.442096 [ 3 ] {fa985d69-30eb-4c74-80c4-41dc4e56f84c} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:53.442128 [ 3 ] {fa985d69-30eb-4c74-80c4-41dc4e56f84c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.09.17 20:37:53.442423 [ 3 ] {fa985d69-30eb-4c74-80c4-41dc4e56f84c} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.09.17 20:37:53.442612 [ 3 ] {fa985d69-30eb-4c74-80c4-41dc4e56f84c} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:53.442793 [ 3 ] {fa985d69-30eb-4c74-80c4-41dc4e56f84c} executeQuery: Read 160 rows, 11.41 KiB in 0.001135 sec., 140969.16299559473 rows/sec., 9.82 MiB/sec. 2025.09.17 20:37:53.442829 [ 3 ] {fa985d69-30eb-4c74-80c4-41dc4e56f84c} TCPHandler: Processed in 0.001301597 sec. 2025.09.17 20:37:53.442935 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:53.443026 [ 3 ] {cb99bb65-390c-45d2-a1e9-fdad622f8a95} executeQuery: (from [fd00:1122:3344:101::d]:57239) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:37:53.443079 [ 3 ] {cb99bb65-390c-45d2-a1e9-fdad622f8a95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:37:53.443836 [ 3 ] {cb99bb65-390c-45d2-a1e9-fdad622f8a95} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:53.443871 [ 3 ] {cb99bb65-390c-45d2-a1e9-fdad622f8a95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.09.17 20:37:53.444387 [ 3 ] {cb99bb65-390c-45d2-a1e9-fdad622f8a95} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.09.17 20:37:53.444598 [ 3 ] {cb99bb65-390c-45d2-a1e9-fdad622f8a95} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:53.444725 [ 3 ] {cb99bb65-390c-45d2-a1e9-fdad622f8a95} executeQuery: Read 32 rows, 58.72 KiB in 0.001716 sec., 18648.018648018646 rows/sec., 33.42 MiB/sec. 2025.09.17 20:37:53.444775 [ 3 ] {cb99bb65-390c-45d2-a1e9-fdad622f8a95} TCPHandler: Processed in 0.001886673 sec. 2025.09.17 20:37:53.444884 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:53.444976 [ 3 ] {53439e25-7ba5-4530-89ad-53bf3b297f69} executeQuery: (from [fd00:1122:3344:101::d]:57239) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:37:53.445020 [ 3 ] {53439e25-7ba5-4530-89ad-53bf3b297f69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:37:53.445332 [ 3 ] {53439e25-7ba5-4530-89ad-53bf3b297f69} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:53.445368 [ 3 ] {53439e25-7ba5-4530-89ad-53bf3b297f69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.09.17 20:37:53.445660 [ 3 ] {53439e25-7ba5-4530-89ad-53bf3b297f69} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.09.17 20:37:53.445864 [ 3 ] {53439e25-7ba5-4530-89ad-53bf3b297f69} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:53.445985 [ 3 ] {53439e25-7ba5-4530-89ad-53bf3b297f69} executeQuery: Read 60 rows, 4.14 KiB in 0.001028 sec., 58365.75875486381 rows/sec., 3.93 MiB/sec. 2025.09.17 20:37:53.446019 [ 3 ] {53439e25-7ba5-4530-89ad-53bf3b297f69} TCPHandler: Processed in 0.001183574 sec. 2025.09.17 20:37:57.562465 [ 52 ] {} DNSResolver: Updating DNS cache 2025.09.17 20:37:57.562535 [ 52 ] {} DNSResolver: Updated DNS cache 2025.09.17 20:37:57.635553 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 3814 2025.09.17 20:37:57.635713 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 264 2025.09.17 20:37:57.636045 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:57.636095 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.09.17 20:37:57.636623 [ 245 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.09.17 20:37:57.636862 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:57.637008 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3814 2025.09.17 20:37:57.637914 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:57.637968 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.09.17 20:37:57.639127 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.09.17 20:37:57.639410 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:57.639663 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 264 2025.09.17 20:37:57.823367 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2025.09.17 20:37:57.841313 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:57.841373 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.09.17 20:37:57.847482 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.09.17 20:37:57.848242 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:57.852305 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2025.09.17 20:37:57.938202 [ 3 ] {} TCPHandler: Done processing connection. 2025.09.17 20:37:57.938268 [ 3 ] {} TCP-Session: fa6d4bf7-f170-4352-a577-d3e3140f0a61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:37:58.000307 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 179.97 MiB, peak 186.01 MiB, free memory in arenas 0.00 B, will set to 182.25 MiB (RSS), difference: 2.28 MiB 2025.09.17 20:37:58.436867 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:58.437039 [ 5 ] {37f1e780-a1c8-47d9-a09b-1c52a0f59b17} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:37:58.437102 [ 5 ] {37f1e780-a1c8-47d9-a09b-1c52a0f59b17} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:37:58.437827 [ 5 ] {37f1e780-a1c8-47d9-a09b-1c52a0f59b17} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:58.437877 [ 5 ] {37f1e780-a1c8-47d9-a09b-1c52a0f59b17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.09.17 20:37:58.438291 [ 5 ] {37f1e780-a1c8-47d9-a09b-1c52a0f59b17} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.09.17 20:37:58.438523 [ 5 ] {37f1e780-a1c8-47d9-a09b-1c52a0f59b17} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:58.438674 [ 5 ] {37f1e780-a1c8-47d9-a09b-1c52a0f59b17} executeQuery: Read 56 rows, 4.41 KiB in 0.001637 sec., 34208.91875381796 rows/sec., 2.63 MiB/sec. 2025.09.17 20:37:58.438716 [ 5 ] {37f1e780-a1c8-47d9-a09b-1c52a0f59b17} TCPHandler: Processed in 0.001944524 sec. 2025.09.17 20:37:58.438844 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:58.438942 [ 5 ] {53d23b9b-d58b-42d0-b70d-28aea8f60c09} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:37:58.438984 [ 5 ] {53d23b9b-d58b-42d0-b70d-28aea8f60c09} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:37:58.439412 [ 5 ] {53d23b9b-d58b-42d0-b70d-28aea8f60c09} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:58.439450 [ 5 ] {53d23b9b-d58b-42d0-b70d-28aea8f60c09} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.09.17 20:37:58.439763 [ 5 ] {53d23b9b-d58b-42d0-b70d-28aea8f60c09} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.09.17 20:37:58.439972 [ 5 ] {53d23b9b-d58b-42d0-b70d-28aea8f60c09} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:58.440097 [ 5 ] {53d23b9b-d58b-42d0-b70d-28aea8f60c09} executeQuery: Read 64 rows, 5.12 KiB in 0.001176 sec., 54421.768707482996 rows/sec., 4.25 MiB/sec. 2025.09.17 20:37:58.440136 [ 5 ] {53d23b9b-d58b-42d0-b70d-28aea8f60c09} TCPHandler: Processed in 0.001342547 sec. 2025.09.17 20:37:58.440256 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:58.440353 [ 5 ] {2c38a21b-a2ad-4782-acf7-16abddbd3395} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:37:58.440398 [ 5 ] {2c38a21b-a2ad-4782-acf7-16abddbd3395} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:37:58.440842 [ 5 ] {2c38a21b-a2ad-4782-acf7-16abddbd3395} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:58.440879 [ 5 ] {2c38a21b-a2ad-4782-acf7-16abddbd3395} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.09.17 20:37:58.441210 [ 5 ] {2c38a21b-a2ad-4782-acf7-16abddbd3395} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.09.17 20:37:58.441434 [ 5 ] {2c38a21b-a2ad-4782-acf7-16abddbd3395} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:58.441562 [ 5 ] {2c38a21b-a2ad-4782-acf7-16abddbd3395} executeQuery: Read 160 rows, 11.41 KiB in 0.001229 sec., 130187.14401952806 rows/sec., 9.07 MiB/sec. 2025.09.17 20:37:58.441599 [ 5 ] {2c38a21b-a2ad-4782-acf7-16abddbd3395} TCPHandler: Processed in 0.001393049 sec. 2025.09.17 20:37:58.441708 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:37:58.441811 [ 5 ] {7286ee91-c85f-40db-84b3-650daea5e79e} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:37:58.441857 [ 5 ] {7286ee91-c85f-40db-84b3-650daea5e79e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:37:58.442219 [ 5 ] {7286ee91-c85f-40db-84b3-650daea5e79e} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:37:58.442257 [ 5 ] {7286ee91-c85f-40db-84b3-650daea5e79e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.09.17 20:37:58.442595 [ 5 ] {7286ee91-c85f-40db-84b3-650daea5e79e} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.09.17 20:37:58.442817 [ 5 ] {7286ee91-c85f-40db-84b3-650daea5e79e} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:37:58.442953 [ 5 ] {7286ee91-c85f-40db-84b3-650daea5e79e} executeQuery: Read 60 rows, 4.14 KiB in 0.001162 sec., 51635.11187607573 rows/sec., 3.48 MiB/sec. 2025.09.17 20:37:58.442991 [ 5 ] {7286ee91-c85f-40db-84b3-650daea5e79e} TCPHandler: Processed in 0.001334948 sec. 2025.09.17 20:38:01.471060 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52998 2025.09.17 20:38:01.471195 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:38:01.471225 [ 3 ] {} TCP-Session: 97e90223-a553-4c9a-9537-463fccc56a0f Authenticating user 'default' from [fd00:1122:3344:101::e]:52998 2025.09.17 20:38:01.471249 [ 3 ] {} TCP-Session: 97e90223-a553-4c9a-9537-463fccc56a0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:01.471265 [ 3 ] {} TCP-Session: 97e90223-a553-4c9a-9537-463fccc56a0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:01.471500 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57335 2025.09.17 20:38:01.471554 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37446 2025.09.17 20:38:01.471580 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55043 2025.09.17 20:38:01.471613 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:38:01.471620 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48941 2025.09.17 20:38:01.471643 [ 286 ] {} TCP-Session: b59109ca-f39f-4dde-8983-af2fbbfb6b25 Authenticating user 'default' from [fd00:1122:3344:101::e]:57335 2025.09.17 20:38:01.471597 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59931 2025.09.17 20:38:01.471700 [ 286 ] {} TCP-Session: b59109ca-f39f-4dde-8983-af2fbbfb6b25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:01.471717 [ 3 ] {} TCP-Session: 97e90223-a553-4c9a-9537-463fccc56a0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:01.471740 [ 286 ] {} TCP-Session: b59109ca-f39f-4dde-8983-af2fbbfb6b25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:01.471592 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53955 2025.09.17 20:38:01.471569 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51859 2025.09.17 20:38:01.471567 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41597 2025.09.17 20:38:01.471915 [ 3 ] {0b70df1f-093d-4f00-9ffa-3e62aab15d00} executeQuery: (from [fd00:1122:3344:101::e]:52998) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.17 20:38:01.472069 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:38:01.472073 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:38:01.472099 [ 289 ] {} TCP-Session: 679ae141-6976-400e-88c9-098efa472b41 Authenticating user 'default' from [fd00:1122:3344:101::e]:41597 2025.09.17 20:38:01.472124 [ 288 ] {} TCP-Session: 0b90c3b1-d75c-4255-88bf-b5b031e5c13a Authenticating user 'default' from [fd00:1122:3344:101::e]:51859 2025.09.17 20:38:01.472127 [ 289 ] {} TCP-Session: 679ae141-6976-400e-88c9-098efa472b41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:01.472143 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:38:01.472159 [ 289 ] {} TCP-Session: 679ae141-6976-400e-88c9-098efa472b41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:01.472157 [ 288 ] {} TCP-Session: 0b90c3b1-d75c-4255-88bf-b5b031e5c13a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:01.472188 [ 292 ] {} TCP-Session: 3e6d7757-67dd-4dd4-8094-854224d97cbf Authenticating user 'default' from [fd00:1122:3344:101::e]:59931 2025.09.17 20:38:01.472209 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:38:01.472238 [ 292 ] {} TCP-Session: 3e6d7757-67dd-4dd4-8094-854224d97cbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:01.472263 [ 293 ] {} TCP-Session: 22daa6b0-9d99-42dd-a4c1-c05e4bcadd61 Authenticating user 'default' from [fd00:1122:3344:101::e]:48941 2025.09.17 20:38:01.472276 [ 292 ] {} TCP-Session: 3e6d7757-67dd-4dd4-8094-854224d97cbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:01.472282 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:38:01.472292 [ 293 ] {} TCP-Session: 22daa6b0-9d99-42dd-a4c1-c05e4bcadd61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:01.472334 [ 290 ] {} TCP-Session: a287ade9-9dbc-4ef6-866a-03d0d3a6e398 Authenticating user 'default' from [fd00:1122:3344:101::e]:55043 2025.09.17 20:38:01.472215 [ 3 ] {0b70df1f-093d-4f00-9ffa-3e62aab15d00} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.17 20:38:01.472352 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:38:01.472364 [ 290 ] {} TCP-Session: a287ade9-9dbc-4ef6-866a-03d0d3a6e398 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:01.472354 [ 293 ] {} TCP-Session: 22daa6b0-9d99-42dd-a4c1-c05e4bcadd61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:01.472408 [ 290 ] {} TCP-Session: a287ade9-9dbc-4ef6-866a-03d0d3a6e398 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:01.472418 [ 3 ] {0b70df1f-093d-4f00-9ffa-3e62aab15d00} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.17 20:38:01.472420 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:38:01.472407 [ 287 ] {} TCP-Session: c60f4f81-2c96-4215-8028-c63aa11c2341 Authenticating user 'default' from [fd00:1122:3344:101::e]:37446 2025.09.17 20:38:01.472210 [ 288 ] {} TCP-Session: 0b90c3b1-d75c-4255-88bf-b5b031e5c13a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:01.472500 [ 291 ] {} TCP-Session: ba91e038-1051-426a-a46b-ef1f861c1972 Authenticating user 'default' from [fd00:1122:3344:101::e]:53955 2025.09.17 20:38:01.472511 [ 287 ] {} TCP-Session: c60f4f81-2c96-4215-8028-c63aa11c2341 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:01.472537 [ 291 ] {} TCP-Session: ba91e038-1051-426a-a46b-ef1f861c1972 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:01.472538 [ 287 ] {} TCP-Session: c60f4f81-2c96-4215-8028-c63aa11c2341 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:01.472551 [ 291 ] {} TCP-Session: ba91e038-1051-426a-a46b-ef1f861c1972 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:01.472727 [ 3 ] {0b70df1f-093d-4f00-9ffa-3e62aab15d00} oximeter.version (62bd52ee-0bc0-4eea-bbbd-a51761f62e41) (SelectExecutor): Key condition: unknown 2025.09.17 20:38:01.472817 [ 3 ] {0b70df1f-093d-4f00-9ffa-3e62aab15d00} Aggregator: Compile expression max()(UInt64) 0 2025.09.17 20:38:01.926711 [ 324 ] {0b70df1f-093d-4f00-9ffa-3e62aab15d00} AggregatingTransform: Aggregating 2025.09.17 20:38:01.926797 [ 324 ] {0b70df1f-093d-4f00-9ffa-3e62aab15d00} Aggregator: Aggregation method: without_key 2025.09.17 20:38:01.926839 [ 324 ] {0b70df1f-093d-4f00-9ffa-3e62aab15d00} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001579144 sec. (633.254 rows/sec., 24.74 KiB/sec.) 2025.09.17 20:38:01.926858 [ 324 ] {0b70df1f-093d-4f00-9ffa-3e62aab15d00} Aggregator: Merging aggregated data 2025.09.17 20:38:01.928043 [ 3 ] {0b70df1f-093d-4f00-9ffa-3e62aab15d00} executeQuery: Read 1 rows, 40.00 B in 0.456179 sec., 2.1921219521284407 rows/sec., 87.68 B/sec. 2025.09.17 20:38:01.928244 [ 3 ] {0b70df1f-093d-4f00-9ffa-3e62aab15d00} MemoryTracker: Peak memory usage (for query): 4.11 MiB. 2025.09.17 20:38:01.928264 [ 3 ] {0b70df1f-093d-4f00-9ffa-3e62aab15d00} TCPHandler: Processed in 0.456663524 sec. 2025.09.17 20:38:01.928410 [ 293 ] {} TCPHandler: Done processing connection. 2025.09.17 20:38:01.928441 [ 290 ] {} TCPHandler: Done processing connection. 2025.09.17 20:38:01.928481 [ 291 ] {} TCPHandler: Done processing connection. 2025.09.17 20:38:01.928506 [ 287 ] {} TCPHandler: Done processing connection. 2025.09.17 20:38:01.928529 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.17 20:38:01.928554 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.17 20:38:01.928580 [ 292 ] {} TCPHandler: Done processing connection. 2025.09.17 20:38:01.928593 [ 3 ] {} TCPHandler: Done processing connection. 2025.09.17 20:38:01.928612 [ 289 ] {} TCP-Session: 679ae141-6976-400e-88c9-098efa472b41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:01.928629 [ 292 ] {} TCP-Session: 3e6d7757-67dd-4dd4-8094-854224d97cbf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:01.928639 [ 3 ] {} TCP-Session: 97e90223-a553-4c9a-9537-463fccc56a0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:01.928585 [ 286 ] {} TCP-Session: b59109ca-f39f-4dde-8983-af2fbbfb6b25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:01.928564 [ 287 ] {} TCP-Session: c60f4f81-2c96-4215-8028-c63aa11c2341 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:01.928548 [ 291 ] {} TCP-Session: ba91e038-1051-426a-a46b-ef1f861c1972 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:01.928492 [ 293 ] {} TCP-Session: 22daa6b0-9d99-42dd-a4c1-c05e4bcadd61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:01.928453 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.17 20:38:01.928533 [ 290 ] {} TCP-Session: a287ade9-9dbc-4ef6-866a-03d0d3a6e398 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:01.928791 [ 288 ] {} TCP-Session: 0b90c3b1-d75c-4255-88bf-b5b031e5c13a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:02.000216 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 183.70 MiB, peak 194.83 MiB, free memory in arenas 0.00 B, will set to 202.29 MiB (RSS), difference: 18.59 MiB 2025.09.17 20:38:02.456176 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61062 2025.09.17 20:38:02.456284 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:38:02.456311 [ 288 ] {} TCP-Session: c2b4c769-b4db-4660-8515-052711ede16c Authenticating user 'default' from [fd00:1122:3344:101::e]:61062 2025.09.17 20:38:02.456334 [ 288 ] {} TCP-Session: c2b4c769-b4db-4660-8515-052711ede16c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:02.456347 [ 288 ] {} TCP-Session: c2b4c769-b4db-4660-8515-052711ede16c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:02.456605 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40664 2025.09.17 20:38:02.456641 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44051 2025.09.17 20:38:02.456670 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49591 2025.09.17 20:38:02.456695 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40448 2025.09.17 20:38:02.456705 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59764 2025.09.17 20:38:02.456741 [ 288 ] {} TCP-Session: c2b4c769-b4db-4660-8515-052711ede16c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:02.456756 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:38:02.456781 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:38:02.456750 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:38:02.456807 [ 292 ] {} TCP-Session: 61aeaf32-223c-475e-8216-05d637f2aecb Authenticating user 'default' from [fd00:1122:3344:101::e]:49591 2025.09.17 20:38:02.456821 [ 294 ] {} TCP-Session: 3ba21500-7b02-4430-8153-14fb2b9e8b22 Authenticating user 'default' from [fd00:1122:3344:101::e]:40448 2025.09.17 20:38:02.456855 [ 292 ] {} TCP-Session: 61aeaf32-223c-475e-8216-05d637f2aecb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:02.456837 [ 290 ] {} TCP-Session: 094c620e-4cf4-4e93-af45-099b053a69d8 Authenticating user 'default' from [fd00:1122:3344:101::e]:44051 2025.09.17 20:38:02.456890 [ 294 ] {} TCP-Session: 3ba21500-7b02-4430-8153-14fb2b9e8b22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:02.456887 [ 292 ] {} TCP-Session: 61aeaf32-223c-475e-8216-05d637f2aecb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:02.456912 [ 294 ] {} TCP-Session: 3ba21500-7b02-4430-8153-14fb2b9e8b22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:02.456906 [ 290 ] {} TCP-Session: 094c620e-4cf4-4e93-af45-099b053a69d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:02.456936 [ 288 ] {f6453fc1-4163-4d00-a785-a85f46eb1b4a} executeQuery: (from [fd00:1122:3344:101::e]:61062) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.17 20:38:02.456954 [ 290 ] {} TCP-Session: 094c620e-4cf4-4e93-af45-099b053a69d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:02.456715 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40935 2025.09.17 20:38:02.456717 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:38:02.456683 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63642 2025.09.17 20:38:02.457040 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:38:02.457040 [ 289 ] {} TCP-Session: 3e91e011-7803-46ad-9a4b-d0018c9cc06d Authenticating user 'default' from [fd00:1122:3344:101::e]:40664 2025.09.17 20:38:02.457078 [ 286 ] {} TCP-Session: 72f717fc-a1ec-49c0-85a2-0dc8486bf0ef Authenticating user 'default' from [fd00:1122:3344:101::e]:40935 2025.09.17 20:38:02.457097 [ 289 ] {} TCP-Session: 3e91e011-7803-46ad-9a4b-d0018c9cc06d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:02.457105 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:38:02.457126 [ 289 ] {} TCP-Session: 3e91e011-7803-46ad-9a4b-d0018c9cc06d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:02.457148 [ 293 ] {} TCP-Session: 4ead07c5-7268-47f5-a461-d2a37db4e985 Authenticating user 'default' from [fd00:1122:3344:101::e]:63642 2025.09.17 20:38:02.456674 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62332 2025.09.17 20:38:02.457179 [ 293 ] {} TCP-Session: 4ead07c5-7268-47f5-a461-d2a37db4e985 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:02.457112 [ 286 ] {} TCP-Session: 72f717fc-a1ec-49c0-85a2-0dc8486bf0ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:02.457239 [ 293 ] {} TCP-Session: 4ead07c5-7268-47f5-a461-d2a37db4e985 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:02.457255 [ 286 ] {} TCP-Session: 72f717fc-a1ec-49c0-85a2-0dc8486bf0ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:02.457263 [ 288 ] {f6453fc1-4163-4d00-a785-a85f46eb1b4a} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.17 20:38:02.457290 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:38:02.456809 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:38:02.457331 [ 288 ] {f6453fc1-4163-4d00-a785-a85f46eb1b4a} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.17 20:38:02.457336 [ 291 ] {} TCP-Session: c76b7c0c-727b-4b40-abe1-c189a58b3eb5 Authenticating user 'default' from [fd00:1122:3344:101::e]:62332 2025.09.17 20:38:02.457355 [ 3 ] {} TCP-Session: 15b2f2bf-d5bf-406a-aac6-ac36e8901d68 Authenticating user 'default' from [fd00:1122:3344:101::e]:59764 2025.09.17 20:38:02.457385 [ 291 ] {} TCP-Session: c76b7c0c-727b-4b40-abe1-c189a58b3eb5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:02.457390 [ 3 ] {} TCP-Session: 15b2f2bf-d5bf-406a-aac6-ac36e8901d68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:02.457408 [ 291 ] {} TCP-Session: c76b7c0c-727b-4b40-abe1-c189a58b3eb5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:02.457423 [ 3 ] {} TCP-Session: 15b2f2bf-d5bf-406a-aac6-ac36e8901d68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:02.457673 [ 288 ] {f6453fc1-4163-4d00-a785-a85f46eb1b4a} oximeter.version (62bd52ee-0bc0-4eea-bbbd-a51761f62e41) (SelectExecutor): Key condition: unknown 2025.09.17 20:38:02.458803 [ 334 ] {f6453fc1-4163-4d00-a785-a85f46eb1b4a} AggregatingTransform: Aggregating 2025.09.17 20:38:02.458876 [ 334 ] {f6453fc1-4163-4d00-a785-a85f46eb1b4a} Aggregator: Aggregation method: without_key 2025.09.17 20:38:02.458914 [ 334 ] {f6453fc1-4163-4d00-a785-a85f46eb1b4a} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001133862 sec. (881.942 rows/sec., 34.45 KiB/sec.) 2025.09.17 20:38:02.458934 [ 334 ] {f6453fc1-4163-4d00-a785-a85f46eb1b4a} Aggregator: Merging aggregated data 2025.09.17 20:38:02.460379 [ 288 ] {f6453fc1-4163-4d00-a785-a85f46eb1b4a} executeQuery: Read 1 rows, 40.00 B in 0.003508 sec., 285.06271379703537 rows/sec., 11.14 KiB/sec. 2025.09.17 20:38:02.460516 [ 288 ] {f6453fc1-4163-4d00-a785-a85f46eb1b4a} TCPHandler: Processed in 0.00392929 sec. 2025.09.17 20:38:02.460643 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.17 20:38:02.460666 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.17 20:38:02.460684 [ 288 ] {} TCP-Session: c2b4c769-b4db-4660-8515-052711ede16c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:02.460690 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.17 20:38:02.460707 [ 290 ] {} TCPHandler: Done processing connection. 2025.09.17 20:38:02.460729 [ 3 ] {} TCPHandler: Done processing connection. 2025.09.17 20:38:02.460777 [ 291 ] {} TCPHandler: Done processing connection. 2025.09.17 20:38:02.460799 [ 3 ] {} TCP-Session: 15b2f2bf-d5bf-406a-aac6-ac36e8901d68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:02.460808 [ 292 ] {} TCPHandler: Done processing connection. 2025.09.17 20:38:02.460836 [ 291 ] {} TCP-Session: c76b7c0c-727b-4b40-abe1-c189a58b3eb5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:02.460813 [ 294 ] {} TCPHandler: Done processing connection. 2025.09.17 20:38:02.460859 [ 292 ] {} TCP-Session: 61aeaf32-223c-475e-8216-05d637f2aecb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:02.460780 [ 290 ] {} TCP-Session: 094c620e-4cf4-4e93-af45-099b053a69d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:02.460893 [ 294 ] {} TCP-Session: 3ba21500-7b02-4430-8153-14fb2b9e8b22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:02.460752 [ 289 ] {} TCP-Session: 3e91e011-7803-46ad-9a4b-d0018c9cc06d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:02.460749 [ 293 ] {} TCPHandler: Done processing connection. 2025.09.17 20:38:02.460709 [ 286 ] {} TCP-Session: 72f717fc-a1ec-49c0-85a2-0dc8486bf0ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:02.460988 [ 293 ] {} TCP-Session: 4ead07c5-7268-47f5-a461-d2a37db4e985 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:02.695231 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33018 2025.09.17 20:38:02.695334 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:38:02.695360 [ 288 ] {} TCP-Session: 87b0a3fd-e522-47f9-9260-0d7d6fb38dcb Authenticating user 'default' from [fd00:1122:3344:101::e]:33018 2025.09.17 20:38:02.695383 [ 288 ] {} TCP-Session: 87b0a3fd-e522-47f9-9260-0d7d6fb38dcb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:02.695397 [ 288 ] {} TCP-Session: 87b0a3fd-e522-47f9-9260-0d7d6fb38dcb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:02.695575 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53540 2025.09.17 20:38:02.695652 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61875 2025.09.17 20:38:02.695676 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41867 2025.09.17 20:38:02.695686 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:38:02.695689 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51917 2025.09.17 20:38:02.695728 [ 288 ] {} TCP-Session: 87b0a3fd-e522-47f9-9260-0d7d6fb38dcb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:02.695736 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55039 2025.09.17 20:38:02.695762 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:38:02.695770 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:38:02.695793 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:38:02.695799 [ 292 ] {} TCP-Session: 1b8021d7-c5ad-478b-b0db-882563b81314 Authenticating user 'default' from [fd00:1122:3344:101::e]:41867 2025.09.17 20:38:02.695822 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:38:02.695832 [ 293 ] {} TCP-Session: 42b5fa00-6230-43f5-af02-73d9996d40e4 Authenticating user 'default' from [fd00:1122:3344:101::e]:51917 2025.09.17 20:38:02.695846 [ 292 ] {} TCP-Session: 1b8021d7-c5ad-478b-b0db-882563b81314 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:02.695858 [ 286 ] {} TCP-Session: 4261829f-ddd7-4d18-8aaf-091b2b86cf9c Authenticating user 'default' from [fd00:1122:3344:101::e]:55039 2025.09.17 20:38:02.695881 [ 292 ] {} TCP-Session: 1b8021d7-c5ad-478b-b0db-882563b81314 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:02.695898 [ 288 ] {931957f1-c117-4a2d-8700-513cd23a1e43} executeQuery: (from [fd00:1122:3344:101::e]:33018) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.17 20:38:02.695904 [ 286 ] {} TCP-Session: 4261829f-ddd7-4d18-8aaf-091b2b86cf9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:02.695871 [ 293 ] {} TCP-Session: 42b5fa00-6230-43f5-af02-73d9996d40e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:02.695941 [ 286 ] {} TCP-Session: 4261829f-ddd7-4d18-8aaf-091b2b86cf9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:02.695966 [ 293 ] {} TCP-Session: 42b5fa00-6230-43f5-af02-73d9996d40e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:02.695817 [ 290 ] {} TCP-Session: 8f9c333c-8790-4d2b-b9cd-18aed8db9400 Authenticating user 'default' from [fd00:1122:3344:101::e]:61875 2025.09.17 20:38:02.695733 [ 289 ] {} TCP-Session: d0b69457-86fb-483e-a89c-7d981a2172d7 Authenticating user 'default' from [fd00:1122:3344:101::e]:53540 2025.09.17 20:38:02.696020 [ 290 ] {} TCP-Session: 8f9c333c-8790-4d2b-b9cd-18aed8db9400 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:02.695713 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54337 2025.09.17 20:38:02.696048 [ 290 ] {} TCP-Session: 8f9c333c-8790-4d2b-b9cd-18aed8db9400 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:02.696043 [ 289 ] {} TCP-Session: d0b69457-86fb-483e-a89c-7d981a2172d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:02.695663 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63053 2025.09.17 20:38:02.696089 [ 289 ] {} TCP-Session: d0b69457-86fb-483e-a89c-7d981a2172d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:02.696107 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:38:02.695724 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49418 2025.09.17 20:38:02.696161 [ 294 ] {} TCP-Session: bda2dab7-9f3b-49b7-9ddb-fec681a025f5 Authenticating user 'default' from [fd00:1122:3344:101::e]:54337 2025.09.17 20:38:02.696172 [ 288 ] {931957f1-c117-4a2d-8700-513cd23a1e43} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.17 20:38:02.696205 [ 294 ] {} TCP-Session: bda2dab7-9f3b-49b7-9ddb-fec681a025f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:02.696231 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:38:02.696239 [ 294 ] {} TCP-Session: bda2dab7-9f3b-49b7-9ddb-fec681a025f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:02.696254 [ 288 ] {931957f1-c117-4a2d-8700-513cd23a1e43} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.17 20:38:02.696261 [ 3 ] {} TCP-Session: 0522bdfa-333c-4669-8edc-7e8dd3b146a3 Authenticating user 'default' from [fd00:1122:3344:101::e]:49418 2025.09.17 20:38:02.696190 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:38:02.696304 [ 3 ] {} TCP-Session: 0522bdfa-333c-4669-8edc-7e8dd3b146a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:02.696333 [ 3 ] {} TCP-Session: 0522bdfa-333c-4669-8edc-7e8dd3b146a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:02.696337 [ 291 ] {} TCP-Session: e1cb4548-199d-4a97-aa56-2e0ca4ea09ce Authenticating user 'default' from [fd00:1122:3344:101::e]:63053 2025.09.17 20:38:02.696372 [ 291 ] {} TCP-Session: e1cb4548-199d-4a97-aa56-2e0ca4ea09ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:02.696386 [ 291 ] {} TCP-Session: e1cb4548-199d-4a97-aa56-2e0ca4ea09ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:02.696551 [ 288 ] {931957f1-c117-4a2d-8700-513cd23a1e43} oximeter.version (62bd52ee-0bc0-4eea-bbbd-a51761f62e41) (SelectExecutor): Key condition: unknown 2025.09.17 20:38:02.697436 [ 326 ] {931957f1-c117-4a2d-8700-513cd23a1e43} AggregatingTransform: Aggregating 2025.09.17 20:38:02.697485 [ 326 ] {931957f1-c117-4a2d-8700-513cd23a1e43} Aggregator: Aggregation method: without_key 2025.09.17 20:38:02.697531 [ 326 ] {931957f1-c117-4a2d-8700-513cd23a1e43} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000876145 sec. (1141.364 rows/sec., 44.58 KiB/sec.) 2025.09.17 20:38:02.697557 [ 326 ] {931957f1-c117-4a2d-8700-513cd23a1e43} Aggregator: Merging aggregated data 2025.09.17 20:38:02.698886 [ 288 ] {931957f1-c117-4a2d-8700-513cd23a1e43} executeQuery: Read 1 rows, 40.00 B in 0.003046 sec., 328.29940906106367 rows/sec., 12.82 KiB/sec. 2025.09.17 20:38:02.699023 [ 288 ] {931957f1-c117-4a2d-8700-513cd23a1e43} TCPHandler: Processed in 0.003410885 sec. 2025.09.17 20:38:02.699155 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.17 20:38:02.699182 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.17 20:38:02.699187 [ 288 ] {} TCP-Session: 87b0a3fd-e522-47f9-9260-0d7d6fb38dcb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:02.699202 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.17 20:38:02.699228 [ 289 ] {} TCP-Session: d0b69457-86fb-483e-a89c-7d981a2172d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:02.699238 [ 294 ] {} TCPHandler: Done processing connection. 2025.09.17 20:38:02.699261 [ 286 ] {} TCP-Session: 4261829f-ddd7-4d18-8aaf-091b2b86cf9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:02.699273 [ 290 ] {} TCPHandler: Done processing connection. 2025.09.17 20:38:02.699288 [ 293 ] {} TCPHandler: Done processing connection. 2025.09.17 20:38:02.699306 [ 3 ] {} TCPHandler: Done processing connection. 2025.09.17 20:38:02.699322 [ 290 ] {} TCP-Session: 8f9c333c-8790-4d2b-b9cd-18aed8db9400 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:02.699340 [ 293 ] {} TCP-Session: 42b5fa00-6230-43f5-af02-73d9996d40e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:02.699360 [ 3 ] {} TCP-Session: 0522bdfa-333c-4669-8edc-7e8dd3b146a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:02.699297 [ 294 ] {} TCP-Session: bda2dab7-9f3b-49b7-9ddb-fec681a025f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:02.699252 [ 292 ] {} TCPHandler: Done processing connection. 2025.09.17 20:38:02.699220 [ 291 ] {} TCPHandler: Done processing connection. 2025.09.17 20:38:02.699451 [ 292 ] {} TCP-Session: 1b8021d7-c5ad-478b-b0db-882563b81314 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:02.699486 [ 291 ] {} TCP-Session: e1cb4548-199d-4a97-aa56-2e0ca4ea09ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:38:03.438139 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:03.438355 [ 5 ] {8aca4b88-708f-4a57-ab64-d8a2bb35c240} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:38:03.438433 [ 5 ] {8aca4b88-708f-4a57-ab64-d8a2bb35c240} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:38:03.439142 [ 5 ] {8aca4b88-708f-4a57-ab64-d8a2bb35c240} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:03.439197 [ 5 ] {8aca4b88-708f-4a57-ab64-d8a2bb35c240} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.09.17 20:38:03.439663 [ 5 ] {8aca4b88-708f-4a57-ab64-d8a2bb35c240} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.09.17 20:38:03.440025 [ 5 ] {8aca4b88-708f-4a57-ab64-d8a2bb35c240} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:03.440253 [ 5 ] {8aca4b88-708f-4a57-ab64-d8a2bb35c240} executeQuery: Read 120 rows, 10.54 KiB in 0.00196 sec., 61224.48979591837 rows/sec., 5.25 MiB/sec. 2025.09.17 20:38:03.440328 [ 5 ] {8aca4b88-708f-4a57-ab64-d8a2bb35c240} TCPHandler: Processed in 0.002341946 sec. 2025.09.17 20:38:03.440493 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:03.440616 [ 5 ] {56b63831-6c3c-443a-8ead-74d7f663cd87} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:38:03.440665 [ 5 ] {56b63831-6c3c-443a-8ead-74d7f663cd87} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:38:03.441133 [ 5 ] {56b63831-6c3c-443a-8ead-74d7f663cd87} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:03.441174 [ 5 ] {56b63831-6c3c-443a-8ead-74d7f663cd87} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.09.17 20:38:03.441516 [ 5 ] {56b63831-6c3c-443a-8ead-74d7f663cd87} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.09.17 20:38:03.441742 [ 5 ] {56b63831-6c3c-443a-8ead-74d7f663cd87} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:03.441880 [ 45 ] {} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.09.17 20:38:03.441891 [ 5 ] {56b63831-6c3c-443a-8ead-74d7f663cd87} executeQuery: Read 32 rows, 2.41 KiB in 0.001301 sec., 24596.464258262873 rows/sec., 1.81 MiB/sec. 2025.09.17 20:38:03.441957 [ 45 ] {} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:03.441976 [ 5 ] {56b63831-6c3c-443a-8ead-74d7f663cd87} TCPHandler: Processed in 0.001544444 sec. 2025.09.17 20:38:03.441987 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.09.17 20:38:03.442100 [ 189 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.09.17 20:38:03.442114 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:03.442231 [ 189 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:38:03.442239 [ 5 ] {ed704d94-2243-4561-bfd4-094d553876be} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:38:03.442273 [ 189 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 16 rows starting from the beginning of the part 2025.09.17 20:38:03.442297 [ 5 ] {ed704d94-2243-4561-bfd4-094d553876be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:38:03.442346 [ 189 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 20 rows starting from the beginning of the part 2025.09.17 20:38:03.442406 [ 189 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 32 rows starting from the beginning of the part 2025.09.17 20:38:03.442456 [ 189 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 14 rows starting from the beginning of the part 2025.09.17 20:38:03.442495 [ 189 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 32 rows starting from the beginning of the part 2025.09.17 20:38:03.442534 [ 189 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 32 rows starting from the beginning of the part 2025.09.17 20:38:03.442807 [ 5 ] {ed704d94-2243-4561-bfd4-094d553876be} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:03.442851 [ 5 ] {ed704d94-2243-4561-bfd4-094d553876be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:03.443216 [ 5 ] {ed704d94-2243-4561-bfd4-094d553876be} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.09.17 20:38:03.443409 [ 196 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 146 rows, containing 5 columns (5 merged, 0 gathered) in 0.001334778 sec., 109381.48516082825 rows/sec., 8.49 MiB/sec. 2025.09.17 20:38:03.443461 [ 5 ] {ed704d94-2243-4561-bfd4-094d553876be} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:03.443608 [ 5 ] {ed704d94-2243-4561-bfd4-094d553876be} executeQuery: Read 96 rows, 7.68 KiB in 0.001393 sec., 68916.00861450109 rows/sec., 5.38 MiB/sec. 2025.09.17 20:38:03.443638 [ 194 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.09.17 20:38:03.443646 [ 5 ] {ed704d94-2243-4561-bfd4-094d553876be} TCPHandler: Processed in 0.001585065 sec. 2025.09.17 20:38:03.443780 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:03.443879 [ 5 ] {f111494f-f148-40ed-b415-1d580f8fe5c9} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:38:03.443920 [ 194 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_6_1} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:03.443925 [ 5 ] {f111494f-f148-40ed-b415-1d580f8fe5c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:38:03.443989 [ 194 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_6_1} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.09.17 20:38:03.444067 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.09.17 20:38:03.444369 [ 5 ] {f111494f-f148-40ed-b415-1d580f8fe5c9} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:03.444406 [ 5 ] {f111494f-f148-40ed-b415-1d580f8fe5c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.09.17 20:38:03.444752 [ 5 ] {f111494f-f148-40ed-b415-1d580f8fe5c9} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.09.17 20:38:03.444992 [ 5 ] {f111494f-f148-40ed-b415-1d580f8fe5c9} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:03.445130 [ 5 ] {f111494f-f148-40ed-b415-1d580f8fe5c9} executeQuery: Read 160 rows, 11.41 KiB in 0.001273 sec., 125687.35271013353 rows/sec., 8.75 MiB/sec. 2025.09.17 20:38:03.445169 [ 5 ] {f111494f-f148-40ed-b415-1d580f8fe5c9} TCPHandler: Processed in 0.00143986 sec. 2025.09.17 20:38:03.445300 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:03.445398 [ 5 ] {ab9f9cbf-e676-423d-837a-0e895106e23b} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:38:03.445456 [ 5 ] {ab9f9cbf-e676-423d-837a-0e895106e23b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:38:03.446432 [ 5 ] {ab9f9cbf-e676-423d-837a-0e895106e23b} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:03.446471 [ 5 ] {ab9f9cbf-e676-423d-837a-0e895106e23b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.09.17 20:38:03.447053 [ 5 ] {ab9f9cbf-e676-423d-837a-0e895106e23b} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.09.17 20:38:03.447297 [ 5 ] {ab9f9cbf-e676-423d-837a-0e895106e23b} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:03.447441 [ 5 ] {ab9f9cbf-e676-423d-837a-0e895106e23b} executeQuery: Read 32 rows, 58.72 KiB in 0.002064 sec., 15503.87596899225 rows/sec., 27.78 MiB/sec. 2025.09.17 20:38:03.447505 [ 5 ] {ab9f9cbf-e676-423d-837a-0e895106e23b} TCPHandler: Processed in 0.002255384 sec. 2025.09.17 20:38:03.447630 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:03.447729 [ 5 ] {7db080c2-943f-4285-ab6f-fb204163ebba} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:38:03.447774 [ 5 ] {7db080c2-943f-4285-ab6f-fb204163ebba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:38:03.448125 [ 5 ] {7db080c2-943f-4285-ab6f-fb204163ebba} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:03.448163 [ 5 ] {7db080c2-943f-4285-ab6f-fb204163ebba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.09.17 20:38:03.448477 [ 5 ] {7db080c2-943f-4285-ab6f-fb204163ebba} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.09.17 20:38:03.448694 [ 5 ] {7db080c2-943f-4285-ab6f-fb204163ebba} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:03.448821 [ 5 ] {7db080c2-943f-4285-ab6f-fb204163ebba} executeQuery: Read 60 rows, 4.14 KiB in 0.001112 sec., 53956.8345323741 rows/sec., 3.64 MiB/sec. 2025.09.17 20:38:03.448859 [ 5 ] {7db080c2-943f-4285-ab6f-fb204163ebba} TCPHandler: Processed in 0.001280256 sec. 2025.09.17 20:38:05.137372 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 4326 2025.09.17 20:38:05.137895 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:05.137931 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.09.17 20:38:05.138377 [ 245 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.09.17 20:38:05.138667 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:05.138790 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4326 2025.09.17 20:38:05.352769 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2025.09.17 20:38:05.369711 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:05.369775 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.09.17 20:38:05.375317 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.09.17 20:38:05.376101 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:05.379514 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2025.09.17 20:38:07.640645 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 290 2025.09.17 20:38:07.642815 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:07.642852 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:07.643985 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.09.17 20:38:07.644253 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:07.644373 [ 39 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.09.17 20:38:07.644410 [ 39 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:07.644428 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:07.644494 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 290 2025.09.17 20:38:07.644510 [ 199 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.09.17 20:38:07.644996 [ 199 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:38:07.645153 [ 199 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 88 rows starting from the beginning of the part 2025.09.17 20:38:07.645533 [ 199 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 52 rows starting from the beginning of the part 2025.09.17 20:38:07.645917 [ 199 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 72 rows starting from the beginning of the part 2025.09.17 20:38:07.646284 [ 199 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 22 rows starting from the beginning of the part 2025.09.17 20:38:07.646638 [ 199 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 30 rows starting from the beginning of the part 2025.09.17 20:38:07.646986 [ 199 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 26 rows starting from the beginning of the part 2025.09.17 20:38:07.652650 [ 196 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 290 rows, containing 72 columns (72 merged, 0 gathered) in 0.00817059 sec., 35493.152881248476 rows/sec., 34.99 MiB/sec. 2025.09.17 20:38:07.653482 [ 189 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.09.17 20:38:07.654131 [ 189 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_6_1} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:07.654211 [ 189 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_6_1} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.09.17 20:38:07.654430 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.66 MiB. 2025.09.17 20:38:08.437129 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:08.437329 [ 5 ] {82588675-0a1b-4030-8122-6e2cd2a10014} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:38:08.437400 [ 5 ] {82588675-0a1b-4030-8122-6e2cd2a10014} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:38:08.438076 [ 5 ] {82588675-0a1b-4030-8122-6e2cd2a10014} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:08.438124 [ 5 ] {82588675-0a1b-4030-8122-6e2cd2a10014} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:08.438508 [ 5 ] {82588675-0a1b-4030-8122-6e2cd2a10014} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.09.17 20:38:08.438751 [ 5 ] {82588675-0a1b-4030-8122-6e2cd2a10014} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:08.438881 [ 37 ] {} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.09.17 20:38:08.438895 [ 5 ] {82588675-0a1b-4030-8122-6e2cd2a10014} executeQuery: Read 56 rows, 4.41 KiB in 0.001621 sec., 34546.57618753856 rows/sec., 2.65 MiB/sec. 2025.09.17 20:38:08.438950 [ 37 ] {} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:08.438963 [ 5 ] {82588675-0a1b-4030-8122-6e2cd2a10014} TCPHandler: Processed in 0.001972745 sec. 2025.09.17 20:38:08.438978 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:08.439105 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:08.439124 [ 199 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.09.17 20:38:08.439229 [ 5 ] {ccc502f3-503e-44e1-911c-64be146fef5b} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:38:08.439275 [ 5 ] {ccc502f3-503e-44e1-911c-64be146fef5b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:38:08.439294 [ 199 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:38:08.439342 [ 199 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 220 rows starting from the beginning of the part 2025.09.17 20:38:08.439415 [ 199 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 177 rows starting from the beginning of the part 2025.09.17 20:38:08.439460 [ 199 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 120 rows starting from the beginning of the part 2025.09.17 20:38:08.439499 [ 199 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 56 rows starting from the beginning of the part 2025.09.17 20:38:08.439542 [ 199 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 120 rows starting from the beginning of the part 2025.09.17 20:38:08.439578 [ 199 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 56 rows starting from the beginning of the part 2025.09.17 20:38:08.439736 [ 5 ] {ccc502f3-503e-44e1-911c-64be146fef5b} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:08.439778 [ 5 ] {ccc502f3-503e-44e1-911c-64be146fef5b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:08.440104 [ 5 ] {ccc502f3-503e-44e1-911c-64be146fef5b} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.09.17 20:38:08.440392 [ 5 ] {ccc502f3-503e-44e1-911c-64be146fef5b} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:08.440521 [ 36 ] {} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.09.17 20:38:08.440540 [ 5 ] {ccc502f3-503e-44e1-911c-64be146fef5b} executeQuery: Read 64 rows, 5.12 KiB in 0.001331 sec., 48084.14725770098 rows/sec., 3.75 MiB/sec. 2025.09.17 20:38:08.440589 [ 36 ] {} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:08.440589 [ 199 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 749 rows, containing 5 columns (5 merged, 0 gathered) in 0.001530783 sec., 489292.0812420833 rows/sec., 44.15 MiB/sec. 2025.09.17 20:38:08.440615 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:08.440597 [ 5 ] {ccc502f3-503e-44e1-911c-64be146fef5b} TCPHandler: Processed in 0.001539073 sec. 2025.09.17 20:38:08.440731 [ 196 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.09.17 20:38:08.440770 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:08.440796 [ 187 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.09.17 20:38:08.440864 [ 196 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:38:08.440867 [ 5 ] {973be206-235f-4be4-b79c-5f90b5f64d99} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:38:08.440918 [ 196 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 126 rows starting from the beginning of the part 2025.09.17 20:38:08.440928 [ 5 ] {973be206-235f-4be4-b79c-5f90b5f64d99} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:38:08.441024 [ 196 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 102 rows starting from the beginning of the part 2025.09.17 20:38:08.441085 [ 196 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 96 rows starting from the beginning of the part 2025.09.17 20:38:08.441116 [ 187 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_11_2} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:08.441141 [ 196 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 64 rows starting from the beginning of the part 2025.09.17 20:38:08.441193 [ 196 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 96 rows starting from the beginning of the part 2025.09.17 20:38:08.441200 [ 187 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_11_2} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.09.17 20:38:08.441241 [ 196 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 64 rows starting from the beginning of the part 2025.09.17 20:38:08.441279 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. 2025.09.17 20:38:08.441371 [ 5 ] {973be206-235f-4be4-b79c-5f90b5f64d99} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:08.441413 [ 5 ] {973be206-235f-4be4-b79c-5f90b5f64d99} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:08.441779 [ 5 ] {973be206-235f-4be4-b79c-5f90b5f64d99} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.09.17 20:38:08.442013 [ 5 ] {973be206-235f-4be4-b79c-5f90b5f64d99} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:08.442118 [ 36 ] {} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.09.17 20:38:08.442144 [ 5 ] {973be206-235f-4be4-b79c-5f90b5f64d99} executeQuery: Read 160 rows, 11.41 KiB in 0.001295 sec., 123552.12355212356 rows/sec., 8.61 MiB/sec. 2025.09.17 20:38:08.442151 [ 36 ] {} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:08.442183 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:08.442187 [ 5 ] {973be206-235f-4be4-b79c-5f90b5f64d99} TCPHandler: Processed in 0.001463881 sec. 2025.09.17 20:38:08.442205 [ 199 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 548 rows, containing 5 columns (5 merged, 0 gathered) in 0.001525062 sec., 359329.6534829404 rows/sec., 29.93 MiB/sec. 2025.09.17 20:38:08.442275 [ 190 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.09.17 20:38:08.442310 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:08.442356 [ 199 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.09.17 20:38:08.442402 [ 190 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:38:08.442410 [ 5 ] {99f837c4-b042-4b46-a460-3506e4246942} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:38:08.442441 [ 190 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 419 rows starting from the beginning of the part 2025.09.17 20:38:08.442458 [ 5 ] {99f837c4-b042-4b46-a460-3506e4246942} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:38:08.442529 [ 190 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 177 rows starting from the beginning of the part 2025.09.17 20:38:08.442583 [ 190 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 160 rows starting from the beginning of the part 2025.09.17 20:38:08.442630 [ 190 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part 2025.09.17 20:38:08.442641 [ 199 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_11_2} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:08.442675 [ 190 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 160 rows starting from the beginning of the part 2025.09.17 20:38:08.442725 [ 199 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_11_2} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.09.17 20:38:08.442727 [ 190 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part 2025.09.17 20:38:08.442795 [ 5 ] {99f837c4-b042-4b46-a460-3506e4246942} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:08.442820 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2025.09.17 20:38:08.442840 [ 5 ] {99f837c4-b042-4b46-a460-3506e4246942} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:08.443186 [ 5 ] {99f837c4-b042-4b46-a460-3506e4246942} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.09.17 20:38:08.443401 [ 5 ] {99f837c4-b042-4b46-a460-3506e4246942} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:08.443504 [ 36 ] {} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.09.17 20:38:08.443526 [ 5 ] {99f837c4-b042-4b46-a460-3506e4246942} executeQuery: Read 60 rows, 4.14 KiB in 0.001139 sec., 52677.78753292361 rows/sec., 3.55 MiB/sec. 2025.09.17 20:38:08.443536 [ 36 ] {} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:08.443564 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:08.443565 [ 5 ] {99f837c4-b042-4b46-a460-3506e4246942} TCPHandler: Processed in 0.001302047 sec. 2025.09.17 20:38:08.443669 [ 200 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.09.17 20:38:08.443780 [ 200 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:38:08.443815 [ 200 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 114 rows starting from the beginning of the part 2025.09.17 20:38:08.443818 [ 199 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1236 rows, containing 5 columns (5 merged, 0 gathered) in 0.001601845 sec., 771610.2369455223 rows/sec., 55.68 MiB/sec. 2025.09.17 20:38:08.443893 [ 200 ] {05128e64-59df-4f0a-b264-15697cd657d8::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.09.17 20:38:08.443945 [ 200 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part 2025.09.17 20:38:08.444013 [ 200 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part 2025.09.17 20:38:08.444064 [ 200 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part 2025.09.17 20:38:08.444118 [ 200 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part 2025.09.17 20:38:08.444130 [ 193 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.09.17 20:38:08.444522 [ 193 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_11_2} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:08.444612 [ 193 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_11_2} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.09.17 20:38:08.444703 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. 2025.09.17 20:38:08.444989 [ 200 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 408 rows, containing 4 columns (4 merged, 0 gathered) in 0.001351618 sec., 301860.4368985912 rows/sec., 20.14 MiB/sec. 2025.09.17 20:38:08.445160 [ 199 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.09.17 20:38:08.445410 [ 199 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_11_2} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:08.445490 [ 199 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_11_2} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.09.17 20:38:08.445560 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.09.17 20:38:12.562578 [ 31 ] {} DNSResolver: Updating DNS cache 2025.09.17 20:38:12.562644 [ 31 ] {} DNSResolver: Updated DNS cache 2025.09.17 20:38:12.639425 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 4774 2025.09.17 20:38:12.639937 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:12.639978 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:12.640571 [ 245 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.09.17 20:38:12.640799 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:12.640923 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4774 2025.09.17 20:38:12.879983 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2025.09.17 20:38:12.897181 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:12.897236 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:12.903578 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.09.17 20:38:12.904305 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:12.907278 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2025.09.17 20:38:13.000240 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 203.92 MiB, peak 212.86 MiB, free memory in arenas 0.00 B, will set to 205.68 MiB (RSS), difference: 1.76 MiB 2025.09.17 20:38:13.439182 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:13.439371 [ 5 ] {b2f1f020-5977-4f67-b722-71c90d9f6fdc} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:38:13.439440 [ 5 ] {b2f1f020-5977-4f67-b722-71c90d9f6fdc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:38:13.440505 [ 5 ] {b2f1f020-5977-4f67-b722-71c90d9f6fdc} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:13.440557 [ 5 ] {b2f1f020-5977-4f67-b722-71c90d9f6fdc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:13.440977 [ 5 ] {b2f1f020-5977-4f67-b722-71c90d9f6fdc} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.09.17 20:38:13.441211 [ 5 ] {b2f1f020-5977-4f67-b722-71c90d9f6fdc} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:13.441370 [ 5 ] {b2f1f020-5977-4f67-b722-71c90d9f6fdc} executeQuery: Read 122 rows, 10.73 KiB in 0.00205 sec., 59512.19512195121 rows/sec., 5.11 MiB/sec. 2025.09.17 20:38:13.441422 [ 5 ] {b2f1f020-5977-4f67-b722-71c90d9f6fdc} TCPHandler: Processed in 0.002372607 sec. 2025.09.17 20:38:13.441568 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:13.441670 [ 5 ] {2e84f305-2a73-42d0-b0c3-9236d877816d} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:38:13.441713 [ 5 ] {2e84f305-2a73-42d0-b0c3-9236d877816d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:38:13.442219 [ 5 ] {2e84f305-2a73-42d0-b0c3-9236d877816d} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:13.442257 [ 5 ] {2e84f305-2a73-42d0-b0c3-9236d877816d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:13.442589 [ 5 ] {2e84f305-2a73-42d0-b0c3-9236d877816d} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.09.17 20:38:13.442799 [ 5 ] {2e84f305-2a73-42d0-b0c3-9236d877816d} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:13.442925 [ 5 ] {2e84f305-2a73-42d0-b0c3-9236d877816d} executeQuery: Read 33 rows, 2.48 KiB in 0.00128 sec., 25781.249999999996 rows/sec., 1.89 MiB/sec. 2025.09.17 20:38:13.442962 [ 5 ] {2e84f305-2a73-42d0-b0c3-9236d877816d} TCPHandler: Processed in 0.00144528 sec. 2025.09.17 20:38:13.443109 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:13.443203 [ 5 ] {d52e5c9a-f27d-42f0-91da-4a519bc7d58a} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:38:13.443242 [ 5 ] {d52e5c9a-f27d-42f0-91da-4a519bc7d58a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:38:13.443711 [ 5 ] {d52e5c9a-f27d-42f0-91da-4a519bc7d58a} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:13.443747 [ 5 ] {d52e5c9a-f27d-42f0-91da-4a519bc7d58a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:13.444042 [ 5 ] {d52e5c9a-f27d-42f0-91da-4a519bc7d58a} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.09.17 20:38:13.444266 [ 5 ] {d52e5c9a-f27d-42f0-91da-4a519bc7d58a} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:13.444385 [ 5 ] {d52e5c9a-f27d-42f0-91da-4a519bc7d58a} executeQuery: Read 97 rows, 7.76 KiB in 0.001201 sec., 80766.02830974189 rows/sec., 6.31 MiB/sec. 2025.09.17 20:38:13.444421 [ 5 ] {d52e5c9a-f27d-42f0-91da-4a519bc7d58a} TCPHandler: Processed in 0.001360628 sec. 2025.09.17 20:38:13.444542 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:13.444635 [ 5 ] {52d667cb-e9fb-4785-91cf-e161d14bab4a} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:38:13.444677 [ 5 ] {52d667cb-e9fb-4785-91cf-e161d14bab4a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:38:13.445133 [ 5 ] {52d667cb-e9fb-4785-91cf-e161d14bab4a} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:13.445169 [ 5 ] {52d667cb-e9fb-4785-91cf-e161d14bab4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:13.445500 [ 5 ] {52d667cb-e9fb-4785-91cf-e161d14bab4a} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.09.17 20:38:13.445716 [ 5 ] {52d667cb-e9fb-4785-91cf-e161d14bab4a} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:13.445839 [ 5 ] {52d667cb-e9fb-4785-91cf-e161d14bab4a} executeQuery: Read 160 rows, 11.41 KiB in 0.001223 sec., 130825.83810302535 rows/sec., 9.11 MiB/sec. 2025.09.17 20:38:13.445875 [ 5 ] {52d667cb-e9fb-4785-91cf-e161d14bab4a} TCPHandler: Processed in 0.001380338 sec. 2025.09.17 20:38:13.445996 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:13.446089 [ 5 ] {ba6da3be-dc34-4a2e-a5b4-c93bd4ecd1a7} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:38:13.446142 [ 5 ] {ba6da3be-dc34-4a2e-a5b4-c93bd4ecd1a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:38:13.446978 [ 5 ] {ba6da3be-dc34-4a2e-a5b4-c93bd4ecd1a7} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:13.447014 [ 5 ] {ba6da3be-dc34-4a2e-a5b4-c93bd4ecd1a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:13.447577 [ 5 ] {ba6da3be-dc34-4a2e-a5b4-c93bd4ecd1a7} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.09.17 20:38:13.447797 [ 5 ] {ba6da3be-dc34-4a2e-a5b4-c93bd4ecd1a7} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:13.447942 [ 5 ] {ba6da3be-dc34-4a2e-a5b4-c93bd4ecd1a7} executeQuery: Read 33 rows, 60.55 KiB in 0.001871 sec., 17637.626937466594 rows/sec., 31.61 MiB/sec. 2025.09.17 20:38:13.447997 [ 5 ] {ba6da3be-dc34-4a2e-a5b4-c93bd4ecd1a7} TCPHandler: Processed in 0.002047227 sec. 2025.09.17 20:38:13.448137 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:13.448234 [ 5 ] {dd0c1bb6-9b9c-4740-968b-1bd326d3e9c6} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:38:13.448275 [ 5 ] {dd0c1bb6-9b9c-4740-968b-1bd326d3e9c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:38:13.448630 [ 5 ] {dd0c1bb6-9b9c-4740-968b-1bd326d3e9c6} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:13.448665 [ 5 ] {dd0c1bb6-9b9c-4740-968b-1bd326d3e9c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:13.448956 [ 5 ] {dd0c1bb6-9b9c-4740-968b-1bd326d3e9c6} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.09.17 20:38:13.449162 [ 5 ] {dd0c1bb6-9b9c-4740-968b-1bd326d3e9c6} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:13.449290 [ 5 ] {dd0c1bb6-9b9c-4740-968b-1bd326d3e9c6} executeQuery: Read 60 rows, 4.14 KiB in 0.001078 sec., 55658.62708719852 rows/sec., 3.75 MiB/sec. 2025.09.17 20:38:13.449324 [ 5 ] {dd0c1bb6-9b9c-4740-968b-1bd326d3e9c6} TCPHandler: Processed in 0.001233804 sec. 2025.09.17 20:38:17.644660 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 310 2025.09.17 20:38:17.647158 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:17.647202 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:17.648335 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.09.17 20:38:17.648606 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:17.648857 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 310 2025.09.17 20:38:18.439898 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:18.440200 [ 5 ] {9cae6bdb-c3ef-4a26-af7a-cd119b1a6e36} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.17 20:38:18.440330 [ 5 ] {9cae6bdb-c3ef-4a26-af7a-cd119b1a6e36} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.17 20:38:18.441207 [ 5 ] {9cae6bdb-c3ef-4a26-af7a-cd119b1a6e36} oximeter.fields_i16 (ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:18.441260 [ 5 ] {9cae6bdb-c3ef-4a26-af7a-cd119b1a6e36} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:18.441693 [ 5 ] {9cae6bdb-c3ef-4a26-af7a-cd119b1a6e36} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.09.17 20:38:18.441925 [ 5 ] {9cae6bdb-c3ef-4a26-af7a-cd119b1a6e36} oximeter.fields_i16 (ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:18.442079 [ 5 ] {9cae6bdb-c3ef-4a26-af7a-cd119b1a6e36} executeQuery: Read 24 rows, 2.04 KiB in 0.001968 sec., 12195.121951219511 rows/sec., 1.01 MiB/sec. 2025.09.17 20:38:18.442128 [ 5 ] {9cae6bdb-c3ef-4a26-af7a-cd119b1a6e36} TCPHandler: Processed in 0.002425338 sec. 2025.09.17 20:38:18.442269 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:18.442372 [ 5 ] {f40a5282-3346-4707-8d27-239b984ed02d} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.17 20:38:18.442417 [ 5 ] {f40a5282-3346-4707-8d27-239b984ed02d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.17 20:38:18.442841 [ 5 ] {f40a5282-3346-4707-8d27-239b984ed02d} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:18.442880 [ 5 ] {f40a5282-3346-4707-8d27-239b984ed02d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:18.443189 [ 5 ] {f40a5282-3346-4707-8d27-239b984ed02d} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.09.17 20:38:18.443400 [ 5 ] {f40a5282-3346-4707-8d27-239b984ed02d} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:18.443527 [ 5 ] {f40a5282-3346-4707-8d27-239b984ed02d} executeQuery: Read 8 rows, 668.00 B in 0.001179 sec., 6785.411365564038 rows/sec., 553.30 KiB/sec. 2025.09.17 20:38:18.443565 [ 5 ] {f40a5282-3346-4707-8d27-239b984ed02d} TCPHandler: Processed in 0.001348348 sec. 2025.09.17 20:38:18.443678 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:18.443775 [ 5 ] {9d1c4b04-9016-482c-8fca-64e7c92e277b} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:38:18.443816 [ 5 ] {9d1c4b04-9016-482c-8fca-64e7c92e277b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:38:18.444320 [ 5 ] {9d1c4b04-9016-482c-8fca-64e7c92e277b} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:18.444357 [ 5 ] {9d1c4b04-9016-482c-8fca-64e7c92e277b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:18.444691 [ 5 ] {9d1c4b04-9016-482c-8fca-64e7c92e277b} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.09.17 20:38:18.444905 [ 5 ] {9d1c4b04-9016-482c-8fca-64e7c92e277b} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:18.445031 [ 5 ] {9d1c4b04-9016-482c-8fca-64e7c92e277b} executeQuery: Read 196 rows, 17.68 KiB in 0.001277 sec., 153484.72983555208 rows/sec., 13.52 MiB/sec. 2025.09.17 20:38:18.445071 [ 5 ] {9d1c4b04-9016-482c-8fca-64e7c92e277b} TCPHandler: Processed in 0.00144174 sec. 2025.09.17 20:38:18.445188 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:18.445282 [ 5 ] {5bbc37cc-22e1-4dc2-ab19-4b75737deb51} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:38:18.445323 [ 5 ] {5bbc37cc-22e1-4dc2-ab19-4b75737deb51} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:38:18.445721 [ 5 ] {5bbc37cc-22e1-4dc2-ab19-4b75737deb51} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:18.445758 [ 5 ] {5bbc37cc-22e1-4dc2-ab19-4b75737deb51} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:18.446082 [ 5 ] {5bbc37cc-22e1-4dc2-ab19-4b75737deb51} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.09.17 20:38:18.446296 [ 5 ] {5bbc37cc-22e1-4dc2-ab19-4b75737deb51} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:18.446429 [ 5 ] {5bbc37cc-22e1-4dc2-ab19-4b75737deb51} executeQuery: Read 28 rows, 2.12 KiB in 0.001166 sec., 24013.722126929675 rows/sec., 1.78 MiB/sec. 2025.09.17 20:38:18.446467 [ 5 ] {5bbc37cc-22e1-4dc2-ab19-4b75737deb51} TCPHandler: Processed in 0.001328648 sec. 2025.09.17 20:38:18.446571 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:18.446664 [ 5 ] {06987a9e-3c90-4103-b3ab-f8817d317928} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.17 20:38:18.446704 [ 5 ] {06987a9e-3c90-4103-b3ab-f8817d317928} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.17 20:38:18.447095 [ 5 ] {06987a9e-3c90-4103-b3ab-f8817d317928} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:18.447132 [ 5 ] {06987a9e-3c90-4103-b3ab-f8817d317928} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:18.447427 [ 5 ] {06987a9e-3c90-4103-b3ab-f8817d317928} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.09.17 20:38:18.447634 [ 5 ] {06987a9e-3c90-4103-b3ab-f8817d317928} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:18.447763 [ 5 ] {06987a9e-3c90-4103-b3ab-f8817d317928} executeQuery: Read 24 rows, 2.04 KiB in 0.001118 sec., 21466.90518783542 rows/sec., 1.78 MiB/sec. 2025.09.17 20:38:18.447801 [ 5 ] {06987a9e-3c90-4103-b3ab-f8817d317928} TCPHandler: Processed in 0.001278026 sec. 2025.09.17 20:38:18.447914 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:18.448020 [ 5 ] {06a0c46b-b4a5-433e-86c9-7ec8627ead55} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.17 20:38:18.448061 [ 5 ] {06a0c46b-b4a5-433e-86c9-7ec8627ead55} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.17 20:38:18.448490 [ 5 ] {06a0c46b-b4a5-433e-86c9-7ec8627ead55} oximeter.fields_u8 (20447e1c-98e2-48f4-ad1a-5155a635de4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:18.448527 [ 5 ] {06a0c46b-b4a5-433e-86c9-7ec8627ead55} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:18.448842 [ 5 ] {06a0c46b-b4a5-433e-86c9-7ec8627ead55} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.09.17 20:38:18.449056 [ 5 ] {06a0c46b-b4a5-433e-86c9-7ec8627ead55} oximeter.fields_u8 (20447e1c-98e2-48f4-ad1a-5155a635de4d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:18.449183 [ 5 ] {06a0c46b-b4a5-433e-86c9-7ec8627ead55} executeQuery: Read 12 rows, 960.00 B in 0.001183 sec., 10143.702451394758 rows/sec., 792.48 KiB/sec. 2025.09.17 20:38:18.449221 [ 5 ] {06a0c46b-b4a5-433e-86c9-7ec8627ead55} TCPHandler: Processed in 0.001360368 sec. 2025.09.17 20:38:18.449332 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:18.449428 [ 5 ] {b3cd52cd-b1e3-47d2-bb57-5b1f95c4860a} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:38:18.449469 [ 5 ] {b3cd52cd-b1e3-47d2-bb57-5b1f95c4860a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:38:18.449902 [ 5 ] {b3cd52cd-b1e3-47d2-bb57-5b1f95c4860a} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:18.449939 [ 5 ] {b3cd52cd-b1e3-47d2-bb57-5b1f95c4860a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:18.450245 [ 5 ] {b3cd52cd-b1e3-47d2-bb57-5b1f95c4860a} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.09.17 20:38:18.450450 [ 5 ] {b3cd52cd-b1e3-47d2-bb57-5b1f95c4860a} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:18.450572 [ 5 ] {b3cd52cd-b1e3-47d2-bb57-5b1f95c4860a} executeQuery: Read 122 rows, 10.15 KiB in 0.001165 sec., 104721.03004291846 rows/sec., 8.51 MiB/sec. 2025.09.17 20:38:18.450609 [ 5 ] {b3cd52cd-b1e3-47d2-bb57-5b1f95c4860a} TCPHandler: Processed in 0.001325907 sec. 2025.09.17 20:38:18.450722 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:18.450816 [ 5 ] {ff6471b0-6256-4e1e-80fe-72b316f3e465} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:38:18.450859 [ 5 ] {ff6471b0-6256-4e1e-80fe-72b316f3e465} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:38:18.451257 [ 5 ] {ff6471b0-6256-4e1e-80fe-72b316f3e465} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:18.451293 [ 5 ] {ff6471b0-6256-4e1e-80fe-72b316f3e465} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:18.451618 [ 5 ] {ff6471b0-6256-4e1e-80fe-72b316f3e465} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.09.17 20:38:18.451828 [ 5 ] {ff6471b0-6256-4e1e-80fe-72b316f3e465} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:18.451950 [ 5 ] {ff6471b0-6256-4e1e-80fe-72b316f3e465} executeQuery: Read 200 rows, 14.68 KiB in 0.001154 sec., 173310.2253032929 rows/sec., 12.42 MiB/sec. 2025.09.17 20:38:18.451986 [ 5 ] {ff6471b0-6256-4e1e-80fe-72b316f3e465} TCPHandler: Processed in 0.001313907 sec. 2025.09.17 20:38:18.452098 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:18.452192 [ 5 ] {f91f1f91-cb58-407f-a886-61234a3d72b9} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:38:18.452246 [ 5 ] {f91f1f91-cb58-407f-a886-61234a3d72b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:38:18.452963 [ 5 ] {f91f1f91-cb58-407f-a886-61234a3d72b9} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:18.452999 [ 5 ] {f91f1f91-cb58-407f-a886-61234a3d72b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:18.453514 [ 5 ] {f91f1f91-cb58-407f-a886-61234a3d72b9} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.09.17 20:38:18.453730 [ 5 ] {f91f1f91-cb58-407f-a886-61234a3d72b9} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:18.453840 [ 25 ] {} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.09.17 20:38:18.453867 [ 5 ] {f91f1f91-cb58-407f-a886-61234a3d72b9} executeQuery: Read 8 rows, 14.68 KiB in 0.001694 sec., 4722.550177095632 rows/sec., 8.46 MiB/sec. 2025.09.17 20:38:18.453907 [ 25 ] {} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:18.453928 [ 5 ] {f91f1f91-cb58-407f-a886-61234a3d72b9} TCPHandler: Processed in 0.001878303 sec. 2025.09.17 20:38:18.453932 [ 25 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:18.454054 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:18.454059 [ 193 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.09.17 20:38:18.454157 [ 5 ] {248d0f56-71a7-4784-9cb2-05d0bdf0b303} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.09.17 20:38:18.454203 [ 5 ] {248d0f56-71a7-4784-9cb2-05d0bdf0b303} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.09.17 20:38:18.454320 [ 193 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:38:18.454417 [ 193 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part 2025.09.17 20:38:18.454527 [ 5 ] {248d0f56-71a7-4784-9cb2-05d0bdf0b303} oximeter.measurements_i64 (bc31f806-e141-4bbe-952f-10363c2e5e2e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:18.454567 [ 5 ] {248d0f56-71a7-4784-9cb2-05d0bdf0b303} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:18.454610 [ 193 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 32 rows starting from the beginning of the part 2025.09.17 20:38:18.454741 [ 193 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 32 rows starting from the beginning of the part 2025.09.17 20:38:18.454853 [ 193 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 32 rows starting from the beginning of the part 2025.09.17 20:38:18.454886 [ 5 ] {248d0f56-71a7-4784-9cb2-05d0bdf0b303} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.09.17 20:38:18.454966 [ 193 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 33 rows starting from the beginning of the part 2025.09.17 20:38:18.455078 [ 193 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 8 rows starting from the beginning of the part 2025.09.17 20:38:18.455115 [ 5 ] {248d0f56-71a7-4784-9cb2-05d0bdf0b303} oximeter.measurements_i64 (bc31f806-e141-4bbe-952f-10363c2e5e2e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:18.455254 [ 5 ] {248d0f56-71a7-4784-9cb2-05d0bdf0b303} executeQuery: Read 6 rows, 434.00 B in 0.001116 sec., 5376.344086021505 rows/sec., 379.77 KiB/sec. 2025.09.17 20:38:18.455289 [ 5 ] {248d0f56-71a7-4784-9cb2-05d0bdf0b303} TCPHandler: Processed in 0.001284116 sec. 2025.09.17 20:38:18.455400 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:18.455494 [ 5 ] {2e4f1a42-d74f-43cc-a8be-a38321e41e9e} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:38:18.455537 [ 5 ] {2e4f1a42-d74f-43cc-a8be-a38321e41e9e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:38:18.455878 [ 5 ] {2e4f1a42-d74f-43cc-a8be-a38321e41e9e} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:18.455913 [ 5 ] {2e4f1a42-d74f-43cc-a8be-a38321e41e9e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:18.456252 [ 5 ] {2e4f1a42-d74f-43cc-a8be-a38321e41e9e} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.09.17 20:38:18.456474 [ 5 ] {2e4f1a42-d74f-43cc-a8be-a38321e41e9e} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:18.456604 [ 5 ] {2e4f1a42-d74f-43cc-a8be-a38321e41e9e} executeQuery: Read 60 rows, 4.14 KiB in 0.001128 sec., 53191.48936170212 rows/sec., 3.58 MiB/sec. 2025.09.17 20:38:18.456639 [ 5 ] {2e4f1a42-d74f-43cc-a8be-a38321e41e9e} TCPHandler: Processed in 0.001288176 sec. 2025.09.17 20:38:18.462036 [ 200 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 151 rows, containing 19 columns (19 merged, 0 gathered) in 0.008014125 sec., 18841.732565938266 rows/sec., 33.76 MiB/sec. 2025.09.17 20:38:18.462721 [ 196 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.09.17 20:38:18.463175 [ 196 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_6_1} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:18.463248 [ 196 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_6_1} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.09.17 20:38:18.463377 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB. 2025.09.17 20:38:20.141938 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 5286 2025.09.17 20:38:20.142448 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:20.142496 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:20.142986 [ 245 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.09.17 20:38:20.143230 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:20.143355 [ 71 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.09.17 20:38:20.143373 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5286 2025.09.17 20:38:20.143425 [ 71 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:20.143449 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:20.143543 [ 193 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.09.17 20:38:20.143643 [ 193 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:38:20.143674 [ 193 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2854 rows starting from the beginning of the part 2025.09.17 20:38:20.143788 [ 193 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 512 rows starting from the beginning of the part 2025.09.17 20:38:20.143831 [ 193 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 448 rows starting from the beginning of the part 2025.09.17 20:38:20.143870 [ 193 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 512 rows starting from the beginning of the part 2025.09.17 20:38:20.143907 [ 193 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 448 rows starting from the beginning of the part 2025.09.17 20:38:20.143946 [ 193 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 512 rows starting from the beginning of the part 2025.09.17 20:38:20.145307 [ 200 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5286 rows, containing 4 columns (4 merged, 0 gathered) in 0.001802341 sec., 2932852.3292762022 rows/sec., 41.95 MiB/sec. 2025.09.17 20:38:20.146222 [ 191 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.09.17 20:38:20.146622 [ 191 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_11_2} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:20.146711 [ 191 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_11_2} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.09.17 20:38:20.146806 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2025.09.17 20:38:20.408253 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 2025.09.17 20:38:20.425227 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:20.425282 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:20.431192 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.09.17 20:38:20.431957 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:20.432240 [ 71 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.09.17 20:38:20.432285 [ 71 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:20.432303 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:20.432394 [ 193 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.09.17 20:38:20.435342 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2025.09.17 20:38:20.436301 [ 193 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:38:20.437882 [ 193 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 46 rows starting from the beginning of the part 2025.09.17 20:38:20.442703 [ 193 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 7 rows starting from the beginning of the part 2025.09.17 20:38:20.447193 [ 193 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 8 rows starting from the beginning of the part 2025.09.17 20:38:20.451642 [ 193 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 7 rows starting from the beginning of the part 2025.09.17 20:38:20.456338 [ 193 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 8 rows starting from the beginning of the part 2025.09.17 20:38:20.460599 [ 193 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 7 rows starting from the beginning of the part 2025.09.17 20:38:20.513451 [ 192 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.081107532 sec., 1023.3328268452307 rows/sec., 5.29 MiB/sec. 2025.09.17 20:38:20.515729 [ 200 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.09.17 20:38:20.517713 [ 200 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_11_2} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:20.517788 [ 200 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_11_2} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.09.17 20:38:20.519633 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. 2025.09.17 20:38:21.001110 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 207.43 MiB, peak 217.31 MiB, free memory in arenas 0.00 B, will set to 217.35 MiB (RSS), difference: 9.92 MiB 2025.09.17 20:38:23.436077 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:23.436264 [ 5 ] {8d2f46c4-7398-4c8f-919d-83cd95ef9f4f} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:38:23.436332 [ 5 ] {8d2f46c4-7398-4c8f-919d-83cd95ef9f4f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:38:23.437072 [ 5 ] {8d2f46c4-7398-4c8f-919d-83cd95ef9f4f} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:23.437113 [ 5 ] {8d2f46c4-7398-4c8f-919d-83cd95ef9f4f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:23.437531 [ 5 ] {8d2f46c4-7398-4c8f-919d-83cd95ef9f4f} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.09.17 20:38:23.437769 [ 5 ] {8d2f46c4-7398-4c8f-919d-83cd95ef9f4f} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:23.437922 [ 5 ] {8d2f46c4-7398-4c8f-919d-83cd95ef9f4f} executeQuery: Read 122 rows, 10.73 KiB in 0.001659 sec., 73538.27606992163 rows/sec., 6.32 MiB/sec. 2025.09.17 20:38:23.437967 [ 5 ] {8d2f46c4-7398-4c8f-919d-83cd95ef9f4f} TCPHandler: Processed in 0.001987286 sec. 2025.09.17 20:38:23.438096 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:23.438200 [ 5 ] {87d5d34d-bed3-488b-9f75-6bd871e24b93} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:38:23.438245 [ 5 ] {87d5d34d-bed3-488b-9f75-6bd871e24b93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:38:23.438670 [ 5 ] {87d5d34d-bed3-488b-9f75-6bd871e24b93} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:23.438705 [ 5 ] {87d5d34d-bed3-488b-9f75-6bd871e24b93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:23.439006 [ 5 ] {87d5d34d-bed3-488b-9f75-6bd871e24b93} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.09.17 20:38:23.439220 [ 5 ] {87d5d34d-bed3-488b-9f75-6bd871e24b93} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:23.439347 [ 5 ] {87d5d34d-bed3-488b-9f75-6bd871e24b93} executeQuery: Read 33 rows, 2.48 KiB in 0.001173 sec., 28132.99232736573 rows/sec., 2.07 MiB/sec. 2025.09.17 20:38:23.439386 [ 5 ] {87d5d34d-bed3-488b-9f75-6bd871e24b93} TCPHandler: Processed in 0.001342198 sec. 2025.09.17 20:38:23.439501 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:23.439597 [ 5 ] {c3b729a1-56a5-4f8c-bfc0-65001846fb03} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:38:23.439639 [ 5 ] {c3b729a1-56a5-4f8c-bfc0-65001846fb03} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:38:23.440068 [ 5 ] {c3b729a1-56a5-4f8c-bfc0-65001846fb03} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:23.440103 [ 5 ] {c3b729a1-56a5-4f8c-bfc0-65001846fb03} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:23.440409 [ 5 ] {c3b729a1-56a5-4f8c-bfc0-65001846fb03} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.09.17 20:38:23.440614 [ 5 ] {c3b729a1-56a5-4f8c-bfc0-65001846fb03} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:23.440735 [ 5 ] {c3b729a1-56a5-4f8c-bfc0-65001846fb03} executeQuery: Read 97 rows, 7.76 KiB in 0.001178 sec., 82342.95415959253 rows/sec., 6.43 MiB/sec. 2025.09.17 20:38:23.440768 [ 5 ] {c3b729a1-56a5-4f8c-bfc0-65001846fb03} TCPHandler: Processed in 0.001340098 sec. 2025.09.17 20:38:23.440875 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:23.440964 [ 5 ] {3316a615-75dc-41ce-8980-e9909ef3f7ce} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:38:23.441006 [ 5 ] {3316a615-75dc-41ce-8980-e9909ef3f7ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:38:23.441453 [ 5 ] {3316a615-75dc-41ce-8980-e9909ef3f7ce} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:23.441487 [ 5 ] {3316a615-75dc-41ce-8980-e9909ef3f7ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:23.441813 [ 5 ] {3316a615-75dc-41ce-8980-e9909ef3f7ce} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.09.17 20:38:23.442050 [ 5 ] {3316a615-75dc-41ce-8980-e9909ef3f7ce} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:23.442177 [ 5 ] {3316a615-75dc-41ce-8980-e9909ef3f7ce} executeQuery: Read 160 rows, 11.41 KiB in 0.001196 sec., 133779.26421404682 rows/sec., 9.32 MiB/sec. 2025.09.17 20:38:23.442213 [ 5 ] {3316a615-75dc-41ce-8980-e9909ef3f7ce} TCPHandler: Processed in 0.001356958 sec. 2025.09.17 20:38:23.442318 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:23.442413 [ 5 ] {edbab79e-ce46-4f74-96bf-8c10c4753336} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:38:23.442470 [ 5 ] {edbab79e-ce46-4f74-96bf-8c10c4753336} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:38:23.443260 [ 5 ] {edbab79e-ce46-4f74-96bf-8c10c4753336} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:23.443295 [ 5 ] {edbab79e-ce46-4f74-96bf-8c10c4753336} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:23.443858 [ 5 ] {edbab79e-ce46-4f74-96bf-8c10c4753336} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.09.17 20:38:23.444078 [ 5 ] {edbab79e-ce46-4f74-96bf-8c10c4753336} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:23.444221 [ 5 ] {edbab79e-ce46-4f74-96bf-8c10c4753336} executeQuery: Read 33 rows, 60.55 KiB in 0.001827 sec., 18062.397372742198 rows/sec., 32.37 MiB/sec. 2025.09.17 20:38:23.444279 [ 5 ] {edbab79e-ce46-4f74-96bf-8c10c4753336} TCPHandler: Processed in 0.002009097 sec. 2025.09.17 20:38:23.444454 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:23.444548 [ 5 ] {18aedb82-5ccf-473b-8297-fcbc8afc6310} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:38:23.444592 [ 5 ] {18aedb82-5ccf-473b-8297-fcbc8afc6310} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:38:23.444942 [ 5 ] {18aedb82-5ccf-473b-8297-fcbc8afc6310} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:23.444977 [ 5 ] {18aedb82-5ccf-473b-8297-fcbc8afc6310} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:23.445285 [ 5 ] {18aedb82-5ccf-473b-8297-fcbc8afc6310} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.09.17 20:38:23.445492 [ 5 ] {18aedb82-5ccf-473b-8297-fcbc8afc6310} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:23.445617 [ 5 ] {18aedb82-5ccf-473b-8297-fcbc8afc6310} executeQuery: Read 60 rows, 4.14 KiB in 0.001088 sec., 55147.05882352941 rows/sec., 3.72 MiB/sec. 2025.09.17 20:38:23.445652 [ 5 ] {18aedb82-5ccf-473b-8297-fcbc8afc6310} TCPHandler: Processed in 0.001248555 sec. 2025.09.17 20:38:27.562853 [ 152 ] {} DNSResolver: Updating DNS cache 2025.09.17 20:38:27.562930 [ 152 ] {} DNSResolver: Updated DNS cache 2025.09.17 20:38:27.643452 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 5734 2025.09.17 20:38:27.643942 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:27.643985 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:27.644572 [ 245 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.09.17 20:38:27.644820 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:27.644970 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5734 2025.09.17 20:38:27.648946 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 344 2025.09.17 20:38:27.651251 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:27.651307 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:27.652558 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.09.17 20:38:27.652885 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:27.653216 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 344 2025.09.17 20:38:27.935391 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 2025.09.17 20:38:27.953143 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:27.953201 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:27.958903 [ 244 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.09.17 20:38:27.959601 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:27.962765 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 91 2025.09.17 20:38:28.436344 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:28.436525 [ 5 ] {e17ed23b-b94f-40af-806c-6e1a2b16cfaf} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:38:28.436592 [ 5 ] {e17ed23b-b94f-40af-806c-6e1a2b16cfaf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:38:28.437240 [ 5 ] {e17ed23b-b94f-40af-806c-6e1a2b16cfaf} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:28.437289 [ 5 ] {e17ed23b-b94f-40af-806c-6e1a2b16cfaf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:28.437678 [ 5 ] {e17ed23b-b94f-40af-806c-6e1a2b16cfaf} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.09.17 20:38:28.437912 [ 5 ] {e17ed23b-b94f-40af-806c-6e1a2b16cfaf} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:28.438057 [ 5 ] {e17ed23b-b94f-40af-806c-6e1a2b16cfaf} executeQuery: Read 72 rows, 5.92 KiB in 0.001582 sec., 45512.01011378002 rows/sec., 3.66 MiB/sec. 2025.09.17 20:38:28.438097 [ 5 ] {e17ed23b-b94f-40af-806c-6e1a2b16cfaf} TCPHandler: Processed in 0.001885803 sec. 2025.09.17 20:38:28.438223 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:28.438317 [ 5 ] {9e57d06e-7214-414c-b0e0-bb7e8569459e} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:38:28.438356 [ 5 ] {9e57d06e-7214-414c-b0e0-bb7e8569459e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:38:28.438823 [ 5 ] {9e57d06e-7214-414c-b0e0-bb7e8569459e} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:28.438859 [ 5 ] {9e57d06e-7214-414c-b0e0-bb7e8569459e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:28.439180 [ 5 ] {9e57d06e-7214-414c-b0e0-bb7e8569459e} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.09.17 20:38:28.439383 [ 5 ] {9e57d06e-7214-414c-b0e0-bb7e8569459e} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:28.439510 [ 5 ] {9e57d06e-7214-414c-b0e0-bb7e8569459e} executeQuery: Read 8 rows, 616.00 B in 0.001212 sec., 6600.660066006601 rows/sec., 496.34 KiB/sec. 2025.09.17 20:38:28.439546 [ 5 ] {9e57d06e-7214-414c-b0e0-bb7e8569459e} TCPHandler: Processed in 0.001371038 sec. 2025.09.17 20:38:28.439664 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:28.439757 [ 5 ] {f136f7c9-2949-4d49-8fe1-c5e8fb0b9551} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:38:28.439797 [ 5 ] {f136f7c9-2949-4d49-8fe1-c5e8fb0b9551} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:38:28.440219 [ 5 ] {f136f7c9-2949-4d49-8fe1-c5e8fb0b9551} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:28.440256 [ 5 ] {f136f7c9-2949-4d49-8fe1-c5e8fb0b9551} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:28.440558 [ 5 ] {f136f7c9-2949-4d49-8fe1-c5e8fb0b9551} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.09.17 20:38:28.440764 [ 5 ] {f136f7c9-2949-4d49-8fe1-c5e8fb0b9551} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:28.440886 [ 5 ] {f136f7c9-2949-4d49-8fe1-c5e8fb0b9551} executeQuery: Read 72 rows, 5.76 KiB in 0.001148 sec., 62717.77003484321 rows/sec., 4.90 MiB/sec. 2025.09.17 20:38:28.440921 [ 5 ] {f136f7c9-2949-4d49-8fe1-c5e8fb0b9551} TCPHandler: Processed in 0.001303816 sec. 2025.09.17 20:38:28.441060 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:28.441157 [ 5 ] {072a08e8-6f83-4b59-a18d-208cabaead62} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:38:28.441207 [ 5 ] {072a08e8-6f83-4b59-a18d-208cabaead62} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:38:28.441808 [ 5 ] {072a08e8-6f83-4b59-a18d-208cabaead62} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:28.441844 [ 5 ] {072a08e8-6f83-4b59-a18d-208cabaead62} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:28.442302 [ 5 ] {072a08e8-6f83-4b59-a18d-208cabaead62} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.09.17 20:38:28.442510 [ 5 ] {072a08e8-6f83-4b59-a18d-208cabaead62} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:28.442635 [ 5 ] {072a08e8-6f83-4b59-a18d-208cabaead62} executeQuery: Read 160 rows, 11.41 KiB in 0.001497 sec., 106880.42752171008 rows/sec., 7.44 MiB/sec. 2025.09.17 20:38:28.442671 [ 5 ] {072a08e8-6f83-4b59-a18d-208cabaead62} TCPHandler: Processed in 0.001658856 sec. 2025.09.17 20:38:28.442783 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:28.442876 [ 5 ] {3e12fd28-a8a3-49c2-b97c-42dc9f1518cd} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:38:28.442930 [ 5 ] {3e12fd28-a8a3-49c2-b97c-42dc9f1518cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:38:28.443642 [ 5 ] {3e12fd28-a8a3-49c2-b97c-42dc9f1518cd} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:28.443678 [ 5 ] {3e12fd28-a8a3-49c2-b97c-42dc9f1518cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:28.444171 [ 5 ] {3e12fd28-a8a3-49c2-b97c-42dc9f1518cd} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.09.17 20:38:28.444382 [ 5 ] {3e12fd28-a8a3-49c2-b97c-42dc9f1518cd} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:28.444510 [ 5 ] {3e12fd28-a8a3-49c2-b97c-42dc9f1518cd} executeQuery: Read 8 rows, 14.68 KiB in 0.001652 sec., 4842.6150121065375 rows/sec., 8.68 MiB/sec. 2025.09.17 20:38:28.444558 [ 5 ] {3e12fd28-a8a3-49c2-b97c-42dc9f1518cd} TCPHandler: Processed in 0.001822811 sec. 2025.09.17 20:38:28.444673 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:28.444766 [ 5 ] {b57447d2-0d77-402c-bd6b-040baee68e7e} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:38:28.444806 [ 5 ] {b57447d2-0d77-402c-bd6b-040baee68e7e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:38:28.445145 [ 5 ] {b57447d2-0d77-402c-bd6b-040baee68e7e} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:28.445180 [ 5 ] {b57447d2-0d77-402c-bd6b-040baee68e7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:28.445474 [ 5 ] {b57447d2-0d77-402c-bd6b-040baee68e7e} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.09.17 20:38:28.445676 [ 5 ] {b57447d2-0d77-402c-bd6b-040baee68e7e} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:28.445798 [ 5 ] {b57447d2-0d77-402c-bd6b-040baee68e7e} executeQuery: Read 60 rows, 4.14 KiB in 0.001051 sec., 57088.487155090384 rows/sec., 3.85 MiB/sec. 2025.09.17 20:38:28.445832 [ 5 ] {b57447d2-0d77-402c-bd6b-040baee68e7e} TCPHandler: Processed in 0.001205954 sec. 2025.09.17 20:38:33.437116 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:33.437417 [ 5 ] {83f5618d-9af5-4cc5-9009-d38a86601d4a} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.17 20:38:33.437483 [ 5 ] {83f5618d-9af5-4cc5-9009-d38a86601d4a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.17 20:38:33.438209 [ 5 ] {83f5618d-9af5-4cc5-9009-d38a86601d4a} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:33.438252 [ 5 ] {83f5618d-9af5-4cc5-9009-d38a86601d4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:33.438613 [ 5 ] {83f5618d-9af5-4cc5-9009-d38a86601d4a} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.09.17 20:38:33.438814 [ 5 ] {83f5618d-9af5-4cc5-9009-d38a86601d4a} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:33.438956 [ 5 ] {83f5618d-9af5-4cc5-9009-d38a86601d4a} executeQuery: Read 6 rows, 501.00 B in 0.001678 sec., 3575.6853396901074 rows/sec., 291.57 KiB/sec. 2025.09.17 20:38:33.439061 [ 5 ] {83f5618d-9af5-4cc5-9009-d38a86601d4a} TCPHandler: Processed in 0.00212735 sec. 2025.09.17 20:38:33.439188 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:33.439282 [ 5 ] {5f4b7fac-1e1e-4aeb-b057-b1535f69649a} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:38:33.439322 [ 5 ] {5f4b7fac-1e1e-4aeb-b057-b1535f69649a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:38:33.439831 [ 5 ] {5f4b7fac-1e1e-4aeb-b057-b1535f69649a} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:33.439868 [ 5 ] {5f4b7fac-1e1e-4aeb-b057-b1535f69649a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:33.440169 [ 5 ] {5f4b7fac-1e1e-4aeb-b057-b1535f69649a} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.09.17 20:38:33.440359 [ 5 ] {5f4b7fac-1e1e-4aeb-b057-b1535f69649a} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:33.440473 [ 5 ] {5f4b7fac-1e1e-4aeb-b057-b1535f69649a} executeQuery: Read 125 rows, 10.95 KiB in 0.00124 sec., 100806.45161290323 rows/sec., 8.62 MiB/sec. 2025.09.17 20:38:33.440495 [ 148 ] {} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.09.17 20:38:33.440507 [ 5 ] {5f4b7fac-1e1e-4aeb-b057-b1535f69649a} TCPHandler: Processed in 0.001397699 sec. 2025.09.17 20:38:33.440563 [ 148 ] {} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:33.440605 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:33.440669 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:33.440748 [ 195 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.09.17 20:38:33.440761 [ 5 ] {4800ec26-8dfd-4fba-9de5-356a64ab2c82} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:38:33.440838 [ 5 ] {4800ec26-8dfd-4fba-9de5-356a64ab2c82} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:38:33.440910 [ 195 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:38:33.440958 [ 195 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 247 rows starting from the beginning of the part 2025.09.17 20:38:33.441129 [ 195 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 122 rows starting from the beginning of the part 2025.09.17 20:38:33.441189 [ 195 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 196 rows starting from the beginning of the part 2025.09.17 20:38:33.441248 [ 195 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 122 rows starting from the beginning of the part 2025.09.17 20:38:33.441298 [ 195 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 72 rows starting from the beginning of the part 2025.09.17 20:38:33.441317 [ 5 ] {4800ec26-8dfd-4fba-9de5-356a64ab2c82} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:33.441348 [ 195 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 125 rows starting from the beginning of the part 2025.09.17 20:38:33.441360 [ 5 ] {4800ec26-8dfd-4fba-9de5-356a64ab2c82} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:33.441702 [ 5 ] {4800ec26-8dfd-4fba-9de5-356a64ab2c82} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.09.17 20:38:33.441931 [ 5 ] {4800ec26-8dfd-4fba-9de5-356a64ab2c82} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:33.442056 [ 147 ] {} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.09.17 20:38:33.442065 [ 5 ] {4800ec26-8dfd-4fba-9de5-356a64ab2c82} executeQuery: Read 39 rows, 2.90 KiB in 0.001272 sec., 30660.37735849057 rows/sec., 2.23 MiB/sec. 2025.09.17 20:38:33.442106 [ 147 ] {} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:33.442122 [ 5 ] {4800ec26-8dfd-4fba-9de5-356a64ab2c82} TCPHandler: Processed in 0.00145629 sec. 2025.09.17 20:38:33.442141 [ 147 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:33.442240 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:33.442243 [ 200 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.09.17 20:38:33.442340 [ 5 ] {2104099e-17b0-4ec3-9555-6b36e719cd64} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:38:33.442383 [ 5 ] {2104099e-17b0-4ec3-9555-6b36e719cd64} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:38:33.442384 [ 200 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:38:33.442429 [ 200 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 56 rows starting from the beginning of the part 2025.09.17 20:38:33.442461 [ 195 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 884 rows, containing 5 columns (5 merged, 0 gathered) in 0.001740719 sec., 507836.12978315284 rows/sec., 46.00 MiB/sec. 2025.09.17 20:38:33.442490 [ 200 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 33 rows starting from the beginning of the part 2025.09.17 20:38:33.442540 [ 200 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 28 rows starting from the beginning of the part 2025.09.17 20:38:33.442582 [ 200 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 33 rows starting from the beginning of the part 2025.09.17 20:38:33.442621 [ 200 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 8 rows starting from the beginning of the part 2025.09.17 20:38:33.442661 [ 200 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 39 rows starting from the beginning of the part 2025.09.17 20:38:33.442679 [ 198 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.09.17 20:38:33.442830 [ 5 ] {2104099e-17b0-4ec3-9555-6b36e719cd64} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:33.442869 [ 5 ] {2104099e-17b0-4ec3-9555-6b36e719cd64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:33.443039 [ 198 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_16_3} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:33.443114 [ 198 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_16_3} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.09.17 20:38:33.443198 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2025.09.17 20:38:33.443270 [ 5 ] {2104099e-17b0-4ec3-9555-6b36e719cd64} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.09.17 20:38:33.443468 [ 202 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 197 rows, containing 5 columns (5 merged, 0 gathered) in 0.001298217 sec., 151746.58782006399 rows/sec., 11.71 MiB/sec. 2025.09.17 20:38:33.443481 [ 5 ] {2104099e-17b0-4ec3-9555-6b36e719cd64} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:33.443583 [ 147 ] {} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.09.17 20:38:33.443592 [ 198 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.09.17 20:38:33.443604 [ 5 ] {2104099e-17b0-4ec3-9555-6b36e719cd64} executeQuery: Read 103 rows, 8.25 KiB in 0.00132 sec., 78030.30303030302 rows/sec., 6.10 MiB/sec. 2025.09.17 20:38:33.443615 [ 147 ] {} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:33.443647 [ 147 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:33.443648 [ 5 ] {2104099e-17b0-4ec3-9555-6b36e719cd64} TCPHandler: Processed in 0.001496382 sec. 2025.09.17 20:38:33.443715 [ 200 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.09.17 20:38:33.443768 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:33.443801 [ 200 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:38:33.443829 [ 200 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 156 rows starting from the beginning of the part 2025.09.17 20:38:33.443847 [ 198 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_11_2} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:33.443859 [ 5 ] {71b1ce73-9123-4eb8-9573-e731baa5e074} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:38:33.443871 [ 200 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 97 rows starting from the beginning of the part 2025.09.17 20:38:33.443905 [ 5 ] {71b1ce73-9123-4eb8-9573-e731baa5e074} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:38:33.443911 [ 200 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 122 rows starting from the beginning of the part 2025.09.17 20:38:33.443932 [ 198 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_11_2} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.09.17 20:38:33.443960 [ 200 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 97 rows starting from the beginning of the part 2025.09.17 20:38:33.444064 [ 200 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 72 rows starting from the beginning of the part 2025.09.17 20:38:33.444069 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.09.17 20:38:33.444103 [ 200 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 103 rows starting from the beginning of the part 2025.09.17 20:38:33.444390 [ 5 ] {71b1ce73-9123-4eb8-9573-e731baa5e074} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:33.444430 [ 5 ] {71b1ce73-9123-4eb8-9573-e731baa5e074} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:33.444785 [ 5 ] {71b1ce73-9123-4eb8-9573-e731baa5e074} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.09.17 20:38:33.444910 [ 195 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 647 rows, containing 5 columns (5 merged, 0 gathered) in 0.001178453 sec., 549024.8656501361 rows/sec., 45.64 MiB/sec. 2025.09.17 20:38:33.444999 [ 5 ] {71b1ce73-9123-4eb8-9573-e731baa5e074} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:33.445044 [ 198 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.09.17 20:38:33.445100 [ 147 ] {} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.09.17 20:38:33.445122 [ 5 ] {71b1ce73-9123-4eb8-9573-e731baa5e074} executeQuery: Read 163 rows, 11.62 KiB in 0.001231 sec., 132412.672623883 rows/sec., 9.22 MiB/sec. 2025.09.17 20:38:33.445156 [ 147 ] {} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:33.445174 [ 5 ] {71b1ce73-9123-4eb8-9573-e731baa5e074} TCPHandler: Processed in 0.00141247 sec. 2025.09.17 20:38:33.445181 [ 147 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:33.445283 [ 200 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.09.17 20:38:33.445301 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:33.445320 [ 198 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_16_3} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:33.445393 [ 200 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:38:33.445400 [ 198 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_16_3} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.09.17 20:38:33.445407 [ 5 ] {cc42dd1c-0b60-4b50-94cd-4bea0646e3bf} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:38:33.445425 [ 200 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1236 rows starting from the beginning of the part 2025.09.17 20:38:33.445473 [ 5 ] {cc42dd1c-0b60-4b50-94cd-4bea0646e3bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:38:33.445479 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.09.17 20:38:33.445481 [ 200 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part 2025.09.17 20:38:33.445534 [ 200 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 200 rows starting from the beginning of the part 2025.09.17 20:38:33.445568 [ 200 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 160 rows starting from the beginning of the part 2025.09.17 20:38:33.445599 [ 200 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 160 rows starting from the beginning of the part 2025.09.17 20:38:33.445631 [ 200 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 163 rows starting from the beginning of the part 2025.09.17 20:38:33.446340 [ 5 ] {cc42dd1c-0b60-4b50-94cd-4bea0646e3bf} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:33.446381 [ 5 ] {cc42dd1c-0b60-4b50-94cd-4bea0646e3bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:33.446747 [ 197 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 2079 rows, containing 5 columns (5 merged, 0 gathered) in 0.001493512 sec., 1392020.9546357847 rows/sec., 99.30 MiB/sec. 2025.09.17 20:38:33.446960 [ 5 ] {cc42dd1c-0b60-4b50-94cd-4bea0646e3bf} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.09.17 20:38:33.447038 [ 200 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.09.17 20:38:33.447230 [ 5 ] {cc42dd1c-0b60-4b50-94cd-4bea0646e3bf} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:33.447319 [ 200 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_16_3} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:33.447372 [ 5 ] {cc42dd1c-0b60-4b50-94cd-4bea0646e3bf} executeQuery: Read 33 rows, 60.55 KiB in 0.001979 sec., 16675.088428499243 rows/sec., 29.88 MiB/sec. 2025.09.17 20:38:33.447393 [ 200 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_16_3} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.09.17 20:38:33.447430 [ 5 ] {cc42dd1c-0b60-4b50-94cd-4bea0646e3bf} TCPHandler: Processed in 0.002201291 sec. 2025.09.17 20:38:33.447461 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. 2025.09.17 20:38:33.447546 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:33.447637 [ 5 ] {a1eebea4-2dd7-482f-bc03-c86f61771d31} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:38:33.447677 [ 5 ] {a1eebea4-2dd7-482f-bc03-c86f61771d31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:38:33.448074 [ 5 ] {a1eebea4-2dd7-482f-bc03-c86f61771d31} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:33.448110 [ 5 ] {a1eebea4-2dd7-482f-bc03-c86f61771d31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:33.448413 [ 5 ] {a1eebea4-2dd7-482f-bc03-c86f61771d31} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.09.17 20:38:33.448625 [ 5 ] {a1eebea4-2dd7-482f-bc03-c86f61771d31} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:33.448722 [ 147 ] {} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.09.17 20:38:33.448748 [ 5 ] {a1eebea4-2dd7-482f-bc03-c86f61771d31} executeQuery: Read 60 rows, 4.14 KiB in 0.001087 sec., 55197.79208831646 rows/sec., 3.72 MiB/sec. 2025.09.17 20:38:33.448754 [ 147 ] {} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:33.448787 [ 147 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:33.448789 [ 5 ] {a1eebea4-2dd7-482f-bc03-c86f61771d31} TCPHandler: Processed in 0.001254885 sec. 2025.09.17 20:38:33.448860 [ 195 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.09.17 20:38:33.448947 [ 195 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:38:33.448972 [ 195 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 408 rows starting from the beginning of the part 2025.09.17 20:38:33.449039 [ 195 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part 2025.09.17 20:38:33.449075 [ 195 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part 2025.09.17 20:38:33.449106 [ 195 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 60 rows starting from the beginning of the part 2025.09.17 20:38:33.449139 [ 195 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part 2025.09.17 20:38:33.449170 [ 195 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part 2025.09.17 20:38:33.449889 [ 197 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 708 rows, containing 4 columns (4 merged, 0 gathered) in 0.001112421 sec., 636449.6894610943 rows/sec., 42.64 MiB/sec. 2025.09.17 20:38:33.450122 [ 186 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.09.17 20:38:33.450380 [ 186 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_16_3} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:33.450443 [ 186 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_16_3} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.09.17 20:38:33.450511 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2025.09.17 20:38:35.145921 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 6246 2025.09.17 20:38:35.146620 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:35.146700 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:35.147391 [ 245 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.09.17 20:38:35.147640 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:35.147786 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6246 2025.09.17 20:38:35.463731 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 2025.09.17 20:38:35.479668 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:35.479727 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:35.486099 [ 244 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.09.17 20:38:35.486750 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:35.489884 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 98 2025.09.17 20:38:37.654871 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 370 2025.09.17 20:38:37.657573 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:37.657628 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:37.658779 [ 243 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.09.17 20:38:37.659091 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:37.659320 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 370 2025.09.17 20:38:38.437559 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:38.437848 [ 5 ] {95af651b-afce-4a6b-bcf4-4fd7a1049ee9} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:38:38.437959 [ 5 ] {95af651b-afce-4a6b-bcf4-4fd7a1049ee9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:38:38.438740 [ 5 ] {95af651b-afce-4a6b-bcf4-4fd7a1049ee9} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:38.438786 [ 5 ] {95af651b-afce-4a6b-bcf4-4fd7a1049ee9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:38.439171 [ 5 ] {95af651b-afce-4a6b-bcf4-4fd7a1049ee9} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.09.17 20:38:38.439397 [ 5 ] {95af651b-afce-4a6b-bcf4-4fd7a1049ee9} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:38.439546 [ 5 ] {95af651b-afce-4a6b-bcf4-4fd7a1049ee9} executeQuery: Read 72 rows, 5.92 KiB in 0.001836 sec., 39215.686274509804 rows/sec., 3.15 MiB/sec. 2025.09.17 20:38:38.439585 [ 5 ] {95af651b-afce-4a6b-bcf4-4fd7a1049ee9} TCPHandler: Processed in 0.002276974 sec. 2025.09.17 20:38:38.439780 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:38.439877 [ 5 ] {87f0d410-f3b8-4419-81b9-f71a436116fe} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:38:38.439919 [ 5 ] {87f0d410-f3b8-4419-81b9-f71a436116fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:38:38.440372 [ 5 ] {87f0d410-f3b8-4419-81b9-f71a436116fe} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:38.440411 [ 5 ] {87f0d410-f3b8-4419-81b9-f71a436116fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:38.440719 [ 5 ] {87f0d410-f3b8-4419-81b9-f71a436116fe} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.09.17 20:38:38.440941 [ 5 ] {87f0d410-f3b8-4419-81b9-f71a436116fe} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:38.441071 [ 5 ] {87f0d410-f3b8-4419-81b9-f71a436116fe} executeQuery: Read 8 rows, 616.00 B in 0.001213 sec., 6595.218466611706 rows/sec., 495.93 KiB/sec. 2025.09.17 20:38:38.441108 [ 5 ] {87f0d410-f3b8-4419-81b9-f71a436116fe} TCPHandler: Processed in 0.001377419 sec. 2025.09.17 20:38:38.441222 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:38.441314 [ 5 ] {19466f3f-f1d0-440f-ad16-64052cc816f2} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:38:38.441357 [ 5 ] {19466f3f-f1d0-440f-ad16-64052cc816f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:38:38.441801 [ 5 ] {19466f3f-f1d0-440f-ad16-64052cc816f2} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:38.441836 [ 5 ] {19466f3f-f1d0-440f-ad16-64052cc816f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:38.442127 [ 5 ] {19466f3f-f1d0-440f-ad16-64052cc816f2} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.09.17 20:38:38.442347 [ 5 ] {19466f3f-f1d0-440f-ad16-64052cc816f2} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:38.442468 [ 5 ] {19466f3f-f1d0-440f-ad16-64052cc816f2} executeQuery: Read 72 rows, 5.76 KiB in 0.001225 sec., 58775.510204081635 rows/sec., 4.59 MiB/sec. 2025.09.17 20:38:38.442506 [ 5 ] {19466f3f-f1d0-440f-ad16-64052cc816f2} TCPHandler: Processed in 0.001391009 sec. 2025.09.17 20:38:38.442680 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:38.442772 [ 5 ] {09c5b46e-0c2f-4a42-b5c7-e898acc2e262} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:38:38.442815 [ 5 ] {09c5b46e-0c2f-4a42-b5c7-e898acc2e262} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:38:38.443226 [ 5 ] {09c5b46e-0c2f-4a42-b5c7-e898acc2e262} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:38.443265 [ 5 ] {09c5b46e-0c2f-4a42-b5c7-e898acc2e262} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:38.443610 [ 5 ] {09c5b46e-0c2f-4a42-b5c7-e898acc2e262} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.09.17 20:38:38.443836 [ 5 ] {09c5b46e-0c2f-4a42-b5c7-e898acc2e262} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:38.443966 [ 5 ] {09c5b46e-0c2f-4a42-b5c7-e898acc2e262} executeQuery: Read 160 rows, 11.41 KiB in 0.001211 sec., 132122.21304706854 rows/sec., 9.20 MiB/sec. 2025.09.17 20:38:38.444008 [ 5 ] {09c5b46e-0c2f-4a42-b5c7-e898acc2e262} TCPHandler: Processed in 0.001377749 sec. 2025.09.17 20:38:38.444118 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:38.444212 [ 5 ] {10783c76-8c6d-41a7-8ef1-c12ee10c0d22} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:38:38.444268 [ 5 ] {10783c76-8c6d-41a7-8ef1-c12ee10c0d22} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:38:38.445013 [ 5 ] {10783c76-8c6d-41a7-8ef1-c12ee10c0d22} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:38.445050 [ 5 ] {10783c76-8c6d-41a7-8ef1-c12ee10c0d22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:38.445572 [ 5 ] {10783c76-8c6d-41a7-8ef1-c12ee10c0d22} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.09.17 20:38:38.445802 [ 5 ] {10783c76-8c6d-41a7-8ef1-c12ee10c0d22} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:38.445931 [ 5 ] {10783c76-8c6d-41a7-8ef1-c12ee10c0d22} executeQuery: Read 8 rows, 14.68 KiB in 0.001754 sec., 4561.003420752566 rows/sec., 8.17 MiB/sec. 2025.09.17 20:38:38.445981 [ 5 ] {10783c76-8c6d-41a7-8ef1-c12ee10c0d22} TCPHandler: Processed in 0.001933995 sec. 2025.09.17 20:38:38.446088 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:38.446177 [ 5 ] {0c6cd694-1fa3-47c2-a46e-9bc8c3c69bcd} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:38:38.446217 [ 5 ] {0c6cd694-1fa3-47c2-a46e-9bc8c3c69bcd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:38:38.446543 [ 5 ] {0c6cd694-1fa3-47c2-a46e-9bc8c3c69bcd} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:38.446580 [ 5 ] {0c6cd694-1fa3-47c2-a46e-9bc8c3c69bcd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:38.446956 [ 5 ] {0c6cd694-1fa3-47c2-a46e-9bc8c3c69bcd} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.09.17 20:38:38.447174 [ 5 ] {0c6cd694-1fa3-47c2-a46e-9bc8c3c69bcd} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:38.447302 [ 5 ] {0c6cd694-1fa3-47c2-a46e-9bc8c3c69bcd} executeQuery: Read 60 rows, 4.14 KiB in 0.001109 sec., 54102.795311091075 rows/sec., 3.65 MiB/sec. 2025.09.17 20:38:38.447342 [ 5 ] {0c6cd694-1fa3-47c2-a46e-9bc8c3c69bcd} TCPHandler: Processed in 0.001274416 sec. 2025.09.17 20:38:42.563207 [ 139 ] {} DNSResolver: Updating DNS cache 2025.09.17 20:38:42.563304 [ 139 ] {} DNSResolver: Updated DNS cache 2025.09.17 20:38:42.649147 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 6694 2025.09.17 20:38:42.649634 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:42.649676 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:42.650177 [ 245 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.09.17 20:38:42.650403 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:42.650523 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6694 2025.09.17 20:38:42.991177 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 2025.09.17 20:38:43.008940 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:43.009004 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:43.015260 [ 244 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.09.17 20:38:43.015970 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:43.019223 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 106 2025.09.17 20:38:43.438555 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:43.438776 [ 5 ] {5372ddc6-c7cf-43fe-aeae-6aa871b9d773} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:38:43.438849 [ 5 ] {5372ddc6-c7cf-43fe-aeae-6aa871b9d773} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:38:43.439614 [ 5 ] {5372ddc6-c7cf-43fe-aeae-6aa871b9d773} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:43.439668 [ 5 ] {5372ddc6-c7cf-43fe-aeae-6aa871b9d773} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:43.440107 [ 5 ] {5372ddc6-c7cf-43fe-aeae-6aa871b9d773} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.09.17 20:38:43.440341 [ 5 ] {5372ddc6-c7cf-43fe-aeae-6aa871b9d773} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:43.440495 [ 5 ] {5372ddc6-c7cf-43fe-aeae-6aa871b9d773} executeQuery: Read 122 rows, 10.73 KiB in 0.001786 sec., 68309.0705487122 rows/sec., 5.87 MiB/sec. 2025.09.17 20:38:43.440535 [ 5 ] {5372ddc6-c7cf-43fe-aeae-6aa871b9d773} TCPHandler: Processed in 0.00212379 sec. 2025.09.17 20:38:43.440656 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:43.440751 [ 5 ] {78216c26-6886-4463-8510-423b58ac85b4} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:38:43.440792 [ 5 ] {78216c26-6886-4463-8510-423b58ac85b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:38:43.441191 [ 5 ] {78216c26-6886-4463-8510-423b58ac85b4} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:43.441226 [ 5 ] {78216c26-6886-4463-8510-423b58ac85b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:43.441532 [ 5 ] {78216c26-6886-4463-8510-423b58ac85b4} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.09.17 20:38:43.441751 [ 5 ] {78216c26-6886-4463-8510-423b58ac85b4} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:43.441876 [ 5 ] {78216c26-6886-4463-8510-423b58ac85b4} executeQuery: Read 33 rows, 2.48 KiB in 0.001145 sec., 28820.960698689956 rows/sec., 2.12 MiB/sec. 2025.09.17 20:38:43.441910 [ 5 ] {78216c26-6886-4463-8510-423b58ac85b4} TCPHandler: Processed in 0.001306277 sec. 2025.09.17 20:38:43.442016 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:43.442110 [ 5 ] {37344e13-580a-4b9e-b74d-be3623926663} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:38:43.442150 [ 5 ] {37344e13-580a-4b9e-b74d-be3623926663} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:38:43.442562 [ 5 ] {37344e13-580a-4b9e-b74d-be3623926663} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:43.442597 [ 5 ] {37344e13-580a-4b9e-b74d-be3623926663} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:43.442896 [ 5 ] {37344e13-580a-4b9e-b74d-be3623926663} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.09.17 20:38:43.443108 [ 5 ] {37344e13-580a-4b9e-b74d-be3623926663} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:43.443234 [ 5 ] {37344e13-580a-4b9e-b74d-be3623926663} executeQuery: Read 97 rows, 7.76 KiB in 0.001145 sec., 84716.15720524018 rows/sec., 6.62 MiB/sec. 2025.09.17 20:38:43.443269 [ 5 ] {37344e13-580a-4b9e-b74d-be3623926663} TCPHandler: Processed in 0.001306007 sec. 2025.09.17 20:38:43.443383 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:43.443476 [ 5 ] {50d1925b-fecd-4359-a974-be6f43151973} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:38:43.443519 [ 5 ] {50d1925b-fecd-4359-a974-be6f43151973} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:38:43.443909 [ 5 ] {50d1925b-fecd-4359-a974-be6f43151973} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:43.443942 [ 5 ] {50d1925b-fecd-4359-a974-be6f43151973} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:43.444288 [ 5 ] {50d1925b-fecd-4359-a974-be6f43151973} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.09.17 20:38:43.444505 [ 5 ] {50d1925b-fecd-4359-a974-be6f43151973} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:43.444634 [ 5 ] {50d1925b-fecd-4359-a974-be6f43151973} executeQuery: Read 160 rows, 11.41 KiB in 0.001178 sec., 135823.42954159592 rows/sec., 9.46 MiB/sec. 2025.09.17 20:38:43.444670 [ 5 ] {50d1925b-fecd-4359-a974-be6f43151973} TCPHandler: Processed in 0.001338817 sec. 2025.09.17 20:38:43.444771 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:43.444864 [ 5 ] {a3b0435d-a71a-437a-b2bc-498039faeca3} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:38:43.444919 [ 5 ] {a3b0435d-a71a-437a-b2bc-498039faeca3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:38:43.445688 [ 5 ] {a3b0435d-a71a-437a-b2bc-498039faeca3} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:43.445723 [ 5 ] {a3b0435d-a71a-437a-b2bc-498039faeca3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:43.446274 [ 5 ] {a3b0435d-a71a-437a-b2bc-498039faeca3} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.09.17 20:38:43.446502 [ 5 ] {a3b0435d-a71a-437a-b2bc-498039faeca3} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:43.446595 [ 138 ] {} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.09.17 20:38:43.446634 [ 5 ] {a3b0435d-a71a-437a-b2bc-498039faeca3} executeQuery: Read 33 rows, 60.55 KiB in 0.001793 sec., 18404.907975460123 rows/sec., 32.98 MiB/sec. 2025.09.17 20:38:43.446637 [ 138 ] {} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:43.446669 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:43.446684 [ 5 ] {a3b0435d-a71a-437a-b2bc-498039faeca3} TCPHandler: Processed in 0.001967805 sec. 2025.09.17 20:38:43.446791 [ 200 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.09.17 20:38:43.446799 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:43.446918 [ 5 ] {f8de7b00-70a8-4a44-973b-e3a35a8b581a} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:38:43.446959 [ 5 ] {f8de7b00-70a8-4a44-973b-e3a35a8b581a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:38:43.447039 [ 200 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:38:43.447118 [ 200 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 151 rows starting from the beginning of the part 2025.09.17 20:38:43.447262 [ 200 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 33 rows starting from the beginning of the part 2025.09.17 20:38:43.447292 [ 5 ] {f8de7b00-70a8-4a44-973b-e3a35a8b581a} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:43.447332 [ 5 ] {f8de7b00-70a8-4a44-973b-e3a35a8b581a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:43.447374 [ 200 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 8 rows starting from the beginning of the part 2025.09.17 20:38:43.447478 [ 200 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 33 rows starting from the beginning of the part 2025.09.17 20:38:43.447575 [ 200 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 8 rows starting from the beginning of the part 2025.09.17 20:38:43.447654 [ 5 ] {f8de7b00-70a8-4a44-973b-e3a35a8b581a} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.09.17 20:38:43.447663 [ 200 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 33 rows starting from the beginning of the part 2025.09.17 20:38:43.447887 [ 5 ] {f8de7b00-70a8-4a44-973b-e3a35a8b581a} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:43.448032 [ 5 ] {f8de7b00-70a8-4a44-973b-e3a35a8b581a} executeQuery: Read 60 rows, 4.14 KiB in 0.001136 sec., 52816.9014084507 rows/sec., 3.56 MiB/sec. 2025.09.17 20:38:43.448069 [ 5 ] {f8de7b00-70a8-4a44-973b-e3a35a8b581a} TCPHandler: Processed in 0.001325267 sec. 2025.09.17 20:38:43.450426 [ 186 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 266 rows, containing 19 columns (19 merged, 0 gathered) in 0.003697994 sec., 71930.8900987941 rows/sec., 128.90 MiB/sec. 2025.09.17 20:38:43.451234 [ 197 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.09.17 20:38:43.451822 [ 197 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_11_2} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:43.451910 [ 197 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_11_2} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.09.17 20:38:43.452047 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.53 MiB. 2025.09.17 20:38:44.000242 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 220.28 MiB, peak 224.76 MiB, free memory in arenas 0.00 B, will set to 221.67 MiB (RSS), difference: 1.39 MiB 2025.09.17 20:38:45.365081 [ 136 ] {} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.09.17 20:38:45.365152 [ 136 ] {} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:45.365178 [ 136 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:45.365296 [ 200 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2025.09.17 20:38:45.365427 [ 200 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:38:45.365461 [ 200 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part 2025.09.17 20:38:45.365528 [ 200 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::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.09.17 20:38:45.365572 [ 200 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part 2025.09.17 20:38:45.365614 [ 200 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part 2025.09.17 20:38:45.365655 [ 200 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::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.09.17 20:38:45.366410 [ 197 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 26 rows, containing 5 columns (5 merged, 0 gathered) in 0.001155072 sec., 22509.419326241135 rows/sec., 1.88 MiB/sec. 2025.09.17 20:38:45.366608 [ 201 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.09.17 20:38:45.366959 [ 201 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_5_1} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:45.367054 [ 201 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_5_1} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.09.17 20:38:45.367173 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.09.17 20:38:47.659475 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 394 2025.09.17 20:38:47.661554 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:47.661592 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:47.662759 [ 243 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.09.17 20:38:47.663031 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:47.663274 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 394 2025.09.17 20:38:48.435275 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:48.435468 [ 5 ] {28d7cf92-27cf-47ee-8fbf-73f4b8bdd6c1} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.17 20:38:48.435538 [ 5 ] {28d7cf92-27cf-47ee-8fbf-73f4b8bdd6c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.17 20:38:48.436179 [ 5 ] {28d7cf92-27cf-47ee-8fbf-73f4b8bdd6c1} oximeter.fields_i16 (ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:48.436224 [ 5 ] {28d7cf92-27cf-47ee-8fbf-73f4b8bdd6c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:48.436675 [ 5 ] {28d7cf92-27cf-47ee-8fbf-73f4b8bdd6c1} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.09.17 20:38:48.436937 [ 5 ] {28d7cf92-27cf-47ee-8fbf-73f4b8bdd6c1} oximeter.fields_i16 (ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:48.437086 [ 5 ] {28d7cf92-27cf-47ee-8fbf-73f4b8bdd6c1} executeQuery: Read 24 rows, 2.04 KiB in 0.001662 sec., 14440.43321299639 rows/sec., 1.20 MiB/sec. 2025.09.17 20:38:48.437128 [ 5 ] {28d7cf92-27cf-47ee-8fbf-73f4b8bdd6c1} TCPHandler: Processed in 0.001989586 sec. 2025.09.17 20:38:48.437253 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:48.437348 [ 5 ] {1fd57902-590b-47d5-a7f9-f0f3dbd62339} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.17 20:38:48.437388 [ 5 ] {1fd57902-590b-47d5-a7f9-f0f3dbd62339} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.17 20:38:48.437747 [ 5 ] {1fd57902-590b-47d5-a7f9-f0f3dbd62339} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:48.437781 [ 5 ] {1fd57902-590b-47d5-a7f9-f0f3dbd62339} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:48.438054 [ 5 ] {1fd57902-590b-47d5-a7f9-f0f3dbd62339} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.09.17 20:38:48.438257 [ 5 ] {1fd57902-590b-47d5-a7f9-f0f3dbd62339} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:48.438444 [ 5 ] {1fd57902-590b-47d5-a7f9-f0f3dbd62339} executeQuery: Read 2 rows, 167.00 B in 0.001113 sec., 1796.9451931716083 rows/sec., 146.53 KiB/sec. 2025.09.17 20:38:48.438480 [ 5 ] {1fd57902-590b-47d5-a7f9-f0f3dbd62339} TCPHandler: Processed in 0.001275376 sec. 2025.09.17 20:38:48.438590 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:48.438686 [ 5 ] {de370ad7-4292-4e3f-afd8-63cdf1b44366} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:38:48.438728 [ 5 ] {de370ad7-4292-4e3f-afd8-63cdf1b44366} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:38:48.439205 [ 5 ] {de370ad7-4292-4e3f-afd8-63cdf1b44366} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:48.439241 [ 5 ] {de370ad7-4292-4e3f-afd8-63cdf1b44366} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:48.439574 [ 5 ] {de370ad7-4292-4e3f-afd8-63cdf1b44366} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.09.17 20:38:48.439795 [ 5 ] {de370ad7-4292-4e3f-afd8-63cdf1b44366} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:48.439920 [ 5 ] {de370ad7-4292-4e3f-afd8-63cdf1b44366} executeQuery: Read 193 rows, 17.46 KiB in 0.001253 sec., 154030.32721468474 rows/sec., 13.61 MiB/sec. 2025.09.17 20:38:48.439956 [ 5 ] {de370ad7-4292-4e3f-afd8-63cdf1b44366} TCPHandler: Processed in 0.0014155 sec. 2025.09.17 20:38:48.440065 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:48.440158 [ 5 ] {a3f56372-abad-49a7-92c0-5257270c5e50} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:38:48.440198 [ 5 ] {a3f56372-abad-49a7-92c0-5257270c5e50} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:38:48.440571 [ 5 ] {a3f56372-abad-49a7-92c0-5257270c5e50} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:48.440606 [ 5 ] {a3f56372-abad-49a7-92c0-5257270c5e50} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:48.440882 [ 5 ] {a3f56372-abad-49a7-92c0-5257270c5e50} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.09.17 20:38:48.441103 [ 5 ] {a3f56372-abad-49a7-92c0-5257270c5e50} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:48.441221 [ 5 ] {a3f56372-abad-49a7-92c0-5257270c5e50} executeQuery: Read 22 rows, 1.70 KiB in 0.001137 sec., 19349.164467897976 rows/sec., 1.46 MiB/sec. 2025.09.17 20:38:48.441254 [ 5 ] {a3f56372-abad-49a7-92c0-5257270c5e50} TCPHandler: Processed in 0.001297646 sec. 2025.09.17 20:38:48.441422 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:48.441514 [ 5 ] {3e792e22-fa3d-4aca-9b01-976cedd481cb} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.17 20:38:48.441555 [ 5 ] {3e792e22-fa3d-4aca-9b01-976cedd481cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.17 20:38:48.441939 [ 5 ] {3e792e22-fa3d-4aca-9b01-976cedd481cb} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:48.441975 [ 5 ] {3e792e22-fa3d-4aca-9b01-976cedd481cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:48.442273 [ 5 ] {3e792e22-fa3d-4aca-9b01-976cedd481cb} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.09.17 20:38:48.442498 [ 5 ] {3e792e22-fa3d-4aca-9b01-976cedd481cb} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:48.442618 [ 5 ] {3e792e22-fa3d-4aca-9b01-976cedd481cb} executeQuery: Read 24 rows, 2.04 KiB in 0.001138 sec., 21089.6309314587 rows/sec., 1.75 MiB/sec. 2025.09.17 20:38:48.442654 [ 5 ] {3e792e22-fa3d-4aca-9b01-976cedd481cb} TCPHandler: Processed in 0.001299916 sec. 2025.09.17 20:38:48.442753 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:48.442840 [ 5 ] {b9153e7a-652f-4d70-8c59-67e983b0e5bd} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.17 20:38:48.442877 [ 5 ] {b9153e7a-652f-4d70-8c59-67e983b0e5bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.17 20:38:48.443238 [ 5 ] {b9153e7a-652f-4d70-8c59-67e983b0e5bd} oximeter.fields_u8 (20447e1c-98e2-48f4-ad1a-5155a635de4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:48.443272 [ 5 ] {b9153e7a-652f-4d70-8c59-67e983b0e5bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:48.443748 [ 5 ] {b9153e7a-652f-4d70-8c59-67e983b0e5bd} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.09.17 20:38:48.444053 [ 5 ] {b9153e7a-652f-4d70-8c59-67e983b0e5bd} oximeter.fields_u8 (20447e1c-98e2-48f4-ad1a-5155a635de4d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:48.444211 [ 5 ] {b9153e7a-652f-4d70-8c59-67e983b0e5bd} executeQuery: Read 12 rows, 960.00 B in 0.001354 sec., 8862.629246676514 rows/sec., 692.39 KiB/sec. 2025.09.17 20:38:48.444261 [ 5 ] {b9153e7a-652f-4d70-8c59-67e983b0e5bd} TCPHandler: Processed in 0.001529093 sec. 2025.09.17 20:38:48.444377 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:48.444471 [ 5 ] {3303c9c2-03f1-4b2f-981c-f45091a363ea} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:38:48.444510 [ 5 ] {3303c9c2-03f1-4b2f-981c-f45091a363ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:38:48.444916 [ 5 ] {3303c9c2-03f1-4b2f-981c-f45091a363ea} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:48.444952 [ 5 ] {3303c9c2-03f1-4b2f-981c-f45091a363ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:48.445258 [ 5 ] {3303c9c2-03f1-4b2f-981c-f45091a363ea} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.09.17 20:38:48.445531 [ 5 ] {3303c9c2-03f1-4b2f-981c-f45091a363ea} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:48.445662 [ 5 ] {3303c9c2-03f1-4b2f-981c-f45091a363ea} executeQuery: Read 110 rows, 9.18 KiB in 0.001203 sec., 91438.0714879468 rows/sec., 7.45 MiB/sec. 2025.09.17 20:38:48.445702 [ 5 ] {3303c9c2-03f1-4b2f-981c-f45091a363ea} TCPHandler: Processed in 0.001373148 sec. 2025.09.17 20:38:48.445825 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:48.445920 [ 5 ] {802a572d-b2f3-403d-959d-49a4c6050139} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:38:48.445963 [ 5 ] {802a572d-b2f3-403d-959d-49a4c6050139} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:38:48.446374 [ 5 ] {802a572d-b2f3-403d-959d-49a4c6050139} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:48.446409 [ 5 ] {802a572d-b2f3-403d-959d-49a4c6050139} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:48.446732 [ 5 ] {802a572d-b2f3-403d-959d-49a4c6050139} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.09.17 20:38:48.446933 [ 5 ] {802a572d-b2f3-403d-959d-49a4c6050139} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:48.447054 [ 5 ] {802a572d-b2f3-403d-959d-49a4c6050139} executeQuery: Read 197 rows, 14.47 KiB in 0.001199 sec., 164303.58632193494 rows/sec., 11.79 MiB/sec. 2025.09.17 20:38:48.447090 [ 5 ] {802a572d-b2f3-403d-959d-49a4c6050139} TCPHandler: Processed in 0.001362489 sec. 2025.09.17 20:38:48.447194 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:48.447282 [ 5 ] {02a8c725-b1fe-4c90-b24a-a30f9ae9c373} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:38:48.447400 [ 5 ] {02a8c725-b1fe-4c90-b24a-a30f9ae9c373} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:38:48.448152 [ 5 ] {02a8c725-b1fe-4c90-b24a-a30f9ae9c373} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:48.448190 [ 5 ] {02a8c725-b1fe-4c90-b24a-a30f9ae9c373} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:48.448710 [ 5 ] {02a8c725-b1fe-4c90-b24a-a30f9ae9c373} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.09.17 20:38:48.448946 [ 5 ] {02a8c725-b1fe-4c90-b24a-a30f9ae9c373} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:48.449082 [ 5 ] {02a8c725-b1fe-4c90-b24a-a30f9ae9c373} executeQuery: Read 8 rows, 14.68 KiB in 0.001756 sec., 4555.808656036446 rows/sec., 8.16 MiB/sec. 2025.09.17 20:38:48.449146 [ 5 ] {02a8c725-b1fe-4c90-b24a-a30f9ae9c373} TCPHandler: Processed in 0.001944734 sec. 2025.09.17 20:38:48.449269 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:48.449363 [ 5 ] {c4c5a93a-f3e2-4854-97e7-80487b67f75b} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:38:48.449404 [ 5 ] {c4c5a93a-f3e2-4854-97e7-80487b67f75b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:38:48.449732 [ 5 ] {c4c5a93a-f3e2-4854-97e7-80487b67f75b} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:48.449766 [ 5 ] {c4c5a93a-f3e2-4854-97e7-80487b67f75b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:48.450067 [ 5 ] {c4c5a93a-f3e2-4854-97e7-80487b67f75b} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.09.17 20:38:48.450265 [ 5 ] {c4c5a93a-f3e2-4854-97e7-80487b67f75b} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:48.450461 [ 5 ] {c4c5a93a-f3e2-4854-97e7-80487b67f75b} executeQuery: Read 60 rows, 4.14 KiB in 0.001115 sec., 53811.65919282511 rows/sec., 3.63 MiB/sec. 2025.09.17 20:38:48.450498 [ 5 ] {c4c5a93a-f3e2-4854-97e7-80487b67f75b} TCPHandler: Processed in 0.001278506 sec. 2025.09.17 20:38:50.150583 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 7206 2025.09.17 20:38:50.151100 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:50.151149 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:50.151714 [ 245 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.09.17 20:38:50.152005 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:50.152157 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7206 2025.09.17 20:38:50.519281 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 2025.09.17 20:38:50.535896 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:50.535944 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.09.17 20:38:50.541447 [ 244 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.09.17 20:38:50.542133 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:50.544887 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 113 2025.09.17 20:38:53.434974 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:53.435190 [ 5 ] {be1a510e-69d5-4af4-af63-28ec6a01928c} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:38:53.435261 [ 5 ] {be1a510e-69d5-4af4-af63-28ec6a01928c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:38:53.435972 [ 5 ] {be1a510e-69d5-4af4-af63-28ec6a01928c} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:53.436013 [ 5 ] {be1a510e-69d5-4af4-af63-28ec6a01928c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.09.17 20:38:53.436403 [ 5 ] {be1a510e-69d5-4af4-af63-28ec6a01928c} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.09.17 20:38:53.436625 [ 5 ] {be1a510e-69d5-4af4-af63-28ec6a01928c} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:53.436773 [ 5 ] {be1a510e-69d5-4af4-af63-28ec6a01928c} executeQuery: Read 122 rows, 10.73 KiB in 0.001638 sec., 74481.07448107448 rows/sec., 6.40 MiB/sec. 2025.09.17 20:38:53.436816 [ 5 ] {be1a510e-69d5-4af4-af63-28ec6a01928c} TCPHandler: Processed in 0.001984536 sec. 2025.09.17 20:38:53.436944 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:53.437037 [ 5 ] {3ccdd853-7512-43eb-9fd4-32845fcfc255} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:38:53.437076 [ 5 ] {3ccdd853-7512-43eb-9fd4-32845fcfc255} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:38:53.437477 [ 5 ] {3ccdd853-7512-43eb-9fd4-32845fcfc255} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:53.437511 [ 5 ] {3ccdd853-7512-43eb-9fd4-32845fcfc255} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.09.17 20:38:53.437805 [ 5 ] {3ccdd853-7512-43eb-9fd4-32845fcfc255} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.09.17 20:38:53.438015 [ 5 ] {3ccdd853-7512-43eb-9fd4-32845fcfc255} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:53.438136 [ 5 ] {3ccdd853-7512-43eb-9fd4-32845fcfc255} executeQuery: Read 33 rows, 2.48 KiB in 0.001117 sec., 29543.41987466428 rows/sec., 2.17 MiB/sec. 2025.09.17 20:38:53.438174 [ 5 ] {3ccdd853-7512-43eb-9fd4-32845fcfc255} TCPHandler: Processed in 0.001277996 sec. 2025.09.17 20:38:53.438282 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:53.438373 [ 5 ] {980fc2d8-b133-4f8c-a829-efb2e2ae03c3} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:38:53.438412 [ 5 ] {980fc2d8-b133-4f8c-a829-efb2e2ae03c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:38:53.438823 [ 5 ] {980fc2d8-b133-4f8c-a829-efb2e2ae03c3} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:53.438857 [ 5 ] {980fc2d8-b133-4f8c-a829-efb2e2ae03c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.09.17 20:38:53.439144 [ 5 ] {980fc2d8-b133-4f8c-a829-efb2e2ae03c3} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.09.17 20:38:53.439345 [ 5 ] {980fc2d8-b133-4f8c-a829-efb2e2ae03c3} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:53.439463 [ 5 ] {980fc2d8-b133-4f8c-a829-efb2e2ae03c3} executeQuery: Read 97 rows, 7.76 KiB in 0.001108 sec., 87545.1263537906 rows/sec., 6.84 MiB/sec. 2025.09.17 20:38:53.439498 [ 5 ] {980fc2d8-b133-4f8c-a829-efb2e2ae03c3} TCPHandler: Processed in 0.001262545 sec. 2025.09.17 20:38:53.439609 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:53.439701 [ 5 ] {33b37d18-96b2-4f90-b808-e37b3726fbb4} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:38:53.439747 [ 5 ] {33b37d18-96b2-4f90-b808-e37b3726fbb4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:38:53.440142 [ 5 ] {33b37d18-96b2-4f90-b808-e37b3726fbb4} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:53.440176 [ 5 ] {33b37d18-96b2-4f90-b808-e37b3726fbb4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.09.17 20:38:53.440485 [ 5 ] {33b37d18-96b2-4f90-b808-e37b3726fbb4} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.09.17 20:38:53.440686 [ 5 ] {33b37d18-96b2-4f90-b808-e37b3726fbb4} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:53.440808 [ 5 ] {33b37d18-96b2-4f90-b808-e37b3726fbb4} executeQuery: Read 160 rows, 11.41 KiB in 0.001124 sec., 142348.75444839857 rows/sec., 9.91 MiB/sec. 2025.09.17 20:38:53.440846 [ 5 ] {33b37d18-96b2-4f90-b808-e37b3726fbb4} TCPHandler: Processed in 0.001283636 sec. 2025.09.17 20:38:53.440953 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:53.441044 [ 5 ] {120d544b-0be8-4c5c-bce6-85d7e76490f2} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:38:53.441097 [ 5 ] {120d544b-0be8-4c5c-bce6-85d7e76490f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:38:53.441871 [ 5 ] {120d544b-0be8-4c5c-bce6-85d7e76490f2} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:53.441905 [ 5 ] {120d544b-0be8-4c5c-bce6-85d7e76490f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.09.17 20:38:53.442422 [ 5 ] {120d544b-0be8-4c5c-bce6-85d7e76490f2} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.09.17 20:38:53.442632 [ 5 ] {120d544b-0be8-4c5c-bce6-85d7e76490f2} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:53.442760 [ 5 ] {120d544b-0be8-4c5c-bce6-85d7e76490f2} executeQuery: Read 33 rows, 60.55 KiB in 0.001733 sec., 19042.123485285632 rows/sec., 34.12 MiB/sec. 2025.09.17 20:38:53.442812 [ 5 ] {120d544b-0be8-4c5c-bce6-85d7e76490f2} TCPHandler: Processed in 0.001905594 sec. 2025.09.17 20:38:53.442927 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:53.443019 [ 5 ] {f41ad6dc-885d-4a15-b2e1-d5714e90620b} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:38:53.443060 [ 5 ] {f41ad6dc-885d-4a15-b2e1-d5714e90620b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:38:53.443386 [ 5 ] {f41ad6dc-885d-4a15-b2e1-d5714e90620b} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:53.443421 [ 5 ] {f41ad6dc-885d-4a15-b2e1-d5714e90620b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.09.17 20:38:53.443713 [ 5 ] {f41ad6dc-885d-4a15-b2e1-d5714e90620b} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.09.17 20:38:53.443913 [ 5 ] {f41ad6dc-885d-4a15-b2e1-d5714e90620b} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:53.444030 [ 5 ] {f41ad6dc-885d-4a15-b2e1-d5714e90620b} executeQuery: Read 60 rows, 4.14 KiB in 0.001029 sec., 58309.03790087464 rows/sec., 3.93 MiB/sec. 2025.09.17 20:38:53.444071 [ 5 ] {f41ad6dc-885d-4a15-b2e1-d5714e90620b} TCPHandler: Processed in 0.001191003 sec. 2025.09.17 20:38:57.563381 [ 29 ] {} DNSResolver: Updating DNS cache 2025.09.17 20:38:57.563454 [ 29 ] {} DNSResolver: Updated DNS cache 2025.09.17 20:38:57.652383 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 7654 2025.09.17 20:38:57.652911 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:57.652953 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.09.17 20:38:57.653446 [ 245 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.09.17 20:38:57.653684 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:57.653806 [ 29 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.09.17 20:38:57.653816 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7654 2025.09.17 20:38:57.653872 [ 29 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:57.653894 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.09.17 20:38:57.653979 [ 201 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.09.17 20:38:57.654072 [ 201 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:38:57.654105 [ 201 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5286 rows starting from the beginning of the part 2025.09.17 20:38:57.654167 [ 201 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 448 rows starting from the beginning of the part 2025.09.17 20:38:57.654217 [ 201 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 512 rows starting from the beginning of the part 2025.09.17 20:38:57.654264 [ 201 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 448 rows starting from the beginning of the part 2025.09.17 20:38:57.654311 [ 201 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 512 rows starting from the beginning of the part 2025.09.17 20:38:57.654355 [ 201 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 448 rows starting from the beginning of the part 2025.09.17 20:38:57.655764 [ 197 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 7654 rows, containing 4 columns (4 merged, 0 gathered) in 0.001821582 sec., 4201842.135023293 rows/sec., 60.11 MiB/sec. 2025.09.17 20:38:57.656408 [ 201 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.09.17 20:38:57.656656 [ 201 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_16_3} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:57.656717 [ 201 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_16_3} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.09.17 20:38:57.656784 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.43 MiB. 2025.09.17 20:38:57.663946 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 426 2025.09.17 20:38:57.666256 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:57.666303 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.09.17 20:38:57.667468 [ 243 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.09.17 20:38:57.667722 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:57.667861 [ 29 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.09.17 20:38:57.667902 [ 29 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:57.667924 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.09.17 20:38:57.667970 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 426 2025.09.17 20:38:57.668039 [ 194 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.09.17 20:38:57.668671 [ 194 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:38:57.668848 [ 194 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 290 rows starting from the beginning of the part 2025.09.17 20:38:57.669280 [ 194 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 20 rows starting from the beginning of the part 2025.09.17 20:38:57.669653 [ 194 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 34 rows starting from the beginning of the part 2025.09.17 20:38:57.670006 [ 194 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 26 rows starting from the beginning of the part 2025.09.17 20:38:57.670360 [ 194 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 24 rows starting from the beginning of the part 2025.09.17 20:38:57.670707 [ 194 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 32 rows starting from the beginning of the part 2025.09.17 20:38:57.676389 [ 197 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 426 rows, containing 72 columns (72 merged, 0 gathered) in 0.008409197 sec., 50658.82033682883 rows/sec., 45.44 MiB/sec. 2025.09.17 20:38:57.677049 [ 194 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.09.17 20:38:57.677576 [ 194 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_11_2} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:57.677653 [ 194 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_11_2} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.09.17 20:38:57.677824 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.77 MiB. 2025.09.17 20:38:58.001595 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00103903 sec. 2025.09.17 20:38:58.045125 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 2025.09.17 20:38:58.061539 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:58.061613 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.09.17 20:38:58.067249 [ 244 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.09.17 20:38:58.067926 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:58.068275 [ 29 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.09.17 20:38:58.068371 [ 29 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:58.068413 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.09.17 20:38:58.068565 [ 197 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.09.17 20:38:58.070944 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 121 2025.09.17 20:38:58.072943 [ 197 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:38:58.074479 [ 197 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 83 rows starting from the beginning of the part 2025.09.17 20:38:58.079151 [ 197 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 8 rows starting from the beginning of the part 2025.09.17 20:38:58.083424 [ 197 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 7 rows starting from the beginning of the part 2025.09.17 20:38:58.087588 [ 197 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 8 rows starting from the beginning of the part 2025.09.17 20:38:58.092009 [ 197 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 7 rows starting from the beginning of the part 2025.09.17 20:38:58.096203 [ 197 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part 2025.09.17 20:38:58.150259 [ 197 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.08176002 sec., 1479.9409295643518 rows/sec., 7.65 MiB/sec. 2025.09.17 20:38:58.153100 [ 187 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.09.17 20:38:58.155320 [ 187 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_16_3} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:58.155431 [ 187 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_16_3} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.09.17 20:38:58.157567 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. 2025.09.17 20:38:58.434096 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:58.434294 [ 5 ] {40bc88f6-07ee-468e-9521-1ac93aeb3948} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:38:58.434369 [ 5 ] {40bc88f6-07ee-468e-9521-1ac93aeb3948} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:38:58.435094 [ 5 ] {40bc88f6-07ee-468e-9521-1ac93aeb3948} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:58.435144 [ 5 ] {40bc88f6-07ee-468e-9521-1ac93aeb3948} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.09.17 20:38:58.435531 [ 5 ] {40bc88f6-07ee-468e-9521-1ac93aeb3948} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.09.17 20:38:58.435762 [ 5 ] {40bc88f6-07ee-468e-9521-1ac93aeb3948} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:58.435901 [ 29 ] {} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.09.17 20:38:58.435918 [ 5 ] {40bc88f6-07ee-468e-9521-1ac93aeb3948} executeQuery: Read 74 rows, 6.12 KiB in 0.001679 sec., 44073.853484216794 rows/sec., 3.56 MiB/sec. 2025.09.17 20:38:58.435970 [ 29 ] {} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:58.435988 [ 5 ] {40bc88f6-07ee-468e-9521-1ac93aeb3948} TCPHandler: Processed in 0.002041558 sec. 2025.09.17 20:38:58.436001 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.09.17 20:38:58.436108 [ 190 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.09.17 20:38:58.436139 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:58.436222 [ 190 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:38:58.436241 [ 5 ] {30e7706c-679e-4682-88cb-a527ec78a32b} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:38:58.436254 [ 190 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 267 rows starting from the beginning of the part 2025.09.17 20:38:58.436285 [ 5 ] {30e7706c-679e-4682-88cb-a527ec78a32b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:38:58.436316 [ 190 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 72 rows starting from the beginning of the part 2025.09.17 20:38:58.436365 [ 190 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 122 rows starting from the beginning of the part 2025.09.17 20:38:58.436411 [ 190 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 193 rows starting from the beginning of the part 2025.09.17 20:38:58.436457 [ 190 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 122 rows starting from the beginning of the part 2025.09.17 20:38:58.436501 [ 190 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 74 rows starting from the beginning of the part 2025.09.17 20:38:58.436724 [ 5 ] {30e7706c-679e-4682-88cb-a527ec78a32b} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:58.436760 [ 5 ] {30e7706c-679e-4682-88cb-a527ec78a32b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.09.17 20:38:58.437190 [ 5 ] {30e7706c-679e-4682-88cb-a527ec78a32b} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.09.17 20:38:58.437405 [ 5 ] {30e7706c-679e-4682-88cb-a527ec78a32b} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:58.437472 [ 199 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 850 rows, containing 5 columns (5 merged, 0 gathered) in 0.00140696 sec., 604139.4211633593 rows/sec., 54.60 MiB/sec. 2025.09.17 20:38:58.437507 [ 29 ] {} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.09.17 20:38:58.437534 [ 5 ] {30e7706c-679e-4682-88cb-a527ec78a32b} executeQuery: Read 9 rows, 693.00 B in 0.001316 sec., 6838.9057750759885 rows/sec., 514.25 KiB/sec. 2025.09.17 20:38:58.437540 [ 29 ] {} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:58.437575 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.09.17 20:38:58.437580 [ 5 ] {30e7706c-679e-4682-88cb-a527ec78a32b} TCPHandler: Processed in 0.001493372 sec. 2025.09.17 20:38:58.437631 [ 190 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.09.17 20:38:58.437658 [ 187 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.09.17 20:38:58.437703 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:58.437768 [ 187 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:38:58.437804 [ 5 ] {b37e0929-a3d6-41a1-933f-e46cca30b0a2} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:38:58.437805 [ 187 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 69 rows starting from the beginning of the part 2025.09.17 20:38:58.437855 [ 5 ] {b37e0929-a3d6-41a1-933f-e46cca30b0a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:38:58.437878 [ 190 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_21_4} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:58.437909 [ 187 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 8 rows starting from the beginning of the part 2025.09.17 20:38:58.437944 [ 190 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_21_4} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.09.17 20:38:58.437963 [ 187 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 33 rows starting from the beginning of the part 2025.09.17 20:38:58.438010 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2025.09.17 20:38:58.438010 [ 187 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 22 rows starting from the beginning of the part 2025.09.17 20:38:58.438069 [ 187 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 33 rows starting from the beginning of the part 2025.09.17 20:38:58.438110 [ 187 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 9 rows starting from the beginning of the part 2025.09.17 20:38:58.438280 [ 5 ] {b37e0929-a3d6-41a1-933f-e46cca30b0a2} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:58.438321 [ 5 ] {b37e0929-a3d6-41a1-933f-e46cca30b0a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.09.17 20:38:58.438687 [ 5 ] {b37e0929-a3d6-41a1-933f-e46cca30b0a2} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.09.17 20:38:58.438895 [ 190 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 174 rows, containing 5 columns (5 merged, 0 gathered) in 0.001274636 sec., 136509.56037645257 rows/sec., 10.56 MiB/sec. 2025.09.17 20:38:58.438924 [ 5 ] {b37e0929-a3d6-41a1-933f-e46cca30b0a2} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:58.439015 [ 187 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.09.17 20:38:58.439035 [ 29 ] {} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.09.17 20:38:58.439058 [ 5 ] {b37e0929-a3d6-41a1-933f-e46cca30b0a2} executeQuery: Read 73 rows, 5.84 KiB in 0.001274 sec., 57299.84301412873 rows/sec., 4.47 MiB/sec. 2025.09.17 20:38:58.439071 [ 29 ] {} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:58.439101 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.09.17 20:38:58.439103 [ 5 ] {b37e0929-a3d6-41a1-933f-e46cca30b0a2} TCPHandler: Processed in 0.001451261 sec. 2025.09.17 20:38:58.439206 [ 196 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.09.17 20:38:58.439231 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:58.439288 [ 187 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_16_3} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:58.439343 [ 5 ] {61c9bcdf-9152-4be3-ab16-b3170aef0fad} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:38:58.439352 [ 196 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:38:58.439358 [ 187 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_16_3} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.09.17 20:38:58.439395 [ 5 ] {61c9bcdf-9152-4be3-ab16-b3170aef0fad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:38:58.439402 [ 196 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 175 rows starting from the beginning of the part 2025.09.17 20:38:58.439472 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.09.17 20:38:58.439482 [ 196 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 72 rows starting from the beginning of the part 2025.09.17 20:38:58.439534 [ 196 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 97 rows starting from the beginning of the part 2025.09.17 20:38:58.439586 [ 196 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 110 rows starting from the beginning of the part 2025.09.17 20:38:58.439623 [ 196 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 97 rows starting from the beginning of the part 2025.09.17 20:38:58.439659 [ 196 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 73 rows starting from the beginning of the part 2025.09.17 20:38:58.439832 [ 5 ] {61c9bcdf-9152-4be3-ab16-b3170aef0fad} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:58.439873 [ 5 ] {61c9bcdf-9152-4be3-ab16-b3170aef0fad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.09.17 20:38:58.440247 [ 5 ] {61c9bcdf-9152-4be3-ab16-b3170aef0fad} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.09.17 20:38:58.440469 [ 5 ] {61c9bcdf-9152-4be3-ab16-b3170aef0fad} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:58.440549 [ 196 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 624 rows, containing 5 columns (5 merged, 0 gathered) in 0.001388189 sec., 449506.51532320166 rows/sec., 37.38 MiB/sec. 2025.09.17 20:38:58.440570 [ 29 ] {} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.09.17 20:38:58.440597 [ 5 ] {61c9bcdf-9152-4be3-ab16-b3170aef0fad} executeQuery: Read 160 rows, 11.41 KiB in 0.001272 sec., 125786.16352201259 rows/sec., 8.76 MiB/sec. 2025.09.17 20:38:58.440602 [ 29 ] {} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:58.440637 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.09.17 20:38:58.440641 [ 5 ] {61c9bcdf-9152-4be3-ab16-b3170aef0fad} TCPHandler: Processed in 0.001458891 sec. 2025.09.17 20:38:58.440705 [ 190 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.09.17 20:38:58.440705 [ 191 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.09.17 20:38:58.440765 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:58.440785 [ 190 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:38:58.440813 [ 190 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 2079 rows starting from the beginning of the part 2025.09.17 20:38:58.440860 [ 190 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 160 rows starting from the beginning of the part 2025.09.17 20:38:58.440867 [ 5 ] {9d8f6998-40c8-45c9-8457-380f74a34217} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:38:58.440899 [ 190 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 160 rows starting from the beginning of the part 2025.09.17 20:38:58.440927 [ 5 ] {9d8f6998-40c8-45c9-8457-380f74a34217} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:38:58.440936 [ 190 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 197 rows starting from the beginning of the part 2025.09.17 20:38:58.440972 [ 190 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 160 rows starting from the beginning of the part 2025.09.17 20:38:58.441007 [ 190 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 160 rows starting from the beginning of the part 2025.09.17 20:38:58.441007 [ 191 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_21_4} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:58.441097 [ 191 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_21_4} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.09.17 20:38:58.441174 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.09.17 20:38:58.441712 [ 5 ] {9d8f6998-40c8-45c9-8457-380f74a34217} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:58.441752 [ 5 ] {9d8f6998-40c8-45c9-8457-380f74a34217} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.09.17 20:38:58.442269 [ 5 ] {9d8f6998-40c8-45c9-8457-380f74a34217} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.09.17 20:38:58.442286 [ 191 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 2916 rows, containing 5 columns (5 merged, 0 gathered) in 0.001607415 sec., 1814092.8136168942 rows/sec., 128.79 MiB/sec. 2025.09.17 20:38:58.442503 [ 5 ] {9d8f6998-40c8-45c9-8457-380f74a34217} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:58.442565 [ 190 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.09.17 20:38:58.442650 [ 5 ] {9d8f6998-40c8-45c9-8457-380f74a34217} executeQuery: Read 9 rows, 16.51 KiB in 0.001802 sec., 4994.450610432852 rows/sec., 8.95 MiB/sec. 2025.09.17 20:38:58.442718 [ 5 ] {9d8f6998-40c8-45c9-8457-380f74a34217} TCPHandler: Processed in 0.002002406 sec. 2025.09.17 20:38:58.442817 [ 190 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_21_4} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:58.442833 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:58.442878 [ 190 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_21_4} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.09.17 20:38:58.442927 [ 5 ] {0dcefb4e-4620-46fd-a768-686a84cc0b90} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:38:58.442932 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. 2025.09.17 20:38:58.442970 [ 5 ] {0dcefb4e-4620-46fd-a768-686a84cc0b90} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:38:58.443306 [ 5 ] {0dcefb4e-4620-46fd-a768-686a84cc0b90} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:58.443340 [ 5 ] {0dcefb4e-4620-46fd-a768-686a84cc0b90} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.09.17 20:38:58.443649 [ 5 ] {0dcefb4e-4620-46fd-a768-686a84cc0b90} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.09.17 20:38:58.443852 [ 5 ] {0dcefb4e-4620-46fd-a768-686a84cc0b90} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:58.443950 [ 29 ] {} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.09.17 20:38:58.443977 [ 5 ] {0dcefb4e-4620-46fd-a768-686a84cc0b90} executeQuery: Read 60 rows, 4.14 KiB in 0.001069 sec., 56127.22170252572 rows/sec., 3.78 MiB/sec. 2025.09.17 20:38:58.443982 [ 29 ] {} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:58.444017 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.09.17 20:38:58.444019 [ 5 ] {0dcefb4e-4620-46fd-a768-686a84cc0b90} TCPHandler: Processed in 0.001237115 sec. 2025.09.17 20:38:58.444086 [ 191 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.09.17 20:38:58.444176 [ 191 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:38:58.444201 [ 191 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 708 rows starting from the beginning of the part 2025.09.17 20:38:58.444264 [ 191 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 60 rows starting from the beginning of the part 2025.09.17 20:38:58.444309 [ 191 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part 2025.09.17 20:38:58.444362 [ 191 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 60 rows starting from the beginning of the part 2025.09.17 20:38:58.444403 [ 191 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part 2025.09.17 20:38:58.444457 [ 191 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 60 rows starting from the beginning of the part 2025.09.17 20:38:58.445317 [ 193 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1008 rows, containing 4 columns (4 merged, 0 gathered) in 0.001256725 sec., 802084.783862818 rows/sec., 53.83 MiB/sec. 2025.09.17 20:38:58.445469 [ 191 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.09.17 20:38:58.445712 [ 191 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_21_4} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:58.445772 [ 191 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_21_4} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.09.17 20:38:58.445829 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2025.09.17 20:38:59.000222 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 224.29 MiB, peak 233.71 MiB, free memory in arenas 0.00 B, will set to 232.96 MiB (RSS), difference: 8.67 MiB 2025.09.17 20:38:59.381432 [ 29 ] {} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.09.17 20:38:59.381497 [ 29 ] {} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:38:59.381518 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.09.17 20:38:59.381642 [ 190 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2025.09.17 20:38:59.381804 [ 190 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:38:59.381838 [ 190 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part 2025.09.17 20:38:59.381901 [ 190 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::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.09.17 20:38:59.381944 [ 190 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::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.09.17 20:38:59.381984 [ 190 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::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.09.17 20:38:59.382024 [ 190 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::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.09.17 20:38:59.382777 [ 193 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 97 rows, containing 5 columns (5 merged, 0 gathered) in 0.001194324 sec., 81217.49207082835 rows/sec., 7.03 MiB/sec. 2025.09.17 20:38:59.382962 [ 192 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.09.17 20:38:59.383273 [ 192 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::all_1_5_1} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:38:59.383352 [ 192 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::all_1_5_1} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.09.17 20:38:59.383443 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2025.09.17 20:38:59.855733 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:59.855972 [ 5 ] {65be22bd-2872-47b4-a656-32489af2dea0} executeQuery: (from [fd00:1122:3344:101::d]:54753) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.17 20:38:59.856360 [ 5 ] {65be22bd-2872-47b4-a656-32489af2dea0} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.17 20:38:59.856401 [ 5 ] {65be22bd-2872-47b4-a656-32489af2dea0} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.09.17 20:38:59.856663 [ 5 ] {65be22bd-2872-47b4-a656-32489af2dea0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.17 20:38:59.856735 [ 5 ] {65be22bd-2872-47b4-a656-32489af2dea0} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.17 20:38:59.856881 [ 5 ] {65be22bd-2872-47b4-a656-32489af2dea0} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Key condition: (column 0 notIn 30-element set) 2025.09.17 20:38:59.857023 [ 337 ] {65be22bd-2872-47b4-a656-32489af2dea0} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.09.17 20:38:59.857023 [ 317 ] {65be22bd-2872-47b4-a656-32489af2dea0} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.17 20:38:59.857144 [ 5 ] {65be22bd-2872-47b4-a656-32489af2dea0} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2025.09.17 20:38:59.857179 [ 5 ] {65be22bd-2872-47b4-a656-32489af2dea0} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.17 20:38:59.859235 [ 5 ] {65be22bd-2872-47b4-a656-32489af2dea0} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.09.17 20:38:59.859264 [ 5 ] {65be22bd-2872-47b4-a656-32489af2dea0} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Reading approx. 30 rows with 2 streams 2025.09.17 20:38:59.859325 [ 5 ] {65be22bd-2872-47b4-a656-32489af2dea0} 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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.09.17 20:38:59.859372 [ 5 ] {65be22bd-2872-47b4-a656-32489af2dea0} 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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.09.17 20:38:59.860364 [ 5 ] {65be22bd-2872-47b4-a656-32489af2dea0} executeQuery: Read 30 rows, 1.30 KiB in 0.004492 sec., 6678.539626001781 rows/sec., 290.01 KiB/sec. 2025.09.17 20:38:59.860487 [ 5 ] {65be22bd-2872-47b4-a656-32489af2dea0} TCPHandler: Processed in 0.004890868 sec. 2025.09.17 20:38:59.860805 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:59.860943 [ 5 ] {5a8cc0fc-1a5d-47ec-b0f0-75577f9c9aa5} executeQuery: (from [fd00:1122:3344:101::d]:54753) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.17 20:38:59.861168 [ 5 ] {5a8cc0fc-1a5d-47ec-b0f0-75577f9c9aa5} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.17 20:38:59.861206 [ 5 ] {5a8cc0fc-1a5d-47ec-b0f0-75577f9c9aa5} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.09.17 20:38:59.861409 [ 5 ] {5a8cc0fc-1a5d-47ec-b0f0-75577f9c9aa5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.17 20:38:59.861464 [ 5 ] {5a8cc0fc-1a5d-47ec-b0f0-75577f9c9aa5} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.17 20:38:59.861570 [ 5 ] {5a8cc0fc-1a5d-47ec-b0f0-75577f9c9aa5} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Key condition: (column 0 notIn 31-element set) 2025.09.17 20:38:59.861637 [ 337 ] {5a8cc0fc-1a5d-47ec-b0f0-75577f9c9aa5} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.17 20:38:59.861638 [ 317 ] {5a8cc0fc-1a5d-47ec-b0f0-75577f9c9aa5} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.09.17 20:38:59.861739 [ 5 ] {5a8cc0fc-1a5d-47ec-b0f0-75577f9c9aa5} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2025.09.17 20:38:59.861765 [ 5 ] {5a8cc0fc-1a5d-47ec-b0f0-75577f9c9aa5} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.17 20:38:59.861823 [ 5 ] {5a8cc0fc-1a5d-47ec-b0f0-75577f9c9aa5} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.09.17 20:38:59.861841 [ 5 ] {5a8cc0fc-1a5d-47ec-b0f0-75577f9c9aa5} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Reading approx. 30 rows with 2 streams 2025.09.17 20:38:59.861872 [ 5 ] {5a8cc0fc-1a5d-47ec-b0f0-75577f9c9aa5} 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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.09.17 20:38:59.861904 [ 5 ] {5a8cc0fc-1a5d-47ec-b0f0-75577f9c9aa5} 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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.09.17 20:38:59.862502 [ 5 ] {5a8cc0fc-1a5d-47ec-b0f0-75577f9c9aa5} executeQuery: Read 30 rows, 1.30 KiB in 0.001615 sec., 18575.851393188856 rows/sec., 806.65 KiB/sec. 2025.09.17 20:38:59.862627 [ 5 ] {5a8cc0fc-1a5d-47ec-b0f0-75577f9c9aa5} TCPHandler: Processed in 0.001873723 sec. 2025.09.17 20:38:59.862882 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:59.863017 [ 5 ] {d3df7bfd-1569-40dd-bb7f-eecbe66a83f5} executeQuery: (from [fd00:1122:3344:101::d]:54753) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.17 20:38:59.863234 [ 5 ] {d3df7bfd-1569-40dd-bb7f-eecbe66a83f5} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.17 20:38:59.863270 [ 5 ] {d3df7bfd-1569-40dd-bb7f-eecbe66a83f5} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.09.17 20:38:59.863468 [ 5 ] {d3df7bfd-1569-40dd-bb7f-eecbe66a83f5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.17 20:38:59.863524 [ 5 ] {d3df7bfd-1569-40dd-bb7f-eecbe66a83f5} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.17 20:38:59.863644 [ 5 ] {d3df7bfd-1569-40dd-bb7f-eecbe66a83f5} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Key condition: (column 0 notIn 32-element set) 2025.09.17 20:38:59.863716 [ 309 ] {d3df7bfd-1569-40dd-bb7f-eecbe66a83f5} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.17 20:38:59.863725 [ 317 ] {d3df7bfd-1569-40dd-bb7f-eecbe66a83f5} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.09.17 20:38:59.863797 [ 5 ] {d3df7bfd-1569-40dd-bb7f-eecbe66a83f5} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2025.09.17 20:38:59.863823 [ 5 ] {d3df7bfd-1569-40dd-bb7f-eecbe66a83f5} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.17 20:38:59.863881 [ 5 ] {d3df7bfd-1569-40dd-bb7f-eecbe66a83f5} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.09.17 20:38:59.863899 [ 5 ] {d3df7bfd-1569-40dd-bb7f-eecbe66a83f5} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Reading approx. 30 rows with 2 streams 2025.09.17 20:38:59.863931 [ 5 ] {d3df7bfd-1569-40dd-bb7f-eecbe66a83f5} 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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.09.17 20:38:59.863965 [ 5 ] {d3df7bfd-1569-40dd-bb7f-eecbe66a83f5} 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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.09.17 20:38:59.864521 [ 5 ] {d3df7bfd-1569-40dd-bb7f-eecbe66a83f5} executeQuery: Read 30 rows, 1.30 KiB in 0.001559 sec., 19243.10455420141 rows/sec., 835.62 KiB/sec. 2025.09.17 20:38:59.864631 [ 5 ] {d3df7bfd-1569-40dd-bb7f-eecbe66a83f5} TCPHandler: Processed in 0.00179997 sec. 2025.09.17 20:38:59.864860 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:59.864998 [ 5 ] {9224056f-ce9b-4a5f-82a7-7c255a9e0379} executeQuery: (from [fd00:1122:3344:101::d]:54753) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.17 20:38:59.865212 [ 5 ] {9224056f-ce9b-4a5f-82a7-7c255a9e0379} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.17 20:38:59.865248 [ 5 ] {9224056f-ce9b-4a5f-82a7-7c255a9e0379} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.09.17 20:38:59.865460 [ 5 ] {9224056f-ce9b-4a5f-82a7-7c255a9e0379} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.17 20:38:59.865513 [ 5 ] {9224056f-ce9b-4a5f-82a7-7c255a9e0379} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.17 20:38:59.865627 [ 5 ] {9224056f-ce9b-4a5f-82a7-7c255a9e0379} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Key condition: (column 0 notIn 33-element set) 2025.09.17 20:38:59.865687 [ 337 ] {9224056f-ce9b-4a5f-82a7-7c255a9e0379} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.17 20:38:59.865701 [ 309 ] {9224056f-ce9b-4a5f-82a7-7c255a9e0379} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.09.17 20:38:59.865791 [ 5 ] {9224056f-ce9b-4a5f-82a7-7c255a9e0379} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2025.09.17 20:38:59.865817 [ 5 ] {9224056f-ce9b-4a5f-82a7-7c255a9e0379} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.17 20:38:59.865871 [ 5 ] {9224056f-ce9b-4a5f-82a7-7c255a9e0379} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.09.17 20:38:59.865887 [ 5 ] {9224056f-ce9b-4a5f-82a7-7c255a9e0379} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Reading approx. 30 rows with 2 streams 2025.09.17 20:38:59.865918 [ 5 ] {9224056f-ce9b-4a5f-82a7-7c255a9e0379} 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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.09.17 20:38:59.865948 [ 5 ] {9224056f-ce9b-4a5f-82a7-7c255a9e0379} 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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.09.17 20:38:59.866458 [ 5 ] {9224056f-ce9b-4a5f-82a7-7c255a9e0379} executeQuery: Read 30 rows, 1.30 KiB in 0.001557 sec., 19267.82273603083 rows/sec., 836.70 KiB/sec. 2025.09.17 20:38:59.866563 [ 5 ] {9224056f-ce9b-4a5f-82a7-7c255a9e0379} TCPHandler: Processed in 0.001806591 sec. 2025.09.17 20:38:59.866768 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:59.866970 [ 5 ] {fae02582-9e86-4a3a-b86a-3787f5bf49d3} executeQuery: (from [fd00:1122:3344:101::d]:54753) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.17 20:38:59.867188 [ 5 ] {fae02582-9e86-4a3a-b86a-3787f5bf49d3} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.17 20:38:59.867224 [ 5 ] {fae02582-9e86-4a3a-b86a-3787f5bf49d3} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.09.17 20:38:59.867449 [ 5 ] {fae02582-9e86-4a3a-b86a-3787f5bf49d3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.17 20:38:59.867504 [ 5 ] {fae02582-9e86-4a3a-b86a-3787f5bf49d3} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.17 20:38:59.867606 [ 5 ] {fae02582-9e86-4a3a-b86a-3787f5bf49d3} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Key condition: (column 0 notIn 34-element set) 2025.09.17 20:38:59.867664 [ 317 ] {fae02582-9e86-4a3a-b86a-3787f5bf49d3} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.17 20:38:59.867671 [ 337 ] {fae02582-9e86-4a3a-b86a-3787f5bf49d3} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.09.17 20:38:59.867750 [ 5 ] {fae02582-9e86-4a3a-b86a-3787f5bf49d3} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2025.09.17 20:38:59.867776 [ 5 ] {fae02582-9e86-4a3a-b86a-3787f5bf49d3} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.17 20:38:59.867832 [ 5 ] {fae02582-9e86-4a3a-b86a-3787f5bf49d3} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.09.17 20:38:59.867850 [ 5 ] {fae02582-9e86-4a3a-b86a-3787f5bf49d3} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Reading approx. 30 rows with 2 streams 2025.09.17 20:38:59.867882 [ 5 ] {fae02582-9e86-4a3a-b86a-3787f5bf49d3} 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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.09.17 20:38:59.867928 [ 5 ] {fae02582-9e86-4a3a-b86a-3787f5bf49d3} 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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.09.17 20:38:59.868591 [ 5 ] {fae02582-9e86-4a3a-b86a-3787f5bf49d3} executeQuery: Read 30 rows, 1.30 KiB in 0.001677 sec., 17889.087656529515 rows/sec., 776.82 KiB/sec. 2025.09.17 20:38:59.868685 [ 5 ] {fae02582-9e86-4a3a-b86a-3787f5bf49d3} TCPHandler: Processed in 0.001904983 sec. 2025.09.17 20:38:59.868904 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:38:59.869041 [ 5 ] {14dc40c5-9016-486f-8811-81e6b8f4dd46} executeQuery: (from [fd00:1122:3344:101::d]:54753) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.17 20:38:59.869258 [ 5 ] {14dc40c5-9016-486f-8811-81e6b8f4dd46} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.17 20:38:59.869296 [ 5 ] {14dc40c5-9016-486f-8811-81e6b8f4dd46} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.09.17 20:38:59.869508 [ 5 ] {14dc40c5-9016-486f-8811-81e6b8f4dd46} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.17 20:38:59.869565 [ 5 ] {14dc40c5-9016-486f-8811-81e6b8f4dd46} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.17 20:38:59.869669 [ 5 ] {14dc40c5-9016-486f-8811-81e6b8f4dd46} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Key condition: (column 0 notIn 35-element set) 2025.09.17 20:38:59.869743 [ 309 ] {14dc40c5-9016-486f-8811-81e6b8f4dd46} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.17 20:38:59.869750 [ 300 ] {14dc40c5-9016-486f-8811-81e6b8f4dd46} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.09.17 20:38:59.869842 [ 5 ] {14dc40c5-9016-486f-8811-81e6b8f4dd46} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2025.09.17 20:38:59.869863 [ 5 ] {14dc40c5-9016-486f-8811-81e6b8f4dd46} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.17 20:38:59.869921 [ 5 ] {14dc40c5-9016-486f-8811-81e6b8f4dd46} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.09.17 20:38:59.869938 [ 5 ] {14dc40c5-9016-486f-8811-81e6b8f4dd46} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a) (SelectExecutor): Reading approx. 30 rows with 2 streams 2025.09.17 20:38:59.869968 [ 5 ] {14dc40c5-9016-486f-8811-81e6b8f4dd46} 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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.09.17 20:38:59.870011 [ 5 ] {14dc40c5-9016-486f-8811-81e6b8f4dd46} 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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.09.17 20:38:59.870594 [ 5 ] {14dc40c5-9016-486f-8811-81e6b8f4dd46} executeQuery: Read 30 rows, 1.30 KiB in 0.001608 sec., 18656.716417910447 rows/sec., 810.16 KiB/sec. 2025.09.17 20:38:59.870689 [ 5 ] {14dc40c5-9016-486f-8811-81e6b8f4dd46} TCPHandler: Processed in 0.001837032 sec. 2025.09.17 20:39:00.025754 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:00.025927 [ 5 ] {9dd476cc-f03e-48c4-8a73-f0d288da6db9} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.09.17 20:39:00.026000 [ 5 ] {9dd476cc-f03e-48c4-8a73-f0d288da6db9} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.17 20:39:00.026805 [ 5 ] {9dd476cc-f03e-48c4-8a73-f0d288da6db9} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:00.026855 [ 5 ] {9dd476cc-f03e-48c4-8a73-f0d288da6db9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.09.17 20:39:00.027363 [ 5 ] {9dd476cc-f03e-48c4-8a73-f0d288da6db9} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.09.17 20:39:00.027601 [ 5 ] {9dd476cc-f03e-48c4-8a73-f0d288da6db9} oximeter.timeseries_schema (6e29f1d5-3f88-4a51-99b6-884b62be003a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:00.027761 [ 5 ] {9dd476cc-f03e-48c4-8a73-f0d288da6db9} executeQuery: Read 6 rows, 1.34 KiB in 0.001882 sec., 3188.0977683315623 rows/sec., 709.85 KiB/sec. 2025.09.17 20:39:00.027811 [ 5 ] {9dd476cc-f03e-48c4-8a73-f0d288da6db9} TCPHandler: Processed in 0.002185341 sec. 2025.09.17 20:39:00.027940 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:00.028044 [ 5 ] {087f61b4-2f86-4ea3-877f-8e7be45332e7} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.17 20:39:00.028089 [ 5 ] {087f61b4-2f86-4ea3-877f-8e7be45332e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.17 20:39:00.028524 [ 5 ] {087f61b4-2f86-4ea3-877f-8e7be45332e7} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:00.028562 [ 5 ] {087f61b4-2f86-4ea3-877f-8e7be45332e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.09.17 20:39:00.028881 [ 5 ] {087f61b4-2f86-4ea3-877f-8e7be45332e7} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.09.17 20:39:00.029097 [ 5 ] {087f61b4-2f86-4ea3-877f-8e7be45332e7} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:00.029230 [ 5 ] {087f61b4-2f86-4ea3-877f-8e7be45332e7} executeQuery: Read 2 rows, 167.00 B in 0.001212 sec., 1650.1650165016501 rows/sec., 134.56 KiB/sec. 2025.09.17 20:39:00.029268 [ 5 ] {087f61b4-2f86-4ea3-877f-8e7be45332e7} TCPHandler: Processed in 0.001380698 sec. 2025.09.17 20:39:00.029390 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:00.029487 [ 5 ] {a19ab09a-7bd0-4d08-8b5c-e65609677d07} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:39:00.029529 [ 5 ] {a19ab09a-7bd0-4d08-8b5c-e65609677d07} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:39:00.030693 [ 5 ] {a19ab09a-7bd0-4d08-8b5c-e65609677d07} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:00.030732 [ 5 ] {a19ab09a-7bd0-4d08-8b5c-e65609677d07} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.09.17 20:39:00.031178 [ 5 ] {a19ab09a-7bd0-4d08-8b5c-e65609677d07} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.09.17 20:39:00.031408 [ 5 ] {a19ab09a-7bd0-4d08-8b5c-e65609677d07} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:00.031538 [ 5 ] {a19ab09a-7bd0-4d08-8b5c-e65609677d07} executeQuery: Read 1263 rows, 107.37 KiB in 0.00207 sec., 610144.9275362319 rows/sec., 50.65 MiB/sec. 2025.09.17 20:39:00.031576 [ 5 ] {a19ab09a-7bd0-4d08-8b5c-e65609677d07} TCPHandler: Processed in 0.002235542 sec. 2025.09.17 20:39:00.031697 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:00.031793 [ 5 ] {c7cf9f02-c6a9-41ec-b22d-b0739cc3e776} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:39:00.031835 [ 5 ] {c7cf9f02-c6a9-41ec-b22d-b0739cc3e776} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:39:00.032252 [ 5 ] {c7cf9f02-c6a9-41ec-b22d-b0739cc3e776} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:00.032289 [ 5 ] {c7cf9f02-c6a9-41ec-b22d-b0739cc3e776} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.09.17 20:39:00.032601 [ 5 ] {c7cf9f02-c6a9-41ec-b22d-b0739cc3e776} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.09.17 20:39:00.032818 [ 5 ] {c7cf9f02-c6a9-41ec-b22d-b0739cc3e776} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:00.032950 [ 5 ] {c7cf9f02-c6a9-41ec-b22d-b0739cc3e776} executeQuery: Read 35 rows, 2.62 KiB in 0.001177 sec., 29736.61852166525 rows/sec., 2.17 MiB/sec. 2025.09.17 20:39:00.032989 [ 5 ] {c7cf9f02-c6a9-41ec-b22d-b0739cc3e776} TCPHandler: Processed in 0.001342308 sec. 2025.09.17 20:39:00.033111 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:00.033207 [ 5 ] {00679798-4198-43af-b1dd-24dafb35bb46} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.17 20:39:00.033249 [ 5 ] {00679798-4198-43af-b1dd-24dafb35bb46} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.17 20:39:00.033740 [ 5 ] {00679798-4198-43af-b1dd-24dafb35bb46} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:00.033778 [ 5 ] {00679798-4198-43af-b1dd-24dafb35bb46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.09.17 20:39:00.034106 [ 5 ] {00679798-4198-43af-b1dd-24dafb35bb46} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.09.17 20:39:00.034319 [ 5 ] {00679798-4198-43af-b1dd-24dafb35bb46} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:00.034448 [ 5 ] {00679798-4198-43af-b1dd-24dafb35bb46} executeQuery: Read 228 rows, 15.81 KiB in 0.00126 sec., 180952.38095238095 rows/sec., 12.25 MiB/sec. 2025.09.17 20:39:00.034487 [ 5 ] {00679798-4198-43af-b1dd-24dafb35bb46} TCPHandler: Processed in 0.001429 sec. 2025.09.17 20:39:00.034604 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:00.034699 [ 5 ] {42b3281a-1722-4376-856f-10666ece51e6} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:39:00.034740 [ 5 ] {42b3281a-1722-4376-856f-10666ece51e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:39:00.035316 [ 5 ] {42b3281a-1722-4376-856f-10666ece51e6} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:00.035354 [ 5 ] {42b3281a-1722-4376-856f-10666ece51e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.09.17 20:39:00.035685 [ 5 ] {42b3281a-1722-4376-856f-10666ece51e6} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.09.17 20:39:00.035895 [ 5 ] {42b3281a-1722-4376-856f-10666ece51e6} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:00.036022 [ 5 ] {42b3281a-1722-4376-856f-10666ece51e6} executeQuery: Read 555 rows, 42.21 KiB in 0.001343 sec., 413253.90915860015 rows/sec., 30.69 MiB/sec. 2025.09.17 20:39:00.036061 [ 5 ] {42b3281a-1722-4376-856f-10666ece51e6} TCPHandler: Processed in 0.001506053 sec. 2025.09.17 20:39:00.036175 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:00.036271 [ 5 ] {608c05c4-66fb-493c-a00f-39df7a7c24f0} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:39:00.036316 [ 5 ] {608c05c4-66fb-493c-a00f-39df7a7c24f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:39:00.037858 [ 5 ] {608c05c4-66fb-493c-a00f-39df7a7c24f0} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:00.037895 [ 5 ] {608c05c4-66fb-493c-a00f-39df7a7c24f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.09.17 20:39:00.038632 [ 5 ] {608c05c4-66fb-493c-a00f-39df7a7c24f0} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.09.17 20:39:00.038863 [ 5 ] {608c05c4-66fb-493c-a00f-39df7a7c24f0} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:00.039000 [ 5 ] {608c05c4-66fb-493c-a00f-39df7a7c24f0} executeQuery: Read 4073 rows, 278.62 KiB in 0.002748 sec., 1482168.8500727802 rows/sec., 99.01 MiB/sec. 2025.09.17 20:39:00.039038 [ 5 ] {608c05c4-66fb-493c-a00f-39df7a7c24f0} TCPHandler: Processed in 0.002912271 sec. 2025.09.17 20:39:00.039154 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:00.039251 [ 5 ] {43de395c-af5c-439d-b4d8-4ade63cf7a88} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:39:00.039307 [ 5 ] {43de395c-af5c-439d-b4d8-4ade63cf7a88} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:39:00.040123 [ 5 ] {43de395c-af5c-439d-b4d8-4ade63cf7a88} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:00.040160 [ 5 ] {43de395c-af5c-439d-b4d8-4ade63cf7a88} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.09.17 20:39:00.040708 [ 5 ] {43de395c-af5c-439d-b4d8-4ade63cf7a88} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.09.17 20:39:00.040929 [ 5 ] {43de395c-af5c-439d-b4d8-4ade63cf7a88} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:00.041073 [ 5 ] {43de395c-af5c-439d-b4d8-4ade63cf7a88} executeQuery: Read 33 rows, 60.55 KiB in 0.001842 sec., 17915.309446254072 rows/sec., 32.10 MiB/sec. 2025.09.17 20:39:00.041143 [ 5 ] {43de395c-af5c-439d-b4d8-4ade63cf7a88} TCPHandler: Processed in 0.002038968 sec. 2025.09.17 20:39:00.041272 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:00.041367 [ 5 ] {58d7c79f-3f8d-4120-824e-75b0e3fa2070} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:39:00.041409 [ 5 ] {58d7c79f-3f8d-4120-824e-75b0e3fa2070} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:39:00.041740 [ 5 ] {58d7c79f-3f8d-4120-824e-75b0e3fa2070} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:00.041775 [ 5 ] {58d7c79f-3f8d-4120-824e-75b0e3fa2070} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.09.17 20:39:00.042077 [ 5 ] {58d7c79f-3f8d-4120-824e-75b0e3fa2070} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.09.17 20:39:00.042284 [ 5 ] {58d7c79f-3f8d-4120-824e-75b0e3fa2070} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:00.042410 [ 5 ] {58d7c79f-3f8d-4120-824e-75b0e3fa2070} executeQuery: Read 24 rows, 1.66 KiB in 0.001062 sec., 22598.870056497173 rows/sec., 1.52 MiB/sec. 2025.09.17 20:39:00.042445 [ 5 ] {58d7c79f-3f8d-4120-824e-75b0e3fa2070} TCPHandler: Processed in 0.001223844 sec. 2025.09.17 20:39:01.511303 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45541 2025.09.17 20:39:01.511437 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:39:01.511466 [ 288 ] {} TCP-Session: a7c9a09d-0489-4562-a9c3-8518da1b47ee Authenticating user 'default' from [fd00:1122:3344:101::e]:45541 2025.09.17 20:39:01.511491 [ 288 ] {} TCP-Session: a7c9a09d-0489-4562-a9c3-8518da1b47ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:01.511506 [ 288 ] {} TCP-Session: a7c9a09d-0489-4562-a9c3-8518da1b47ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:01.511703 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37439 2025.09.17 20:39:01.511722 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57038 2025.09.17 20:39:01.511744 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55901 2025.09.17 20:39:01.511766 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38855 2025.09.17 20:39:01.511751 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38624 2025.09.17 20:39:01.511825 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:39:01.511821 [ 288 ] {} TCP-Session: a7c9a09d-0489-4562-a9c3-8518da1b47ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:01.511883 [ 289 ] {} TCP-Session: 98e034bc-1241-491a-9a49-9d2463f022a3 Authenticating user 'default' from [fd00:1122:3344:101::e]:37439 2025.09.17 20:39:01.511759 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58962 2025.09.17 20:39:01.511920 [ 289 ] {} TCP-Session: 98e034bc-1241-491a-9a49-9d2463f022a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:01.511949 [ 289 ] {} TCP-Session: 98e034bc-1241-491a-9a49-9d2463f022a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:01.512050 [ 288 ] {739aebf8-c4df-4c8e-8d7d-472a1dcdb6e9} executeQuery: (from [fd00:1122:3344:101::e]:45541) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.17 20:39:01.512374 [ 288 ] {739aebf8-c4df-4c8e-8d7d-472a1dcdb6e9} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.17 20:39:01.512436 [ 288 ] {739aebf8-c4df-4c8e-8d7d-472a1dcdb6e9} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.17 20:39:01.512746 [ 288 ] {739aebf8-c4df-4c8e-8d7d-472a1dcdb6e9} oximeter.version (62bd52ee-0bc0-4eea-bbbd-a51761f62e41) (SelectExecutor): Key condition: unknown 2025.09.17 20:39:01.516552 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:39:01.516592 [ 292 ] {} TCP-Session: 937fed32-c2f3-4ec2-8f26-ea9873467810 Authenticating user 'default' from [fd00:1122:3344:101::e]:55901 2025.09.17 20:39:01.516612 [ 292 ] {} TCP-Session: 937fed32-c2f3-4ec2-8f26-ea9873467810 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:01.516625 [ 292 ] {} TCP-Session: 937fed32-c2f3-4ec2-8f26-ea9873467810 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:01.516678 [ 309 ] {739aebf8-c4df-4c8e-8d7d-472a1dcdb6e9} AggregatingTransform: Aggregating 2025.09.17 20:39:01.516722 [ 309 ] {739aebf8-c4df-4c8e-8d7d-472a1dcdb6e9} Aggregator: Aggregation method: without_key 2025.09.17 20:39:01.516762 [ 309 ] {739aebf8-c4df-4c8e-8d7d-472a1dcdb6e9} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00391002 sec. (255.753 rows/sec., 9.99 KiB/sec.) 2025.09.17 20:39:01.516784 [ 309 ] {739aebf8-c4df-4c8e-8d7d-472a1dcdb6e9} Aggregator: Merging aggregated data 2025.09.17 20:39:01.516858 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:39:01.516894 [ 293 ] {} TCP-Session: 26b0a234-ca53-4889-b8ae-41ae1d307619 Authenticating user 'default' from [fd00:1122:3344:101::e]:58962 2025.09.17 20:39:01.516920 [ 293 ] {} TCP-Session: 26b0a234-ca53-4889-b8ae-41ae1d307619 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:01.516938 [ 293 ] {} TCP-Session: 26b0a234-ca53-4889-b8ae-41ae1d307619 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:01.516955 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:39:01.516997 [ 294 ] {} TCP-Session: 437756b4-7438-4cd9-ba06-8338fdd11bb7 Authenticating user 'default' from [fd00:1122:3344:101::e]:38855 2025.09.17 20:39:01.517000 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64483 2025.09.17 20:39:01.517022 [ 294 ] {} TCP-Session: 437756b4-7438-4cd9-ba06-8338fdd11bb7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:01.516999 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56834 2025.09.17 20:39:01.517049 [ 294 ] {} TCP-Session: 437756b4-7438-4cd9-ba06-8338fdd11bb7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:01.517051 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:39:01.517097 [ 290 ] {} TCP-Session: aad174bf-1588-4412-9b98-f951ecde5b8a Authenticating user 'default' from [fd00:1122:3344:101::e]:57038 2025.09.17 20:39:01.517113 [ 290 ] {} TCP-Session: aad174bf-1588-4412-9b98-f951ecde5b8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:01.517127 [ 290 ] {} TCP-Session: aad174bf-1588-4412-9b98-f951ecde5b8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:01.517354 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:39:01.517388 [ 286 ] {} TCP-Session: 4e6d28a7-b449-4ec7-a2fd-e34e02f99bbd Authenticating user 'default' from [fd00:1122:3344:101::e]:56834 2025.09.17 20:39:01.517392 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:39:01.517406 [ 286 ] {} TCP-Session: 4e6d28a7-b449-4ec7-a2fd-e34e02f99bbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:01.517433 [ 3 ] {} TCP-Session: fbc7aad4-744b-476c-968d-34a65f53ed8c Authenticating user 'default' from [fd00:1122:3344:101::e]:64483 2025.09.17 20:39:01.517438 [ 286 ] {} TCP-Session: 4e6d28a7-b449-4ec7-a2fd-e34e02f99bbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:01.517447 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:39:01.517466 [ 3 ] {} TCP-Session: fbc7aad4-744b-476c-968d-34a65f53ed8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:01.517534 [ 291 ] {} TCP-Session: 135856e4-dea2-4d96-9e6e-3ec1ae427e48 Authenticating user 'default' from [fd00:1122:3344:101::e]:38624 2025.09.17 20:39:01.517556 [ 3 ] {} TCP-Session: fbc7aad4-744b-476c-968d-34a65f53ed8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:01.517592 [ 291 ] {} TCP-Session: 135856e4-dea2-4d96-9e6e-3ec1ae427e48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:01.517621 [ 291 ] {} TCP-Session: 135856e4-dea2-4d96-9e6e-3ec1ae427e48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:01.518102 [ 288 ] {739aebf8-c4df-4c8e-8d7d-472a1dcdb6e9} executeQuery: Read 1 rows, 40.00 B in 0.006115 sec., 163.5322976287817 rows/sec., 6.39 KiB/sec. 2025.09.17 20:39:01.518252 [ 288 ] {739aebf8-c4df-4c8e-8d7d-472a1dcdb6e9} TCPHandler: Processed in 0.006555454 sec. 2025.09.17 20:39:01.518372 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.17 20:39:01.518402 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.17 20:39:01.518420 [ 3 ] {} TCPHandler: Done processing connection. 2025.09.17 20:39:01.518440 [ 292 ] {} TCPHandler: Done processing connection. 2025.09.17 20:39:01.518446 [ 289 ] {} TCP-Session: 98e034bc-1241-491a-9a49-9d2463f022a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:01.518461 [ 3 ] {} TCP-Session: fbc7aad4-744b-476c-968d-34a65f53ed8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:01.518457 [ 290 ] {} TCPHandler: Done processing connection. 2025.09.17 20:39:01.518483 [ 292 ] {} TCP-Session: 937fed32-c2f3-4ec2-8f26-ea9873467810 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:01.518494 [ 293 ] {} TCPHandler: Done processing connection. 2025.09.17 20:39:01.518513 [ 294 ] {} TCPHandler: Done processing connection. 2025.09.17 20:39:01.518529 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.17 20:39:01.518552 [ 293 ] {} TCP-Session: 26b0a234-ca53-4889-b8ae-41ae1d307619 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:01.518568 [ 294 ] {} TCP-Session: 437756b4-7438-4cd9-ba06-8338fdd11bb7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:01.518579 [ 286 ] {} TCP-Session: 4e6d28a7-b449-4ec7-a2fd-e34e02f99bbd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:01.518520 [ 290 ] {} TCP-Session: aad174bf-1588-4412-9b98-f951ecde5b8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:01.518482 [ 291 ] {} TCPHandler: Done processing connection. 2025.09.17 20:39:01.518408 [ 288 ] {} TCP-Session: a7c9a09d-0489-4562-a9c3-8518da1b47ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:01.518662 [ 291 ] {} TCP-Session: 135856e4-dea2-4d96-9e6e-3ec1ae427e48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:02.419446 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41991 2025.09.17 20:39:02.419550 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:39:02.419576 [ 286 ] {} TCP-Session: c61924d1-7c35-4591-9885-18b5e5bef71f Authenticating user 'default' from [fd00:1122:3344:101::e]:41991 2025.09.17 20:39:02.419596 [ 286 ] {} TCP-Session: c61924d1-7c35-4591-9885-18b5e5bef71f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:02.419608 [ 286 ] {} TCP-Session: c61924d1-7c35-4591-9885-18b5e5bef71f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:02.419822 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64578 2025.09.17 20:39:02.419911 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37635 2025.09.17 20:39:02.419944 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39495 2025.09.17 20:39:02.419982 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37181 2025.09.17 20:39:02.419970 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37267 2025.09.17 20:39:02.420030 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:39:02.420048 [ 286 ] {} TCP-Session: c61924d1-7c35-4591-9885-18b5e5bef71f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:02.420072 [ 288 ] {} TCP-Session: 0d8ebec1-a8e5-4b73-95d2-c0b9e3ae3314 Authenticating user 'default' from [fd00:1122:3344:101::e]:64578 2025.09.17 20:39:02.420073 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:39:02.420089 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:39:02.420109 [ 288 ] {} TCP-Session: 0d8ebec1-a8e5-4b73-95d2-c0b9e3ae3314 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:02.420130 [ 289 ] {} TCP-Session: cd6fb196-6116-4ce6-bb3f-b30071a0fa51 Authenticating user 'default' from [fd00:1122:3344:101::e]:37635 2025.09.17 20:39:02.420138 [ 294 ] {} TCP-Session: e2a347e2-0f69-4545-90d0-00b82fecb9a3 Authenticating user 'default' from [fd00:1122:3344:101::e]:37267 2025.09.17 20:39:02.420147 [ 288 ] {} TCP-Session: 0d8ebec1-a8e5-4b73-95d2-c0b9e3ae3314 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:02.420172 [ 289 ] {} TCP-Session: cd6fb196-6116-4ce6-bb3f-b30071a0fa51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:02.420180 [ 294 ] {} TCP-Session: e2a347e2-0f69-4545-90d0-00b82fecb9a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:02.420206 [ 289 ] {} TCP-Session: cd6fb196-6116-4ce6-bb3f-b30071a0fa51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:02.420219 [ 294 ] {} TCP-Session: e2a347e2-0f69-4545-90d0-00b82fecb9a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:02.420233 [ 286 ] {e2592c27-36a1-4fee-b284-342cebc5cd05} executeQuery: (from [fd00:1122:3344:101::e]:41991) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.17 20:39:02.420080 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:39:02.420073 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:39:02.420298 [ 292 ] {} TCP-Session: 3c57d347-6aa5-45a6-8d1d-94ba17eeeb2a Authenticating user 'default' from [fd00:1122:3344:101::e]:39495 2025.09.17 20:39:02.420315 [ 3 ] {} TCP-Session: 7f4679f6-ee5d-4e2c-8acd-c396f74d3cc1 Authenticating user 'default' from [fd00:1122:3344:101::e]:37181 2025.09.17 20:39:02.420327 [ 292 ] {} TCP-Session: 3c57d347-6aa5-45a6-8d1d-94ba17eeeb2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:02.420338 [ 3 ] {} TCP-Session: 7f4679f6-ee5d-4e2c-8acd-c396f74d3cc1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:02.420346 [ 292 ] {} TCP-Session: 3c57d347-6aa5-45a6-8d1d-94ba17eeeb2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:02.420355 [ 3 ] {} TCP-Session: 7f4679f6-ee5d-4e2c-8acd-c396f74d3cc1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:02.419918 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55150 2025.09.17 20:39:02.419953 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55159 2025.09.17 20:39:02.419963 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39835 2025.09.17 20:39:02.420439 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:39:02.420491 [ 290 ] {} TCP-Session: feaab869-54c0-40c9-80a5-fe6da09d1607 Authenticating user 'default' from [fd00:1122:3344:101::e]:55150 2025.09.17 20:39:02.420508 [ 290 ] {} TCP-Session: feaab869-54c0-40c9-80a5-fe6da09d1607 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:02.420513 [ 286 ] {e2592c27-36a1-4fee-b284-342cebc5cd05} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.17 20:39:02.420521 [ 290 ] {} TCP-Session: feaab869-54c0-40c9-80a5-fe6da09d1607 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:02.420535 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:39:02.420515 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:39:02.420572 [ 286 ] {e2592c27-36a1-4fee-b284-342cebc5cd05} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.17 20:39:02.420585 [ 291 ] {} TCP-Session: 8d66547c-1198-4fbd-9e52-e15ea72b6146 Authenticating user 'default' from [fd00:1122:3344:101::e]:55159 2025.09.17 20:39:02.420601 [ 293 ] {} TCP-Session: 8e27503b-39ee-4884-aaf8-dbe8a9ed80cc Authenticating user 'default' from [fd00:1122:3344:101::e]:39835 2025.09.17 20:39:02.420639 [ 291 ] {} TCP-Session: 8d66547c-1198-4fbd-9e52-e15ea72b6146 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:02.420641 [ 293 ] {} TCP-Session: 8e27503b-39ee-4884-aaf8-dbe8a9ed80cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:02.420667 [ 291 ] {} TCP-Session: 8d66547c-1198-4fbd-9e52-e15ea72b6146 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:02.420676 [ 293 ] {} TCP-Session: 8e27503b-39ee-4884-aaf8-dbe8a9ed80cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:02.420904 [ 286 ] {e2592c27-36a1-4fee-b284-342cebc5cd05} oximeter.version (62bd52ee-0bc0-4eea-bbbd-a51761f62e41) (SelectExecutor): Key condition: unknown 2025.09.17 20:39:02.421826 [ 343 ] {e2592c27-36a1-4fee-b284-342cebc5cd05} AggregatingTransform: Aggregating 2025.09.17 20:39:02.421880 [ 343 ] {e2592c27-36a1-4fee-b284-342cebc5cd05} Aggregator: Aggregation method: without_key 2025.09.17 20:39:02.421930 [ 343 ] {e2592c27-36a1-4fee-b284-342cebc5cd05} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000916735 sec. (1090.828 rows/sec., 42.61 KiB/sec.) 2025.09.17 20:39:02.421952 [ 343 ] {e2592c27-36a1-4fee-b284-342cebc5cd05} Aggregator: Merging aggregated data 2025.09.17 20:39:02.423320 [ 286 ] {e2592c27-36a1-4fee-b284-342cebc5cd05} executeQuery: Read 1 rows, 40.00 B in 0.003145 sec., 317.9650238473768 rows/sec., 12.42 KiB/sec. 2025.09.17 20:39:02.423507 [ 286 ] {e2592c27-36a1-4fee-b284-342cebc5cd05} TCPHandler: Processed in 0.003599311 sec. 2025.09.17 20:39:02.423619 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.17 20:39:02.423646 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.17 20:39:02.423649 [ 286 ] {} TCP-Session: c61924d1-7c35-4591-9885-18b5e5bef71f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:02.423666 [ 292 ] {} TCPHandler: Done processing connection. 2025.09.17 20:39:02.423691 [ 289 ] {} TCP-Session: cd6fb196-6116-4ce6-bb3f-b30071a0fa51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:02.423706 [ 291 ] {} TCPHandler: Done processing connection. 2025.09.17 20:39:02.423724 [ 292 ] {} TCP-Session: 3c57d347-6aa5-45a6-8d1d-94ba17eeeb2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:02.423738 [ 3 ] {} TCPHandler: Done processing connection. 2025.09.17 20:39:02.423761 [ 293 ] {} TCPHandler: Done processing connection. 2025.09.17 20:39:02.423792 [ 294 ] {} TCPHandler: Done processing connection. 2025.09.17 20:39:02.423804 [ 3 ] {} TCP-Session: 7f4679f6-ee5d-4e2c-8acd-c396f74d3cc1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:02.423829 [ 293 ] {} TCP-Session: 8e27503b-39ee-4884-aaf8-dbe8a9ed80cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:02.423847 [ 294 ] {} TCP-Session: e2a347e2-0f69-4545-90d0-00b82fecb9a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:02.423782 [ 291 ] {} TCP-Session: 8d66547c-1198-4fbd-9e52-e15ea72b6146 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:02.423717 [ 290 ] {} TCPHandler: Done processing connection. 2025.09.17 20:39:02.423684 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.17 20:39:02.423932 [ 290 ] {} TCP-Session: feaab869-54c0-40c9-80a5-fe6da09d1607 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:02.423979 [ 288 ] {} TCP-Session: 0d8ebec1-a8e5-4b73-95d2-c0b9e3ae3314 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:02.516965 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60241 2025.09.17 20:39:02.517085 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:39:02.517120 [ 286 ] {} TCP-Session: 43e92c50-9ce5-4c47-9833-e28541fe36ec Authenticating user 'default' from [fd00:1122:3344:101::e]:60241 2025.09.17 20:39:02.517143 [ 286 ] {} TCP-Session: 43e92c50-9ce5-4c47-9833-e28541fe36ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:02.517156 [ 286 ] {} TCP-Session: 43e92c50-9ce5-4c47-9833-e28541fe36ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:02.517434 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64947 2025.09.17 20:39:02.517474 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60516 2025.09.17 20:39:02.517504 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48559 2025.09.17 20:39:02.517516 [ 286 ] {} TCP-Session: 43e92c50-9ce5-4c47-9833-e28541fe36ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:02.517557 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:39:02.517589 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:39:02.517589 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:39:02.517610 [ 288 ] {} TCP-Session: 47ca537a-a55b-464a-b726-8e9bb84cb041 Authenticating user 'default' from [fd00:1122:3344:101::e]:64947 2025.09.17 20:39:02.517626 [ 292 ] {} TCP-Session: bfbd145c-f1c3-4e27-b5fa-b241adaeecf8 Authenticating user 'default' from [fd00:1122:3344:101::e]:60516 2025.09.17 20:39:02.517632 [ 3 ] {} TCP-Session: 3ac623b3-66b7-45da-bc22-b80fc9d1e9ae Authenticating user 'default' from [fd00:1122:3344:101::e]:48559 2025.09.17 20:39:02.517653 [ 288 ] {} TCP-Session: 47ca537a-a55b-464a-b726-8e9bb84cb041 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:02.517663 [ 292 ] {} TCP-Session: bfbd145c-f1c3-4e27-b5fa-b241adaeecf8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:02.517682 [ 288 ] {} TCP-Session: 47ca537a-a55b-464a-b726-8e9bb84cb041 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:02.517702 [ 292 ] {} TCP-Session: bfbd145c-f1c3-4e27-b5fa-b241adaeecf8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:02.517668 [ 3 ] {} TCP-Session: 3ac623b3-66b7-45da-bc22-b80fc9d1e9ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:02.517720 [ 286 ] {d4250ac1-5eea-43d9-9fc3-80e05121557c} executeQuery: (from [fd00:1122:3344:101::e]:60241) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.17 20:39:02.517736 [ 3 ] {} TCP-Session: 3ac623b3-66b7-45da-bc22-b80fc9d1e9ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:02.517499 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40914 2025.09.17 20:39:02.517488 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39177 2025.09.17 20:39:02.517476 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40724 2025.09.17 20:39:02.517442 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61944 2025.09.17 20:39:02.517857 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:39:02.517869 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:39:02.517910 [ 294 ] {} TCP-Session: 6febc89c-e0d7-45e2-afad-eaf03bedadf1 Authenticating user 'default' from [fd00:1122:3344:101::e]:40914 2025.09.17 20:39:02.517931 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:39:02.517938 [ 293 ] {} TCP-Session: e1f54644-17c1-4297-b444-26296221a013 Authenticating user 'default' from [fd00:1122:3344:101::e]:39177 2025.09.17 20:39:02.517974 [ 294 ] {} TCP-Session: 6febc89c-e0d7-45e2-afad-eaf03bedadf1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:02.517977 [ 290 ] {} TCP-Session: 1c286e4a-6e4e-4244-9457-168ee18f16d2 Authenticating user 'default' from [fd00:1122:3344:101::e]:61944 2025.09.17 20:39:02.517992 [ 293 ] {} TCP-Session: e1f54644-17c1-4297-b444-26296221a013 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:02.518016 [ 290 ] {} TCP-Session: 1c286e4a-6e4e-4244-9457-168ee18f16d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:02.518030 [ 293 ] {} TCP-Session: e1f54644-17c1-4297-b444-26296221a013 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:02.518043 [ 290 ] {} TCP-Session: 1c286e4a-6e4e-4244-9457-168ee18f16d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:02.518053 [ 286 ] {d4250ac1-5eea-43d9-9fc3-80e05121557c} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.17 20:39:02.518009 [ 294 ] {} TCP-Session: 6febc89c-e0d7-45e2-afad-eaf03bedadf1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:02.517436 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49946 2025.09.17 20:39:02.518117 [ 286 ] {d4250ac1-5eea-43d9-9fc3-80e05121557c} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.17 20:39:02.517937 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:39:02.518176 [ 291 ] {} TCP-Session: e4d311cb-b395-46bd-9a47-a0ef5dc8b957 Authenticating user 'default' from [fd00:1122:3344:101::e]:40724 2025.09.17 20:39:02.518179 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:39:02.518202 [ 291 ] {} TCP-Session: e4d311cb-b395-46bd-9a47-a0ef5dc8b957 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:02.518214 [ 289 ] {} TCP-Session: e30b2e94-ae37-420d-a26a-4ce2c6f8bf22 Authenticating user 'default' from [fd00:1122:3344:101::e]:49946 2025.09.17 20:39:02.518224 [ 291 ] {} TCP-Session: e4d311cb-b395-46bd-9a47-a0ef5dc8b957 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:02.518241 [ 289 ] {} TCP-Session: e30b2e94-ae37-420d-a26a-4ce2c6f8bf22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:02.518260 [ 289 ] {} TCP-Session: e30b2e94-ae37-420d-a26a-4ce2c6f8bf22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:02.518442 [ 286 ] {d4250ac1-5eea-43d9-9fc3-80e05121557c} oximeter.version (62bd52ee-0bc0-4eea-bbbd-a51761f62e41) (SelectExecutor): Key condition: unknown 2025.09.17 20:39:02.519249 [ 318 ] {d4250ac1-5eea-43d9-9fc3-80e05121557c} AggregatingTransform: Aggregating 2025.09.17 20:39:02.519296 [ 318 ] {d4250ac1-5eea-43d9-9fc3-80e05121557c} Aggregator: Aggregation method: without_key 2025.09.17 20:39:02.519330 [ 318 ] {d4250ac1-5eea-43d9-9fc3-80e05121557c} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000785152 sec. (1273.639 rows/sec., 49.75 KiB/sec.) 2025.09.17 20:39:02.519349 [ 318 ] {d4250ac1-5eea-43d9-9fc3-80e05121557c} Aggregator: Merging aggregated data 2025.09.17 20:39:02.520707 [ 286 ] {d4250ac1-5eea-43d9-9fc3-80e05121557c} executeQuery: Read 1 rows, 40.00 B in 0.0031 sec., 322.5806451612903 rows/sec., 12.60 KiB/sec. 2025.09.17 20:39:02.520810 [ 286 ] {d4250ac1-5eea-43d9-9fc3-80e05121557c} TCPHandler: Processed in 0.003472407 sec. 2025.09.17 20:39:02.520982 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.17 20:39:02.521012 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.17 20:39:02.521033 [ 294 ] {} TCPHandler: Done processing connection. 2025.09.17 20:39:02.521055 [ 293 ] {} TCPHandler: Done processing connection. 2025.09.17 20:39:02.521063 [ 288 ] {} TCP-Session: 47ca537a-a55b-464a-b726-8e9bb84cb041 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:02.521086 [ 294 ] {} TCP-Session: 6febc89c-e0d7-45e2-afad-eaf03bedadf1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:02.521092 [ 290 ] {} TCPHandler: Done processing connection. 2025.09.17 20:39:02.521113 [ 292 ] {} TCPHandler: Done processing connection. 2025.09.17 20:39:02.521085 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.17 20:39:02.521180 [ 292 ] {} TCP-Session: bfbd145c-f1c3-4e27-b5fa-b241adaeecf8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:02.521238 [ 289 ] {} TCP-Session: e30b2e94-ae37-420d-a26a-4ce2c6f8bf22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:02.521148 [ 291 ] {} TCPHandler: Done processing connection. 2025.09.17 20:39:02.521149 [ 3 ] {} TCPHandler: Done processing connection. 2025.09.17 20:39:02.521316 [ 291 ] {} TCP-Session: e4d311cb-b395-46bd-9a47-a0ef5dc8b957 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:02.521152 [ 290 ] {} TCP-Session: 1c286e4a-6e4e-4244-9457-168ee18f16d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:02.521346 [ 3 ] {} TCP-Session: 3ac623b3-66b7-45da-bc22-b80fc9d1e9ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:02.521104 [ 293 ] {} TCP-Session: e1f54644-17c1-4297-b444-26296221a013 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:02.521023 [ 286 ] {} TCP-Session: 43e92c50-9ce5-4c47-9833-e28541fe36ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:39:03.430797 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:03.431004 [ 5 ] {ee3f828a-5df4-408d-ad4d-9e5ba79c2bff} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:39:03.431113 [ 5 ] {ee3f828a-5df4-408d-ad4d-9e5ba79c2bff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:39:03.431802 [ 5 ] {ee3f828a-5df4-408d-ad4d-9e5ba79c2bff} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:03.431850 [ 5 ] {ee3f828a-5df4-408d-ad4d-9e5ba79c2bff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.09.17 20:39:03.432249 [ 5 ] {ee3f828a-5df4-408d-ad4d-9e5ba79c2bff} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.09.17 20:39:03.432479 [ 5 ] {ee3f828a-5df4-408d-ad4d-9e5ba79c2bff} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:03.432629 [ 5 ] {ee3f828a-5df4-408d-ad4d-9e5ba79c2bff} executeQuery: Read 56 rows, 4.41 KiB in 0.001684 sec., 33254.1567695962 rows/sec., 2.55 MiB/sec. 2025.09.17 20:39:03.432671 [ 5 ] {ee3f828a-5df4-408d-ad4d-9e5ba79c2bff} TCPHandler: Processed in 0.002019197 sec. 2025.09.17 20:39:03.432799 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:03.432897 [ 5 ] {2417771a-c879-4850-8140-e1765927d0b2} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:39:03.432939 [ 5 ] {2417771a-c879-4850-8140-e1765927d0b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:39:03.433379 [ 5 ] {2417771a-c879-4850-8140-e1765927d0b2} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:03.433415 [ 5 ] {2417771a-c879-4850-8140-e1765927d0b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.09.17 20:39:03.433717 [ 5 ] {2417771a-c879-4850-8140-e1765927d0b2} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.09.17 20:39:03.433926 [ 5 ] {2417771a-c879-4850-8140-e1765927d0b2} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:03.434055 [ 5 ] {2417771a-c879-4850-8140-e1765927d0b2} executeQuery: Read 64 rows, 5.12 KiB in 0.001178 sec., 54329.37181663837 rows/sec., 4.24 MiB/sec. 2025.09.17 20:39:03.434092 [ 5 ] {2417771a-c879-4850-8140-e1765927d0b2} TCPHandler: Processed in 0.001343108 sec. 2025.09.17 20:39:03.434206 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:03.434301 [ 5 ] {df9eba93-a868-42bc-a11a-8200f579c2f0} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:39:03.434345 [ 5 ] {df9eba93-a868-42bc-a11a-8200f579c2f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:39:03.434747 [ 5 ] {df9eba93-a868-42bc-a11a-8200f579c2f0} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:03.434781 [ 5 ] {df9eba93-a868-42bc-a11a-8200f579c2f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.09.17 20:39:03.435104 [ 5 ] {df9eba93-a868-42bc-a11a-8200f579c2f0} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.09.17 20:39:03.435318 [ 5 ] {df9eba93-a868-42bc-a11a-8200f579c2f0} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:03.435449 [ 5 ] {df9eba93-a868-42bc-a11a-8200f579c2f0} executeQuery: Read 96 rows, 6.85 KiB in 0.001168 sec., 82191.78082191781 rows/sec., 5.72 MiB/sec. 2025.09.17 20:39:03.435486 [ 5 ] {df9eba93-a868-42bc-a11a-8200f579c2f0} TCPHandler: Processed in 0.001329427 sec. 2025.09.17 20:39:03.435612 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:03.435727 [ 5 ] {b122f686-a7b9-4838-8e80-4029354126a8} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:39:03.435781 [ 5 ] {b122f686-a7b9-4838-8e80-4029354126a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:39:03.436214 [ 5 ] {b122f686-a7b9-4838-8e80-4029354126a8} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:03.436259 [ 5 ] {b122f686-a7b9-4838-8e80-4029354126a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.09.17 20:39:03.436641 [ 5 ] {b122f686-a7b9-4838-8e80-4029354126a8} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.09.17 20:39:03.436920 [ 5 ] {b122f686-a7b9-4838-8e80-4029354126a8} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:03.437058 [ 5 ] {b122f686-a7b9-4838-8e80-4029354126a8} executeQuery: Read 36 rows, 2.48 KiB in 0.001356 sec., 26548.672566371682 rows/sec., 1.79 MiB/sec. 2025.09.17 20:39:03.437095 [ 5 ] {b122f686-a7b9-4838-8e80-4029354126a8} TCPHandler: Processed in 0.001544104 sec. 2025.09.17 20:39:05.154057 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 8166 2025.09.17 20:39:05.154768 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:05.154815 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.09.17 20:39:05.155286 [ 245 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.09.17 20:39:05.155525 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:05.155664 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8166 2025.09.17 20:39:05.571111 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 128 2025.09.17 20:39:05.586178 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:05.586237 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.09.17 20:39:05.592556 [ 244 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.09.17 20:39:05.593271 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:05.596020 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 128 2025.09.17 20:39:07.668152 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 482 2025.09.17 20:39:07.670847 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:07.670895 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:07.672139 [ 243 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.09.17 20:39:07.672426 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:07.672680 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 482 2025.09.17 20:39:08.434396 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:08.434581 [ 5 ] {e7d6e655-c048-4d76-b438-5ed566c09cad} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:39:08.434658 [ 5 ] {e7d6e655-c048-4d76-b438-5ed566c09cad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:39:08.435430 [ 5 ] {e7d6e655-c048-4d76-b438-5ed566c09cad} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:08.435474 [ 5 ] {e7d6e655-c048-4d76-b438-5ed566c09cad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:08.435870 [ 5 ] {e7d6e655-c048-4d76-b438-5ed566c09cad} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.09.17 20:39:08.436094 [ 5 ] {e7d6e655-c048-4d76-b438-5ed566c09cad} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:08.436241 [ 5 ] {e7d6e655-c048-4d76-b438-5ed566c09cad} executeQuery: Read 74 rows, 6.12 KiB in 0.001666 sec., 44417.76710684274 rows/sec., 3.59 MiB/sec. 2025.09.17 20:39:08.436285 [ 5 ] {e7d6e655-c048-4d76-b438-5ed566c09cad} TCPHandler: Processed in 0.001993176 sec. 2025.09.17 20:39:08.436411 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:08.436504 [ 5 ] {f56f01c2-eb17-40f8-96c8-1f41de0bd3ba} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:39:08.436544 [ 5 ] {f56f01c2-eb17-40f8-96c8-1f41de0bd3ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:39:08.436936 [ 5 ] {f56f01c2-eb17-40f8-96c8-1f41de0bd3ba} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:08.436970 [ 5 ] {f56f01c2-eb17-40f8-96c8-1f41de0bd3ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:08.437260 [ 5 ] {f56f01c2-eb17-40f8-96c8-1f41de0bd3ba} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.09.17 20:39:08.437462 [ 5 ] {f56f01c2-eb17-40f8-96c8-1f41de0bd3ba} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:08.437594 [ 5 ] {f56f01c2-eb17-40f8-96c8-1f41de0bd3ba} executeQuery: Read 9 rows, 693.00 B in 0.001108 sec., 8122.743682310469 rows/sec., 610.79 KiB/sec. 2025.09.17 20:39:08.437638 [ 5 ] {f56f01c2-eb17-40f8-96c8-1f41de0bd3ba} TCPHandler: Processed in 0.001275146 sec. 2025.09.17 20:39:08.437744 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:08.437836 [ 5 ] {c42a7f25-7fd8-4979-9c2b-54edcc4e2411} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:39:08.437876 [ 5 ] {c42a7f25-7fd8-4979-9c2b-54edcc4e2411} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:39:08.438283 [ 5 ] {c42a7f25-7fd8-4979-9c2b-54edcc4e2411} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:08.438317 [ 5 ] {c42a7f25-7fd8-4979-9c2b-54edcc4e2411} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:08.438605 [ 5 ] {c42a7f25-7fd8-4979-9c2b-54edcc4e2411} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.09.17 20:39:08.438832 [ 5 ] {c42a7f25-7fd8-4979-9c2b-54edcc4e2411} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:08.438954 [ 5 ] {c42a7f25-7fd8-4979-9c2b-54edcc4e2411} executeQuery: Read 73 rows, 5.84 KiB in 0.001135 sec., 64317.180616740094 rows/sec., 5.02 MiB/sec. 2025.09.17 20:39:08.438992 [ 5 ] {c42a7f25-7fd8-4979-9c2b-54edcc4e2411} TCPHandler: Processed in 0.001294496 sec. 2025.09.17 20:39:08.439101 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:08.439193 [ 5 ] {cbe23cef-62aa-4654-9161-3189223ebb21} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:39:08.439234 [ 5 ] {cbe23cef-62aa-4654-9161-3189223ebb21} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:39:08.439633 [ 5 ] {cbe23cef-62aa-4654-9161-3189223ebb21} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:08.439667 [ 5 ] {cbe23cef-62aa-4654-9161-3189223ebb21} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:08.439989 [ 5 ] {cbe23cef-62aa-4654-9161-3189223ebb21} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.09.17 20:39:08.440195 [ 5 ] {cbe23cef-62aa-4654-9161-3189223ebb21} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:08.440318 [ 5 ] {cbe23cef-62aa-4654-9161-3189223ebb21} executeQuery: Read 160 rows, 11.41 KiB in 0.001144 sec., 139860.13986013984 rows/sec., 9.74 MiB/sec. 2025.09.17 20:39:08.440353 [ 5 ] {cbe23cef-62aa-4654-9161-3189223ebb21} TCPHandler: Processed in 0.001299856 sec. 2025.09.17 20:39:08.440466 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:08.440557 [ 5 ] {7019dabf-f1af-40a5-8342-d803f8964ab7} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:39:08.440611 [ 5 ] {7019dabf-f1af-40a5-8342-d803f8964ab7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:39:08.441344 [ 5 ] {7019dabf-f1af-40a5-8342-d803f8964ab7} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:08.441377 [ 5 ] {7019dabf-f1af-40a5-8342-d803f8964ab7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:08.441864 [ 5 ] {7019dabf-f1af-40a5-8342-d803f8964ab7} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.09.17 20:39:08.442077 [ 5 ] {7019dabf-f1af-40a5-8342-d803f8964ab7} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:08.442209 [ 5 ] {7019dabf-f1af-40a5-8342-d803f8964ab7} executeQuery: Read 9 rows, 16.51 KiB in 0.001669 sec., 5392.450569203116 rows/sec., 9.66 MiB/sec. 2025.09.17 20:39:08.442223 [ 35 ] {} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.09.17 20:39:08.442258 [ 5 ] {7019dabf-f1af-40a5-8342-d803f8964ab7} TCPHandler: Processed in 0.001843562 sec. 2025.09.17 20:39:08.442294 [ 35 ] {} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:08.442319 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:08.442381 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:08.442409 [ 190 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.09.17 20:39:08.442479 [ 5 ] {6defed31-ca04-4d04-adf8-6170964e8336} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:39:08.442523 [ 5 ] {6defed31-ca04-4d04-adf8-6170964e8336} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:39:08.442604 [ 190 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:39:08.442659 [ 190 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 266 rows starting from the beginning of the part 2025.09.17 20:39:08.442789 [ 190 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 8 rows starting from the beginning of the part 2025.09.17 20:39:08.442851 [ 5 ] {6defed31-ca04-4d04-adf8-6170964e8336} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:08.442889 [ 5 ] {6defed31-ca04-4d04-adf8-6170964e8336} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:08.442905 [ 190 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 33 rows starting from the beginning of the part 2025.09.17 20:39:08.443005 [ 190 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 9 rows starting from the beginning of the part 2025.09.17 20:39:08.443098 [ 190 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 33 rows starting from the beginning of the part 2025.09.17 20:39:08.443195 [ 190 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 9 rows starting from the beginning of the part 2025.09.17 20:39:08.443208 [ 5 ] {6defed31-ca04-4d04-adf8-6170964e8336} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.09.17 20:39:08.443423 [ 5 ] {6defed31-ca04-4d04-adf8-6170964e8336} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:08.443548 [ 5 ] {6defed31-ca04-4d04-adf8-6170964e8336} executeQuery: Read 60 rows, 4.14 KiB in 0.001087 sec., 55197.79208831646 rows/sec., 3.72 MiB/sec. 2025.09.17 20:39:08.443582 [ 5 ] {6defed31-ca04-4d04-adf8-6170964e8336} TCPHandler: Processed in 0.001248655 sec. 2025.09.17 20:39:08.446279 [ 192 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 358 rows, containing 19 columns (19 merged, 0 gathered) in 0.00390001 sec., 91794.63642400916 rows/sec., 164.49 MiB/sec. 2025.09.17 20:39:08.447017 [ 192 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.09.17 20:39:08.447395 [ 192 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_16_3} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:08.447479 [ 192 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_16_3} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.09.17 20:39:08.447623 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.00 MiB. 2025.09.17 20:39:09.000211 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 236.29 MiB, peak 244.91 MiB, free memory in arenas 0.00 B, will set to 237.40 MiB (RSS), difference: 1.11 MiB 2025.09.17 20:39:12.563530 [ 124 ] {} DNSResolver: Updating DNS cache 2025.09.17 20:39:12.563630 [ 124 ] {} DNSResolver: Updated DNS cache 2025.09.17 20:39:12.656697 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 8614 2025.09.17 20:39:12.657179 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:12.657223 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:12.657703 [ 245 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.09.17 20:39:12.657983 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:12.658116 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8614 2025.09.17 20:39:13.097073 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 136 2025.09.17 20:39:13.112687 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:13.112730 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:13.118575 [ 244 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.09.17 20:39:13.119280 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:13.122254 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 136 2025.09.17 20:39:13.435338 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:13.435625 [ 5 ] {4bf15b98-b95a-4d22-864e-5027e2ede2ed} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:39:13.435733 [ 5 ] {4bf15b98-b95a-4d22-864e-5027e2ede2ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:39:13.436462 [ 5 ] {4bf15b98-b95a-4d22-864e-5027e2ede2ed} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:13.436511 [ 5 ] {4bf15b98-b95a-4d22-864e-5027e2ede2ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:13.436949 [ 5 ] {4bf15b98-b95a-4d22-864e-5027e2ede2ed} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.09.17 20:39:13.437183 [ 5 ] {4bf15b98-b95a-4d22-864e-5027e2ede2ed} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:13.437344 [ 5 ] {4bf15b98-b95a-4d22-864e-5027e2ede2ed} executeQuery: Read 122 rows, 10.73 KiB in 0.001798 sec., 67853.17018909901 rows/sec., 5.83 MiB/sec. 2025.09.17 20:39:13.437386 [ 5 ] {4bf15b98-b95a-4d22-864e-5027e2ede2ed} TCPHandler: Processed in 0.002238972 sec. 2025.09.17 20:39:13.437516 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:13.437611 [ 5 ] {0b539558-fa16-45cc-95eb-eb35126c41ff} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:39:13.437653 [ 5 ] {0b539558-fa16-45cc-95eb-eb35126c41ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:39:13.438063 [ 5 ] {0b539558-fa16-45cc-95eb-eb35126c41ff} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:13.438100 [ 5 ] {0b539558-fa16-45cc-95eb-eb35126c41ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:13.438398 [ 5 ] {0b539558-fa16-45cc-95eb-eb35126c41ff} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.09.17 20:39:13.438611 [ 5 ] {0b539558-fa16-45cc-95eb-eb35126c41ff} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:13.438737 [ 5 ] {0b539558-fa16-45cc-95eb-eb35126c41ff} executeQuery: Read 33 rows, 2.48 KiB in 0.001145 sec., 28820.960698689956 rows/sec., 2.12 MiB/sec. 2025.09.17 20:39:13.438774 [ 5 ] {0b539558-fa16-45cc-95eb-eb35126c41ff} TCPHandler: Processed in 0.001307946 sec. 2025.09.17 20:39:13.438886 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:13.438981 [ 5 ] {5dee4e88-eef8-4ee5-b2fb-f3ba493f184a} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:39:13.439022 [ 5 ] {5dee4e88-eef8-4ee5-b2fb-f3ba493f184a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:39:13.439501 [ 5 ] {5dee4e88-eef8-4ee5-b2fb-f3ba493f184a} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:13.439548 [ 5 ] {5dee4e88-eef8-4ee5-b2fb-f3ba493f184a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:13.439895 [ 5 ] {5dee4e88-eef8-4ee5-b2fb-f3ba493f184a} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.09.17 20:39:13.440107 [ 5 ] {5dee4e88-eef8-4ee5-b2fb-f3ba493f184a} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:13.440244 [ 5 ] {5dee4e88-eef8-4ee5-b2fb-f3ba493f184a} executeQuery: Read 97 rows, 7.76 KiB in 0.001281 sec., 75722.09211553473 rows/sec., 5.91 MiB/sec. 2025.09.17 20:39:13.440282 [ 5 ] {5dee4e88-eef8-4ee5-b2fb-f3ba493f184a} TCPHandler: Processed in 0.001445151 sec. 2025.09.17 20:39:13.440398 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:13.440494 [ 5 ] {ce543c72-4429-4e51-b597-1c285e182544} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:39:13.440537 [ 5 ] {ce543c72-4429-4e51-b597-1c285e182544} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:39:13.440943 [ 5 ] {ce543c72-4429-4e51-b597-1c285e182544} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:13.440980 [ 5 ] {ce543c72-4429-4e51-b597-1c285e182544} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:13.441326 [ 5 ] {ce543c72-4429-4e51-b597-1c285e182544} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.09.17 20:39:13.441532 [ 5 ] {ce543c72-4429-4e51-b597-1c285e182544} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:13.441668 [ 5 ] {ce543c72-4429-4e51-b597-1c285e182544} executeQuery: Read 160 rows, 11.41 KiB in 0.001193 sec., 134115.6747694887 rows/sec., 9.34 MiB/sec. 2025.09.17 20:39:13.441705 [ 5 ] {ce543c72-4429-4e51-b597-1c285e182544} TCPHandler: Processed in 0.001357808 sec. 2025.09.17 20:39:13.441814 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:13.441909 [ 5 ] {b115356a-b8e3-4cb1-9679-764d543ccc1c} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:39:13.441963 [ 5 ] {b115356a-b8e3-4cb1-9679-764d543ccc1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:39:13.442784 [ 5 ] {b115356a-b8e3-4cb1-9679-764d543ccc1c} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:13.442821 [ 5 ] {b115356a-b8e3-4cb1-9679-764d543ccc1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:13.443377 [ 5 ] {b115356a-b8e3-4cb1-9679-764d543ccc1c} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.09.17 20:39:13.443594 [ 5 ] {b115356a-b8e3-4cb1-9679-764d543ccc1c} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:13.443726 [ 5 ] {b115356a-b8e3-4cb1-9679-764d543ccc1c} executeQuery: Read 33 rows, 60.55 KiB in 0.001836 sec., 17973.856209150326 rows/sec., 32.21 MiB/sec. 2025.09.17 20:39:13.443778 [ 5 ] {b115356a-b8e3-4cb1-9679-764d543ccc1c} TCPHandler: Processed in 0.002012066 sec. 2025.09.17 20:39:13.443892 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:13.443987 [ 5 ] {4639ea4a-0a9c-47d0-938e-5734239b160e} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:39:13.444028 [ 5 ] {4639ea4a-0a9c-47d0-938e-5734239b160e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:39:13.444358 [ 5 ] {4639ea4a-0a9c-47d0-938e-5734239b160e} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:13.444395 [ 5 ] {4639ea4a-0a9c-47d0-938e-5734239b160e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:13.444687 [ 5 ] {4639ea4a-0a9c-47d0-938e-5734239b160e} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.09.17 20:39:13.444891 [ 5 ] {4639ea4a-0a9c-47d0-938e-5734239b160e} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:13.445030 [ 5 ] {4639ea4a-0a9c-47d0-938e-5734239b160e} executeQuery: Read 60 rows, 4.14 KiB in 0.001062 sec., 56497.17514124294 rows/sec., 3.81 MiB/sec. 2025.09.17 20:39:13.445065 [ 5 ] {4639ea4a-0a9c-47d0-938e-5734239b160e} TCPHandler: Processed in 0.001222295 sec. 2025.09.17 20:39:17.673005 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 506 2025.09.17 20:39:17.675075 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:17.675120 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:17.676273 [ 243 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.09.17 20:39:17.676534 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:17.676787 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 506 2025.09.17 20:39:18.436516 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:18.436702 [ 5 ] {b1d32f19-31ac-4e05-a0bd-646931b9915a} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.17 20:39:18.436768 [ 5 ] {b1d32f19-31ac-4e05-a0bd-646931b9915a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.17 20:39:18.437416 [ 5 ] {b1d32f19-31ac-4e05-a0bd-646931b9915a} oximeter.fields_i16 (ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:18.437454 [ 5 ] {b1d32f19-31ac-4e05-a0bd-646931b9915a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:18.437862 [ 5 ] {b1d32f19-31ac-4e05-a0bd-646931b9915a} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.09.17 20:39:18.438089 [ 5 ] {b1d32f19-31ac-4e05-a0bd-646931b9915a} oximeter.fields_i16 (ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:18.438212 [ 108 ] {} oximeter.fields_i16 (ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.09.17 20:39:18.438236 [ 5 ] {b1d32f19-31ac-4e05-a0bd-646931b9915a} executeQuery: Read 24 rows, 2.04 KiB in 0.00159 sec., 15094.33962264151 rows/sec., 1.25 MiB/sec. 2025.09.17 20:39:18.438282 [ 108 ] {} oximeter.fields_i16 (ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:18.438294 [ 5 ] {b1d32f19-31ac-4e05-a0bd-646931b9915a} TCPHandler: Processed in 0.001908974 sec. 2025.09.17 20:39:18.438317 [ 108 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:18.438416 [ 202 ] {ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2025.09.17 20:39:18.438442 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:18.438510 [ 202 ] {ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:39:18.438538 [ 202 ] {ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part 2025.09.17 20:39:18.438539 [ 5 ] {dacc8643-21b7-4088-a278-3606038c6f62} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.17 20:39:18.438586 [ 5 ] {dacc8643-21b7-4088-a278-3606038c6f62} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.17 20:39:18.438620 [ 202 ] {ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 24 rows starting from the beginning of the part 2025.09.17 20:39:18.438668 [ 202 ] {ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7::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.09.17 20:39:18.438715 [ 202 ] {ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7::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.09.17 20:39:18.438758 [ 202 ] {ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7::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.09.17 20:39:18.439035 [ 5 ] {dacc8643-21b7-4088-a278-3606038c6f62} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:18.439070 [ 5 ] {dacc8643-21b7-4088-a278-3606038c6f62} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:18.439362 [ 5 ] {dacc8643-21b7-4088-a278-3606038c6f62} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.09.17 20:39:18.439441 [ 192 ] {ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.0010623 sec., 112962.43998870376 rows/sec., 9.80 MiB/sec. 2025.09.17 20:39:18.439582 [ 5 ] {dacc8643-21b7-4088-a278-3606038c6f62} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:18.439589 [ 190 ] {ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.09.17 20:39:18.439712 [ 5 ] {dacc8643-21b7-4088-a278-3606038c6f62} executeQuery: Read 8 rows, 668.00 B in 0.001193 sec., 6705.783738474434 rows/sec., 546.81 KiB/sec. 2025.09.17 20:39:18.439749 [ 5 ] {dacc8643-21b7-4088-a278-3606038c6f62} TCPHandler: Processed in 0.001355438 sec. 2025.09.17 20:39:18.439837 [ 190 ] {ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7::all_1_5_1} oximeter.fields_i16 (ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:18.439864 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:18.439896 [ 190 ] {ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7::all_1_5_1} oximeter.fields_i16 (ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.09.17 20:39:18.439954 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.09.17 20:39:18.439959 [ 5 ] {818b4b5b-8867-423b-8806-1742752d5ff9} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:39:18.440002 [ 5 ] {818b4b5b-8867-423b-8806-1742752d5ff9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:39:18.440516 [ 5 ] {818b4b5b-8867-423b-8806-1742752d5ff9} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:18.440550 [ 5 ] {818b4b5b-8867-423b-8806-1742752d5ff9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:18.440869 [ 5 ] {818b4b5b-8867-423b-8806-1742752d5ff9} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.09.17 20:39:18.441082 [ 5 ] {818b4b5b-8867-423b-8806-1742752d5ff9} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:18.441178 [ 108 ] {} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.09.17 20:39:18.441207 [ 5 ] {818b4b5b-8867-423b-8806-1742752d5ff9} executeQuery: Read 198 rows, 17.88 KiB in 0.001267 sec., 156274.66456195738 rows/sec., 13.78 MiB/sec. 2025.09.17 20:39:18.441209 [ 108 ] {} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:18.441247 [ 108 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:18.441250 [ 5 ] {818b4b5b-8867-423b-8806-1742752d5ff9} TCPHandler: Processed in 0.001435251 sec. 2025.09.17 20:39:18.441322 [ 192 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.09.17 20:39:18.441376 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:18.441432 [ 192 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:39:18.441469 [ 192 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::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.09.17 20:39:18.441475 [ 5 ] {309a087f-4d36-4c20-9314-e2ce5dfdadd8} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:39:18.441521 [ 5 ] {309a087f-4d36-4c20-9314-e2ce5dfdadd8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:39:18.441535 [ 192 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1263 rows starting from the beginning of the part 2025.09.17 20:39:18.441584 [ 192 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 56 rows starting from the beginning of the part 2025.09.17 20:39:18.441627 [ 192 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 74 rows starting from the beginning of the part 2025.09.17 20:39:18.441665 [ 192 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 122 rows starting from the beginning of the part 2025.09.17 20:39:18.441705 [ 192 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 198 rows starting from the beginning of the part 2025.09.17 20:39:18.441924 [ 5 ] {309a087f-4d36-4c20-9314-e2ce5dfdadd8} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:18.441967 [ 5 ] {309a087f-4d36-4c20-9314-e2ce5dfdadd8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:18.442277 [ 5 ] {309a087f-4d36-4c20-9314-e2ce5dfdadd8} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.09.17 20:39:18.442538 [ 5 ] {309a087f-4d36-4c20-9314-e2ce5dfdadd8} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:18.442664 [ 5 ] {309a087f-4d36-4c20-9314-e2ce5dfdadd8} executeQuery: Read 29 rows, 2.20 KiB in 0.001207 sec., 24026.512013256008 rows/sec., 1.78 MiB/sec. 2025.09.17 20:39:18.442700 [ 5 ] {309a087f-4d36-4c20-9314-e2ce5dfdadd8} TCPHandler: Processed in 0.001372909 sec. 2025.09.17 20:39:18.442811 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:18.442903 [ 5 ] {bca529d2-8797-45bb-a7c8-c694a8b980f3} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.17 20:39:18.442908 [ 192 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1982 rows, containing 5 columns (5 merged, 0 gathered) in 0.001619736 sec., 1223656.200763581 rows/sec., 107.82 MiB/sec. 2025.09.17 20:39:18.442944 [ 5 ] {bca529d2-8797-45bb-a7c8-c694a8b980f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.17 20:39:18.443128 [ 192 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.09.17 20:39:18.443338 [ 5 ] {bca529d2-8797-45bb-a7c8-c694a8b980f3} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:18.443380 [ 5 ] {bca529d2-8797-45bb-a7c8-c694a8b980f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:18.443380 [ 192 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_26_5} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:18.443472 [ 192 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_26_5} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.09.17 20:39:18.443542 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. 2025.09.17 20:39:18.443688 [ 5 ] {bca529d2-8797-45bb-a7c8-c694a8b980f3} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.09.17 20:39:18.443901 [ 5 ] {bca529d2-8797-45bb-a7c8-c694a8b980f3} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:18.444029 [ 5 ] {bca529d2-8797-45bb-a7c8-c694a8b980f3} executeQuery: Read 24 rows, 2.04 KiB in 0.001144 sec., 20979.020979020977 rows/sec., 1.74 MiB/sec. 2025.09.17 20:39:18.444066 [ 5 ] {bca529d2-8797-45bb-a7c8-c694a8b980f3} TCPHandler: Processed in 0.001305327 sec. 2025.09.17 20:39:18.444174 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:18.444268 [ 5 ] {b46434ea-6db3-40f1-a1c3-706bfa096354} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.17 20:39:18.444306 [ 5 ] {b46434ea-6db3-40f1-a1c3-706bfa096354} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.17 20:39:18.444696 [ 5 ] {b46434ea-6db3-40f1-a1c3-706bfa096354} oximeter.fields_u8 (20447e1c-98e2-48f4-ad1a-5155a635de4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:18.444731 [ 5 ] {b46434ea-6db3-40f1-a1c3-706bfa096354} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:18.445024 [ 5 ] {b46434ea-6db3-40f1-a1c3-706bfa096354} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.09.17 20:39:18.445230 [ 5 ] {b46434ea-6db3-40f1-a1c3-706bfa096354} oximeter.fields_u8 (20447e1c-98e2-48f4-ad1a-5155a635de4d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:18.445323 [ 108 ] {} oximeter.fields_u8 (20447e1c-98e2-48f4-ad1a-5155a635de4d) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.09.17 20:39:18.445353 [ 108 ] {} oximeter.fields_u8 (20447e1c-98e2-48f4-ad1a-5155a635de4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:18.445355 [ 5 ] {b46434ea-6db3-40f1-a1c3-706bfa096354} executeQuery: Read 12 rows, 960.00 B in 0.001105 sec., 10859.728506787329 rows/sec., 848.42 KiB/sec. 2025.09.17 20:39:18.445371 [ 108 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:18.445405 [ 5 ] {b46434ea-6db3-40f1-a1c3-706bfa096354} TCPHandler: Processed in 0.001279756 sec. 2025.09.17 20:39:18.445453 [ 190 ] {20447e1c-98e2-48f4-ad1a-5155a635de4d::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2025.09.17 20:39:18.445520 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:18.445540 [ 190 ] {20447e1c-98e2-48f4-ad1a-5155a635de4d::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:39:18.445568 [ 190 ] {20447e1c-98e2-48f4-ad1a-5155a635de4d::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part 2025.09.17 20:39:18.445614 [ 5 ] {f5d41b31-09e5-44e5-8361-6b02a9435734} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:39:18.445624 [ 190 ] {20447e1c-98e2-48f4-ad1a-5155a635de4d::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 12 rows starting from the beginning of the part 2025.09.17 20:39:18.445653 [ 5 ] {f5d41b31-09e5-44e5-8361-6b02a9435734} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:39:18.445675 [ 190 ] {20447e1c-98e2-48f4-ad1a-5155a635de4d::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.09.17 20:39:18.445718 [ 190 ] {20447e1c-98e2-48f4-ad1a-5155a635de4d::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.09.17 20:39:18.445762 [ 190 ] {20447e1c-98e2-48f4-ad1a-5155a635de4d::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.09.17 20:39:18.446079 [ 5 ] {f5d41b31-09e5-44e5-8361-6b02a9435734} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:18.446113 [ 5 ] {f5d41b31-09e5-44e5-8361-6b02a9435734} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:18.446398 [ 195 ] {20447e1c-98e2-48f4-ad1a-5155a635de4d::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.000967277 sec., 62029.801184148906 rows/sec., 4.97 MiB/sec. 2025.09.17 20:39:18.446422 [ 5 ] {f5d41b31-09e5-44e5-8361-6b02a9435734} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.09.17 20:39:18.446542 [ 190 ] {20447e1c-98e2-48f4-ad1a-5155a635de4d::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.09.17 20:39:18.446688 [ 5 ] {f5d41b31-09e5-44e5-8361-6b02a9435734} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:18.446769 [ 190 ] {20447e1c-98e2-48f4-ad1a-5155a635de4d::all_1_5_1} oximeter.fields_u8 (20447e1c-98e2-48f4-ad1a-5155a635de4d): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:18.446792 [ 108 ] {} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.09.17 20:39:18.446815 [ 5 ] {f5d41b31-09e5-44e5-8361-6b02a9435734} executeQuery: Read 117 rows, 9.75 KiB in 0.001219 sec., 95980.31173092699 rows/sec., 7.81 MiB/sec. 2025.09.17 20:39:18.446829 [ 190 ] {20447e1c-98e2-48f4-ad1a-5155a635de4d::all_1_5_1} oximeter.fields_u8 (20447e1c-98e2-48f4-ad1a-5155a635de4d) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.09.17 20:39:18.446822 [ 108 ] {} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:18.446857 [ 5 ] {f5d41b31-09e5-44e5-8361-6b02a9435734} TCPHandler: Processed in 0.001387239 sec. 2025.09.17 20:39:18.446865 [ 108 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:18.446885 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.09.17 20:39:18.446958 [ 190 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.09.17 20:39:18.446979 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:18.447024 [ 190 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:39:18.447048 [ 190 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 176 rows starting from the beginning of the part 2025.09.17 20:39:18.447072 [ 5 ] {12d2c8c1-e031-4a8b-a8a5-3c6eb29d4246} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:39:18.447089 [ 190 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 555 rows starting from the beginning of the part 2025.09.17 20:39:18.447115 [ 5 ] {12d2c8c1-e031-4a8b-a8a5-3c6eb29d4246} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:39:18.447124 [ 190 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 64 rows starting from the beginning of the part 2025.09.17 20:39:18.447156 [ 190 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 73 rows starting from the beginning of the part 2025.09.17 20:39:18.447189 [ 190 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 97 rows starting from the beginning of the part 2025.09.17 20:39:18.447220 [ 190 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 117 rows starting from the beginning of the part 2025.09.17 20:39:18.447534 [ 5 ] {12d2c8c1-e031-4a8b-a8a5-3c6eb29d4246} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:18.447569 [ 5 ] {12d2c8c1-e031-4a8b-a8a5-3c6eb29d4246} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:18.447906 [ 5 ] {12d2c8c1-e031-4a8b-a8a5-3c6eb29d4246} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.09.17 20:39:18.448021 [ 195 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1082 rows, containing 5 columns (5 merged, 0 gathered) in 0.00108811 sec., 994384.7588938619 rows/sec., 80.22 MiB/sec. 2025.09.17 20:39:18.448124 [ 5 ] {12d2c8c1-e031-4a8b-a8a5-3c6eb29d4246} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:18.448163 [ 190 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.09.17 20:39:18.448229 [ 108 ] {} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.09.17 20:39:18.448257 [ 5 ] {12d2c8c1-e031-4a8b-a8a5-3c6eb29d4246} executeQuery: Read 200 rows, 14.68 KiB in 0.001202 sec., 166389.3510815308 rows/sec., 11.93 MiB/sec. 2025.09.17 20:39:18.448258 [ 108 ] {} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:18.448299 [ 108 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:18.448300 [ 5 ] {12d2c8c1-e031-4a8b-a8a5-3c6eb29d4246} TCPHandler: Processed in 0.001369078 sec. 2025.09.17 20:39:18.448373 [ 186 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.09.17 20:39:18.448402 [ 190 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_26_5} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:18.448426 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:18.448459 [ 186 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:39:18.448464 [ 190 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_26_5} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.09.17 20:39:18.448486 [ 186 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 2916 rows starting from the beginning of the part 2025.09.17 20:39:18.448520 [ 5 ] {9d1e9539-8b1d-4b1c-b894-7f4ec5e2366f} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:39:18.448523 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. 2025.09.17 20:39:18.448537 [ 186 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 4073 rows starting from the beginning of the part 2025.09.17 20:39:18.448576 [ 5 ] {9d1e9539-8b1d-4b1c-b894-7f4ec5e2366f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:39:18.448581 [ 186 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 96 rows starting from the beginning of the part 2025.09.17 20:39:18.448623 [ 186 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 160 rows starting from the beginning of the part 2025.09.17 20:39:18.448659 [ 186 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 160 rows starting from the beginning of the part 2025.09.17 20:39:18.448694 [ 186 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 200 rows starting from the beginning of the part 2025.09.17 20:39:18.449330 [ 5 ] {9d1e9539-8b1d-4b1c-b894-7f4ec5e2366f} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:18.449365 [ 5 ] {9d1e9539-8b1d-4b1c-b894-7f4ec5e2366f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:18.449884 [ 5 ] {9d1e9539-8b1d-4b1c-b894-7f4ec5e2366f} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.09.17 20:39:18.450113 [ 5 ] {9d1e9539-8b1d-4b1c-b894-7f4ec5e2366f} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:18.450261 [ 5 ] {9d1e9539-8b1d-4b1c-b894-7f4ec5e2366f} executeQuery: Read 9 rows, 16.51 KiB in 0.001759 sec., 5116.543490619671 rows/sec., 9.17 MiB/sec. 2025.09.17 20:39:18.450331 [ 5 ] {9d1e9539-8b1d-4b1c-b894-7f4ec5e2366f} TCPHandler: Processed in 0.001954675 sec. 2025.09.17 20:39:18.450448 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:18.450544 [ 5 ] {c597fe09-163e-43a6-ad32-484b8857baae} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:39:18.450585 [ 5 ] {c597fe09-163e-43a6-ad32-484b8857baae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:39:18.450923 [ 5 ] {c597fe09-163e-43a6-ad32-484b8857baae} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:18.450944 [ 195 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 7605 rows, containing 5 columns (5 merged, 0 gathered) in 0.002604974 sec., 2919414.9346596166 rows/sec., 200.54 MiB/sec. 2025.09.17 20:39:18.450959 [ 5 ] {c597fe09-163e-43a6-ad32-484b8857baae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:18.451296 [ 5 ] {c597fe09-163e-43a6-ad32-484b8857baae} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.09.17 20:39:18.451535 [ 5 ] {c597fe09-163e-43a6-ad32-484b8857baae} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:18.451666 [ 5 ] {c597fe09-163e-43a6-ad32-484b8857baae} executeQuery: Read 60 rows, 4.14 KiB in 0.00114 sec., 52631.57894736842 rows/sec., 3.55 MiB/sec. 2025.09.17 20:39:18.451673 [ 112 ] {} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.09.17 20:39:18.451705 [ 5 ] {c597fe09-163e-43a6-ad32-484b8857baae} TCPHandler: Processed in 0.001305237 sec. 2025.09.17 20:39:18.451720 [ 112 ] {} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:18.451725 [ 195 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.09.17 20:39:18.451771 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:18.451874 [ 190 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.09.17 20:39:18.451965 [ 190 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:39:18.451990 [ 190 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1008 rows starting from the beginning of the part 2025.09.17 20:39:18.452032 [ 190 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 24 rows starting from the beginning of the part 2025.09.17 20:39:18.452071 [ 190 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 36 rows starting from the beginning of the part 2025.09.17 20:39:18.452105 [ 190 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 60 rows starting from the beginning of the part 2025.09.17 20:39:18.452132 [ 195 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_26_5} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:18.452135 [ 190 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 60 rows starting from the beginning of the part 2025.09.17 20:39:18.452185 [ 190 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part 2025.09.17 20:39:18.452230 [ 195 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_26_5} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.09.17 20:39:18.452335 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.41 MiB. 2025.09.17 20:39:18.452912 [ 200 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1248 rows, containing 4 columns (4 merged, 0 gathered) in 0.00108367 sec., 1151642.1050688864 rows/sec., 77.36 MiB/sec. 2025.09.17 20:39:18.453096 [ 195 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.09.17 20:39:18.453370 [ 195 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_26_5} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:18.453440 [ 195 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_26_5} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.09.17 20:39:18.453515 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. 2025.09.17 20:39:20.158854 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 9126 2025.09.17 20:39:20.159344 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:20.159380 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:20.159849 [ 245 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.09.17 20:39:20.160084 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:20.160208 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9126 2025.09.17 20:39:20.622907 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 2025.09.17 20:39:20.639578 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:20.639638 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:20.645895 [ 244 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.09.17 20:39:20.646621 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:20.649490 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 144 2025.09.17 20:39:23.434017 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:23.434212 [ 5 ] {b549d900-7f31-4599-8509-6c2bf469b602} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:39:23.434276 [ 5 ] {b549d900-7f31-4599-8509-6c2bf469b602} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:39:23.434910 [ 5 ] {b549d900-7f31-4599-8509-6c2bf469b602} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:23.434955 [ 5 ] {b549d900-7f31-4599-8509-6c2bf469b602} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:23.435353 [ 5 ] {b549d900-7f31-4599-8509-6c2bf469b602} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.09.17 20:39:23.435578 [ 5 ] {b549d900-7f31-4599-8509-6c2bf469b602} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:23.435723 [ 5 ] {b549d900-7f31-4599-8509-6c2bf469b602} executeQuery: Read 122 rows, 10.73 KiB in 0.001561 sec., 78155.02882767456 rows/sec., 6.71 MiB/sec. 2025.09.17 20:39:23.435763 [ 5 ] {b549d900-7f31-4599-8509-6c2bf469b602} TCPHandler: Processed in 0.001878083 sec. 2025.09.17 20:39:23.435880 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:23.435974 [ 5 ] {af595bdb-08e0-47b9-9d19-68bbf53dd5c8} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:39:23.436014 [ 5 ] {af595bdb-08e0-47b9-9d19-68bbf53dd5c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:39:23.436419 [ 5 ] {af595bdb-08e0-47b9-9d19-68bbf53dd5c8} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:23.436456 [ 5 ] {af595bdb-08e0-47b9-9d19-68bbf53dd5c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:23.436745 [ 5 ] {af595bdb-08e0-47b9-9d19-68bbf53dd5c8} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.09.17 20:39:23.436949 [ 5 ] {af595bdb-08e0-47b9-9d19-68bbf53dd5c8} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:23.437064 [ 123 ] {} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.09.17 20:39:23.437072 [ 5 ] {af595bdb-08e0-47b9-9d19-68bbf53dd5c8} executeQuery: Read 33 rows, 2.48 KiB in 0.001117 sec., 29543.41987466428 rows/sec., 2.17 MiB/sec. 2025.09.17 20:39:23.437140 [ 123 ] {} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:23.437156 [ 5 ] {af595bdb-08e0-47b9-9d19-68bbf53dd5c8} TCPHandler: Processed in 0.001323727 sec. 2025.09.17 20:39:23.437167 [ 123 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:23.437267 [ 190 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.09.17 20:39:23.437275 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:23.437363 [ 190 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:39:23.437382 [ 5 ] {3fcdc465-3ca5-41a6-90a5-7282c84845b0} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:39:23.437390 [ 190 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 70 rows starting from the beginning of the part 2025.09.17 20:39:23.437423 [ 5 ] {3fcdc465-3ca5-41a6-90a5-7282c84845b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:39:23.437450 [ 190 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 35 rows starting from the beginning of the part 2025.09.17 20:39:23.437494 [ 190 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 9 rows starting from the beginning of the part 2025.09.17 20:39:23.437533 [ 190 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 33 rows starting from the beginning of the part 2025.09.17 20:39:23.437569 [ 190 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 29 rows starting from the beginning of the part 2025.09.17 20:39:23.437610 [ 190 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 33 rows starting from the beginning of the part 2025.09.17 20:39:23.437845 [ 5 ] {3fcdc465-3ca5-41a6-90a5-7282c84845b0} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:23.437879 [ 5 ] {3fcdc465-3ca5-41a6-90a5-7282c84845b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:23.438198 [ 5 ] {3fcdc465-3ca5-41a6-90a5-7282c84845b0} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.09.17 20:39:23.438337 [ 200 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 209 rows, containing 5 columns (5 merged, 0 gathered) in 0.001105091 sec., 189124.69651820528 rows/sec., 14.59 MiB/sec. 2025.09.17 20:39:23.438405 [ 5 ] {3fcdc465-3ca5-41a6-90a5-7282c84845b0} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:23.438533 [ 5 ] {3fcdc465-3ca5-41a6-90a5-7282c84845b0} executeQuery: Read 97 rows, 7.76 KiB in 0.001168 sec., 83047.94520547945 rows/sec., 6.49 MiB/sec. 2025.09.17 20:39:23.438565 [ 201 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.09.17 20:39:23.438569 [ 5 ] {3fcdc465-3ca5-41a6-90a5-7282c84845b0} TCPHandler: Processed in 0.001341728 sec. 2025.09.17 20:39:23.438726 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:23.438821 [ 5 ] {16cf9f6a-144d-4c65-818b-c71c4ac57106} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:39:23.438865 [ 5 ] {16cf9f6a-144d-4c65-818b-c71c4ac57106} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:39:23.438902 [ 201 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_21_4} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:23.438988 [ 201 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_21_4} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.09.17 20:39:23.439093 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.09.17 20:39:23.439289 [ 5 ] {16cf9f6a-144d-4c65-818b-c71c4ac57106} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:23.439329 [ 5 ] {16cf9f6a-144d-4c65-818b-c71c4ac57106} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:23.439673 [ 5 ] {16cf9f6a-144d-4c65-818b-c71c4ac57106} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.09.17 20:39:23.439881 [ 5 ] {16cf9f6a-144d-4c65-818b-c71c4ac57106} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:23.440005 [ 5 ] {16cf9f6a-144d-4c65-818b-c71c4ac57106} executeQuery: Read 160 rows, 11.41 KiB in 0.001202 sec., 133111.48086522464 rows/sec., 9.27 MiB/sec. 2025.09.17 20:39:23.440040 [ 5 ] {16cf9f6a-144d-4c65-818b-c71c4ac57106} TCPHandler: Processed in 0.001361438 sec. 2025.09.17 20:39:23.440152 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:23.440244 [ 5 ] {20e7679e-9815-4503-a632-aa4c825f5fa6} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:39:23.440297 [ 5 ] {20e7679e-9815-4503-a632-aa4c825f5fa6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:39:23.441077 [ 5 ] {20e7679e-9815-4503-a632-aa4c825f5fa6} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:23.441113 [ 5 ] {20e7679e-9815-4503-a632-aa4c825f5fa6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:23.441657 [ 5 ] {20e7679e-9815-4503-a632-aa4c825f5fa6} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.09.17 20:39:23.441882 [ 5 ] {20e7679e-9815-4503-a632-aa4c825f5fa6} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:23.442012 [ 5 ] {20e7679e-9815-4503-a632-aa4c825f5fa6} executeQuery: Read 33 rows, 60.55 KiB in 0.001786 sec., 18477.04367301232 rows/sec., 33.11 MiB/sec. 2025.09.17 20:39:23.442063 [ 5 ] {20e7679e-9815-4503-a632-aa4c825f5fa6} TCPHandler: Processed in 0.001957145 sec. 2025.09.17 20:39:23.442174 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:23.442267 [ 5 ] {40c47a48-dbda-48b7-bd46-d6369b07957a} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:39:23.442307 [ 5 ] {40c47a48-dbda-48b7-bd46-d6369b07957a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:39:23.442633 [ 5 ] {40c47a48-dbda-48b7-bd46-d6369b07957a} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:23.442668 [ 5 ] {40c47a48-dbda-48b7-bd46-d6369b07957a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:23.442964 [ 5 ] {40c47a48-dbda-48b7-bd46-d6369b07957a} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.09.17 20:39:23.443171 [ 5 ] {40c47a48-dbda-48b7-bd46-d6369b07957a} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:23.443293 [ 5 ] {40c47a48-dbda-48b7-bd46-d6369b07957a} executeQuery: Read 60 rows, 4.14 KiB in 0.001045 sec., 57416.267942583734 rows/sec., 3.87 MiB/sec. 2025.09.17 20:39:23.443327 [ 5 ] {40c47a48-dbda-48b7-bd46-d6369b07957a} TCPHandler: Processed in 0.001199974 sec. 2025.09.17 20:39:27.563694 [ 115 ] {} DNSResolver: Updating DNS cache 2025.09.17 20:39:27.563762 [ 115 ] {} DNSResolver: Updated DNS cache 2025.09.17 20:39:27.660739 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 9574 2025.09.17 20:39:27.661230 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:27.661275 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:27.661771 [ 245 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.09.17 20:39:27.662031 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:27.662156 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9574 2025.09.17 20:39:27.676974 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 538 2025.09.17 20:39:27.679267 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:27.679314 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:27.680531 [ 243 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.09.17 20:39:27.680806 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:27.681147 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 538 2025.09.17 20:39:28.150110 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 2025.09.17 20:39:28.167653 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:28.167708 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:28.174083 [ 244 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.09.17 20:39:28.174843 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:28.177777 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 151 2025.09.17 20:39:28.434929 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:28.435182 [ 5 ] {a6c31485-612b-41e4-8629-ab1a3e348586} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:39:28.435255 [ 5 ] {a6c31485-612b-41e4-8629-ab1a3e348586} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:39:28.436010 [ 5 ] {a6c31485-612b-41e4-8629-ab1a3e348586} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:28.436050 [ 5 ] {a6c31485-612b-41e4-8629-ab1a3e348586} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:28.436466 [ 5 ] {a6c31485-612b-41e4-8629-ab1a3e348586} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.09.17 20:39:28.436709 [ 5 ] {a6c31485-612b-41e4-8629-ab1a3e348586} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:28.436865 [ 5 ] {a6c31485-612b-41e4-8629-ab1a3e348586} executeQuery: Read 74 rows, 6.12 KiB in 0.001737 sec., 42602.18767990789 rows/sec., 3.44 MiB/sec. 2025.09.17 20:39:28.436912 [ 5 ] {a6c31485-612b-41e4-8629-ab1a3e348586} TCPHandler: Processed in 0.002066018 sec. 2025.09.17 20:39:28.437048 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:28.437151 [ 5 ] {f7e38852-43e4-4817-aa53-d85439106292} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:39:28.437195 [ 5 ] {f7e38852-43e4-4817-aa53-d85439106292} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:39:28.437632 [ 5 ] {f7e38852-43e4-4817-aa53-d85439106292} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:28.437668 [ 5 ] {f7e38852-43e4-4817-aa53-d85439106292} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:28.437984 [ 5 ] {f7e38852-43e4-4817-aa53-d85439106292} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.09.17 20:39:28.438213 [ 5 ] {f7e38852-43e4-4817-aa53-d85439106292} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:28.438346 [ 5 ] {f7e38852-43e4-4817-aa53-d85439106292} executeQuery: Read 9 rows, 693.00 B in 0.001218 sec., 7389.162561576355 rows/sec., 555.63 KiB/sec. 2025.09.17 20:39:28.438383 [ 5 ] {f7e38852-43e4-4817-aa53-d85439106292} TCPHandler: Processed in 0.001388339 sec. 2025.09.17 20:39:28.438499 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:28.438603 [ 5 ] {1d125ef6-5f9b-4313-ab45-abdf77cfad61} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:39:28.438644 [ 5 ] {1d125ef6-5f9b-4313-ab45-abdf77cfad61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:39:28.439067 [ 5 ] {1d125ef6-5f9b-4313-ab45-abdf77cfad61} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:28.439104 [ 5 ] {1d125ef6-5f9b-4313-ab45-abdf77cfad61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:28.439407 [ 5 ] {1d125ef6-5f9b-4313-ab45-abdf77cfad61} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.09.17 20:39:28.439627 [ 5 ] {1d125ef6-5f9b-4313-ab45-abdf77cfad61} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:28.439754 [ 5 ] {1d125ef6-5f9b-4313-ab45-abdf77cfad61} executeQuery: Read 73 rows, 5.84 KiB in 0.001169 sec., 62446.53550042772 rows/sec., 4.88 MiB/sec. 2025.09.17 20:39:28.439789 [ 5 ] {1d125ef6-5f9b-4313-ab45-abdf77cfad61} TCPHandler: Processed in 0.001340738 sec. 2025.09.17 20:39:28.439906 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:28.440001 [ 5 ] {62c9c79c-f5e4-42dd-bc94-7bf7db8b3192} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:39:28.440044 [ 5 ] {62c9c79c-f5e4-42dd-bc94-7bf7db8b3192} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:39:28.440466 [ 5 ] {62c9c79c-f5e4-42dd-bc94-7bf7db8b3192} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:28.440501 [ 5 ] {62c9c79c-f5e4-42dd-bc94-7bf7db8b3192} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:28.440844 [ 5 ] {62c9c79c-f5e4-42dd-bc94-7bf7db8b3192} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.09.17 20:39:28.441068 [ 5 ] {62c9c79c-f5e4-42dd-bc94-7bf7db8b3192} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:28.441200 [ 5 ] {62c9c79c-f5e4-42dd-bc94-7bf7db8b3192} executeQuery: Read 160 rows, 11.41 KiB in 0.001219 sec., 131255.12715340444 rows/sec., 9.14 MiB/sec. 2025.09.17 20:39:28.441236 [ 5 ] {62c9c79c-f5e4-42dd-bc94-7bf7db8b3192} TCPHandler: Processed in 0.001379769 sec. 2025.09.17 20:39:28.441344 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:28.441438 [ 5 ] {6d07f33d-28bc-4c78-b798-2b9959f2987c} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:39:28.441493 [ 5 ] {6d07f33d-28bc-4c78-b798-2b9959f2987c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:39:28.442270 [ 5 ] {6d07f33d-28bc-4c78-b798-2b9959f2987c} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:28.442305 [ 5 ] {6d07f33d-28bc-4c78-b798-2b9959f2987c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:28.442830 [ 5 ] {6d07f33d-28bc-4c78-b798-2b9959f2987c} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.09.17 20:39:28.443063 [ 5 ] {6d07f33d-28bc-4c78-b798-2b9959f2987c} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:28.443200 [ 5 ] {6d07f33d-28bc-4c78-b798-2b9959f2987c} executeQuery: Read 9 rows, 16.51 KiB in 0.00178 sec., 5056.179775280899 rows/sec., 9.06 MiB/sec. 2025.09.17 20:39:28.443261 [ 5 ] {6d07f33d-28bc-4c78-b798-2b9959f2987c} TCPHandler: Processed in 0.001965265 sec. 2025.09.17 20:39:28.443380 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:28.443474 [ 5 ] {29a91ef5-501c-49cf-86dc-fe6b2d03515a} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:39:28.443516 [ 5 ] {29a91ef5-501c-49cf-86dc-fe6b2d03515a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:39:28.443872 [ 5 ] {29a91ef5-501c-49cf-86dc-fe6b2d03515a} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:28.443909 [ 5 ] {29a91ef5-501c-49cf-86dc-fe6b2d03515a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:28.444223 [ 5 ] {29a91ef5-501c-49cf-86dc-fe6b2d03515a} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.09.17 20:39:28.444436 [ 5 ] {29a91ef5-501c-49cf-86dc-fe6b2d03515a} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:28.444566 [ 5 ] {29a91ef5-501c-49cf-86dc-fe6b2d03515a} executeQuery: Read 60 rows, 4.14 KiB in 0.001112 sec., 53956.8345323741 rows/sec., 3.64 MiB/sec. 2025.09.17 20:39:28.444602 [ 5 ] {29a91ef5-501c-49cf-86dc-fe6b2d03515a} TCPHandler: Processed in 0.001272136 sec. 2025.09.17 20:39:33.461408 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:33.461627 [ 5 ] {a0e25991-927f-4317-916a-50ef049dc56b} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.17 20:39:33.461696 [ 5 ] {a0e25991-927f-4317-916a-50ef049dc56b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.17 20:39:33.462412 [ 5 ] {a0e25991-927f-4317-916a-50ef049dc56b} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:33.462460 [ 5 ] {a0e25991-927f-4317-916a-50ef049dc56b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:33.462885 [ 5 ] {a0e25991-927f-4317-916a-50ef049dc56b} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.09.17 20:39:33.463122 [ 5 ] {a0e25991-927f-4317-916a-50ef049dc56b} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:33.463274 [ 5 ] {a0e25991-927f-4317-916a-50ef049dc56b} executeQuery: Read 6 rows, 501.00 B in 0.001702 sec., 3525.2643948296122 rows/sec., 287.46 KiB/sec. 2025.09.17 20:39:33.463321 [ 5 ] {a0e25991-927f-4317-916a-50ef049dc56b} TCPHandler: Processed in 0.002052037 sec. 2025.09.17 20:39:33.463447 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:33.463546 [ 5 ] {60057de8-53ca-49c8-9e0f-42876f5f265a} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:39:33.463588 [ 5 ] {60057de8-53ca-49c8-9e0f-42876f5f265a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:39:33.464620 [ 5 ] {60057de8-53ca-49c8-9e0f-42876f5f265a} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:33.464658 [ 5 ] {60057de8-53ca-49c8-9e0f-42876f5f265a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:33.465041 [ 5 ] {60057de8-53ca-49c8-9e0f-42876f5f265a} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.09.17 20:39:33.465254 [ 5 ] {60057de8-53ca-49c8-9e0f-42876f5f265a} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:33.465378 [ 5 ] {60057de8-53ca-49c8-9e0f-42876f5f265a} executeQuery: Read 1265 rows, 107.51 KiB in 0.001855 sec., 681940.7008086253 rows/sec., 56.60 MiB/sec. 2025.09.17 20:39:33.465419 [ 5 ] {60057de8-53ca-49c8-9e0f-42876f5f265a} TCPHandler: Processed in 0.002020957 sec. 2025.09.17 20:39:33.465536 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:33.465628 [ 5 ] {7aa2b370-00bc-4b9c-89be-224cfc288061} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:39:33.465669 [ 5 ] {7aa2b370-00bc-4b9c-89be-224cfc288061} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:39:33.466081 [ 5 ] {7aa2b370-00bc-4b9c-89be-224cfc288061} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:33.466117 [ 5 ] {7aa2b370-00bc-4b9c-89be-224cfc288061} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:33.466411 [ 5 ] {7aa2b370-00bc-4b9c-89be-224cfc288061} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.09.17 20:39:33.466615 [ 5 ] {7aa2b370-00bc-4b9c-89be-224cfc288061} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:33.466738 [ 5 ] {7aa2b370-00bc-4b9c-89be-224cfc288061} executeQuery: Read 39 rows, 2.90 KiB in 0.001128 sec., 34574.46808510638 rows/sec., 2.51 MiB/sec. 2025.09.17 20:39:33.466774 [ 5 ] {7aa2b370-00bc-4b9c-89be-224cfc288061} TCPHandler: Processed in 0.001284916 sec. 2025.09.17 20:39:33.466882 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:33.466973 [ 5 ] {a1f591cd-9113-4f68-8136-e20ae35b4d91} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.17 20:39:33.467013 [ 5 ] {a1f591cd-9113-4f68-8136-e20ae35b4d91} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.17 20:39:33.467504 [ 5 ] {a1f591cd-9113-4f68-8136-e20ae35b4d91} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:33.467541 [ 5 ] {a1f591cd-9113-4f68-8136-e20ae35b4d91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:33.467851 [ 5 ] {a1f591cd-9113-4f68-8136-e20ae35b4d91} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.09.17 20:39:33.468067 [ 5 ] {a1f591cd-9113-4f68-8136-e20ae35b4d91} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:33.468192 [ 5 ] {a1f591cd-9113-4f68-8136-e20ae35b4d91} executeQuery: Read 228 rows, 15.81 KiB in 0.001237 sec., 184316.89571544057 rows/sec., 12.48 MiB/sec. 2025.09.17 20:39:33.468229 [ 5 ] {a1f591cd-9113-4f68-8136-e20ae35b4d91} TCPHandler: Processed in 0.001394639 sec. 2025.09.17 20:39:33.468339 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:33.468432 [ 5 ] {8beaa619-8bad-4677-997f-3a524deda1a2} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:39:33.468472 [ 5 ] {8beaa619-8bad-4677-997f-3a524deda1a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:39:33.469079 [ 5 ] {8beaa619-8bad-4677-997f-3a524deda1a2} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:33.469117 [ 5 ] {8beaa619-8bad-4677-997f-3a524deda1a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:33.469442 [ 5 ] {8beaa619-8bad-4677-997f-3a524deda1a2} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.09.17 20:39:33.469652 [ 5 ] {8beaa619-8bad-4677-997f-3a524deda1a2} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:33.469776 [ 5 ] {8beaa619-8bad-4677-997f-3a524deda1a2} executeQuery: Read 559 rows, 42.54 KiB in 0.001362 sec., 410425.8443465492 rows/sec., 30.50 MiB/sec. 2025.09.17 20:39:33.469813 [ 5 ] {8beaa619-8bad-4677-997f-3a524deda1a2} TCPHandler: Processed in 0.001521293 sec. 2025.09.17 20:39:33.469924 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:33.470018 [ 5 ] {4ea64692-0998-4db1-a3a2-84bfc90bda68} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:39:33.470062 [ 5 ] {4ea64692-0998-4db1-a3a2-84bfc90bda68} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:39:33.470637 [ 5 ] {4ea64692-0998-4db1-a3a2-84bfc90bda68} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:33.470674 [ 5 ] {4ea64692-0998-4db1-a3a2-84bfc90bda68} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:33.471051 [ 5 ] {4ea64692-0998-4db1-a3a2-84bfc90bda68} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.09.17 20:39:33.471261 [ 5 ] {4ea64692-0998-4db1-a3a2-84bfc90bda68} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:33.471382 [ 5 ] {4ea64692-0998-4db1-a3a2-84bfc90bda68} executeQuery: Read 847 rows, 58.38 KiB in 0.001383 sec., 612436.7317425886 rows/sec., 41.22 MiB/sec. 2025.09.17 20:39:33.471419 [ 5 ] {4ea64692-0998-4db1-a3a2-84bfc90bda68} TCPHandler: Processed in 0.001541563 sec. 2025.09.17 20:39:33.471529 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:33.471623 [ 5 ] {9155744a-6fcd-42a9-b822-8919bb6e4595} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:39:33.471676 [ 5 ] {9155744a-6fcd-42a9-b822-8919bb6e4595} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:39:33.472527 [ 5 ] {9155744a-6fcd-42a9-b822-8919bb6e4595} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:33.472564 [ 5 ] {9155744a-6fcd-42a9-b822-8919bb6e4595} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:33.473108 [ 5 ] {9155744a-6fcd-42a9-b822-8919bb6e4595} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.09.17 20:39:33.473326 [ 5 ] {9155744a-6fcd-42a9-b822-8919bb6e4595} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:33.473434 [ 104 ] {} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.09.17 20:39:33.473457 [ 5 ] {9155744a-6fcd-42a9-b822-8919bb6e4595} executeQuery: Read 33 rows, 60.55 KiB in 0.001853 sec., 17808.958445763627 rows/sec., 31.91 MiB/sec. 2025.09.17 20:39:33.473500 [ 104 ] {} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:33.473523 [ 5 ] {9155744a-6fcd-42a9-b822-8919bb6e4595} TCPHandler: Processed in 0.002040787 sec. 2025.09.17 20:39:33.473526 [ 104 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:33.473645 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:33.473651 [ 190 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.09.17 20:39:33.473745 [ 5 ] {90593981-37b5-4da9-a78c-b6d5a7c5301c} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:39:33.473788 [ 5 ] {90593981-37b5-4da9-a78c-b6d5a7c5301c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:39:33.473877 [ 190 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:39:33.473929 [ 190 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 358 rows starting from the beginning of the part 2025.09.17 20:39:33.474057 [ 190 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 33 rows starting from the beginning of the part 2025.09.17 20:39:33.474149 [ 5 ] {90593981-37b5-4da9-a78c-b6d5a7c5301c} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:33.474162 [ 190 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 9 rows starting from the beginning of the part 2025.09.17 20:39:33.474186 [ 5 ] {90593981-37b5-4da9-a78c-b6d5a7c5301c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:33.474263 [ 190 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 33 rows starting from the beginning of the part 2025.09.17 20:39:33.474361 [ 190 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 9 rows starting from the beginning of the part 2025.09.17 20:39:33.474460 [ 190 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 33 rows starting from the beginning of the part 2025.09.17 20:39:33.474511 [ 5 ] {90593981-37b5-4da9-a78c-b6d5a7c5301c} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.09.17 20:39:33.474727 [ 5 ] {90593981-37b5-4da9-a78c-b6d5a7c5301c} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:33.474854 [ 5 ] {90593981-37b5-4da9-a78c-b6d5a7c5301c} executeQuery: Read 60 rows, 4.14 KiB in 0.001128 sec., 53191.48936170212 rows/sec., 3.58 MiB/sec. 2025.09.17 20:39:33.474888 [ 5 ] {90593981-37b5-4da9-a78c-b6d5a7c5301c} TCPHandler: Processed in 0.001290167 sec. 2025.09.17 20:39:33.477853 [ 201 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 475 rows, containing 19 columns (19 merged, 0 gathered) in 0.004239319 sec., 112046.29800210835 rows/sec., 200.78 MiB/sec. 2025.09.17 20:39:33.478567 [ 201 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.09.17 20:39:33.478936 [ 201 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_21_4} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:33.479019 [ 201 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_21_4} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.09.17 20:39:33.479179 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.27 MiB. 2025.09.17 20:39:34.001149 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 241.80 MiB, peak 247.03 MiB, free memory in arenas 0.00 B, will set to 242.84 MiB (RSS), difference: 1.04 MiB 2025.09.17 20:39:35.163168 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 10086 2025.09.17 20:39:35.163669 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:35.163712 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:35.164227 [ 245 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.09.17 20:39:35.164466 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:35.164593 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10086 2025.09.17 20:39:35.164631 [ 103 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.09.17 20:39:35.164702 [ 103 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:35.164726 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:35.164896 [ 190 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.09.17 20:39:35.165118 [ 190 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:39:35.165181 [ 190 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 7654 rows starting from the beginning of the part 2025.09.17 20:39:35.165280 [ 190 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 512 rows starting from the beginning of the part 2025.09.17 20:39:35.165360 [ 190 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 448 rows starting from the beginning of the part 2025.09.17 20:39:35.165430 [ 190 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 512 rows starting from the beginning of the part 2025.09.17 20:39:35.165497 [ 190 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 448 rows starting from the beginning of the part 2025.09.17 20:39:35.165559 [ 190 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 512 rows starting from the beginning of the part 2025.09.17 20:39:35.167601 [ 201 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 10086 rows, containing 4 columns (4 merged, 0 gathered) in 0.002795459 sec., 3607994.250675828 rows/sec., 51.61 MiB/sec. 2025.09.17 20:39:35.167874 [ 201 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.09.17 20:39:35.168128 [ 201 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_21_4} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:35.168194 [ 201 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_21_4} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.09.17 20:39:35.168295 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.50 MiB. 2025.09.17 20:39:35.678759 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 2025.09.17 20:39:35.696415 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:35.696480 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:35.702022 [ 244 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.09.17 20:39:35.702769 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:35.703084 [ 103 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.09.17 20:39:35.703150 [ 103 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:35.703171 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:35.703288 [ 189 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.09.17 20:39:35.706285 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 159 2025.09.17 20:39:35.707507 [ 189 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:39:35.709106 [ 189 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 121 rows starting from the beginning of the part 2025.09.17 20:39:35.714086 [ 189 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 7 rows starting from the beginning of the part 2025.09.17 20:39:35.718460 [ 189 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 8 rows starting from the beginning of the part 2025.09.17 20:39:35.722798 [ 189 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 8 rows starting from the beginning of the part 2025.09.17 20:39:35.726938 [ 189 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 7 rows starting from the beginning of the part 2025.09.17 20:39:35.731135 [ 189 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 8 rows starting from the beginning of the part 2025.09.17 20:39:35.785237 [ 194 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.082000717 sec., 1939.0074357520557 rows/sec., 10.03 MiB/sec. 2025.09.17 20:39:35.787743 [ 199 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.09.17 20:39:35.789966 [ 199 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_21_4} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:35.790084 [ 199 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_21_4} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.09.17 20:39:35.792776 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.09 MiB. 2025.09.17 20:39:36.000196 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 243.94 MiB, peak 254.49 MiB, free memory in arenas 0.00 B, will set to 248.11 MiB (RSS), difference: 4.17 MiB 2025.09.17 20:39:37.682257 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 566 2025.09.17 20:39:37.684457 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:37.684516 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:37.685730 [ 243 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.09.17 20:39:37.686019 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:37.686377 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 566 2025.09.17 20:39:38.434079 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:38.434256 [ 5 ] {51519540-ffab-49ed-b2d9-c67d2275f589} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:39:38.434321 [ 5 ] {51519540-ffab-49ed-b2d9-c67d2275f589} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:39:38.435006 [ 5 ] {51519540-ffab-49ed-b2d9-c67d2275f589} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:38.435052 [ 5 ] {51519540-ffab-49ed-b2d9-c67d2275f589} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:38.435448 [ 5 ] {51519540-ffab-49ed-b2d9-c67d2275f589} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.09.17 20:39:38.435687 [ 5 ] {51519540-ffab-49ed-b2d9-c67d2275f589} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:38.435833 [ 5 ] {51519540-ffab-49ed-b2d9-c67d2275f589} executeQuery: Read 74 rows, 6.12 KiB in 0.001627 sec., 45482.483097725875 rows/sec., 3.68 MiB/sec. 2025.09.17 20:39:38.435874 [ 5 ] {51519540-ffab-49ed-b2d9-c67d2275f589} TCPHandler: Processed in 0.001927434 sec. 2025.09.17 20:39:38.436001 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:38.436095 [ 5 ] {4b223fa1-ae6a-4620-b315-98b494db5189} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:39:38.436160 [ 5 ] {4b223fa1-ae6a-4620-b315-98b494db5189} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:39:38.436569 [ 5 ] {4b223fa1-ae6a-4620-b315-98b494db5189} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:38.436605 [ 5 ] {4b223fa1-ae6a-4620-b315-98b494db5189} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:38.436905 [ 5 ] {4b223fa1-ae6a-4620-b315-98b494db5189} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.09.17 20:39:38.437116 [ 5 ] {4b223fa1-ae6a-4620-b315-98b494db5189} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:38.437241 [ 5 ] {4b223fa1-ae6a-4620-b315-98b494db5189} executeQuery: Read 9 rows, 693.00 B in 0.001165 sec., 7725.321888412017 rows/sec., 580.91 KiB/sec. 2025.09.17 20:39:38.437277 [ 5 ] {4b223fa1-ae6a-4620-b315-98b494db5189} TCPHandler: Processed in 0.001324057 sec. 2025.09.17 20:39:38.437399 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:38.437505 [ 5 ] {b746f346-03b2-4214-8dd3-bc69d3c189ab} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:39:38.437547 [ 5 ] {b746f346-03b2-4214-8dd3-bc69d3c189ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:39:38.437998 [ 5 ] {b746f346-03b2-4214-8dd3-bc69d3c189ab} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:38.438035 [ 5 ] {b746f346-03b2-4214-8dd3-bc69d3c189ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:38.438383 [ 5 ] {b746f346-03b2-4214-8dd3-bc69d3c189ab} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.09.17 20:39:38.438632 [ 5 ] {b746f346-03b2-4214-8dd3-bc69d3c189ab} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:38.438761 [ 5 ] {b746f346-03b2-4214-8dd3-bc69d3c189ab} executeQuery: Read 73 rows, 5.84 KiB in 0.001276 sec., 57210.03134796238 rows/sec., 4.47 MiB/sec. 2025.09.17 20:39:38.438802 [ 5 ] {b746f346-03b2-4214-8dd3-bc69d3c189ab} TCPHandler: Processed in 0.001457091 sec. 2025.09.17 20:39:38.438920 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:38.439018 [ 5 ] {9ce0b00a-7252-439e-8f57-a26c1c4e1908} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:39:38.439062 [ 5 ] {9ce0b00a-7252-439e-8f57-a26c1c4e1908} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:39:38.439539 [ 5 ] {9ce0b00a-7252-439e-8f57-a26c1c4e1908} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:38.439578 [ 5 ] {9ce0b00a-7252-439e-8f57-a26c1c4e1908} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:38.439919 [ 5 ] {9ce0b00a-7252-439e-8f57-a26c1c4e1908} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.09.17 20:39:38.440129 [ 5 ] {9ce0b00a-7252-439e-8f57-a26c1c4e1908} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:38.440259 [ 5 ] {9ce0b00a-7252-439e-8f57-a26c1c4e1908} executeQuery: Read 160 rows, 11.41 KiB in 0.00126 sec., 126984.12698412698 rows/sec., 8.84 MiB/sec. 2025.09.17 20:39:38.440298 [ 5 ] {9ce0b00a-7252-439e-8f57-a26c1c4e1908} TCPHandler: Processed in 0.001427961 sec. 2025.09.17 20:39:38.440412 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:38.440509 [ 5 ] {d67513e4-f8e7-401e-865c-1ebe5dfe74f5} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:39:38.440563 [ 5 ] {d67513e4-f8e7-401e-865c-1ebe5dfe74f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:39:38.441321 [ 5 ] {d67513e4-f8e7-401e-865c-1ebe5dfe74f5} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:38.441357 [ 5 ] {d67513e4-f8e7-401e-865c-1ebe5dfe74f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:38.441874 [ 5 ] {d67513e4-f8e7-401e-865c-1ebe5dfe74f5} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.09.17 20:39:38.442095 [ 5 ] {d67513e4-f8e7-401e-865c-1ebe5dfe74f5} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:38.442232 [ 5 ] {d67513e4-f8e7-401e-865c-1ebe5dfe74f5} executeQuery: Read 9 rows, 16.51 KiB in 0.001742 sec., 5166.475315729047 rows/sec., 9.26 MiB/sec. 2025.09.17 20:39:38.442284 [ 5 ] {d67513e4-f8e7-401e-865c-1ebe5dfe74f5} TCPHandler: Processed in 0.001921374 sec. 2025.09.17 20:39:38.442401 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:38.442498 [ 5 ] {b531addf-d01a-480d-aa2d-bed79d274ba4} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:39:38.442539 [ 5 ] {b531addf-d01a-480d-aa2d-bed79d274ba4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:39:38.442882 [ 5 ] {b531addf-d01a-480d-aa2d-bed79d274ba4} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:38.442920 [ 5 ] {b531addf-d01a-480d-aa2d-bed79d274ba4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:38.443237 [ 5 ] {b531addf-d01a-480d-aa2d-bed79d274ba4} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.09.17 20:39:38.443450 [ 5 ] {b531addf-d01a-480d-aa2d-bed79d274ba4} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:38.443581 [ 5 ] {b531addf-d01a-480d-aa2d-bed79d274ba4} executeQuery: Read 60 rows, 4.14 KiB in 0.001102 sec., 54446.4609800363 rows/sec., 3.67 MiB/sec. 2025.09.17 20:39:38.443617 [ 5 ] {b531addf-d01a-480d-aa2d-bed79d274ba4} TCPHandler: Processed in 0.001265696 sec. 2025.09.17 20:39:42.563816 [ 93 ] {} DNSResolver: Updating DNS cache 2025.09.17 20:39:42.563912 [ 93 ] {} DNSResolver: Updated DNS cache 2025.09.17 20:39:42.665587 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 10534 2025.09.17 20:39:42.666052 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:42.666089 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:42.666658 [ 245 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.09.17 20:39:42.666893 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:42.667027 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10534 2025.09.17 20:39:43.207285 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 2025.09.17 20:39:43.223228 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:43.223276 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:43.229046 [ 244 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.09.17 20:39:43.229732 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:43.232495 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 166 2025.09.17 20:39:43.434935 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:43.435145 [ 5 ] {026b8ba9-3503-45f9-8ee9-4812d97e9ab7} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:39:43.435220 [ 5 ] {026b8ba9-3503-45f9-8ee9-4812d97e9ab7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:39:43.435949 [ 5 ] {026b8ba9-3503-45f9-8ee9-4812d97e9ab7} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:43.435999 [ 5 ] {026b8ba9-3503-45f9-8ee9-4812d97e9ab7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:43.436424 [ 5 ] {026b8ba9-3503-45f9-8ee9-4812d97e9ab7} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.09.17 20:39:43.436655 [ 5 ] {026b8ba9-3503-45f9-8ee9-4812d97e9ab7} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:43.436804 [ 92 ] {} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.09.17 20:39:43.436812 [ 5 ] {026b8ba9-3503-45f9-8ee9-4812d97e9ab7} executeQuery: Read 122 rows, 10.73 KiB in 0.001724 sec., 70765.66125290023 rows/sec., 6.08 MiB/sec. 2025.09.17 20:39:43.436875 [ 92 ] {} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:43.436898 [ 5 ] {026b8ba9-3503-45f9-8ee9-4812d97e9ab7} TCPHandler: Processed in 0.00210801 sec. 2025.09.17 20:39:43.436902 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:43.437030 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:43.437045 [ 187 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2025.09.17 20:39:43.437132 [ 5 ] {73ba346b-85d7-4112-b65f-f3e679804718} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:39:43.437178 [ 5 ] {73ba346b-85d7-4112-b65f-f3e679804718} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:39:43.437193 [ 187 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:39:43.437235 [ 187 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1410 rows starting from the beginning of the part 2025.09.17 20:39:43.437302 [ 187 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 122 rows starting from the beginning of the part 2025.09.17 20:39:43.437352 [ 187 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 74 rows starting from the beginning of the part 2025.09.17 20:39:43.437396 [ 187 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1265 rows starting from the beginning of the part 2025.09.17 20:39:43.437435 [ 187 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 74 rows starting from the beginning of the part 2025.09.17 20:39:43.437476 [ 187 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 122 rows starting from the beginning of the part 2025.09.17 20:39:43.437587 [ 5 ] {73ba346b-85d7-4112-b65f-f3e679804718} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:43.437633 [ 5 ] {73ba346b-85d7-4112-b65f-f3e679804718} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:43.437964 [ 5 ] {73ba346b-85d7-4112-b65f-f3e679804718} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.09.17 20:39:43.438188 [ 5 ] {73ba346b-85d7-4112-b65f-f3e679804718} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:43.438327 [ 5 ] {73ba346b-85d7-4112-b65f-f3e679804718} executeQuery: Read 33 rows, 2.48 KiB in 0.001215 sec., 27160.493827160495 rows/sec., 1.99 MiB/sec. 2025.09.17 20:39:43.438365 [ 5 ] {73ba346b-85d7-4112-b65f-f3e679804718} TCPHandler: Processed in 0.001384959 sec. 2025.09.17 20:39:43.438467 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:43.438562 [ 5 ] {f5adfa42-9e86-4a6a-bb2a-1de15dc66e6f} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:39:43.438603 [ 5 ] {f5adfa42-9e86-4a6a-bb2a-1de15dc66e6f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:39:43.439025 [ 5 ] {f5adfa42-9e86-4a6a-bb2a-1de15dc66e6f} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:43.439034 [ 194 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 3067 rows, containing 5 columns (5 merged, 0 gathered) in 0.002049157 sec., 1496713.0385812314 rows/sec., 130.78 MiB/sec. 2025.09.17 20:39:43.439061 [ 5 ] {f5adfa42-9e86-4a6a-bb2a-1de15dc66e6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:43.439277 [ 199 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.09.17 20:39:43.439398 [ 5 ] {f5adfa42-9e86-4a6a-bb2a-1de15dc66e6f} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.09.17 20:39:43.439612 [ 199 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_31_6} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:43.439687 [ 5 ] {f5adfa42-9e86-4a6a-bb2a-1de15dc66e6f} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:43.439699 [ 199 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_31_6} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.09.17 20:39:43.439800 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. 2025.09.17 20:39:43.439802 [ 92 ] {} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.09.17 20:39:43.439829 [ 5 ] {f5adfa42-9e86-4a6a-bb2a-1de15dc66e6f} executeQuery: Read 97 rows, 7.76 KiB in 0.001285 sec., 75486.38132295721 rows/sec., 5.90 MiB/sec. 2025.09.17 20:39:43.439844 [ 92 ] {} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:43.439870 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:43.439874 [ 5 ] {f5adfa42-9e86-4a6a-bb2a-1de15dc66e6f} TCPHandler: Processed in 0.001454651 sec. 2025.09.17 20:39:43.439963 [ 196 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2025.09.17 20:39:43.440000 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:43.440075 [ 196 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:39:43.440101 [ 5 ] {b8af5233-d88b-4148-a848-defdd303ba80} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:39:43.440112 [ 196 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 634 rows starting from the beginning of the part 2025.09.17 20:39:43.440153 [ 5 ] {b8af5233-d88b-4148-a848-defdd303ba80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:39:43.440186 [ 196 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 97 rows starting from the beginning of the part 2025.09.17 20:39:43.440234 [ 196 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 73 rows starting from the beginning of the part 2025.09.17 20:39:43.440274 [ 196 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 559 rows starting from the beginning of the part 2025.09.17 20:39:43.440321 [ 196 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 73 rows starting from the beginning of the part 2025.09.17 20:39:43.440363 [ 196 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 97 rows starting from the beginning of the part 2025.09.17 20:39:43.440568 [ 5 ] {b8af5233-d88b-4148-a848-defdd303ba80} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:43.440610 [ 5 ] {b8af5233-d88b-4148-a848-defdd303ba80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:43.440968 [ 5 ] {b8af5233-d88b-4148-a848-defdd303ba80} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.09.17 20:39:43.441205 [ 5 ] {b8af5233-d88b-4148-a848-defdd303ba80} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:43.441311 [ 92 ] {} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.09.17 20:39:43.441332 [ 5 ] {b8af5233-d88b-4148-a848-defdd303ba80} executeQuery: Read 160 rows, 11.41 KiB in 0.001249 sec., 128102.48198558849 rows/sec., 8.92 MiB/sec. 2025.09.17 20:39:43.441340 [ 92 ] {} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:43.441372 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:43.441377 [ 5 ] {b8af5233-d88b-4148-a848-defdd303ba80} TCPHandler: Processed in 0.00142661 sec. 2025.09.17 20:39:43.441466 [ 199 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2025.09.17 20:39:43.441472 [ 194 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1533 rows, containing 5 columns (5 merged, 0 gathered) in 0.001550774 sec., 988538.6265181128 rows/sec., 78.50 MiB/sec. 2025.09.17 20:39:43.441498 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:43.441561 [ 199 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:39:43.441594 [ 199 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 7605 rows starting from the beginning of the part 2025.09.17 20:39:43.441594 [ 5 ] {43fb8b4b-2baa-4bd5-8d9e-2e17a83ddc0c} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:39:43.441647 [ 199 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 160 rows starting from the beginning of the part 2025.09.17 20:39:43.441662 [ 5 ] {43fb8b4b-2baa-4bd5-8d9e-2e17a83ddc0c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:39:43.441698 [ 199 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 160 rows starting from the beginning of the part 2025.09.17 20:39:43.441718 [ 197 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.09.17 20:39:43.441747 [ 199 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 847 rows starting from the beginning of the part 2025.09.17 20:39:43.441795 [ 199 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 160 rows starting from the beginning of the part 2025.09.17 20:39:43.441835 [ 199 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 160 rows starting from the beginning of the part 2025.09.17 20:39:43.442096 [ 197 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_31_6} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:43.442211 [ 197 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_31_6} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.09.17 20:39:43.442327 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2025.09.17 20:39:43.442488 [ 5 ] {43fb8b4b-2baa-4bd5-8d9e-2e17a83ddc0c} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:43.442531 [ 5 ] {43fb8b4b-2baa-4bd5-8d9e-2e17a83ddc0c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:43.443127 [ 5 ] {43fb8b4b-2baa-4bd5-8d9e-2e17a83ddc0c} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.09.17 20:39:43.443368 [ 5 ] {43fb8b4b-2baa-4bd5-8d9e-2e17a83ddc0c} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:43.443506 [ 5 ] {43fb8b4b-2baa-4bd5-8d9e-2e17a83ddc0c} executeQuery: Read 33 rows, 60.55 KiB in 0.001929 sec., 17107.309486780716 rows/sec., 30.66 MiB/sec. 2025.09.17 20:39:43.443560 [ 5 ] {43fb8b4b-2baa-4bd5-8d9e-2e17a83ddc0c} TCPHandler: Processed in 0.002111079 sec. 2025.09.17 20:39:43.443677 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:43.443774 [ 5 ] {2d5e1833-340b-4f54-a39b-182e8089d95e} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:39:43.443815 [ 5 ] {2d5e1833-340b-4f54-a39b-182e8089d95e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:39:43.444151 [ 5 ] {2d5e1833-340b-4f54-a39b-182e8089d95e} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:43.444188 [ 5 ] {2d5e1833-340b-4f54-a39b-182e8089d95e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:43.444557 [ 5 ] {2d5e1833-340b-4f54-a39b-182e8089d95e} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.09.17 20:39:43.444791 [ 5 ] {2d5e1833-340b-4f54-a39b-182e8089d95e} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:43.444890 [ 92 ] {} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.09.17 20:39:43.444916 [ 5 ] {2d5e1833-340b-4f54-a39b-182e8089d95e} executeQuery: Read 60 rows, 4.14 KiB in 0.001161 sec., 51679.58656330749 rows/sec., 3.48 MiB/sec. 2025.09.17 20:39:43.444926 [ 92 ] {} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:43.444962 [ 5 ] {2d5e1833-340b-4f54-a39b-182e8089d95e} TCPHandler: Processed in 0.001334358 sec. 2025.09.17 20:39:43.444962 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:43.445056 [ 194 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2025.09.17 20:39:43.445153 [ 194 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:39:43.445185 [ 194 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1248 rows starting from the beginning of the part 2025.09.17 20:39:43.445214 [ 197 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 9092 rows, containing 5 columns (5 merged, 0 gathered) in 0.003792037 sec., 2397655.9300449863 rows/sec., 164.56 MiB/sec. 2025.09.17 20:39:43.445246 [ 194 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part 2025.09.17 20:39:43.445302 [ 194 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 60 rows starting from the beginning of the part 2025.09.17 20:39:43.445346 [ 194 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part 2025.09.17 20:39:43.445390 [ 194 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part 2025.09.17 20:39:43.445391 [ 191 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.09.17 20:39:43.445434 [ 194 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 60 rows starting from the beginning of the part 2025.09.17 20:39:43.445714 [ 191 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_31_6} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:43.445792 [ 191 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_31_6} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.09.17 20:39:43.445857 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.52 MiB. 2025.09.17 20:39:43.446420 [ 191 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1548 rows, containing 4 columns (4 merged, 0 gathered) in 0.001393689 sec., 1110721.2584730166 rows/sec., 74.66 MiB/sec. 2025.09.17 20:39:43.446630 [ 197 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.09.17 20:39:43.446894 [ 197 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_31_6} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:43.446973 [ 197 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_31_6} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.09.17 20:39:43.447058 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2025.09.17 20:39:44.218003 [ 91 ] {} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2025.09.17 20:39:44.218080 [ 91 ] {} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:44.218105 [ 91 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:44.218384 [ 194 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2025.09.17 20:39:44.218607 [ 194 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:39:44.218662 [ 194 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 16 rows starting from the beginning of the part 2025.09.17 20:39:44.218769 [ 194 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part 2025.09.17 20:39:44.218848 [ 194 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part 2025.09.17 20:39:44.218917 [ 194 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 8 rows starting from the beginning of the part 2025.09.17 20:39:44.218985 [ 194 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::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.09.17 20:39:44.219704 [ 197 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 34 rows, containing 5 columns (5 merged, 0 gathered) in 0.001403109 sec., 24231.90215442991 rows/sec., 2.02 MiB/sec. 2025.09.17 20:39:44.219837 [ 194 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2025.09.17 20:39:44.220070 [ 194 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_9_2} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:44.220135 [ 194 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_9_2} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2025.09.17 20:39:44.220198 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.09.17 20:39:47.687404 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 590 2025.09.17 20:39:47.689489 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:47.689530 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:47.690694 [ 243 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.09.17 20:39:47.690964 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:47.691117 [ 86 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.09.17 20:39:47.691209 [ 86 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:47.691241 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 590 2025.09.17 20:39:47.691242 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:47.691432 [ 193 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.09.17 20:39:47.692237 [ 193 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:39:47.692383 [ 193 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 426 rows starting from the beginning of the part 2025.09.17 20:39:47.692739 [ 193 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 56 rows starting from the beginning of the part 2025.09.17 20:39:47.693109 [ 193 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 24 rows starting from the beginning of the part 2025.09.17 20:39:47.693483 [ 193 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 32 rows starting from the beginning of the part 2025.09.17 20:39:47.693826 [ 193 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 28 rows starting from the beginning of the part 2025.09.17 20:39:47.694161 [ 193 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 24 rows starting from the beginning of the part 2025.09.17 20:39:47.700616 [ 194 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 590 rows, containing 72 columns (72 merged, 0 gathered) in 0.00926519 sec., 63679.21219100742 rows/sec., 55.55 MiB/sec. 2025.09.17 20:39:47.701462 [ 193 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.09.17 20:39:47.701984 [ 193 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_16_3} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:47.702059 [ 193 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_16_3} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.09.17 20:39:47.702252 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.95 MiB. 2025.09.17 20:39:48.435261 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:48.435548 [ 5 ] {05a69b98-01d9-45d3-b35d-b04ab891ca44} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.17 20:39:48.435654 [ 5 ] {05a69b98-01d9-45d3-b35d-b04ab891ca44} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.17 20:39:48.436480 [ 5 ] {05a69b98-01d9-45d3-b35d-b04ab891ca44} oximeter.fields_i16 (ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:48.436522 [ 5 ] {05a69b98-01d9-45d3-b35d-b04ab891ca44} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:48.436949 [ 5 ] {05a69b98-01d9-45d3-b35d-b04ab891ca44} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.09.17 20:39:48.437190 [ 5 ] {05a69b98-01d9-45d3-b35d-b04ab891ca44} oximeter.fields_i16 (ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:48.437343 [ 5 ] {05a69b98-01d9-45d3-b35d-b04ab891ca44} executeQuery: Read 24 rows, 2.04 KiB in 0.001875 sec., 12800 rows/sec., 1.06 MiB/sec. 2025.09.17 20:39:48.437395 [ 5 ] {05a69b98-01d9-45d3-b35d-b04ab891ca44} TCPHandler: Processed in 0.002318495 sec. 2025.09.17 20:39:48.437530 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:48.437635 [ 5 ] {ba7412ad-3bff-4034-8fe8-f777310ad9a4} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.17 20:39:48.437678 [ 5 ] {ba7412ad-3bff-4034-8fe8-f777310ad9a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.17 20:39:48.438082 [ 5 ] {ba7412ad-3bff-4034-8fe8-f777310ad9a4} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:48.438118 [ 5 ] {ba7412ad-3bff-4034-8fe8-f777310ad9a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:48.438433 [ 5 ] {ba7412ad-3bff-4034-8fe8-f777310ad9a4} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.09.17 20:39:48.438648 [ 5 ] {ba7412ad-3bff-4034-8fe8-f777310ad9a4} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:48.438778 [ 5 ] {ba7412ad-3bff-4034-8fe8-f777310ad9a4} executeQuery: Read 2 rows, 167.00 B in 0.001167 sec., 1713.796058269066 rows/sec., 139.75 KiB/sec. 2025.09.17 20:39:48.438818 [ 5 ] {ba7412ad-3bff-4034-8fe8-f777310ad9a4} TCPHandler: Processed in 0.001346837 sec. 2025.09.17 20:39:48.438933 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:48.439031 [ 5 ] {d0fbf762-f4c2-46c1-a75d-bd361d59de25} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:39:48.439072 [ 5 ] {d0fbf762-f4c2-46c1-a75d-bd361d59de25} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:39:48.439560 [ 5 ] {d0fbf762-f4c2-46c1-a75d-bd361d59de25} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:48.439596 [ 5 ] {d0fbf762-f4c2-46c1-a75d-bd361d59de25} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:48.439959 [ 5 ] {d0fbf762-f4c2-46c1-a75d-bd361d59de25} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.09.17 20:39:48.440182 [ 5 ] {d0fbf762-f4c2-46c1-a75d-bd361d59de25} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:48.440316 [ 5 ] {d0fbf762-f4c2-46c1-a75d-bd361d59de25} executeQuery: Read 195 rows, 17.66 KiB in 0.001305 sec., 149425.28735632185 rows/sec., 13.21 MiB/sec. 2025.09.17 20:39:48.440354 [ 5 ] {d0fbf762-f4c2-46c1-a75d-bd361d59de25} TCPHandler: Processed in 0.001469882 sec. 2025.09.17 20:39:48.440469 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:48.440565 [ 5 ] {7e1bad70-78d5-404c-bd61-9c9feabd238e} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:39:48.440605 [ 5 ] {7e1bad70-78d5-404c-bd61-9c9feabd238e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:39:48.441009 [ 5 ] {7e1bad70-78d5-404c-bd61-9c9feabd238e} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:48.441042 [ 5 ] {7e1bad70-78d5-404c-bd61-9c9feabd238e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:48.441358 [ 5 ] {7e1bad70-78d5-404c-bd61-9c9feabd238e} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.09.17 20:39:48.441570 [ 5 ] {7e1bad70-78d5-404c-bd61-9c9feabd238e} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:48.441703 [ 5 ] {7e1bad70-78d5-404c-bd61-9c9feabd238e} executeQuery: Read 23 rows, 1.78 KiB in 0.001157 sec., 19878.997407087292 rows/sec., 1.50 MiB/sec. 2025.09.17 20:39:48.441706 [ 85 ] {} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.09.17 20:39:48.441742 [ 5 ] {7e1bad70-78d5-404c-bd61-9c9feabd238e} TCPHandler: Processed in 0.001322867 sec. 2025.09.17 20:39:48.441778 [ 85 ] {} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:48.441813 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:48.441867 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:48.441904 [ 202 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.09.17 20:39:48.441969 [ 5 ] {83e69cfd-0814-47da-b2d4-cd749ac5ccff} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.17 20:39:48.442002 [ 202 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:39:48.442011 [ 5 ] {83e69cfd-0814-47da-b2d4-cd749ac5ccff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.17 20:39:48.442032 [ 202 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 72 rows starting from the beginning of the part 2025.09.17 20:39:48.442093 [ 202 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 9 rows starting from the beginning of the part 2025.09.17 20:39:48.442142 [ 202 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 39 rows starting from the beginning of the part 2025.09.17 20:39:48.442190 [ 202 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 9 rows starting from the beginning of the part 2025.09.17 20:39:48.442233 [ 202 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 33 rows starting from the beginning of the part 2025.09.17 20:39:48.442283 [ 202 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 23 rows starting from the beginning of the part 2025.09.17 20:39:48.442413 [ 5 ] {83e69cfd-0814-47da-b2d4-cd749ac5ccff} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:48.442450 [ 5 ] {83e69cfd-0814-47da-b2d4-cd749ac5ccff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:39:48.442774 [ 5 ] {83e69cfd-0814-47da-b2d4-cd749ac5ccff} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.09.17 20:39:48.442992 [ 5 ] {83e69cfd-0814-47da-b2d4-cd749ac5ccff} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:48.443120 [ 193 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 185 rows, containing 5 columns (5 merged, 0 gathered) in 0.001253495 sec., 147587.34578119576 rows/sec., 11.38 MiB/sec. 2025.09.17 20:39:48.443122 [ 5 ] {83e69cfd-0814-47da-b2d4-cd749ac5ccff} executeQuery: Read 24 rows, 2.04 KiB in 0.001173 sec., 20460.358056265984 rows/sec., 1.70 MiB/sec. 2025.09.17 20:39:48.443200 [ 5 ] {83e69cfd-0814-47da-b2d4-cd749ac5ccff} TCPHandler: Processed in 0.001382728 sec. 2025.09.17 20:39:48.443278 [ 194 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.09.17 20:39:48.443304 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:48.443400 [ 5 ] {72e02674-eb40-4434-90c7-45f5b758e01e} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.17 20:39:48.443440 [ 5 ] {72e02674-eb40-4434-90c7-45f5b758e01e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.17 20:39:48.443575 [ 194 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_26_5} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:48.443648 [ 194 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_26_5} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.09.17 20:39:48.443717 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.09.17 20:39:48.443833 [ 5 ] {72e02674-eb40-4434-90c7-45f5b758e01e} oximeter.fields_u8 (20447e1c-98e2-48f4-ad1a-5155a635de4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:48.443868 [ 5 ] {72e02674-eb40-4434-90c7-45f5b758e01e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:48.444180 [ 5 ] {72e02674-eb40-4434-90c7-45f5b758e01e} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.09.17 20:39:48.444392 [ 5 ] {72e02674-eb40-4434-90c7-45f5b758e01e} oximeter.fields_u8 (20447e1c-98e2-48f4-ad1a-5155a635de4d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:48.444517 [ 5 ] {72e02674-eb40-4434-90c7-45f5b758e01e} executeQuery: Read 12 rows, 960.00 B in 0.001135 sec., 10572.687224669604 rows/sec., 825.99 KiB/sec. 2025.09.17 20:39:48.444555 [ 5 ] {72e02674-eb40-4434-90c7-45f5b758e01e} TCPHandler: Processed in 0.001298967 sec. 2025.09.17 20:39:48.444656 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:48.444751 [ 5 ] {86221bd7-9f38-4fb2-b2b9-7fe136e5d405} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:39:48.444791 [ 5 ] {86221bd7-9f38-4fb2-b2b9-7fe136e5d405} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:39:48.445232 [ 5 ] {86221bd7-9f38-4fb2-b2b9-7fe136e5d405} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:48.445270 [ 5 ] {86221bd7-9f38-4fb2-b2b9-7fe136e5d405} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:48.445598 [ 5 ] {86221bd7-9f38-4fb2-b2b9-7fe136e5d405} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.09.17 20:39:48.445808 [ 5 ] {86221bd7-9f38-4fb2-b2b9-7fe136e5d405} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:48.445936 [ 5 ] {86221bd7-9f38-4fb2-b2b9-7fe136e5d405} executeQuery: Read 111 rows, 9.26 KiB in 0.001202 sec., 92346.08985024958 rows/sec., 7.52 MiB/sec. 2025.09.17 20:39:48.445974 [ 5 ] {86221bd7-9f38-4fb2-b2b9-7fe136e5d405} TCPHandler: Processed in 0.001366059 sec. 2025.09.17 20:39:48.446086 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:48.446181 [ 5 ] {fc5e0edd-7345-4660-91bf-f4eb76987c3a} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:39:48.446223 [ 5 ] {fc5e0edd-7345-4660-91bf-f4eb76987c3a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:39:48.446640 [ 5 ] {fc5e0edd-7345-4660-91bf-f4eb76987c3a} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:48.446677 [ 5 ] {fc5e0edd-7345-4660-91bf-f4eb76987c3a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:48.447013 [ 5 ] {fc5e0edd-7345-4660-91bf-f4eb76987c3a} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.09.17 20:39:48.447229 [ 5 ] {fc5e0edd-7345-4660-91bf-f4eb76987c3a} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:48.447357 [ 5 ] {fc5e0edd-7345-4660-91bf-f4eb76987c3a} executeQuery: Read 197 rows, 14.47 KiB in 0.001195 sec., 164853.55648535563 rows/sec., 11.82 MiB/sec. 2025.09.17 20:39:48.447394 [ 5 ] {fc5e0edd-7345-4660-91bf-f4eb76987c3a} TCPHandler: Processed in 0.001357898 sec. 2025.09.17 20:39:48.447504 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:48.447601 [ 5 ] {5960e83a-ee7e-4b3c-af90-8511e27e8d32} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:39:48.447655 [ 5 ] {5960e83a-ee7e-4b3c-af90-8511e27e8d32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:39:48.448417 [ 5 ] {5960e83a-ee7e-4b3c-af90-8511e27e8d32} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:48.448454 [ 5 ] {5960e83a-ee7e-4b3c-af90-8511e27e8d32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:48.448971 [ 5 ] {5960e83a-ee7e-4b3c-af90-8511e27e8d32} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.09.17 20:39:48.449202 [ 5 ] {5960e83a-ee7e-4b3c-af90-8511e27e8d32} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:48.449336 [ 5 ] {5960e83a-ee7e-4b3c-af90-8511e27e8d32} executeQuery: Read 9 rows, 16.51 KiB in 0.001754 sec., 5131.128848346637 rows/sec., 9.19 MiB/sec. 2025.09.17 20:39:48.449397 [ 5 ] {5960e83a-ee7e-4b3c-af90-8511e27e8d32} TCPHandler: Processed in 0.001941805 sec. 2025.09.17 20:39:48.449509 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:48.449605 [ 5 ] {931970cd-de23-42e2-8d26-a6b04bdc2860} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:39:48.449647 [ 5 ] {931970cd-de23-42e2-8d26-a6b04bdc2860} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:39:48.449983 [ 5 ] {931970cd-de23-42e2-8d26-a6b04bdc2860} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:48.450020 [ 5 ] {931970cd-de23-42e2-8d26-a6b04bdc2860} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:48.450334 [ 5 ] {931970cd-de23-42e2-8d26-a6b04bdc2860} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.09.17 20:39:48.450550 [ 5 ] {931970cd-de23-42e2-8d26-a6b04bdc2860} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:48.450678 [ 5 ] {931970cd-de23-42e2-8d26-a6b04bdc2860} executeQuery: Read 60 rows, 4.14 KiB in 0.001091 sec., 54995.417048579286 rows/sec., 3.71 MiB/sec. 2025.09.17 20:39:48.450713 [ 5 ] {931970cd-de23-42e2-8d26-a6b04bdc2860} TCPHandler: Processed in 0.001253035 sec. 2025.09.17 20:39:50.167111 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 11046 2025.09.17 20:39:50.167718 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:50.167765 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:50.168293 [ 245 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.09.17 20:39:50.168527 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:50.168672 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11046 2025.09.17 20:39:50.732570 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 2025.09.17 20:39:50.749259 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:50.749306 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.09.17 20:39:50.755591 [ 244 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.09.17 20:39:50.756295 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:50.759131 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 174 2025.09.17 20:39:51.000210 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 251.16 MiB, peak 255.47 MiB, free memory in arenas 0.00 B, will set to 252.25 MiB (RSS), difference: 1.09 MiB 2025.09.17 20:39:53.434640 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:53.434847 [ 5 ] {eff936a2-525d-43e4-a309-1ba410a9bdee} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:39:53.434922 [ 5 ] {eff936a2-525d-43e4-a309-1ba410a9bdee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:39:53.435724 [ 5 ] {eff936a2-525d-43e4-a309-1ba410a9bdee} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:53.435777 [ 5 ] {eff936a2-525d-43e4-a309-1ba410a9bdee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:39:53.436259 [ 5 ] {eff936a2-525d-43e4-a309-1ba410a9bdee} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.09.17 20:39:53.436522 [ 5 ] {eff936a2-525d-43e4-a309-1ba410a9bdee} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:53.436681 [ 5 ] {eff936a2-525d-43e4-a309-1ba410a9bdee} executeQuery: Read 122 rows, 10.73 KiB in 0.001891 sec., 64516.12903225806 rows/sec., 5.54 MiB/sec. 2025.09.17 20:39:53.436723 [ 5 ] {eff936a2-525d-43e4-a309-1ba410a9bdee} TCPHandler: Processed in 0.002227253 sec. 2025.09.17 20:39:53.436857 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:53.436953 [ 5 ] {aeb8e3a3-2262-4f08-8f25-0f34e05f1efe} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:39:53.437001 [ 5 ] {aeb8e3a3-2262-4f08-8f25-0f34e05f1efe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:39:53.437418 [ 5 ] {aeb8e3a3-2262-4f08-8f25-0f34e05f1efe} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:53.437455 [ 5 ] {aeb8e3a3-2262-4f08-8f25-0f34e05f1efe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:39:53.437795 [ 5 ] {aeb8e3a3-2262-4f08-8f25-0f34e05f1efe} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.09.17 20:39:53.438012 [ 5 ] {aeb8e3a3-2262-4f08-8f25-0f34e05f1efe} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:53.438142 [ 5 ] {aeb8e3a3-2262-4f08-8f25-0f34e05f1efe} executeQuery: Read 33 rows, 2.48 KiB in 0.001208 sec., 27317.880794701985 rows/sec., 2.01 MiB/sec. 2025.09.17 20:39:53.438180 [ 5 ] {aeb8e3a3-2262-4f08-8f25-0f34e05f1efe} TCPHandler: Processed in 0.001374599 sec. 2025.09.17 20:39:53.438284 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:53.438399 [ 5 ] {773ebf45-6f8c-44c4-bc5c-8da161ae08be} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:39:53.438448 [ 5 ] {773ebf45-6f8c-44c4-bc5c-8da161ae08be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:39:53.438968 [ 5 ] {773ebf45-6f8c-44c4-bc5c-8da161ae08be} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:53.439012 [ 5 ] {773ebf45-6f8c-44c4-bc5c-8da161ae08be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:39:53.439377 [ 5 ] {773ebf45-6f8c-44c4-bc5c-8da161ae08be} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.09.17 20:39:53.439598 [ 5 ] {773ebf45-6f8c-44c4-bc5c-8da161ae08be} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:53.439726 [ 5 ] {773ebf45-6f8c-44c4-bc5c-8da161ae08be} executeQuery: Read 97 rows, 7.76 KiB in 0.001352 sec., 71745.56213017752 rows/sec., 5.60 MiB/sec. 2025.09.17 20:39:53.439764 [ 5 ] {773ebf45-6f8c-44c4-bc5c-8da161ae08be} TCPHandler: Processed in 0.001528883 sec. 2025.09.17 20:39:53.439878 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:53.439972 [ 5 ] {8258cec7-0618-41e8-bbce-5b288002db5e} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:39:53.440015 [ 5 ] {8258cec7-0618-41e8-bbce-5b288002db5e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:39:53.440421 [ 5 ] {8258cec7-0618-41e8-bbce-5b288002db5e} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:53.440457 [ 5 ] {8258cec7-0618-41e8-bbce-5b288002db5e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:39:53.440796 [ 5 ] {8258cec7-0618-41e8-bbce-5b288002db5e} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.09.17 20:39:53.441000 [ 5 ] {8258cec7-0618-41e8-bbce-5b288002db5e} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:53.441126 [ 5 ] {8258cec7-0618-41e8-bbce-5b288002db5e} executeQuery: Read 160 rows, 11.41 KiB in 0.001173 sec., 136402.38704177324 rows/sec., 9.50 MiB/sec. 2025.09.17 20:39:53.441162 [ 5 ] {8258cec7-0618-41e8-bbce-5b288002db5e} TCPHandler: Processed in 0.001330938 sec. 2025.09.17 20:39:53.441261 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:53.441353 [ 5 ] {bbc4516e-b23c-45fa-807b-4f34b2331225} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:39:53.441406 [ 5 ] {bbc4516e-b23c-45fa-807b-4f34b2331225} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:39:53.442227 [ 5 ] {bbc4516e-b23c-45fa-807b-4f34b2331225} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:53.442264 [ 5 ] {bbc4516e-b23c-45fa-807b-4f34b2331225} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:39:53.442812 [ 5 ] {bbc4516e-b23c-45fa-807b-4f34b2331225} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.09.17 20:39:53.443035 [ 5 ] {bbc4516e-b23c-45fa-807b-4f34b2331225} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:53.443175 [ 5 ] {bbc4516e-b23c-45fa-807b-4f34b2331225} executeQuery: Read 33 rows, 60.55 KiB in 0.00184 sec., 17934.782608695652 rows/sec., 32.14 MiB/sec. 2025.09.17 20:39:53.443225 [ 5 ] {bbc4516e-b23c-45fa-807b-4f34b2331225} TCPHandler: Processed in 0.002011727 sec. 2025.09.17 20:39:53.443336 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:53.443428 [ 5 ] {e41c5a14-7f88-4bc3-b883-c7ed79ab6d7b} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:39:53.443469 [ 5 ] {e41c5a14-7f88-4bc3-b883-c7ed79ab6d7b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:39:53.443799 [ 5 ] {e41c5a14-7f88-4bc3-b883-c7ed79ab6d7b} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:53.443835 [ 5 ] {e41c5a14-7f88-4bc3-b883-c7ed79ab6d7b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:39:53.444140 [ 5 ] {e41c5a14-7f88-4bc3-b883-c7ed79ab6d7b} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.09.17 20:39:53.444343 [ 5 ] {e41c5a14-7f88-4bc3-b883-c7ed79ab6d7b} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:53.444469 [ 5 ] {e41c5a14-7f88-4bc3-b883-c7ed79ab6d7b} executeQuery: Read 60 rows, 4.14 KiB in 0.001059 sec., 56657.22379603399 rows/sec., 3.82 MiB/sec. 2025.09.17 20:39:53.444503 [ 5 ] {e41c5a14-7f88-4bc3-b883-c7ed79ab6d7b} TCPHandler: Processed in 0.001213864 sec. 2025.09.17 20:39:57.563971 [ 77 ] {} DNSResolver: Updating DNS cache 2025.09.17 20:39:57.564069 [ 77 ] {} DNSResolver: Updated DNS cache 2025.09.17 20:39:57.669654 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 11494 2025.09.17 20:39:57.670111 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:57.670147 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:39:57.670692 [ 245 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.09.17 20:39:57.670943 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:57.671074 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11494 2025.09.17 20:39:57.692352 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 622 2025.09.17 20:39:57.694732 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:57.694776 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:39:57.695964 [ 243 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.09.17 20:39:57.696244 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:57.696501 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 622 2025.09.17 20:39:58.260122 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 2025.09.17 20:39:58.276466 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:58.276511 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:39:58.282377 [ 244 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.09.17 20:39:58.283066 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:58.285823 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 181 2025.09.17 20:39:58.434113 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:58.434318 [ 5 ] {11945844-de75-4ebb-98ea-5efb0ded4017} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:39:58.434392 [ 5 ] {11945844-de75-4ebb-98ea-5efb0ded4017} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:39:58.435040 [ 5 ] {11945844-de75-4ebb-98ea-5efb0ded4017} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:58.435088 [ 5 ] {11945844-de75-4ebb-98ea-5efb0ded4017} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:39:58.435500 [ 5 ] {11945844-de75-4ebb-98ea-5efb0ded4017} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.09.17 20:39:58.435723 [ 5 ] {11945844-de75-4ebb-98ea-5efb0ded4017} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:58.435871 [ 5 ] {11945844-de75-4ebb-98ea-5efb0ded4017} executeQuery: Read 74 rows, 6.12 KiB in 0.001608 sec., 46019.90049751243 rows/sec., 3.72 MiB/sec. 2025.09.17 20:39:58.435912 [ 5 ] {11945844-de75-4ebb-98ea-5efb0ded4017} TCPHandler: Processed in 0.001938155 sec. 2025.09.17 20:39:58.436041 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:58.436137 [ 5 ] {475a96e8-5b03-4b06-8249-aa10acfa9bbe} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:39:58.436177 [ 5 ] {475a96e8-5b03-4b06-8249-aa10acfa9bbe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:39:58.436569 [ 5 ] {475a96e8-5b03-4b06-8249-aa10acfa9bbe} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:58.436605 [ 5 ] {475a96e8-5b03-4b06-8249-aa10acfa9bbe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:39:58.436900 [ 5 ] {475a96e8-5b03-4b06-8249-aa10acfa9bbe} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.09.17 20:39:58.437105 [ 5 ] {475a96e8-5b03-4b06-8249-aa10acfa9bbe} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:58.437230 [ 5 ] {475a96e8-5b03-4b06-8249-aa10acfa9bbe} executeQuery: Read 9 rows, 693.00 B in 0.001112 sec., 8093.525179856116 rows/sec., 608.60 KiB/sec. 2025.09.17 20:39:58.437267 [ 5 ] {475a96e8-5b03-4b06-8249-aa10acfa9bbe} TCPHandler: Processed in 0.001274186 sec. 2025.09.17 20:39:58.437375 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:58.437468 [ 5 ] {45be86cd-e172-48d9-9325-1f8a18d2a110} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:39:58.437507 [ 5 ] {45be86cd-e172-48d9-9325-1f8a18d2a110} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:39:58.437895 [ 5 ] {45be86cd-e172-48d9-9325-1f8a18d2a110} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:58.437931 [ 5 ] {45be86cd-e172-48d9-9325-1f8a18d2a110} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:39:58.438224 [ 5 ] {45be86cd-e172-48d9-9325-1f8a18d2a110} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.09.17 20:39:58.438430 [ 5 ] {45be86cd-e172-48d9-9325-1f8a18d2a110} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:58.438555 [ 5 ] {45be86cd-e172-48d9-9325-1f8a18d2a110} executeQuery: Read 73 rows, 5.84 KiB in 0.001105 sec., 66063.34841628959 rows/sec., 5.16 MiB/sec. 2025.09.17 20:39:58.438591 [ 5 ] {45be86cd-e172-48d9-9325-1f8a18d2a110} TCPHandler: Processed in 0.001263885 sec. 2025.09.17 20:39:58.438701 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:58.438794 [ 5 ] {c3206515-f5e1-4925-93ad-48f2b00839fa} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:39:58.438835 [ 5 ] {c3206515-f5e1-4925-93ad-48f2b00839fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:39:58.439235 [ 5 ] {c3206515-f5e1-4925-93ad-48f2b00839fa} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:58.439270 [ 5 ] {c3206515-f5e1-4925-93ad-48f2b00839fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:39:58.439622 [ 5 ] {c3206515-f5e1-4925-93ad-48f2b00839fa} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.09.17 20:39:58.439831 [ 5 ] {c3206515-f5e1-4925-93ad-48f2b00839fa} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:58.439959 [ 5 ] {c3206515-f5e1-4925-93ad-48f2b00839fa} executeQuery: Read 160 rows, 11.41 KiB in 0.001184 sec., 135135.13513513515 rows/sec., 9.41 MiB/sec. 2025.09.17 20:39:58.439995 [ 5 ] {c3206515-f5e1-4925-93ad-48f2b00839fa} TCPHandler: Processed in 0.001341588 sec. 2025.09.17 20:39:58.440104 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:58.440197 [ 5 ] {f0dff735-0137-4324-af24-c0810bd0c97f} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:39:58.440251 [ 5 ] {f0dff735-0137-4324-af24-c0810bd0c97f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:39:58.440994 [ 5 ] {f0dff735-0137-4324-af24-c0810bd0c97f} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:58.441030 [ 5 ] {f0dff735-0137-4324-af24-c0810bd0c97f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:39:58.441531 [ 5 ] {f0dff735-0137-4324-af24-c0810bd0c97f} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.09.17 20:39:58.441744 [ 5 ] {f0dff735-0137-4324-af24-c0810bd0c97f} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:58.441878 [ 5 ] {f0dff735-0137-4324-af24-c0810bd0c97f} executeQuery: Read 9 rows, 16.51 KiB in 0.001698 sec., 5300.3533568904595 rows/sec., 9.50 MiB/sec. 2025.09.17 20:39:58.441875 [ 76 ] {} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.09.17 20:39:58.441929 [ 5 ] {f0dff735-0137-4324-af24-c0810bd0c97f} TCPHandler: Processed in 0.001872912 sec. 2025.09.17 20:39:58.441940 [ 76 ] {} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:58.441969 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:39:58.442051 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:39:58.442086 [ 193 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.09.17 20:39:58.442151 [ 5 ] {2694a821-724c-4ee1-955f-7f7e379a089d} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:39:58.442198 [ 5 ] {2694a821-724c-4ee1-955f-7f7e379a089d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:39:58.442351 [ 193 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:39:58.442420 [ 193 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 475 rows starting from the beginning of the part 2025.09.17 20:39:58.442526 [ 5 ] {2694a821-724c-4ee1-955f-7f7e379a089d} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:39:58.442545 [ 193 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 9 rows starting from the beginning of the part 2025.09.17 20:39:58.442569 [ 5 ] {2694a821-724c-4ee1-955f-7f7e379a089d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:39:58.442666 [ 193 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 33 rows starting from the beginning of the part 2025.09.17 20:39:58.442776 [ 193 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 9 rows starting from the beginning of the part 2025.09.17 20:39:58.442882 [ 193 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 33 rows starting from the beginning of the part 2025.09.17 20:39:58.442886 [ 5 ] {2694a821-724c-4ee1-955f-7f7e379a089d} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.09.17 20:39:58.442987 [ 193 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 9 rows starting from the beginning of the part 2025.09.17 20:39:58.443110 [ 5 ] {2694a821-724c-4ee1-955f-7f7e379a089d} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:58.443240 [ 5 ] {2694a821-724c-4ee1-955f-7f7e379a089d} executeQuery: Read 60 rows, 4.14 KiB in 0.001107 sec., 54200.54200542006 rows/sec., 3.65 MiB/sec. 2025.09.17 20:39:58.443275 [ 5 ] {2694a821-724c-4ee1-955f-7f7e379a089d} TCPHandler: Processed in 0.001272785 sec. 2025.09.17 20:39:58.458876 [ 194 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 568 rows, containing 19 columns (19 merged, 0 gathered) in 0.016850474 sec., 33708.250580962886 rows/sec., 60.40 MiB/sec. 2025.09.17 20:39:58.459825 [ 192 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.09.17 20:39:58.460218 [ 192 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_26_5} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:39:58.460300 [ 192 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_26_5} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.09.17 20:39:58.460431 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.39 MiB. 2025.09.17 20:39:59.000237 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 253.31 MiB, peak 260.67 MiB, free memory in arenas 0.00 B, will set to 254.68 MiB (RSS), difference: 1.37 MiB 2025.09.17 20:40:01.453761 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56782 2025.09.17 20:40:01.453874 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:40:01.453902 [ 286 ] {} TCP-Session: 4aa84b39-49bc-4c22-8610-4917b29434b7 Authenticating user 'default' from [fd00:1122:3344:101::e]:56782 2025.09.17 20:40:01.453923 [ 286 ] {} TCP-Session: 4aa84b39-49bc-4c22-8610-4917b29434b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:01.453936 [ 286 ] {} TCP-Session: 4aa84b39-49bc-4c22-8610-4917b29434b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:01.454210 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48141 2025.09.17 20:40:01.454223 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50982 2025.09.17 20:40:01.454265 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39095 2025.09.17 20:40:01.454279 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50502 2025.09.17 20:40:01.454321 [ 286 ] {} TCP-Session: 4aa84b39-49bc-4c22-8610-4917b29434b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:01.454344 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:40:01.454337 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:40:01.454388 [ 290 ] {} TCP-Session: 2a1b482b-7784-4062-b529-e6a88cd8e7e2 Authenticating user 'default' from [fd00:1122:3344:101::e]:50982 2025.09.17 20:40:01.454261 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57696 2025.09.17 20:40:01.454421 [ 288 ] {} TCP-Session: 99169904-3945-46cf-99d6-02a3b9526da4 Authenticating user 'default' from [fd00:1122:3344:101::e]:48141 2025.09.17 20:40:01.454426 [ 290 ] {} TCP-Session: 2a1b482b-7784-4062-b529-e6a88cd8e7e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:01.454253 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56015 2025.09.17 20:40:01.454479 [ 290 ] {} TCP-Session: 2a1b482b-7784-4062-b529-e6a88cd8e7e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:01.454505 [ 286 ] {b8013187-306f-469a-a87a-b1e8f81e7ca5} executeQuery: (from [fd00:1122:3344:101::e]:56782) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.17 20:40:01.454526 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:40:01.454533 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:40:01.454561 [ 294 ] {} TCP-Session: 9cc727ec-124a-48e1-b469-9d36ee30e349 Authenticating user 'default' from [fd00:1122:3344:101::e]:39095 2025.09.17 20:40:01.454473 [ 288 ] {} TCP-Session: 99169904-3945-46cf-99d6-02a3b9526da4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:01.454589 [ 3 ] {} TCP-Session: bb8ff25d-d7f5-47a7-8d3f-e10f49a2ffa8 Authenticating user 'default' from [fd00:1122:3344:101::e]:50502 2025.09.17 20:40:01.454612 [ 288 ] {} TCP-Session: 99169904-3945-46cf-99d6-02a3b9526da4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:01.454591 [ 294 ] {} TCP-Session: 9cc727ec-124a-48e1-b469-9d36ee30e349 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:01.454637 [ 3 ] {} TCP-Session: bb8ff25d-d7f5-47a7-8d3f-e10f49a2ffa8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:01.454645 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:40:01.454675 [ 3 ] {} TCP-Session: bb8ff25d-d7f5-47a7-8d3f-e10f49a2ffa8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:01.454677 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:40:01.454700 [ 293 ] {} TCP-Session: a2912d78-55be-4354-b389-47ebe7db65b4 Authenticating user 'default' from [fd00:1122:3344:101::e]:57696 2025.09.17 20:40:01.454660 [ 294 ] {} TCP-Session: 9cc727ec-124a-48e1-b469-9d36ee30e349 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:01.454739 [ 293 ] {} TCP-Session: a2912d78-55be-4354-b389-47ebe7db65b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:01.454733 [ 291 ] {} TCP-Session: 1ede18a3-6e62-45a5-bdf4-92f5f2c3c67f Authenticating user 'default' from [fd00:1122:3344:101::e]:56015 2025.09.17 20:40:01.454768 [ 293 ] {} TCP-Session: a2912d78-55be-4354-b389-47ebe7db65b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:01.454782 [ 286 ] {b8013187-306f-469a-a87a-b1e8f81e7ca5} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.17 20:40:01.454799 [ 291 ] {} TCP-Session: 1ede18a3-6e62-45a5-bdf4-92f5f2c3c67f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:01.454250 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49733 2025.09.17 20:40:01.454854 [ 286 ] {b8013187-306f-469a-a87a-b1e8f81e7ca5} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.17 20:40:01.454842 [ 291 ] {} TCP-Session: 1ede18a3-6e62-45a5-bdf4-92f5f2c3c67f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:01.454216 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46670 2025.09.17 20:40:01.454971 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:40:01.454995 [ 292 ] {} TCP-Session: f1d0cc64-8a88-4396-b771-14cde9a7d21d Authenticating user 'default' from [fd00:1122:3344:101::e]:49733 2025.09.17 20:40:01.455014 [ 292 ] {} TCP-Session: f1d0cc64-8a88-4396-b771-14cde9a7d21d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:01.455023 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:40:01.455026 [ 292 ] {} TCP-Session: f1d0cc64-8a88-4396-b771-14cde9a7d21d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:01.455048 [ 289 ] {} TCP-Session: 69bf9ee0-1b09-4084-a3a3-1c6964b782b6 Authenticating user 'default' from [fd00:1122:3344:101::e]:46670 2025.09.17 20:40:01.455066 [ 289 ] {} TCP-Session: 69bf9ee0-1b09-4084-a3a3-1c6964b782b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:01.455078 [ 289 ] {} TCP-Session: 69bf9ee0-1b09-4084-a3a3-1c6964b782b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:01.455165 [ 286 ] {b8013187-306f-469a-a87a-b1e8f81e7ca5} oximeter.version (62bd52ee-0bc0-4eea-bbbd-a51761f62e41) (SelectExecutor): Key condition: unknown 2025.09.17 20:40:01.456072 [ 328 ] {b8013187-306f-469a-a87a-b1e8f81e7ca5} AggregatingTransform: Aggregating 2025.09.17 20:40:01.456125 [ 328 ] {b8013187-306f-469a-a87a-b1e8f81e7ca5} Aggregator: Aggregation method: without_key 2025.09.17 20:40:01.456164 [ 328 ] {b8013187-306f-469a-a87a-b1e8f81e7ca5} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000896456 sec. (1115.504 rows/sec., 43.57 KiB/sec.) 2025.09.17 20:40:01.456182 [ 328 ] {b8013187-306f-469a-a87a-b1e8f81e7ca5} Aggregator: Merging aggregated data 2025.09.17 20:40:01.457707 [ 286 ] {b8013187-306f-469a-a87a-b1e8f81e7ca5} executeQuery: Read 1 rows, 40.00 B in 0.003255 sec., 307.21966205837174 rows/sec., 12.00 KiB/sec. 2025.09.17 20:40:01.457858 [ 286 ] {b8013187-306f-469a-a87a-b1e8f81e7ca5} TCPHandler: Processed in 0.003666593 sec. 2025.09.17 20:40:01.457957 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.17 20:40:01.457983 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.17 20:40:01.457989 [ 286 ] {} TCP-Session: 4aa84b39-49bc-4c22-8610-4917b29434b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:01.458019 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.17 20:40:01.458036 [ 292 ] {} TCPHandler: Done processing connection. 2025.09.17 20:40:01.458062 [ 290 ] {} TCPHandler: Done processing connection. 2025.09.17 20:40:01.458067 [ 289 ] {} TCP-Session: 69bf9ee0-1b09-4084-a3a3-1c6964b782b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:01.458089 [ 292 ] {} TCP-Session: f1d0cc64-8a88-4396-b771-14cde9a7d21d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:01.458092 [ 294 ] {} TCPHandler: Done processing connection. 2025.09.17 20:40:01.458107 [ 290 ] {} TCP-Session: 2a1b482b-7784-4062-b529-e6a88cd8e7e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:01.458152 [ 294 ] {} TCP-Session: 9cc727ec-124a-48e1-b469-9d36ee30e349 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:01.458078 [ 291 ] {} TCPHandler: Done processing connection. 2025.09.17 20:40:01.458046 [ 293 ] {} TCPHandler: Done processing connection. 2025.09.17 20:40:01.458031 [ 288 ] {} TCP-Session: 99169904-3945-46cf-99d6-02a3b9526da4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:01.458227 [ 291 ] {} TCP-Session: 1ede18a3-6e62-45a5-bdf4-92f5f2c3c67f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:01.458241 [ 293 ] {} TCP-Session: a2912d78-55be-4354-b389-47ebe7db65b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:01.458002 [ 3 ] {} TCPHandler: Done processing connection. 2025.09.17 20:40:01.458318 [ 3 ] {} TCP-Session: bb8ff25d-d7f5-47a7-8d3f-e10f49a2ffa8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:01.966995 [ 75 ] {} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2025.09.17 20:40:01.967063 [ 75 ] {} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:01.967085 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:40:01.967225 [ 193 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2025.09.17 20:40:01.967398 [ 193 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:40:01.967437 [ 193 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 25 rows starting from the beginning of the part 2025.09.17 20:40:01.967516 [ 193 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 228 rows starting from the beginning of the part 2025.09.17 20:40:01.967571 [ 193 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::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.09.17 20:40:01.967624 [ 193 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 228 rows starting from the beginning of the part 2025.09.17 20:40:01.967679 [ 193 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::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.09.17 20:40:01.968701 [ 194 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 529 rows, containing 5 columns (5 merged, 0 gathered) in 0.001540553 sec., 343383.18772544665 rows/sec., 25.27 MiB/sec. 2025.09.17 20:40:01.968966 [ 198 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2025.09.17 20:40:01.969407 [ 198 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::all_1_9_2} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:01.969521 [ 198 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::all_1_9_2} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2025.09.17 20:40:01.969639 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.09.17 20:40:02.529418 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50458 2025.09.17 20:40:02.529552 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:40:02.529589 [ 286 ] {} TCP-Session: cc102809-39d1-432b-a87a-efd89d77d469 Authenticating user 'default' from [fd00:1122:3344:101::e]:50458 2025.09.17 20:40:02.529621 [ 286 ] {} TCP-Session: cc102809-39d1-432b-a87a-efd89d77d469 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:02.529641 [ 286 ] {} TCP-Session: cc102809-39d1-432b-a87a-efd89d77d469 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:02.529903 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61729 2025.09.17 20:40:02.529916 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44722 2025.09.17 20:40:02.529980 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37376 2025.09.17 20:40:02.529996 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50976 2025.09.17 20:40:02.530010 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46144 2025.09.17 20:40:02.530041 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:40:02.530056 [ 286 ] {} TCP-Session: cc102809-39d1-432b-a87a-efd89d77d469 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:02.530092 [ 288 ] {} TCP-Session: 8aeaa905-fb1b-4879-85e5-28b0623f11e4 Authenticating user 'default' from [fd00:1122:3344:101::e]:61729 2025.09.17 20:40:02.530091 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:40:02.530109 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:40:02.530135 [ 288 ] {} TCP-Session: 8aeaa905-fb1b-4879-85e5-28b0623f11e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:02.530138 [ 293 ] {} TCP-Session: 5a8f7a02-d7f5-48c9-ae46-18d16e187959 Authenticating user 'default' from [fd00:1122:3344:101::e]:50976 2025.09.17 20:40:02.530156 [ 3 ] {} TCP-Session: 51c95e04-58b4-46bc-8adb-a50578a31bfb Authenticating user 'default' from [fd00:1122:3344:101::e]:46144 2025.09.17 20:40:02.530170 [ 293 ] {} TCP-Session: 5a8f7a02-d7f5-48c9-ae46-18d16e187959 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:02.530194 [ 3 ] {} TCP-Session: 51c95e04-58b4-46bc-8adb-a50578a31bfb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:02.530201 [ 293 ] {} TCP-Session: 5a8f7a02-d7f5-48c9-ae46-18d16e187959 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:02.530217 [ 3 ] {} TCP-Session: 51c95e04-58b4-46bc-8adb-a50578a31bfb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:02.530069 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:40:02.530004 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58438 2025.09.17 20:40:02.530271 [ 292 ] {} TCP-Session: 088dc789-3a3a-4673-aec2-cb76113023ba Authenticating user 'default' from [fd00:1122:3344:101::e]:37376 2025.09.17 20:40:02.530294 [ 286 ] {2c51a200-4455-453e-a783-8662d0037f8d} executeQuery: (from [fd00:1122:3344:101::e]:50458) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.17 20:40:02.530311 [ 292 ] {} TCP-Session: 088dc789-3a3a-4673-aec2-cb76113023ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:02.529917 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59623 2025.09.17 20:40:02.530341 [ 292 ] {} TCP-Session: 088dc789-3a3a-4673-aec2-cb76113023ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:02.530342 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:40:02.530069 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:40:02.530424 [ 294 ] {} TCP-Session: 43e97456-a7f8-4de8-a4fb-fa7480961a08 Authenticating user 'default' from [fd00:1122:3344:101::e]:58438 2025.09.17 20:40:02.530427 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:40:02.530450 [ 289 ] {} TCP-Session: c4617cc6-e203-4cf3-a8a5-25910ceade81 Authenticating user 'default' from [fd00:1122:3344:101::e]:44722 2025.09.17 20:40:02.530459 [ 294 ] {} TCP-Session: 43e97456-a7f8-4de8-a4fb-fa7480961a08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:02.530476 [ 290 ] {} TCP-Session: 426ee6c2-0c8d-4d8d-9a6d-ebf35a0ebe3d Authenticating user 'default' from [fd00:1122:3344:101::e]:59623 2025.09.17 20:40:02.530500 [ 294 ] {} TCP-Session: 43e97456-a7f8-4de8-a4fb-fa7480961a08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:02.530514 [ 290 ] {} TCP-Session: 426ee6c2-0c8d-4d8d-9a6d-ebf35a0ebe3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:02.530485 [ 289 ] {} TCP-Session: c4617cc6-e203-4cf3-a8a5-25910ceade81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:02.530539 [ 290 ] {} TCP-Session: 426ee6c2-0c8d-4d8d-9a6d-ebf35a0ebe3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:02.530558 [ 289 ] {} TCP-Session: c4617cc6-e203-4cf3-a8a5-25910ceade81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:02.530159 [ 288 ] {} TCP-Session: 8aeaa905-fb1b-4879-85e5-28b0623f11e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:02.529985 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37783 2025.09.17 20:40:02.530642 [ 286 ] {2c51a200-4455-453e-a783-8662d0037f8d} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.17 20:40:02.530707 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:40:02.530720 [ 286 ] {2c51a200-4455-453e-a783-8662d0037f8d} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.17 20:40:02.530745 [ 291 ] {} TCP-Session: 8647eb80-58af-4491-8398-6eefc6605d3e Authenticating user 'default' from [fd00:1122:3344:101::e]:37783 2025.09.17 20:40:02.530777 [ 291 ] {} TCP-Session: 8647eb80-58af-4491-8398-6eefc6605d3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:02.530791 [ 291 ] {} TCP-Session: 8647eb80-58af-4491-8398-6eefc6605d3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:02.531096 [ 286 ] {2c51a200-4455-453e-a783-8662d0037f8d} oximeter.version (62bd52ee-0bc0-4eea-bbbd-a51761f62e41) (SelectExecutor): Key condition: unknown 2025.09.17 20:40:02.532236 [ 317 ] {2c51a200-4455-453e-a783-8662d0037f8d} AggregatingTransform: Aggregating 2025.09.17 20:40:02.532279 [ 317 ] {2c51a200-4455-453e-a783-8662d0037f8d} Aggregator: Aggregation method: without_key 2025.09.17 20:40:02.532320 [ 317 ] {2c51a200-4455-453e-a783-8662d0037f8d} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001091371 sec. (916.279 rows/sec., 35.79 KiB/sec.) 2025.09.17 20:40:02.532339 [ 317 ] {2c51a200-4455-453e-a783-8662d0037f8d} Aggregator: Merging aggregated data 2025.09.17 20:40:02.533685 [ 286 ] {2c51a200-4455-453e-a783-8662d0037f8d} executeQuery: Read 1 rows, 40.00 B in 0.00347 sec., 288.1844380403458 rows/sec., 11.26 KiB/sec. 2025.09.17 20:40:02.533839 [ 286 ] {2c51a200-4455-453e-a783-8662d0037f8d} TCPHandler: Processed in 0.003964181 sec. 2025.09.17 20:40:02.533962 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.17 20:40:02.533988 [ 293 ] {} TCPHandler: Done processing connection. 2025.09.17 20:40:02.534010 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.17 20:40:02.534027 [ 286 ] {} TCP-Session: cc102809-39d1-432b-a87a-efd89d77d469 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:02.534038 [ 294 ] {} TCPHandler: Done processing connection. 2025.09.17 20:40:02.534059 [ 289 ] {} TCP-Session: c4617cc6-e203-4cf3-a8a5-25910ceade81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:02.534064 [ 292 ] {} TCPHandler: Done processing connection. 2025.09.17 20:40:02.534084 [ 294 ] {} TCP-Session: 43e97456-a7f8-4de8-a4fb-fa7480961a08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:02.534100 [ 290 ] {} TCPHandler: Done processing connection. 2025.09.17 20:40:02.534115 [ 291 ] {} TCPHandler: Done processing connection. 2025.09.17 20:40:02.534125 [ 292 ] {} TCP-Session: 088dc789-3a3a-4673-aec2-cb76113023ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:02.534151 [ 290 ] {} TCP-Session: 426ee6c2-0c8d-4d8d-9a6d-ebf35a0ebe3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:02.534172 [ 291 ] {} TCP-Session: 8647eb80-58af-4491-8398-6eefc6605d3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:02.534044 [ 3 ] {} TCPHandler: Done processing connection. 2025.09.17 20:40:02.534034 [ 293 ] {} TCP-Session: 5a8f7a02-d7f5-48c9-ae46-18d16e187959 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:02.534078 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.17 20:40:02.534248 [ 3 ] {} TCP-Session: 51c95e04-58b4-46bc-8adb-a50578a31bfb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:02.534284 [ 288 ] {} TCP-Session: 8aeaa905-fb1b-4879-85e5-28b0623f11e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:02.627700 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37850 2025.09.17 20:40:02.627810 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:40:02.627840 [ 291 ] {} TCP-Session: dbaf8e4c-764d-424f-9fc7-398e42a64af6 Authenticating user 'default' from [fd00:1122:3344:101::e]:37850 2025.09.17 20:40:02.627863 [ 291 ] {} TCP-Session: dbaf8e4c-764d-424f-9fc7-398e42a64af6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:02.627876 [ 291 ] {} TCP-Session: dbaf8e4c-764d-424f-9fc7-398e42a64af6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:02.628080 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45434 2025.09.17 20:40:02.628108 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38880 2025.09.17 20:40:02.628142 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46580 2025.09.17 20:40:02.628154 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40650 2025.09.17 20:40:02.628197 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:40:02.628115 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55872 2025.09.17 20:40:02.628234 [ 292 ] {} TCP-Session: 79f1a1e4-cd63-4556-a850-daf101d386e8 Authenticating user 'default' from [fd00:1122:3344:101::e]:45434 2025.09.17 20:40:02.628235 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:40:02.628247 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:40:02.628259 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:40:02.628273 [ 289 ] {} TCP-Session: 567642da-4ccc-4f5f-95f2-6545ab2cccf9 Authenticating user 'default' from [fd00:1122:3344:101::e]:46580 2025.09.17 20:40:02.628297 [ 290 ] {} TCP-Session: 96ba2a41-261b-4f39-8047-750bf0ef6145 Authenticating user 'default' from [fd00:1122:3344:101::e]:40650 2025.09.17 20:40:02.628293 [ 294 ] {} TCP-Session: 19478301-202f-4ea5-a557-56f30ab3a91e Authenticating user 'default' from [fd00:1122:3344:101::e]:38880 2025.09.17 20:40:02.628315 [ 289 ] {} TCP-Session: 567642da-4ccc-4f5f-95f2-6545ab2cccf9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:02.628336 [ 294 ] {} TCP-Session: 19478301-202f-4ea5-a557-56f30ab3a91e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:02.628381 [ 289 ] {} TCP-Session: 567642da-4ccc-4f5f-95f2-6545ab2cccf9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:02.628401 [ 294 ] {} TCP-Session: 19478301-202f-4ea5-a557-56f30ab3a91e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:02.628287 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:40:02.628259 [ 292 ] {} TCP-Session: 79f1a1e4-cd63-4556-a850-daf101d386e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:02.628462 [ 3 ] {} TCP-Session: 6a742f44-76d8-436d-ab6e-fa88c982b69b Authenticating user 'default' from [fd00:1122:3344:101::e]:55872 2025.09.17 20:40:02.628474 [ 292 ] {} TCP-Session: 79f1a1e4-cd63-4556-a850-daf101d386e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:02.628484 [ 3 ] {} TCP-Session: 6a742f44-76d8-436d-ab6e-fa88c982b69b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:02.628098 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36163 2025.09.17 20:40:02.628501 [ 3 ] {} TCP-Session: 6a742f44-76d8-436d-ab6e-fa88c982b69b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:02.628328 [ 290 ] {} TCP-Session: 96ba2a41-261b-4f39-8047-750bf0ef6145 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:02.628237 [ 291 ] {} TCP-Session: dbaf8e4c-764d-424f-9fc7-398e42a64af6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:02.628598 [ 290 ] {} TCP-Session: 96ba2a41-261b-4f39-8047-750bf0ef6145 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:02.628615 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:40:02.628135 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46341 2025.09.17 20:40:02.628672 [ 293 ] {} TCP-Session: 8b8ef297-9d36-4657-8282-1434a1ab6101 Authenticating user 'default' from [fd00:1122:3344:101::e]:36163 2025.09.17 20:40:02.628126 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54529 2025.09.17 20:40:02.628700 [ 293 ] {} TCP-Session: 8b8ef297-9d36-4657-8282-1434a1ab6101 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:02.628724 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:40:02.628730 [ 293 ] {} TCP-Session: 8b8ef297-9d36-4657-8282-1434a1ab6101 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:02.628748 [ 288 ] {} TCP-Session: 00ba3d11-bafd-42c6-aad7-4aee3a51c546 Authenticating user 'default' from [fd00:1122:3344:101::e]:46341 2025.09.17 20:40:02.628762 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:40:02.628766 [ 288 ] {} TCP-Session: 00ba3d11-bafd-42c6-aad7-4aee3a51c546 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:02.628781 [ 291 ] {e3177ff3-2b28-4885-84c7-aff0b7c710ac} executeQuery: (from [fd00:1122:3344:101::e]:37850) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.17 20:40:02.628792 [ 286 ] {} TCP-Session: f0c2ef50-cbaf-4167-8d98-d8be2380e740 Authenticating user 'default' from [fd00:1122:3344:101::e]:54529 2025.09.17 20:40:02.628800 [ 288 ] {} TCP-Session: 00ba3d11-bafd-42c6-aad7-4aee3a51c546 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:02.628832 [ 286 ] {} TCP-Session: f0c2ef50-cbaf-4167-8d98-d8be2380e740 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:02.628853 [ 286 ] {} TCP-Session: f0c2ef50-cbaf-4167-8d98-d8be2380e740 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:02.629124 [ 291 ] {e3177ff3-2b28-4885-84c7-aff0b7c710ac} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.17 20:40:02.629187 [ 291 ] {e3177ff3-2b28-4885-84c7-aff0b7c710ac} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.17 20:40:02.629524 [ 291 ] {e3177ff3-2b28-4885-84c7-aff0b7c710ac} oximeter.version (62bd52ee-0bc0-4eea-bbbd-a51761f62e41) (SelectExecutor): Key condition: unknown 2025.09.17 20:40:02.630643 [ 309 ] {e3177ff3-2b28-4885-84c7-aff0b7c710ac} AggregatingTransform: Aggregating 2025.09.17 20:40:02.630678 [ 309 ] {e3177ff3-2b28-4885-84c7-aff0b7c710ac} Aggregator: Aggregation method: without_key 2025.09.17 20:40:02.630710 [ 309 ] {e3177ff3-2b28-4885-84c7-aff0b7c710ac} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00108332 sec. (923.088 rows/sec., 36.06 KiB/sec.) 2025.09.17 20:40:02.630725 [ 309 ] {e3177ff3-2b28-4885-84c7-aff0b7c710ac} Aggregator: Merging aggregated data 2025.09.17 20:40:02.632054 [ 291 ] {e3177ff3-2b28-4885-84c7-aff0b7c710ac} executeQuery: Read 1 rows, 40.00 B in 0.003333 sec., 300.03000300030004 rows/sec., 11.72 KiB/sec. 2025.09.17 20:40:02.632208 [ 291 ] {e3177ff3-2b28-4885-84c7-aff0b7c710ac} TCPHandler: Processed in 0.004126566 sec. 2025.09.17 20:40:02.632345 [ 291 ] {} TCPHandler: Done processing connection. 2025.09.17 20:40:02.632375 [ 291 ] {} TCP-Session: dbaf8e4c-764d-424f-9fc7-398e42a64af6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:02.632374 [ 292 ] {} TCPHandler: Done processing connection. 2025.09.17 20:40:02.632393 [ 294 ] {} TCPHandler: Done processing connection. 2025.09.17 20:40:02.632410 [ 293 ] {} TCPHandler: Done processing connection. 2025.09.17 20:40:02.632434 [ 292 ] {} TCP-Session: 79f1a1e4-cd63-4556-a850-daf101d386e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:02.632444 [ 3 ] {} TCPHandler: Done processing connection. 2025.09.17 20:40:02.632464 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.17 20:40:02.632483 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.17 20:40:02.632500 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.17 20:40:02.632525 [ 286 ] {} TCP-Session: f0c2ef50-cbaf-4167-8d98-d8be2380e740 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:02.632547 [ 288 ] {} TCP-Session: 00ba3d11-bafd-42c6-aad7-4aee3a51c546 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:02.632567 [ 289 ] {} TCP-Session: 567642da-4ccc-4f5f-95f2-6545ab2cccf9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:02.632504 [ 3 ] {} TCP-Session: 6a742f44-76d8-436d-ab6e-fa88c982b69b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:02.632485 [ 293 ] {} TCP-Session: 8b8ef297-9d36-4657-8282-1434a1ab6101 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:02.632451 [ 294 ] {} TCP-Session: 19478301-202f-4ea5-a557-56f30ab3a91e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:02.632431 [ 290 ] {} TCPHandler: Done processing connection. 2025.09.17 20:40:02.632685 [ 290 ] {} TCP-Session: 96ba2a41-261b-4f39-8047-750bf0ef6145 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:40:03.466092 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:03.466320 [ 5 ] {9188e888-b8e8-473e-8b34-2ad0ef3e3c81} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.17 20:40:03.466421 [ 5 ] {9188e888-b8e8-473e-8b34-2ad0ef3e3c81} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.17 20:40:03.467197 [ 5 ] {9188e888-b8e8-473e-8b34-2ad0ef3e3c81} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:03.467251 [ 5 ] {9188e888-b8e8-473e-8b34-2ad0ef3e3c81} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:40:03.467683 [ 5 ] {9188e888-b8e8-473e-8b34-2ad0ef3e3c81} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.09.17 20:40:03.467964 [ 5 ] {9188e888-b8e8-473e-8b34-2ad0ef3e3c81} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:03.468160 [ 5 ] {9188e888-b8e8-473e-8b34-2ad0ef3e3c81} executeQuery: Read 2 rows, 167.00 B in 0.001909 sec., 1047.6689366160292 rows/sec., 85.43 KiB/sec. 2025.09.17 20:40:03.468219 [ 5 ] {9188e888-b8e8-473e-8b34-2ad0ef3e3c81} TCPHandler: Processed in 0.002274164 sec. 2025.09.17 20:40:03.468354 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:03.468466 [ 5 ] {83122a9f-2af2-47e1-8e75-d3dfb0a050b3} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:40:03.468515 [ 5 ] {83122a9f-2af2-47e1-8e75-d3dfb0a050b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:40:03.469563 [ 5 ] {83122a9f-2af2-47e1-8e75-d3dfb0a050b3} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:03.469605 [ 5 ] {83122a9f-2af2-47e1-8e75-d3dfb0a050b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:40:03.470074 [ 5 ] {83122a9f-2af2-47e1-8e75-d3dfb0a050b3} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.09.17 20:40:03.470343 [ 5 ] {83122a9f-2af2-47e1-8e75-d3dfb0a050b3} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:03.470684 [ 5 ] {83122a9f-2af2-47e1-8e75-d3dfb0a050b3} executeQuery: Read 1263 rows, 107.37 KiB in 0.002243 sec., 563085.1538118591 rows/sec., 46.74 MiB/sec. 2025.09.17 20:40:03.470744 [ 5 ] {83122a9f-2af2-47e1-8e75-d3dfb0a050b3} TCPHandler: Processed in 0.002444358 sec. 2025.09.17 20:40:03.470914 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:03.471034 [ 5 ] {6f1a230a-5823-40ac-bc43-c8f29401ed0a} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:40:03.471088 [ 5 ] {6f1a230a-5823-40ac-bc43-c8f29401ed0a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:40:03.471595 [ 5 ] {6f1a230a-5823-40ac-bc43-c8f29401ed0a} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:03.471637 [ 5 ] {6f1a230a-5823-40ac-bc43-c8f29401ed0a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:40:03.472159 [ 5 ] {6f1a230a-5823-40ac-bc43-c8f29401ed0a} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.09.17 20:40:03.472586 [ 5 ] {6f1a230a-5823-40ac-bc43-c8f29401ed0a} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:03.472742 [ 5 ] {6f1a230a-5823-40ac-bc43-c8f29401ed0a} executeQuery: Read 35 rows, 2.62 KiB in 0.001739 sec., 20126.509488211614 rows/sec., 1.47 MiB/sec. 2025.09.17 20:40:03.472790 [ 5 ] {6f1a230a-5823-40ac-bc43-c8f29401ed0a} TCPHandler: Processed in 0.001937725 sec. 2025.09.17 20:40:03.472914 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:03.473033 [ 5 ] {81999cfc-8e4b-4a2b-8a9a-9acb73db36fc} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.17 20:40:03.473094 [ 5 ] {81999cfc-8e4b-4a2b-8a9a-9acb73db36fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.17 20:40:03.473714 [ 5 ] {81999cfc-8e4b-4a2b-8a9a-9acb73db36fc} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:03.473765 [ 5 ] {81999cfc-8e4b-4a2b-8a9a-9acb73db36fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:40:03.474215 [ 5 ] {81999cfc-8e4b-4a2b-8a9a-9acb73db36fc} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.09.17 20:40:03.474454 [ 5 ] {81999cfc-8e4b-4a2b-8a9a-9acb73db36fc} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:03.474603 [ 5 ] {81999cfc-8e4b-4a2b-8a9a-9acb73db36fc} executeQuery: Read 228 rows, 15.81 KiB in 0.001602 sec., 142322.09737827716 rows/sec., 9.64 MiB/sec. 2025.09.17 20:40:03.474645 [ 5 ] {81999cfc-8e4b-4a2b-8a9a-9acb73db36fc} TCPHandler: Processed in 0.00178575 sec. 2025.09.17 20:40:03.474773 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:03.474912 [ 5 ] {62714f21-9b80-4410-9e47-2d4e6ecf71c3} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:40:03.474962 [ 5 ] {62714f21-9b80-4410-9e47-2d4e6ecf71c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:40:03.475635 [ 5 ] {62714f21-9b80-4410-9e47-2d4e6ecf71c3} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:03.475674 [ 5 ] {62714f21-9b80-4410-9e47-2d4e6ecf71c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:40:03.476034 [ 5 ] {62714f21-9b80-4410-9e47-2d4e6ecf71c3} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.09.17 20:40:03.476273 [ 5 ] {62714f21-9b80-4410-9e47-2d4e6ecf71c3} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:03.476457 [ 5 ] {62714f21-9b80-4410-9e47-2d4e6ecf71c3} executeQuery: Read 555 rows, 42.21 KiB in 0.001583 sec., 350600.12634238787 rows/sec., 26.04 MiB/sec. 2025.09.17 20:40:03.476510 [ 5 ] {62714f21-9b80-4410-9e47-2d4e6ecf71c3} TCPHandler: Processed in 0.001787881 sec. 2025.09.17 20:40:03.476685 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:03.476816 [ 5 ] {509db3e7-e1c3-4f5a-b4d2-4b52727fd80b} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:40:03.476882 [ 5 ] {509db3e7-e1c3-4f5a-b4d2-4b52727fd80b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:40:03.477558 [ 5 ] {509db3e7-e1c3-4f5a-b4d2-4b52727fd80b} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:03.477600 [ 5 ] {509db3e7-e1c3-4f5a-b4d2-4b52727fd80b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:40:03.478084 [ 5 ] {509db3e7-e1c3-4f5a-b4d2-4b52727fd80b} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.09.17 20:40:03.478400 [ 5 ] {509db3e7-e1c3-4f5a-b4d2-4b52727fd80b} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:03.478575 [ 5 ] {509db3e7-e1c3-4f5a-b4d2-4b52727fd80b} executeQuery: Read 845 rows, 58.24 KiB in 0.001789 sec., 472330.9111235327 rows/sec., 31.79 MiB/sec. 2025.09.17 20:40:03.478625 [ 5 ] {509db3e7-e1c3-4f5a-b4d2-4b52727fd80b} TCPHandler: Processed in 0.002012807 sec. 2025.09.17 20:40:03.478776 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:03.478885 [ 5 ] {64a30230-c680-4af0-955e-c06c45f53adb} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:40:03.478957 [ 5 ] {64a30230-c680-4af0-955e-c06c45f53adb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:40:03.480067 [ 5 ] {64a30230-c680-4af0-955e-c06c45f53adb} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:03.480119 [ 5 ] {64a30230-c680-4af0-955e-c06c45f53adb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:40:03.480885 [ 5 ] {64a30230-c680-4af0-955e-c06c45f53adb} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.09.17 20:40:03.481318 [ 5 ] {64a30230-c680-4af0-955e-c06c45f53adb} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:03.481558 [ 5 ] {64a30230-c680-4af0-955e-c06c45f53adb} executeQuery: Read 33 rows, 60.55 KiB in 0.002697 sec., 12235.817575083425 rows/sec., 21.93 MiB/sec. 2025.09.17 20:40:03.481685 [ 5 ] {64a30230-c680-4af0-955e-c06c45f53adb} TCPHandler: Processed in 0.002965523 sec. 2025.09.17 20:40:03.481864 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:03.481996 [ 5 ] {cb0fe936-607d-40ef-a1f0-aff723267517} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:40:03.482079 [ 5 ] {cb0fe936-607d-40ef-a1f0-aff723267517} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:40:03.482522 [ 5 ] {cb0fe936-607d-40ef-a1f0-aff723267517} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:03.482570 [ 5 ] {cb0fe936-607d-40ef-a1f0-aff723267517} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:40:03.482931 [ 5 ] {cb0fe936-607d-40ef-a1f0-aff723267517} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.09.17 20:40:03.483329 [ 5 ] {cb0fe936-607d-40ef-a1f0-aff723267517} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:03.483664 [ 5 ] {cb0fe936-607d-40ef-a1f0-aff723267517} executeQuery: Read 60 rows, 4.14 KiB in 0.001655 sec., 36253.776435045314 rows/sec., 2.44 MiB/sec. 2025.09.17 20:40:03.483731 [ 5 ] {cb0fe936-607d-40ef-a1f0-aff723267517} TCPHandler: Processed in 0.001930665 sec. 2025.09.17 20:40:05.171327 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 12006 2025.09.17 20:40:05.172040 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:05.172076 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:40:05.172550 [ 245 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.09.17 20:40:05.172781 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:05.172915 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12006 2025.09.17 20:40:05.786042 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 2025.09.17 20:40:05.804619 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:05.804673 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:40:05.810350 [ 244 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.09.17 20:40:05.811083 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:05.814554 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 189 2025.09.17 20:40:07.696751 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 656 2025.09.17 20:40:07.699131 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:07.699176 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:40:07.700339 [ 243 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.09.17 20:40:07.700596 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:07.700849 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 656 2025.09.17 20:40:08.434579 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:08.434764 [ 5 ] {00c39a8b-9fc5-4dd7-9e8c-a8df6f00231e} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:40:08.434836 [ 5 ] {00c39a8b-9fc5-4dd7-9e8c-a8df6f00231e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:40:08.435537 [ 5 ] {00c39a8b-9fc5-4dd7-9e8c-a8df6f00231e} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:08.435591 [ 5 ] {00c39a8b-9fc5-4dd7-9e8c-a8df6f00231e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:40:08.436009 [ 5 ] {00c39a8b-9fc5-4dd7-9e8c-a8df6f00231e} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.09.17 20:40:08.436254 [ 5 ] {00c39a8b-9fc5-4dd7-9e8c-a8df6f00231e} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:08.436420 [ 5 ] {00c39a8b-9fc5-4dd7-9e8c-a8df6f00231e} executeQuery: Read 74 rows, 6.12 KiB in 0.001709 sec., 43300.175541252196 rows/sec., 3.50 MiB/sec. 2025.09.17 20:40:08.436425 [ 63 ] {} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.09.17 20:40:08.436473 [ 5 ] {00c39a8b-9fc5-4dd7-9e8c-a8df6f00231e} TCPHandler: Processed in 0.002030017 sec. 2025.09.17 20:40:08.436496 [ 63 ] {} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:08.436523 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:40:08.436607 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:08.436641 [ 193 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2025.09.17 20:40:08.436717 [ 5 ] {d4d1cb85-e01e-4291-8eae-632dde800b61} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:40:08.436767 [ 5 ] {d4d1cb85-e01e-4291-8eae-632dde800b61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:40:08.436780 [ 193 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:40:08.436819 [ 193 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1410 rows starting from the beginning of the part 2025.09.17 20:40:08.436885 [ 193 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 195 rows starting from the beginning of the part 2025.09.17 20:40:08.436930 [ 193 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 122 rows starting from the beginning of the part 2025.09.17 20:40:08.436973 [ 193 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 74 rows starting from the beginning of the part 2025.09.17 20:40:08.437013 [ 193 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1263 rows starting from the beginning of the part 2025.09.17 20:40:08.437057 [ 193 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 74 rows starting from the beginning of the part 2025.09.17 20:40:08.437200 [ 5 ] {d4d1cb85-e01e-4291-8eae-632dde800b61} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:08.437244 [ 5 ] {d4d1cb85-e01e-4291-8eae-632dde800b61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:40:08.437594 [ 5 ] {d4d1cb85-e01e-4291-8eae-632dde800b61} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.09.17 20:40:08.437827 [ 5 ] {d4d1cb85-e01e-4291-8eae-632dde800b61} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:08.437970 [ 5 ] {d4d1cb85-e01e-4291-8eae-632dde800b61} executeQuery: Read 9 rows, 693.00 B in 0.001278 sec., 7042.2535211267605 rows/sec., 529.54 KiB/sec. 2025.09.17 20:40:08.438012 [ 5 ] {d4d1cb85-e01e-4291-8eae-632dde800b61} TCPHandler: Processed in 0.001457451 sec. 2025.09.17 20:40:08.438125 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:08.438222 [ 5 ] {a6255e52-ac92-49ba-9dc1-d37bd9493ac0} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:40:08.438265 [ 5 ] {a6255e52-ac92-49ba-9dc1-d37bd9493ac0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:40:08.438591 [ 198 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 3138 rows, containing 5 columns (5 merged, 0 gathered) in 0.002008857 sec., 1562082.318452732 rows/sec., 136.83 MiB/sec. 2025.09.17 20:40:08.438695 [ 5 ] {a6255e52-ac92-49ba-9dc1-d37bd9493ac0} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:08.438734 [ 5 ] {a6255e52-ac92-49ba-9dc1-d37bd9493ac0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:40:08.438796 [ 193 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.09.17 20:40:08.439098 [ 5 ] {a6255e52-ac92-49ba-9dc1-d37bd9493ac0} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.09.17 20:40:08.439116 [ 193 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_36_7} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:08.439209 [ 193 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_36_7} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.09.17 20:40:08.439289 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. 2025.09.17 20:40:08.439354 [ 5 ] {a6255e52-ac92-49ba-9dc1-d37bd9493ac0} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:08.439468 [ 63 ] {} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.09.17 20:40:08.439492 [ 5 ] {a6255e52-ac92-49ba-9dc1-d37bd9493ac0} executeQuery: Read 73 rows, 5.84 KiB in 0.001292 sec., 56501.5479876161 rows/sec., 4.41 MiB/sec. 2025.09.17 20:40:08.439503 [ 63 ] {} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:08.439532 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:40:08.439538 [ 5 ] {a6255e52-ac92-49ba-9dc1-d37bd9493ac0} TCPHandler: Processed in 0.001463282 sec. 2025.09.17 20:40:08.439615 [ 186 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2025.09.17 20:40:08.439662 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:08.439708 [ 186 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:40:08.439737 [ 186 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 634 rows starting from the beginning of the part 2025.09.17 20:40:08.439757 [ 5 ] {97ed3cb1-0535-48ef-8ae0-539f934036ed} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:40:08.439796 [ 186 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 111 rows starting from the beginning of the part 2025.09.17 20:40:08.439803 [ 5 ] {97ed3cb1-0535-48ef-8ae0-539f934036ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:40:08.439842 [ 186 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 97 rows starting from the beginning of the part 2025.09.17 20:40:08.439883 [ 186 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 73 rows starting from the beginning of the part 2025.09.17 20:40:08.439922 [ 186 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 555 rows starting from the beginning of the part 2025.09.17 20:40:08.439962 [ 186 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 73 rows starting from the beginning of the part 2025.09.17 20:40:08.440226 [ 5 ] {97ed3cb1-0535-48ef-8ae0-539f934036ed} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:08.440262 [ 5 ] {97ed3cb1-0535-48ef-8ae0-539f934036ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:40:08.440596 [ 5 ] {97ed3cb1-0535-48ef-8ae0-539f934036ed} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.09.17 20:40:08.440814 [ 5 ] {97ed3cb1-0535-48ef-8ae0-539f934036ed} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:08.440918 [ 63 ] {} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.09.17 20:40:08.440945 [ 5 ] {97ed3cb1-0535-48ef-8ae0-539f934036ed} executeQuery: Read 160 rows, 11.41 KiB in 0.001207 sec., 132560.06628003315 rows/sec., 9.23 MiB/sec. 2025.09.17 20:40:08.440950 [ 193 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1543 rows, containing 5 columns (5 merged, 0 gathered) in 0.001370528 sec., 1125843.4705456584 rows/sec., 89.68 MiB/sec. 2025.09.17 20:40:08.440956 [ 63 ] {} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:08.440990 [ 5 ] {97ed3cb1-0535-48ef-8ae0-539f934036ed} TCPHandler: Processed in 0.001377928 sec. 2025.09.17 20:40:08.441002 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:40:08.441102 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:08.441125 [ 198 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.09.17 20:40:08.441132 [ 195 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2025.09.17 20:40:08.441201 [ 5 ] {954093dc-9def-4a13-8738-e1a01c6e5682} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:40:08.441261 [ 5 ] {954093dc-9def-4a13-8738-e1a01c6e5682} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:40:08.441279 [ 195 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:40:08.441327 [ 195 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9092 rows starting from the beginning of the part 2025.09.17 20:40:08.441395 [ 198 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_36_7} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:08.441403 [ 195 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 197 rows starting from the beginning of the part 2025.09.17 20:40:08.441466 [ 195 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 160 rows starting from the beginning of the part 2025.09.17 20:40:08.441469 [ 198 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_36_7} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.09.17 20:40:08.441519 [ 195 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 160 rows starting from the beginning of the part 2025.09.17 20:40:08.441554 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2025.09.17 20:40:08.441568 [ 195 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 845 rows starting from the beginning of the part 2025.09.17 20:40:08.441620 [ 195 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 160 rows starting from the beginning of the part 2025.09.17 20:40:08.442014 [ 5 ] {954093dc-9def-4a13-8738-e1a01c6e5682} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:08.442053 [ 5 ] {954093dc-9def-4a13-8738-e1a01c6e5682} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:40:08.442559 [ 5 ] {954093dc-9def-4a13-8738-e1a01c6e5682} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.09.17 20:40:08.442784 [ 5 ] {954093dc-9def-4a13-8738-e1a01c6e5682} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:08.442986 [ 5 ] {954093dc-9def-4a13-8738-e1a01c6e5682} executeQuery: Read 9 rows, 16.51 KiB in 0.001803 sec., 4991.680532445924 rows/sec., 8.94 MiB/sec. 2025.09.17 20:40:08.443052 [ 5 ] {954093dc-9def-4a13-8738-e1a01c6e5682} TCPHandler: Processed in 0.001998017 sec. 2025.09.17 20:40:08.443170 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:08.443266 [ 5 ] {e51fea45-fc05-413f-b794-03cec14c984f} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:40:08.443309 [ 5 ] {e51fea45-fc05-413f-b794-03cec14c984f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:40:08.443652 [ 5 ] {e51fea45-fc05-413f-b794-03cec14c984f} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:08.443689 [ 5 ] {e51fea45-fc05-413f-b794-03cec14c984f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:40:08.443999 [ 5 ] {e51fea45-fc05-413f-b794-03cec14c984f} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.09.17 20:40:08.444222 [ 5 ] {e51fea45-fc05-413f-b794-03cec14c984f} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:08.444324 [ 63 ] {} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.09.17 20:40:08.444353 [ 5 ] {e51fea45-fc05-413f-b794-03cec14c984f} executeQuery: Read 60 rows, 4.14 KiB in 0.001107 sec., 54200.54200542006 rows/sec., 3.65 MiB/sec. 2025.09.17 20:40:08.444361 [ 63 ] {} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:08.444394 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:40:08.444396 [ 5 ] {e51fea45-fc05-413f-b794-03cec14c984f} TCPHandler: Processed in 0.001276006 sec. 2025.09.17 20:40:08.444511 [ 195 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2025.09.17 20:40:08.444521 [ 190 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 10614 rows, containing 5 columns (5 merged, 0 gathered) in 0.003459048 sec., 3068474.3316658223 rows/sec., 210.59 MiB/sec. 2025.09.17 20:40:08.444605 [ 195 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:40:08.444635 [ 195 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1548 rows starting from the beginning of the part 2025.09.17 20:40:08.444676 [ 195 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 60 rows starting from the beginning of the part 2025.09.17 20:40:08.444714 [ 195 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 60 rows starting from the beginning of the part 2025.09.17 20:40:08.444745 [ 195 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 60 rows starting from the beginning of the part 2025.09.17 20:40:08.444776 [ 195 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 60 rows starting from the beginning of the part 2025.09.17 20:40:08.444807 [ 195 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part 2025.09.17 20:40:08.444828 [ 190 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.09.17 20:40:08.445135 [ 190 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_36_7} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:08.445204 [ 190 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_36_7} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.09.17 20:40:08.445282 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.05 MiB. 2025.09.17 20:40:08.445697 [ 201 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1848 rows, containing 4 columns (4 merged, 0 gathered) in 0.001233365 sec., 1498339.9074888618 rows/sec., 100.75 MiB/sec. 2025.09.17 20:40:08.445937 [ 195 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.09.17 20:40:08.446190 [ 195 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_36_7} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:08.446258 [ 195 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_36_7} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.09.17 20:40:08.446327 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2025.09.17 20:40:12.564131 [ 56 ] {} DNSResolver: Updating DNS cache 2025.09.17 20:40:12.564246 [ 56 ] {} DNSResolver: Updated DNS cache 2025.09.17 20:40:12.673893 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 12454 2025.09.17 20:40:12.674418 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:12.674464 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:40:12.674967 [ 245 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.09.17 20:40:12.675237 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:12.675370 [ 56 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.09.17 20:40:12.675387 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12454 2025.09.17 20:40:12.675430 [ 56 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:12.675455 [ 56 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:40:12.675571 [ 200 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.09.17 20:40:12.675708 [ 200 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:40:12.675748 [ 200 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_26_5} MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 10086 rows starting from the beginning of the part 2025.09.17 20:40:12.675819 [ 200 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 448 rows starting from the beginning of the part 2025.09.17 20:40:12.675866 [ 200 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 512 rows starting from the beginning of the part 2025.09.17 20:40:12.675911 [ 200 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 448 rows starting from the beginning of the part 2025.09.17 20:40:12.675953 [ 200 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 512 rows starting from the beginning of the part 2025.09.17 20:40:12.675997 [ 200 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 448 rows starting from the beginning of the part 2025.09.17 20:40:12.677762 [ 201 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 12454 rows, containing 4 columns (4 merged, 0 gathered) in 0.002241163 sec., 5556936.287097368 rows/sec., 79.49 MiB/sec. 2025.09.17 20:40:12.678168 [ 189 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.09.17 20:40:12.678487 [ 189 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_26_5} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:12.678568 [ 189 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_26_5} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.09.17 20:40:12.678688 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2025.09.17 20:40:13.315571 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 2025.09.17 20:40:13.332560 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:13.332610 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:40:13.338132 [ 244 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.09.17 20:40:13.338814 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:13.339112 [ 55 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.09.17 20:40:13.339188 [ 55 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:13.339212 [ 55 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:40:13.339336 [ 200 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.09.17 20:40:13.342325 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 196 2025.09.17 20:40:13.342367 [ 200 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:40:13.343113 [ 200 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 159 rows starting from the beginning of the part 2025.09.17 20:40:13.346348 [ 200 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 7 rows starting from the beginning of the part 2025.09.17 20:40:13.349604 [ 200 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 8 rows starting from the beginning of the part 2025.09.17 20:40:13.353223 [ 200 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 7 rows starting from the beginning of the part 2025.09.17 20:40:13.357097 [ 200 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 8 rows starting from the beginning of the part 2025.09.17 20:40:13.361054 [ 200 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 7 rows starting from the beginning of the part 2025.09.17 20:40:13.411771 [ 200 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.072489029 sec., 2703.857434757472 rows/sec., 13.98 MiB/sec. 2025.09.17 20:40:13.414449 [ 201 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.09.17 20:40:13.416391 [ 201 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_26_5} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:13.416488 [ 201 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_26_5} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.09.17 20:40:13.419212 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2025.09.17 20:40:13.435803 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:13.436095 [ 5 ] {1fdec7fc-1967-4038-b451-12d74ecbe223} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:40:13.436179 [ 5 ] {1fdec7fc-1967-4038-b451-12d74ecbe223} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:40:13.436908 [ 5 ] {1fdec7fc-1967-4038-b451-12d74ecbe223} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:13.436960 [ 5 ] {1fdec7fc-1967-4038-b451-12d74ecbe223} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:40:13.437412 [ 5 ] {1fdec7fc-1967-4038-b451-12d74ecbe223} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.09.17 20:40:13.437649 [ 5 ] {1fdec7fc-1967-4038-b451-12d74ecbe223} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:13.437814 [ 5 ] {1fdec7fc-1967-4038-b451-12d74ecbe223} executeQuery: Read 122 rows, 10.73 KiB in 0.001798 sec., 67853.17018909901 rows/sec., 5.83 MiB/sec. 2025.09.17 20:40:13.437865 [ 5 ] {1fdec7fc-1967-4038-b451-12d74ecbe223} TCPHandler: Processed in 0.002254413 sec. 2025.09.17 20:40:13.437998 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:13.438102 [ 5 ] {a497504d-173b-4d40-8d4f-df0c1534728b} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:40:13.438147 [ 5 ] {a497504d-173b-4d40-8d4f-df0c1534728b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:40:13.438596 [ 5 ] {a497504d-173b-4d40-8d4f-df0c1534728b} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:13.438635 [ 5 ] {a497504d-173b-4d40-8d4f-df0c1534728b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:40:13.438950 [ 5 ] {a497504d-173b-4d40-8d4f-df0c1534728b} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.09.17 20:40:13.439173 [ 5 ] {a497504d-173b-4d40-8d4f-df0c1534728b} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:13.439279 [ 55 ] {} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.09.17 20:40:13.439304 [ 5 ] {a497504d-173b-4d40-8d4f-df0c1534728b} executeQuery: Read 33 rows, 2.48 KiB in 0.001227 sec., 26894.865525672372 rows/sec., 1.97 MiB/sec. 2025.09.17 20:40:13.439320 [ 55 ] {} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:13.439349 [ 55 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:40:13.439354 [ 5 ] {a497504d-173b-4d40-8d4f-df0c1534728b} TCPHandler: Processed in 0.00140831 sec. 2025.09.17 20:40:13.439437 [ 187 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2025.09.17 20:40:13.439473 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:13.439562 [ 187 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:40:13.439575 [ 5 ] {326602d2-4be2-473d-aa72-32d891ee398b} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:40:13.439601 [ 187 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 72 rows starting from the beginning of the part 2025.09.17 20:40:13.439624 [ 5 ] {326602d2-4be2-473d-aa72-32d891ee398b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:40:13.439670 [ 187 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 33 rows starting from the beginning of the part 2025.09.17 20:40:13.439722 [ 187 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 9 rows starting from the beginning of the part 2025.09.17 20:40:13.439763 [ 187 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 35 rows starting from the beginning of the part 2025.09.17 20:40:13.439801 [ 187 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 9 rows starting from the beginning of the part 2025.09.17 20:40:13.439840 [ 187 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 33 rows starting from the beginning of the part 2025.09.17 20:40:13.440069 [ 5 ] {326602d2-4be2-473d-aa72-32d891ee398b} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:13.440116 [ 5 ] {326602d2-4be2-473d-aa72-32d891ee398b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:40:13.440481 [ 5 ] {326602d2-4be2-473d-aa72-32d891ee398b} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.09.17 20:40:13.440673 [ 199 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 191 rows, containing 5 columns (5 merged, 0 gathered) in 0.001273476 sec., 149983.19560007413 rows/sec., 11.55 MiB/sec. 2025.09.17 20:40:13.440706 [ 5 ] {326602d2-4be2-473d-aa72-32d891ee398b} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:13.440817 [ 187 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.09.17 20:40:13.440846 [ 5 ] {326602d2-4be2-473d-aa72-32d891ee398b} executeQuery: Read 97 rows, 7.76 KiB in 0.001291 sec., 75135.55383423703 rows/sec., 5.87 MiB/sec. 2025.09.17 20:40:13.440890 [ 5 ] {326602d2-4be2-473d-aa72-32d891ee398b} TCPHandler: Processed in 0.001465921 sec. 2025.09.17 20:40:13.441007 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:13.441089 [ 187 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_31_6} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:13.441104 [ 5 ] {235acfb0-a14d-4cfb-8bde-64c45564cfbe} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:40:13.441155 [ 5 ] {235acfb0-a14d-4cfb-8bde-64c45564cfbe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:40:13.441170 [ 187 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_31_6} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.09.17 20:40:13.441245 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.09.17 20:40:13.441571 [ 5 ] {235acfb0-a14d-4cfb-8bde-64c45564cfbe} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:13.441613 [ 5 ] {235acfb0-a14d-4cfb-8bde-64c45564cfbe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:40:13.441972 [ 5 ] {235acfb0-a14d-4cfb-8bde-64c45564cfbe} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.09.17 20:40:13.442190 [ 5 ] {235acfb0-a14d-4cfb-8bde-64c45564cfbe} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:13.442321 [ 5 ] {235acfb0-a14d-4cfb-8bde-64c45564cfbe} executeQuery: Read 160 rows, 11.41 KiB in 0.001236 sec., 129449.83818770228 rows/sec., 9.02 MiB/sec. 2025.09.17 20:40:13.442357 [ 5 ] {235acfb0-a14d-4cfb-8bde-64c45564cfbe} TCPHandler: Processed in 0.00139998 sec. 2025.09.17 20:40:13.442458 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:13.442552 [ 5 ] {3befbb28-6a7b-4aa7-ad07-aeaf523d5c1f} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:40:13.442608 [ 5 ] {3befbb28-6a7b-4aa7-ad07-aeaf523d5c1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:40:13.443468 [ 5 ] {3befbb28-6a7b-4aa7-ad07-aeaf523d5c1f} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:13.443506 [ 5 ] {3befbb28-6a7b-4aa7-ad07-aeaf523d5c1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:40:13.444097 [ 5 ] {3befbb28-6a7b-4aa7-ad07-aeaf523d5c1f} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.09.17 20:40:13.444329 [ 5 ] {3befbb28-6a7b-4aa7-ad07-aeaf523d5c1f} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:13.444471 [ 5 ] {3befbb28-6a7b-4aa7-ad07-aeaf523d5c1f} executeQuery: Read 33 rows, 60.55 KiB in 0.001937 sec., 17036.65462054724 rows/sec., 30.53 MiB/sec. 2025.09.17 20:40:13.444533 [ 5 ] {3befbb28-6a7b-4aa7-ad07-aeaf523d5c1f} TCPHandler: Processed in 0.00212426 sec. 2025.09.17 20:40:13.444649 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:13.444743 [ 5 ] {8cc25d14-4588-49a3-a83b-7ee17ddfa26e} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:40:13.444787 [ 5 ] {8cc25d14-4588-49a3-a83b-7ee17ddfa26e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:40:13.445168 [ 5 ] {8cc25d14-4588-49a3-a83b-7ee17ddfa26e} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:13.445206 [ 5 ] {8cc25d14-4588-49a3-a83b-7ee17ddfa26e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:40:13.445519 [ 5 ] {8cc25d14-4588-49a3-a83b-7ee17ddfa26e} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.09.17 20:40:13.445734 [ 5 ] {8cc25d14-4588-49a3-a83b-7ee17ddfa26e} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:13.445866 [ 5 ] {8cc25d14-4588-49a3-a83b-7ee17ddfa26e} executeQuery: Read 60 rows, 4.14 KiB in 0.001142 sec., 52539.404553415065 rows/sec., 3.54 MiB/sec. 2025.09.17 20:40:13.445903 [ 5 ] {8cc25d14-4588-49a3-a83b-7ee17ddfa26e} TCPHandler: Processed in 0.001304647 sec. 2025.09.17 20:40:14.000207 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 256.72 MiB, peak 266.78 MiB, free memory in arenas 0.00 B, will set to 259.80 MiB (RSS), difference: 3.08 MiB 2025.09.17 20:40:17.701109 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 680 2025.09.17 20:40:17.703219 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:17.703263 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:40:17.704469 [ 243 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.09.17 20:40:17.704746 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:17.705005 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 680 2025.09.17 20:40:18.436251 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:18.436454 [ 5 ] {9351f4c3-ec01-4f5d-a342-dcbe7b078403} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.17 20:40:18.436526 [ 5 ] {9351f4c3-ec01-4f5d-a342-dcbe7b078403} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.17 20:40:18.437235 [ 5 ] {9351f4c3-ec01-4f5d-a342-dcbe7b078403} oximeter.fields_i16 (ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:18.437289 [ 5 ] {9351f4c3-ec01-4f5d-a342-dcbe7b078403} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:40:18.437695 [ 5 ] {9351f4c3-ec01-4f5d-a342-dcbe7b078403} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.09.17 20:40:18.437920 [ 5 ] {9351f4c3-ec01-4f5d-a342-dcbe7b078403} oximeter.fields_i16 (ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:18.438067 [ 5 ] {9351f4c3-ec01-4f5d-a342-dcbe7b078403} executeQuery: Read 24 rows, 2.04 KiB in 0.00167 sec., 14371.25748502994 rows/sec., 1.19 MiB/sec. 2025.09.17 20:40:18.438108 [ 5 ] {9351f4c3-ec01-4f5d-a342-dcbe7b078403} TCPHandler: Processed in 0.001995406 sec. 2025.09.17 20:40:18.438229 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:18.438332 [ 5 ] {6d88b8b5-4984-47ae-9b30-a1df6856cb50} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.17 20:40:18.438378 [ 5 ] {6d88b8b5-4984-47ae-9b30-a1df6856cb50} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.17 20:40:18.438853 [ 5 ] {6d88b8b5-4984-47ae-9b30-a1df6856cb50} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:18.438895 [ 5 ] {6d88b8b5-4984-47ae-9b30-a1df6856cb50} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:40:18.439299 [ 5 ] {6d88b8b5-4984-47ae-9b30-a1df6856cb50} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.09.17 20:40:18.439535 [ 5 ] {6d88b8b5-4984-47ae-9b30-a1df6856cb50} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:18.439664 [ 5 ] {6d88b8b5-4984-47ae-9b30-a1df6856cb50} executeQuery: Read 8 rows, 668.00 B in 0.001351 sec., 5921.539600296077 rows/sec., 482.86 KiB/sec. 2025.09.17 20:40:18.439702 [ 5 ] {6d88b8b5-4984-47ae-9b30-a1df6856cb50} TCPHandler: Processed in 0.001521663 sec. 2025.09.17 20:40:18.439813 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:18.439905 [ 5 ] {c373b301-a24d-49ff-8cdf-1d8a2c748fba} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:40:18.439944 [ 5 ] {c373b301-a24d-49ff-8cdf-1d8a2c748fba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:40:18.440433 [ 5 ] {c373b301-a24d-49ff-8cdf-1d8a2c748fba} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:18.440469 [ 5 ] {c373b301-a24d-49ff-8cdf-1d8a2c748fba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:40:18.440806 [ 5 ] {c373b301-a24d-49ff-8cdf-1d8a2c748fba} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.09.17 20:40:18.441023 [ 5 ] {c373b301-a24d-49ff-8cdf-1d8a2c748fba} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:18.441153 [ 5 ] {c373b301-a24d-49ff-8cdf-1d8a2c748fba} executeQuery: Read 198 rows, 17.88 KiB in 0.001266 sec., 156398.10426540286 rows/sec., 13.79 MiB/sec. 2025.09.17 20:40:18.441190 [ 5 ] {c373b301-a24d-49ff-8cdf-1d8a2c748fba} TCPHandler: Processed in 0.00142443 sec. 2025.09.17 20:40:18.441300 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:18.441393 [ 5 ] {9fe7ddcc-8978-4beb-a66a-397c5b3e71b1} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:40:18.441432 [ 5 ] {9fe7ddcc-8978-4beb-a66a-397c5b3e71b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:40:18.441833 [ 5 ] {9fe7ddcc-8978-4beb-a66a-397c5b3e71b1} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:18.441869 [ 5 ] {9fe7ddcc-8978-4beb-a66a-397c5b3e71b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:40:18.442182 [ 5 ] {9fe7ddcc-8978-4beb-a66a-397c5b3e71b1} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.09.17 20:40:18.442391 [ 5 ] {9fe7ddcc-8978-4beb-a66a-397c5b3e71b1} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:18.442517 [ 5 ] {9fe7ddcc-8978-4beb-a66a-397c5b3e71b1} executeQuery: Read 29 rows, 2.20 KiB in 0.001142 sec., 25394.045534150613 rows/sec., 1.88 MiB/sec. 2025.09.17 20:40:18.442554 [ 5 ] {9fe7ddcc-8978-4beb-a66a-397c5b3e71b1} TCPHandler: Processed in 0.001300887 sec. 2025.09.17 20:40:18.442674 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:18.442765 [ 5 ] {61712359-58f2-4c4f-a3d4-1ec6e71fa536} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.17 20:40:18.442804 [ 5 ] {61712359-58f2-4c4f-a3d4-1ec6e71fa536} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.17 20:40:18.443243 [ 5 ] {61712359-58f2-4c4f-a3d4-1ec6e71fa536} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:18.443282 [ 5 ] {61712359-58f2-4c4f-a3d4-1ec6e71fa536} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:40:18.443609 [ 5 ] {61712359-58f2-4c4f-a3d4-1ec6e71fa536} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.09.17 20:40:18.443821 [ 5 ] {61712359-58f2-4c4f-a3d4-1ec6e71fa536} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:18.443956 [ 5 ] {61712359-58f2-4c4f-a3d4-1ec6e71fa536} executeQuery: Read 24 rows, 2.04 KiB in 0.001208 sec., 19867.54966887417 rows/sec., 1.65 MiB/sec. 2025.09.17 20:40:18.443999 [ 5 ] {61712359-58f2-4c4f-a3d4-1ec6e71fa536} TCPHandler: Processed in 0.001372638 sec. 2025.09.17 20:40:18.444115 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:18.444212 [ 5 ] {e4e1ac7f-128a-4905-97ad-935f07fa44cf} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.17 20:40:18.444253 [ 5 ] {e4e1ac7f-128a-4905-97ad-935f07fa44cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.17 20:40:18.444655 [ 5 ] {e4e1ac7f-128a-4905-97ad-935f07fa44cf} oximeter.fields_u8 (20447e1c-98e2-48f4-ad1a-5155a635de4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:18.444691 [ 5 ] {e4e1ac7f-128a-4905-97ad-935f07fa44cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:40:18.444996 [ 5 ] {e4e1ac7f-128a-4905-97ad-935f07fa44cf} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.09.17 20:40:18.445224 [ 5 ] {e4e1ac7f-128a-4905-97ad-935f07fa44cf} oximeter.fields_u8 (20447e1c-98e2-48f4-ad1a-5155a635de4d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:18.445348 [ 5 ] {e4e1ac7f-128a-4905-97ad-935f07fa44cf} executeQuery: Read 12 rows, 960.00 B in 0.001155 sec., 10389.61038961039 rows/sec., 811.69 KiB/sec. 2025.09.17 20:40:18.445388 [ 5 ] {e4e1ac7f-128a-4905-97ad-935f07fa44cf} TCPHandler: Processed in 0.001322138 sec. 2025.09.17 20:40:18.445497 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:18.445600 [ 5 ] {f3e89db2-9c06-4c58-b0bc-bf4ae4ba4586} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:40:18.445643 [ 5 ] {f3e89db2-9c06-4c58-b0bc-bf4ae4ba4586} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:40:18.446074 [ 5 ] {f3e89db2-9c06-4c58-b0bc-bf4ae4ba4586} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:18.446110 [ 5 ] {f3e89db2-9c06-4c58-b0bc-bf4ae4ba4586} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:40:18.446414 [ 5 ] {f3e89db2-9c06-4c58-b0bc-bf4ae4ba4586} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.09.17 20:40:18.446621 [ 5 ] {f3e89db2-9c06-4c58-b0bc-bf4ae4ba4586} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:18.446753 [ 5 ] {f3e89db2-9c06-4c58-b0bc-bf4ae4ba4586} executeQuery: Read 117 rows, 9.75 KiB in 0.001172 sec., 99829.35153583618 rows/sec., 8.12 MiB/sec. 2025.09.17 20:40:18.446791 [ 5 ] {f3e89db2-9c06-4c58-b0bc-bf4ae4ba4586} TCPHandler: Processed in 0.001343958 sec. 2025.09.17 20:40:18.446904 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:18.446998 [ 5 ] {b9d17b01-77f2-47ce-97f1-fcfb7c062d2d} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:40:18.447042 [ 5 ] {b9d17b01-77f2-47ce-97f1-fcfb7c062d2d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:40:18.447452 [ 5 ] {b9d17b01-77f2-47ce-97f1-fcfb7c062d2d} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:18.447488 [ 5 ] {b9d17b01-77f2-47ce-97f1-fcfb7c062d2d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:40:18.447841 [ 5 ] {b9d17b01-77f2-47ce-97f1-fcfb7c062d2d} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.09.17 20:40:18.448049 [ 5 ] {b9d17b01-77f2-47ce-97f1-fcfb7c062d2d} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:18.448181 [ 5 ] {b9d17b01-77f2-47ce-97f1-fcfb7c062d2d} executeQuery: Read 200 rows, 14.68 KiB in 0.001202 sec., 166389.3510815308 rows/sec., 11.93 MiB/sec. 2025.09.17 20:40:18.448218 [ 5 ] {b9d17b01-77f2-47ce-97f1-fcfb7c062d2d} TCPHandler: Processed in 0.001364518 sec. 2025.09.17 20:40:18.448331 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:18.448426 [ 5 ] {034e86ec-383b-4265-b52f-759aab02c066} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:40:18.448481 [ 5 ] {034e86ec-383b-4265-b52f-759aab02c066} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:40:18.449231 [ 5 ] {034e86ec-383b-4265-b52f-759aab02c066} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:18.449267 [ 5 ] {034e86ec-383b-4265-b52f-759aab02c066} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:40:18.449814 [ 5 ] {034e86ec-383b-4265-b52f-759aab02c066} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.09.17 20:40:18.450048 [ 5 ] {034e86ec-383b-4265-b52f-759aab02c066} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:18.450184 [ 5 ] {034e86ec-383b-4265-b52f-759aab02c066} executeQuery: Read 9 rows, 16.51 KiB in 0.001776 sec., 5067.5675675675675 rows/sec., 9.08 MiB/sec. 2025.09.17 20:40:18.450236 [ 5 ] {034e86ec-383b-4265-b52f-759aab02c066} TCPHandler: Processed in 0.001954165 sec. 2025.09.17 20:40:18.450349 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:18.450444 [ 5 ] {fdbec7f5-0d99-45ef-afd6-08f2d399b748} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:40:18.450486 [ 5 ] {fdbec7f5-0d99-45ef-afd6-08f2d399b748} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:40:18.450823 [ 5 ] {fdbec7f5-0d99-45ef-afd6-08f2d399b748} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:18.450858 [ 5 ] {fdbec7f5-0d99-45ef-afd6-08f2d399b748} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:40:18.451178 [ 5 ] {fdbec7f5-0d99-45ef-afd6-08f2d399b748} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.09.17 20:40:18.451386 [ 5 ] {fdbec7f5-0d99-45ef-afd6-08f2d399b748} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:18.451520 [ 5 ] {fdbec7f5-0d99-45ef-afd6-08f2d399b748} executeQuery: Read 60 rows, 4.14 KiB in 0.001095 sec., 54794.520547945205 rows/sec., 3.69 MiB/sec. 2025.09.17 20:40:18.451555 [ 5 ] {fdbec7f5-0d99-45ef-afd6-08f2d399b748} TCPHandler: Processed in 0.001257385 sec. 2025.09.17 20:40:20.175541 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 12966 2025.09.17 20:40:20.176120 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:20.176166 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:40:20.176696 [ 245 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.09.17 20:40:20.176933 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:20.177065 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12966 2025.09.17 20:40:20.842450 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 2025.09.17 20:40:20.859400 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:20.859466 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:40:20.865743 [ 244 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.09.17 20:40:20.866449 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:20.869324 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 204 2025.09.17 20:40:23.435653 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:23.435852 [ 5 ] {1f15f69c-555e-4a16-a06f-65f9a1574d8e} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:40:23.435923 [ 5 ] {1f15f69c-555e-4a16-a06f-65f9a1574d8e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:40:23.436735 [ 5 ] {1f15f69c-555e-4a16-a06f-65f9a1574d8e} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:23.436777 [ 5 ] {1f15f69c-555e-4a16-a06f-65f9a1574d8e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:40:23.437171 [ 5 ] {1f15f69c-555e-4a16-a06f-65f9a1574d8e} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.09.17 20:40:23.437397 [ 5 ] {1f15f69c-555e-4a16-a06f-65f9a1574d8e} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:23.437548 [ 5 ] {1f15f69c-555e-4a16-a06f-65f9a1574d8e} executeQuery: Read 122 rows, 10.73 KiB in 0.001751 sec., 69674.47173043975 rows/sec., 5.98 MiB/sec. 2025.09.17 20:40:23.437590 [ 5 ] {1f15f69c-555e-4a16-a06f-65f9a1574d8e} TCPHandler: Processed in 0.002075098 sec. 2025.09.17 20:40:23.437717 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:23.437813 [ 5 ] {c472ad69-510d-4905-b320-7e29e78f6fa0} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:40:23.437853 [ 5 ] {c472ad69-510d-4905-b320-7e29e78f6fa0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:40:23.438273 [ 5 ] {c472ad69-510d-4905-b320-7e29e78f6fa0} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:23.438310 [ 5 ] {c472ad69-510d-4905-b320-7e29e78f6fa0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:40:23.438604 [ 5 ] {c472ad69-510d-4905-b320-7e29e78f6fa0} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.09.17 20:40:23.438814 [ 5 ] {c472ad69-510d-4905-b320-7e29e78f6fa0} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:23.438939 [ 5 ] {c472ad69-510d-4905-b320-7e29e78f6fa0} executeQuery: Read 33 rows, 2.48 KiB in 0.001146 sec., 28795.811518324605 rows/sec., 2.11 MiB/sec. 2025.09.17 20:40:23.438976 [ 5 ] {c472ad69-510d-4905-b320-7e29e78f6fa0} TCPHandler: Processed in 0.001306717 sec. 2025.09.17 20:40:23.439087 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:23.439179 [ 5 ] {ff401809-94b3-465b-abbe-32b77c13ee12} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:40:23.439221 [ 5 ] {ff401809-94b3-465b-abbe-32b77c13ee12} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:40:23.439659 [ 5 ] {ff401809-94b3-465b-abbe-32b77c13ee12} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:23.439694 [ 5 ] {ff401809-94b3-465b-abbe-32b77c13ee12} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:40:23.439993 [ 5 ] {ff401809-94b3-465b-abbe-32b77c13ee12} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.09.17 20:40:23.440210 [ 5 ] {ff401809-94b3-465b-abbe-32b77c13ee12} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:23.440337 [ 5 ] {ff401809-94b3-465b-abbe-32b77c13ee12} executeQuery: Read 97 rows, 7.76 KiB in 0.001176 sec., 82482.99319727892 rows/sec., 6.44 MiB/sec. 2025.09.17 20:40:23.440373 [ 5 ] {ff401809-94b3-465b-abbe-32b77c13ee12} TCPHandler: Processed in 0.001333767 sec. 2025.09.17 20:40:23.440484 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:23.440577 [ 5 ] {d120c210-6ac3-4259-8f15-2f2c34d4bb9c} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:40:23.440619 [ 5 ] {d120c210-6ac3-4259-8f15-2f2c34d4bb9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:40:23.441051 [ 5 ] {d120c210-6ac3-4259-8f15-2f2c34d4bb9c} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:23.441089 [ 5 ] {d120c210-6ac3-4259-8f15-2f2c34d4bb9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:40:23.441418 [ 5 ] {d120c210-6ac3-4259-8f15-2f2c34d4bb9c} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.09.17 20:40:23.441622 [ 5 ] {d120c210-6ac3-4259-8f15-2f2c34d4bb9c} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:23.441749 [ 5 ] {d120c210-6ac3-4259-8f15-2f2c34d4bb9c} executeQuery: Read 160 rows, 11.41 KiB in 0.001189 sec., 134566.8629100084 rows/sec., 9.37 MiB/sec. 2025.09.17 20:40:23.441785 [ 5 ] {d120c210-6ac3-4259-8f15-2f2c34d4bb9c} TCPHandler: Processed in 0.001348058 sec. 2025.09.17 20:40:23.441897 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:23.441991 [ 5 ] {818f5808-7c93-4adf-88d4-2a68a6d4d7f8} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:40:23.442045 [ 5 ] {818f5808-7c93-4adf-88d4-2a68a6d4d7f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:40:23.442878 [ 5 ] {818f5808-7c93-4adf-88d4-2a68a6d4d7f8} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:23.442915 [ 5 ] {818f5808-7c93-4adf-88d4-2a68a6d4d7f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:40:23.443451 [ 5 ] {818f5808-7c93-4adf-88d4-2a68a6d4d7f8} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.09.17 20:40:23.443667 [ 5 ] {818f5808-7c93-4adf-88d4-2a68a6d4d7f8} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:23.443779 [ 43 ] {} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.09.17 20:40:23.443800 [ 5 ] {818f5808-7c93-4adf-88d4-2a68a6d4d7f8} executeQuery: Read 33 rows, 60.55 KiB in 0.001828 sec., 18052.516411378558 rows/sec., 32.35 MiB/sec. 2025.09.17 20:40:23.443858 [ 43 ] {} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:23.443879 [ 5 ] {818f5808-7c93-4adf-88d4-2a68a6d4d7f8} TCPHandler: Processed in 0.002029657 sec. 2025.09.17 20:40:23.443889 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:40:23.444019 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:23.444025 [ 196 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2025.09.17 20:40:23.444118 [ 5 ] {c915e21b-def4-45f5-8106-f992da5e2a2c} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:40:23.444164 [ 5 ] {c915e21b-def4-45f5-8106-f992da5e2a2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:40:23.444306 [ 196 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:40:23.444373 [ 196 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 568 rows starting from the beginning of the part 2025.09.17 20:40:23.444512 [ 196 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 33 rows starting from the beginning of the part 2025.09.17 20:40:23.444520 [ 5 ] {c915e21b-def4-45f5-8106-f992da5e2a2c} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:23.444572 [ 5 ] {c915e21b-def4-45f5-8106-f992da5e2a2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:40:23.444627 [ 196 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 9 rows starting from the beginning of the part 2025.09.17 20:40:23.444742 [ 196 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 33 rows starting from the beginning of the part 2025.09.17 20:40:23.444847 [ 196 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 9 rows starting from the beginning of the part 2025.09.17 20:40:23.444879 [ 5 ] {c915e21b-def4-45f5-8106-f992da5e2a2c} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.09.17 20:40:23.444955 [ 196 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 33 rows starting from the beginning of the part 2025.09.17 20:40:23.445103 [ 5 ] {c915e21b-def4-45f5-8106-f992da5e2a2c} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:23.445235 [ 5 ] {c915e21b-def4-45f5-8106-f992da5e2a2c} executeQuery: Read 60 rows, 4.14 KiB in 0.001135 sec., 52863.43612334802 rows/sec., 3.56 MiB/sec. 2025.09.17 20:40:23.445272 [ 5 ] {c915e21b-def4-45f5-8106-f992da5e2a2c} TCPHandler: Processed in 0.001300427 sec. 2025.09.17 20:40:23.449680 [ 187 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 685 rows, containing 19 columns (19 merged, 0 gathered) in 0.005711461 sec., 119934.28651618211 rows/sec., 214.92 MiB/sec. 2025.09.17 20:40:23.450891 [ 199 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.09.17 20:40:23.451269 [ 199 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_31_6} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:23.451352 [ 199 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_31_6} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.09.17 20:40:23.451502 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.54 MiB. 2025.09.17 20:40:24.001140 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 261.74 MiB, peak 269.23 MiB, free memory in arenas 0.00 B, will set to 264.35 MiB (RSS), difference: 2.61 MiB 2025.09.17 20:40:27.564311 [ 36 ] {} DNSResolver: Updating DNS cache 2025.09.17 20:40:27.564386 [ 36 ] {} DNSResolver: Updated DNS cache 2025.09.17 20:40:27.678065 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 13414 2025.09.17 20:40:27.678539 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:27.678582 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:40:27.679056 [ 245 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.09.17 20:40:27.679280 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:27.679408 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13414 2025.09.17 20:40:27.705260 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 712 2025.09.17 20:40:27.707527 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:27.707571 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:40:27.708731 [ 243 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.09.17 20:40:27.708994 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:27.709247 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 712 2025.09.17 20:40:28.370314 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 2025.09.17 20:40:28.387290 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:28.387346 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:40:28.393673 [ 244 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.09.17 20:40:28.394451 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:28.397737 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 211 2025.09.17 20:40:28.433660 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:28.433946 [ 5 ] {546ace6d-2c0e-43c0-b5c3-1fa0902b4b94} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:40:28.434051 [ 5 ] {546ace6d-2c0e-43c0-b5c3-1fa0902b4b94} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:40:28.434925 [ 5 ] {546ace6d-2c0e-43c0-b5c3-1fa0902b4b94} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:28.434972 [ 5 ] {546ace6d-2c0e-43c0-b5c3-1fa0902b4b94} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:40:28.435371 [ 5 ] {546ace6d-2c0e-43c0-b5c3-1fa0902b4b94} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.09.17 20:40:28.435596 [ 5 ] {546ace6d-2c0e-43c0-b5c3-1fa0902b4b94} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:28.435746 [ 5 ] {546ace6d-2c0e-43c0-b5c3-1fa0902b4b94} executeQuery: Read 74 rows, 6.12 KiB in 0.001879 sec., 39382.65034592868 rows/sec., 3.18 MiB/sec. 2025.09.17 20:40:28.435791 [ 5 ] {546ace6d-2c0e-43c0-b5c3-1fa0902b4b94} TCPHandler: Processed in 0.002313965 sec. 2025.09.17 20:40:28.436226 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:28.436324 [ 5 ] {91ed6ef2-b2a3-47a5-9521-5f3aeff3aa80} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:40:28.436364 [ 5 ] {91ed6ef2-b2a3-47a5-9521-5f3aeff3aa80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:40:28.436780 [ 5 ] {91ed6ef2-b2a3-47a5-9521-5f3aeff3aa80} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:28.436816 [ 5 ] {91ed6ef2-b2a3-47a5-9521-5f3aeff3aa80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:40:28.437108 [ 5 ] {91ed6ef2-b2a3-47a5-9521-5f3aeff3aa80} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.09.17 20:40:28.437312 [ 5 ] {91ed6ef2-b2a3-47a5-9521-5f3aeff3aa80} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:28.437439 [ 5 ] {91ed6ef2-b2a3-47a5-9521-5f3aeff3aa80} executeQuery: Read 9 rows, 693.00 B in 0.001133 sec., 7943.512797881731 rows/sec., 597.31 KiB/sec. 2025.09.17 20:40:28.437476 [ 5 ] {91ed6ef2-b2a3-47a5-9521-5f3aeff3aa80} TCPHandler: Processed in 0.001297956 sec. 2025.09.17 20:40:28.437590 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:28.437682 [ 5 ] {b91c54c4-66a0-4818-8aa3-218d883bc3f4} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:40:28.437721 [ 5 ] {b91c54c4-66a0-4818-8aa3-218d883bc3f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:40:28.438162 [ 5 ] {b91c54c4-66a0-4818-8aa3-218d883bc3f4} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:28.438198 [ 5 ] {b91c54c4-66a0-4818-8aa3-218d883bc3f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:40:28.438497 [ 5 ] {b91c54c4-66a0-4818-8aa3-218d883bc3f4} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.09.17 20:40:28.438712 [ 5 ] {b91c54c4-66a0-4818-8aa3-218d883bc3f4} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:28.438839 [ 5 ] {b91c54c4-66a0-4818-8aa3-218d883bc3f4} executeQuery: Read 73 rows, 5.84 KiB in 0.001174 sec., 62180.57921635435 rows/sec., 4.85 MiB/sec. 2025.09.17 20:40:28.438875 [ 5 ] {b91c54c4-66a0-4818-8aa3-218d883bc3f4} TCPHandler: Processed in 0.001336228 sec. 2025.09.17 20:40:28.438999 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:28.439091 [ 5 ] {268ac22f-664f-46af-947f-73fc9e7548e8} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:40:28.439133 [ 5 ] {268ac22f-664f-46af-947f-73fc9e7548e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:40:28.439575 [ 5 ] {268ac22f-664f-46af-947f-73fc9e7548e8} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:28.439610 [ 5 ] {268ac22f-664f-46af-947f-73fc9e7548e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:40:28.439938 [ 5 ] {268ac22f-664f-46af-947f-73fc9e7548e8} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.09.17 20:40:28.440146 [ 5 ] {268ac22f-664f-46af-947f-73fc9e7548e8} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:28.440271 [ 5 ] {268ac22f-664f-46af-947f-73fc9e7548e8} executeQuery: Read 160 rows, 11.41 KiB in 0.001197 sec., 133667.50208855473 rows/sec., 9.31 MiB/sec. 2025.09.17 20:40:28.440306 [ 5 ] {268ac22f-664f-46af-947f-73fc9e7548e8} TCPHandler: Processed in 0.001354318 sec. 2025.09.17 20:40:28.440417 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:28.440509 [ 5 ] {cbd83831-c49b-4926-9637-f4c908ae7939} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:40:28.440563 [ 5 ] {cbd83831-c49b-4926-9637-f4c908ae7939} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:40:28.441343 [ 5 ] {cbd83831-c49b-4926-9637-f4c908ae7939} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:28.441379 [ 5 ] {cbd83831-c49b-4926-9637-f4c908ae7939} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:40:28.441880 [ 5 ] {cbd83831-c49b-4926-9637-f4c908ae7939} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.09.17 20:40:28.442101 [ 5 ] {cbd83831-c49b-4926-9637-f4c908ae7939} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:28.442232 [ 5 ] {cbd83831-c49b-4926-9637-f4c908ae7939} executeQuery: Read 9 rows, 16.51 KiB in 0.00174 sec., 5172.413793103448 rows/sec., 9.27 MiB/sec. 2025.09.17 20:40:28.442293 [ 5 ] {cbd83831-c49b-4926-9637-f4c908ae7939} TCPHandler: Processed in 0.001926645 sec. 2025.09.17 20:40:28.442405 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:28.442498 [ 5 ] {5e20caa7-9eaf-4000-91d7-8ac2f2b3e61c} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:40:28.442539 [ 5 ] {5e20caa7-9eaf-4000-91d7-8ac2f2b3e61c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:40:28.442869 [ 5 ] {5e20caa7-9eaf-4000-91d7-8ac2f2b3e61c} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:28.442904 [ 5 ] {5e20caa7-9eaf-4000-91d7-8ac2f2b3e61c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:40:28.443202 [ 5 ] {5e20caa7-9eaf-4000-91d7-8ac2f2b3e61c} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.09.17 20:40:28.443408 [ 5 ] {5e20caa7-9eaf-4000-91d7-8ac2f2b3e61c} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:28.443531 [ 5 ] {5e20caa7-9eaf-4000-91d7-8ac2f2b3e61c} executeQuery: Read 60 rows, 4.14 KiB in 0.001051 sec., 57088.487155090384 rows/sec., 3.85 MiB/sec. 2025.09.17 20:40:28.443566 [ 5 ] {5e20caa7-9eaf-4000-91d7-8ac2f2b3e61c} TCPHandler: Processed in 0.001208614 sec. 2025.09.17 20:40:33.462254 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:33.462470 [ 5 ] {318127ec-e847-4193-bc97-cc312b2b40fd} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.17 20:40:33.462543 [ 5 ] {318127ec-e847-4193-bc97-cc312b2b40fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.17 20:40:33.463210 [ 5 ] {318127ec-e847-4193-bc97-cc312b2b40fd} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:33.463253 [ 5 ] {318127ec-e847-4193-bc97-cc312b2b40fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:40:33.463650 [ 5 ] {318127ec-e847-4193-bc97-cc312b2b40fd} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.09.17 20:40:33.463875 [ 5 ] {318127ec-e847-4193-bc97-cc312b2b40fd} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:33.464027 [ 5 ] {318127ec-e847-4193-bc97-cc312b2b40fd} executeQuery: Read 6 rows, 501.00 B in 0.001613 sec., 3719.7768133911964 rows/sec., 303.32 KiB/sec. 2025.09.17 20:40:33.464068 [ 5 ] {318127ec-e847-4193-bc97-cc312b2b40fd} TCPHandler: Processed in 0.001952595 sec. 2025.09.17 20:40:33.464197 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:33.464290 [ 5 ] {94485333-96e6-4277-9da2-be1aff087bef} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:40:33.464329 [ 5 ] {94485333-96e6-4277-9da2-be1aff087bef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:40:33.465340 [ 5 ] {94485333-96e6-4277-9da2-be1aff087bef} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:33.465377 [ 5 ] {94485333-96e6-4277-9da2-be1aff087bef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:40:33.465767 [ 5 ] {94485333-96e6-4277-9da2-be1aff087bef} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.09.17 20:40:33.465976 [ 5 ] {94485333-96e6-4277-9da2-be1aff087bef} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:33.466087 [ 31 ] {} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.09.17 20:40:33.466101 [ 5 ] {94485333-96e6-4277-9da2-be1aff087bef} executeQuery: Read 1265 rows, 107.51 KiB in 0.001829 sec., 691634.7731000547 rows/sec., 57.40 MiB/sec. 2025.09.17 20:40:33.466154 [ 31 ] {} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:33.466163 [ 5 ] {94485333-96e6-4277-9da2-be1aff087bef} TCPHandler: Processed in 0.002013447 sec. 2025.09.17 20:40:33.466184 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:40:33.466300 [ 191 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2025.09.17 20:40:33.466302 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:33.466434 [ 5 ] {fe69ab66-3600-4b80-80fe-5287c8b3ef9b} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:40:33.466437 [ 191 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:40:33.466478 [ 5 ] {fe69ab66-3600-4b80-80fe-5287c8b3ef9b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:40:33.466491 [ 191 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1410 rows starting from the beginning of the part 2025.09.17 20:40:33.466570 [ 191 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 122 rows starting from the beginning of the part 2025.09.17 20:40:33.466623 [ 191 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 198 rows starting from the beginning of the part 2025.09.17 20:40:33.466670 [ 191 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 122 rows starting from the beginning of the part 2025.09.17 20:40:33.466729 [ 191 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 74 rows starting from the beginning of the part 2025.09.17 20:40:33.466794 [ 191 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1265 rows starting from the beginning of the part 2025.09.17 20:40:33.466921 [ 5 ] {fe69ab66-3600-4b80-80fe-5287c8b3ef9b} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:33.466964 [ 5 ] {fe69ab66-3600-4b80-80fe-5287c8b3ef9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:40:33.467303 [ 5 ] {fe69ab66-3600-4b80-80fe-5287c8b3ef9b} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.09.17 20:40:33.467523 [ 5 ] {fe69ab66-3600-4b80-80fe-5287c8b3ef9b} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:33.467655 [ 5 ] {fe69ab66-3600-4b80-80fe-5287c8b3ef9b} executeQuery: Read 39 rows, 2.90 KiB in 0.00124 sec., 31451.612903225807 rows/sec., 2.28 MiB/sec. 2025.09.17 20:40:33.467692 [ 5 ] {fe69ab66-3600-4b80-80fe-5287c8b3ef9b} TCPHandler: Processed in 0.001438041 sec. 2025.09.17 20:40:33.467805 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:33.467897 [ 5 ] {d83674c4-9925-4dfe-8258-c7a618d2e7ef} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.17 20:40:33.467937 [ 5 ] {d83674c4-9925-4dfe-8258-c7a618d2e7ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.17 20:40:33.468290 [ 187 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 3191 rows, containing 5 columns (5 merged, 0 gathered) in 0.002037947 sec., 1565791.4558131297 rows/sec., 137.36 MiB/sec. 2025.09.17 20:40:33.468428 [ 5 ] {d83674c4-9925-4dfe-8258-c7a618d2e7ef} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:33.468469 [ 5 ] {d83674c4-9925-4dfe-8258-c7a618d2e7ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:40:33.468498 [ 191 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.09.17 20:40:33.468774 [ 191 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_41_8} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:33.468841 [ 5 ] {d83674c4-9925-4dfe-8258-c7a618d2e7ef} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.09.17 20:40:33.468852 [ 191 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_41_8} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.09.17 20:40:33.468930 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. 2025.09.17 20:40:33.469066 [ 5 ] {d83674c4-9925-4dfe-8258-c7a618d2e7ef} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:33.469197 [ 5 ] {d83674c4-9925-4dfe-8258-c7a618d2e7ef} executeQuery: Read 228 rows, 15.81 KiB in 0.001318 sec., 172989.37784522003 rows/sec., 11.71 MiB/sec. 2025.09.17 20:40:33.469233 [ 5 ] {d83674c4-9925-4dfe-8258-c7a618d2e7ef} TCPHandler: Processed in 0.001475411 sec. 2025.09.17 20:40:33.469345 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:33.469437 [ 5 ] {4d95867b-861e-4622-8a32-05ff427e3baf} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:40:33.469476 [ 5 ] {4d95867b-861e-4622-8a32-05ff427e3baf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:40:33.470070 [ 5 ] {4d95867b-861e-4622-8a32-05ff427e3baf} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:33.470105 [ 5 ] {4d95867b-861e-4622-8a32-05ff427e3baf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:40:33.470431 [ 5 ] {4d95867b-861e-4622-8a32-05ff427e3baf} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.09.17 20:40:33.470639 [ 5 ] {4d95867b-861e-4622-8a32-05ff427e3baf} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:33.470733 [ 26 ] {} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.09.17 20:40:33.470759 [ 5 ] {4d95867b-861e-4622-8a32-05ff427e3baf} executeQuery: Read 559 rows, 42.54 KiB in 0.00134 sec., 417164.1791044776 rows/sec., 31.00 MiB/sec. 2025.09.17 20:40:33.470770 [ 26 ] {} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:33.470790 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:40:33.470796 [ 5 ] {4d95867b-861e-4622-8a32-05ff427e3baf} TCPHandler: Processed in 0.001497902 sec. 2025.09.17 20:40:33.470862 [ 187 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2025.09.17 20:40:33.470912 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:33.470952 [ 187 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:40:33.470984 [ 187 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 634 rows starting from the beginning of the part 2025.09.17 20:40:33.471010 [ 5 ] {a005826e-506c-4d8e-9d7a-e1621c52035c} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:40:33.471038 [ 187 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 97 rows starting from the beginning of the part 2025.09.17 20:40:33.471057 [ 5 ] {a005826e-506c-4d8e-9d7a-e1621c52035c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:40:33.471089 [ 187 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 117 rows starting from the beginning of the part 2025.09.17 20:40:33.471135 [ 187 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 97 rows starting from the beginning of the part 2025.09.17 20:40:33.471176 [ 187 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 73 rows starting from the beginning of the part 2025.09.17 20:40:33.471214 [ 187 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 559 rows starting from the beginning of the part 2025.09.17 20:40:33.471619 [ 5 ] {a005826e-506c-4d8e-9d7a-e1621c52035c} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:33.471659 [ 5 ] {a005826e-506c-4d8e-9d7a-e1621c52035c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:40:33.472071 [ 5 ] {a005826e-506c-4d8e-9d7a-e1621c52035c} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.09.17 20:40:33.472158 [ 187 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 1577 rows, containing 5 columns (5 merged, 0 gathered) in 0.001328497 sec., 1187055.7479617943 rows/sec., 94.63 MiB/sec. 2025.09.17 20:40:33.472294 [ 5 ] {a005826e-506c-4d8e-9d7a-e1621c52035c} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:33.472391 [ 197 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.09.17 20:40:33.472398 [ 26 ] {} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.09.17 20:40:33.472428 [ 5 ] {a005826e-506c-4d8e-9d7a-e1621c52035c} executeQuery: Read 847 rows, 58.38 KiB in 0.001437 sec., 589422.4077940154 rows/sec., 39.67 MiB/sec. 2025.09.17 20:40:33.472449 [ 26 ] {} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:33.472465 [ 5 ] {a005826e-506c-4d8e-9d7a-e1621c52035c} TCPHandler: Processed in 0.001601575 sec. 2025.09.17 20:40:33.472466 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:40:33.472535 [ 191 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2025.09.17 20:40:33.472582 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:33.472633 [ 191 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:40:33.472666 [ 191 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_41_8} MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 10614 rows starting from the beginning of the part 2025.09.17 20:40:33.472682 [ 5 ] {67a22124-8d03-4d86-8a5c-46ac4ebdbc91} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:40:33.472715 [ 191 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 160 rows starting from the beginning of the part 2025.09.17 20:40:33.472743 [ 5 ] {67a22124-8d03-4d86-8a5c-46ac4ebdbc91} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:40:33.472754 [ 197 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_41_8} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:33.472757 [ 191 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 200 rows starting from the beginning of the part 2025.09.17 20:40:33.472812 [ 191 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 160 rows starting from the beginning of the part 2025.09.17 20:40:33.472846 [ 191 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 160 rows starting from the beginning of the part 2025.09.17 20:40:33.472855 [ 197 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_41_8} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.09.17 20:40:33.472883 [ 191 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 847 rows starting from the beginning of the part 2025.09.17 20:40:33.472972 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2025.09.17 20:40:33.473573 [ 5 ] {67a22124-8d03-4d86-8a5c-46ac4ebdbc91} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:33.473613 [ 5 ] {67a22124-8d03-4d86-8a5c-46ac4ebdbc91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:40:33.474205 [ 5 ] {67a22124-8d03-4d86-8a5c-46ac4ebdbc91} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.09.17 20:40:33.474431 [ 5 ] {67a22124-8d03-4d86-8a5c-46ac4ebdbc91} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:33.474555 [ 5 ] {67a22124-8d03-4d86-8a5c-46ac4ebdbc91} executeQuery: Read 33 rows, 60.55 KiB in 0.001923 sec., 17160.686427457098 rows/sec., 30.75 MiB/sec. 2025.09.17 20:40:33.474603 [ 5 ] {67a22124-8d03-4d86-8a5c-46ac4ebdbc91} TCPHandler: Processed in 0.002103549 sec. 2025.09.17 20:40:33.474714 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:33.474802 [ 5 ] {20f7c90c-cb29-476a-bd96-9adc432c7c84} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:40:33.474840 [ 5 ] {20f7c90c-cb29-476a-bd96-9adc432c7c84} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:40:33.475227 [ 5 ] {20f7c90c-cb29-476a-bd96-9adc432c7c84} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:33.475260 [ 5 ] {20f7c90c-cb29-476a-bd96-9adc432c7c84} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:40:33.475616 [ 5 ] {20f7c90c-cb29-476a-bd96-9adc432c7c84} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.09.17 20:40:33.475840 [ 5 ] {20f7c90c-cb29-476a-bd96-9adc432c7c84} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:33.475928 [ 26 ] {} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.09.17 20:40:33.475951 [ 26 ] {} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:33.475965 [ 5 ] {20f7c90c-cb29-476a-bd96-9adc432c7c84} executeQuery: Read 60 rows, 4.14 KiB in 0.001132 sec., 53003.5335689046 rows/sec., 3.57 MiB/sec. 2025.09.17 20:40:33.475966 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:40:33.476000 [ 5 ] {20f7c90c-cb29-476a-bd96-9adc432c7c84} TCPHandler: Processed in 0.001289006 sec. 2025.09.17 20:40:33.476063 [ 197 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2025.09.17 20:40:33.476170 [ 197 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:40:33.476199 [ 197 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1848 rows starting from the beginning of the part 2025.09.17 20:40:33.476362 [ 202 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 12141 rows, containing 5 columns (5 merged, 0 gathered) in 0.003850908 sec., 3152762.9327940317 rows/sec., 216.37 MiB/sec. 2025.09.17 20:40:33.476385 [ 197 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 60 rows starting from the beginning of the part 2025.09.17 20:40:33.476442 [ 197 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 60 rows starting from the beginning of the part 2025.09.17 20:40:33.476485 [ 197 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 60 rows starting from the beginning of the part 2025.09.17 20:40:33.476523 [ 197 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 60 rows starting from the beginning of the part 2025.09.17 20:40:33.476565 [ 197 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 60 rows starting from the beginning of the part 2025.09.17 20:40:33.476840 [ 192 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.09.17 20:40:33.477310 [ 192 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_41_8} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:33.477397 [ 192 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_41_8} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.09.17 20:40:33.477501 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.35 MiB. 2025.09.17 20:40:33.477690 [ 192 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 2148 rows, containing 4 columns (4 merged, 0 gathered) in 0.001666477 sec., 1288946.6821324266 rows/sec., 86.70 MiB/sec. 2025.09.17 20:40:33.477984 [ 202 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.09.17 20:40:33.478304 [ 202 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_41_8} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:33.478381 [ 202 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_41_8} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.09.17 20:40:33.478478 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. 2025.09.17 20:40:35.179631 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 13926 2025.09.17 20:40:35.180318 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:35.180362 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.09.17 20:40:35.180838 [ 245 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.09.17 20:40:35.181091 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:35.181223 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13926 2025.09.17 20:40:35.897958 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 2025.09.17 20:40:35.916775 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:35.916842 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:40:35.922672 [ 244 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.09.17 20:40:35.923385 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:35.926559 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 219 2025.09.17 20:40:37.709563 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 740 2025.09.17 20:40:37.712123 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:37.712170 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:40:37.713325 [ 243 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.09.17 20:40:37.713587 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:37.713727 [ 25 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.09.17 20:40:37.713793 [ 25 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:37.713813 [ 25 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:40:37.713837 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 740 2025.09.17 20:40:37.713923 [ 191 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.09.17 20:40:37.714525 [ 191 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:40:37.714694 [ 191 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 590 rows starting from the beginning of the part 2025.09.17 20:40:37.715097 [ 191 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 32 rows starting from the beginning of the part 2025.09.17 20:40:37.715452 [ 191 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 34 rows starting from the beginning of the part 2025.09.17 20:40:37.715780 [ 191 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 24 rows starting from the beginning of the part 2025.09.17 20:40:37.716095 [ 191 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 32 rows starting from the beginning of the part 2025.09.17 20:40:37.716417 [ 191 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 28 rows starting from the beginning of the part 2025.09.17 20:40:37.721851 [ 191 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 740 rows, containing 72 columns (72 merged, 0 gathered) in 0.007972064 sec., 92824.14190352712 rows/sec., 77.97 MiB/sec. 2025.09.17 20:40:37.722651 [ 191 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.09.17 20:40:37.723113 [ 191 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_21_4} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:37.723177 [ 191 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_21_4} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.09.17 20:40:37.723311 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.12 MiB. 2025.09.17 20:40:38.433989 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:38.434244 [ 5 ] {9afa81b1-03b7-4d68-9699-9e2cf42b37b9} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:40:38.434310 [ 5 ] {9afa81b1-03b7-4d68-9699-9e2cf42b37b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:40:38.434958 [ 5 ] {9afa81b1-03b7-4d68-9699-9e2cf42b37b9} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:38.435000 [ 5 ] {9afa81b1-03b7-4d68-9699-9e2cf42b37b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:40:38.435403 [ 5 ] {9afa81b1-03b7-4d68-9699-9e2cf42b37b9} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.09.17 20:40:38.435635 [ 5 ] {9afa81b1-03b7-4d68-9699-9e2cf42b37b9} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:38.435787 [ 5 ] {9afa81b1-03b7-4d68-9699-9e2cf42b37b9} executeQuery: Read 74 rows, 6.12 KiB in 0.001597 sec., 46336.88165309957 rows/sec., 3.74 MiB/sec. 2025.09.17 20:40:38.435829 [ 5 ] {9afa81b1-03b7-4d68-9699-9e2cf42b37b9} TCPHandler: Processed in 0.002028528 sec. 2025.09.17 20:40:38.435950 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:38.436051 [ 5 ] {e9404afc-b46d-4db5-a2ef-0b33746e62b0} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:40:38.436094 [ 5 ] {e9404afc-b46d-4db5-a2ef-0b33746e62b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:40:38.436501 [ 5 ] {e9404afc-b46d-4db5-a2ef-0b33746e62b0} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:38.436538 [ 5 ] {e9404afc-b46d-4db5-a2ef-0b33746e62b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:40:38.436842 [ 5 ] {e9404afc-b46d-4db5-a2ef-0b33746e62b0} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.09.17 20:40:38.437085 [ 5 ] {e9404afc-b46d-4db5-a2ef-0b33746e62b0} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:38.437201 [ 25 ] {} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.09.17 20:40:38.437218 [ 5 ] {e9404afc-b46d-4db5-a2ef-0b33746e62b0} executeQuery: Read 9 rows, 693.00 B in 0.001192 sec., 7550.335570469799 rows/sec., 567.75 KiB/sec. 2025.09.17 20:40:38.437274 [ 25 ] {} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:38.437281 [ 5 ] {e9404afc-b46d-4db5-a2ef-0b33746e62b0} TCPHandler: Processed in 0.001381379 sec. 2025.09.17 20:40:38.437307 [ 25 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:40:38.437413 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:38.437426 [ 194 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2025.09.17 20:40:38.437530 [ 5 ] {ab677129-d199-4151-b461-e65761040746} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:40:38.437547 [ 194 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:40:38.437582 [ 5 ] {ab677129-d199-4151-b461-e65761040746} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:40:38.437584 [ 194 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 72 rows starting from the beginning of the part 2025.09.17 20:40:38.437673 [ 194 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 29 rows starting from the beginning of the part 2025.09.17 20:40:38.437747 [ 194 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 33 rows starting from the beginning of the part 2025.09.17 20:40:38.437812 [ 194 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 9 rows starting from the beginning of the part 2025.09.17 20:40:38.437871 [ 194 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 39 rows starting from the beginning of the part 2025.09.17 20:40:38.437926 [ 194 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 9 rows starting from the beginning of the part 2025.09.17 20:40:38.438105 [ 5 ] {ab677129-d199-4151-b461-e65761040746} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:38.438144 [ 5 ] {ab677129-d199-4151-b461-e65761040746} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:40:38.438558 [ 5 ] {ab677129-d199-4151-b461-e65761040746} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.09.17 20:40:38.438864 [ 5 ] {ab677129-d199-4151-b461-e65761040746} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:38.438946 [ 194 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 191 rows, containing 5 columns (5 merged, 0 gathered) in 0.001575544 sec., 121227.96951402182 rows/sec., 9.33 MiB/sec. 2025.09.17 20:40:38.439026 [ 5 ] {ab677129-d199-4151-b461-e65761040746} executeQuery: Read 73 rows, 5.84 KiB in 0.00152 sec., 48026.31578947368 rows/sec., 3.75 MiB/sec. 2025.09.17 20:40:38.439066 [ 5 ] {ab677129-d199-4151-b461-e65761040746} TCPHandler: Processed in 0.001709208 sec. 2025.09.17 20:40:38.439098 [ 186 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.09.17 20:40:38.439176 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:38.439273 [ 5 ] {41f39bc9-d44f-4f93-a458-2f54f1e4490d} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:40:38.439317 [ 5 ] {41f39bc9-d44f-4f93-a458-2f54f1e4490d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:40:38.439407 [ 186 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_36_7} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:38.439484 [ 186 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_36_7} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.09.17 20:40:38.439554 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.09.17 20:40:38.439735 [ 5 ] {41f39bc9-d44f-4f93-a458-2f54f1e4490d} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:38.439770 [ 5 ] {41f39bc9-d44f-4f93-a458-2f54f1e4490d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:40:38.440106 [ 5 ] {41f39bc9-d44f-4f93-a458-2f54f1e4490d} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.09.17 20:40:38.440321 [ 5 ] {41f39bc9-d44f-4f93-a458-2f54f1e4490d} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:38.440449 [ 5 ] {41f39bc9-d44f-4f93-a458-2f54f1e4490d} executeQuery: Read 160 rows, 11.41 KiB in 0.001197 sec., 133667.50208855473 rows/sec., 9.31 MiB/sec. 2025.09.17 20:40:38.440487 [ 5 ] {41f39bc9-d44f-4f93-a458-2f54f1e4490d} TCPHandler: Processed in 0.001361409 sec. 2025.09.17 20:40:38.440588 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:38.440683 [ 5 ] {ae0ecbc3-8d79-444b-8515-c50d1bd1a042} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:40:38.440739 [ 5 ] {ae0ecbc3-8d79-444b-8515-c50d1bd1a042} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:40:38.441504 [ 5 ] {ae0ecbc3-8d79-444b-8515-c50d1bd1a042} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:38.441540 [ 5 ] {ae0ecbc3-8d79-444b-8515-c50d1bd1a042} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:40:38.442061 [ 5 ] {ae0ecbc3-8d79-444b-8515-c50d1bd1a042} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.09.17 20:40:38.442300 [ 5 ] {ae0ecbc3-8d79-444b-8515-c50d1bd1a042} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:38.442437 [ 5 ] {ae0ecbc3-8d79-444b-8515-c50d1bd1a042} executeQuery: Read 9 rows, 16.51 KiB in 0.001773 sec., 5076.1421319796955 rows/sec., 9.10 MiB/sec. 2025.09.17 20:40:38.442492 [ 5 ] {ae0ecbc3-8d79-444b-8515-c50d1bd1a042} TCPHandler: Processed in 0.001951855 sec. 2025.09.17 20:40:38.442615 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:38.442710 [ 5 ] {7137ffe6-d92d-4b02-8efd-348019fb3c38} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:40:38.442753 [ 5 ] {7137ffe6-d92d-4b02-8efd-348019fb3c38} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:40:38.443096 [ 5 ] {7137ffe6-d92d-4b02-8efd-348019fb3c38} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:38.443132 [ 5 ] {7137ffe6-d92d-4b02-8efd-348019fb3c38} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:40:38.443441 [ 5 ] {7137ffe6-d92d-4b02-8efd-348019fb3c38} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.09.17 20:40:38.443656 [ 5 ] {7137ffe6-d92d-4b02-8efd-348019fb3c38} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:38.443785 [ 5 ] {7137ffe6-d92d-4b02-8efd-348019fb3c38} executeQuery: Read 60 rows, 4.14 KiB in 0.001094 sec., 54844.60694698355 rows/sec., 3.70 MiB/sec. 2025.09.17 20:40:38.443821 [ 5 ] {7137ffe6-d92d-4b02-8efd-348019fb3c38} TCPHandler: Processed in 0.001255695 sec. 2025.09.17 20:40:42.564436 [ 113 ] {} DNSResolver: Updating DNS cache 2025.09.17 20:40:42.564534 [ 113 ] {} DNSResolver: Updated DNS cache 2025.09.17 20:40:42.682159 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 14374 2025.09.17 20:40:42.682631 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:42.682665 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:40:42.683139 [ 245 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.09.17 20:40:42.683365 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:42.683487 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14374 2025.09.17 20:40:43.427493 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 226 2025.09.17 20:40:43.435200 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:43.435483 [ 5 ] {2faceb40-b17a-41d8-9de9-aa523baf1c96} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:40:43.435585 [ 5 ] {2faceb40-b17a-41d8-9de9-aa523baf1c96} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:40:43.436484 [ 5 ] {2faceb40-b17a-41d8-9de9-aa523baf1c96} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:43.436521 [ 5 ] {2faceb40-b17a-41d8-9de9-aa523baf1c96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:40:43.436923 [ 5 ] {2faceb40-b17a-41d8-9de9-aa523baf1c96} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.09.17 20:40:43.437149 [ 5 ] {2faceb40-b17a-41d8-9de9-aa523baf1c96} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:43.437297 [ 5 ] {2faceb40-b17a-41d8-9de9-aa523baf1c96} executeQuery: Read 122 rows, 10.73 KiB in 0.001891 sec., 64516.12903225806 rows/sec., 5.54 MiB/sec. 2025.09.17 20:40:43.437337 [ 5 ] {2faceb40-b17a-41d8-9de9-aa523baf1c96} TCPHandler: Processed in 0.002319115 sec. 2025.09.17 20:40:43.437476 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:43.437571 [ 5 ] {2bbd3109-2102-4603-a8bb-5841fef2ced8} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:40:43.437609 [ 5 ] {2bbd3109-2102-4603-a8bb-5841fef2ced8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:40:43.438037 [ 5 ] {2bbd3109-2102-4603-a8bb-5841fef2ced8} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:43.438071 [ 5 ] {2bbd3109-2102-4603-a8bb-5841fef2ced8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:40:43.438363 [ 5 ] {2bbd3109-2102-4603-a8bb-5841fef2ced8} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.09.17 20:40:43.438565 [ 5 ] {2bbd3109-2102-4603-a8bb-5841fef2ced8} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:43.438687 [ 5 ] {2bbd3109-2102-4603-a8bb-5841fef2ced8} executeQuery: Read 33 rows, 2.48 KiB in 0.001136 sec., 29049.295774647886 rows/sec., 2.13 MiB/sec. 2025.09.17 20:40:43.438726 [ 5 ] {2bbd3109-2102-4603-a8bb-5841fef2ced8} TCPHandler: Processed in 0.001307777 sec. 2025.09.17 20:40:43.438849 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:43.438941 [ 5 ] {9e05ed5b-22cc-47b0-8663-5aeb55c0d730} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:40:43.438981 [ 5 ] {9e05ed5b-22cc-47b0-8663-5aeb55c0d730} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:40:43.439388 [ 5 ] {9e05ed5b-22cc-47b0-8663-5aeb55c0d730} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:43.439421 [ 5 ] {9e05ed5b-22cc-47b0-8663-5aeb55c0d730} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:40:43.439729 [ 5 ] {9e05ed5b-22cc-47b0-8663-5aeb55c0d730} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.09.17 20:40:43.439946 [ 5 ] {9e05ed5b-22cc-47b0-8663-5aeb55c0d730} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:43.440068 [ 5 ] {9e05ed5b-22cc-47b0-8663-5aeb55c0d730} executeQuery: Read 97 rows, 7.76 KiB in 0.001145 sec., 84716.15720524018 rows/sec., 6.62 MiB/sec. 2025.09.17 20:40:43.440117 [ 5 ] {9e05ed5b-22cc-47b0-8663-5aeb55c0d730} TCPHandler: Processed in 0.001322247 sec. 2025.09.17 20:40:43.440230 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:43.440323 [ 5 ] {215fdb3e-5698-4613-9ea2-190a0865cbf8} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:40:43.440365 [ 5 ] {215fdb3e-5698-4613-9ea2-190a0865cbf8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:40:43.440811 [ 5 ] {215fdb3e-5698-4613-9ea2-190a0865cbf8} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:43.440846 [ 5 ] {215fdb3e-5698-4613-9ea2-190a0865cbf8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:40:43.441176 [ 5 ] {215fdb3e-5698-4613-9ea2-190a0865cbf8} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.09.17 20:40:43.441382 [ 5 ] {215fdb3e-5698-4613-9ea2-190a0865cbf8} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:43.441510 [ 5 ] {215fdb3e-5698-4613-9ea2-190a0865cbf8} executeQuery: Read 160 rows, 11.41 KiB in 0.001206 sec., 132669.98341625207 rows/sec., 9.24 MiB/sec. 2025.09.17 20:40:43.441548 [ 5 ] {215fdb3e-5698-4613-9ea2-190a0865cbf8} TCPHandler: Processed in 0.001365618 sec. 2025.09.17 20:40:43.441673 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:43.441767 [ 5 ] {f98b47b9-cd86-4d82-960a-06f681476244} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:40:43.441820 [ 5 ] {f98b47b9-cd86-4d82-960a-06f681476244} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:40:43.442607 [ 5 ] {f98b47b9-cd86-4d82-960a-06f681476244} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:43.442641 [ 5 ] {f98b47b9-cd86-4d82-960a-06f681476244} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:40:43.443263 [ 5 ] {f98b47b9-cd86-4d82-960a-06f681476244} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.09.17 20:40:43.443481 [ 5 ] {f98b47b9-cd86-4d82-960a-06f681476244} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:43.443616 [ 5 ] {f98b47b9-cd86-4d82-960a-06f681476244} executeQuery: Read 33 rows, 60.55 KiB in 0.001867 sec., 17675.415104445634 rows/sec., 31.67 MiB/sec. 2025.09.17 20:40:43.443685 [ 5 ] {f98b47b9-cd86-4d82-960a-06f681476244} TCPHandler: Processed in 0.002067528 sec. 2025.09.17 20:40:43.443801 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:43.443895 [ 5 ] {ce48c572-7550-4544-8514-da577a78b47b} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:40:43.443936 [ 5 ] {ce48c572-7550-4544-8514-da577a78b47b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:40:43.444278 [ 5 ] {ce48c572-7550-4544-8514-da577a78b47b} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:43.444312 [ 5 ] {ce48c572-7550-4544-8514-da577a78b47b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:40:43.444611 [ 5 ] {ce48c572-7550-4544-8514-da577a78b47b} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.09.17 20:40:43.444810 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:43.444823 [ 5 ] {ce48c572-7550-4544-8514-da577a78b47b} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:43.444865 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:40:43.444969 [ 5 ] {ce48c572-7550-4544-8514-da577a78b47b} executeQuery: Read 60 rows, 4.14 KiB in 0.001093 sec., 54894.784995425434 rows/sec., 3.70 MiB/sec. 2025.09.17 20:40:43.445011 [ 5 ] {ce48c572-7550-4544-8514-da577a78b47b} TCPHandler: Processed in 0.001257345 sec. 2025.09.17 20:40:43.450272 [ 244 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.09.17 20:40:43.450976 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:43.453908 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 226 2025.09.17 20:40:44.988120 [ 67 ] {} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2025.09.17 20:40:44.988190 [ 67 ] {} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:44.988215 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:40:44.988349 [ 198 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_13_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full 2025.09.17 20:40:44.988498 [ 198 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:40:44.988537 [ 198 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 18 rows starting from the beginning of the part 2025.09.17 20:40:44.988641 [ 198 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part 2025.09.17 20:40:44.988696 [ 198 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part 2025.09.17 20:40:44.988746 [ 198 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 8 rows starting from the beginning of the part 2025.09.17 20:40:44.988790 [ 198 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part 2025.09.17 20:40:44.989577 [ 186 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.001289146 sec., 27925.463834197213 rows/sec., 2.33 MiB/sec. 2025.09.17 20:40:44.989694 [ 198 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2025.09.17 20:40:44.989938 [ 198 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_13_3} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:44.990006 [ 198 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_13_3} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2025.09.17 20:40:44.990070 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.09.17 20:40:47.714890 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 764 2025.09.17 20:40:47.717047 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:47.717113 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:40:47.718339 [ 243 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.09.17 20:40:47.718626 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:47.719160 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 764 2025.09.17 20:40:48.436225 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:48.436508 [ 5 ] {b9895a07-81c5-47d5-94f5-d3f62e9727e3} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.17 20:40:48.436575 [ 5 ] {b9895a07-81c5-47d5-94f5-d3f62e9727e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.17 20:40:48.437213 [ 5 ] {b9895a07-81c5-47d5-94f5-d3f62e9727e3} oximeter.fields_i16 (ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:48.437261 [ 5 ] {b9895a07-81c5-47d5-94f5-d3f62e9727e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:40:48.437647 [ 5 ] {b9895a07-81c5-47d5-94f5-d3f62e9727e3} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.09.17 20:40:48.437870 [ 5 ] {b9895a07-81c5-47d5-94f5-d3f62e9727e3} oximeter.fields_i16 (ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:48.438019 [ 5 ] {b9895a07-81c5-47d5-94f5-d3f62e9727e3} executeQuery: Read 24 rows, 2.04 KiB in 0.001588 sec., 15113.350125944584 rows/sec., 1.25 MiB/sec. 2025.09.17 20:40:48.438060 [ 5 ] {b9895a07-81c5-47d5-94f5-d3f62e9727e3} TCPHandler: Processed in 0.002022817 sec. 2025.09.17 20:40:48.438188 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:48.438319 [ 5 ] {ba2c2671-8073-4ea4-beb5-39ea3a929ff8} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.17 20:40:48.438369 [ 5 ] {ba2c2671-8073-4ea4-beb5-39ea3a929ff8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.17 20:40:48.438790 [ 5 ] {ba2c2671-8073-4ea4-beb5-39ea3a929ff8} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:48.438828 [ 5 ] {ba2c2671-8073-4ea4-beb5-39ea3a929ff8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:40:48.439143 [ 5 ] {ba2c2671-8073-4ea4-beb5-39ea3a929ff8} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.09.17 20:40:48.439369 [ 5 ] {ba2c2671-8073-4ea4-beb5-39ea3a929ff8} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:48.439501 [ 5 ] {ba2c2671-8073-4ea4-beb5-39ea3a929ff8} executeQuery: Read 2 rows, 167.00 B in 0.001208 sec., 1655.6291390728475 rows/sec., 135.00 KiB/sec. 2025.09.17 20:40:48.439541 [ 5 ] {ba2c2671-8073-4ea4-beb5-39ea3a929ff8} TCPHandler: Processed in 0.001414939 sec. 2025.09.17 20:40:48.439660 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:48.439758 [ 5 ] {3ac1f052-f43b-4b89-a407-c7c0907e37ad} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:40:48.439798 [ 5 ] {3ac1f052-f43b-4b89-a407-c7c0907e37ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:40:48.440297 [ 5 ] {3ac1f052-f43b-4b89-a407-c7c0907e37ad} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:48.440334 [ 5 ] {3ac1f052-f43b-4b89-a407-c7c0907e37ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:40:48.440657 [ 5 ] {3ac1f052-f43b-4b89-a407-c7c0907e37ad} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.09.17 20:40:48.440863 [ 5 ] {3ac1f052-f43b-4b89-a407-c7c0907e37ad} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:48.440994 [ 5 ] {3ac1f052-f43b-4b89-a407-c7c0907e37ad} executeQuery: Read 195 rows, 17.66 KiB in 0.001253 sec., 155626.4964086193 rows/sec., 13.76 MiB/sec. 2025.09.17 20:40:48.441030 [ 5 ] {3ac1f052-f43b-4b89-a407-c7c0907e37ad} TCPHandler: Processed in 0.00141915 sec. 2025.09.17 20:40:48.441147 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:48.441240 [ 5 ] {ef215be9-21b9-4a8e-a95b-8534531bf4a8} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:40:48.441279 [ 5 ] {ef215be9-21b9-4a8e-a95b-8534531bf4a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:40:48.441677 [ 5 ] {ef215be9-21b9-4a8e-a95b-8534531bf4a8} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:48.441713 [ 5 ] {ef215be9-21b9-4a8e-a95b-8534531bf4a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:40:48.442003 [ 5 ] {ef215be9-21b9-4a8e-a95b-8534531bf4a8} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.09.17 20:40:48.442218 [ 5 ] {ef215be9-21b9-4a8e-a95b-8534531bf4a8} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:48.442349 [ 5 ] {ef215be9-21b9-4a8e-a95b-8534531bf4a8} executeQuery: Read 23 rows, 1.78 KiB in 0.001128 sec., 20390.070921985814 rows/sec., 1.54 MiB/sec. 2025.09.17 20:40:48.442386 [ 5 ] {ef215be9-21b9-4a8e-a95b-8534531bf4a8} TCPHandler: Processed in 0.001290946 sec. 2025.09.17 20:40:48.442491 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:48.442584 [ 5 ] {34689e43-48c9-4884-ae7b-d48f28254fa3} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.17 20:40:48.442623 [ 5 ] {34689e43-48c9-4884-ae7b-d48f28254fa3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.17 20:40:48.443008 [ 5 ] {34689e43-48c9-4884-ae7b-d48f28254fa3} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:48.443044 [ 5 ] {34689e43-48c9-4884-ae7b-d48f28254fa3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:40:48.443332 [ 5 ] {34689e43-48c9-4884-ae7b-d48f28254fa3} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.09.17 20:40:48.443532 [ 5 ] {34689e43-48c9-4884-ae7b-d48f28254fa3} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:48.443654 [ 5 ] {34689e43-48c9-4884-ae7b-d48f28254fa3} executeQuery: Read 24 rows, 2.04 KiB in 0.001088 sec., 22058.823529411766 rows/sec., 1.83 MiB/sec. 2025.09.17 20:40:48.443690 [ 5 ] {34689e43-48c9-4884-ae7b-d48f28254fa3} TCPHandler: Processed in 0.001245785 sec. 2025.09.17 20:40:48.443810 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:48.443936 [ 5 ] {d265096e-b77d-4964-a2c2-0812837c50f0} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.17 20:40:48.443984 [ 5 ] {d265096e-b77d-4964-a2c2-0812837c50f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.17 20:40:48.444464 [ 5 ] {d265096e-b77d-4964-a2c2-0812837c50f0} oximeter.fields_u8 (20447e1c-98e2-48f4-ad1a-5155a635de4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:48.444501 [ 5 ] {d265096e-b77d-4964-a2c2-0812837c50f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:40:48.444810 [ 5 ] {d265096e-b77d-4964-a2c2-0812837c50f0} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.09.17 20:40:48.445049 [ 5 ] {d265096e-b77d-4964-a2c2-0812837c50f0} oximeter.fields_u8 (20447e1c-98e2-48f4-ad1a-5155a635de4d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:48.445176 [ 5 ] {d265096e-b77d-4964-a2c2-0812837c50f0} executeQuery: Read 12 rows, 960.00 B in 0.001264 sec., 9493.67088607595 rows/sec., 741.69 KiB/sec. 2025.09.17 20:40:48.445215 [ 5 ] {d265096e-b77d-4964-a2c2-0812837c50f0} TCPHandler: Processed in 0.001465651 sec. 2025.09.17 20:40:48.445335 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:48.445458 [ 5 ] {93c32574-b653-4d72-8447-0f0b26fc9e59} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:40:48.445499 [ 5 ] {93c32574-b653-4d72-8447-0f0b26fc9e59} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:40:48.445950 [ 5 ] {93c32574-b653-4d72-8447-0f0b26fc9e59} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:48.445987 [ 5 ] {93c32574-b653-4d72-8447-0f0b26fc9e59} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:40:48.446314 [ 5 ] {93c32574-b653-4d72-8447-0f0b26fc9e59} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.09.17 20:40:48.446524 [ 5 ] {93c32574-b653-4d72-8447-0f0b26fc9e59} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:48.446651 [ 5 ] {93c32574-b653-4d72-8447-0f0b26fc9e59} executeQuery: Read 111 rows, 9.26 KiB in 0.001218 sec., 91133.00492610838 rows/sec., 7.42 MiB/sec. 2025.09.17 20:40:48.446688 [ 5 ] {93c32574-b653-4d72-8447-0f0b26fc9e59} TCPHandler: Processed in 0.00141272 sec. 2025.09.17 20:40:48.446798 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:48.446891 [ 5 ] {08e5aa73-0fec-4689-aefa-49b244e2ed7c} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:40:48.446934 [ 5 ] {08e5aa73-0fec-4689-aefa-49b244e2ed7c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:40:48.447350 [ 5 ] {08e5aa73-0fec-4689-aefa-49b244e2ed7c} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:48.447386 [ 5 ] {08e5aa73-0fec-4689-aefa-49b244e2ed7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:40:48.447716 [ 5 ] {08e5aa73-0fec-4689-aefa-49b244e2ed7c} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.09.17 20:40:48.447931 [ 5 ] {08e5aa73-0fec-4689-aefa-49b244e2ed7c} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:48.448059 [ 5 ] {08e5aa73-0fec-4689-aefa-49b244e2ed7c} executeQuery: Read 197 rows, 14.47 KiB in 0.001186 sec., 166104.55311973018 rows/sec., 11.91 MiB/sec. 2025.09.17 20:40:48.448094 [ 5 ] {08e5aa73-0fec-4689-aefa-49b244e2ed7c} TCPHandler: Processed in 0.001344018 sec. 2025.09.17 20:40:48.448222 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:48.448334 [ 5 ] {9c34e4df-2076-4460-bfe9-9cee966b02c6} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:40:48.448413 [ 5 ] {9c34e4df-2076-4460-bfe9-9cee966b02c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:40:48.449163 [ 5 ] {9c34e4df-2076-4460-bfe9-9cee966b02c6} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:48.449199 [ 5 ] {9c34e4df-2076-4460-bfe9-9cee966b02c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:40:48.449703 [ 5 ] {9c34e4df-2076-4460-bfe9-9cee966b02c6} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.09.17 20:40:48.449924 [ 5 ] {9c34e4df-2076-4460-bfe9-9cee966b02c6} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:48.450037 [ 152 ] {} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.09.17 20:40:48.450058 [ 5 ] {9c34e4df-2076-4460-bfe9-9cee966b02c6} executeQuery: Read 9 rows, 16.51 KiB in 0.001761 sec., 5110.732538330494 rows/sec., 9.16 MiB/sec. 2025.09.17 20:40:48.450102 [ 152 ] {} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:48.450125 [ 5 ] {9c34e4df-2076-4460-bfe9-9cee966b02c6} TCPHandler: Processed in 0.001959955 sec. 2025.09.17 20:40:48.450127 [ 152 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:40:48.450231 [ 194 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2025.09.17 20:40:48.450249 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:48.450344 [ 5 ] {7164b2e8-0a6c-4544-aa2f-f1a224204bef} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:40:48.450385 [ 5 ] {7164b2e8-0a6c-4544-aa2f-f1a224204bef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:40:48.450415 [ 194 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:40:48.450470 [ 194 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 685 rows starting from the beginning of the part 2025.09.17 20:40:48.450602 [ 194 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 9 rows starting from the beginning of the part 2025.09.17 20:40:48.450713 [ 194 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 33 rows starting from the beginning of the part 2025.09.17 20:40:48.450719 [ 5 ] {7164b2e8-0a6c-4544-aa2f-f1a224204bef} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:48.450757 [ 5 ] {7164b2e8-0a6c-4544-aa2f-f1a224204bef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:40:48.450815 [ 194 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 9 rows starting from the beginning of the part 2025.09.17 20:40:48.450914 [ 194 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 33 rows starting from the beginning of the part 2025.09.17 20:40:48.451011 [ 194 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 9 rows starting from the beginning of the part 2025.09.17 20:40:48.451057 [ 5 ] {7164b2e8-0a6c-4544-aa2f-f1a224204bef} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.09.17 20:40:48.451264 [ 5 ] {7164b2e8-0a6c-4544-aa2f-f1a224204bef} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:48.451388 [ 5 ] {7164b2e8-0a6c-4544-aa2f-f1a224204bef} executeQuery: Read 60 rows, 4.14 KiB in 0.001063 sec., 56444.02634054563 rows/sec., 3.80 MiB/sec. 2025.09.17 20:40:48.451423 [ 5 ] {7164b2e8-0a6c-4544-aa2f-f1a224204bef} TCPHandler: Processed in 0.001222085 sec. 2025.09.17 20:40:48.455419 [ 192 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 778 rows, containing 19 columns (19 merged, 0 gathered) in 0.005218506 sec., 149084.81469600686 rows/sec., 267.15 MiB/sec. 2025.09.17 20:40:48.456391 [ 192 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.09.17 20:40:48.456792 [ 192 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_36_7} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:48.456872 [ 192 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_36_7} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.09.17 20:40:48.457015 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.60 MiB. 2025.09.17 20:40:50.183594 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 14886 2025.09.17 20:40:50.184438 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:50.184522 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:40:50.185213 [ 245 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.09.17 20:40:50.185450 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:50.185603 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14886 2025.09.17 20:40:50.185601 [ 152 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.09.17 20:40:50.185699 [ 152 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:50.185734 [ 152 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:40:50.185902 [ 194 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2025.09.17 20:40:50.186112 [ 194 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:40:50.186176 [ 194 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 12454 rows starting from the beginning of the part 2025.09.17 20:40:50.186280 [ 194 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 512 rows starting from the beginning of the part 2025.09.17 20:40:50.186364 [ 194 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 448 rows starting from the beginning of the part 2025.09.17 20:40:50.186438 [ 194 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 512 rows starting from the beginning of the part 2025.09.17 20:40:50.186505 [ 194 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 448 rows starting from the beginning of the part 2025.09.17 20:40:50.186568 [ 194 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 512 rows starting from the beginning of the part 2025.09.17 20:40:50.188373 [ 186 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 14886 rows, containing 4 columns (4 merged, 0 gathered) in 0.002549111 sec., 5839682.932598854 rows/sec., 83.54 MiB/sec. 2025.09.17 20:40:50.188703 [ 190 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.09.17 20:40:50.189007 [ 190 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_31_6} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:50.189100 [ 190 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_31_6} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.09.17 20:40:50.189189 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.48 MiB. 2025.09.17 20:40:50.953983 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 234 2025.09.17 20:40:50.971717 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:50.971785 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:40:50.977308 [ 244 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.09.17 20:40:50.978019 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:50.978353 [ 126 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.09.17 20:40:50.978446 [ 126 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:50.978485 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:40:50.978639 [ 194 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2025.09.17 20:40:50.981212 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 234 2025.09.17 20:40:50.982592 [ 194 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:40:50.983963 [ 194 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 196 rows starting from the beginning of the part 2025.09.17 20:40:50.988610 [ 194 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 8 rows starting from the beginning of the part 2025.09.17 20:40:50.993266 [ 194 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 7 rows starting from the beginning of the part 2025.09.17 20:40:50.997530 [ 194 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 8 rows starting from the beginning of the part 2025.09.17 20:40:51.002074 [ 194 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 7 rows starting from the beginning of the part 2025.09.17 20:40:51.006076 [ 194 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 8 rows starting from the beginning of the part 2025.09.17 20:40:51.059571 [ 195 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.080996329 sec., 2889.01982212058 rows/sec., 14.94 MiB/sec. 2025.09.17 20:40:51.062352 [ 193 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.09.17 20:40:51.064416 [ 193 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_31_6} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:51.064527 [ 193 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_31_6} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.09.17 20:40:51.067300 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2025.09.17 20:40:52.000263 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 268.37 MiB, peak 278.93 MiB, free memory in arenas 0.00 B, will set to 273.20 MiB (RSS), difference: 4.83 MiB 2025.09.17 20:40:53.435526 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:53.435810 [ 5 ] {8475c797-431e-413b-b85f-321409634510} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:40:53.435913 [ 5 ] {8475c797-431e-413b-b85f-321409634510} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:40:53.436997 [ 5 ] {8475c797-431e-413b-b85f-321409634510} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:53.437041 [ 5 ] {8475c797-431e-413b-b85f-321409634510} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:40:53.437447 [ 5 ] {8475c797-431e-413b-b85f-321409634510} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.09.17 20:40:53.437684 [ 5 ] {8475c797-431e-413b-b85f-321409634510} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:53.437836 [ 5 ] {8475c797-431e-413b-b85f-321409634510} executeQuery: Read 122 rows, 10.73 KiB in 0.002104 sec., 57984.79087452472 rows/sec., 4.98 MiB/sec. 2025.09.17 20:40:53.437877 [ 5 ] {8475c797-431e-413b-b85f-321409634510} TCPHandler: Processed in 0.002533851 sec. 2025.09.17 20:40:53.438014 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:53.438119 [ 5 ] {a11f4ce6-c9eb-4ac4-8086-2f13299a93b9} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:40:53.438159 [ 5 ] {a11f4ce6-c9eb-4ac4-8086-2f13299a93b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:40:53.438689 [ 5 ] {a11f4ce6-c9eb-4ac4-8086-2f13299a93b9} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:53.438727 [ 5 ] {a11f4ce6-c9eb-4ac4-8086-2f13299a93b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:40:53.439025 [ 5 ] {a11f4ce6-c9eb-4ac4-8086-2f13299a93b9} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.09.17 20:40:53.439229 [ 5 ] {a11f4ce6-c9eb-4ac4-8086-2f13299a93b9} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:53.439361 [ 5 ] {a11f4ce6-c9eb-4ac4-8086-2f13299a93b9} executeQuery: Read 33 rows, 2.48 KiB in 0.001262 sec., 26148.969889064974 rows/sec., 1.92 MiB/sec. 2025.09.17 20:40:53.439398 [ 5 ] {a11f4ce6-c9eb-4ac4-8086-2f13299a93b9} TCPHandler: Processed in 0.00143223 sec. 2025.09.17 20:40:53.439585 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:53.439690 [ 5 ] {847a57cf-fda6-48a5-8beb-754cd5ecef5b} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:40:53.439730 [ 5 ] {847a57cf-fda6-48a5-8beb-754cd5ecef5b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:40:53.440236 [ 5 ] {847a57cf-fda6-48a5-8beb-754cd5ecef5b} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:53.440274 [ 5 ] {847a57cf-fda6-48a5-8beb-754cd5ecef5b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:40:53.440581 [ 5 ] {847a57cf-fda6-48a5-8beb-754cd5ecef5b} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.09.17 20:40:53.440790 [ 5 ] {847a57cf-fda6-48a5-8beb-754cd5ecef5b} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:53.440919 [ 5 ] {847a57cf-fda6-48a5-8beb-754cd5ecef5b} executeQuery: Read 97 rows, 7.76 KiB in 0.001252 sec., 77476.03833865814 rows/sec., 6.05 MiB/sec. 2025.09.17 20:40:53.440961 [ 5 ] {847a57cf-fda6-48a5-8beb-754cd5ecef5b} TCPHandler: Processed in 0.00142461 sec. 2025.09.17 20:40:53.441090 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:53.441184 [ 5 ] {308dfc67-0680-48d7-8caf-0d96025e700a} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:40:53.441227 [ 5 ] {308dfc67-0680-48d7-8caf-0d96025e700a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:40:53.441690 [ 5 ] {308dfc67-0680-48d7-8caf-0d96025e700a} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:53.441725 [ 5 ] {308dfc67-0680-48d7-8caf-0d96025e700a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:40:53.442056 [ 5 ] {308dfc67-0680-48d7-8caf-0d96025e700a} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.09.17 20:40:53.442267 [ 5 ] {308dfc67-0680-48d7-8caf-0d96025e700a} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:53.442396 [ 5 ] {308dfc67-0680-48d7-8caf-0d96025e700a} executeQuery: Read 160 rows, 11.41 KiB in 0.00123 sec., 130081.30081300813 rows/sec., 9.06 MiB/sec. 2025.09.17 20:40:53.442432 [ 5 ] {308dfc67-0680-48d7-8caf-0d96025e700a} TCPHandler: Processed in 0.001399669 sec. 2025.09.17 20:40:53.442559 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:53.442653 [ 5 ] {a66733db-d3ab-4223-8fd3-98283fb49b5e} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:40:53.442713 [ 5 ] {a66733db-d3ab-4223-8fd3-98283fb49b5e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:40:53.443620 [ 5 ] {a66733db-d3ab-4223-8fd3-98283fb49b5e} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:53.443656 [ 5 ] {a66733db-d3ab-4223-8fd3-98283fb49b5e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:40:53.444220 [ 5 ] {a66733db-d3ab-4223-8fd3-98283fb49b5e} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.09.17 20:40:53.444444 [ 5 ] {a66733db-d3ab-4223-8fd3-98283fb49b5e} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:53.444578 [ 5 ] {a66733db-d3ab-4223-8fd3-98283fb49b5e} executeQuery: Read 33 rows, 60.55 KiB in 0.001944 sec., 16975.30864197531 rows/sec., 30.42 MiB/sec. 2025.09.17 20:40:53.444630 [ 5 ] {a66733db-d3ab-4223-8fd3-98283fb49b5e} TCPHandler: Processed in 0.0021189 sec. 2025.09.17 20:40:53.444766 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:53.444860 [ 5 ] {7bfd5460-7caf-41f7-ab65-c22eb1e2e2a3} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:40:53.444901 [ 5 ] {7bfd5460-7caf-41f7-ab65-c22eb1e2e2a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:40:53.445276 [ 5 ] {7bfd5460-7caf-41f7-ab65-c22eb1e2e2a3} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:53.445310 [ 5 ] {7bfd5460-7caf-41f7-ab65-c22eb1e2e2a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:40:53.445605 [ 5 ] {7bfd5460-7caf-41f7-ab65-c22eb1e2e2a3} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.09.17 20:40:53.445806 [ 5 ] {7bfd5460-7caf-41f7-ab65-c22eb1e2e2a3} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:53.445935 [ 5 ] {7bfd5460-7caf-41f7-ab65-c22eb1e2e2a3} executeQuery: Read 60 rows, 4.14 KiB in 0.001093 sec., 54894.784995425434 rows/sec., 3.70 MiB/sec. 2025.09.17 20:40:53.445970 [ 5 ] {7bfd5460-7caf-41f7-ab65-c22eb1e2e2a3} TCPHandler: Processed in 0.001260216 sec. 2025.09.17 20:40:57.564795 [ 146 ] {} DNSResolver: Updating DNS cache 2025.09.17 20:40:57.564862 [ 146 ] {} DNSResolver: Updated DNS cache 2025.09.17 20:40:57.686610 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 15334 2025.09.17 20:40:57.687104 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:57.687150 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:40:57.687884 [ 245 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.09.17 20:40:57.688141 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:57.688268 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15334 2025.09.17 20:40:57.720237 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 796 2025.09.17 20:40:57.722528 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:57.722580 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:40:57.723792 [ 243 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.09.17 20:40:57.724083 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:57.724434 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 796 2025.09.17 20:40:58.001456 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000951956 sec. 2025.09.17 20:40:58.434090 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:58.434293 [ 5 ] {5983fce0-76e9-44ae-8ee2-2271099016ac} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:40:58.434368 [ 5 ] {5983fce0-76e9-44ae-8ee2-2271099016ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:40:58.435069 [ 5 ] {5983fce0-76e9-44ae-8ee2-2271099016ac} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:58.435118 [ 5 ] {5983fce0-76e9-44ae-8ee2-2271099016ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:40:58.435524 [ 5 ] {5983fce0-76e9-44ae-8ee2-2271099016ac} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.09.17 20:40:58.435756 [ 5 ] {5983fce0-76e9-44ae-8ee2-2271099016ac} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:58.435889 [ 145 ] {} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.09.17 20:40:58.435912 [ 5 ] {5983fce0-76e9-44ae-8ee2-2271099016ac} executeQuery: Read 74 rows, 6.12 KiB in 0.001674 sec., 44205.495818399046 rows/sec., 3.57 MiB/sec. 2025.09.17 20:40:58.435968 [ 145 ] {} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:58.435981 [ 5 ] {5983fce0-76e9-44ae-8ee2-2271099016ac} TCPHandler: Processed in 0.002032117 sec. 2025.09.17 20:40:58.436003 [ 145 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:40:58.436121 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:58.436136 [ 195 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2025.09.17 20:40:58.436222 [ 5 ] {74a49a89-3564-4899-afd4-ea7da7467c80} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:40:58.436268 [ 5 ] {74a49a89-3564-4899-afd4-ea7da7467c80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:40:58.436290 [ 195 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:40:58.436334 [ 195 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1410 rows starting from the beginning of the part 2025.09.17 20:40:58.436406 [ 195 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 74 rows starting from the beginning of the part 2025.09.17 20:40:58.436460 [ 195 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 122 rows starting from the beginning of the part 2025.09.17 20:40:58.436508 [ 195 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 195 rows starting from the beginning of the part 2025.09.17 20:40:58.436550 [ 195 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 122 rows starting from the beginning of the part 2025.09.17 20:40:58.436600 [ 195 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 74 rows starting from the beginning of the part 2025.09.17 20:40:58.436672 [ 5 ] {74a49a89-3564-4899-afd4-ea7da7467c80} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:58.436714 [ 5 ] {74a49a89-3564-4899-afd4-ea7da7467c80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:40:58.437056 [ 5 ] {74a49a89-3564-4899-afd4-ea7da7467c80} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.09.17 20:40:58.437290 [ 5 ] {74a49a89-3564-4899-afd4-ea7da7467c80} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:58.437429 [ 5 ] {74a49a89-3564-4899-afd4-ea7da7467c80} executeQuery: Read 9 rows, 693.00 B in 0.001226 sec., 7340.9461663947795 rows/sec., 552.00 KiB/sec. 2025.09.17 20:40:58.437468 [ 5 ] {74a49a89-3564-4899-afd4-ea7da7467c80} TCPHandler: Processed in 0.001397959 sec. 2025.09.17 20:40:58.437576 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:58.437682 [ 5 ] {bf1a921b-61f8-4723-971f-a795d77d0632} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:40:58.437725 [ 5 ] {bf1a921b-61f8-4723-971f-a795d77d0632} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:40:58.437835 [ 189 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 1997 rows, containing 5 columns (5 merged, 0 gathered) in 0.001760049 sec., 1134627.5018479598 rows/sec., 100.09 MiB/sec. 2025.09.17 20:40:58.438146 [ 189 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.09.17 20:40:58.438166 [ 5 ] {bf1a921b-61f8-4723-971f-a795d77d0632} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:58.438209 [ 5 ] {bf1a921b-61f8-4723-971f-a795d77d0632} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:40:58.438482 [ 189 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_46_9} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:58.438572 [ 189 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_46_9} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.09.17 20:40:58.438589 [ 5 ] {bf1a921b-61f8-4723-971f-a795d77d0632} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.09.17 20:40:58.438682 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. 2025.09.17 20:40:58.438827 [ 5 ] {bf1a921b-61f8-4723-971f-a795d77d0632} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:58.438947 [ 145 ] {} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.09.17 20:40:58.438969 [ 5 ] {bf1a921b-61f8-4723-971f-a795d77d0632} executeQuery: Read 73 rows, 5.84 KiB in 0.001306 sec., 55895.865237366 rows/sec., 4.36 MiB/sec. 2025.09.17 20:40:58.438985 [ 145 ] {} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:58.439016 [ 145 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:40:58.439016 [ 5 ] {bf1a921b-61f8-4723-971f-a795d77d0632} TCPHandler: Processed in 0.001491392 sec. 2025.09.17 20:40:58.439099 [ 201 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2025.09.17 20:40:58.439147 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:58.439199 [ 201 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:40:58.439234 [ 201 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 634 rows starting from the beginning of the part 2025.09.17 20:40:58.439249 [ 5 ] {313d6839-e6d3-450b-9cad-c85cfcff79f2} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:40:58.439296 [ 201 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 73 rows starting from the beginning of the part 2025.09.17 20:40:58.439298 [ 5 ] {313d6839-e6d3-450b-9cad-c85cfcff79f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:40:58.439352 [ 201 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 97 rows starting from the beginning of the part 2025.09.17 20:40:58.439405 [ 201 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 111 rows starting from the beginning of the part 2025.09.17 20:40:58.439445 [ 201 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 97 rows starting from the beginning of the part 2025.09.17 20:40:58.439486 [ 201 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 73 rows starting from the beginning of the part 2025.09.17 20:40:58.439739 [ 5 ] {313d6839-e6d3-450b-9cad-c85cfcff79f2} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:58.439782 [ 5 ] {313d6839-e6d3-450b-9cad-c85cfcff79f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:40:58.440163 [ 5 ] {313d6839-e6d3-450b-9cad-c85cfcff79f2} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.09.17 20:40:58.440394 [ 5 ] {313d6839-e6d3-450b-9cad-c85cfcff79f2} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:58.440473 [ 195 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 1085 rows, containing 5 columns (5 merged, 0 gathered) in 0.00140682 sec., 771242.9450818157 rows/sec., 62.21 MiB/sec. 2025.09.17 20:40:58.440502 [ 145 ] {} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.09.17 20:40:58.440529 [ 5 ] {313d6839-e6d3-450b-9cad-c85cfcff79f2} executeQuery: Read 160 rows, 11.41 KiB in 0.001299 sec., 123171.67051578137 rows/sec., 8.58 MiB/sec. 2025.09.17 20:40:58.440533 [ 145 ] {} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:58.440568 [ 145 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:40:58.440574 [ 5 ] {313d6839-e6d3-450b-9cad-c85cfcff79f2} TCPHandler: Processed in 0.001476422 sec. 2025.09.17 20:40:58.440647 [ 189 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.09.17 20:40:58.440693 [ 200 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2025.09.17 20:40:58.440730 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:58.440843 [ 200 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:40:58.440850 [ 5 ] {70d0cb11-af7e-48d0-9b53-3684b13a61c6} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:40:58.440888 [ 200 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_46_9} MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 12141 rows starting from the beginning of the part 2025.09.17 20:40:58.440911 [ 189 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_46_9} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:58.440933 [ 5 ] {70d0cb11-af7e-48d0-9b53-3684b13a61c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:40:58.440961 [ 200 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 160 rows starting from the beginning of the part 2025.09.17 20:40:58.440988 [ 189 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_46_9} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.09.17 20:40:58.441015 [ 200 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 160 rows starting from the beginning of the part 2025.09.17 20:40:58.441064 [ 200 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 197 rows starting from the beginning of the part 2025.09.17 20:40:58.441066 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2025.09.17 20:40:58.441111 [ 200 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 160 rows starting from the beginning of the part 2025.09.17 20:40:58.441159 [ 200 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 160 rows starting from the beginning of the part 2025.09.17 20:40:58.441859 [ 5 ] {70d0cb11-af7e-48d0-9b53-3684b13a61c6} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:58.441902 [ 5 ] {70d0cb11-af7e-48d0-9b53-3684b13a61c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:40:58.442650 [ 5 ] {70d0cb11-af7e-48d0-9b53-3684b13a61c6} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.09.17 20:40:58.442921 [ 5 ] {70d0cb11-af7e-48d0-9b53-3684b13a61c6} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:58.443073 [ 5 ] {70d0cb11-af7e-48d0-9b53-3684b13a61c6} executeQuery: Read 9 rows, 16.51 KiB in 0.002248 sec., 4003.55871886121 rows/sec., 7.17 MiB/sec. 2025.09.17 20:40:58.443139 [ 5 ] {70d0cb11-af7e-48d0-9b53-3684b13a61c6} TCPHandler: Processed in 0.002459679 sec. 2025.09.17 20:40:58.443262 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:40:58.443358 [ 5 ] {16911074-3ba3-41c7-9bf7-c13a49e3fbe8} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:40:58.443401 [ 5 ] {16911074-3ba3-41c7-9bf7-c13a49e3fbe8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:40:58.443754 [ 5 ] {16911074-3ba3-41c7-9bf7-c13a49e3fbe8} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:58.443792 [ 5 ] {16911074-3ba3-41c7-9bf7-c13a49e3fbe8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:40:58.444213 [ 5 ] {16911074-3ba3-41c7-9bf7-c13a49e3fbe8} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.09.17 20:40:58.444439 [ 5 ] {16911074-3ba3-41c7-9bf7-c13a49e3fbe8} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:58.444547 [ 145 ] {} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.09.17 20:40:58.444574 [ 5 ] {16911074-3ba3-41c7-9bf7-c13a49e3fbe8} executeQuery: Read 60 rows, 4.14 KiB in 0.001234 sec., 48622.3662884927 rows/sec., 3.28 MiB/sec. 2025.09.17 20:40:58.444585 [ 145 ] {} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:58.444616 [ 145 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:40:58.444618 [ 5 ] {16911074-3ba3-41c7-9bf7-c13a49e3fbe8} TCPHandler: Processed in 0.00140664 sec. 2025.09.17 20:40:58.444688 [ 195 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2025.09.17 20:40:58.444784 [ 195 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:40:58.444815 [ 195 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2148 rows starting from the beginning of the part 2025.09.17 20:40:58.444866 [ 195 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 60 rows starting from the beginning of the part 2025.09.17 20:40:58.444909 [ 195 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 60 rows starting from the beginning of the part 2025.09.17 20:40:58.444964 [ 195 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 60 rows starting from the beginning of the part 2025.09.17 20:40:58.445003 [ 195 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 60 rows starting from the beginning of the part 2025.09.17 20:40:58.445041 [ 195 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 60 rows starting from the beginning of the part 2025.09.17 20:40:58.445500 [ 196 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 12978 rows, containing 5 columns (5 merged, 0 gathered) in 0.004871097 sec., 2664286.915247223 rows/sec., 183.10 MiB/sec. 2025.09.17 20:40:58.445870 [ 200 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.09.17 20:40:58.446159 [ 200 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_46_9} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:58.446233 [ 200 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_46_9} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.09.17 20:40:58.446266 [ 196 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 2448 rows, containing 4 columns (4 merged, 0 gathered) in 0.001608426 sec., 1521984.8472979174 rows/sec., 102.40 MiB/sec. 2025.09.17 20:40:58.446317 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.36 MiB. 2025.09.17 20:40:58.446560 [ 195 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.09.17 20:40:58.446822 [ 195 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_46_9} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:58.446893 [ 195 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_46_9} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.09.17 20:40:58.446963 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2025.09.17 20:40:58.482190 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 241 2025.09.17 20:40:58.497409 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:40:58.497457 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:40:58.502928 [ 244 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.09.17 20:40:58.503637 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:40:58.506471 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 241 2025.09.17 20:41:01.384400 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42116 2025.09.17 20:41:01.384535 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:41:01.384567 [ 291 ] {} TCP-Session: d2457640-f60a-481f-8b6a-965cbcfb2a3d Authenticating user 'default' from [fd00:1122:3344:101::e]:42116 2025.09.17 20:41:01.384593 [ 291 ] {} TCP-Session: d2457640-f60a-481f-8b6a-965cbcfb2a3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:01.384608 [ 291 ] {} TCP-Session: d2457640-f60a-481f-8b6a-965cbcfb2a3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:01.384814 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35062 2025.09.17 20:41:01.384885 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44948 2025.09.17 20:41:01.384894 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34188 2025.09.17 20:41:01.384940 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55870 2025.09.17 20:41:01.384986 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:41:01.384949 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54235 2025.09.17 20:41:01.385038 [ 3 ] {} TCP-Session: 792d9cf1-c62b-429d-9e0b-bc70f8bc44a4 Authenticating user 'default' from [fd00:1122:3344:101::e]:44948 2025.09.17 20:41:01.385031 [ 291 ] {} TCP-Session: d2457640-f60a-481f-8b6a-965cbcfb2a3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:01.385086 [ 3 ] {} TCP-Session: 792d9cf1-c62b-429d-9e0b-bc70f8bc44a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:01.384939 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46693 2025.09.17 20:41:01.385119 [ 3 ] {} TCP-Session: 792d9cf1-c62b-429d-9e0b-bc70f8bc44a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:01.384927 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:41:01.384918 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57717 2025.09.17 20:41:01.385185 [ 292 ] {} TCP-Session: 2ec8fa9e-8303-477b-aefa-67e680a1ebe9 Authenticating user 'default' from [fd00:1122:3344:101::e]:35062 2025.09.17 20:41:01.384884 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59103 2025.09.17 20:41:01.385230 [ 292 ] {} TCP-Session: 2ec8fa9e-8303-477b-aefa-67e680a1ebe9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:01.385260 [ 291 ] {983e0e1f-fb64-4277-b40c-701095ac985d} executeQuery: (from [fd00:1122:3344:101::e]:42116) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.17 20:41:01.385273 [ 292 ] {} TCP-Session: 2ec8fa9e-8303-477b-aefa-67e680a1ebe9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:01.385540 [ 291 ] {983e0e1f-fb64-4277-b40c-701095ac985d} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.17 20:41:01.385540 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:41:01.385595 [ 289 ] {} TCP-Session: 849fd126-a772-464f-8398-4159a153a86a Authenticating user 'default' from [fd00:1122:3344:101::e]:46693 2025.09.17 20:41:01.385609 [ 291 ] {983e0e1f-fb64-4277-b40c-701095ac985d} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.17 20:41:01.385616 [ 289 ] {} TCP-Session: 849fd126-a772-464f-8398-4159a153a86a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:01.385644 [ 289 ] {} TCP-Session: 849fd126-a772-464f-8398-4159a153a86a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:01.385649 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:41:01.385695 [ 294 ] {} TCP-Session: 51469df1-6500-4747-b746-c833aa05b834 Authenticating user 'default' from [fd00:1122:3344:101::e]:59103 2025.09.17 20:41:01.385721 [ 294 ] {} TCP-Session: 51469df1-6500-4747-b746-c833aa05b834 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:01.385737 [ 294 ] {} TCP-Session: 51469df1-6500-4747-b746-c833aa05b834 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:01.385854 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:41:01.385896 [ 288 ] {} TCP-Session: 1af30ecb-f0a6-43c6-90d9-a5c546c7faf6 Authenticating user 'default' from [fd00:1122:3344:101::e]:55870 2025.09.17 20:41:01.385917 [ 291 ] {983e0e1f-fb64-4277-b40c-701095ac985d} oximeter.version (62bd52ee-0bc0-4eea-bbbd-a51761f62e41) (SelectExecutor): Key condition: unknown 2025.09.17 20:41:01.385929 [ 288 ] {} TCP-Session: 1af30ecb-f0a6-43c6-90d9-a5c546c7faf6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:01.385960 [ 288 ] {} TCP-Session: 1af30ecb-f0a6-43c6-90d9-a5c546c7faf6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:01.385965 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:41:01.386003 [ 286 ] {} TCP-Session: 4a9121bf-3d3f-4413-8341-1ee1ca5a90ce Authenticating user 'default' from [fd00:1122:3344:101::e]:57717 2025.09.17 20:41:01.386024 [ 286 ] {} TCP-Session: 4a9121bf-3d3f-4413-8341-1ee1ca5a90ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:01.386037 [ 286 ] {} TCP-Session: 4a9121bf-3d3f-4413-8341-1ee1ca5a90ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:01.386161 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:41:01.386194 [ 293 ] {} TCP-Session: ab9d4cb9-456b-437e-9462-0dcd33cead6b Authenticating user 'default' from [fd00:1122:3344:101::e]:34188 2025.09.17 20:41:01.386210 [ 293 ] {} TCP-Session: ab9d4cb9-456b-437e-9462-0dcd33cead6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:01.386225 [ 293 ] {} TCP-Session: ab9d4cb9-456b-437e-9462-0dcd33cead6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:01.386260 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:41:01.386294 [ 290 ] {} TCP-Session: 21b3b38c-4473-4fa2-a008-4f39f5ef7732 Authenticating user 'default' from [fd00:1122:3344:101::e]:54235 2025.09.17 20:41:01.386310 [ 290 ] {} TCP-Session: 21b3b38c-4473-4fa2-a008-4f39f5ef7732 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:01.386323 [ 290 ] {} TCP-Session: 21b3b38c-4473-4fa2-a008-4f39f5ef7732 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:01.386855 [ 343 ] {983e0e1f-fb64-4277-b40c-701095ac985d} AggregatingTransform: Aggregating 2025.09.17 20:41:01.386904 [ 343 ] {983e0e1f-fb64-4277-b40c-701095ac985d} Aggregator: Aggregation method: without_key 2025.09.17 20:41:01.386949 [ 343 ] {983e0e1f-fb64-4277-b40c-701095ac985d} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000916475 sec. (1091.137 rows/sec., 42.62 KiB/sec.) 2025.09.17 20:41:01.386971 [ 343 ] {983e0e1f-fb64-4277-b40c-701095ac985d} Aggregator: Merging aggregated data 2025.09.17 20:41:01.388387 [ 291 ] {983e0e1f-fb64-4277-b40c-701095ac985d} executeQuery: Read 1 rows, 40.00 B in 0.003184 sec., 314.07035175879395 rows/sec., 12.27 KiB/sec. 2025.09.17 20:41:01.388532 [ 291 ] {983e0e1f-fb64-4277-b40c-701095ac985d} TCPHandler: Processed in 0.003641633 sec. 2025.09.17 20:41:01.388653 [ 291 ] {} TCPHandler: Done processing connection. 2025.09.17 20:41:01.388684 [ 291 ] {} TCP-Session: d2457640-f60a-481f-8b6a-965cbcfb2a3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:01.388683 [ 292 ] {} TCPHandler: Done processing connection. 2025.09.17 20:41:01.388704 [ 3 ] {} TCPHandler: Done processing connection. 2025.09.17 20:41:01.388719 [ 290 ] {} TCPHandler: Done processing connection. 2025.09.17 20:41:01.388736 [ 294 ] {} TCPHandler: Done processing connection. 2025.09.17 20:41:01.388753 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.17 20:41:01.388772 [ 290 ] {} TCP-Session: 21b3b38c-4473-4fa2-a008-4f39f5ef7732 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:01.388780 [ 294 ] {} TCP-Session: 51469df1-6500-4747-b746-c833aa05b834 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:01.388789 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.17 20:41:01.388808 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.17 20:41:01.388836 [ 288 ] {} TCP-Session: 1af30ecb-f0a6-43c6-90d9-a5c546c7faf6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:01.388795 [ 286 ] {} TCP-Session: 4a9121bf-3d3f-4413-8341-1ee1ca5a90ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:01.388858 [ 289 ] {} TCP-Session: 849fd126-a772-464f-8398-4159a153a86a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:01.388750 [ 3 ] {} TCP-Session: 792d9cf1-c62b-429d-9e0b-bc70f8bc44a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:01.388738 [ 292 ] {} TCP-Session: 2ec8fa9e-8303-477b-aefa-67e680a1ebe9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:01.388772 [ 293 ] {} TCPHandler: Done processing connection. 2025.09.17 20:41:01.388956 [ 293 ] {} TCP-Session: ab9d4cb9-456b-437e-9462-0dcd33cead6b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:02.387180 [ 143 ] {} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2025.09.17 20:41:02.387245 [ 143 ] {} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:02.387267 [ 143 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:02.387375 [ 199 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::all_1_13_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full 2025.09.17 20:41:02.387490 [ 199 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:41:02.387525 [ 199 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 253 rows starting from the beginning of the part 2025.09.17 20:41:02.387595 [ 199 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 228 rows starting from the beginning of the part 2025.09.17 20:41:02.387641 [ 199 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 24 rows starting from the beginning of the part 2025.09.17 20:41:02.387683 [ 199 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 228 rows starting from the beginning of the part 2025.09.17 20:41:02.387727 [ 199 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 24 rows starting from the beginning of the part 2025.09.17 20:41:02.388623 [ 200 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 757 rows, containing 5 columns (5 merged, 0 gathered) in 0.001294267 sec., 584887.044172493 rows/sec., 42.68 MiB/sec. 2025.09.17 20:41:02.388825 [ 196 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2025.09.17 20:41:02.389141 [ 196 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::all_1_13_3} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:02.389220 [ 196 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::all_1_13_3} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2025.09.17 20:41:02.389319 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.09.17 20:41:02.471112 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33700 2025.09.17 20:41:02.471221 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:41:02.471249 [ 291 ] {} TCP-Session: e09c2e97-de14-40c9-9f74-02ee1e6dff01 Authenticating user 'default' from [fd00:1122:3344:101::e]:33700 2025.09.17 20:41:02.471272 [ 291 ] {} TCP-Session: e09c2e97-de14-40c9-9f74-02ee1e6dff01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:02.471286 [ 291 ] {} TCP-Session: e09c2e97-de14-40c9-9f74-02ee1e6dff01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:02.471480 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35981 2025.09.17 20:41:02.471516 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60587 2025.09.17 20:41:02.471554 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53739 2025.09.17 20:41:02.471566 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51915 2025.09.17 20:41:02.471598 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42705 2025.09.17 20:41:02.471593 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:41:02.471638 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:41:02.471646 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:41:02.471678 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:41:02.471682 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:41:02.471690 [ 291 ] {} TCP-Session: e09c2e97-de14-40c9-9f74-02ee1e6dff01 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:02.471714 [ 286 ] {} TCP-Session: 612bd04d-060f-4d66-b6ea-a09a8ae3a591 Authenticating user 'default' from [fd00:1122:3344:101::e]:51915 2025.09.17 20:41:02.471717 [ 290 ] {} TCP-Session: ff4c4d98-e3ac-4f10-a4c8-f83e96f80189 Authenticating user 'default' from [fd00:1122:3344:101::e]:42705 2025.09.17 20:41:02.471701 [ 293 ] {} TCP-Session: fb7b859e-59e0-41b5-89b9-da7077eb03d4 Authenticating user 'default' from [fd00:1122:3344:101::e]:60587 2025.09.17 20:41:02.471754 [ 286 ] {} TCP-Session: 612bd04d-060f-4d66-b6ea-a09a8ae3a591 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:02.471757 [ 290 ] {} TCP-Session: ff4c4d98-e3ac-4f10-a4c8-f83e96f80189 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:02.471791 [ 286 ] {} TCP-Session: 612bd04d-060f-4d66-b6ea-a09a8ae3a591 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:02.471788 [ 293 ] {} TCP-Session: fb7b859e-59e0-41b5-89b9-da7077eb03d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:02.471804 [ 290 ] {} TCP-Session: ff4c4d98-e3ac-4f10-a4c8-f83e96f80189 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:02.471829 [ 293 ] {} TCP-Session: fb7b859e-59e0-41b5-89b9-da7077eb03d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:02.471680 [ 3 ] {} TCP-Session: 9f4ab9ed-4666-4fc0-a8b6-62fff7633f33 Authenticating user 'default' from [fd00:1122:3344:101::e]:53739 2025.09.17 20:41:02.471673 [ 292 ] {} TCP-Session: 2c4e1af0-5b14-4e2f-bbca-3c280cd79f74 Authenticating user 'default' from [fd00:1122:3344:101::e]:35981 2025.09.17 20:41:02.471879 [ 291 ] {bf73a855-4cd4-4b0f-a12c-66214670e63a} executeQuery: (from [fd00:1122:3344:101::e]:33700) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.17 20:41:02.471893 [ 3 ] {} TCP-Session: 9f4ab9ed-4666-4fc0-a8b6-62fff7633f33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:02.471901 [ 292 ] {} TCP-Session: 2c4e1af0-5b14-4e2f-bbca-3c280cd79f74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:02.471927 [ 3 ] {} TCP-Session: 9f4ab9ed-4666-4fc0-a8b6-62fff7633f33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:02.471934 [ 292 ] {} TCP-Session: 2c4e1af0-5b14-4e2f-bbca-3c280cd79f74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:02.471589 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50158 2025.09.17 20:41:02.471578 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56695 2025.09.17 20:41:02.471523 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33098 2025.09.17 20:41:02.472037 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:41:02.472060 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:41:02.472069 [ 289 ] {} TCP-Session: 95386ff5-b70c-4e05-a7a4-ccd626109c62 Authenticating user 'default' from [fd00:1122:3344:101::e]:50158 2025.09.17 20:41:02.472079 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:41:02.472101 [ 289 ] {} TCP-Session: 95386ff5-b70c-4e05-a7a4-ccd626109c62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:02.472119 [ 294 ] {} TCP-Session: c0fd8ef0-0ee6-41f2-8d61-fe046eb5c052 Authenticating user 'default' from [fd00:1122:3344:101::e]:33098 2025.09.17 20:41:02.472128 [ 289 ] {} TCP-Session: 95386ff5-b70c-4e05-a7a4-ccd626109c62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:02.472145 [ 294 ] {} TCP-Session: c0fd8ef0-0ee6-41f2-8d61-fe046eb5c052 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:02.472089 [ 288 ] {} TCP-Session: 3f67ac9a-63d7-4810-aa2f-4916ab9b3c7d Authenticating user 'default' from [fd00:1122:3344:101::e]:56695 2025.09.17 20:41:02.472169 [ 294 ] {} TCP-Session: c0fd8ef0-0ee6-41f2-8d61-fe046eb5c052 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:02.472169 [ 291 ] {bf73a855-4cd4-4b0f-a12c-66214670e63a} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.17 20:41:02.472194 [ 288 ] {} TCP-Session: 3f67ac9a-63d7-4810-aa2f-4916ab9b3c7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:02.472231 [ 288 ] {} TCP-Session: 3f67ac9a-63d7-4810-aa2f-4916ab9b3c7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:02.472259 [ 291 ] {bf73a855-4cd4-4b0f-a12c-66214670e63a} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.17 20:41:02.472568 [ 291 ] {bf73a855-4cd4-4b0f-a12c-66214670e63a} oximeter.version (62bd52ee-0bc0-4eea-bbbd-a51761f62e41) (SelectExecutor): Key condition: unknown 2025.09.17 20:41:02.473563 [ 319 ] {bf73a855-4cd4-4b0f-a12c-66214670e63a} AggregatingTransform: Aggregating 2025.09.17 20:41:02.473609 [ 319 ] {bf73a855-4cd4-4b0f-a12c-66214670e63a} Aggregator: Aggregation method: without_key 2025.09.17 20:41:02.473641 [ 319 ] {bf73a855-4cd4-4b0f-a12c-66214670e63a} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000944717 sec. (1058.518 rows/sec., 41.35 KiB/sec.) 2025.09.17 20:41:02.473656 [ 319 ] {bf73a855-4cd4-4b0f-a12c-66214670e63a} Aggregator: Merging aggregated data 2025.09.17 20:41:02.474891 [ 291 ] {bf73a855-4cd4-4b0f-a12c-66214670e63a} executeQuery: Read 1 rows, 40.00 B in 0.003068 sec., 325.9452411994785 rows/sec., 12.73 KiB/sec. 2025.09.17 20:41:02.475070 [ 291 ] {bf73a855-4cd4-4b0f-a12c-66214670e63a} TCPHandler: Processed in 0.003501559 sec. 2025.09.17 20:41:02.475197 [ 291 ] {} TCPHandler: Done processing connection. 2025.09.17 20:41:02.475227 [ 292 ] {} TCPHandler: Done processing connection. 2025.09.17 20:41:02.475244 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.17 20:41:02.475260 [ 3 ] {} TCPHandler: Done processing connection. 2025.09.17 20:41:02.475273 [ 292 ] {} TCP-Session: 2c4e1af0-5b14-4e2f-bbca-3c280cd79f74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:02.475288 [ 289 ] {} TCP-Session: 95386ff5-b70c-4e05-a7a4-ccd626109c62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:02.475285 [ 294 ] {} TCPHandler: Done processing connection. 2025.09.17 20:41:02.475309 [ 3 ] {} TCP-Session: 9f4ab9ed-4666-4fc0-a8b6-62fff7633f33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:02.475334 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.17 20:41:02.475351 [ 294 ] {} TCP-Session: c0fd8ef0-0ee6-41f2-8d61-fe046eb5c052 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:02.475373 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.17 20:41:02.475397 [ 288 ] {} TCP-Session: 3f67ac9a-63d7-4810-aa2f-4916ab9b3c7d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:02.475349 [ 290 ] {} TCPHandler: Done processing connection. 2025.09.17 20:41:02.475424 [ 286 ] {} TCP-Session: 612bd04d-060f-4d66-b6ea-a09a8ae3a591 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:02.475308 [ 293 ] {} TCPHandler: Done processing connection. 2025.09.17 20:41:02.475463 [ 290 ] {} TCP-Session: ff4c4d98-e3ac-4f10-a4c8-f83e96f80189 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:02.475228 [ 291 ] {} TCP-Session: e09c2e97-de14-40c9-9f74-02ee1e6dff01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:02.475506 [ 293 ] {} TCP-Session: fb7b859e-59e0-41b5-89b9-da7077eb03d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:02.633711 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63276 2025.09.17 20:41:02.633835 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:41:02.633864 [ 291 ] {} TCP-Session: b92c1971-c8bf-4476-a359-dc409d8d4a38 Authenticating user 'default' from [fd00:1122:3344:101::e]:63276 2025.09.17 20:41:02.633887 [ 291 ] {} TCP-Session: b92c1971-c8bf-4476-a359-dc409d8d4a38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:02.633928 [ 291 ] {} TCP-Session: b92c1971-c8bf-4476-a359-dc409d8d4a38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:02.634160 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42628 2025.09.17 20:41:02.634179 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59321 2025.09.17 20:41:02.634215 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40338 2025.09.17 20:41:02.634239 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57310 2025.09.17 20:41:02.634271 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42480 2025.09.17 20:41:02.634275 [ 291 ] {} TCP-Session: b92c1971-c8bf-4476-a359-dc409d8d4a38 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:02.634309 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:41:02.634318 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:41:02.634355 [ 293 ] {} TCP-Session: d1fc9608-6734-4839-9a37-f8b99086b7ac Authenticating user 'default' from [fd00:1122:3344:101::e]:59321 2025.09.17 20:41:02.634368 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:41:02.634403 [ 293 ] {} TCP-Session: d1fc9608-6734-4839-9a37-f8b99086b7ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:02.634380 [ 3 ] {} TCP-Session: 75a33f01-70bf-4166-a231-325ac140369c Authenticating user 'default' from [fd00:1122:3344:101::e]:40338 2025.09.17 20:41:02.634368 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:41:02.634269 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:41:02.634479 [ 291 ] {561d8ffb-069a-4607-b382-18e06d4e829c} executeQuery: (from [fd00:1122:3344:101::e]:63276) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.17 20:41:02.634507 [ 290 ] {} TCP-Session: cd046666-b8f5-435b-bb17-7c57ad7a1eb5 Authenticating user 'default' from [fd00:1122:3344:101::e]:42480 2025.09.17 20:41:02.634514 [ 292 ] {} TCP-Session: 7e3ac9eb-533a-4f20-8890-a7ba3d1971f8 Authenticating user 'default' from [fd00:1122:3344:101::e]:42628 2025.09.17 20:41:02.634253 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42161 2025.09.17 20:41:02.634546 [ 290 ] {} TCP-Session: cd046666-b8f5-435b-bb17-7c57ad7a1eb5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:02.634569 [ 292 ] {} TCP-Session: 7e3ac9eb-533a-4f20-8890-a7ba3d1971f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:02.634593 [ 290 ] {} TCP-Session: cd046666-b8f5-435b-bb17-7c57ad7a1eb5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:02.634605 [ 292 ] {} TCP-Session: 7e3ac9eb-533a-4f20-8890-a7ba3d1971f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:02.634621 [ 293 ] {} TCP-Session: d1fc9608-6734-4839-9a37-f8b99086b7ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:02.634630 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:41:02.634565 [ 3 ] {} TCP-Session: 75a33f01-70bf-4166-a231-325ac140369c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:02.634667 [ 286 ] {} TCP-Session: a799ace9-cf2f-437e-a84b-b735d0542e3b Authenticating user 'default' from [fd00:1122:3344:101::e]:57310 2025.09.17 20:41:02.634676 [ 288 ] {} TCP-Session: b079a2a0-1dac-4ece-8d5a-a6d83e503563 Authenticating user 'default' from [fd00:1122:3344:101::e]:42161 2025.09.17 20:41:02.634693 [ 3 ] {} TCP-Session: 75a33f01-70bf-4166-a231-325ac140369c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:02.634705 [ 286 ] {} TCP-Session: a799ace9-cf2f-437e-a84b-b735d0542e3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:02.634738 [ 288 ] {} TCP-Session: b079a2a0-1dac-4ece-8d5a-a6d83e503563 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:02.634765 [ 286 ] {} TCP-Session: a799ace9-cf2f-437e-a84b-b735d0542e3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:02.634778 [ 288 ] {} TCP-Session: b079a2a0-1dac-4ece-8d5a-a6d83e503563 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:02.634793 [ 291 ] {561d8ffb-069a-4607-b382-18e06d4e829c} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.17 20:41:02.634195 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64359 2025.09.17 20:41:02.634263 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34443 2025.09.17 20:41:02.634861 [ 291 ] {561d8ffb-069a-4607-b382-18e06d4e829c} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.17 20:41:02.634891 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:41:02.634917 [ 294 ] {} TCP-Session: 9baa17d2-9efe-48c8-83db-93495b4839e7 Authenticating user 'default' from [fd00:1122:3344:101::e]:64359 2025.09.17 20:41:02.634928 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:41:02.634933 [ 294 ] {} TCP-Session: 9baa17d2-9efe-48c8-83db-93495b4839e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:02.634958 [ 289 ] {} TCP-Session: c9f9053c-b3bd-496b-8398-a628e1a160b2 Authenticating user 'default' from [fd00:1122:3344:101::e]:34443 2025.09.17 20:41:02.634963 [ 294 ] {} TCP-Session: 9baa17d2-9efe-48c8-83db-93495b4839e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:02.634985 [ 289 ] {} TCP-Session: c9f9053c-b3bd-496b-8398-a628e1a160b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:02.635009 [ 289 ] {} TCP-Session: c9f9053c-b3bd-496b-8398-a628e1a160b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:02.635166 [ 291 ] {561d8ffb-069a-4607-b382-18e06d4e829c} oximeter.version (62bd52ee-0bc0-4eea-bbbd-a51761f62e41) (SelectExecutor): Key condition: unknown 2025.09.17 20:41:02.636169 [ 303 ] {561d8ffb-069a-4607-b382-18e06d4e829c} AggregatingTransform: Aggregating 2025.09.17 20:41:02.636234 [ 303 ] {561d8ffb-069a-4607-b382-18e06d4e829c} Aggregator: Aggregation method: without_key 2025.09.17 20:41:02.636271 [ 303 ] {561d8ffb-069a-4607-b382-18e06d4e829c} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000999998 sec. (1000.002 rows/sec., 39.06 KiB/sec.) 2025.09.17 20:41:02.636288 [ 303 ] {561d8ffb-069a-4607-b382-18e06d4e829c} Aggregator: Merging aggregated data 2025.09.17 20:41:02.637488 [ 291 ] {561d8ffb-069a-4607-b382-18e06d4e829c} executeQuery: Read 1 rows, 40.00 B in 0.003066 sec., 326.1578604044357 rows/sec., 12.74 KiB/sec. 2025.09.17 20:41:02.637653 [ 291 ] {561d8ffb-069a-4607-b382-18e06d4e829c} TCPHandler: Processed in 0.003498788 sec. 2025.09.17 20:41:02.637795 [ 291 ] {} TCPHandler: Done processing connection. 2025.09.17 20:41:02.637800 [ 292 ] {} TCPHandler: Done processing connection. 2025.09.17 20:41:02.637825 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.17 20:41:02.637841 [ 290 ] {} TCPHandler: Done processing connection. 2025.09.17 20:41:02.637853 [ 292 ] {} TCP-Session: 7e3ac9eb-533a-4f20-8890-a7ba3d1971f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:02.637864 [ 3 ] {} TCPHandler: Done processing connection. 2025.09.17 20:41:02.637896 [ 290 ] {} TCP-Session: cd046666-b8f5-435b-bb17-7c57ad7a1eb5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:02.637903 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.17 20:41:02.637922 [ 3 ] {} TCP-Session: 75a33f01-70bf-4166-a231-325ac140369c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:02.637920 [ 294 ] {} TCPHandler: Done processing connection. 2025.09.17 20:41:02.637950 [ 289 ] {} TCP-Session: c9f9053c-b3bd-496b-8398-a628e1a160b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:02.637938 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.17 20:41:02.637983 [ 294 ] {} TCP-Session: 9baa17d2-9efe-48c8-83db-93495b4839e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:02.637882 [ 293 ] {} TCPHandler: Done processing connection. 2025.09.17 20:41:02.637875 [ 288 ] {} TCP-Session: b079a2a0-1dac-4ece-8d5a-a6d83e503563 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:02.637831 [ 291 ] {} TCP-Session: b92c1971-c8bf-4476-a359-dc409d8d4a38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:02.638066 [ 293 ] {} TCP-Session: d1fc9608-6734-4839-9a37-f8b99086b7ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:02.638012 [ 286 ] {} TCP-Session: a799ace9-cf2f-437e-a84b-b735d0542e3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:41:03.462956 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:03.463156 [ 5 ] {baf4bf17-5bbd-49f4-ab33-da357db81839} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.17 20:41:03.463228 [ 5 ] {baf4bf17-5bbd-49f4-ab33-da357db81839} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.17 20:41:03.463877 [ 5 ] {baf4bf17-5bbd-49f4-ab33-da357db81839} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:03.463931 [ 5 ] {baf4bf17-5bbd-49f4-ab33-da357db81839} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:03.464327 [ 5 ] {baf4bf17-5bbd-49f4-ab33-da357db81839} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.09.17 20:41:03.464564 [ 5 ] {baf4bf17-5bbd-49f4-ab33-da357db81839} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:03.464728 [ 5 ] {baf4bf17-5bbd-49f4-ab33-da357db81839} executeQuery: Read 2 rows, 167.00 B in 0.001623 sec., 1232.2858903265558 rows/sec., 100.48 KiB/sec. 2025.09.17 20:41:03.464781 [ 5 ] {baf4bf17-5bbd-49f4-ab33-da357db81839} TCPHandler: Processed in 0.001960935 sec. 2025.09.17 20:41:03.464913 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:03.465019 [ 5 ] {d88ca9b2-3cf6-4acf-b089-8bb1da060fa5} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:41:03.465064 [ 5 ] {d88ca9b2-3cf6-4acf-b089-8bb1da060fa5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:41:03.466108 [ 5 ] {d88ca9b2-3cf6-4acf-b089-8bb1da060fa5} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:03.466149 [ 5 ] {d88ca9b2-3cf6-4acf-b089-8bb1da060fa5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:03.466584 [ 5 ] {d88ca9b2-3cf6-4acf-b089-8bb1da060fa5} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.09.17 20:41:03.466809 [ 5 ] {d88ca9b2-3cf6-4acf-b089-8bb1da060fa5} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:03.466944 [ 5 ] {d88ca9b2-3cf6-4acf-b089-8bb1da060fa5} executeQuery: Read 1263 rows, 107.37 KiB in 0.00195 sec., 647692.3076923077 rows/sec., 53.77 MiB/sec. 2025.09.17 20:41:03.466984 [ 5 ] {d88ca9b2-3cf6-4acf-b089-8bb1da060fa5} TCPHandler: Processed in 0.00212438 sec. 2025.09.17 20:41:03.467107 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:03.467206 [ 5 ] {32e1cdb8-6adf-406b-be39-b8180483ff43} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:41:03.467248 [ 5 ] {32e1cdb8-6adf-406b-be39-b8180483ff43} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:41:03.467672 [ 5 ] {32e1cdb8-6adf-406b-be39-b8180483ff43} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:03.467711 [ 5 ] {32e1cdb8-6adf-406b-be39-b8180483ff43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:03.468017 [ 5 ] {32e1cdb8-6adf-406b-be39-b8180483ff43} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.09.17 20:41:03.468233 [ 5 ] {32e1cdb8-6adf-406b-be39-b8180483ff43} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:03.468345 [ 143 ] {} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.09.17 20:41:03.468365 [ 5 ] {32e1cdb8-6adf-406b-be39-b8180483ff43} executeQuery: Read 35 rows, 2.62 KiB in 0.00118 sec., 29661.01694915254 rows/sec., 2.17 MiB/sec. 2025.09.17 20:41:03.468414 [ 143 ] {} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:03.468433 [ 5 ] {32e1cdb8-6adf-406b-be39-b8180483ff43} TCPHandler: Processed in 0.001377179 sec. 2025.09.17 20:41:03.468444 [ 143 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:03.468550 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:03.468558 [ 199 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2025.09.17 20:41:03.468653 [ 5 ] {af1a9195-b559-465c-96b4-781eee477c08} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.17 20:41:03.468698 [ 5 ] {af1a9195-b559-465c-96b4-781eee477c08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.17 20:41:03.468698 [ 199 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:41:03.468752 [ 199 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 72 rows starting from the beginning of the part 2025.09.17 20:41:03.468828 [ 199 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 33 rows starting from the beginning of the part 2025.09.17 20:41:03.468883 [ 199 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 23 rows starting from the beginning of the part 2025.09.17 20:41:03.468933 [ 199 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 33 rows starting from the beginning of the part 2025.09.17 20:41:03.468983 [ 199 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 9 rows starting from the beginning of the part 2025.09.17 20:41:03.469035 [ 199 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 35 rows starting from the beginning of the part 2025.09.17 20:41:03.469196 [ 5 ] {af1a9195-b559-465c-96b4-781eee477c08} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:03.469241 [ 5 ] {af1a9195-b559-465c-96b4-781eee477c08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:03.469575 [ 5 ] {af1a9195-b559-465c-96b4-781eee477c08} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.09.17 20:41:03.469806 [ 5 ] {af1a9195-b559-465c-96b4-781eee477c08} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:03.469903 [ 187 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 205 rows, containing 5 columns (5 merged, 0 gathered) in 0.001395309 sec., 146920.86125725557 rows/sec., 11.35 MiB/sec. 2025.09.17 20:41:03.469939 [ 5 ] {af1a9195-b559-465c-96b4-781eee477c08} executeQuery: Read 228 rows, 15.81 KiB in 0.001307 sec., 174445.29456771232 rows/sec., 11.81 MiB/sec. 2025.09.17 20:41:03.469983 [ 5 ] {af1a9195-b559-465c-96b4-781eee477c08} TCPHandler: Processed in 0.001482761 sec. 2025.09.17 20:41:03.470099 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:03.470132 [ 200 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.09.17 20:41:03.470197 [ 5 ] {f46e7baf-8b08-4e13-a533-2d1bb2bbaaa5} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:41:03.470243 [ 5 ] {f46e7baf-8b08-4e13-a533-2d1bb2bbaaa5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:41:03.470471 [ 200 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_41_8} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:03.470561 [ 200 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_41_8} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.09.17 20:41:03.470684 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.09.17 20:41:03.470842 [ 5 ] {f46e7baf-8b08-4e13-a533-2d1bb2bbaaa5} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:03.470884 [ 5 ] {f46e7baf-8b08-4e13-a533-2d1bb2bbaaa5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:03.471224 [ 5 ] {f46e7baf-8b08-4e13-a533-2d1bb2bbaaa5} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.09.17 20:41:03.471437 [ 5 ] {f46e7baf-8b08-4e13-a533-2d1bb2bbaaa5} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:03.471571 [ 5 ] {f46e7baf-8b08-4e13-a533-2d1bb2bbaaa5} executeQuery: Read 555 rows, 42.21 KiB in 0.001392 sec., 398706.8965517241 rows/sec., 29.61 MiB/sec. 2025.09.17 20:41:03.471610 [ 5 ] {f46e7baf-8b08-4e13-a533-2d1bb2bbaaa5} TCPHandler: Processed in 0.001560754 sec. 2025.09.17 20:41:03.471733 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:03.471828 [ 5 ] {17886e73-1d79-4edb-8346-7693804b64c3} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:41:03.471872 [ 5 ] {17886e73-1d79-4edb-8346-7693804b64c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:41:03.472448 [ 5 ] {17886e73-1d79-4edb-8346-7693804b64c3} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:03.472485 [ 5 ] {17886e73-1d79-4edb-8346-7693804b64c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:03.472868 [ 5 ] {17886e73-1d79-4edb-8346-7693804b64c3} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.09.17 20:41:03.473097 [ 5 ] {17886e73-1d79-4edb-8346-7693804b64c3} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:03.473234 [ 5 ] {17886e73-1d79-4edb-8346-7693804b64c3} executeQuery: Read 845 rows, 58.24 KiB in 0.001423 sec., 593815.8819395642 rows/sec., 39.97 MiB/sec. 2025.09.17 20:41:03.473287 [ 5 ] {17886e73-1d79-4edb-8346-7693804b64c3} TCPHandler: Processed in 0.001603556 sec. 2025.09.17 20:41:03.473435 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:03.473553 [ 5 ] {34233fe2-5c49-41c3-8a77-029f9dbf45a9} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:41:03.473629 [ 5 ] {34233fe2-5c49-41c3-8a77-029f9dbf45a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:41:03.474703 [ 5 ] {34233fe2-5c49-41c3-8a77-029f9dbf45a9} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:03.474755 [ 5 ] {34233fe2-5c49-41c3-8a77-029f9dbf45a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:03.475596 [ 5 ] {34233fe2-5c49-41c3-8a77-029f9dbf45a9} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.09.17 20:41:03.475938 [ 5 ] {34233fe2-5c49-41c3-8a77-029f9dbf45a9} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:03.476127 [ 5 ] {34233fe2-5c49-41c3-8a77-029f9dbf45a9} executeQuery: Read 33 rows, 60.55 KiB in 0.002598 sec., 12702.078521939953 rows/sec., 22.76 MiB/sec. 2025.09.17 20:41:03.476216 [ 5 ] {34233fe2-5c49-41c3-8a77-029f9dbf45a9} TCPHandler: Processed in 0.00284156 sec. 2025.09.17 20:41:03.476371 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:03.476494 [ 5 ] {dd3cf69a-914e-4749-aa73-5e5752ebc3c0} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:41:03.476550 [ 5 ] {dd3cf69a-914e-4749-aa73-5e5752ebc3c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:41:03.476996 [ 5 ] {dd3cf69a-914e-4749-aa73-5e5752ebc3c0} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:03.477044 [ 5 ] {dd3cf69a-914e-4749-aa73-5e5752ebc3c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:03.477476 [ 5 ] {dd3cf69a-914e-4749-aa73-5e5752ebc3c0} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.09.17 20:41:03.477772 [ 5 ] {dd3cf69a-914e-4749-aa73-5e5752ebc3c0} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:03.477907 [ 5 ] {dd3cf69a-914e-4749-aa73-5e5752ebc3c0} executeQuery: Read 60 rows, 4.14 KiB in 0.00144 sec., 41666.666666666664 rows/sec., 2.81 MiB/sec. 2025.09.17 20:41:03.477944 [ 5 ] {dd3cf69a-914e-4749-aa73-5e5752ebc3c0} TCPHandler: Processed in 0.001635746 sec. 2025.09.17 20:41:05.188441 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 15846 2025.09.17 20:41:05.189288 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:05.189372 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:05.189910 [ 245 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.09.17 20:41:05.190152 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:05.190301 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15846 2025.09.17 20:41:06.006620 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 249 2025.09.17 20:41:06.023044 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:06.023110 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:06.029737 [ 244 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.09.17 20:41:06.030537 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:06.034738 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 249 2025.09.17 20:41:07.724745 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 830 2025.09.17 20:41:07.727199 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:07.727249 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:07.728519 [ 243 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.09.17 20:41:07.728785 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:07.729047 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 830 2025.09.17 20:41:08.434086 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:08.434270 [ 5 ] {99e82ce9-f9e4-42e6-bdc7-8d143201eba8} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:41:08.434337 [ 5 ] {99e82ce9-f9e4-42e6-bdc7-8d143201eba8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:41:08.435006 [ 5 ] {99e82ce9-f9e4-42e6-bdc7-8d143201eba8} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:08.435060 [ 5 ] {99e82ce9-f9e4-42e6-bdc7-8d143201eba8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:08.435497 [ 5 ] {99e82ce9-f9e4-42e6-bdc7-8d143201eba8} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.09.17 20:41:08.435722 [ 5 ] {99e82ce9-f9e4-42e6-bdc7-8d143201eba8} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:08.435873 [ 5 ] {99e82ce9-f9e4-42e6-bdc7-8d143201eba8} executeQuery: Read 74 rows, 6.12 KiB in 0.001655 sec., 44712.99093655589 rows/sec., 3.61 MiB/sec. 2025.09.17 20:41:08.435916 [ 5 ] {99e82ce9-f9e4-42e6-bdc7-8d143201eba8} TCPHandler: Processed in 0.001966936 sec. 2025.09.17 20:41:08.436044 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:08.436139 [ 5 ] {8a4f2969-1750-4dd3-bb2f-c0118a2be967} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:41:08.436181 [ 5 ] {8a4f2969-1750-4dd3-bb2f-c0118a2be967} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:41:08.436575 [ 5 ] {8a4f2969-1750-4dd3-bb2f-c0118a2be967} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:08.436611 [ 5 ] {8a4f2969-1750-4dd3-bb2f-c0118a2be967} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:08.436918 [ 5 ] {8a4f2969-1750-4dd3-bb2f-c0118a2be967} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.09.17 20:41:08.437141 [ 5 ] {8a4f2969-1750-4dd3-bb2f-c0118a2be967} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:08.437270 [ 5 ] {8a4f2969-1750-4dd3-bb2f-c0118a2be967} executeQuery: Read 9 rows, 693.00 B in 0.00115 sec., 7826.086956521739 rows/sec., 588.49 KiB/sec. 2025.09.17 20:41:08.437309 [ 5 ] {8a4f2969-1750-4dd3-bb2f-c0118a2be967} TCPHandler: Processed in 0.001314957 sec. 2025.09.17 20:41:08.437419 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:08.437514 [ 5 ] {dc61eded-075c-46aa-8066-feea0bc47c87} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:41:08.437554 [ 5 ] {dc61eded-075c-46aa-8066-feea0bc47c87} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:41:08.437968 [ 5 ] {dc61eded-075c-46aa-8066-feea0bc47c87} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:08.438005 [ 5 ] {dc61eded-075c-46aa-8066-feea0bc47c87} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:08.438317 [ 5 ] {dc61eded-075c-46aa-8066-feea0bc47c87} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.09.17 20:41:08.438527 [ 5 ] {dc61eded-075c-46aa-8066-feea0bc47c87} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:08.438656 [ 5 ] {dc61eded-075c-46aa-8066-feea0bc47c87} executeQuery: Read 73 rows, 5.84 KiB in 0.001161 sec., 62876.83031869079 rows/sec., 4.91 MiB/sec. 2025.09.17 20:41:08.438693 [ 5 ] {dc61eded-075c-46aa-8066-feea0bc47c87} TCPHandler: Processed in 0.001323297 sec. 2025.09.17 20:41:08.438802 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:08.438896 [ 5 ] {fbd53cb8-7d7f-4573-82f5-7d544ac6ecc6} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:41:08.438940 [ 5 ] {fbd53cb8-7d7f-4573-82f5-7d544ac6ecc6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:41:08.439357 [ 5 ] {fbd53cb8-7d7f-4573-82f5-7d544ac6ecc6} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:08.439392 [ 5 ] {fbd53cb8-7d7f-4573-82f5-7d544ac6ecc6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:08.439719 [ 5 ] {fbd53cb8-7d7f-4573-82f5-7d544ac6ecc6} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.09.17 20:41:08.439937 [ 5 ] {fbd53cb8-7d7f-4573-82f5-7d544ac6ecc6} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:08.440068 [ 5 ] {fbd53cb8-7d7f-4573-82f5-7d544ac6ecc6} executeQuery: Read 160 rows, 11.41 KiB in 0.001191 sec., 134340.8900083963 rows/sec., 9.36 MiB/sec. 2025.09.17 20:41:08.440105 [ 5 ] {fbd53cb8-7d7f-4573-82f5-7d544ac6ecc6} TCPHandler: Processed in 0.001351107 sec. 2025.09.17 20:41:08.440214 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:08.440308 [ 5 ] {a7d6ed95-a92d-46c8-b20c-4982c433649c} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:41:08.440363 [ 5 ] {a7d6ed95-a92d-46c8-b20c-4982c433649c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:41:08.441107 [ 5 ] {a7d6ed95-a92d-46c8-b20c-4982c433649c} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:08.441144 [ 5 ] {a7d6ed95-a92d-46c8-b20c-4982c433649c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:08.441693 [ 5 ] {a7d6ed95-a92d-46c8-b20c-4982c433649c} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.09.17 20:41:08.441917 [ 5 ] {a7d6ed95-a92d-46c8-b20c-4982c433649c} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:08.442054 [ 5 ] {a7d6ed95-a92d-46c8-b20c-4982c433649c} executeQuery: Read 9 rows, 16.51 KiB in 0.001762 sec., 5107.832009080591 rows/sec., 9.15 MiB/sec. 2025.09.17 20:41:08.442106 [ 5 ] {a7d6ed95-a92d-46c8-b20c-4982c433649c} TCPHandler: Processed in 0.001940685 sec. 2025.09.17 20:41:08.442220 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:08.442314 [ 5 ] {924d5a37-dead-48fe-aac5-49a17082ece2} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:41:08.442356 [ 5 ] {924d5a37-dead-48fe-aac5-49a17082ece2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:41:08.442694 [ 5 ] {924d5a37-dead-48fe-aac5-49a17082ece2} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:08.442730 [ 5 ] {924d5a37-dead-48fe-aac5-49a17082ece2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:08.443032 [ 5 ] {924d5a37-dead-48fe-aac5-49a17082ece2} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.09.17 20:41:08.443250 [ 5 ] {924d5a37-dead-48fe-aac5-49a17082ece2} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:08.443380 [ 5 ] {924d5a37-dead-48fe-aac5-49a17082ece2} executeQuery: Read 60 rows, 4.14 KiB in 0.001084 sec., 55350.55350553506 rows/sec., 3.73 MiB/sec. 2025.09.17 20:41:08.443415 [ 5 ] {924d5a37-dead-48fe-aac5-49a17082ece2} TCPHandler: Processed in 0.001244215 sec. 2025.09.17 20:41:12.564902 [ 128 ] {} DNSResolver: Updating DNS cache 2025.09.17 20:41:12.564977 [ 128 ] {} DNSResolver: Updated DNS cache 2025.09.17 20:41:12.690362 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 16294 2025.09.17 20:41:12.690911 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:12.690954 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:12.691510 [ 245 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.09.17 20:41:12.691748 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:12.691881 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16294 2025.09.17 20:41:13.435342 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:13.435586 [ 5 ] {a9c03bca-fb41-42c1-831f-850bb224bcf8} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:41:13.435649 [ 5 ] {a9c03bca-fb41-42c1-831f-850bb224bcf8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:41:13.436337 [ 5 ] {a9c03bca-fb41-42c1-831f-850bb224bcf8} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:13.436379 [ 5 ] {a9c03bca-fb41-42c1-831f-850bb224bcf8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:13.436789 [ 5 ] {a9c03bca-fb41-42c1-831f-850bb224bcf8} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.09.17 20:41:13.437023 [ 5 ] {a9c03bca-fb41-42c1-831f-850bb224bcf8} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:13.437173 [ 5 ] {a9c03bca-fb41-42c1-831f-850bb224bcf8} executeQuery: Read 122 rows, 10.73 KiB in 0.001637 sec., 74526.57299938913 rows/sec., 6.40 MiB/sec. 2025.09.17 20:41:13.437214 [ 5 ] {a9c03bca-fb41-42c1-831f-850bb224bcf8} TCPHandler: Processed in 0.002052427 sec. 2025.09.17 20:41:13.437338 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:13.437431 [ 5 ] {3eb47b6b-246f-4afb-8ee7-4583111756c1} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:41:13.437471 [ 5 ] {3eb47b6b-246f-4afb-8ee7-4583111756c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:41:13.437880 [ 5 ] {3eb47b6b-246f-4afb-8ee7-4583111756c1} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:13.437917 [ 5 ] {3eb47b6b-246f-4afb-8ee7-4583111756c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:13.438226 [ 5 ] {3eb47b6b-246f-4afb-8ee7-4583111756c1} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.09.17 20:41:13.438437 [ 5 ] {3eb47b6b-246f-4afb-8ee7-4583111756c1} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:13.438561 [ 5 ] {3eb47b6b-246f-4afb-8ee7-4583111756c1} executeQuery: Read 33 rows, 2.48 KiB in 0.001148 sec., 28745.644599303138 rows/sec., 2.11 MiB/sec. 2025.09.17 20:41:13.438598 [ 5 ] {3eb47b6b-246f-4afb-8ee7-4583111756c1} TCPHandler: Processed in 0.001308166 sec. 2025.09.17 20:41:13.438705 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:13.438796 [ 5 ] {81dc0e3f-0779-411c-88eb-6191d3615189} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:41:13.438836 [ 5 ] {81dc0e3f-0779-411c-88eb-6191d3615189} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:41:13.439251 [ 5 ] {81dc0e3f-0779-411c-88eb-6191d3615189} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:13.439286 [ 5 ] {81dc0e3f-0779-411c-88eb-6191d3615189} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:13.439590 [ 5 ] {81dc0e3f-0779-411c-88eb-6191d3615189} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.09.17 20:41:13.439796 [ 5 ] {81dc0e3f-0779-411c-88eb-6191d3615189} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:13.439918 [ 5 ] {81dc0e3f-0779-411c-88eb-6191d3615189} executeQuery: Read 97 rows, 7.76 KiB in 0.001139 sec., 85162.42317822651 rows/sec., 6.65 MiB/sec. 2025.09.17 20:41:13.439955 [ 5 ] {81dc0e3f-0779-411c-88eb-6191d3615189} TCPHandler: Processed in 0.001297037 sec. 2025.09.17 20:41:13.440064 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:13.440156 [ 5 ] {d6e92812-ee9d-4494-b2df-fb8021b781c0} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:41:13.440198 [ 5 ] {d6e92812-ee9d-4494-b2df-fb8021b781c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:41:13.440597 [ 5 ] {d6e92812-ee9d-4494-b2df-fb8021b781c0} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:13.440633 [ 5 ] {d6e92812-ee9d-4494-b2df-fb8021b781c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:13.440951 [ 5 ] {d6e92812-ee9d-4494-b2df-fb8021b781c0} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.09.17 20:41:13.441168 [ 5 ] {d6e92812-ee9d-4494-b2df-fb8021b781c0} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:13.441292 [ 5 ] {d6e92812-ee9d-4494-b2df-fb8021b781c0} executeQuery: Read 160 rows, 11.41 KiB in 0.001154 sec., 138648.18024263432 rows/sec., 9.66 MiB/sec. 2025.09.17 20:41:13.441328 [ 5 ] {d6e92812-ee9d-4494-b2df-fb8021b781c0} TCPHandler: Processed in 0.001311006 sec. 2025.09.17 20:41:13.441433 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:13.441525 [ 5 ] {8fe79114-db77-4110-8959-fb0f9ea6000b} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:41:13.441578 [ 5 ] {8fe79114-db77-4110-8959-fb0f9ea6000b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:41:13.442391 [ 5 ] {8fe79114-db77-4110-8959-fb0f9ea6000b} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:13.442427 [ 5 ] {8fe79114-db77-4110-8959-fb0f9ea6000b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:13.443006 [ 5 ] {8fe79114-db77-4110-8959-fb0f9ea6000b} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.09.17 20:41:13.443232 [ 5 ] {8fe79114-db77-4110-8959-fb0f9ea6000b} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:13.443348 [ 127 ] {} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.09.17 20:41:13.443365 [ 5 ] {8fe79114-db77-4110-8959-fb0f9ea6000b} executeQuery: Read 33 rows, 60.55 KiB in 0.001858 sec., 17761.03336921421 rows/sec., 31.83 MiB/sec. 2025.09.17 20:41:13.443423 [ 127 ] {} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:13.443446 [ 5 ] {8fe79114-db77-4110-8959-fb0f9ea6000b} TCPHandler: Processed in 0.002059428 sec. 2025.09.17 20:41:13.443451 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:13.443572 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:13.443612 [ 197 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2025.09.17 20:41:13.443670 [ 5 ] {a845cddf-fe86-40d3-a164-061eb2051963} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:41:13.443717 [ 5 ] {a845cddf-fe86-40d3-a164-061eb2051963} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:41:13.443954 [ 197 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:41:13.444040 [ 197 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 778 rows starting from the beginning of the part 2025.09.17 20:41:13.444062 [ 5 ] {a845cddf-fe86-40d3-a164-061eb2051963} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:13.444105 [ 5 ] {a845cddf-fe86-40d3-a164-061eb2051963} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:13.444203 [ 197 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 33 rows starting from the beginning of the part 2025.09.17 20:41:13.444341 [ 197 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 9 rows starting from the beginning of the part 2025.09.17 20:41:13.444428 [ 5 ] {a845cddf-fe86-40d3-a164-061eb2051963} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.09.17 20:41:13.444469 [ 197 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 33 rows starting from the beginning of the part 2025.09.17 20:41:13.444577 [ 197 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 9 rows starting from the beginning of the part 2025.09.17 20:41:13.444659 [ 5 ] {a845cddf-fe86-40d3-a164-061eb2051963} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:13.444675 [ 197 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 33 rows starting from the beginning of the part 2025.09.17 20:41:13.444792 [ 5 ] {a845cddf-fe86-40d3-a164-061eb2051963} executeQuery: Read 60 rows, 4.14 KiB in 0.00114 sec., 52631.57894736842 rows/sec., 3.55 MiB/sec. 2025.09.17 20:41:13.444831 [ 5 ] {a845cddf-fe86-40d3-a164-061eb2051963} TCPHandler: Processed in 0.001306247 sec. 2025.09.17 20:41:13.460177 [ 187 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 895 rows, containing 19 columns (19 merged, 0 gathered) in 0.016640168 sec., 53785.514665476934 rows/sec., 96.38 MiB/sec. 2025.09.17 20:41:13.461281 [ 187 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.09.17 20:41:13.461685 [ 187 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_41_8} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:13.461767 [ 187 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_41_8} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.09.17 20:41:13.461913 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.64 MiB. 2025.09.17 20:41:13.534794 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 256 2025.09.17 20:41:13.551795 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:13.551854 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:13.557952 [ 244 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.09.17 20:41:13.558640 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:13.561512 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 256 2025.09.17 20:41:14.000253 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 276.40 MiB, peak 283.74 MiB, free memory in arenas 0.00 B, will set to 279.40 MiB (RSS), difference: 3.00 MiB 2025.09.17 20:41:17.730124 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 854 2025.09.17 20:41:17.732211 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:17.732257 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:17.733396 [ 243 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.09.17 20:41:17.733662 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:17.733919 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 854 2025.09.17 20:41:18.436723 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:18.436928 [ 5 ] {b6916d96-efac-43c1-8c39-c7caba29b8e0} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.17 20:41:18.437004 [ 5 ] {b6916d96-efac-43c1-8c39-c7caba29b8e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.17 20:41:18.437720 [ 5 ] {b6916d96-efac-43c1-8c39-c7caba29b8e0} oximeter.fields_i16 (ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:18.437763 [ 5 ] {b6916d96-efac-43c1-8c39-c7caba29b8e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:18.438177 [ 5 ] {b6916d96-efac-43c1-8c39-c7caba29b8e0} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.09.17 20:41:18.438416 [ 5 ] {b6916d96-efac-43c1-8c39-c7caba29b8e0} oximeter.fields_i16 (ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:18.438535 [ 58 ] {} oximeter.fields_i16 (ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2025.09.17 20:41:18.438577 [ 58 ] {} oximeter.fields_i16 (ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:18.438579 [ 5 ] {b6916d96-efac-43c1-8c39-c7caba29b8e0} executeQuery: Read 24 rows, 2.04 KiB in 0.001707 sec., 14059.7539543058 rows/sec., 1.17 MiB/sec. 2025.09.17 20:41:18.438597 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:18.438637 [ 5 ] {b6916d96-efac-43c1-8c39-c7caba29b8e0} TCPHandler: Processed in 0.002056807 sec. 2025.09.17 20:41:18.438714 [ 191 ] {ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2025.09.17 20:41:18.438761 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:18.438863 [ 191 ] {ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:41:18.438872 [ 5 ] {5002f9d1-025e-4ee1-9137-f61acfc1b6d1} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.17 20:41:18.438908 [ 191 ] {ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 24 rows starting from the beginning of the part 2025.09.17 20:41:18.438930 [ 5 ] {5002f9d1-025e-4ee1-9137-f61acfc1b6d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.17 20:41:18.438988 [ 191 ] {ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 24 rows starting from the beginning of the part 2025.09.17 20:41:18.439044 [ 191 ] {ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7::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.09.17 20:41:18.439092 [ 191 ] {ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 24 rows starting from the beginning of the part 2025.09.17 20:41:18.439139 [ 191 ] {ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7::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.09.17 20:41:18.439361 [ 5 ] {5002f9d1-025e-4ee1-9137-f61acfc1b6d1} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:18.439403 [ 5 ] {5002f9d1-025e-4ee1-9137-f61acfc1b6d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:18.439766 [ 5 ] {5002f9d1-025e-4ee1-9137-f61acfc1b6d1} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.09.17 20:41:18.439947 [ 187 ] {ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.001287436 sec., 93208.5167728726 rows/sec., 8.09 MiB/sec. 2025.09.17 20:41:18.440000 [ 5 ] {5002f9d1-025e-4ee1-9137-f61acfc1b6d1} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:18.440083 [ 191 ] {ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2025.09.17 20:41:18.440148 [ 5 ] {5002f9d1-025e-4ee1-9137-f61acfc1b6d1} executeQuery: Read 8 rows, 668.00 B in 0.0013 sec., 6153.846153846154 rows/sec., 501.80 KiB/sec. 2025.09.17 20:41:18.440193 [ 5 ] {5002f9d1-025e-4ee1-9137-f61acfc1b6d1} TCPHandler: Processed in 0.001484281 sec. 2025.09.17 20:41:18.440302 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:18.440355 [ 191 ] {ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7::all_1_9_2} oximeter.fields_i16 (ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:18.440400 [ 5 ] {cc5d0891-b762-4fbc-8853-7457fa856fc6} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:41:18.440428 [ 191 ] {ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7::all_1_9_2} oximeter.fields_i16 (ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2025.09.17 20:41:18.440447 [ 5 ] {cc5d0891-b762-4fbc-8853-7457fa856fc6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:41:18.440501 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.09.17 20:41:18.440958 [ 5 ] {cc5d0891-b762-4fbc-8853-7457fa856fc6} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:18.441000 [ 5 ] {cc5d0891-b762-4fbc-8853-7457fa856fc6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:18.441331 [ 5 ] {cc5d0891-b762-4fbc-8853-7457fa856fc6} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.09.17 20:41:18.441547 [ 5 ] {cc5d0891-b762-4fbc-8853-7457fa856fc6} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:18.441677 [ 5 ] {cc5d0891-b762-4fbc-8853-7457fa856fc6} executeQuery: Read 198 rows, 17.88 KiB in 0.001297 sec., 152659.98457979955 rows/sec., 13.46 MiB/sec. 2025.09.17 20:41:18.441715 [ 5 ] {cc5d0891-b762-4fbc-8853-7457fa856fc6} TCPHandler: Processed in 0.001462861 sec. 2025.09.17 20:41:18.441826 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:18.441920 [ 5 ] {78e30c3c-51f7-4382-b37e-3310549532c2} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:41:18.441961 [ 5 ] {78e30c3c-51f7-4382-b37e-3310549532c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:41:18.442367 [ 5 ] {78e30c3c-51f7-4382-b37e-3310549532c2} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:18.442402 [ 5 ] {78e30c3c-51f7-4382-b37e-3310549532c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:18.442704 [ 5 ] {78e30c3c-51f7-4382-b37e-3310549532c2} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.09.17 20:41:18.442915 [ 5 ] {78e30c3c-51f7-4382-b37e-3310549532c2} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:18.443049 [ 5 ] {78e30c3c-51f7-4382-b37e-3310549532c2} executeQuery: Read 29 rows, 2.20 KiB in 0.001148 sec., 25261.324041811848 rows/sec., 1.87 MiB/sec. 2025.09.17 20:41:18.443086 [ 5 ] {78e30c3c-51f7-4382-b37e-3310549532c2} TCPHandler: Processed in 0.001310797 sec. 2025.09.17 20:41:18.443191 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:18.443291 [ 5 ] {b6ea4331-341d-4e6a-b5a4-7610c4e7eb7d} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.17 20:41:18.443334 [ 5 ] {b6ea4331-341d-4e6a-b5a4-7610c4e7eb7d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.17 20:41:18.443750 [ 5 ] {b6ea4331-341d-4e6a-b5a4-7610c4e7eb7d} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:18.443786 [ 5 ] {b6ea4331-341d-4e6a-b5a4-7610c4e7eb7d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:18.444163 [ 5 ] {b6ea4331-341d-4e6a-b5a4-7610c4e7eb7d} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.09.17 20:41:18.444503 [ 5 ] {b6ea4331-341d-4e6a-b5a4-7610c4e7eb7d} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:18.444680 [ 5 ] {b6ea4331-341d-4e6a-b5a4-7610c4e7eb7d} executeQuery: Read 24 rows, 2.04 KiB in 0.001408 sec., 17045.454545454544 rows/sec., 1.41 MiB/sec. 2025.09.17 20:41:18.444735 [ 5 ] {b6ea4331-341d-4e6a-b5a4-7610c4e7eb7d} TCPHandler: Processed in 0.001592875 sec. 2025.09.17 20:41:18.444865 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:18.444984 [ 5 ] {03016c75-5eac-415b-9891-ff0e86d030de} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.17 20:41:18.445032 [ 5 ] {03016c75-5eac-415b-9891-ff0e86d030de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.17 20:41:18.445505 [ 5 ] {03016c75-5eac-415b-9891-ff0e86d030de} oximeter.fields_u8 (20447e1c-98e2-48f4-ad1a-5155a635de4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:18.445546 [ 5 ] {03016c75-5eac-415b-9891-ff0e86d030de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:18.445852 [ 5 ] {03016c75-5eac-415b-9891-ff0e86d030de} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.09.17 20:41:18.446065 [ 5 ] {03016c75-5eac-415b-9891-ff0e86d030de} oximeter.fields_u8 (20447e1c-98e2-48f4-ad1a-5155a635de4d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:18.446157 [ 58 ] {} oximeter.fields_u8 (20447e1c-98e2-48f4-ad1a-5155a635de4d) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2025.09.17 20:41:18.446181 [ 58 ] {} oximeter.fields_u8 (20447e1c-98e2-48f4-ad1a-5155a635de4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:18.446198 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:18.446206 [ 5 ] {03016c75-5eac-415b-9891-ff0e86d030de} executeQuery: Read 12 rows, 960.00 B in 0.001245 sec., 9638.55421686747 rows/sec., 753.01 KiB/sec. 2025.09.17 20:41:18.446259 [ 5 ] {03016c75-5eac-415b-9891-ff0e86d030de} TCPHandler: Processed in 0.001455201 sec. 2025.09.17 20:41:18.446290 [ 202 ] {20447e1c-98e2-48f4-ad1a-5155a635de4d::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2025.09.17 20:41:18.446363 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:18.446392 [ 202 ] {20447e1c-98e2-48f4-ad1a-5155a635de4d::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:41:18.446425 [ 202 ] {20447e1c-98e2-48f4-ad1a-5155a635de4d::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 12 rows starting from the beginning of the part 2025.09.17 20:41:18.446458 [ 5 ] {7b454193-0c36-47c6-ad1a-344a7b8c0c5a} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:41:18.446492 [ 202 ] {20447e1c-98e2-48f4-ad1a-5155a635de4d::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 12 rows starting from the beginning of the part 2025.09.17 20:41:18.446499 [ 5 ] {7b454193-0c36-47c6-ad1a-344a7b8c0c5a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:41:18.446541 [ 202 ] {20447e1c-98e2-48f4-ad1a-5155a635de4d::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 12 rows starting from the beginning of the part 2025.09.17 20:41:18.446586 [ 202 ] {20447e1c-98e2-48f4-ad1a-5155a635de4d::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 12 rows starting from the beginning of the part 2025.09.17 20:41:18.446630 [ 202 ] {20447e1c-98e2-48f4-ad1a-5155a635de4d::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 12 rows starting from the beginning of the part 2025.09.17 20:41:18.446943 [ 5 ] {7b454193-0c36-47c6-ad1a-344a7b8c0c5a} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:18.446979 [ 5 ] {7b454193-0c36-47c6-ad1a-344a7b8c0c5a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:18.447323 [ 5 ] {7b454193-0c36-47c6-ad1a-344a7b8c0c5a} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.09.17 20:41:18.447358 [ 198 ] {20447e1c-98e2-48f4-ad1a-5155a635de4d::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.001107751 sec., 54163.796737714525 rows/sec., 4.34 MiB/sec. 2025.09.17 20:41:18.447469 [ 202 ] {20447e1c-98e2-48f4-ad1a-5155a635de4d::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2025.09.17 20:41:18.447547 [ 5 ] {7b454193-0c36-47c6-ad1a-344a7b8c0c5a} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:18.447675 [ 5 ] {7b454193-0c36-47c6-ad1a-344a7b8c0c5a} executeQuery: Read 117 rows, 9.75 KiB in 0.001234 sec., 94813.61426256078 rows/sec., 7.71 MiB/sec. 2025.09.17 20:41:18.447701 [ 202 ] {20447e1c-98e2-48f4-ad1a-5155a635de4d::all_1_9_2} oximeter.fields_u8 (20447e1c-98e2-48f4-ad1a-5155a635de4d): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:18.447712 [ 5 ] {7b454193-0c36-47c6-ad1a-344a7b8c0c5a} TCPHandler: Processed in 0.00139695 sec. 2025.09.17 20:41:18.447758 [ 202 ] {20447e1c-98e2-48f4-ad1a-5155a635de4d::all_1_9_2} oximeter.fields_u8 (20447e1c-98e2-48f4-ad1a-5155a635de4d) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2025.09.17 20:41:18.447814 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2025.09.17 20:41:18.447823 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:18.447916 [ 5 ] {767fe5a7-f0f5-4578-a57c-ff0a07fcaa9e} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:41:18.447964 [ 5 ] {767fe5a7-f0f5-4578-a57c-ff0a07fcaa9e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:41:18.448363 [ 5 ] {767fe5a7-f0f5-4578-a57c-ff0a07fcaa9e} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:18.448398 [ 5 ] {767fe5a7-f0f5-4578-a57c-ff0a07fcaa9e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:18.448747 [ 5 ] {767fe5a7-f0f5-4578-a57c-ff0a07fcaa9e} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.09.17 20:41:18.448965 [ 5 ] {767fe5a7-f0f5-4578-a57c-ff0a07fcaa9e} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:18.449089 [ 5 ] {767fe5a7-f0f5-4578-a57c-ff0a07fcaa9e} executeQuery: Read 200 rows, 14.68 KiB in 0.001191 sec., 167926.11251049538 rows/sec., 12.04 MiB/sec. 2025.09.17 20:41:18.449125 [ 5 ] {767fe5a7-f0f5-4578-a57c-ff0a07fcaa9e} TCPHandler: Processed in 0.001351268 sec. 2025.09.17 20:41:18.449234 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:18.449328 [ 5 ] {4b27d67d-1fb9-4e97-91a9-d933f90b810f} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:41:18.449382 [ 5 ] {4b27d67d-1fb9-4e97-91a9-d933f90b810f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:41:18.450129 [ 5 ] {4b27d67d-1fb9-4e97-91a9-d933f90b810f} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:18.450163 [ 5 ] {4b27d67d-1fb9-4e97-91a9-d933f90b810f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:18.450692 [ 5 ] {4b27d67d-1fb9-4e97-91a9-d933f90b810f} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.09.17 20:41:18.450922 [ 5 ] {4b27d67d-1fb9-4e97-91a9-d933f90b810f} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:18.451058 [ 5 ] {4b27d67d-1fb9-4e97-91a9-d933f90b810f} executeQuery: Read 9 rows, 16.51 KiB in 0.001747 sec., 5151.688609044076 rows/sec., 9.23 MiB/sec. 2025.09.17 20:41:18.451110 [ 5 ] {4b27d67d-1fb9-4e97-91a9-d933f90b810f} TCPHandler: Processed in 0.001924995 sec. 2025.09.17 20:41:18.451225 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:18.451320 [ 5 ] {e0c7942d-c2d8-4045-8da7-fc48761e565f} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:41:18.451361 [ 5 ] {e0c7942d-c2d8-4045-8da7-fc48761e565f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:41:18.451701 [ 5 ] {e0c7942d-c2d8-4045-8da7-fc48761e565f} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:18.451736 [ 5 ] {e0c7942d-c2d8-4045-8da7-fc48761e565f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:18.452049 [ 5 ] {e0c7942d-c2d8-4045-8da7-fc48761e565f} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.09.17 20:41:18.452267 [ 5 ] {e0c7942d-c2d8-4045-8da7-fc48761e565f} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:18.452393 [ 5 ] {e0c7942d-c2d8-4045-8da7-fc48761e565f} executeQuery: Read 60 rows, 4.14 KiB in 0.001092 sec., 54945.05494505494 rows/sec., 3.70 MiB/sec. 2025.09.17 20:41:18.452427 [ 5 ] {e0c7942d-c2d8-4045-8da7-fc48761e565f} TCPHandler: Processed in 0.001251716 sec. 2025.09.17 20:41:20.192831 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 16806 2025.09.17 20:41:20.193354 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:20.193396 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:20.193894 [ 245 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.09.17 20:41:20.194159 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:20.194311 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16806 2025.09.17 20:41:21.062432 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 264 2025.09.17 20:41:21.080178 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:21.080233 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:21.086660 [ 244 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.09.17 20:41:21.087405 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:21.090416 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 264 2025.09.17 20:41:23.435504 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:23.435773 [ 5 ] {8a5aa5c1-9a49-419d-9994-84183fdd62cc} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:41:23.435839 [ 5 ] {8a5aa5c1-9a49-419d-9994-84183fdd62cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:41:23.436498 [ 5 ] {8a5aa5c1-9a49-419d-9994-84183fdd62cc} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:23.436543 [ 5 ] {8a5aa5c1-9a49-419d-9994-84183fdd62cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:23.436957 [ 5 ] {8a5aa5c1-9a49-419d-9994-84183fdd62cc} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.09.17 20:41:23.437190 [ 5 ] {8a5aa5c1-9a49-419d-9994-84183fdd62cc} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:23.437347 [ 5 ] {8a5aa5c1-9a49-419d-9994-84183fdd62cc} executeQuery: Read 122 rows, 10.73 KiB in 0.001644 sec., 74209.24574209245 rows/sec., 6.37 MiB/sec. 2025.09.17 20:41:23.437369 [ 29 ] {} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.09.17 20:41:23.437390 [ 5 ] {8a5aa5c1-9a49-419d-9994-84183fdd62cc} TCPHandler: Processed in 0.002071728 sec. 2025.09.17 20:41:23.437446 [ 29 ] {} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:23.437477 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:23.437547 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:23.437612 [ 187 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2025.09.17 20:41:23.437648 [ 5 ] {37c70572-b224-4da4-bdf5-771ef91164da} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:41:23.437697 [ 5 ] {37c70572-b224-4da4-bdf5-771ef91164da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:41:23.437776 [ 187 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:41:23.437819 [ 187 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1410 rows starting from the beginning of the part 2025.09.17 20:41:23.437894 [ 187 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 1263 rows starting from the beginning of the part 2025.09.17 20:41:23.437946 [ 187 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 74 rows starting from the beginning of the part 2025.09.17 20:41:23.437995 [ 187 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 122 rows starting from the beginning of the part 2025.09.17 20:41:23.438042 [ 187 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 198 rows starting from the beginning of the part 2025.09.17 20:41:23.438086 [ 187 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 122 rows starting from the beginning of the part 2025.09.17 20:41:23.438114 [ 5 ] {37c70572-b224-4da4-bdf5-771ef91164da} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:23.438157 [ 5 ] {37c70572-b224-4da4-bdf5-771ef91164da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:23.438506 [ 5 ] {37c70572-b224-4da4-bdf5-771ef91164da} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.09.17 20:41:23.438728 [ 5 ] {37c70572-b224-4da4-bdf5-771ef91164da} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:23.438870 [ 5 ] {37c70572-b224-4da4-bdf5-771ef91164da} executeQuery: Read 33 rows, 2.48 KiB in 0.001242 sec., 26570.048309178743 rows/sec., 1.95 MiB/sec. 2025.09.17 20:41:23.438910 [ 5 ] {37c70572-b224-4da4-bdf5-771ef91164da} TCPHandler: Processed in 0.00142093 sec. 2025.09.17 20:41:23.439021 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:23.439114 [ 5 ] {0a7f0080-645f-41ae-ab4e-c5962b8e2ca3} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:41:23.439155 [ 5 ] {0a7f0080-645f-41ae-ab4e-c5962b8e2ca3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:41:23.439572 [ 5 ] {0a7f0080-645f-41ae-ab4e-c5962b8e2ca3} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:23.439608 [ 5 ] {0a7f0080-645f-41ae-ab4e-c5962b8e2ca3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:23.439669 [ 187 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 3189 rows, containing 5 columns (5 merged, 0 gathered) in 0.00212017 sec., 1504124.6692482205 rows/sec., 131.97 MiB/sec. 2025.09.17 20:41:23.439927 [ 198 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.09.17 20:41:23.439930 [ 5 ] {0a7f0080-645f-41ae-ab4e-c5962b8e2ca3} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.09.17 20:41:23.440171 [ 5 ] {0a7f0080-645f-41ae-ab4e-c5962b8e2ca3} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:23.440212 [ 198 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_51_10} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:23.440282 [ 29 ] {} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.09.17 20:41:23.440289 [ 198 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_51_10} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.09.17 20:41:23.440300 [ 5 ] {0a7f0080-645f-41ae-ab4e-c5962b8e2ca3} executeQuery: Read 97 rows, 7.76 KiB in 0.001205 sec., 80497.92531120332 rows/sec., 6.29 MiB/sec. 2025.09.17 20:41:23.440320 [ 29 ] {} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:23.440356 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:23.440357 [ 5 ] {0a7f0080-645f-41ae-ab4e-c5962b8e2ca3} TCPHandler: Processed in 0.00138489 sec. 2025.09.17 20:41:23.440391 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. 2025.09.17 20:41:23.440489 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:23.440496 [ 192 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2025.09.17 20:41:23.440585 [ 5 ] {6849d2d4-ed45-4a6d-980b-68d482abecef} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:41:23.440633 [ 5 ] {6849d2d4-ed45-4a6d-980b-68d482abecef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:41:23.440639 [ 192 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:41:23.440681 [ 192 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 634 rows starting from the beginning of the part 2025.09.17 20:41:23.440746 [ 192 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 555 rows starting from the beginning of the part 2025.09.17 20:41:23.440797 [ 192 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 73 rows starting from the beginning of the part 2025.09.17 20:41:23.440842 [ 192 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 97 rows starting from the beginning of the part 2025.09.17 20:41:23.440882 [ 192 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 117 rows starting from the beginning of the part 2025.09.17 20:41:23.440924 [ 192 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 97 rows starting from the beginning of the part 2025.09.17 20:41:23.441046 [ 5 ] {6849d2d4-ed45-4a6d-980b-68d482abecef} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:23.441088 [ 5 ] {6849d2d4-ed45-4a6d-980b-68d482abecef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:23.441469 [ 5 ] {6849d2d4-ed45-4a6d-980b-68d482abecef} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.09.17 20:41:23.441728 [ 5 ] {6849d2d4-ed45-4a6d-980b-68d482abecef} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:23.441841 [ 29 ] {} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.09.17 20:41:23.441863 [ 5 ] {6849d2d4-ed45-4a6d-980b-68d482abecef} executeQuery: Read 160 rows, 11.41 KiB in 0.001296 sec., 123456.79012345678 rows/sec., 8.60 MiB/sec. 2025.09.17 20:41:23.441872 [ 29 ] {} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:23.441904 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:23.441908 [ 5 ] {6849d2d4-ed45-4a6d-980b-68d482abecef} TCPHandler: Processed in 0.001468301 sec. 2025.09.17 20:41:23.441978 [ 198 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2025.09.17 20:41:23.442030 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:23.442058 [ 198 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:41:23.442066 [ 190 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 1573 rows, containing 5 columns (5 merged, 0 gathered) in 0.001617895 sec., 972250.9804406343 rows/sec., 77.50 MiB/sec. 2025.09.17 20:41:23.442086 [ 198 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_51_10} MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 12978 rows starting from the beginning of the part 2025.09.17 20:41:23.442124 [ 5 ] {c397ec34-5bdc-44e8-939f-2a3a8f198a4a} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:41:23.442144 [ 198 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 845 rows starting from the beginning of the part 2025.09.17 20:41:23.442180 [ 5 ] {c397ec34-5bdc-44e8-939f-2a3a8f198a4a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:41:23.442189 [ 198 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 160 rows starting from the beginning of the part 2025.09.17 20:41:23.442236 [ 198 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 160 rows starting from the beginning of the part 2025.09.17 20:41:23.442274 [ 187 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.09.17 20:41:23.442276 [ 198 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 200 rows starting from the beginning of the part 2025.09.17 20:41:23.442339 [ 198 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 160 rows starting from the beginning of the part 2025.09.17 20:41:23.442631 [ 186 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_51_10} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:23.442745 [ 186 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_51_10} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.09.17 20:41:23.442827 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2025.09.17 20:41:23.442981 [ 5 ] {c397ec34-5bdc-44e8-939f-2a3a8f198a4a} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:23.443017 [ 5 ] {c397ec34-5bdc-44e8-939f-2a3a8f198a4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:23.443609 [ 5 ] {c397ec34-5bdc-44e8-939f-2a3a8f198a4a} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.09.17 20:41:23.443841 [ 5 ] {c397ec34-5bdc-44e8-939f-2a3a8f198a4a} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:23.443982 [ 5 ] {c397ec34-5bdc-44e8-939f-2a3a8f198a4a} executeQuery: Read 33 rows, 60.55 KiB in 0.001876 sec., 17590.618336886993 rows/sec., 31.52 MiB/sec. 2025.09.17 20:41:23.444037 [ 5 ] {c397ec34-5bdc-44e8-939f-2a3a8f198a4a} TCPHandler: Processed in 0.002056728 sec. 2025.09.17 20:41:23.444150 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:23.444244 [ 5 ] {42a0562a-25d7-42af-9ba0-9db0a1fa8afe} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:41:23.444286 [ 5 ] {42a0562a-25d7-42af-9ba0-9db0a1fa8afe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:41:23.444614 [ 5 ] {42a0562a-25d7-42af-9ba0-9db0a1fa8afe} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:23.444652 [ 5 ] {42a0562a-25d7-42af-9ba0-9db0a1fa8afe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:23.444967 [ 5 ] {42a0562a-25d7-42af-9ba0-9db0a1fa8afe} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.09.17 20:41:23.445189 [ 5 ] {42a0562a-25d7-42af-9ba0-9db0a1fa8afe} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:23.445301 [ 32 ] {} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.09.17 20:41:23.445315 [ 5 ] {42a0562a-25d7-42af-9ba0-9db0a1fa8afe} executeQuery: Read 60 rows, 4.14 KiB in 0.001088 sec., 55147.05882352941 rows/sec., 3.72 MiB/sec. 2025.09.17 20:41:23.445349 [ 32 ] {} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:23.445365 [ 5 ] {42a0562a-25d7-42af-9ba0-9db0a1fa8afe} TCPHandler: Processed in 0.001264515 sec. 2025.09.17 20:41:23.445377 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:23.445466 [ 190 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2025.09.17 20:41:23.445561 [ 190 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:41:23.445589 [ 190 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2448 rows starting from the beginning of the part 2025.09.17 20:41:23.445639 [ 190 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 60 rows starting from the beginning of the part 2025.09.17 20:41:23.445680 [ 190 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 60 rows starting from the beginning of the part 2025.09.17 20:41:23.445715 [ 190 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 60 rows starting from the beginning of the part 2025.09.17 20:41:23.445750 [ 190 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 60 rows starting from the beginning of the part 2025.09.17 20:41:23.445783 [ 190 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 60 rows starting from the beginning of the part 2025.09.17 20:41:23.446093 [ 186 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 14503 rows, containing 5 columns (5 merged, 0 gathered) in 0.004146557 sec., 3497600.539435488 rows/sec., 240.34 MiB/sec. 2025.09.17 20:41:23.446460 [ 198 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.09.17 20:41:23.446698 [ 198 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_51_10} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:23.446757 [ 193 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 2748 rows, containing 4 columns (4 merged, 0 gathered) in 0.001326427 sec., 2071731.0489005425 rows/sec., 139.41 MiB/sec. 2025.09.17 20:41:23.446771 [ 198 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_51_10} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.09.17 20:41:23.446851 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.78 MiB. 2025.09.17 20:41:23.447063 [ 190 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.09.17 20:41:23.447295 [ 190 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_51_10} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:23.447368 [ 190 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_51_10} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.09.17 20:41:23.447428 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. 2025.09.17 20:41:27.565020 [ 30 ] {} DNSResolver: Updating DNS cache 2025.09.17 20:41:27.565090 [ 30 ] {} DNSResolver: Updated DNS cache 2025.09.17 20:41:27.695339 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 17254 2025.09.17 20:41:27.695845 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:27.695890 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:27.696378 [ 245 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.09.17 20:41:27.696610 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:27.696743 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17254 2025.09.17 20:41:27.696748 [ 30 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.09.17 20:41:27.696807 [ 30 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:27.696827 [ 30 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:27.696941 [ 187 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2025.09.17 20:41:27.697082 [ 187 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:41:27.697123 [ 187 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14886 rows starting from the beginning of the part 2025.09.17 20:41:27.697186 [ 187 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 448 rows starting from the beginning of the part 2025.09.17 20:41:27.697231 [ 187 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 512 rows starting from the beginning of the part 2025.09.17 20:41:27.697273 [ 187 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 448 rows starting from the beginning of the part 2025.09.17 20:41:27.697309 [ 187 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 512 rows starting from the beginning of the part 2025.09.17 20:41:27.697351 [ 187 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 448 rows starting from the beginning of the part 2025.09.17 20:41:27.699416 [ 193 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 17254 rows, containing 4 columns (4 merged, 0 gathered) in 0.002530101 sec., 6819490.605315756 rows/sec., 97.55 MiB/sec. 2025.09.17 20:41:27.699721 [ 194 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.09.17 20:41:27.700039 [ 194 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_36_7} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:27.700118 [ 194 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_36_7} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.09.17 20:41:27.700243 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.50 MiB. 2025.09.17 20:41:27.734958 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 886 2025.09.17 20:41:27.737147 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:27.737188 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:27.738319 [ 243 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.09.17 20:41:27.738585 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:27.738752 [ 30 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.09.17 20:41:27.738808 [ 30 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:27.738838 [ 30 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:27.738844 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 886 2025.09.17 20:41:27.738958 [ 194 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.09.17 20:41:27.739711 [ 194 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:41:27.739963 [ 194 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 740 rows starting from the beginning of the part 2025.09.17 20:41:27.740341 [ 194 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 24 rows starting from the beginning of the part 2025.09.17 20:41:27.740690 [ 194 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 32 rows starting from the beginning of the part 2025.09.17 20:41:27.741036 [ 194 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 34 rows starting from the beginning of the part 2025.09.17 20:41:27.741379 [ 194 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 24 rows starting from the beginning of the part 2025.09.17 20:41:27.741728 [ 194 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 32 rows starting from the beginning of the part 2025.09.17 20:41:27.748216 [ 201 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 886 rows, containing 72 columns (72 merged, 0 gathered) in 0.009307611 sec., 95190.91418839914 rows/sec., 77.97 MiB/sec. 2025.09.17 20:41:27.749256 [ 194 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.09.17 20:41:27.749765 [ 194 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_26_5} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:27.749834 [ 194 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_26_5} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.09.17 20:41:27.750027 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.24 MiB. 2025.09.17 20:41:28.434125 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:28.434314 [ 5 ] {ed6fb924-278d-4ae5-b854-129309952b9a} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:41:28.434383 [ 5 ] {ed6fb924-278d-4ae5-b854-129309952b9a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:41:28.435168 [ 5 ] {ed6fb924-278d-4ae5-b854-129309952b9a} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:28.435204 [ 5 ] {ed6fb924-278d-4ae5-b854-129309952b9a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:28.435597 [ 5 ] {ed6fb924-278d-4ae5-b854-129309952b9a} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.09.17 20:41:28.435831 [ 5 ] {ed6fb924-278d-4ae5-b854-129309952b9a} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:28.435972 [ 5 ] {ed6fb924-278d-4ae5-b854-129309952b9a} executeQuery: Read 74 rows, 6.12 KiB in 0.001712 sec., 43224.299065420564 rows/sec., 3.49 MiB/sec. 2025.09.17 20:41:28.436013 [ 5 ] {ed6fb924-278d-4ae5-b854-129309952b9a} TCPHandler: Processed in 0.002021747 sec. 2025.09.17 20:41:28.436144 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:28.436237 [ 5 ] {567c65d0-1ef6-4730-a503-fb647ec03301} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:41:28.436276 [ 5 ] {567c65d0-1ef6-4730-a503-fb647ec03301} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:41:28.436752 [ 5 ] {567c65d0-1ef6-4730-a503-fb647ec03301} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:28.436785 [ 5 ] {567c65d0-1ef6-4730-a503-fb647ec03301} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:28.437077 [ 5 ] {567c65d0-1ef6-4730-a503-fb647ec03301} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.09.17 20:41:28.437284 [ 5 ] {567c65d0-1ef6-4730-a503-fb647ec03301} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:28.437377 [ 66 ] {} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.09.17 20:41:28.437406 [ 5 ] {567c65d0-1ef6-4730-a503-fb647ec03301} executeQuery: Read 9 rows, 693.00 B in 0.001188 sec., 7575.757575757575 rows/sec., 569.66 KiB/sec. 2025.09.17 20:41:28.437415 [ 66 ] {} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:28.437438 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:28.437442 [ 5 ] {567c65d0-1ef6-4730-a503-fb647ec03301} TCPHandler: Processed in 0.001346668 sec. 2025.09.17 20:41:28.437557 [ 193 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2025.09.17 20:41:28.437571 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:28.437687 [ 5 ] {75f4f058-a03e-46fb-baff-2aa1f1366455} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:41:28.437701 [ 193 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:41:28.437725 [ 5 ] {75f4f058-a03e-46fb-baff-2aa1f1366455} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:41:28.437740 [ 193 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 72 rows starting from the beginning of the part 2025.09.17 20:41:28.437818 [ 193 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 9 rows starting from the beginning of the part 2025.09.17 20:41:28.437862 [ 193 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 33 rows starting from the beginning of the part 2025.09.17 20:41:28.437905 [ 193 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 29 rows starting from the beginning of the part 2025.09.17 20:41:28.437948 [ 193 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 33 rows starting from the beginning of the part 2025.09.17 20:41:28.437990 [ 193 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 9 rows starting from the beginning of the part 2025.09.17 20:41:28.438234 [ 5 ] {75f4f058-a03e-46fb-baff-2aa1f1366455} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:28.438286 [ 5 ] {75f4f058-a03e-46fb-baff-2aa1f1366455} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:28.438606 [ 5 ] {75f4f058-a03e-46fb-baff-2aa1f1366455} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.09.17 20:41:28.438835 [ 5 ] {75f4f058-a03e-46fb-baff-2aa1f1366455} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:28.438867 [ 201 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 185 rows, containing 5 columns (5 merged, 0 gathered) in 0.001363778 sec., 135652.5768856808 rows/sec., 10.46 MiB/sec. 2025.09.17 20:41:28.438962 [ 5 ] {75f4f058-a03e-46fb-baff-2aa1f1366455} executeQuery: Read 73 rows, 5.84 KiB in 0.001292 sec., 56501.5479876161 rows/sec., 4.41 MiB/sec. 2025.09.17 20:41:28.439004 [ 5 ] {75f4f058-a03e-46fb-baff-2aa1f1366455} TCPHandler: Processed in 0.001480202 sec. 2025.09.17 20:41:28.439022 [ 193 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.09.17 20:41:28.439131 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:28.439233 [ 5 ] {be8fd9d9-8592-4c96-b4c9-c921bdf165b2} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:41:28.439277 [ 5 ] {be8fd9d9-8592-4c96-b4c9-c921bdf165b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:41:28.439286 [ 193 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_46_9} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:28.439367 [ 193 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_46_9} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.09.17 20:41:28.439441 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.09.17 20:41:28.439697 [ 5 ] {be8fd9d9-8592-4c96-b4c9-c921bdf165b2} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:28.439737 [ 5 ] {be8fd9d9-8592-4c96-b4c9-c921bdf165b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:28.440084 [ 5 ] {be8fd9d9-8592-4c96-b4c9-c921bdf165b2} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.09.17 20:41:28.440307 [ 5 ] {be8fd9d9-8592-4c96-b4c9-c921bdf165b2} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:28.440439 [ 5 ] {be8fd9d9-8592-4c96-b4c9-c921bdf165b2} executeQuery: Read 160 rows, 11.41 KiB in 0.001224 sec., 130718.954248366 rows/sec., 9.10 MiB/sec. 2025.09.17 20:41:28.440487 [ 5 ] {be8fd9d9-8592-4c96-b4c9-c921bdf165b2} TCPHandler: Processed in 0.001403189 sec. 2025.09.17 20:41:28.440602 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:28.440694 [ 5 ] {99561390-8d48-40ed-b243-30737617707a} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:41:28.440753 [ 5 ] {99561390-8d48-40ed-b243-30737617707a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:41:28.441513 [ 5 ] {99561390-8d48-40ed-b243-30737617707a} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:28.441549 [ 5 ] {99561390-8d48-40ed-b243-30737617707a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:28.442048 [ 5 ] {99561390-8d48-40ed-b243-30737617707a} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.09.17 20:41:28.442265 [ 5 ] {99561390-8d48-40ed-b243-30737617707a} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:28.442400 [ 5 ] {99561390-8d48-40ed-b243-30737617707a} executeQuery: Read 9 rows, 16.51 KiB in 0.001724 sec., 5220.417633410672 rows/sec., 9.35 MiB/sec. 2025.09.17 20:41:28.442451 [ 5 ] {99561390-8d48-40ed-b243-30737617707a} TCPHandler: Processed in 0.001894913 sec. 2025.09.17 20:41:28.442569 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:28.442664 [ 5 ] {03359f80-6d43-4ec3-8ea0-7c78b03e7215} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:41:28.442704 [ 5 ] {03359f80-6d43-4ec3-8ea0-7c78b03e7215} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:41:28.443047 [ 5 ] {03359f80-6d43-4ec3-8ea0-7c78b03e7215} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:28.443081 [ 5 ] {03359f80-6d43-4ec3-8ea0-7c78b03e7215} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:28.443373 [ 5 ] {03359f80-6d43-4ec3-8ea0-7c78b03e7215} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.09.17 20:41:28.443576 [ 5 ] {03359f80-6d43-4ec3-8ea0-7c78b03e7215} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:28.443699 [ 5 ] {03359f80-6d43-4ec3-8ea0-7c78b03e7215} executeQuery: Read 60 rows, 4.14 KiB in 0.001054 sec., 56925.99620493359 rows/sec., 3.84 MiB/sec. 2025.09.17 20:41:28.443734 [ 5 ] {03359f80-6d43-4ec3-8ea0-7c78b03e7215} TCPHandler: Processed in 0.001215054 sec. 2025.09.17 20:41:28.591455 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 271 2025.09.17 20:41:28.608795 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:28.608844 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:28.615180 [ 244 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.09.17 20:41:28.615903 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:28.616201 [ 48 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.09.17 20:41:28.616238 [ 48 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:28.616259 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:28.616399 [ 189 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2025.09.17 20:41:28.619088 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 271 2025.09.17 20:41:28.620223 [ 189 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:41:28.621603 [ 189 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 234 rows starting from the beginning of the part 2025.09.17 20:41:28.625931 [ 189 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 7 rows starting from the beginning of the part 2025.09.17 20:41:28.630417 [ 189 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 8 rows starting from the beginning of the part 2025.09.17 20:41:28.634667 [ 189 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 7 rows starting from the beginning of the part 2025.09.17 20:41:28.639302 [ 189 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 8 rows starting from the beginning of the part 2025.09.17 20:41:28.643203 [ 189 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::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.09.17 20:41:28.694036 [ 196 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 271 rows, containing 679 columns (679 merged, 0 gathered) in 0.077705966 sec., 3487.505708377655 rows/sec., 18.03 MiB/sec. 2025.09.17 20:41:28.696978 [ 200 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.09.17 20:41:28.698863 [ 200 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_36_7} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:28.698943 [ 200 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_36_7} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.09.17 20:41:28.701601 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB. 2025.09.17 20:41:33.462709 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:33.462921 [ 5 ] {f7b743c8-7e45-4aed-81e4-0b2a57bb12fd} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.17 20:41:33.462993 [ 5 ] {f7b743c8-7e45-4aed-81e4-0b2a57bb12fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.17 20:41:33.463630 [ 5 ] {f7b743c8-7e45-4aed-81e4-0b2a57bb12fd} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:33.463668 [ 5 ] {f7b743c8-7e45-4aed-81e4-0b2a57bb12fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:33.464063 [ 5 ] {f7b743c8-7e45-4aed-81e4-0b2a57bb12fd} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.09.17 20:41:33.464287 [ 5 ] {f7b743c8-7e45-4aed-81e4-0b2a57bb12fd} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:33.464431 [ 5 ] {f7b743c8-7e45-4aed-81e4-0b2a57bb12fd} executeQuery: Read 6 rows, 501.00 B in 0.001564 sec., 3836.317135549872 rows/sec., 312.82 KiB/sec. 2025.09.17 20:41:33.464472 [ 5 ] {f7b743c8-7e45-4aed-81e4-0b2a57bb12fd} TCPHandler: Processed in 0.001899754 sec. 2025.09.17 20:41:33.464597 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:33.464689 [ 5 ] {a9a198f2-caa8-42a3-acd2-8bca422fa2af} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:41:33.464727 [ 5 ] {a9a198f2-caa8-42a3-acd2-8bca422fa2af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:41:33.465715 [ 5 ] {a9a198f2-caa8-42a3-acd2-8bca422fa2af} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:33.465750 [ 5 ] {a9a198f2-caa8-42a3-acd2-8bca422fa2af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:33.466174 [ 5 ] {a9a198f2-caa8-42a3-acd2-8bca422fa2af} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.09.17 20:41:33.466385 [ 5 ] {a9a198f2-caa8-42a3-acd2-8bca422fa2af} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:33.466516 [ 5 ] {a9a198f2-caa8-42a3-acd2-8bca422fa2af} executeQuery: Read 1265 rows, 107.51 KiB in 0.001845 sec., 685636.8563685636 rows/sec., 56.91 MiB/sec. 2025.09.17 20:41:33.466552 [ 5 ] {a9a198f2-caa8-42a3-acd2-8bca422fa2af} TCPHandler: Processed in 0.002002936 sec. 2025.09.17 20:41:33.466665 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:33.466759 [ 5 ] {b9d5b4fd-3e92-43e3-acec-40d64768d359} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:41:33.466797 [ 5 ] {b9d5b4fd-3e92-43e3-acec-40d64768d359} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:41:33.467215 [ 5 ] {b9d5b4fd-3e92-43e3-acec-40d64768d359} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:33.467251 [ 5 ] {b9d5b4fd-3e92-43e3-acec-40d64768d359} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:33.467556 [ 5 ] {b9d5b4fd-3e92-43e3-acec-40d64768d359} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.09.17 20:41:33.467765 [ 5 ] {b9d5b4fd-3e92-43e3-acec-40d64768d359} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:33.467886 [ 5 ] {b9d5b4fd-3e92-43e3-acec-40d64768d359} executeQuery: Read 39 rows, 2.90 KiB in 0.001145 sec., 34061.13537117904 rows/sec., 2.47 MiB/sec. 2025.09.17 20:41:33.467922 [ 5 ] {b9d5b4fd-3e92-43e3-acec-40d64768d359} TCPHandler: Processed in 0.001304137 sec. 2025.09.17 20:41:33.468035 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:33.468128 [ 5 ] {29555808-28ba-44d4-949d-1b690a752767} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.17 20:41:33.468166 [ 5 ] {29555808-28ba-44d4-949d-1b690a752767} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.17 20:41:33.468639 [ 5 ] {29555808-28ba-44d4-949d-1b690a752767} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:33.468819 [ 5 ] {29555808-28ba-44d4-949d-1b690a752767} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:33.469161 [ 5 ] {29555808-28ba-44d4-949d-1b690a752767} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.09.17 20:41:33.469453 [ 5 ] {29555808-28ba-44d4-949d-1b690a752767} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:33.469588 [ 5 ] {29555808-28ba-44d4-949d-1b690a752767} executeQuery: Read 228 rows, 15.81 KiB in 0.001479 sec., 154158.21501014198 rows/sec., 10.44 MiB/sec. 2025.09.17 20:41:33.469625 [ 5 ] {29555808-28ba-44d4-949d-1b690a752767} TCPHandler: Processed in 0.001636596 sec. 2025.09.17 20:41:33.469736 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:33.469827 [ 5 ] {05740bdc-7252-484d-ac10-4f652487a8c9} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:41:33.469865 [ 5 ] {05740bdc-7252-484d-ac10-4f652487a8c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:41:33.470425 [ 5 ] {05740bdc-7252-484d-ac10-4f652487a8c9} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:33.470459 [ 5 ] {05740bdc-7252-484d-ac10-4f652487a8c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:33.470799 [ 5 ] {05740bdc-7252-484d-ac10-4f652487a8c9} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.09.17 20:41:33.471013 [ 5 ] {05740bdc-7252-484d-ac10-4f652487a8c9} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:33.471132 [ 5 ] {05740bdc-7252-484d-ac10-4f652487a8c9} executeQuery: Read 559 rows, 42.54 KiB in 0.001322 sec., 422844.1754916793 rows/sec., 31.42 MiB/sec. 2025.09.17 20:41:33.471168 [ 5 ] {05740bdc-7252-484d-ac10-4f652487a8c9} TCPHandler: Processed in 0.001478771 sec. 2025.09.17 20:41:33.471278 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:33.471370 [ 5 ] {688a257b-7dad-43b0-90c2-eab0e04d0af4} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:41:33.471412 [ 5 ] {688a257b-7dad-43b0-90c2-eab0e04d0af4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:41:33.471949 [ 5 ] {688a257b-7dad-43b0-90c2-eab0e04d0af4} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:33.471983 [ 5 ] {688a257b-7dad-43b0-90c2-eab0e04d0af4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:33.472364 [ 5 ] {688a257b-7dad-43b0-90c2-eab0e04d0af4} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.09.17 20:41:33.472575 [ 5 ] {688a257b-7dad-43b0-90c2-eab0e04d0af4} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:33.472694 [ 5 ] {688a257b-7dad-43b0-90c2-eab0e04d0af4} executeQuery: Read 847 rows, 58.38 KiB in 0.001343 sec., 630677.5874906925 rows/sec., 42.45 MiB/sec. 2025.09.17 20:41:33.472730 [ 5 ] {688a257b-7dad-43b0-90c2-eab0e04d0af4} TCPHandler: Processed in 0.001498062 sec. 2025.09.17 20:41:33.472841 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:33.472932 [ 5 ] {9006a2f9-e944-4e32-8caf-92d06bea8176} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:41:33.472986 [ 5 ] {9006a2f9-e944-4e32-8caf-92d06bea8176} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:41:33.473810 [ 5 ] {9006a2f9-e944-4e32-8caf-92d06bea8176} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:33.473845 [ 5 ] {9006a2f9-e944-4e32-8caf-92d06bea8176} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:33.474455 [ 5 ] {9006a2f9-e944-4e32-8caf-92d06bea8176} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.09.17 20:41:33.474674 [ 5 ] {9006a2f9-e944-4e32-8caf-92d06bea8176} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:33.474811 [ 5 ] {9006a2f9-e944-4e32-8caf-92d06bea8176} executeQuery: Read 33 rows, 60.55 KiB in 0.001897 sec., 17395.888244596732 rows/sec., 31.17 MiB/sec. 2025.09.17 20:41:33.474864 [ 5 ] {9006a2f9-e944-4e32-8caf-92d06bea8176} TCPHandler: Processed in 0.002070288 sec. 2025.09.17 20:41:33.474976 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:33.475069 [ 5 ] {6ae95ad4-a57f-41cc-8aef-a678fe0cd6f8} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:41:33.475111 [ 5 ] {6ae95ad4-a57f-41cc-8aef-a678fe0cd6f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:41:33.475448 [ 5 ] {6ae95ad4-a57f-41cc-8aef-a678fe0cd6f8} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:33.475484 [ 5 ] {6ae95ad4-a57f-41cc-8aef-a678fe0cd6f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:33.475789 [ 5 ] {6ae95ad4-a57f-41cc-8aef-a678fe0cd6f8} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.09.17 20:41:33.476015 [ 5 ] {6ae95ad4-a57f-41cc-8aef-a678fe0cd6f8} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:33.476138 [ 5 ] {6ae95ad4-a57f-41cc-8aef-a678fe0cd6f8} executeQuery: Read 60 rows, 4.14 KiB in 0.001087 sec., 55197.79208831646 rows/sec., 3.72 MiB/sec. 2025.09.17 20:41:33.476173 [ 5 ] {6ae95ad4-a57f-41cc-8aef-a678fe0cd6f8} TCPHandler: Processed in 0.001243695 sec. 2025.09.17 20:41:35.196936 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 17766 2025.09.17 20:41:35.197499 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:35.197544 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:35.198049 [ 245 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.09.17 20:41:35.198289 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:35.198418 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17766 2025.09.17 20:41:36.119301 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 279 2025.09.17 20:41:36.135229 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:36.135284 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:36.140911 [ 244 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.09.17 20:41:36.141600 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:36.144242 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 279 2025.09.17 20:41:37.739218 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 914 2025.09.17 20:41:37.741574 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:37.741619 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:37.742818 [ 243 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.09.17 20:41:37.743091 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:37.743342 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 914 2025.09.17 20:41:38.434585 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:38.434785 [ 5 ] {2a3b50ca-bbe9-42af-8911-005b8058bb0e} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:41:38.434858 [ 5 ] {2a3b50ca-bbe9-42af-8911-005b8058bb0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:41:38.435581 [ 5 ] {2a3b50ca-bbe9-42af-8911-005b8058bb0e} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:38.435629 [ 5 ] {2a3b50ca-bbe9-42af-8911-005b8058bb0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:38.436043 [ 5 ] {2a3b50ca-bbe9-42af-8911-005b8058bb0e} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.09.17 20:41:38.436276 [ 5 ] {2a3b50ca-bbe9-42af-8911-005b8058bb0e} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:38.436428 [ 5 ] {2a3b50ca-bbe9-42af-8911-005b8058bb0e} executeQuery: Read 74 rows, 6.12 KiB in 0.001699 sec., 43555.03237198352 rows/sec., 3.52 MiB/sec. 2025.09.17 20:41:38.436470 [ 5 ] {2a3b50ca-bbe9-42af-8911-005b8058bb0e} TCPHandler: Processed in 0.002024637 sec. 2025.09.17 20:41:38.436598 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:38.436695 [ 5 ] {39bed296-5d07-47ca-8d35-42285e5cb73b} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:41:38.436736 [ 5 ] {39bed296-5d07-47ca-8d35-42285e5cb73b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:41:38.437153 [ 5 ] {39bed296-5d07-47ca-8d35-42285e5cb73b} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:38.437190 [ 5 ] {39bed296-5d07-47ca-8d35-42285e5cb73b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:38.437512 [ 5 ] {39bed296-5d07-47ca-8d35-42285e5cb73b} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.09.17 20:41:38.437732 [ 5 ] {39bed296-5d07-47ca-8d35-42285e5cb73b} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:38.437865 [ 5 ] {39bed296-5d07-47ca-8d35-42285e5cb73b} executeQuery: Read 9 rows, 693.00 B in 0.00119 sec., 7563.0252100840335 rows/sec., 568.70 KiB/sec. 2025.09.17 20:41:38.437902 [ 5 ] {39bed296-5d07-47ca-8d35-42285e5cb73b} TCPHandler: Processed in 0.001354578 sec. 2025.09.17 20:41:38.438019 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:38.438112 [ 5 ] {46cc9e5e-6f9f-4a99-ad9c-9a8fca5267c9} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:41:38.438152 [ 5 ] {46cc9e5e-6f9f-4a99-ad9c-9a8fca5267c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:41:38.438569 [ 5 ] {46cc9e5e-6f9f-4a99-ad9c-9a8fca5267c9} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:38.438607 [ 5 ] {46cc9e5e-6f9f-4a99-ad9c-9a8fca5267c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:38.438925 [ 5 ] {46cc9e5e-6f9f-4a99-ad9c-9a8fca5267c9} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.09.17 20:41:38.439154 [ 5 ] {46cc9e5e-6f9f-4a99-ad9c-9a8fca5267c9} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:38.439283 [ 5 ] {46cc9e5e-6f9f-4a99-ad9c-9a8fca5267c9} executeQuery: Read 73 rows, 5.84 KiB in 0.001188 sec., 61447.811447811444 rows/sec., 4.80 MiB/sec. 2025.09.17 20:41:38.439320 [ 5 ] {46cc9e5e-6f9f-4a99-ad9c-9a8fca5267c9} TCPHandler: Processed in 0.001351868 sec. 2025.09.17 20:41:38.439461 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:38.439555 [ 5 ] {371167ed-2ea7-416a-851a-379a7506841a} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:41:38.439599 [ 5 ] {371167ed-2ea7-416a-851a-379a7506841a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:41:38.440016 [ 5 ] {371167ed-2ea7-416a-851a-379a7506841a} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:38.440053 [ 5 ] {371167ed-2ea7-416a-851a-379a7506841a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:38.440444 [ 5 ] {371167ed-2ea7-416a-851a-379a7506841a} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.09.17 20:41:38.440670 [ 5 ] {371167ed-2ea7-416a-851a-379a7506841a} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:38.440798 [ 5 ] {371167ed-2ea7-416a-851a-379a7506841a} executeQuery: Read 160 rows, 11.41 KiB in 0.001261 sec., 126883.42585249803 rows/sec., 8.84 MiB/sec. 2025.09.17 20:41:38.440835 [ 5 ] {371167ed-2ea7-416a-851a-379a7506841a} TCPHandler: Processed in 0.00142311 sec. 2025.09.17 20:41:38.440942 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:38.441037 [ 5 ] {591083d0-87f7-4849-9b7e-61799ee5c352} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:41:38.441094 [ 5 ] {591083d0-87f7-4849-9b7e-61799ee5c352} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:41:38.441843 [ 5 ] {591083d0-87f7-4849-9b7e-61799ee5c352} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:38.441879 [ 5 ] {591083d0-87f7-4849-9b7e-61799ee5c352} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:38.442418 [ 5 ] {591083d0-87f7-4849-9b7e-61799ee5c352} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.09.17 20:41:38.442648 [ 5 ] {591083d0-87f7-4849-9b7e-61799ee5c352} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:38.442779 [ 73 ] {} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.09.17 20:41:38.442788 [ 5 ] {591083d0-87f7-4849-9b7e-61799ee5c352} executeQuery: Read 9 rows, 16.51 KiB in 0.001769 sec., 5087.620124364048 rows/sec., 9.12 MiB/sec. 2025.09.17 20:41:38.442853 [ 73 ] {} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:38.442879 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2025.09.17 20:41:38.442886 [ 5 ] {591083d0-87f7-4849-9b7e-61799ee5c352} TCPHandler: Processed in 0.001991687 sec. 2025.09.17 20:41:38.443004 [ 195 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2025.09.17 20:41:38.443021 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:38.443154 [ 5 ] {631ace3b-e35c-4af8-b455-53ccdf513fa5} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:41:38.443197 [ 5 ] {631ace3b-e35c-4af8-b455-53ccdf513fa5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:41:38.443295 [ 195 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:41:38.443370 [ 195 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 895 rows starting from the beginning of the part 2025.09.17 20:41:38.443517 [ 195 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 9 rows starting from the beginning of the part 2025.09.17 20:41:38.443557 [ 5 ] {631ace3b-e35c-4af8-b455-53ccdf513fa5} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:38.443599 [ 5 ] {631ace3b-e35c-4af8-b455-53ccdf513fa5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:41:38.443638 [ 195 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 33 rows starting from the beginning of the part 2025.09.17 20:41:38.443755 [ 195 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 9 rows starting from the beginning of the part 2025.09.17 20:41:38.443865 [ 195 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 33 rows starting from the beginning of the part 2025.09.17 20:41:38.443935 [ 5 ] {631ace3b-e35c-4af8-b455-53ccdf513fa5} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.09.17 20:41:38.443975 [ 195 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 9 rows starting from the beginning of the part 2025.09.17 20:41:38.444212 [ 5 ] {631ace3b-e35c-4af8-b455-53ccdf513fa5} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:38.444348 [ 5 ] {631ace3b-e35c-4af8-b455-53ccdf513fa5} executeQuery: Read 60 rows, 4.14 KiB in 0.001212 sec., 49504.9504950495 rows/sec., 3.34 MiB/sec. 2025.09.17 20:41:38.444386 [ 5 ] {631ace3b-e35c-4af8-b455-53ccdf513fa5} TCPHandler: Processed in 0.0014149 sec. 2025.09.17 20:41:38.450723 [ 195 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 988 rows, containing 19 columns (19 merged, 0 gathered) in 0.007775139 sec., 127071.68322006847 rows/sec., 227.71 MiB/sec. 2025.09.17 20:41:38.452267 [ 197 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.09.17 20:41:38.452703 [ 197 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_46_9} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:38.452789 [ 197 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_46_9} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.09.17 20:41:38.452960 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.17 MiB. 2025.09.17 20:41:39.000205 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 285.33 MiB, peak 295.14 MiB, free memory in arenas 0.00 B, will set to 289.14 MiB (RSS), difference: 3.80 MiB 2025.09.17 20:41:42.565146 [ 106 ] {} DNSResolver: Updating DNS cache 2025.09.17 20:41:42.565226 [ 106 ] {} DNSResolver: Updated DNS cache 2025.09.17 20:41:42.698511 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 18214 2025.09.17 20:41:42.699210 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:42.699265 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:41:42.699754 [ 245 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.09.17 20:41:42.699999 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:42.700140 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18214 2025.09.17 20:41:43.436009 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:43.436206 [ 5 ] {fdd26fba-ceb9-4db1-8cdd-35e5e859c18b} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:41:43.436280 [ 5 ] {fdd26fba-ceb9-4db1-8cdd-35e5e859c18b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:41:43.437050 [ 5 ] {fdd26fba-ceb9-4db1-8cdd-35e5e859c18b} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:43.437088 [ 5 ] {fdd26fba-ceb9-4db1-8cdd-35e5e859c18b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:41:43.437479 [ 5 ] {fdd26fba-ceb9-4db1-8cdd-35e5e859c18b} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.09.17 20:41:43.437714 [ 5 ] {fdd26fba-ceb9-4db1-8cdd-35e5e859c18b} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:43.437857 [ 5 ] {fdd26fba-ceb9-4db1-8cdd-35e5e859c18b} executeQuery: Read 122 rows, 10.73 KiB in 0.001706 sec., 71512.30949589683 rows/sec., 6.14 MiB/sec. 2025.09.17 20:41:43.437898 [ 5 ] {fdd26fba-ceb9-4db1-8cdd-35e5e859c18b} TCPHandler: Processed in 0.002025057 sec. 2025.09.17 20:41:43.438021 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:43.438116 [ 5 ] {6f10301d-8b55-4448-b6eb-a76878924091} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:41:43.438155 [ 5 ] {6f10301d-8b55-4448-b6eb-a76878924091} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:41:43.438618 [ 5 ] {6f10301d-8b55-4448-b6eb-a76878924091} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:43.438652 [ 5 ] {6f10301d-8b55-4448-b6eb-a76878924091} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:41:43.438943 [ 5 ] {6f10301d-8b55-4448-b6eb-a76878924091} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.09.17 20:41:43.439165 [ 5 ] {6f10301d-8b55-4448-b6eb-a76878924091} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:43.439290 [ 5 ] {6f10301d-8b55-4448-b6eb-a76878924091} executeQuery: Read 33 rows, 2.48 KiB in 0.001193 sec., 27661.35792120704 rows/sec., 2.03 MiB/sec. 2025.09.17 20:41:43.439327 [ 5 ] {6f10301d-8b55-4448-b6eb-a76878924091} TCPHandler: Processed in 0.001353928 sec. 2025.09.17 20:41:43.439443 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:43.439536 [ 5 ] {9471cd42-48af-454c-b6df-732e5b416c7f} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:41:43.439575 [ 5 ] {9471cd42-48af-454c-b6df-732e5b416c7f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:41:43.440036 [ 5 ] {9471cd42-48af-454c-b6df-732e5b416c7f} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:43.440069 [ 5 ] {9471cd42-48af-454c-b6df-732e5b416c7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:41:43.440364 [ 5 ] {9471cd42-48af-454c-b6df-732e5b416c7f} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.09.17 20:41:43.440569 [ 5 ] {9471cd42-48af-454c-b6df-732e5b416c7f} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:43.440691 [ 5 ] {9471cd42-48af-454c-b6df-732e5b416c7f} executeQuery: Read 97 rows, 7.76 KiB in 0.001172 sec., 82764.50511945391 rows/sec., 6.46 MiB/sec. 2025.09.17 20:41:43.440727 [ 5 ] {9471cd42-48af-454c-b6df-732e5b416c7f} TCPHandler: Processed in 0.001334427 sec. 2025.09.17 20:41:43.440839 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:43.440932 [ 5 ] {ac527b03-9375-46af-8b6e-22e7dc95fac6} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:41:43.440974 [ 5 ] {ac527b03-9375-46af-8b6e-22e7dc95fac6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:41:43.441370 [ 5 ] {ac527b03-9375-46af-8b6e-22e7dc95fac6} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:43.441405 [ 5 ] {ac527b03-9375-46af-8b6e-22e7dc95fac6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:41:43.441734 [ 5 ] {ac527b03-9375-46af-8b6e-22e7dc95fac6} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.09.17 20:41:43.441935 [ 5 ] {ac527b03-9375-46af-8b6e-22e7dc95fac6} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:43.442062 [ 5 ] {ac527b03-9375-46af-8b6e-22e7dc95fac6} executeQuery: Read 160 rows, 11.41 KiB in 0.001147 sec., 139494.33304272013 rows/sec., 9.72 MiB/sec. 2025.09.17 20:41:43.442098 [ 5 ] {ac527b03-9375-46af-8b6e-22e7dc95fac6} TCPHandler: Processed in 0.001306427 sec. 2025.09.17 20:41:43.442205 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:43.442297 [ 5 ] {dfb9e020-4d1f-4b16-b6e5-b149f22fe174} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:41:43.442350 [ 5 ] {dfb9e020-4d1f-4b16-b6e5-b149f22fe174} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:41:43.443145 [ 5 ] {dfb9e020-4d1f-4b16-b6e5-b149f22fe174} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:43.443181 [ 5 ] {dfb9e020-4d1f-4b16-b6e5-b149f22fe174} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:41:43.443713 [ 5 ] {dfb9e020-4d1f-4b16-b6e5-b149f22fe174} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.09.17 20:41:43.443934 [ 5 ] {dfb9e020-4d1f-4b16-b6e5-b149f22fe174} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:43.444066 [ 5 ] {dfb9e020-4d1f-4b16-b6e5-b149f22fe174} executeQuery: Read 33 rows, 60.55 KiB in 0.001786 sec., 18477.04367301232 rows/sec., 33.11 MiB/sec. 2025.09.17 20:41:43.444118 [ 5 ] {dfb9e020-4d1f-4b16-b6e5-b149f22fe174} TCPHandler: Processed in 0.001959696 sec. 2025.09.17 20:41:43.444246 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:43.444340 [ 5 ] {4d477df0-422c-4552-bc4d-2bbe3f21abf2} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:41:43.444380 [ 5 ] {4d477df0-422c-4552-bc4d-2bbe3f21abf2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:41:43.444734 [ 5 ] {4d477df0-422c-4552-bc4d-2bbe3f21abf2} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:43.444770 [ 5 ] {4d477df0-422c-4552-bc4d-2bbe3f21abf2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:41:43.445059 [ 5 ] {4d477df0-422c-4552-bc4d-2bbe3f21abf2} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.09.17 20:41:43.445268 [ 5 ] {4d477df0-422c-4552-bc4d-2bbe3f21abf2} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:43.445393 [ 5 ] {4d477df0-422c-4552-bc4d-2bbe3f21abf2} executeQuery: Read 60 rows, 4.14 KiB in 0.001071 sec., 56022.40896358544 rows/sec., 3.78 MiB/sec. 2025.09.17 20:41:43.445427 [ 5 ] {4d477df0-422c-4552-bc4d-2bbe3f21abf2} TCPHandler: Processed in 0.001243415 sec. 2025.09.17 20:41:43.644310 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 2025.09.17 20:41:43.661429 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:43.661481 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:41:43.667723 [ 244 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.09.17 20:41:43.668471 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:43.671312 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 287 2025.09.17 20:41:44.846229 [ 112 ] {} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 2025.09.17 20:41:44.846291 [ 112 ] {} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:44.846314 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:41:44.846439 [ 199 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_17_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full 2025.09.17 20:41:44.846581 [ 199 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_17_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:41:44.846617 [ 199 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 18 rows starting from the beginning of the part 2025.09.17 20:41:44.846686 [ 199 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part 2025.09.17 20:41:44.846733 [ 199 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part 2025.09.17 20:41:44.846778 [ 199 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part 2025.09.17 20:41:44.846820 [ 199 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part 2025.09.17 20:41:44.847520 [ 195 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_17_4} MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.001138672 sec., 31615.776975283487 rows/sec., 2.64 MiB/sec. 2025.09.17 20:41:44.847629 [ 199 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_17_4} MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) 2025.09.17 20:41:44.847867 [ 199 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_17_4} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:44.847945 [ 199 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_17_4} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 2025.09.17 20:41:44.848012 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.09.17 20:41:47.744433 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 938 2025.09.17 20:41:47.746552 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:47.746600 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:41:47.747776 [ 243 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.09.17 20:41:47.748046 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:47.748309 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 938 2025.09.17 20:41:48.436236 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:48.436415 [ 5 ] {b67776e3-093b-4a9a-829e-170566f832d8} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.17 20:41:48.436479 [ 5 ] {b67776e3-093b-4a9a-829e-170566f832d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.17 20:41:48.437169 [ 5 ] {b67776e3-093b-4a9a-829e-170566f832d8} oximeter.fields_i16 (ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:48.437205 [ 5 ] {b67776e3-093b-4a9a-829e-170566f832d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:41:48.437621 [ 5 ] {b67776e3-093b-4a9a-829e-170566f832d8} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.09.17 20:41:48.437856 [ 5 ] {b67776e3-093b-4a9a-829e-170566f832d8} oximeter.fields_i16 (ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:48.438005 [ 5 ] {b67776e3-093b-4a9a-829e-170566f832d8} executeQuery: Read 24 rows, 2.04 KiB in 0.001638 sec., 14652.014652014654 rows/sec., 1.22 MiB/sec. 2025.09.17 20:41:48.438048 [ 5 ] {b67776e3-093b-4a9a-829e-170566f832d8} TCPHandler: Processed in 0.001956115 sec. 2025.09.17 20:41:48.438189 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:48.438282 [ 5 ] {48fe8d2b-39b1-49f7-ae44-fefca59287df} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.17 20:41:48.438323 [ 5 ] {48fe8d2b-39b1-49f7-ae44-fefca59287df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.17 20:41:48.438748 [ 5 ] {48fe8d2b-39b1-49f7-ae44-fefca59287df} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:48.438783 [ 5 ] {48fe8d2b-39b1-49f7-ae44-fefca59287df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:41:48.439076 [ 5 ] {48fe8d2b-39b1-49f7-ae44-fefca59287df} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.09.17 20:41:48.439295 [ 5 ] {48fe8d2b-39b1-49f7-ae44-fefca59287df} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:48.439422 [ 5 ] {48fe8d2b-39b1-49f7-ae44-fefca59287df} executeQuery: Read 2 rows, 167.00 B in 0.001157 sec., 1728.608470181504 rows/sec., 140.96 KiB/sec. 2025.09.17 20:41:48.439458 [ 5 ] {48fe8d2b-39b1-49f7-ae44-fefca59287df} TCPHandler: Processed in 0.001328957 sec. 2025.09.17 20:41:48.439587 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:48.439680 [ 5 ] {02f96085-c74d-4a27-9a47-3bdd168cd6d6} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:41:48.439720 [ 5 ] {02f96085-c74d-4a27-9a47-3bdd168cd6d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:41:48.440215 [ 5 ] {02f96085-c74d-4a27-9a47-3bdd168cd6d6} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:48.440250 [ 5 ] {02f96085-c74d-4a27-9a47-3bdd168cd6d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:41:48.440575 [ 5 ] {02f96085-c74d-4a27-9a47-3bdd168cd6d6} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.09.17 20:41:48.440791 [ 5 ] {02f96085-c74d-4a27-9a47-3bdd168cd6d6} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:48.440883 [ 122 ] {} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.09.17 20:41:48.440916 [ 5 ] {02f96085-c74d-4a27-9a47-3bdd168cd6d6} executeQuery: Read 195 rows, 17.66 KiB in 0.001254 sec., 155502.3923444976 rows/sec., 13.75 MiB/sec. 2025.09.17 20:41:48.440918 [ 122 ] {} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:48.440947 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:41:48.440953 [ 5 ] {02f96085-c74d-4a27-9a47-3bdd168cd6d6} TCPHandler: Processed in 0.00142372 sec. 2025.09.17 20:41:48.441029 [ 202 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2025.09.17 20:41:48.441076 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:48.441115 [ 202 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:41:48.441143 [ 202 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1410 rows starting from the beginning of the part 2025.09.17 20:41:48.441169 [ 5 ] {977df786-bd6b-46a9-8537-27207f937072} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:41:48.441201 [ 202 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 74 rows starting from the beginning of the part 2025.09.17 20:41:48.441209 [ 5 ] {977df786-bd6b-46a9-8537-27207f937072} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:41:48.441245 [ 202 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 1265 rows starting from the beginning of the part 2025.09.17 20:41:48.441284 [ 202 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 74 rows starting from the beginning of the part 2025.09.17 20:41:48.441323 [ 202 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 122 rows starting from the beginning of the part 2025.09.17 20:41:48.441360 [ 202 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 195 rows starting from the beginning of the part 2025.09.17 20:41:48.441615 [ 5 ] {977df786-bd6b-46a9-8537-27207f937072} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:48.441649 [ 5 ] {977df786-bd6b-46a9-8537-27207f937072} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:41:48.441951 [ 5 ] {977df786-bd6b-46a9-8537-27207f937072} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.09.17 20:41:48.442187 [ 5 ] {977df786-bd6b-46a9-8537-27207f937072} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:48.442315 [ 5 ] {977df786-bd6b-46a9-8537-27207f937072} executeQuery: Read 23 rows, 1.78 KiB in 0.001164 sec., 19759.450171821303 rows/sec., 1.49 MiB/sec. 2025.09.17 20:41:48.442351 [ 5 ] {977df786-bd6b-46a9-8537-27207f937072} TCPHandler: Processed in 0.001324827 sec. 2025.09.17 20:41:48.442462 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:48.442554 [ 5 ] {83e05861-53df-4aeb-b161-5a083b453fc2} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.17 20:41:48.442580 [ 199 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 3140 rows, containing 5 columns (5 merged, 0 gathered) in 0.001582175 sec., 1984609.7934804938 rows/sec., 173.83 MiB/sec. 2025.09.17 20:41:48.442593 [ 5 ] {83e05861-53df-4aeb-b161-5a083b453fc2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.17 20:41:48.442872 [ 195 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.09.17 20:41:48.443040 [ 5 ] {83e05861-53df-4aeb-b161-5a083b453fc2} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:48.443082 [ 5 ] {83e05861-53df-4aeb-b161-5a083b453fc2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:41:48.443218 [ 195 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_56_11} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:48.443314 [ 195 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_56_11} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.09.17 20:41:48.443409 [ 5 ] {83e05861-53df-4aeb-b161-5a083b453fc2} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.09.17 20:41:48.443413 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. 2025.09.17 20:41:48.443640 [ 5 ] {83e05861-53df-4aeb-b161-5a083b453fc2} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:48.443771 [ 5 ] {83e05861-53df-4aeb-b161-5a083b453fc2} executeQuery: Read 24 rows, 2.04 KiB in 0.001233 sec., 19464.7201946472 rows/sec., 1.61 MiB/sec. 2025.09.17 20:41:48.443819 [ 5 ] {83e05861-53df-4aeb-b161-5a083b453fc2} TCPHandler: Processed in 0.00140559 sec. 2025.09.17 20:41:48.443952 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:48.444047 [ 5 ] {47e97c63-c6b3-4e29-8f4c-c8892cb7e79f} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.17 20:41:48.444086 [ 5 ] {47e97c63-c6b3-4e29-8f4c-c8892cb7e79f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.17 20:41:48.444498 [ 5 ] {47e97c63-c6b3-4e29-8f4c-c8892cb7e79f} oximeter.fields_u8 (20447e1c-98e2-48f4-ad1a-5155a635de4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:48.444533 [ 5 ] {47e97c63-c6b3-4e29-8f4c-c8892cb7e79f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:41:48.444835 [ 5 ] {47e97c63-c6b3-4e29-8f4c-c8892cb7e79f} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.09.17 20:41:48.445054 [ 5 ] {47e97c63-c6b3-4e29-8f4c-c8892cb7e79f} oximeter.fields_u8 (20447e1c-98e2-48f4-ad1a-5155a635de4d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:48.445178 [ 5 ] {47e97c63-c6b3-4e29-8f4c-c8892cb7e79f} executeQuery: Read 12 rows, 960.00 B in 0.001147 sec., 10462.074978204011 rows/sec., 817.35 KiB/sec. 2025.09.17 20:41:48.445214 [ 5 ] {47e97c63-c6b3-4e29-8f4c-c8892cb7e79f} TCPHandler: Processed in 0.001316007 sec. 2025.09.17 20:41:48.445328 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:48.445419 [ 5 ] {c6f3fe75-326a-47a6-b19b-49c01993d0d2} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:41:48.445459 [ 5 ] {c6f3fe75-326a-47a6-b19b-49c01993d0d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:41:48.445883 [ 5 ] {c6f3fe75-326a-47a6-b19b-49c01993d0d2} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:48.445918 [ 5 ] {c6f3fe75-326a-47a6-b19b-49c01993d0d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:41:48.446234 [ 5 ] {c6f3fe75-326a-47a6-b19b-49c01993d0d2} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.09.17 20:41:48.446472 [ 5 ] {c6f3fe75-326a-47a6-b19b-49c01993d0d2} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:48.446570 [ 122 ] {} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.09.17 20:41:48.446598 [ 5 ] {c6f3fe75-326a-47a6-b19b-49c01993d0d2} executeQuery: Read 111 rows, 9.26 KiB in 0.001196 sec., 92809.36454849498 rows/sec., 7.56 MiB/sec. 2025.09.17 20:41:48.446604 [ 122 ] {} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:48.446628 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:41:48.446634 [ 5 ] {c6f3fe75-326a-47a6-b19b-49c01993d0d2} TCPHandler: Processed in 0.001355438 sec. 2025.09.17 20:41:48.446713 [ 199 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2025.09.17 20:41:48.446749 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:48.446828 [ 199 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:41:48.446848 [ 5 ] {256c88dc-a0e8-49a8-ba5f-575508c175b0} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:41:48.446868 [ 199 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 634 rows starting from the beginning of the part 2025.09.17 20:41:48.446895 [ 5 ] {256c88dc-a0e8-49a8-ba5f-575508c175b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:41:48.446943 [ 199 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 73 rows starting from the beginning of the part 2025.09.17 20:41:48.446999 [ 199 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 559 rows starting from the beginning of the part 2025.09.17 20:41:48.447046 [ 199 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 73 rows starting from the beginning of the part 2025.09.17 20:41:48.447091 [ 199 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 97 rows starting from the beginning of the part 2025.09.17 20:41:48.447137 [ 199 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 111 rows starting from the beginning of the part 2025.09.17 20:41:48.447362 [ 5 ] {256c88dc-a0e8-49a8-ba5f-575508c175b0} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:48.447403 [ 5 ] {256c88dc-a0e8-49a8-ba5f-575508c175b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:41:48.447771 [ 5 ] {256c88dc-a0e8-49a8-ba5f-575508c175b0} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.09.17 20:41:48.448005 [ 5 ] {256c88dc-a0e8-49a8-ba5f-575508c175b0} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:48.448102 [ 122 ] {} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.09.17 20:41:48.448125 [ 122 ] {} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:48.448133 [ 5 ] {256c88dc-a0e8-49a8-ba5f-575508c175b0} executeQuery: Read 197 rows, 14.47 KiB in 0.001303 sec., 151189.56254796626 rows/sec., 10.84 MiB/sec. 2025.09.17 20:41:48.448142 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:41:48.448169 [ 5 ] {256c88dc-a0e8-49a8-ba5f-575508c175b0} TCPHandler: Processed in 0.001470021 sec. 2025.09.17 20:41:48.448208 [ 199 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2025.09.17 20:41:48.448303 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:48.448307 [ 199 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:41:48.448356 [ 199 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_56_11} MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 14503 rows starting from the beginning of the part 2025.09.17 20:41:48.448362 [ 186 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 1547 rows, containing 5 columns (5 merged, 0 gathered) in 0.001687898 sec., 916524.5767220531 rows/sec., 73.02 MiB/sec. 2025.09.17 20:41:48.448405 [ 5 ] {fd2a9459-7a9e-4dcc-90f3-4560a80da1cd} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:41:48.448408 [ 199 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 160 rows starting from the beginning of the part 2025.09.17 20:41:48.448467 [ 5 ] {fd2a9459-7a9e-4dcc-90f3-4560a80da1cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:41:48.448480 [ 199 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 847 rows starting from the beginning of the part 2025.09.17 20:41:48.448531 [ 199 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 160 rows starting from the beginning of the part 2025.09.17 20:41:48.448573 [ 199 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 160 rows starting from the beginning of the part 2025.09.17 20:41:48.448584 [ 192 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.09.17 20:41:48.448613 [ 199 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 197 rows starting from the beginning of the part 2025.09.17 20:41:48.448967 [ 192 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_56_11} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:48.449056 [ 192 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_56_11} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.09.17 20:41:48.449152 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2025.09.17 20:41:48.449274 [ 5 ] {fd2a9459-7a9e-4dcc-90f3-4560a80da1cd} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:48.449315 [ 5 ] {fd2a9459-7a9e-4dcc-90f3-4560a80da1cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:41:48.449877 [ 5 ] {fd2a9459-7a9e-4dcc-90f3-4560a80da1cd} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.09.17 20:41:48.450112 [ 5 ] {fd2a9459-7a9e-4dcc-90f3-4560a80da1cd} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:48.450253 [ 5 ] {fd2a9459-7a9e-4dcc-90f3-4560a80da1cd} executeQuery: Read 9 rows, 16.51 KiB in 0.001865 sec., 4825.73726541555 rows/sec., 8.65 MiB/sec. 2025.09.17 20:41:48.450307 [ 5 ] {fd2a9459-7a9e-4dcc-90f3-4560a80da1cd} TCPHandler: Processed in 0.002060868 sec. 2025.09.17 20:41:48.450435 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:48.450550 [ 5 ] {be2054a7-08b6-4227-9460-ca69373aecd0} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:41:48.450592 [ 5 ] {be2054a7-08b6-4227-9460-ca69373aecd0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:41:48.450973 [ 5 ] {be2054a7-08b6-4227-9460-ca69373aecd0} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:48.451007 [ 5 ] {be2054a7-08b6-4227-9460-ca69373aecd0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:41:48.451332 [ 5 ] {be2054a7-08b6-4227-9460-ca69373aecd0} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.09.17 20:41:48.451582 [ 5 ] {be2054a7-08b6-4227-9460-ca69373aecd0} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:48.451689 [ 122 ] {} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.09.17 20:41:48.451714 [ 5 ] {be2054a7-08b6-4227-9460-ca69373aecd0} executeQuery: Read 60 rows, 4.14 KiB in 0.001183 sec., 50718.512256973794 rows/sec., 3.42 MiB/sec. 2025.09.17 20:41:48.451717 [ 122 ] {} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:48.451743 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:41:48.451749 [ 5 ] {be2054a7-08b6-4227-9460-ca69373aecd0} TCPHandler: Processed in 0.001364119 sec. 2025.09.17 20:41:48.451827 [ 192 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2025.09.17 20:41:48.451931 [ 192 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:41:48.451960 [ 192 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2748 rows starting from the beginning of the part 2025.09.17 20:41:48.452013 [ 192 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 60 rows starting from the beginning of the part 2025.09.17 20:41:48.452050 [ 192 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 60 rows starting from the beginning of the part 2025.09.17 20:41:48.452083 [ 192 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 60 rows starting from the beginning of the part 2025.09.17 20:41:48.452117 [ 192 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 60 rows starting from the beginning of the part 2025.09.17 20:41:48.452151 [ 192 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 60 rows starting from the beginning of the part 2025.09.17 20:41:48.452952 [ 190 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 16027 rows, containing 5 columns (5 merged, 0 gathered) in 0.004765365 sec., 3363226.1117459 rows/sec., 231.07 MiB/sec. 2025.09.17 20:41:48.453325 [ 186 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 3048 rows, containing 4 columns (4 merged, 0 gathered) in 0.001533063 sec., 1988176.6111373112 rows/sec., 133.81 MiB/sec. 2025.09.17 20:41:48.453490 [ 198 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.09.17 20:41:48.453555 [ 192 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.09.17 20:41:48.453814 [ 198 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_56_11} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:48.453872 [ 192 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_56_11} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:48.453887 [ 198 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_56_11} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.09.17 20:41:48.453945 [ 192 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_56_11} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.09.17 20:41:48.453970 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.90 MiB. 2025.09.17 20:41:48.454012 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. 2025.09.17 20:41:50.201148 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 18726 2025.09.17 20:41:50.201673 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:50.201720 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:41:50.202228 [ 245 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.09.17 20:41:50.202465 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:50.202600 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18726 2025.09.17 20:41:51.172343 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 2025.09.17 20:41:51.190350 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:51.190414 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:41:51.196497 [ 244 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.09.17 20:41:51.197230 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:51.200424 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 294 2025.09.17 20:41:53.435288 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:53.435486 [ 5 ] {75b503ec-bc66-49cf-891a-399e20e0a183} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:41:53.435557 [ 5 ] {75b503ec-bc66-49cf-891a-399e20e0a183} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:41:53.436267 [ 5 ] {75b503ec-bc66-49cf-891a-399e20e0a183} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:53.436309 [ 5 ] {75b503ec-bc66-49cf-891a-399e20e0a183} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:41:53.436711 [ 5 ] {75b503ec-bc66-49cf-891a-399e20e0a183} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.09.17 20:41:53.436935 [ 5 ] {75b503ec-bc66-49cf-891a-399e20e0a183} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:53.437098 [ 5 ] {75b503ec-bc66-49cf-891a-399e20e0a183} executeQuery: Read 122 rows, 10.73 KiB in 0.001667 sec., 73185.36292741452 rows/sec., 6.29 MiB/sec. 2025.09.17 20:41:53.437142 [ 5 ] {75b503ec-bc66-49cf-891a-399e20e0a183} TCPHandler: Processed in 0.001991676 sec. 2025.09.17 20:41:53.437262 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:53.437356 [ 5 ] {0b661827-5eac-4b91-9643-a1ec7630ad99} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:41:53.437396 [ 5 ] {0b661827-5eac-4b91-9643-a1ec7630ad99} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:41:53.437798 [ 5 ] {0b661827-5eac-4b91-9643-a1ec7630ad99} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:53.437834 [ 5 ] {0b661827-5eac-4b91-9643-a1ec7630ad99} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:41:53.438129 [ 5 ] {0b661827-5eac-4b91-9643-a1ec7630ad99} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.09.17 20:41:53.438337 [ 5 ] {0b661827-5eac-4b91-9643-a1ec7630ad99} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:53.438436 [ 119 ] {} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.09.17 20:41:53.438467 [ 5 ] {0b661827-5eac-4b91-9643-a1ec7630ad99} executeQuery: Read 33 rows, 2.48 KiB in 0.00113 sec., 29203.53982300885 rows/sec., 2.14 MiB/sec. 2025.09.17 20:41:53.438504 [ 119 ] {} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:53.438514 [ 5 ] {0b661827-5eac-4b91-9643-a1ec7630ad99} TCPHandler: Processed in 0.001299487 sec. 2025.09.17 20:41:53.438533 [ 119 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:41:53.438631 [ 198 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2025.09.17 20:41:53.438635 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:53.438726 [ 198 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:41:53.438746 [ 5 ] {03433cdc-314b-47c2-84ee-93238dfea40d} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:41:53.438756 [ 198 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 72 rows starting from the beginning of the part 2025.09.17 20:41:53.438786 [ 5 ] {03433cdc-314b-47c2-84ee-93238dfea40d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:41:53.438816 [ 198 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 39 rows starting from the beginning of the part 2025.09.17 20:41:53.438864 [ 198 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 9 rows starting from the beginning of the part 2025.09.17 20:41:53.438909 [ 198 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 33 rows starting from the beginning of the part 2025.09.17 20:41:53.438952 [ 198 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 23 rows starting from the beginning of the part 2025.09.17 20:41:53.438994 [ 198 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 33 rows starting from the beginning of the part 2025.09.17 20:41:53.439197 [ 5 ] {03433cdc-314b-47c2-84ee-93238dfea40d} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:53.439232 [ 5 ] {03433cdc-314b-47c2-84ee-93238dfea40d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:41:53.439536 [ 5 ] {03433cdc-314b-47c2-84ee-93238dfea40d} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.09.17 20:41:53.439697 [ 194 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 209 rows, containing 5 columns (5 merged, 0 gathered) in 0.001105871 sec., 188991.30187879055 rows/sec., 14.58 MiB/sec. 2025.09.17 20:41:53.439746 [ 5 ] {03433cdc-314b-47c2-84ee-93238dfea40d} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:53.439817 [ 198 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.09.17 20:41:53.439871 [ 5 ] {03433cdc-314b-47c2-84ee-93238dfea40d} executeQuery: Read 97 rows, 7.76 KiB in 0.001143 sec., 84864.39195100612 rows/sec., 6.63 MiB/sec. 2025.09.17 20:41:53.439907 [ 5 ] {03433cdc-314b-47c2-84ee-93238dfea40d} TCPHandler: Processed in 0.001319187 sec. 2025.09.17 20:41:53.440019 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:53.440054 [ 198 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_51_10} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:53.440117 [ 5 ] {78be11c4-af20-4638-ae00-743abd02d42b} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:41:53.440128 [ 198 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_51_10} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.09.17 20:41:53.440159 [ 5 ] {78be11c4-af20-4638-ae00-743abd02d42b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:41:53.440186 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.09.17 20:41:53.440557 [ 5 ] {78be11c4-af20-4638-ae00-743abd02d42b} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:53.440591 [ 5 ] {78be11c4-af20-4638-ae00-743abd02d42b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:41:53.440941 [ 5 ] {78be11c4-af20-4638-ae00-743abd02d42b} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.09.17 20:41:53.441154 [ 5 ] {78be11c4-af20-4638-ae00-743abd02d42b} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:53.441276 [ 5 ] {78be11c4-af20-4638-ae00-743abd02d42b} executeQuery: Read 160 rows, 11.41 KiB in 0.001177 sec., 135938.82752761256 rows/sec., 9.47 MiB/sec. 2025.09.17 20:41:53.441311 [ 5 ] {78be11c4-af20-4638-ae00-743abd02d42b} TCPHandler: Processed in 0.001338878 sec. 2025.09.17 20:41:53.441420 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:53.441512 [ 5 ] {590a7398-8c88-47af-b1dd-88d1be7873bf} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:41:53.441564 [ 5 ] {590a7398-8c88-47af-b1dd-88d1be7873bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:41:53.442383 [ 5 ] {590a7398-8c88-47af-b1dd-88d1be7873bf} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:53.442420 [ 5 ] {590a7398-8c88-47af-b1dd-88d1be7873bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:41:53.442957 [ 5 ] {590a7398-8c88-47af-b1dd-88d1be7873bf} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.09.17 20:41:53.443182 [ 5 ] {590a7398-8c88-47af-b1dd-88d1be7873bf} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:53.443315 [ 5 ] {590a7398-8c88-47af-b1dd-88d1be7873bf} executeQuery: Read 33 rows, 60.55 KiB in 0.001821 sec., 18121.91103789127 rows/sec., 32.47 MiB/sec. 2025.09.17 20:41:53.443367 [ 5 ] {590a7398-8c88-47af-b1dd-88d1be7873bf} TCPHandler: Processed in 0.001992996 sec. 2025.09.17 20:41:53.443478 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:53.443571 [ 5 ] {f2a20e5a-3e23-4763-9431-8c2e5a525c0b} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:41:53.443612 [ 5 ] {f2a20e5a-3e23-4763-9431-8c2e5a525c0b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:41:53.443944 [ 5 ] {f2a20e5a-3e23-4763-9431-8c2e5a525c0b} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:53.443979 [ 5 ] {f2a20e5a-3e23-4763-9431-8c2e5a525c0b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:41:53.444277 [ 5 ] {f2a20e5a-3e23-4763-9431-8c2e5a525c0b} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.09.17 20:41:53.444484 [ 5 ] {f2a20e5a-3e23-4763-9431-8c2e5a525c0b} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:53.444604 [ 5 ] {f2a20e5a-3e23-4763-9431-8c2e5a525c0b} executeQuery: Read 60 rows, 4.14 KiB in 0.001052 sec., 57034.22053231939 rows/sec., 3.84 MiB/sec. 2025.09.17 20:41:53.444638 [ 5 ] {f2a20e5a-3e23-4763-9431-8c2e5a525c0b} TCPHandler: Processed in 0.001207484 sec. 2025.09.17 20:41:57.565280 [ 109 ] {} DNSResolver: Updating DNS cache 2025.09.17 20:41:57.565377 [ 109 ] {} DNSResolver: Updated DNS cache 2025.09.17 20:41:57.703648 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 19174 2025.09.17 20:41:57.704197 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:57.704244 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:41:57.704753 [ 245 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.09.17 20:41:57.705019 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:57.705144 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19174 2025.09.17 20:41:57.748460 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 970 2025.09.17 20:41:57.750867 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:57.750921 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:41:57.752164 [ 243 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.09.17 20:41:57.752447 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:57.752721 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 970 2025.09.17 20:41:58.434212 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:58.434415 [ 5 ] {cf901a06-3bf9-415b-89b2-5042f2a09297} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:41:58.434492 [ 5 ] {cf901a06-3bf9-415b-89b2-5042f2a09297} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:41:58.435223 [ 5 ] {cf901a06-3bf9-415b-89b2-5042f2a09297} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:58.435275 [ 5 ] {cf901a06-3bf9-415b-89b2-5042f2a09297} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:41:58.435705 [ 5 ] {cf901a06-3bf9-415b-89b2-5042f2a09297} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.09.17 20:41:58.435951 [ 5 ] {cf901a06-3bf9-415b-89b2-5042f2a09297} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:58.436130 [ 5 ] {cf901a06-3bf9-415b-89b2-5042f2a09297} executeQuery: Read 74 rows, 6.12 KiB in 0.001769 sec., 41831.543244771055 rows/sec., 3.38 MiB/sec. 2025.09.17 20:41:58.436181 [ 5 ] {cf901a06-3bf9-415b-89b2-5042f2a09297} TCPHandler: Processed in 0.002149 sec. 2025.09.17 20:41:58.436330 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:58.436432 [ 5 ] {5d7d4b59-7f25-43c6-8c4b-cb0214dc2177} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:41:58.436476 [ 5 ] {5d7d4b59-7f25-43c6-8c4b-cb0214dc2177} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:41:58.436949 [ 5 ] {5d7d4b59-7f25-43c6-8c4b-cb0214dc2177} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:58.436988 [ 5 ] {5d7d4b59-7f25-43c6-8c4b-cb0214dc2177} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:41:58.437310 [ 5 ] {5d7d4b59-7f25-43c6-8c4b-cb0214dc2177} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.09.17 20:41:58.437533 [ 5 ] {5d7d4b59-7f25-43c6-8c4b-cb0214dc2177} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:58.437667 [ 5 ] {5d7d4b59-7f25-43c6-8c4b-cb0214dc2177} executeQuery: Read 9 rows, 693.00 B in 0.001259 sec., 7148.530579825258 rows/sec., 537.54 KiB/sec. 2025.09.17 20:41:58.437706 [ 5 ] {5d7d4b59-7f25-43c6-8c4b-cb0214dc2177} TCPHandler: Processed in 0.0014401 sec. 2025.09.17 20:41:58.437845 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:58.437970 [ 5 ] {91d792a0-6305-45be-b295-1970710e3417} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:41:58.438022 [ 5 ] {91d792a0-6305-45be-b295-1970710e3417} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:41:58.438493 [ 5 ] {91d792a0-6305-45be-b295-1970710e3417} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:58.438530 [ 5 ] {91d792a0-6305-45be-b295-1970710e3417} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:41:58.438850 [ 5 ] {91d792a0-6305-45be-b295-1970710e3417} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.09.17 20:41:58.439058 [ 5 ] {91d792a0-6305-45be-b295-1970710e3417} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:58.439194 [ 5 ] {91d792a0-6305-45be-b295-1970710e3417} executeQuery: Read 73 rows, 5.84 KiB in 0.001251 sec., 58353.317346123105 rows/sec., 4.56 MiB/sec. 2025.09.17 20:41:58.439233 [ 5 ] {91d792a0-6305-45be-b295-1970710e3417} TCPHandler: Processed in 0.00145779 sec. 2025.09.17 20:41:58.439354 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:58.439450 [ 5 ] {88b39b0f-8f42-4cdf-8a02-c1eaa4d57ab3} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:41:58.439494 [ 5 ] {88b39b0f-8f42-4cdf-8a02-c1eaa4d57ab3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:41:58.439916 [ 5 ] {88b39b0f-8f42-4cdf-8a02-c1eaa4d57ab3} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:58.439952 [ 5 ] {88b39b0f-8f42-4cdf-8a02-c1eaa4d57ab3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:41:58.440283 [ 5 ] {88b39b0f-8f42-4cdf-8a02-c1eaa4d57ab3} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.09.17 20:41:58.440496 [ 5 ] {88b39b0f-8f42-4cdf-8a02-c1eaa4d57ab3} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:58.440632 [ 5 ] {88b39b0f-8f42-4cdf-8a02-c1eaa4d57ab3} executeQuery: Read 160 rows, 11.41 KiB in 0.001201 sec., 133222.31473771855 rows/sec., 9.28 MiB/sec. 2025.09.17 20:41:58.440670 [ 5 ] {88b39b0f-8f42-4cdf-8a02-c1eaa4d57ab3} TCPHandler: Processed in 0.001364828 sec. 2025.09.17 20:41:58.440774 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:58.440867 [ 5 ] {05d5d80a-43c1-41c2-9326-4257e71347f7} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:41:58.440921 [ 5 ] {05d5d80a-43c1-41c2-9326-4257e71347f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:41:58.441686 [ 5 ] {05d5d80a-43c1-41c2-9326-4257e71347f7} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:58.441723 [ 5 ] {05d5d80a-43c1-41c2-9326-4257e71347f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:41:58.442243 [ 5 ] {05d5d80a-43c1-41c2-9326-4257e71347f7} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.09.17 20:41:58.442462 [ 5 ] {05d5d80a-43c1-41c2-9326-4257e71347f7} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:58.442599 [ 5 ] {05d5d80a-43c1-41c2-9326-4257e71347f7} executeQuery: Read 9 rows, 16.51 KiB in 0.00175 sec., 5142.857142857143 rows/sec., 9.22 MiB/sec. 2025.09.17 20:41:58.442653 [ 5 ] {05d5d80a-43c1-41c2-9326-4257e71347f7} TCPHandler: Processed in 0.001927094 sec. 2025.09.17 20:41:58.442767 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:41:58.442862 [ 5 ] {f0f14bb7-7a8e-4d5d-b05a-b93615490119} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:41:58.442904 [ 5 ] {f0f14bb7-7a8e-4d5d-b05a-b93615490119} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:41:58.443245 [ 5 ] {f0f14bb7-7a8e-4d5d-b05a-b93615490119} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:58.443280 [ 5 ] {f0f14bb7-7a8e-4d5d-b05a-b93615490119} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:41:58.443596 [ 5 ] {f0f14bb7-7a8e-4d5d-b05a-b93615490119} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.09.17 20:41:58.443803 [ 5 ] {f0f14bb7-7a8e-4d5d-b05a-b93615490119} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:58.443934 [ 5 ] {f0f14bb7-7a8e-4d5d-b05a-b93615490119} executeQuery: Read 60 rows, 4.14 KiB in 0.001092 sec., 54945.05494505494 rows/sec., 3.70 MiB/sec. 2025.09.17 20:41:58.443972 [ 5 ] {f0f14bb7-7a8e-4d5d-b05a-b93615490119} TCPHandler: Processed in 0.001254015 sec. 2025.09.17 20:41:58.701440 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 2025.09.17 20:41:58.718765 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:41:58.718823 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:41:58.724784 [ 244 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.09.17 20:41:58.725489 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:41:58.728470 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 302 2025.09.17 20:42:00.896898 [ 105 ] {} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 2025.09.17 20:42:00.896991 [ 105 ] {} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:00.897016 [ 105 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:42:00.897216 [ 194 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::all_1_17_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full 2025.09.17 20:42:00.897377 [ 194 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::all_1_17_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:42:00.897417 [ 194 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 253 rows starting from the beginning of the part 2025.09.17 20:42:00.897490 [ 194 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 228 rows starting from the beginning of the part 2025.09.17 20:42:00.897539 [ 194 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 24 rows starting from the beginning of the part 2025.09.17 20:42:00.897590 [ 194 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 228 rows starting from the beginning of the part 2025.09.17 20:42:00.897634 [ 194 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 24 rows starting from the beginning of the part 2025.09.17 20:42:00.898554 [ 198 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::all_1_17_4} MergeTask::MergeProjectionsStage: Merge sorted 757 rows, containing 5 columns (5 merged, 0 gathered) in 0.001402879 sec., 539604.6273413459 rows/sec., 39.38 MiB/sec. 2025.09.17 20:42:00.898744 [ 198 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::all_1_17_4} MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) 2025.09.17 20:42:00.899095 [ 198 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::all_1_17_4} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:00.899199 [ 198 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::all_1_17_4} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 2025.09.17 20:42:00.899297 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.09.17 20:42:01.451407 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32876 2025.09.17 20:42:01.451524 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:42:01.451557 [ 291 ] {} TCP-Session: d3db99ff-93d3-4640-8e4a-18d7a9ccd769 Authenticating user 'default' from [fd00:1122:3344:101::e]:32876 2025.09.17 20:42:01.451584 [ 291 ] {} TCP-Session: d3db99ff-93d3-4640-8e4a-18d7a9ccd769 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:01.451600 [ 291 ] {} TCP-Session: d3db99ff-93d3-4640-8e4a-18d7a9ccd769 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:01.451787 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60736 2025.09.17 20:42:01.451825 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56818 2025.09.17 20:42:01.451865 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55074 2025.09.17 20:42:01.451904 [ 291 ] {} TCP-Session: d3db99ff-93d3-4640-8e4a-18d7a9ccd769 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:01.451917 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:42:01.451876 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40508 2025.09.17 20:42:01.451974 [ 292 ] {} TCP-Session: bcaf5d2a-8aac-4941-9e21-58e584722351 Authenticating user 'default' from [fd00:1122:3344:101::e]:60736 2025.09.17 20:42:01.451968 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:42:01.452026 [ 292 ] {} TCP-Session: bcaf5d2a-8aac-4941-9e21-58e584722351 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:01.451867 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64407 2025.09.17 20:42:01.452062 [ 292 ] {} TCP-Session: bcaf5d2a-8aac-4941-9e21-58e584722351 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:01.452062 [ 293 ] {} TCP-Session: 5e2de098-da19-4311-a01d-b582b08211d3 Authenticating user 'default' from [fd00:1122:3344:101::e]:56818 2025.09.17 20:42:01.451845 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36696 2025.09.17 20:42:01.452114 [ 291 ] {5a908fe1-c975-4eb4-bf5d-f18cf730cc83} executeQuery: (from [fd00:1122:3344:101::e]:32876) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.17 20:42:01.452134 [ 293 ] {} TCP-Session: 5e2de098-da19-4311-a01d-b582b08211d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:01.452142 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:42:01.452191 [ 293 ] {} TCP-Session: 5e2de098-da19-4311-a01d-b582b08211d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:01.452226 [ 288 ] {} TCP-Session: 5e4517d5-3f41-4233-a2f2-5a2c7c4ceee8 Authenticating user 'default' from [fd00:1122:3344:101::e]:55074 2025.09.17 20:42:01.451835 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38253 2025.09.17 20:42:01.452265 [ 288 ] {} TCP-Session: 5e4517d5-3f41-4233-a2f2-5a2c7c4ceee8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:01.451829 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35921 2025.09.17 20:42:01.452316 [ 288 ] {} TCP-Session: 5e4517d5-3f41-4233-a2f2-5a2c7c4ceee8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:01.452447 [ 291 ] {5a908fe1-c975-4eb4-bf5d-f18cf730cc83} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.17 20:42:01.452511 [ 291 ] {5a908fe1-c975-4eb4-bf5d-f18cf730cc83} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.17 20:42:01.452615 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:42:01.452652 [ 286 ] {} TCP-Session: 146ab9db-9835-4ba5-9527-8106dd133b4e Authenticating user 'default' from [fd00:1122:3344:101::e]:36696 2025.09.17 20:42:01.452678 [ 286 ] {} TCP-Session: 146ab9db-9835-4ba5-9527-8106dd133b4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:01.452692 [ 286 ] {} TCP-Session: 146ab9db-9835-4ba5-9527-8106dd133b4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:01.452716 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:42:01.452752 [ 3 ] {} TCP-Session: 0287747c-687d-457b-9a93-d5f85bead615 Authenticating user 'default' from [fd00:1122:3344:101::e]:38253 2025.09.17 20:42:01.452771 [ 3 ] {} TCP-Session: 0287747c-687d-457b-9a93-d5f85bead615 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:01.452788 [ 3 ] {} TCP-Session: 0287747c-687d-457b-9a93-d5f85bead615 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:01.452804 [ 291 ] {5a908fe1-c975-4eb4-bf5d-f18cf730cc83} oximeter.version (62bd52ee-0bc0-4eea-bbbd-a51761f62e41) (SelectExecutor): Key condition: unknown 2025.09.17 20:42:01.452935 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:42:01.452971 [ 289 ] {} TCP-Session: 3c22efa9-9594-4b8f-a78d-ebd08eef2c43 Authenticating user 'default' from [fd00:1122:3344:101::e]:64407 2025.09.17 20:42:01.452988 [ 289 ] {} TCP-Session: 3c22efa9-9594-4b8f-a78d-ebd08eef2c43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:01.453003 [ 289 ] {} TCP-Session: 3c22efa9-9594-4b8f-a78d-ebd08eef2c43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:01.453125 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:42:01.453163 [ 294 ] {} TCP-Session: d237cbbf-3793-4dca-8918-39eb7b9f41c7 Authenticating user 'default' from [fd00:1122:3344:101::e]:35921 2025.09.17 20:42:01.453186 [ 294 ] {} TCP-Session: d237cbbf-3793-4dca-8918-39eb7b9f41c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:01.453199 [ 294 ] {} TCP-Session: d237cbbf-3793-4dca-8918-39eb7b9f41c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:01.453203 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:42:01.453237 [ 290 ] {} TCP-Session: 097c8604-8c8d-49bb-a5aa-6c52f91947fe Authenticating user 'default' from [fd00:1122:3344:101::e]:40508 2025.09.17 20:42:01.453256 [ 290 ] {} TCP-Session: 097c8604-8c8d-49bb-a5aa-6c52f91947fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:01.453270 [ 290 ] {} TCP-Session: 097c8604-8c8d-49bb-a5aa-6c52f91947fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:01.453825 [ 313 ] {5a908fe1-c975-4eb4-bf5d-f18cf730cc83} AggregatingTransform: Aggregating 2025.09.17 20:42:01.453885 [ 313 ] {5a908fe1-c975-4eb4-bf5d-f18cf730cc83} Aggregator: Aggregation method: without_key 2025.09.17 20:42:01.453923 [ 313 ] {5a908fe1-c975-4eb4-bf5d-f18cf730cc83} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001008638 sec. (991.436 rows/sec., 38.73 KiB/sec.) 2025.09.17 20:42:01.453942 [ 313 ] {5a908fe1-c975-4eb4-bf5d-f18cf730cc83} Aggregator: Merging aggregated data 2025.09.17 20:42:01.455244 [ 291 ] {5a908fe1-c975-4eb4-bf5d-f18cf730cc83} executeQuery: Read 1 rows, 40.00 B in 0.003198 sec., 312.6954346466542 rows/sec., 12.21 KiB/sec. 2025.09.17 20:42:01.455398 [ 291 ] {5a908fe1-c975-4eb4-bf5d-f18cf730cc83} TCPHandler: Processed in 0.003620532 sec. 2025.09.17 20:42:01.455486 [ 291 ] {} TCPHandler: Done processing connection. 2025.09.17 20:42:01.455509 [ 290 ] {} TCPHandler: Done processing connection. 2025.09.17 20:42:01.455515 [ 291 ] {} TCP-Session: d3db99ff-93d3-4640-8e4a-18d7a9ccd769 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:01.455530 [ 294 ] {} TCPHandler: Done processing connection. 2025.09.17 20:42:01.455556 [ 290 ] {} TCP-Session: 097c8604-8c8d-49bb-a5aa-6c52f91947fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:01.455562 [ 292 ] {} TCPHandler: Done processing connection. 2025.09.17 20:42:01.455580 [ 294 ] {} TCP-Session: d237cbbf-3793-4dca-8918-39eb7b9f41c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:01.455592 [ 293 ] {} TCPHandler: Done processing connection. 2025.09.17 20:42:01.455617 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.17 20:42:01.455637 [ 3 ] {} TCPHandler: Done processing connection. 2025.09.17 20:42:01.455653 [ 293 ] {} TCP-Session: 5e2de098-da19-4311-a01d-b582b08211d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:01.455659 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.17 20:42:01.455671 [ 289 ] {} TCP-Session: 3c22efa9-9594-4b8f-a78d-ebd08eef2c43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:01.455687 [ 3 ] {} TCP-Session: 0287747c-687d-457b-9a93-d5f85bead615 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:01.455712 [ 288 ] {} TCP-Session: 5e4517d5-3f41-4233-a2f2-5a2c7c4ceee8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:01.455677 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.17 20:42:01.455622 [ 292 ] {} TCP-Session: bcaf5d2a-8aac-4941-9e21-58e584722351 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:01.455776 [ 286 ] {} TCP-Session: 146ab9db-9835-4ba5-9527-8106dd133b4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:02.339583 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37991 2025.09.17 20:42:02.339683 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:42:02.339710 [ 291 ] {} TCP-Session: 819c81cf-8fe7-4c20-af70-b185b5fb889c Authenticating user 'default' from [fd00:1122:3344:101::e]:37991 2025.09.17 20:42:02.339733 [ 291 ] {} TCP-Session: 819c81cf-8fe7-4c20-af70-b185b5fb889c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:02.339747 [ 291 ] {} TCP-Session: 819c81cf-8fe7-4c20-af70-b185b5fb889c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:02.339941 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59550 2025.09.17 20:42:02.340014 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57442 2025.09.17 20:42:02.340036 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64474 2025.09.17 20:42:02.340060 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50557 2025.09.17 20:42:02.340091 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:42:02.340071 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64973 2025.09.17 20:42:02.340110 [ 291 ] {} TCP-Session: 819c81cf-8fe7-4c20-af70-b185b5fb889c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:02.340147 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:42:02.340153 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:42:02.340190 [ 289 ] {} TCP-Session: e302c55d-64cf-457e-bc9e-142ab3db2b33 Authenticating user 'default' from [fd00:1122:3344:101::e]:50557 2025.09.17 20:42:02.340196 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:42:02.340218 [ 286 ] {} TCP-Session: 3c95be00-192c-4567-bd22-25035781adae Authenticating user 'default' from [fd00:1122:3344:101::e]:64474 2025.09.17 20:42:02.340227 [ 289 ] {} TCP-Session: e302c55d-64cf-457e-bc9e-142ab3db2b33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:02.340234 [ 290 ] {} TCP-Session: 0e989837-79bb-4391-bf37-9af9d43cc82e Authenticating user 'default' from [fd00:1122:3344:101::e]:64973 2025.09.17 20:42:02.340246 [ 286 ] {} TCP-Session: 3c95be00-192c-4567-bd22-25035781adae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:02.340251 [ 289 ] {} TCP-Session: e302c55d-64cf-457e-bc9e-142ab3db2b33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:02.340265 [ 290 ] {} TCP-Session: 0e989837-79bb-4391-bf37-9af9d43cc82e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:02.340269 [ 286 ] {} TCP-Session: 3c95be00-192c-4567-bd22-25035781adae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:02.340296 [ 290 ] {} TCP-Session: 0e989837-79bb-4391-bf37-9af9d43cc82e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:02.340053 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:42:02.340314 [ 291 ] {9a8a6736-7b3a-44c1-978e-f3877b506673} executeQuery: (from [fd00:1122:3344:101::e]:37991) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.17 20:42:02.340051 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54717 2025.09.17 20:42:02.340370 [ 292 ] {} TCP-Session: 60c74885-f3c7-4110-8b21-6593e241cc16 Authenticating user 'default' from [fd00:1122:3344:101::e]:59550 2025.09.17 20:42:02.340023 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43153 2025.09.17 20:42:02.340450 [ 292 ] {} TCP-Session: 60c74885-f3c7-4110-8b21-6593e241cc16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:02.340021 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34340 2025.09.17 20:42:02.340506 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:42:02.340527 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:42:02.340555 [ 288 ] {} TCP-Session: 84421a2c-1928-44c1-9f01-56673df61bd4 Authenticating user 'default' from [fd00:1122:3344:101::e]:54717 2025.09.17 20:42:02.340571 [ 294 ] {} TCP-Session: 01ffb68a-3d13-402b-ad1c-29276d4b3b2f Authenticating user 'default' from [fd00:1122:3344:101::e]:43153 2025.09.17 20:42:02.340580 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:42:02.340594 [ 288 ] {} TCP-Session: 84421a2c-1928-44c1-9f01-56673df61bd4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:02.340614 [ 294 ] {} TCP-Session: 01ffb68a-3d13-402b-ad1c-29276d4b3b2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:02.340640 [ 288 ] {} TCP-Session: 84421a2c-1928-44c1-9f01-56673df61bd4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:02.340640 [ 293 ] {} TCP-Session: a322939b-3d35-489e-8f69-3dad7d1d62d6 Authenticating user 'default' from [fd00:1122:3344:101::e]:34340 2025.09.17 20:42:02.340657 [ 294 ] {} TCP-Session: 01ffb68a-3d13-402b-ad1c-29276d4b3b2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:02.340663 [ 291 ] {9a8a6736-7b3a-44c1-978e-f3877b506673} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.17 20:42:02.340679 [ 293 ] {} TCP-Session: a322939b-3d35-489e-8f69-3dad7d1d62d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:02.340503 [ 292 ] {} TCP-Session: 60c74885-f3c7-4110-8b21-6593e241cc16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:02.340725 [ 293 ] {} TCP-Session: a322939b-3d35-489e-8f69-3dad7d1d62d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:02.340743 [ 291 ] {9a8a6736-7b3a-44c1-978e-f3877b506673} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.17 20:42:02.340123 [ 3 ] {} TCP-Session: f8a90a9f-541f-455d-b853-f762a05e55bf Authenticating user 'default' from [fd00:1122:3344:101::e]:57442 2025.09.17 20:42:02.340822 [ 3 ] {} TCP-Session: f8a90a9f-541f-455d-b853-f762a05e55bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:02.340835 [ 3 ] {} TCP-Session: f8a90a9f-541f-455d-b853-f762a05e55bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:02.341071 [ 291 ] {9a8a6736-7b3a-44c1-978e-f3877b506673} oximeter.version (62bd52ee-0bc0-4eea-bbbd-a51761f62e41) (SelectExecutor): Key condition: unknown 2025.09.17 20:42:02.342050 [ 333 ] {9a8a6736-7b3a-44c1-978e-f3877b506673} AggregatingTransform: Aggregating 2025.09.17 20:42:02.342112 [ 333 ] {9a8a6736-7b3a-44c1-978e-f3877b506673} Aggregator: Aggregation method: without_key 2025.09.17 20:42:02.342159 [ 333 ] {9a8a6736-7b3a-44c1-978e-f3877b506673} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000981178 sec. (1019.183 rows/sec., 39.81 KiB/sec.) 2025.09.17 20:42:02.342185 [ 333 ] {9a8a6736-7b3a-44c1-978e-f3877b506673} Aggregator: Merging aggregated data 2025.09.17 20:42:02.343632 [ 291 ] {9a8a6736-7b3a-44c1-978e-f3877b506673} executeQuery: Read 1 rows, 40.00 B in 0.003375 sec., 296.2962962962963 rows/sec., 11.57 KiB/sec. 2025.09.17 20:42:02.343796 [ 291 ] {9a8a6736-7b3a-44c1-978e-f3877b506673} TCPHandler: Processed in 0.003819487 sec. 2025.09.17 20:42:02.343947 [ 291 ] {} TCPHandler: Done processing connection. 2025.09.17 20:42:02.344040 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.17 20:42:02.344075 [ 290 ] {} TCPHandler: Done processing connection. 2025.09.17 20:42:02.344080 [ 291 ] {} TCP-Session: 819c81cf-8fe7-4c20-af70-b185b5fb889c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:02.344105 [ 289 ] {} TCP-Session: e302c55d-64cf-457e-bc9e-142ab3db2b33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:02.344098 [ 293 ] {} TCPHandler: Done processing connection. 2025.09.17 20:42:02.344128 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.17 20:42:02.344188 [ 293 ] {} TCP-Session: a322939b-3d35-489e-8f69-3dad7d1d62d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:02.344020 [ 3 ] {} TCPHandler: Done processing connection. 2025.09.17 20:42:02.344215 [ 288 ] {} TCP-Session: 84421a2c-1928-44c1-9f01-56673df61bd4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:02.344255 [ 3 ] {} TCP-Session: f8a90a9f-541f-455d-b853-f762a05e55bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:02.344000 [ 294 ] {} TCPHandler: Done processing connection. 2025.09.17 20:42:02.343979 [ 292 ] {} TCPHandler: Done processing connection. 2025.09.17 20:42:02.344325 [ 294 ] {} TCP-Session: 01ffb68a-3d13-402b-ad1c-29276d4b3b2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:02.344062 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.17 20:42:02.344353 [ 292 ] {} TCP-Session: 60c74885-f3c7-4110-8b21-6593e241cc16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:02.344134 [ 290 ] {} TCP-Session: 0e989837-79bb-4391-bf37-9af9d43cc82e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:02.344482 [ 286 ] {} TCP-Session: 3c95be00-192c-4567-bd22-25035781adae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:02.404646 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64926 2025.09.17 20:42:02.404751 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:42:02.404777 [ 291 ] {} TCP-Session: 4cf496e2-d2b8-4506-b157-13567fbd9cac Authenticating user 'default' from [fd00:1122:3344:101::e]:64926 2025.09.17 20:42:02.404800 [ 291 ] {} TCP-Session: 4cf496e2-d2b8-4506-b157-13567fbd9cac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:02.404814 [ 291 ] {} TCP-Session: 4cf496e2-d2b8-4506-b157-13567fbd9cac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:02.404987 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62564 2025.09.17 20:42:02.405011 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59349 2025.09.17 20:42:02.405044 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57571 2025.09.17 20:42:02.405034 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40633 2025.09.17 20:42:02.405110 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34628 2025.09.17 20:42:02.405139 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:42:02.405153 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59844 2025.09.17 20:42:02.405182 [ 3 ] {} TCP-Session: b9733293-adf8-4195-b64c-bcc5c8680142 Authenticating user 'default' from [fd00:1122:3344:101::e]:57571 2025.09.17 20:42:02.405145 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:42:02.405220 [ 3 ] {} TCP-Session: b9733293-adf8-4195-b64c-bcc5c8680142 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:02.405240 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:42:02.405247 [ 3 ] {} TCP-Session: b9733293-adf8-4195-b64c-bcc5c8680142 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:02.405246 [ 293 ] {} TCP-Session: 9f481c1a-1861-4fdc-aa42-f4db71988eea Authenticating user 'default' from [fd00:1122:3344:101::e]:59349 2025.09.17 20:42:02.405274 [ 290 ] {} TCP-Session: d176178e-6f21-43ef-b482-459dc13110ee Authenticating user 'default' from [fd00:1122:3344:101::e]:59844 2025.09.17 20:42:02.405206 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:42:02.405302 [ 293 ] {} TCP-Session: 9f481c1a-1861-4fdc-aa42-f4db71988eea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:02.405314 [ 290 ] {} TCP-Session: d176178e-6f21-43ef-b482-459dc13110ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:02.405331 [ 294 ] {} TCP-Session: f21e41ba-b978-4a17-9999-61aa69379cd5 Authenticating user 'default' from [fd00:1122:3344:101::e]:40633 2025.09.17 20:42:02.405339 [ 293 ] {} TCP-Session: 9f481c1a-1861-4fdc-aa42-f4db71988eea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:02.405350 [ 290 ] {} TCP-Session: d176178e-6f21-43ef-b482-459dc13110ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:02.405364 [ 294 ] {} TCP-Session: f21e41ba-b978-4a17-9999-61aa69379cd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:02.405207 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:42:02.405394 [ 294 ] {} TCP-Session: f21e41ba-b978-4a17-9999-61aa69379cd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:02.405419 [ 286 ] {} TCP-Session: fb0c55f0-4c01-43f4-afb6-2d95951d59f2 Authenticating user 'default' from [fd00:1122:3344:101::e]:34628 2025.09.17 20:42:02.405137 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51367 2025.09.17 20:42:02.405440 [ 286 ] {} TCP-Session: fb0c55f0-4c01-43f4-afb6-2d95951d59f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:02.405132 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60076 2025.09.17 20:42:02.405482 [ 286 ] {} TCP-Session: fb0c55f0-4c01-43f4-afb6-2d95951d59f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:02.405509 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:42:02.405132 [ 291 ] {} TCP-Session: 4cf496e2-d2b8-4506-b157-13567fbd9cac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:02.405553 [ 289 ] {} TCP-Session: 3fbb1aa5-4f96-4ea9-977f-a855b0be8964 Authenticating user 'default' from [fd00:1122:3344:101::e]:51367 2025.09.17 20:42:02.405553 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:42:02.405588 [ 289 ] {} TCP-Session: 3fbb1aa5-4f96-4ea9-977f-a855b0be8964 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:02.405098 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:42:02.405616 [ 289 ] {} TCP-Session: 3fbb1aa5-4f96-4ea9-977f-a855b0be8964 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:02.405615 [ 288 ] {} TCP-Session: b945972c-2ac8-4aac-8390-5d8e506abc6c Authenticating user 'default' from [fd00:1122:3344:101::e]:60076 2025.09.17 20:42:02.405644 [ 292 ] {} TCP-Session: 825be322-be7c-4843-8816-460993d48ed7 Authenticating user 'default' from [fd00:1122:3344:101::e]:62564 2025.09.17 20:42:02.405658 [ 288 ] {} TCP-Session: b945972c-2ac8-4aac-8390-5d8e506abc6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:02.405673 [ 292 ] {} TCP-Session: 825be322-be7c-4843-8816-460993d48ed7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:02.405684 [ 288 ] {} TCP-Session: b945972c-2ac8-4aac-8390-5d8e506abc6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:02.405698 [ 292 ] {} TCP-Session: 825be322-be7c-4843-8816-460993d48ed7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:02.405719 [ 291 ] {0b94884b-ae1a-4018-bafe-39fb001c9ebc} executeQuery: (from [fd00:1122:3344:101::e]:64926) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.17 20:42:02.405987 [ 291 ] {0b94884b-ae1a-4018-bafe-39fb001c9ebc} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.17 20:42:02.406041 [ 291 ] {0b94884b-ae1a-4018-bafe-39fb001c9ebc} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.17 20:42:02.406323 [ 291 ] {0b94884b-ae1a-4018-bafe-39fb001c9ebc} oximeter.version (62bd52ee-0bc0-4eea-bbbd-a51761f62e41) (SelectExecutor): Key condition: unknown 2025.09.17 20:42:02.407276 [ 347 ] {0b94884b-ae1a-4018-bafe-39fb001c9ebc} AggregatingTransform: Aggregating 2025.09.17 20:42:02.407326 [ 347 ] {0b94884b-ae1a-4018-bafe-39fb001c9ebc} Aggregator: Aggregation method: without_key 2025.09.17 20:42:02.407364 [ 347 ] {0b94884b-ae1a-4018-bafe-39fb001c9ebc} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000941566 sec. (1062.060 rows/sec., 41.49 KiB/sec.) 2025.09.17 20:42:02.407384 [ 347 ] {0b94884b-ae1a-4018-bafe-39fb001c9ebc} Aggregator: Merging aggregated data 2025.09.17 20:42:02.408871 [ 291 ] {0b94884b-ae1a-4018-bafe-39fb001c9ebc} executeQuery: Read 1 rows, 40.00 B in 0.003208 sec., 311.7206982543641 rows/sec., 12.18 KiB/sec. 2025.09.17 20:42:02.409046 [ 291 ] {0b94884b-ae1a-4018-bafe-39fb001c9ebc} TCPHandler: Processed in 0.004036334 sec. 2025.09.17 20:42:02.409181 [ 291 ] {} TCPHandler: Done processing connection. 2025.09.17 20:42:02.409214 [ 292 ] {} TCPHandler: Done processing connection. 2025.09.17 20:42:02.409234 [ 291 ] {} TCP-Session: 4cf496e2-d2b8-4506-b157-13567fbd9cac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:02.409238 [ 293 ] {} TCPHandler: Done processing connection. 2025.09.17 20:42:02.409269 [ 292 ] {} TCP-Session: 825be322-be7c-4843-8816-460993d48ed7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:02.409282 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.17 20:42:02.409310 [ 293 ] {} TCP-Session: 9f481c1a-1861-4fdc-aa42-f4db71988eea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:02.409326 [ 3 ] {} TCPHandler: Done processing connection. 2025.09.17 20:42:02.409347 [ 286 ] {} TCP-Session: fb0c55f0-4c01-43f4-afb6-2d95951d59f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:02.409364 [ 294 ] {} TCPHandler: Done processing connection. 2025.09.17 20:42:02.409386 [ 3 ] {} TCP-Session: b9733293-adf8-4195-b64c-bcc5c8680142 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:02.409366 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.17 20:42:02.409407 [ 294 ] {} TCP-Session: f21e41ba-b978-4a17-9999-61aa69379cd5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:02.409305 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.17 20:42:02.409458 [ 289 ] {} TCP-Session: 3fbb1aa5-4f96-4ea9-977f-a855b0be8964 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:02.409259 [ 290 ] {} TCPHandler: Done processing connection. 2025.09.17 20:42:02.409498 [ 288 ] {} TCP-Session: b945972c-2ac8-4aac-8390-5d8e506abc6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:02.409540 [ 290 ] {} TCP-Session: d176178e-6f21-43ef-b482-459dc13110ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:42:03.463603 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:03.463811 [ 5 ] {2d206dab-5708-401d-8b31-9da22750c32c} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.17 20:42:03.463909 [ 5 ] {2d206dab-5708-401d-8b31-9da22750c32c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.17 20:42:03.464575 [ 5 ] {2d206dab-5708-401d-8b31-9da22750c32c} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:03.464624 [ 5 ] {2d206dab-5708-401d-8b31-9da22750c32c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:42:03.465022 [ 5 ] {2d206dab-5708-401d-8b31-9da22750c32c} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.09.17 20:42:03.465263 [ 5 ] {2d206dab-5708-401d-8b31-9da22750c32c} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:03.465428 [ 5 ] {2d206dab-5708-401d-8b31-9da22750c32c} executeQuery: Read 2 rows, 167.00 B in 0.001683 sec., 1188.3541295306002 rows/sec., 96.90 KiB/sec. 2025.09.17 20:42:03.465483 [ 5 ] {2d206dab-5708-401d-8b31-9da22750c32c} TCPHandler: Processed in 0.002018697 sec. 2025.09.17 20:42:03.465615 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:03.465724 [ 5 ] {344f64e7-0bd8-4c06-a966-d8b7da6cbd60} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:42:03.465770 [ 5 ] {344f64e7-0bd8-4c06-a966-d8b7da6cbd60} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:42:03.467128 [ 5 ] {344f64e7-0bd8-4c06-a966-d8b7da6cbd60} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:03.467184 [ 5 ] {344f64e7-0bd8-4c06-a966-d8b7da6cbd60} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:42:03.467763 [ 5 ] {344f64e7-0bd8-4c06-a966-d8b7da6cbd60} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.09.17 20:42:03.467996 [ 5 ] {344f64e7-0bd8-4c06-a966-d8b7da6cbd60} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:03.468161 [ 5 ] {344f64e7-0bd8-4c06-a966-d8b7da6cbd60} executeQuery: Read 1263 rows, 107.37 KiB in 0.002463 sec., 512789.28136419004 rows/sec., 42.57 MiB/sec. 2025.09.17 20:42:03.468206 [ 5 ] {344f64e7-0bd8-4c06-a966-d8b7da6cbd60} TCPHandler: Processed in 0.002645155 sec. 2025.09.17 20:42:03.468337 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:03.468446 [ 5 ] {c35dfd31-d508-4120-b34d-28cca32b7a48} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:42:03.468495 [ 5 ] {c35dfd31-d508-4120-b34d-28cca32b7a48} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:42:03.468934 [ 5 ] {c35dfd31-d508-4120-b34d-28cca32b7a48} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:03.468972 [ 5 ] {c35dfd31-d508-4120-b34d-28cca32b7a48} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:42:03.469299 [ 5 ] {c35dfd31-d508-4120-b34d-28cca32b7a48} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.09.17 20:42:03.469539 [ 5 ] {c35dfd31-d508-4120-b34d-28cca32b7a48} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:03.469677 [ 5 ] {c35dfd31-d508-4120-b34d-28cca32b7a48} executeQuery: Read 35 rows, 2.62 KiB in 0.001256 sec., 27866.242038216562 rows/sec., 2.04 MiB/sec. 2025.09.17 20:42:03.469717 [ 5 ] {c35dfd31-d508-4120-b34d-28cca32b7a48} TCPHandler: Processed in 0.00143166 sec. 2025.09.17 20:42:03.469837 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:03.469938 [ 5 ] {1d0ea275-9c67-4694-916c-5dab5254dd8f} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.17 20:42:03.469981 [ 5 ] {1d0ea275-9c67-4694-916c-5dab5254dd8f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.17 20:42:03.470462 [ 5 ] {1d0ea275-9c67-4694-916c-5dab5254dd8f} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:03.470499 [ 5 ] {1d0ea275-9c67-4694-916c-5dab5254dd8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:42:03.470815 [ 5 ] {1d0ea275-9c67-4694-916c-5dab5254dd8f} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.09.17 20:42:03.471028 [ 5 ] {1d0ea275-9c67-4694-916c-5dab5254dd8f} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:03.471158 [ 5 ] {1d0ea275-9c67-4694-916c-5dab5254dd8f} executeQuery: Read 228 rows, 15.81 KiB in 0.001242 sec., 183574.87922705314 rows/sec., 12.43 MiB/sec. 2025.09.17 20:42:03.471200 [ 5 ] {1d0ea275-9c67-4694-916c-5dab5254dd8f} TCPHandler: Processed in 0.00141321 sec. 2025.09.17 20:42:03.471313 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:03.471410 [ 5 ] {68029c91-cc6e-445b-90ea-f7e4caa307f9} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:42:03.471453 [ 5 ] {68029c91-cc6e-445b-90ea-f7e4caa307f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:42:03.472025 [ 5 ] {68029c91-cc6e-445b-90ea-f7e4caa307f9} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:03.472061 [ 5 ] {68029c91-cc6e-445b-90ea-f7e4caa307f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:42:03.472402 [ 5 ] {68029c91-cc6e-445b-90ea-f7e4caa307f9} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.09.17 20:42:03.472615 [ 5 ] {68029c91-cc6e-445b-90ea-f7e4caa307f9} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:03.472745 [ 5 ] {68029c91-cc6e-445b-90ea-f7e4caa307f9} executeQuery: Read 555 rows, 42.21 KiB in 0.001354 sec., 409896.6026587888 rows/sec., 30.44 MiB/sec. 2025.09.17 20:42:03.472784 [ 5 ] {68029c91-cc6e-445b-90ea-f7e4caa307f9} TCPHandler: Processed in 0.001520763 sec. 2025.09.17 20:42:03.472897 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:03.472993 [ 5 ] {060debc3-cd9f-47b0-831d-47cfa79c6915} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:42:03.473038 [ 5 ] {060debc3-cd9f-47b0-831d-47cfa79c6915} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:42:03.473579 [ 5 ] {060debc3-cd9f-47b0-831d-47cfa79c6915} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:03.473615 [ 5 ] {060debc3-cd9f-47b0-831d-47cfa79c6915} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:42:03.473996 [ 5 ] {060debc3-cd9f-47b0-831d-47cfa79c6915} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.09.17 20:42:03.474223 [ 5 ] {060debc3-cd9f-47b0-831d-47cfa79c6915} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:03.474363 [ 5 ] {060debc3-cd9f-47b0-831d-47cfa79c6915} executeQuery: Read 845 rows, 58.24 KiB in 0.00139 sec., 607913.6690647482 rows/sec., 40.92 MiB/sec. 2025.09.17 20:42:03.474403 [ 5 ] {060debc3-cd9f-47b0-831d-47cfa79c6915} TCPHandler: Processed in 0.001555654 sec. 2025.09.17 20:42:03.474524 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:03.474621 [ 5 ] {c6147843-f630-4d20-a689-c03890908f13} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:42:03.474678 [ 5 ] {c6147843-f630-4d20-a689-c03890908f13} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:42:03.475499 [ 5 ] {c6147843-f630-4d20-a689-c03890908f13} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:03.475537 [ 5 ] {c6147843-f630-4d20-a689-c03890908f13} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:42:03.476092 [ 5 ] {c6147843-f630-4d20-a689-c03890908f13} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.09.17 20:42:03.476331 [ 5 ] {c6147843-f630-4d20-a689-c03890908f13} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:03.476432 [ 102 ] {} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.09.17 20:42:03.476469 [ 102 ] {} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:03.476473 [ 5 ] {c6147843-f630-4d20-a689-c03890908f13} executeQuery: Read 33 rows, 60.55 KiB in 0.001871 sec., 17637.626937466594 rows/sec., 31.61 MiB/sec. 2025.09.17 20:42:03.476491 [ 102 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:42:03.476543 [ 5 ] {c6147843-f630-4d20-a689-c03890908f13} TCPHandler: Processed in 0.002068778 sec. 2025.09.17 20:42:03.476582 [ 194 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2025.09.17 20:42:03.476667 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:03.476763 [ 5 ] {7029e962-d823-43fa-b865-f3f768cf4fba} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:42:03.476768 [ 194 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:42:03.476808 [ 5 ] {7029e962-d823-43fa-b865-f3f768cf4fba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:42:03.476827 [ 194 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 988 rows starting from the beginning of the part 2025.09.17 20:42:03.476943 [ 194 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 33 rows starting from the beginning of the part 2025.09.17 20:42:03.477071 [ 194 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 9 rows starting from the beginning of the part 2025.09.17 20:42:03.477177 [ 5 ] {7029e962-d823-43fa-b865-f3f768cf4fba} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:03.477190 [ 194 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 33 rows starting from the beginning of the part 2025.09.17 20:42:03.477210 [ 5 ] {7029e962-d823-43fa-b865-f3f768cf4fba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:42:03.477292 [ 194 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 9 rows starting from the beginning of the part 2025.09.17 20:42:03.477390 [ 194 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 33 rows starting from the beginning of the part 2025.09.17 20:42:03.477512 [ 5 ] {7029e962-d823-43fa-b865-f3f768cf4fba} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.09.17 20:42:03.477717 [ 5 ] {7029e962-d823-43fa-b865-f3f768cf4fba} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:03.477841 [ 5 ] {7029e962-d823-43fa-b865-f3f768cf4fba} executeQuery: Read 60 rows, 4.14 KiB in 0.001144 sec., 52447.55244755244 rows/sec., 3.53 MiB/sec. 2025.09.17 20:42:03.477875 [ 5 ] {7029e962-d823-43fa-b865-f3f768cf4fba} TCPHandler: Processed in 0.001305037 sec. 2025.09.17 20:42:03.482889 [ 201 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 1105 rows, containing 19 columns (19 merged, 0 gathered) in 0.006338448 sec., 174332.89663337145 rows/sec., 312.40 MiB/sec. 2025.09.17 20:42:03.484123 [ 187 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.09.17 20:42:03.484520 [ 187 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_51_10} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:03.484633 [ 187 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_51_10} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.09.17 20:42:03.484787 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.45 MiB. 2025.09.17 20:42:04.000198 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 291.47 MiB, peak 305.18 MiB, free memory in arenas 0.00 B, will set to 292.64 MiB (RSS), difference: 1.17 MiB 2025.09.17 20:42:05.205436 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 19686 2025.09.17 20:42:05.206007 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:05.206054 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:42:05.206584 [ 245 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.09.17 20:42:05.206824 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:05.206955 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19686 2025.09.17 20:42:05.206987 [ 99 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.09.17 20:42:05.207059 [ 99 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:05.207083 [ 99 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:42:05.207221 [ 194 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2025.09.17 20:42:05.207365 [ 194 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:42:05.207408 [ 194 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_41_8} MergeTreeSequentialSource: Reading 4 marks from part all_1_36_7, total 17254 rows starting from the beginning of the part 2025.09.17 20:42:05.207482 [ 194 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 512 rows starting from the beginning of the part 2025.09.17 20:42:05.207534 [ 194 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 448 rows starting from the beginning of the part 2025.09.17 20:42:05.207587 [ 194 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 512 rows starting from the beginning of the part 2025.09.17 20:42:05.207627 [ 194 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 448 rows starting from the beginning of the part 2025.09.17 20:42:05.207668 [ 194 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 512 rows starting from the beginning of the part 2025.09.17 20:42:05.209564 [ 201 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 19686 rows, containing 4 columns (4 merged, 0 gathered) in 0.002407368 sec., 8177395.396133869 rows/sec., 116.98 MiB/sec. 2025.09.17 20:42:05.209913 [ 193 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.09.17 20:42:05.210229 [ 193 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_41_8} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:05.210305 [ 193 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_41_8} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.09.17 20:42:05.210421 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.64 MiB. 2025.09.17 20:42:06.228765 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 2025.09.17 20:42:06.246992 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:06.247055 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:42:06.252714 [ 244 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.09.17 20:42:06.253411 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:06.253712 [ 99 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.09.17 20:42:06.253780 [ 99 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:06.253803 [ 99 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:42:06.253965 [ 194 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2025.09.17 20:42:06.257036 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 309 2025.09.17 20:42:06.258315 [ 194 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:42:06.260218 [ 194 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::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.09.17 20:42:06.264762 [ 194 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::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.09.17 20:42:06.269164 [ 194 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 8 rows starting from the beginning of the part 2025.09.17 20:42:06.273599 [ 194 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 7 rows starting from the beginning of the part 2025.09.17 20:42:06.277964 [ 194 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 8 rows starting from the beginning of the part 2025.09.17 20:42:06.281769 [ 194 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 7 rows starting from the beginning of the part 2025.09.17 20:42:06.333476 [ 200 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.079544068 sec., 3884.63914116135 rows/sec., 20.09 MiB/sec. 2025.09.17 20:42:06.336334 [ 189 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.09.17 20:42:06.338466 [ 189 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_41_8} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:06.338592 [ 189 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_41_8} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.09.17 20:42:06.341569 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2025.09.17 20:42:07.753157 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1004 2025.09.17 20:42:07.755625 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:07.755675 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:42:07.756950 [ 243 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.09.17 20:42:07.757240 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:07.757609 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1004 2025.09.17 20:42:08.433786 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:08.434070 [ 5 ] {de2c8b15-91d8-41a7-a337-2a53dc23619a} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:42:08.434175 [ 5 ] {de2c8b15-91d8-41a7-a337-2a53dc23619a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:42:08.435070 [ 5 ] {de2c8b15-91d8-41a7-a337-2a53dc23619a} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:08.435118 [ 5 ] {de2c8b15-91d8-41a7-a337-2a53dc23619a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:42:08.435511 [ 5 ] {de2c8b15-91d8-41a7-a337-2a53dc23619a} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.09.17 20:42:08.435751 [ 5 ] {de2c8b15-91d8-41a7-a337-2a53dc23619a} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:08.435900 [ 5 ] {de2c8b15-91d8-41a7-a337-2a53dc23619a} executeQuery: Read 74 rows, 6.12 KiB in 0.00191 sec., 38743.4554973822 rows/sec., 3.13 MiB/sec. 2025.09.17 20:42:08.435942 [ 5 ] {de2c8b15-91d8-41a7-a337-2a53dc23619a} TCPHandler: Processed in 0.002341175 sec. 2025.09.17 20:42:08.436070 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:08.436165 [ 5 ] {143fa362-544d-46d8-9598-4284c1418329} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:42:08.436205 [ 5 ] {143fa362-544d-46d8-9598-4284c1418329} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:42:08.436605 [ 5 ] {143fa362-544d-46d8-9598-4284c1418329} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:08.436641 [ 5 ] {143fa362-544d-46d8-9598-4284c1418329} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:42:08.436927 [ 5 ] {143fa362-544d-46d8-9598-4284c1418329} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.09.17 20:42:08.437131 [ 5 ] {143fa362-544d-46d8-9598-4284c1418329} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:08.437259 [ 5 ] {143fa362-544d-46d8-9598-4284c1418329} executeQuery: Read 9 rows, 693.00 B in 0.001113 sec., 8086.253369272236 rows/sec., 608.05 KiB/sec. 2025.09.17 20:42:08.437296 [ 5 ] {143fa362-544d-46d8-9598-4284c1418329} TCPHandler: Processed in 0.001273975 sec. 2025.09.17 20:42:08.437401 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:08.437493 [ 5 ] {ebf89494-7929-4056-8a03-dc2043873b42} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:42:08.437532 [ 5 ] {ebf89494-7929-4056-8a03-dc2043873b42} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:42:08.437954 [ 5 ] {ebf89494-7929-4056-8a03-dc2043873b42} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:08.437990 [ 5 ] {ebf89494-7929-4056-8a03-dc2043873b42} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:42:08.438284 [ 5 ] {ebf89494-7929-4056-8a03-dc2043873b42} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.09.17 20:42:08.438491 [ 5 ] {ebf89494-7929-4056-8a03-dc2043873b42} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:08.438612 [ 5 ] {ebf89494-7929-4056-8a03-dc2043873b42} executeQuery: Read 73 rows, 5.84 KiB in 0.001137 sec., 64204.04573438875 rows/sec., 5.01 MiB/sec. 2025.09.17 20:42:08.438648 [ 5 ] {ebf89494-7929-4056-8a03-dc2043873b42} TCPHandler: Processed in 0.001294686 sec. 2025.09.17 20:42:08.438759 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:08.438861 [ 5 ] {de9a4232-be4d-4a14-8743-57bbff201d95} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:42:08.438905 [ 5 ] {de9a4232-be4d-4a14-8743-57bbff201d95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:42:08.439369 [ 5 ] {de9a4232-be4d-4a14-8743-57bbff201d95} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:08.439407 [ 5 ] {de9a4232-be4d-4a14-8743-57bbff201d95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:42:08.439771 [ 5 ] {de9a4232-be4d-4a14-8743-57bbff201d95} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.09.17 20:42:08.439982 [ 5 ] {de9a4232-be4d-4a14-8743-57bbff201d95} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:08.440109 [ 5 ] {de9a4232-be4d-4a14-8743-57bbff201d95} executeQuery: Read 160 rows, 11.41 KiB in 0.001266 sec., 126382.30647709321 rows/sec., 8.80 MiB/sec. 2025.09.17 20:42:08.440146 [ 5 ] {de9a4232-be4d-4a14-8743-57bbff201d95} TCPHandler: Processed in 0.001434081 sec. 2025.09.17 20:42:08.440258 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:08.440353 [ 5 ] {9174d215-91a4-4985-aa0b-db1aa72934a7} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:42:08.440407 [ 5 ] {9174d215-91a4-4985-aa0b-db1aa72934a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:42:08.441178 [ 5 ] {9174d215-91a4-4985-aa0b-db1aa72934a7} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:08.441215 [ 5 ] {9174d215-91a4-4985-aa0b-db1aa72934a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:42:08.441730 [ 5 ] {9174d215-91a4-4985-aa0b-db1aa72934a7} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.09.17 20:42:08.441946 [ 5 ] {9174d215-91a4-4985-aa0b-db1aa72934a7} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:08.442082 [ 5 ] {9174d215-91a4-4985-aa0b-db1aa72934a7} executeQuery: Read 9 rows, 16.51 KiB in 0.001747 sec., 5151.688609044076 rows/sec., 9.23 MiB/sec. 2025.09.17 20:42:08.442134 [ 5 ] {9174d215-91a4-4985-aa0b-db1aa72934a7} TCPHandler: Processed in 0.001923643 sec. 2025.09.17 20:42:08.442247 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:08.442340 [ 5 ] {6e13e757-6a32-490d-ab53-9a24c39d67ff} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:42:08.442381 [ 5 ] {6e13e757-6a32-490d-ab53-9a24c39d67ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:42:08.442715 [ 5 ] {6e13e757-6a32-490d-ab53-9a24c39d67ff} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:08.442751 [ 5 ] {6e13e757-6a32-490d-ab53-9a24c39d67ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:42:08.443052 [ 5 ] {6e13e757-6a32-490d-ab53-9a24c39d67ff} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.09.17 20:42:08.443262 [ 5 ] {6e13e757-6a32-490d-ab53-9a24c39d67ff} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:08.443387 [ 5 ] {6e13e757-6a32-490d-ab53-9a24c39d67ff} executeQuery: Read 60 rows, 4.14 KiB in 0.001066 sec., 56285.17823639774 rows/sec., 3.79 MiB/sec. 2025.09.17 20:42:08.443422 [ 5 ] {6e13e757-6a32-490d-ab53-9a24c39d67ff} TCPHandler: Processed in 0.001222554 sec. 2025.09.17 20:42:12.565440 [ 91 ] {} DNSResolver: Updating DNS cache 2025.09.17 20:42:12.565544 [ 91 ] {} DNSResolver: Updated DNS cache 2025.09.17 20:42:12.707698 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 20134 2025.09.17 20:42:12.708199 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:12.708244 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:42:12.708761 [ 245 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.09.17 20:42:12.709016 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:12.709169 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20134 2025.09.17 20:42:13.435319 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:13.435616 [ 5 ] {1db51a35-7669-4686-93d7-2b71414978c5} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:42:13.435713 [ 5 ] {1db51a35-7669-4686-93d7-2b71414978c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:42:13.436437 [ 5 ] {1db51a35-7669-4686-93d7-2b71414978c5} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:13.436488 [ 5 ] {1db51a35-7669-4686-93d7-2b71414978c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:42:13.436892 [ 5 ] {1db51a35-7669-4686-93d7-2b71414978c5} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.09.17 20:42:13.437115 [ 5 ] {1db51a35-7669-4686-93d7-2b71414978c5} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:13.437268 [ 5 ] {1db51a35-7669-4686-93d7-2b71414978c5} executeQuery: Read 122 rows, 10.73 KiB in 0.001745 sec., 69914.04011461318 rows/sec., 6.00 MiB/sec. 2025.09.17 20:42:13.437279 [ 89 ] {} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.09.17 20:42:13.437310 [ 5 ] {1db51a35-7669-4686-93d7-2b71414978c5} TCPHandler: Processed in 0.002177731 sec. 2025.09.17 20:42:13.437358 [ 89 ] {} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:13.437390 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:42:13.437471 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:13.437526 [ 196 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2025.09.17 20:42:13.437572 [ 5 ] {a25b4844-847f-4192-b93c-2de36c23c56f} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:42:13.437618 [ 5 ] {a25b4844-847f-4192-b93c-2de36c23c56f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:42:13.437674 [ 196 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:42:13.437714 [ 196 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1410 rows starting from the beginning of the part 2025.09.17 20:42:13.437781 [ 196 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 122 rows starting from the beginning of the part 2025.09.17 20:42:13.437828 [ 196 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 74 rows starting from the beginning of the part 2025.09.17 20:42:13.437873 [ 196 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 1263 rows starting from the beginning of the part 2025.09.17 20:42:13.437914 [ 196 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 74 rows starting from the beginning of the part 2025.09.17 20:42:13.437956 [ 196 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 122 rows starting from the beginning of the part 2025.09.17 20:42:13.438073 [ 5 ] {a25b4844-847f-4192-b93c-2de36c23c56f} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:13.438117 [ 5 ] {a25b4844-847f-4192-b93c-2de36c23c56f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:42:13.438452 [ 5 ] {a25b4844-847f-4192-b93c-2de36c23c56f} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.09.17 20:42:13.438681 [ 5 ] {a25b4844-847f-4192-b93c-2de36c23c56f} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:13.438815 [ 5 ] {a25b4844-847f-4192-b93c-2de36c23c56f} executeQuery: Read 33 rows, 2.48 KiB in 0.001262 sec., 26148.969889064974 rows/sec., 1.92 MiB/sec. 2025.09.17 20:42:13.438853 [ 5 ] {a25b4844-847f-4192-b93c-2de36c23c56f} TCPHandler: Processed in 0.00143019 sec. 2025.09.17 20:42:13.438972 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:13.439065 [ 5 ] {d5f82d46-9c99-4b2c-986e-6e2548aa1b2c} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:42:13.439105 [ 5 ] {d5f82d46-9c99-4b2c-986e-6e2548aa1b2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:42:13.439453 [ 200 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 3065 rows, containing 5 columns (5 merged, 0 gathered) in 0.001994176 sec., 1536975.6731602428 rows/sec., 134.31 MiB/sec. 2025.09.17 20:42:13.439621 [ 5 ] {d5f82d46-9c99-4b2c-986e-6e2548aa1b2c} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:13.439664 [ 5 ] {d5f82d46-9c99-4b2c-986e-6e2548aa1b2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:42:13.439803 [ 197 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.09.17 20:42:13.439998 [ 5 ] {d5f82d46-9c99-4b2c-986e-6e2548aa1b2c} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.09.17 20:42:13.440219 [ 197 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_61_12} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:13.440274 [ 5 ] {d5f82d46-9c99-4b2c-986e-6e2548aa1b2c} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:13.440324 [ 197 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_61_12} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.09.17 20:42:13.440420 [ 5 ] {d5f82d46-9c99-4b2c-986e-6e2548aa1b2c} executeQuery: Read 97 rows, 7.76 KiB in 0.001373 sec., 70648.21558630736 rows/sec., 5.52 MiB/sec. 2025.09.17 20:42:13.440420 [ 87 ] {} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.09.17 20:42:13.440463 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. 2025.09.17 20:42:13.440464 [ 5 ] {d5f82d46-9c99-4b2c-986e-6e2548aa1b2c} TCPHandler: Processed in 0.001538823 sec. 2025.09.17 20:42:13.440497 [ 87 ] {} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:13.440523 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:42:13.440597 [ 196 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2025.09.17 20:42:13.440625 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:13.440706 [ 196 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:42:13.440731 [ 5 ] {d2b8ef6f-1675-4dc0-9ce3-35904dafb355} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:42:13.440734 [ 196 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 634 rows starting from the beginning of the part 2025.09.17 20:42:13.440782 [ 5 ] {d2b8ef6f-1675-4dc0-9ce3-35904dafb355} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:42:13.440799 [ 196 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 97 rows starting from the beginning of the part 2025.09.17 20:42:13.440842 [ 196 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 73 rows starting from the beginning of the part 2025.09.17 20:42:13.440876 [ 196 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 555 rows starting from the beginning of the part 2025.09.17 20:42:13.440910 [ 196 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 73 rows starting from the beginning of the part 2025.09.17 20:42:13.440945 [ 196 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 97 rows starting from the beginning of the part 2025.09.17 20:42:13.441249 [ 5 ] {d2b8ef6f-1675-4dc0-9ce3-35904dafb355} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:13.441291 [ 5 ] {d2b8ef6f-1675-4dc0-9ce3-35904dafb355} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:42:13.441652 [ 5 ] {d2b8ef6f-1675-4dc0-9ce3-35904dafb355} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.09.17 20:42:13.441865 [ 5 ] {d2b8ef6f-1675-4dc0-9ce3-35904dafb355} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:13.441908 [ 196 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 1529 rows, containing 5 columns (5 merged, 0 gathered) in 0.001340768 sec., 1140391.1787870831 rows/sec., 90.54 MiB/sec. 2025.09.17 20:42:13.441994 [ 5 ] {d2b8ef6f-1675-4dc0-9ce3-35904dafb355} executeQuery: Read 160 rows, 11.41 KiB in 0.001282 sec., 124804.992199688 rows/sec., 8.69 MiB/sec. 2025.09.17 20:42:13.441997 [ 87 ] {} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.09.17 20:42:13.442040 [ 5 ] {d2b8ef6f-1675-4dc0-9ce3-35904dafb355} TCPHandler: Processed in 0.001463171 sec. 2025.09.17 20:42:13.442050 [ 87 ] {} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:13.442080 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:42:13.442156 [ 197 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2025.09.17 20:42:13.442163 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:13.442174 [ 191 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.09.17 20:42:13.442271 [ 197 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:42:13.442282 [ 5 ] {96b0a4e6-6809-4b8e-87db-e8005d5c38f3} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:42:13.442311 [ 197 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_61_12} MergeTreeSequentialSource: Reading 3 marks from part all_1_56_11, total 16027 rows starting from the beginning of the part 2025.09.17 20:42:13.442347 [ 5 ] {96b0a4e6-6809-4b8e-87db-e8005d5c38f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:42:13.442378 [ 197 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 160 rows starting from the beginning of the part 2025.09.17 20:42:13.442428 [ 197 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 160 rows starting from the beginning of the part 2025.09.17 20:42:13.442470 [ 197 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 845 rows starting from the beginning of the part 2025.09.17 20:42:13.442513 [ 197 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 160 rows starting from the beginning of the part 2025.09.17 20:42:13.442561 [ 197 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 160 rows starting from the beginning of the part 2025.09.17 20:42:13.442583 [ 191 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_61_12} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:13.442670 [ 191 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_61_12} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.09.17 20:42:13.442779 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2025.09.17 20:42:13.443247 [ 5 ] {96b0a4e6-6809-4b8e-87db-e8005d5c38f3} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:13.443290 [ 5 ] {96b0a4e6-6809-4b8e-87db-e8005d5c38f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:42:13.443880 [ 5 ] {96b0a4e6-6809-4b8e-87db-e8005d5c38f3} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.09.17 20:42:13.444135 [ 5 ] {96b0a4e6-6809-4b8e-87db-e8005d5c38f3} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:13.444283 [ 5 ] {96b0a4e6-6809-4b8e-87db-e8005d5c38f3} executeQuery: Read 33 rows, 60.55 KiB in 0.002019 sec., 16344.725111441308 rows/sec., 29.29 MiB/sec. 2025.09.17 20:42:13.444340 [ 5 ] {96b0a4e6-6809-4b8e-87db-e8005d5c38f3} TCPHandler: Processed in 0.002224432 sec. 2025.09.17 20:42:13.444455 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:13.444551 [ 5 ] {49d180a2-1533-403d-9f92-4fa745198f1c} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:42:13.444593 [ 5 ] {49d180a2-1533-403d-9f92-4fa745198f1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:42:13.444951 [ 5 ] {49d180a2-1533-403d-9f92-4fa745198f1c} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:13.444987 [ 5 ] {49d180a2-1533-403d-9f92-4fa745198f1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:42:13.445300 [ 5 ] {49d180a2-1533-403d-9f92-4fa745198f1c} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.09.17 20:42:13.445510 [ 5 ] {49d180a2-1533-403d-9f92-4fa745198f1c} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:13.445637 [ 5 ] {49d180a2-1533-403d-9f92-4fa745198f1c} executeQuery: Read 60 rows, 4.14 KiB in 0.001105 sec., 54298.64253393665 rows/sec., 3.66 MiB/sec. 2025.09.17 20:42:13.445640 [ 87 ] {} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.09.17 20:42:13.445679 [ 5 ] {49d180a2-1533-403d-9f92-4fa745198f1c} TCPHandler: Processed in 0.001271176 sec. 2025.09.17 20:42:13.445689 [ 87 ] {} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:13.445715 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:42:13.445792 [ 196 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2025.09.17 20:42:13.445908 [ 196 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:42:13.445939 [ 196 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3048 rows starting from the beginning of the part 2025.09.17 20:42:13.445990 [ 196 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 60 rows starting from the beginning of the part 2025.09.17 20:42:13.446032 [ 196 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 60 rows starting from the beginning of the part 2025.09.17 20:42:13.446072 [ 196 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 60 rows starting from the beginning of the part 2025.09.17 20:42:13.446111 [ 196 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 60 rows starting from the beginning of the part 2025.09.17 20:42:13.446150 [ 196 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 60 rows starting from the beginning of the part 2025.09.17 20:42:13.447607 [ 196 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 3348 rows, containing 4 columns (4 merged, 0 gathered) in 0.001849462 sec., 1810256.1717948245 rows/sec., 121.85 MiB/sec. 2025.09.17 20:42:13.447838 [ 195 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 17512 rows, containing 5 columns (5 merged, 0 gathered) in 0.00571277 sec., 3065413.100824994 rows/sec., 210.51 MiB/sec. 2025.09.17 20:42:13.447951 [ 196 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.09.17 20:42:13.448179 [ 202 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.09.17 20:42:13.448236 [ 196 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_61_12} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:13.448327 [ 196 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_61_12} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.09.17 20:42:13.448400 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. 2025.09.17 20:42:13.448609 [ 202 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_61_12} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:13.448685 [ 202 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_61_12} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.09.17 20:42:13.448768 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.44 MiB. 2025.09.17 20:42:13.757731 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 2025.09.17 20:42:13.773688 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:13.773758 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:42:13.779372 [ 244 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.09.17 20:42:13.780041 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:13.782901 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 317 2025.09.17 20:42:14.001168 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 295.19 MiB, peak 307.13 MiB, free memory in arenas 0.00 B, will set to 296.84 MiB (RSS), difference: 1.65 MiB 2025.09.17 20:42:17.758475 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1028 2025.09.17 20:42:17.760721 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:17.760770 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:42:17.761990 [ 243 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.09.17 20:42:17.762294 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:17.762430 [ 83 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.09.17 20:42:17.762475 [ 83 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:17.762498 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:42:17.762660 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1028 2025.09.17 20:42:17.762655 [ 186 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2025.09.17 20:42:17.763306 [ 186 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:42:17.763469 [ 186 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 886 rows starting from the beginning of the part 2025.09.17 20:42:17.763856 [ 186 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 28 rows starting from the beginning of the part 2025.09.17 20:42:17.764230 [ 186 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 24 rows starting from the beginning of the part 2025.09.17 20:42:17.764578 [ 186 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 32 rows starting from the beginning of the part 2025.09.17 20:42:17.764917 [ 186 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 34 rows starting from the beginning of the part 2025.09.17 20:42:17.765236 [ 186 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 24 rows starting from the beginning of the part 2025.09.17 20:42:17.771147 [ 196 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1028 rows, containing 72 columns (72 merged, 0 gathered) in 0.008571711 sec., 119929.38166020764 rows/sec., 96.48 MiB/sec. 2025.09.17 20:42:17.772650 [ 195 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.09.17 20:42:17.773238 [ 195 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_31_6} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:17.773311 [ 195 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_31_6} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.09.17 20:42:17.773555 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.38 MiB. 2025.09.17 20:42:18.437258 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:18.437443 [ 5 ] {f3353a44-55bb-4cbf-b3ce-9c0a3af05daa} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.17 20:42:18.437510 [ 5 ] {f3353a44-55bb-4cbf-b3ce-9c0a3af05daa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.17 20:42:18.438160 [ 5 ] {f3353a44-55bb-4cbf-b3ce-9c0a3af05daa} oximeter.fields_i16 (ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:18.438210 [ 5 ] {f3353a44-55bb-4cbf-b3ce-9c0a3af05daa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:42:18.438604 [ 5 ] {f3353a44-55bb-4cbf-b3ce-9c0a3af05daa} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.09.17 20:42:18.438833 [ 5 ] {f3353a44-55bb-4cbf-b3ce-9c0a3af05daa} oximeter.fields_i16 (ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:18.438988 [ 5 ] {f3353a44-55bb-4cbf-b3ce-9c0a3af05daa} executeQuery: Read 24 rows, 2.04 KiB in 0.001596 sec., 15037.593984962406 rows/sec., 1.25 MiB/sec. 2025.09.17 20:42:18.439031 [ 5 ] {f3353a44-55bb-4cbf-b3ce-9c0a3af05daa} TCPHandler: Processed in 0.001907234 sec. 2025.09.17 20:42:18.439157 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:18.439283 [ 5 ] {7cc316fa-b07f-4202-bb6c-2923bb6e7920} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.17 20:42:18.439335 [ 5 ] {7cc316fa-b07f-4202-bb6c-2923bb6e7920} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.17 20:42:18.439828 [ 5 ] {7cc316fa-b07f-4202-bb6c-2923bb6e7920} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:18.439866 [ 5 ] {7cc316fa-b07f-4202-bb6c-2923bb6e7920} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:42:18.440190 [ 5 ] {7cc316fa-b07f-4202-bb6c-2923bb6e7920} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.09.17 20:42:18.440421 [ 5 ] {7cc316fa-b07f-4202-bb6c-2923bb6e7920} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:18.440558 [ 5 ] {7cc316fa-b07f-4202-bb6c-2923bb6e7920} executeQuery: Read 8 rows, 668.00 B in 0.0013 sec., 6153.846153846154 rows/sec., 501.80 KiB/sec. 2025.09.17 20:42:18.440597 [ 5 ] {7cc316fa-b07f-4202-bb6c-2923bb6e7920} TCPHandler: Processed in 0.001501692 sec. 2025.09.17 20:42:18.440707 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:18.440804 [ 5 ] {046ed972-8ca6-49cc-b021-4da5fe78aea0} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:42:18.440845 [ 5 ] {046ed972-8ca6-49cc-b021-4da5fe78aea0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:42:18.441312 [ 5 ] {046ed972-8ca6-49cc-b021-4da5fe78aea0} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:18.441347 [ 5 ] {046ed972-8ca6-49cc-b021-4da5fe78aea0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:42:18.441672 [ 5 ] {046ed972-8ca6-49cc-b021-4da5fe78aea0} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.09.17 20:42:18.441936 [ 5 ] {046ed972-8ca6-49cc-b021-4da5fe78aea0} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:18.442065 [ 5 ] {046ed972-8ca6-49cc-b021-4da5fe78aea0} executeQuery: Read 198 rows, 17.88 KiB in 0.001279 sec., 154808.44409695076 rows/sec., 13.65 MiB/sec. 2025.09.17 20:42:18.442104 [ 5 ] {046ed972-8ca6-49cc-b021-4da5fe78aea0} TCPHandler: Processed in 0.00144671 sec. 2025.09.17 20:42:18.442217 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:18.442312 [ 5 ] {1cd8c6cb-c1e9-4a25-9ca7-cd8c4c9a09c5} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:42:18.442355 [ 5 ] {1cd8c6cb-c1e9-4a25-9ca7-cd8c4c9a09c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:42:18.442760 [ 5 ] {1cd8c6cb-c1e9-4a25-9ca7-cd8c4c9a09c5} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:18.442798 [ 5 ] {1cd8c6cb-c1e9-4a25-9ca7-cd8c4c9a09c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:42:18.443098 [ 5 ] {1cd8c6cb-c1e9-4a25-9ca7-cd8c4c9a09c5} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.09.17 20:42:18.443307 [ 5 ] {1cd8c6cb-c1e9-4a25-9ca7-cd8c4c9a09c5} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:18.443420 [ 83 ] {} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.09.17 20:42:18.443435 [ 5 ] {1cd8c6cb-c1e9-4a25-9ca7-cd8c4c9a09c5} executeQuery: Read 29 rows, 2.20 KiB in 0.001141 sec., 25416.30148992112 rows/sec., 1.88 MiB/sec. 2025.09.17 20:42:18.443487 [ 83 ] {} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:18.443498 [ 5 ] {1cd8c6cb-c1e9-4a25-9ca7-cd8c4c9a09c5} TCPHandler: Processed in 0.001330987 sec. 2025.09.17 20:42:18.443519 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:42:18.443617 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:18.443642 [ 196 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2025.09.17 20:42:18.443717 [ 5 ] {d2fd20b6-65a7-4d0a-b07d-a8f038fd08d1} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.17 20:42:18.443762 [ 5 ] {d2fd20b6-65a7-4d0a-b07d-a8f038fd08d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.17 20:42:18.443772 [ 196 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:42:18.443811 [ 196 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 72 rows starting from the beginning of the part 2025.09.17 20:42:18.443877 [ 196 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 9 rows starting from the beginning of the part 2025.09.17 20:42:18.443922 [ 196 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 35 rows starting from the beginning of the part 2025.09.17 20:42:18.443969 [ 196 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 9 rows starting from the beginning of the part 2025.09.17 20:42:18.444013 [ 196 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 33 rows starting from the beginning of the part 2025.09.17 20:42:18.444054 [ 196 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 29 rows starting from the beginning of the part 2025.09.17 20:42:18.444164 [ 5 ] {d2fd20b6-65a7-4d0a-b07d-a8f038fd08d1} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:18.444207 [ 5 ] {d2fd20b6-65a7-4d0a-b07d-a8f038fd08d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:42:18.444534 [ 5 ] {d2fd20b6-65a7-4d0a-b07d-a8f038fd08d1} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.09.17 20:42:18.444772 [ 5 ] {d2fd20b6-65a7-4d0a-b07d-a8f038fd08d1} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:18.444885 [ 195 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 187 rows, containing 5 columns (5 merged, 0 gathered) in 0.001299346 sec., 143918.55595045508 rows/sec., 11.09 MiB/sec. 2025.09.17 20:42:18.444904 [ 5 ] {d2fd20b6-65a7-4d0a-b07d-a8f038fd08d1} executeQuery: Read 24 rows, 2.04 KiB in 0.001205 sec., 19917.01244813278 rows/sec., 1.65 MiB/sec. 2025.09.17 20:42:18.444955 [ 5 ] {d2fd20b6-65a7-4d0a-b07d-a8f038fd08d1} TCPHandler: Processed in 0.001388169 sec. 2025.09.17 20:42:18.445047 [ 190 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.09.17 20:42:18.445066 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:18.445161 [ 5 ] {dd3bdfc3-9b21-49e9-a8bc-ceddb059f4ff} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.17 20:42:18.445201 [ 5 ] {dd3bdfc3-9b21-49e9-a8bc-ceddb059f4ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.17 20:42:18.445334 [ 190 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_56_11} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:18.445411 [ 190 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_56_11} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.09.17 20:42:18.445499 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.09.17 20:42:18.445595 [ 5 ] {dd3bdfc3-9b21-49e9-a8bc-ceddb059f4ff} oximeter.fields_u8 (20447e1c-98e2-48f4-ad1a-5155a635de4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:18.445631 [ 5 ] {dd3bdfc3-9b21-49e9-a8bc-ceddb059f4ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:42:18.445932 [ 5 ] {dd3bdfc3-9b21-49e9-a8bc-ceddb059f4ff} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.09.17 20:42:18.446149 [ 5 ] {dd3bdfc3-9b21-49e9-a8bc-ceddb059f4ff} oximeter.fields_u8 (20447e1c-98e2-48f4-ad1a-5155a635de4d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:18.446279 [ 5 ] {dd3bdfc3-9b21-49e9-a8bc-ceddb059f4ff} executeQuery: Read 12 rows, 960.00 B in 0.001135 sec., 10572.687224669604 rows/sec., 825.99 KiB/sec. 2025.09.17 20:42:18.446316 [ 5 ] {dd3bdfc3-9b21-49e9-a8bc-ceddb059f4ff} TCPHandler: Processed in 0.001300107 sec. 2025.09.17 20:42:18.446423 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:18.446519 [ 5 ] {0eea6791-ea31-4a93-8710-7fca347e7ff7} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:42:18.446559 [ 5 ] {0eea6791-ea31-4a93-8710-7fca347e7ff7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:42:18.446988 [ 5 ] {0eea6791-ea31-4a93-8710-7fca347e7ff7} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:18.447025 [ 5 ] {0eea6791-ea31-4a93-8710-7fca347e7ff7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:42:18.447332 [ 5 ] {0eea6791-ea31-4a93-8710-7fca347e7ff7} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.09.17 20:42:18.447538 [ 5 ] {0eea6791-ea31-4a93-8710-7fca347e7ff7} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:18.447667 [ 5 ] {0eea6791-ea31-4a93-8710-7fca347e7ff7} executeQuery: Read 117 rows, 9.75 KiB in 0.001165 sec., 100429.18454935623 rows/sec., 8.17 MiB/sec. 2025.09.17 20:42:18.447704 [ 5 ] {0eea6791-ea31-4a93-8710-7fca347e7ff7} TCPHandler: Processed in 0.001329608 sec. 2025.09.17 20:42:18.447873 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:18.447972 [ 5 ] {02fa578a-371e-4cd1-a6c7-5a61cc38b772} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:42:18.448016 [ 5 ] {02fa578a-371e-4cd1-a6c7-5a61cc38b772} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:42:18.448420 [ 5 ] {02fa578a-371e-4cd1-a6c7-5a61cc38b772} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:18.448456 [ 5 ] {02fa578a-371e-4cd1-a6c7-5a61cc38b772} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:42:18.448789 [ 5 ] {02fa578a-371e-4cd1-a6c7-5a61cc38b772} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.09.17 20:42:18.448997 [ 5 ] {02fa578a-371e-4cd1-a6c7-5a61cc38b772} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:18.449117 [ 5 ] {02fa578a-371e-4cd1-a6c7-5a61cc38b772} executeQuery: Read 200 rows, 14.68 KiB in 0.001175 sec., 170212.7659574468 rows/sec., 12.20 MiB/sec. 2025.09.17 20:42:18.449151 [ 5 ] {02fa578a-371e-4cd1-a6c7-5a61cc38b772} TCPHandler: Processed in 0.001343098 sec. 2025.09.17 20:42:18.449256 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:18.449345 [ 5 ] {dfd1d210-509e-4e9b-bc7d-cd29dbed47f0} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:42:18.449396 [ 5 ] {dfd1d210-509e-4e9b-bc7d-cd29dbed47f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:42:18.450186 [ 5 ] {dfd1d210-509e-4e9b-bc7d-cd29dbed47f0} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:18.450223 [ 5 ] {dfd1d210-509e-4e9b-bc7d-cd29dbed47f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:42:18.450731 [ 5 ] {dfd1d210-509e-4e9b-bc7d-cd29dbed47f0} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.09.17 20:42:18.450965 [ 5 ] {dfd1d210-509e-4e9b-bc7d-cd29dbed47f0} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:18.451107 [ 5 ] {dfd1d210-509e-4e9b-bc7d-cd29dbed47f0} executeQuery: Read 9 rows, 16.51 KiB in 0.001751 sec., 5139.920045688178 rows/sec., 9.21 MiB/sec. 2025.09.17 20:42:18.451174 [ 5 ] {dfd1d210-509e-4e9b-bc7d-cd29dbed47f0} TCPHandler: Processed in 0.001944345 sec. 2025.09.17 20:42:18.451286 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:18.451382 [ 5 ] {ce104cab-e726-42ca-81be-dded5429f8a6} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:42:18.451425 [ 5 ] {ce104cab-e726-42ca-81be-dded5429f8a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:42:18.451763 [ 5 ] {ce104cab-e726-42ca-81be-dded5429f8a6} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:18.451799 [ 5 ] {ce104cab-e726-42ca-81be-dded5429f8a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:42:18.452110 [ 5 ] {ce104cab-e726-42ca-81be-dded5429f8a6} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.09.17 20:42:18.452315 [ 5 ] {ce104cab-e726-42ca-81be-dded5429f8a6} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:18.452447 [ 5 ] {ce104cab-e726-42ca-81be-dded5429f8a6} executeQuery: Read 60 rows, 4.14 KiB in 0.001083 sec., 55401.662049861494 rows/sec., 3.73 MiB/sec. 2025.09.17 20:42:18.452484 [ 5 ] {ce104cab-e726-42ca-81be-dded5429f8a6} TCPHandler: Processed in 0.001247925 sec. 2025.09.17 20:42:20.209386 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 20646 2025.09.17 20:42:20.209968 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:20.210024 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2025.09.17 20:42:20.210512 [ 245 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.09.17 20:42:20.210753 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:20.210905 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20646 2025.09.17 20:42:21.283143 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 324 2025.09.17 20:42:21.299778 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:21.299836 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:21.305928 [ 244 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.09.17 20:42:21.306633 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:21.309669 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 324 2025.09.17 20:42:23.435752 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:23.435932 [ 5 ] {e6972528-c6fe-423a-891f-e639ef4d5bc0} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:42:23.435997 [ 5 ] {e6972528-c6fe-423a-891f-e639ef4d5bc0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:42:23.436695 [ 5 ] {e6972528-c6fe-423a-891f-e639ef4d5bc0} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:23.436731 [ 5 ] {e6972528-c6fe-423a-891f-e639ef4d5bc0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:23.437166 [ 5 ] {e6972528-c6fe-423a-891f-e639ef4d5bc0} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.09.17 20:42:23.437392 [ 5 ] {e6972528-c6fe-423a-891f-e639ef4d5bc0} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:23.437538 [ 5 ] {e6972528-c6fe-423a-891f-e639ef4d5bc0} executeQuery: Read 122 rows, 10.73 KiB in 0.001658 sec., 73582.6296743064 rows/sec., 6.32 MiB/sec. 2025.09.17 20:42:23.437581 [ 5 ] {e6972528-c6fe-423a-891f-e639ef4d5bc0} TCPHandler: Processed in 0.001964215 sec. 2025.09.17 20:42:23.437705 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:23.437799 [ 5 ] {2dde7c88-0e7e-4b1f-be3c-b50108379a0c} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:42:23.437839 [ 5 ] {2dde7c88-0e7e-4b1f-be3c-b50108379a0c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:42:23.438254 [ 5 ] {2dde7c88-0e7e-4b1f-be3c-b50108379a0c} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:23.438287 [ 5 ] {2dde7c88-0e7e-4b1f-be3c-b50108379a0c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:23.438590 [ 5 ] {2dde7c88-0e7e-4b1f-be3c-b50108379a0c} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.09.17 20:42:23.438807 [ 5 ] {2dde7c88-0e7e-4b1f-be3c-b50108379a0c} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:23.438928 [ 5 ] {2dde7c88-0e7e-4b1f-be3c-b50108379a0c} executeQuery: Read 33 rows, 2.48 KiB in 0.001147 sec., 28770.706190061028 rows/sec., 2.11 MiB/sec. 2025.09.17 20:42:23.438964 [ 5 ] {2dde7c88-0e7e-4b1f-be3c-b50108379a0c} TCPHandler: Processed in 0.001307836 sec. 2025.09.17 20:42:23.439084 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:23.439177 [ 5 ] {3df34c31-0346-49c4-8ab9-35be35b8f075} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:42:23.439216 [ 5 ] {3df34c31-0346-49c4-8ab9-35be35b8f075} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:42:23.439653 [ 5 ] {3df34c31-0346-49c4-8ab9-35be35b8f075} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:23.439688 [ 5 ] {3df34c31-0346-49c4-8ab9-35be35b8f075} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:23.439980 [ 5 ] {3df34c31-0346-49c4-8ab9-35be35b8f075} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.09.17 20:42:23.440189 [ 5 ] {3df34c31-0346-49c4-8ab9-35be35b8f075} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:23.440309 [ 5 ] {3df34c31-0346-49c4-8ab9-35be35b8f075} executeQuery: Read 97 rows, 7.76 KiB in 0.00115 sec., 84347.82608695653 rows/sec., 6.59 MiB/sec. 2025.09.17 20:42:23.440344 [ 5 ] {3df34c31-0346-49c4-8ab9-35be35b8f075} TCPHandler: Processed in 0.001316177 sec. 2025.09.17 20:42:23.440455 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:23.440556 [ 5 ] {f3e12a65-4009-4a27-af43-40d226fe6de8} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:42:23.440598 [ 5 ] {f3e12a65-4009-4a27-af43-40d226fe6de8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:42:23.440994 [ 5 ] {f3e12a65-4009-4a27-af43-40d226fe6de8} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:23.441028 [ 5 ] {f3e12a65-4009-4a27-af43-40d226fe6de8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:23.441363 [ 5 ] {f3e12a65-4009-4a27-af43-40d226fe6de8} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.09.17 20:42:23.441565 [ 5 ] {f3e12a65-4009-4a27-af43-40d226fe6de8} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:23.441686 [ 5 ] {f3e12a65-4009-4a27-af43-40d226fe6de8} executeQuery: Read 160 rows, 11.41 KiB in 0.001147 sec., 139494.33304272013 rows/sec., 9.72 MiB/sec. 2025.09.17 20:42:23.441732 [ 5 ] {f3e12a65-4009-4a27-af43-40d226fe6de8} TCPHandler: Processed in 0.001324467 sec. 2025.09.17 20:42:23.441839 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:23.441931 [ 5 ] {1cb1fab6-f000-48d9-acd7-8a575d8a3218} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:42:23.441984 [ 5 ] {1cb1fab6-f000-48d9-acd7-8a575d8a3218} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:42:23.442804 [ 5 ] {1cb1fab6-f000-48d9-acd7-8a575d8a3218} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:23.442837 [ 5 ] {1cb1fab6-f000-48d9-acd7-8a575d8a3218} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:23.443380 [ 5 ] {1cb1fab6-f000-48d9-acd7-8a575d8a3218} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.09.17 20:42:23.443600 [ 5 ] {1cb1fab6-f000-48d9-acd7-8a575d8a3218} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:23.443730 [ 5 ] {1cb1fab6-f000-48d9-acd7-8a575d8a3218} executeQuery: Read 33 rows, 60.55 KiB in 0.001817 sec., 18161.805173362685 rows/sec., 32.55 MiB/sec. 2025.09.17 20:42:23.443786 [ 5 ] {1cb1fab6-f000-48d9-acd7-8a575d8a3218} TCPHandler: Processed in 0.001994786 sec. 2025.09.17 20:42:23.443908 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:23.444001 [ 5 ] {0ec5a47a-f262-4443-b0b2-5b814b7ff7b1} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:42:23.444041 [ 5 ] {0ec5a47a-f262-4443-b0b2-5b814b7ff7b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:42:23.444379 [ 5 ] {0ec5a47a-f262-4443-b0b2-5b814b7ff7b1} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:23.444412 [ 5 ] {0ec5a47a-f262-4443-b0b2-5b814b7ff7b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:23.444735 [ 5 ] {0ec5a47a-f262-4443-b0b2-5b814b7ff7b1} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.09.17 20:42:23.444945 [ 5 ] {0ec5a47a-f262-4443-b0b2-5b814b7ff7b1} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:23.445080 [ 5 ] {0ec5a47a-f262-4443-b0b2-5b814b7ff7b1} executeQuery: Read 60 rows, 4.14 KiB in 0.001097 sec., 54694.62169553327 rows/sec., 3.69 MiB/sec. 2025.09.17 20:42:23.445114 [ 5 ] {0ec5a47a-f262-4443-b0b2-5b814b7ff7b1} TCPHandler: Processed in 0.001263765 sec. 2025.09.17 20:42:27.565610 [ 74 ] {} DNSResolver: Updating DNS cache 2025.09.17 20:42:27.565715 [ 74 ] {} DNSResolver: Updated DNS cache 2025.09.17 20:42:27.711819 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 21094 2025.09.17 20:42:27.712307 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:27.712355 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:27.712873 [ 245 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.09.17 20:42:27.713127 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:27.713273 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21094 2025.09.17 20:42:27.763773 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1060 2025.09.17 20:42:27.766072 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:27.766116 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:27.767284 [ 243 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.09.17 20:42:27.767550 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:27.767817 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1060 2025.09.17 20:42:28.434126 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:28.434326 [ 5 ] {846ba0b8-08bc-4e60-872e-cadee22c64fb} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:42:28.434401 [ 5 ] {846ba0b8-08bc-4e60-872e-cadee22c64fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:42:28.435148 [ 5 ] {846ba0b8-08bc-4e60-872e-cadee22c64fb} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:28.435201 [ 5 ] {846ba0b8-08bc-4e60-872e-cadee22c64fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:28.435609 [ 5 ] {846ba0b8-08bc-4e60-872e-cadee22c64fb} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.09.17 20:42:28.435840 [ 5 ] {846ba0b8-08bc-4e60-872e-cadee22c64fb} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:28.436003 [ 5 ] {846ba0b8-08bc-4e60-872e-cadee22c64fb} executeQuery: Read 74 rows, 6.12 KiB in 0.001732 sec., 42725.173210161665 rows/sec., 3.45 MiB/sec. 2025.09.17 20:42:28.436054 [ 5 ] {846ba0b8-08bc-4e60-872e-cadee22c64fb} TCPHandler: Processed in 0.002073298 sec. 2025.09.17 20:42:28.436186 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:28.436290 [ 5 ] {a818ffba-e9c8-4321-a684-f446014cbe09} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:42:28.436334 [ 5 ] {a818ffba-e9c8-4321-a684-f446014cbe09} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:42:28.436755 [ 5 ] {a818ffba-e9c8-4321-a684-f446014cbe09} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:28.436794 [ 5 ] {a818ffba-e9c8-4321-a684-f446014cbe09} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:28.437111 [ 5 ] {a818ffba-e9c8-4321-a684-f446014cbe09} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.09.17 20:42:28.437336 [ 5 ] {a818ffba-e9c8-4321-a684-f446014cbe09} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:28.437474 [ 5 ] {a818ffba-e9c8-4321-a684-f446014cbe09} executeQuery: Read 9 rows, 693.00 B in 0.001209 sec., 7444.168734491315 rows/sec., 559.77 KiB/sec. 2025.09.17 20:42:28.437513 [ 5 ] {a818ffba-e9c8-4321-a684-f446014cbe09} TCPHandler: Processed in 0.001379339 sec. 2025.09.17 20:42:28.437626 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:28.437720 [ 5 ] {e0ccb079-431f-49b8-a773-d191bc9ff65a} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:42:28.437761 [ 5 ] {e0ccb079-431f-49b8-a773-d191bc9ff65a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:42:28.438187 [ 5 ] {e0ccb079-431f-49b8-a773-d191bc9ff65a} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:28.438224 [ 5 ] {e0ccb079-431f-49b8-a773-d191bc9ff65a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:28.438531 [ 5 ] {e0ccb079-431f-49b8-a773-d191bc9ff65a} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.09.17 20:42:28.438748 [ 5 ] {e0ccb079-431f-49b8-a773-d191bc9ff65a} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:28.438877 [ 5 ] {e0ccb079-431f-49b8-a773-d191bc9ff65a} executeQuery: Read 73 rows, 5.84 KiB in 0.001176 sec., 62074.82993197279 rows/sec., 4.85 MiB/sec. 2025.09.17 20:42:28.438915 [ 5 ] {e0ccb079-431f-49b8-a773-d191bc9ff65a} TCPHandler: Processed in 0.001339398 sec. 2025.09.17 20:42:28.439026 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:28.439119 [ 5 ] {e36f7fd3-e604-4bea-ba3e-f33b53c9539e} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:42:28.439163 [ 5 ] {e36f7fd3-e604-4bea-ba3e-f33b53c9539e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:42:28.439581 [ 5 ] {e36f7fd3-e604-4bea-ba3e-f33b53c9539e} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:28.439619 [ 5 ] {e36f7fd3-e604-4bea-ba3e-f33b53c9539e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:28.439959 [ 5 ] {e36f7fd3-e604-4bea-ba3e-f33b53c9539e} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.09.17 20:42:28.440177 [ 5 ] {e36f7fd3-e604-4bea-ba3e-f33b53c9539e} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:28.440312 [ 5 ] {e36f7fd3-e604-4bea-ba3e-f33b53c9539e} executeQuery: Read 160 rows, 11.41 KiB in 0.001211 sec., 132122.21304706854 rows/sec., 9.20 MiB/sec. 2025.09.17 20:42:28.440348 [ 5 ] {e36f7fd3-e604-4bea-ba3e-f33b53c9539e} TCPHandler: Processed in 0.001370979 sec. 2025.09.17 20:42:28.440457 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:28.440551 [ 5 ] {fcd1d37f-cb1b-4dbb-8e3c-ae4da82cda5e} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:42:28.440606 [ 5 ] {fcd1d37f-cb1b-4dbb-8e3c-ae4da82cda5e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:42:28.441382 [ 5 ] {fcd1d37f-cb1b-4dbb-8e3c-ae4da82cda5e} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:28.441419 [ 5 ] {fcd1d37f-cb1b-4dbb-8e3c-ae4da82cda5e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:28.441934 [ 5 ] {fcd1d37f-cb1b-4dbb-8e3c-ae4da82cda5e} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.09.17 20:42:28.442169 [ 5 ] {fcd1d37f-cb1b-4dbb-8e3c-ae4da82cda5e} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:28.442292 [ 72 ] {} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.09.17 20:42:28.442312 [ 5 ] {fcd1d37f-cb1b-4dbb-8e3c-ae4da82cda5e} executeQuery: Read 9 rows, 16.51 KiB in 0.001779 sec., 5059.021922428331 rows/sec., 9.07 MiB/sec. 2025.09.17 20:42:28.442367 [ 72 ] {} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:28.442396 [ 72 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:28.442399 [ 5 ] {fcd1d37f-cb1b-4dbb-8e3c-ae4da82cda5e} TCPHandler: Processed in 0.001991376 sec. 2025.09.17 20:42:28.442510 [ 196 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2025.09.17 20:42:28.442528 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:28.442638 [ 5 ] {19335ada-92b4-4aa3-86f5-ad2a2409a4d0} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:42:28.442680 [ 5 ] {19335ada-92b4-4aa3-86f5-ad2a2409a4d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:42:28.442770 [ 196 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:42:28.442839 [ 196 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1105 rows starting from the beginning of the part 2025.09.17 20:42:28.442983 [ 196 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 9 rows starting from the beginning of the part 2025.09.17 20:42:28.443026 [ 5 ] {19335ada-92b4-4aa3-86f5-ad2a2409a4d0} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:28.443069 [ 5 ] {19335ada-92b4-4aa3-86f5-ad2a2409a4d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:28.443102 [ 196 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 33 rows starting from the beginning of the part 2025.09.17 20:42:28.443205 [ 196 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 9 rows starting from the beginning of the part 2025.09.17 20:42:28.443293 [ 196 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 33 rows starting from the beginning of the part 2025.09.17 20:42:28.443385 [ 196 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 9 rows starting from the beginning of the part 2025.09.17 20:42:28.443387 [ 5 ] {19335ada-92b4-4aa3-86f5-ad2a2409a4d0} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.09.17 20:42:28.443620 [ 5 ] {19335ada-92b4-4aa3-86f5-ad2a2409a4d0} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:28.443758 [ 5 ] {19335ada-92b4-4aa3-86f5-ad2a2409a4d0} executeQuery: Read 60 rows, 4.14 KiB in 0.00114 sec., 52631.57894736842 rows/sec., 3.55 MiB/sec. 2025.09.17 20:42:28.443796 [ 5 ] {19335ada-92b4-4aa3-86f5-ad2a2409a4d0} TCPHandler: Processed in 0.001319417 sec. 2025.09.17 20:42:28.450064 [ 192 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 1198 rows, containing 19 columns (19 merged, 0 gathered) in 0.007601754 sec., 157595.2076323438 rows/sec., 282.40 MiB/sec. 2025.09.17 20:42:28.451540 [ 199 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.09.17 20:42:28.451953 [ 199 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_56_11} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:28.452042 [ 199 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_56_11} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.09.17 20:42:28.452184 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.57 MiB. 2025.09.17 20:42:28.810571 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 332 2025.09.17 20:42:28.827097 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:28.827152 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:28.833680 [ 244 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.09.17 20:42:28.834429 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:28.837578 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 332 2025.09.17 20:42:29.000213 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 298.98 MiB, peak 309.98 MiB, free memory in arenas 0.00 B, will set to 302.00 MiB (RSS), difference: 3.02 MiB 2025.09.17 20:42:33.463784 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:33.464003 [ 5 ] {aea4bcfd-84bb-424d-8d51-56cebd7d790c} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.17 20:42:33.464080 [ 5 ] {aea4bcfd-84bb-424d-8d51-56cebd7d790c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.17 20:42:33.464717 [ 5 ] {aea4bcfd-84bb-424d-8d51-56cebd7d790c} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:33.464768 [ 5 ] {aea4bcfd-84bb-424d-8d51-56cebd7d790c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:33.465200 [ 5 ] {aea4bcfd-84bb-424d-8d51-56cebd7d790c} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.09.17 20:42:33.465430 [ 5 ] {aea4bcfd-84bb-424d-8d51-56cebd7d790c} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:33.465589 [ 5 ] {aea4bcfd-84bb-424d-8d51-56cebd7d790c} executeQuery: Read 6 rows, 501.00 B in 0.001641 sec., 3656.3071297989027 rows/sec., 298.15 KiB/sec. 2025.09.17 20:42:33.465631 [ 5 ] {aea4bcfd-84bb-424d-8d51-56cebd7d790c} TCPHandler: Processed in 0.001991846 sec. 2025.09.17 20:42:33.465750 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:33.465855 [ 5 ] {846c1c5d-684d-4891-8a8e-f53e2f0c3754} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:42:33.465897 [ 5 ] {846c1c5d-684d-4891-8a8e-f53e2f0c3754} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:42:33.466786 [ 5 ] {846c1c5d-684d-4891-8a8e-f53e2f0c3754} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:33.466850 [ 5 ] {846c1c5d-684d-4891-8a8e-f53e2f0c3754} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:33.467250 [ 5 ] {846c1c5d-684d-4891-8a8e-f53e2f0c3754} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.09.17 20:42:33.467474 [ 5 ] {846c1c5d-684d-4891-8a8e-f53e2f0c3754} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:33.467629 [ 5 ] {846c1c5d-684d-4891-8a8e-f53e2f0c3754} executeQuery: Read 1265 rows, 107.51 KiB in 0.001793 sec., 705521.472392638 rows/sec., 58.56 MiB/sec. 2025.09.17 20:42:33.467670 [ 5 ] {846c1c5d-684d-4891-8a8e-f53e2f0c3754} TCPHandler: Processed in 0.001970525 sec. 2025.09.17 20:42:33.467785 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:33.467881 [ 5 ] {e09e757c-f5ac-4b2f-9468-e9b8e14dc6dc} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:42:33.467922 [ 5 ] {e09e757c-f5ac-4b2f-9468-e9b8e14dc6dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:42:33.468326 [ 5 ] {e09e757c-f5ac-4b2f-9468-e9b8e14dc6dc} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:33.468365 [ 5 ] {e09e757c-f5ac-4b2f-9468-e9b8e14dc6dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:33.468670 [ 5 ] {e09e757c-f5ac-4b2f-9468-e9b8e14dc6dc} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.09.17 20:42:33.468881 [ 5 ] {e09e757c-f5ac-4b2f-9468-e9b8e14dc6dc} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:33.469010 [ 5 ] {e09e757c-f5ac-4b2f-9468-e9b8e14dc6dc} executeQuery: Read 39 rows, 2.90 KiB in 0.001147 sec., 34001.74367916303 rows/sec., 2.47 MiB/sec. 2025.09.17 20:42:33.469049 [ 5 ] {e09e757c-f5ac-4b2f-9468-e9b8e14dc6dc} TCPHandler: Processed in 0.001313477 sec. 2025.09.17 20:42:33.469147 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:33.469240 [ 5 ] {097091f8-a7c1-49e7-aa4d-af1cd07c9ff2} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.17 20:42:33.469280 [ 5 ] {097091f8-a7c1-49e7-aa4d-af1cd07c9ff2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.17 20:42:33.469734 [ 5 ] {097091f8-a7c1-49e7-aa4d-af1cd07c9ff2} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:33.469771 [ 5 ] {097091f8-a7c1-49e7-aa4d-af1cd07c9ff2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:33.470080 [ 5 ] {097091f8-a7c1-49e7-aa4d-af1cd07c9ff2} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.09.17 20:42:33.470299 [ 5 ] {097091f8-a7c1-49e7-aa4d-af1cd07c9ff2} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:33.470427 [ 5 ] {097091f8-a7c1-49e7-aa4d-af1cd07c9ff2} executeQuery: Read 228 rows, 15.81 KiB in 0.001204 sec., 189368.7707641196 rows/sec., 12.82 MiB/sec. 2025.09.17 20:42:33.470464 [ 5 ] {097091f8-a7c1-49e7-aa4d-af1cd07c9ff2} TCPHandler: Processed in 0.001365679 sec. 2025.09.17 20:42:33.470564 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:33.470657 [ 5 ] {f896b823-b358-4bf2-a60f-f8ec3d2f15d4} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:42:33.470697 [ 5 ] {f896b823-b358-4bf2-a60f-f8ec3d2f15d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:42:33.471251 [ 5 ] {f896b823-b358-4bf2-a60f-f8ec3d2f15d4} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:33.471289 [ 5 ] {f896b823-b358-4bf2-a60f-f8ec3d2f15d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:33.471610 [ 5 ] {f896b823-b358-4bf2-a60f-f8ec3d2f15d4} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.09.17 20:42:33.471831 [ 5 ] {f896b823-b358-4bf2-a60f-f8ec3d2f15d4} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:33.471965 [ 5 ] {f896b823-b358-4bf2-a60f-f8ec3d2f15d4} executeQuery: Read 559 rows, 42.54 KiB in 0.001325 sec., 421886.7924528302 rows/sec., 31.35 MiB/sec. 2025.09.17 20:42:33.472003 [ 5 ] {f896b823-b358-4bf2-a60f-f8ec3d2f15d4} TCPHandler: Processed in 0.001488312 sec. 2025.09.17 20:42:33.472116 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:33.472209 [ 5 ] {24c1bb99-d242-4f90-ac68-24916240fce5} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:42:33.472253 [ 5 ] {24c1bb99-d242-4f90-ac68-24916240fce5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:42:33.472791 [ 5 ] {24c1bb99-d242-4f90-ac68-24916240fce5} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:33.472827 [ 5 ] {24c1bb99-d242-4f90-ac68-24916240fce5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:33.473199 [ 5 ] {24c1bb99-d242-4f90-ac68-24916240fce5} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.09.17 20:42:33.473412 [ 5 ] {24c1bb99-d242-4f90-ac68-24916240fce5} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:33.473556 [ 5 ] {24c1bb99-d242-4f90-ac68-24916240fce5} executeQuery: Read 847 rows, 58.38 KiB in 0.001364 sec., 620967.7419354839 rows/sec., 41.80 MiB/sec. 2025.09.17 20:42:33.473593 [ 5 ] {24c1bb99-d242-4f90-ac68-24916240fce5} TCPHandler: Processed in 0.001526563 sec. 2025.09.17 20:42:33.473705 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:33.473799 [ 5 ] {065dbd13-23ae-4129-98f7-d9c4e97247c7} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:42:33.473854 [ 5 ] {065dbd13-23ae-4129-98f7-d9c4e97247c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:42:33.474652 [ 5 ] {065dbd13-23ae-4129-98f7-d9c4e97247c7} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:33.474689 [ 5 ] {065dbd13-23ae-4129-98f7-d9c4e97247c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:33.475230 [ 5 ] {065dbd13-23ae-4129-98f7-d9c4e97247c7} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.09.17 20:42:33.475452 [ 5 ] {065dbd13-23ae-4129-98f7-d9c4e97247c7} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:33.475590 [ 5 ] {065dbd13-23ae-4129-98f7-d9c4e97247c7} executeQuery: Read 33 rows, 60.55 KiB in 0.001809 sec., 18242.12271973466 rows/sec., 32.69 MiB/sec. 2025.09.17 20:42:33.475643 [ 5 ] {065dbd13-23ae-4129-98f7-d9c4e97247c7} TCPHandler: Processed in 0.001987416 sec. 2025.09.17 20:42:33.475762 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:33.475856 [ 5 ] {f37aa71c-d353-4ddf-a001-9ab15c9a26c3} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:42:33.475899 [ 5 ] {f37aa71c-d353-4ddf-a001-9ab15c9a26c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:42:33.476238 [ 5 ] {f37aa71c-d353-4ddf-a001-9ab15c9a26c3} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:33.476276 [ 5 ] {f37aa71c-d353-4ddf-a001-9ab15c9a26c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:33.476590 [ 5 ] {f37aa71c-d353-4ddf-a001-9ab15c9a26c3} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.09.17 20:42:33.476804 [ 5 ] {f37aa71c-d353-4ddf-a001-9ab15c9a26c3} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:33.476937 [ 5 ] {f37aa71c-d353-4ddf-a001-9ab15c9a26c3} executeQuery: Read 60 rows, 4.14 KiB in 0.001098 sec., 54644.8087431694 rows/sec., 3.68 MiB/sec. 2025.09.17 20:42:33.476973 [ 5 ] {f37aa71c-d353-4ddf-a001-9ab15c9a26c3} TCPHandler: Processed in 0.001260656 sec. 2025.09.17 20:42:35.213389 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 21606 2025.09.17 20:42:35.213895 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:35.213932 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:35.214402 [ 245 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.09.17 20:42:35.214641 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:35.214768 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21606 2025.09.17 20:42:36.337681 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 339 2025.09.17 20:42:36.355103 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:36.355164 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:36.361440 [ 244 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.09.17 20:42:36.362159 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:36.365032 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 339 2025.09.17 20:42:37.768055 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1088 2025.09.17 20:42:37.770353 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:37.770396 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:37.771575 [ 243 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.09.17 20:42:37.771857 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:37.772120 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1088 2025.09.17 20:42:38.434859 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:38.435042 [ 5 ] {f8387e6e-ec22-46e2-a798-5dac76a763f0} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:42:38.435108 [ 5 ] {f8387e6e-ec22-46e2-a798-5dac76a763f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:42:38.435771 [ 5 ] {f8387e6e-ec22-46e2-a798-5dac76a763f0} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:38.435819 [ 5 ] {f8387e6e-ec22-46e2-a798-5dac76a763f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:38.436218 [ 5 ] {f8387e6e-ec22-46e2-a798-5dac76a763f0} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.09.17 20:42:38.436437 [ 5 ] {f8387e6e-ec22-46e2-a798-5dac76a763f0} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:38.436582 [ 5 ] {f8387e6e-ec22-46e2-a798-5dac76a763f0} executeQuery: Read 74 rows, 6.12 KiB in 0.001589 sec., 46570.169918187545 rows/sec., 3.76 MiB/sec. 2025.09.17 20:42:38.436580 [ 59 ] {} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.09.17 20:42:38.436625 [ 5 ] {f8387e6e-ec22-46e2-a798-5dac76a763f0} TCPHandler: Processed in 0.001896054 sec. 2025.09.17 20:42:38.436661 [ 59 ] {} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:38.436687 [ 59 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:38.436771 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:38.436806 [ 198 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2025.09.17 20:42:38.436870 [ 5 ] {6c8517ac-9a09-4020-8570-80392842067a} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:42:38.436900 [ 198 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:42:38.436910 [ 5 ] {6c8517ac-9a09-4020-8570-80392842067a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:42:38.436930 [ 198 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1410 rows starting from the beginning of the part 2025.09.17 20:42:38.436991 [ 198 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 198 rows starting from the beginning of the part 2025.09.17 20:42:38.437037 [ 198 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 122 rows starting from the beginning of the part 2025.09.17 20:42:38.437079 [ 198 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 74 rows starting from the beginning of the part 2025.09.17 20:42:38.437128 [ 198 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 1265 rows starting from the beginning of the part 2025.09.17 20:42:38.437192 [ 198 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 74 rows starting from the beginning of the part 2025.09.17 20:42:38.437335 [ 5 ] {6c8517ac-9a09-4020-8570-80392842067a} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:38.437376 [ 5 ] {6c8517ac-9a09-4020-8570-80392842067a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:38.437673 [ 5 ] {6c8517ac-9a09-4020-8570-80392842067a} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.09.17 20:42:38.437877 [ 5 ] {6c8517ac-9a09-4020-8570-80392842067a} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:38.438004 [ 5 ] {6c8517ac-9a09-4020-8570-80392842067a} executeQuery: Read 9 rows, 693.00 B in 0.001153 sec., 7805.724197745013 rows/sec., 586.95 KiB/sec. 2025.09.17 20:42:38.438040 [ 5 ] {6c8517ac-9a09-4020-8570-80392842067a} TCPHandler: Processed in 0.001317417 sec. 2025.09.17 20:42:38.438163 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:38.438255 [ 5 ] {39ef1bbc-933f-4fde-81dc-2aa680fd11ae} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:42:38.438294 [ 5 ] {39ef1bbc-933f-4fde-81dc-2aa680fd11ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:42:38.438502 [ 199 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 3143 rows, containing 5 columns (5 merged, 0 gathered) in 0.001734059 sec., 1812510.4163122477 rows/sec., 158.74 MiB/sec. 2025.09.17 20:42:38.438718 [ 5 ] {39ef1bbc-933f-4fde-81dc-2aa680fd11ae} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:38.438760 [ 5 ] {39ef1bbc-933f-4fde-81dc-2aa680fd11ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:38.438809 [ 192 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.09.17 20:42:38.439103 [ 5 ] {39ef1bbc-933f-4fde-81dc-2aa680fd11ae} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.09.17 20:42:38.439170 [ 192 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_66_13} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:38.439269 [ 192 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_66_13} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.09.17 20:42:38.439347 [ 5 ] {39ef1bbc-933f-4fde-81dc-2aa680fd11ae} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:38.439377 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. 2025.09.17 20:42:38.439475 [ 59 ] {} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.09.17 20:42:38.439485 [ 5 ] {39ef1bbc-933f-4fde-81dc-2aa680fd11ae} executeQuery: Read 73 rows, 5.84 KiB in 0.001248 sec., 58493.58974358974 rows/sec., 4.57 MiB/sec. 2025.09.17 20:42:38.439511 [ 59 ] {} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:38.439533 [ 5 ] {39ef1bbc-933f-4fde-81dc-2aa680fd11ae} TCPHandler: Processed in 0.00141753 sec. 2025.09.17 20:42:38.439534 [ 59 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:38.439644 [ 187 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2025.09.17 20:42:38.439660 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:38.439757 [ 187 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:42:38.439763 [ 5 ] {f8c9ad78-7932-4a8e-93fe-d3103980425c} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:42:38.439795 [ 187 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 634 rows starting from the beginning of the part 2025.09.17 20:42:38.439817 [ 5 ] {f8c9ad78-7932-4a8e-93fe-d3103980425c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:42:38.439863 [ 187 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 117 rows starting from the beginning of the part 2025.09.17 20:42:38.439914 [ 187 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 97 rows starting from the beginning of the part 2025.09.17 20:42:38.439955 [ 187 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 73 rows starting from the beginning of the part 2025.09.17 20:42:38.440000 [ 187 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 559 rows starting from the beginning of the part 2025.09.17 20:42:38.440040 [ 187 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 73 rows starting from the beginning of the part 2025.09.17 20:42:38.440244 [ 5 ] {f8c9ad78-7932-4a8e-93fe-d3103980425c} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:38.440284 [ 5 ] {f8c9ad78-7932-4a8e-93fe-d3103980425c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:38.440628 [ 5 ] {f8c9ad78-7932-4a8e-93fe-d3103980425c} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.09.17 20:42:38.440848 [ 5 ] {f8c9ad78-7932-4a8e-93fe-d3103980425c} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:38.440958 [ 59 ] {} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.09.17 20:42:38.440974 [ 5 ] {f8c9ad78-7932-4a8e-93fe-d3103980425c} executeQuery: Read 160 rows, 11.41 KiB in 0.001228 sec., 130293.15960912053 rows/sec., 9.07 MiB/sec. 2025.09.17 20:42:38.440993 [ 59 ] {} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:38.441016 [ 59 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:38.441018 [ 5 ] {f8c9ad78-7932-4a8e-93fe-d3103980425c} TCPHandler: Processed in 0.001405429 sec. 2025.09.17 20:42:38.441069 [ 199 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 1553 rows, containing 5 columns (5 merged, 0 gathered) in 0.001463471 sec., 1061175.7937123454 rows/sec., 84.56 MiB/sec. 2025.09.17 20:42:38.441108 [ 192 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2025.09.17 20:42:38.441144 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:38.441222 [ 192 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:42:38.441241 [ 5 ] {857d7a46-7279-4795-a30e-21433f9dba73} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:42:38.441259 [ 192 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_66_13} MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 17512 rows starting from the beginning of the part 2025.09.17 20:42:38.441278 [ 201 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.09.17 20:42:38.441301 [ 5 ] {857d7a46-7279-4795-a30e-21433f9dba73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:42:38.441335 [ 192 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 200 rows starting from the beginning of the part 2025.09.17 20:42:38.441386 [ 192 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 160 rows starting from the beginning of the part 2025.09.17 20:42:38.441431 [ 192 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 160 rows starting from the beginning of the part 2025.09.17 20:42:38.441475 [ 192 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 847 rows starting from the beginning of the part 2025.09.17 20:42:38.441521 [ 192 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 160 rows starting from the beginning of the part 2025.09.17 20:42:38.441619 [ 201 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_66_13} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:38.441714 [ 201 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_66_13} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.09.17 20:42:38.441825 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2025.09.17 20:42:38.442082 [ 5 ] {857d7a46-7279-4795-a30e-21433f9dba73} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:38.442123 [ 5 ] {857d7a46-7279-4795-a30e-21433f9dba73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:38.442663 [ 5 ] {857d7a46-7279-4795-a30e-21433f9dba73} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.09.17 20:42:38.442893 [ 5 ] {857d7a46-7279-4795-a30e-21433f9dba73} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:38.443041 [ 5 ] {857d7a46-7279-4795-a30e-21433f9dba73} executeQuery: Read 9 rows, 16.51 KiB in 0.001817 sec., 4953.219592735278 rows/sec., 8.88 MiB/sec. 2025.09.17 20:42:38.443095 [ 5 ] {857d7a46-7279-4795-a30e-21433f9dba73} TCPHandler: Processed in 0.001997186 sec. 2025.09.17 20:42:38.443210 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:38.443302 [ 5 ] {0270741b-9770-46b9-8d50-c80bdbf35cc2} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:42:38.443343 [ 5 ] {0270741b-9770-46b9-8d50-c80bdbf35cc2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:42:38.443684 [ 5 ] {0270741b-9770-46b9-8d50-c80bdbf35cc2} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:38.443719 [ 5 ] {0270741b-9770-46b9-8d50-c80bdbf35cc2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:38.444171 [ 5 ] {0270741b-9770-46b9-8d50-c80bdbf35cc2} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.09.17 20:42:38.444399 [ 5 ] {0270741b-9770-46b9-8d50-c80bdbf35cc2} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:38.444505 [ 59 ] {} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.09.17 20:42:38.444528 [ 5 ] {0270741b-9770-46b9-8d50-c80bdbf35cc2} executeQuery: Read 60 rows, 4.14 KiB in 0.001244 sec., 48231.511254019286 rows/sec., 3.25 MiB/sec. 2025.09.17 20:42:38.444536 [ 59 ] {} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:38.444567 [ 59 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:38.444570 [ 5 ] {0270741b-9770-46b9-8d50-c80bdbf35cc2} TCPHandler: Processed in 0.001406479 sec. 2025.09.17 20:42:38.444661 [ 201 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2025.09.17 20:42:38.444765 [ 201 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:42:38.444794 [ 201 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3348 rows starting from the beginning of the part 2025.09.17 20:42:38.444853 [ 201 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 60 rows starting from the beginning of the part 2025.09.17 20:42:38.444894 [ 201 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 60 rows starting from the beginning of the part 2025.09.17 20:42:38.444929 [ 201 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 60 rows starting from the beginning of the part 2025.09.17 20:42:38.444964 [ 201 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 60 rows starting from the beginning of the part 2025.09.17 20:42:38.445003 [ 201 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 60 rows starting from the beginning of the part 2025.09.17 20:42:38.446300 [ 194 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 3648 rows, containing 4 columns (4 merged, 0 gathered) in 0.001674857 sec., 2178096.3986776182 rows/sec., 146.62 MiB/sec. 2025.09.17 20:42:38.446678 [ 201 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.09.17 20:42:38.446708 [ 194 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 19039 rows, containing 5 columns (5 merged, 0 gathered) in 0.005640009 sec., 3375703.8330967203 rows/sec., 231.80 MiB/sec. 2025.09.17 20:42:38.446934 [ 201 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_66_13} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:38.447003 [ 189 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.09.17 20:42:38.447029 [ 201 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_66_13} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.09.17 20:42:38.447100 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2025.09.17 20:42:38.447268 [ 189 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_66_13} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:38.447337 [ 189 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_66_13} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.09.17 20:42:38.447426 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. 2025.09.17 20:42:42.565767 [ 53 ] {} DNSResolver: Updating DNS cache 2025.09.17 20:42:42.565831 [ 53 ] {} DNSResolver: Updated DNS cache 2025.09.17 20:42:42.714937 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 22054 2025.09.17 20:42:42.715440 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:42.715485 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:42.715983 [ 245 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.09.17 20:42:42.716246 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:42.716380 [ 53 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.09.17 20:42:42.716394 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22054 2025.09.17 20:42:42.716423 [ 53 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:42.716442 [ 53 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:42.716586 [ 200 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2025.09.17 20:42:42.716748 [ 200 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:42:42.716793 [ 200 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_46_9} MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 19686 rows starting from the beginning of the part 2025.09.17 20:42:42.716864 [ 200 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 448 rows starting from the beginning of the part 2025.09.17 20:42:42.716910 [ 200 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 512 rows starting from the beginning of the part 2025.09.17 20:42:42.716949 [ 200 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 448 rows starting from the beginning of the part 2025.09.17 20:42:42.716991 [ 200 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 512 rows starting from the beginning of the part 2025.09.17 20:42:42.717029 [ 200 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 448 rows starting from the beginning of the part 2025.09.17 20:42:42.719079 [ 201 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 22054 rows, containing 4 columns (4 merged, 0 gathered) in 0.002560622 sec., 8612751.12062616 rows/sec., 123.21 MiB/sec. 2025.09.17 20:42:42.719470 [ 201 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.09.17 20:42:42.719804 [ 201 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_46_9} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:42.719884 [ 201 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_46_9} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.09.17 20:42:42.719994 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.68 MiB. 2025.09.17 20:42:43.435855 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:43.436033 [ 5 ] {ee1cc811-9bdc-41b7-b462-51b7b62f2709} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:42:43.436097 [ 5 ] {ee1cc811-9bdc-41b7-b462-51b7b62f2709} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:42:43.436974 [ 5 ] {ee1cc811-9bdc-41b7-b462-51b7b62f2709} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:43.437013 [ 5 ] {ee1cc811-9bdc-41b7-b462-51b7b62f2709} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:43.437408 [ 5 ] {ee1cc811-9bdc-41b7-b462-51b7b62f2709} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.09.17 20:42:43.437635 [ 5 ] {ee1cc811-9bdc-41b7-b462-51b7b62f2709} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:43.437783 [ 5 ] {ee1cc811-9bdc-41b7-b462-51b7b62f2709} executeQuery: Read 122 rows, 10.73 KiB in 0.001801 sec., 67740.14436424208 rows/sec., 5.82 MiB/sec. 2025.09.17 20:42:43.437830 [ 5 ] {ee1cc811-9bdc-41b7-b462-51b7b62f2709} TCPHandler: Processed in 0.002099799 sec. 2025.09.17 20:42:43.437967 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:43.438066 [ 5 ] {839fe8cc-bb85-418b-a681-62cfb8018e49} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:42:43.438109 [ 5 ] {839fe8cc-bb85-418b-a681-62cfb8018e49} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:42:43.438614 [ 5 ] {839fe8cc-bb85-418b-a681-62cfb8018e49} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:43.438648 [ 5 ] {839fe8cc-bb85-418b-a681-62cfb8018e49} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:43.438934 [ 5 ] {839fe8cc-bb85-418b-a681-62cfb8018e49} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.09.17 20:42:43.439138 [ 5 ] {839fe8cc-bb85-418b-a681-62cfb8018e49} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:43.439228 [ 54 ] {} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.09.17 20:42:43.439258 [ 5 ] {839fe8cc-bb85-418b-a681-62cfb8018e49} executeQuery: Read 33 rows, 2.48 KiB in 0.001214 sec., 27182.866556836903 rows/sec., 2.00 MiB/sec. 2025.09.17 20:42:43.439269 [ 54 ] {} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:43.439291 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:43.439295 [ 5 ] {839fe8cc-bb85-418b-a681-62cfb8018e49} TCPHandler: Processed in 0.001377768 sec. 2025.09.17 20:42:43.439425 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:43.439432 [ 200 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2025.09.17 20:42:43.439520 [ 5 ] {fc7b4ba9-6435-4041-8823-21a174656e27} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:42:43.439564 [ 5 ] {fc7b4ba9-6435-4041-8823-21a174656e27} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:42:43.439596 [ 200 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:42:43.439638 [ 200 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 72 rows starting from the beginning of the part 2025.09.17 20:42:43.439715 [ 200 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 33 rows starting from the beginning of the part 2025.09.17 20:42:43.439766 [ 200 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 9 rows starting from the beginning of the part 2025.09.17 20:42:43.439815 [ 200 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 39 rows starting from the beginning of the part 2025.09.17 20:42:43.439859 [ 200 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 9 rows starting from the beginning of the part 2025.09.17 20:42:43.439901 [ 200 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 33 rows starting from the beginning of the part 2025.09.17 20:42:43.440025 [ 5 ] {fc7b4ba9-6435-4041-8823-21a174656e27} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:43.440067 [ 5 ] {fc7b4ba9-6435-4041-8823-21a174656e27} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:43.440402 [ 5 ] {fc7b4ba9-6435-4041-8823-21a174656e27} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.09.17 20:42:43.440639 [ 5 ] {fc7b4ba9-6435-4041-8823-21a174656e27} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:43.440716 [ 194 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 195 rows, containing 5 columns (5 merged, 0 gathered) in 0.001349998 sec., 144444.65843653103 rows/sec., 11.11 MiB/sec. 2025.09.17 20:42:43.440762 [ 5 ] {fc7b4ba9-6435-4041-8823-21a174656e27} executeQuery: Read 97 rows, 7.76 KiB in 0.00126 sec., 76984.12698412698 rows/sec., 6.01 MiB/sec. 2025.09.17 20:42:43.440799 [ 5 ] {fc7b4ba9-6435-4041-8823-21a174656e27} TCPHandler: Processed in 0.00142332 sec. 2025.09.17 20:42:43.440927 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:43.440926 [ 191 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.09.17 20:42:43.441019 [ 5 ] {52da15ef-687a-446b-b2cc-a8ebc2968a51} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:42:43.441070 [ 5 ] {52da15ef-687a-446b-b2cc-a8ebc2968a51} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:42:43.441301 [ 191 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_61_12} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:43.441402 [ 191 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_61_12} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.09.17 20:42:43.441496 [ 5 ] {52da15ef-687a-446b-b2cc-a8ebc2968a51} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:43.441528 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.09.17 20:42:43.441535 [ 5 ] {52da15ef-687a-446b-b2cc-a8ebc2968a51} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:43.441885 [ 5 ] {52da15ef-687a-446b-b2cc-a8ebc2968a51} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.09.17 20:42:43.442088 [ 5 ] {52da15ef-687a-446b-b2cc-a8ebc2968a51} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:43.442212 [ 5 ] {52da15ef-687a-446b-b2cc-a8ebc2968a51} executeQuery: Read 160 rows, 11.41 KiB in 0.001211 sec., 132122.21304706854 rows/sec., 9.20 MiB/sec. 2025.09.17 20:42:43.442251 [ 5 ] {52da15ef-687a-446b-b2cc-a8ebc2968a51} TCPHandler: Processed in 0.001382638 sec. 2025.09.17 20:42:43.442363 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:43.442455 [ 5 ] {c245e634-2c5d-4d87-8d4c-7534de1368b4} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:42:43.442508 [ 5 ] {c245e634-2c5d-4d87-8d4c-7534de1368b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:42:43.443353 [ 5 ] {c245e634-2c5d-4d87-8d4c-7534de1368b4} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:43.443388 [ 5 ] {c245e634-2c5d-4d87-8d4c-7534de1368b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:43.443933 [ 5 ] {c245e634-2c5d-4d87-8d4c-7534de1368b4} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.09.17 20:42:43.444153 [ 5 ] {c245e634-2c5d-4d87-8d4c-7534de1368b4} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:43.444282 [ 5 ] {c245e634-2c5d-4d87-8d4c-7534de1368b4} executeQuery: Read 33 rows, 60.55 KiB in 0.001845 sec., 17886.178861788616 rows/sec., 32.05 MiB/sec. 2025.09.17 20:42:43.444337 [ 5 ] {c245e634-2c5d-4d87-8d4c-7534de1368b4} TCPHandler: Processed in 0.002021127 sec. 2025.09.17 20:42:43.444450 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:43.444543 [ 5 ] {11b2b949-745d-48db-80fc-e118705a8889} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:42:43.444583 [ 5 ] {11b2b949-745d-48db-80fc-e118705a8889} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:42:43.444924 [ 5 ] {11b2b949-745d-48db-80fc-e118705a8889} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:43.444958 [ 5 ] {11b2b949-745d-48db-80fc-e118705a8889} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:43.445254 [ 5 ] {11b2b949-745d-48db-80fc-e118705a8889} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.09.17 20:42:43.445464 [ 5 ] {11b2b949-745d-48db-80fc-e118705a8889} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:43.445583 [ 5 ] {11b2b949-745d-48db-80fc-e118705a8889} executeQuery: Read 60 rows, 4.14 KiB in 0.001058 sec., 56710.77504725898 rows/sec., 3.82 MiB/sec. 2025.09.17 20:42:43.445617 [ 5 ] {11b2b949-745d-48db-80fc-e118705a8889} TCPHandler: Processed in 0.001213134 sec. 2025.09.17 20:42:43.865247 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 347 2025.09.17 20:42:43.882842 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:43.882904 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:43.889191 [ 244 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.09.17 20:42:43.889884 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:43.890188 [ 52 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.09.17 20:42:43.890231 [ 52 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:43.890254 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:43.890381 [ 202 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2025.09.17 20:42:43.894182 [ 202 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:42:43.894200 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 347 2025.09.17 20:42:43.895678 [ 202 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 309 rows starting from the beginning of the part 2025.09.17 20:42:43.900372 [ 202 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 8 rows starting from the beginning of the part 2025.09.17 20:42:43.904992 [ 202 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 7 rows starting from the beginning of the part 2025.09.17 20:42:43.909597 [ 202 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 8 rows starting from the beginning of the part 2025.09.17 20:42:43.914390 [ 202 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 7 rows starting from the beginning of the part 2025.09.17 20:42:43.918241 [ 202 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 8 rows starting from the beginning of the part 2025.09.17 20:42:43.969678 [ 197 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.079350192 sec., 4373.0202946452855 rows/sec., 22.61 MiB/sec. 2025.09.17 20:42:43.971855 [ 186 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.09.17 20:42:43.973753 [ 186 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_46_9} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:43.973853 [ 186 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_46_9} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.09.17 20:42:43.975410 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. 2025.09.17 20:42:44.367557 [ 52 ] {} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 2025.09.17 20:42:44.367619 [ 52 ] {} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:44.367642 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:44.367746 [ 194 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_21_5} MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full 2025.09.17 20:42:44.367868 [ 194 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_21_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:42:44.367902 [ 194 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 18 rows starting from the beginning of the part 2025.09.17 20:42:44.367965 [ 194 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 2 rows starting from the beginning of the part 2025.09.17 20:42:44.368010 [ 194 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 2 rows starting from the beginning of the part 2025.09.17 20:42:44.368054 [ 194 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 8 rows starting from the beginning of the part 2025.09.17 20:42:44.368093 [ 194 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part 2025.09.17 20:42:44.368780 [ 186 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_21_5} MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.001077691 sec., 33404.75145473053 rows/sec., 2.79 MiB/sec. 2025.09.17 20:42:44.368961 [ 197 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_21_5} MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) 2025.09.17 20:42:44.369311 [ 197 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_21_5} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:44.369396 [ 197 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_21_5} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 2025.09.17 20:42:44.369507 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.09.17 20:42:47.773232 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1112 2025.09.17 20:42:47.775426 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:47.775473 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:47.776663 [ 243 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.09.17 20:42:47.776936 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:47.777208 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1112 2025.09.17 20:42:48.435928 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:48.436132 [ 5 ] {e6f7cdc5-f26b-4658-8ddf-f064bd31c69b} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.17 20:42:48.436207 [ 5 ] {e6f7cdc5-f26b-4658-8ddf-f064bd31c69b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.17 20:42:48.436983 [ 5 ] {e6f7cdc5-f26b-4658-8ddf-f064bd31c69b} oximeter.fields_i16 (ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:48.437030 [ 5 ] {e6f7cdc5-f26b-4658-8ddf-f064bd31c69b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:48.437426 [ 5 ] {e6f7cdc5-f26b-4658-8ddf-f064bd31c69b} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.09.17 20:42:48.437663 [ 5 ] {e6f7cdc5-f26b-4658-8ddf-f064bd31c69b} oximeter.fields_i16 (ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:48.437830 [ 5 ] {e6f7cdc5-f26b-4658-8ddf-f064bd31c69b} executeQuery: Read 24 rows, 2.04 KiB in 0.001752 sec., 13698.630136986301 rows/sec., 1.14 MiB/sec. 2025.09.17 20:42:48.437888 [ 5 ] {e6f7cdc5-f26b-4658-8ddf-f064bd31c69b} TCPHandler: Processed in 0.002146681 sec. 2025.09.17 20:42:48.438020 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:48.438123 [ 5 ] {0c485a9e-b072-4873-8cf1-63675c2a4537} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.17 20:42:48.438168 [ 5 ] {0c485a9e-b072-4873-8cf1-63675c2a4537} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.17 20:42:48.438575 [ 5 ] {0c485a9e-b072-4873-8cf1-63675c2a4537} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:48.438614 [ 5 ] {0c485a9e-b072-4873-8cf1-63675c2a4537} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:48.438934 [ 5 ] {0c485a9e-b072-4873-8cf1-63675c2a4537} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.09.17 20:42:48.439150 [ 5 ] {0c485a9e-b072-4873-8cf1-63675c2a4537} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:48.439286 [ 5 ] {0c485a9e-b072-4873-8cf1-63675c2a4537} executeQuery: Read 2 rows, 167.00 B in 0.001185 sec., 1687.7637130801686 rows/sec., 137.63 KiB/sec. 2025.09.17 20:42:48.439324 [ 5 ] {0c485a9e-b072-4873-8cf1-63675c2a4537} TCPHandler: Processed in 0.001356868 sec. 2025.09.17 20:42:48.439439 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:48.439535 [ 5 ] {940c651f-fb9b-4972-ab7f-788f16c08782} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:42:48.439577 [ 5 ] {940c651f-fb9b-4972-ab7f-788f16c08782} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:42:48.440079 [ 5 ] {940c651f-fb9b-4972-ab7f-788f16c08782} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:48.440116 [ 5 ] {940c651f-fb9b-4972-ab7f-788f16c08782} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:48.440444 [ 5 ] {940c651f-fb9b-4972-ab7f-788f16c08782} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.09.17 20:42:48.440665 [ 5 ] {940c651f-fb9b-4972-ab7f-788f16c08782} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:48.440795 [ 5 ] {940c651f-fb9b-4972-ab7f-788f16c08782} executeQuery: Read 195 rows, 17.66 KiB in 0.001278 sec., 152582.15962441315 rows/sec., 13.49 MiB/sec. 2025.09.17 20:42:48.440834 [ 5 ] {940c651f-fb9b-4972-ab7f-788f16c08782} TCPHandler: Processed in 0.001444981 sec. 2025.09.17 20:42:48.440949 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:48.441043 [ 5 ] {a11c5f65-ade2-4304-a25d-9f18c8952cd4} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:42:48.441084 [ 5 ] {a11c5f65-ade2-4304-a25d-9f18c8952cd4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:42:48.441483 [ 5 ] {a11c5f65-ade2-4304-a25d-9f18c8952cd4} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:48.441519 [ 5 ] {a11c5f65-ade2-4304-a25d-9f18c8952cd4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:48.441831 [ 5 ] {a11c5f65-ade2-4304-a25d-9f18c8952cd4} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.09.17 20:42:48.442043 [ 5 ] {a11c5f65-ade2-4304-a25d-9f18c8952cd4} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:48.442177 [ 5 ] {a11c5f65-ade2-4304-a25d-9f18c8952cd4} executeQuery: Read 23 rows, 1.78 KiB in 0.001151 sec., 19982.623805386622 rows/sec., 1.51 MiB/sec. 2025.09.17 20:42:48.442218 [ 5 ] {a11c5f65-ade2-4304-a25d-9f18c8952cd4} TCPHandler: Processed in 0.001317897 sec. 2025.09.17 20:42:48.442324 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:48.442418 [ 5 ] {42fa7cf0-ec5c-4eb1-8e3d-2606c511fa30} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.17 20:42:48.442459 [ 5 ] {42fa7cf0-ec5c-4eb1-8e3d-2606c511fa30} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.17 20:42:48.442853 [ 5 ] {42fa7cf0-ec5c-4eb1-8e3d-2606c511fa30} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:48.442891 [ 5 ] {42fa7cf0-ec5c-4eb1-8e3d-2606c511fa30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:48.443191 [ 5 ] {42fa7cf0-ec5c-4eb1-8e3d-2606c511fa30} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.09.17 20:42:48.443407 [ 5 ] {42fa7cf0-ec5c-4eb1-8e3d-2606c511fa30} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:48.443537 [ 5 ] {42fa7cf0-ec5c-4eb1-8e3d-2606c511fa30} executeQuery: Read 24 rows, 2.04 KiB in 0.001136 sec., 21126.76056338028 rows/sec., 1.75 MiB/sec. 2025.09.17 20:42:48.443578 [ 5 ] {42fa7cf0-ec5c-4eb1-8e3d-2606c511fa30} TCPHandler: Processed in 0.001301387 sec. 2025.09.17 20:42:48.443691 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:48.443784 [ 5 ] {9ddf2cb6-ac95-42c0-876e-c010c241a31c} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.17 20:42:48.443825 [ 5 ] {9ddf2cb6-ac95-42c0-876e-c010c241a31c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.17 20:42:48.444224 [ 5 ] {9ddf2cb6-ac95-42c0-876e-c010c241a31c} oximeter.fields_u8 (20447e1c-98e2-48f4-ad1a-5155a635de4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:48.444260 [ 5 ] {9ddf2cb6-ac95-42c0-876e-c010c241a31c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:48.444568 [ 5 ] {9ddf2cb6-ac95-42c0-876e-c010c241a31c} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.09.17 20:42:48.444781 [ 5 ] {9ddf2cb6-ac95-42c0-876e-c010c241a31c} oximeter.fields_u8 (20447e1c-98e2-48f4-ad1a-5155a635de4d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:48.444912 [ 5 ] {9ddf2cb6-ac95-42c0-876e-c010c241a31c} executeQuery: Read 12 rows, 960.00 B in 0.001144 sec., 10489.510489510489 rows/sec., 819.49 KiB/sec. 2025.09.17 20:42:48.444950 [ 5 ] {9ddf2cb6-ac95-42c0-876e-c010c241a31c} TCPHandler: Processed in 0.001309408 sec. 2025.09.17 20:42:48.445052 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:48.445145 [ 5 ] {4af48ed8-fd93-4e4d-9355-41ff278ff514} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:42:48.445186 [ 5 ] {4af48ed8-fd93-4e4d-9355-41ff278ff514} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:42:48.445629 [ 5 ] {4af48ed8-fd93-4e4d-9355-41ff278ff514} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:48.445666 [ 5 ] {4af48ed8-fd93-4e4d-9355-41ff278ff514} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:48.445982 [ 5 ] {4af48ed8-fd93-4e4d-9355-41ff278ff514} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.09.17 20:42:48.446204 [ 5 ] {4af48ed8-fd93-4e4d-9355-41ff278ff514} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:48.446334 [ 5 ] {4af48ed8-fd93-4e4d-9355-41ff278ff514} executeQuery: Read 111 rows, 9.26 KiB in 0.001206 sec., 92039.80099502487 rows/sec., 7.50 MiB/sec. 2025.09.17 20:42:48.446371 [ 5 ] {4af48ed8-fd93-4e4d-9355-41ff278ff514} TCPHandler: Processed in 0.001368949 sec. 2025.09.17 20:42:48.446481 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:48.446574 [ 5 ] {9105075d-2de2-486f-9ede-4c6e86aace58} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:42:48.446619 [ 5 ] {9105075d-2de2-486f-9ede-4c6e86aace58} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:42:48.447044 [ 5 ] {9105075d-2de2-486f-9ede-4c6e86aace58} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:48.447081 [ 5 ] {9105075d-2de2-486f-9ede-4c6e86aace58} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:48.447421 [ 5 ] {9105075d-2de2-486f-9ede-4c6e86aace58} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.09.17 20:42:48.447637 [ 5 ] {9105075d-2de2-486f-9ede-4c6e86aace58} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:48.447770 [ 5 ] {9105075d-2de2-486f-9ede-4c6e86aace58} executeQuery: Read 197 rows, 14.47 KiB in 0.001213 sec., 162407.25474031325 rows/sec., 11.65 MiB/sec. 2025.09.17 20:42:48.447806 [ 5 ] {9105075d-2de2-486f-9ede-4c6e86aace58} TCPHandler: Processed in 0.001375029 sec. 2025.09.17 20:42:48.447918 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:48.448012 [ 5 ] {cabe7285-4ef7-44bf-b2ab-ec192d7e4370} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:42:48.448067 [ 5 ] {cabe7285-4ef7-44bf-b2ab-ec192d7e4370} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:42:48.448874 [ 5 ] {cabe7285-4ef7-44bf-b2ab-ec192d7e4370} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:48.448911 [ 5 ] {cabe7285-4ef7-44bf-b2ab-ec192d7e4370} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:48.449426 [ 5 ] {cabe7285-4ef7-44bf-b2ab-ec192d7e4370} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.09.17 20:42:48.449654 [ 5 ] {cabe7285-4ef7-44bf-b2ab-ec192d7e4370} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:48.449795 [ 5 ] {cabe7285-4ef7-44bf-b2ab-ec192d7e4370} executeQuery: Read 9 rows, 16.51 KiB in 0.001801 sec., 4997.223764575236 rows/sec., 8.95 MiB/sec. 2025.09.17 20:42:48.449857 [ 5 ] {cabe7285-4ef7-44bf-b2ab-ec192d7e4370} TCPHandler: Processed in 0.001988356 sec. 2025.09.17 20:42:48.449977 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:48.450071 [ 5 ] {6cf8fcf1-c707-48f5-bb19-41a15f957ec9} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:42:48.450114 [ 5 ] {6cf8fcf1-c707-48f5-bb19-41a15f957ec9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:42:48.450461 [ 5 ] {6cf8fcf1-c707-48f5-bb19-41a15f957ec9} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:48.450498 [ 5 ] {6cf8fcf1-c707-48f5-bb19-41a15f957ec9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:48.450810 [ 5 ] {6cf8fcf1-c707-48f5-bb19-41a15f957ec9} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.09.17 20:42:48.451043 [ 5 ] {6cf8fcf1-c707-48f5-bb19-41a15f957ec9} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:48.451174 [ 5 ] {6cf8fcf1-c707-48f5-bb19-41a15f957ec9} executeQuery: Read 60 rows, 4.14 KiB in 0.001121 sec., 53523.63960749331 rows/sec., 3.61 MiB/sec. 2025.09.17 20:42:48.451209 [ 5 ] {6cf8fcf1-c707-48f5-bb19-41a15f957ec9} TCPHandler: Processed in 0.001282456 sec. 2025.09.17 20:42:50.217429 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 22566 2025.09.17 20:42:50.217935 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:50.217974 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:50.218750 [ 245 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.09.17 20:42:50.219008 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:50.219182 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22566 2025.09.17 20:42:51.394307 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 354 2025.09.17 20:42:51.410158 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:51.410227 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:51.415912 [ 244 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.09.17 20:42:51.416597 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:51.419426 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 354 2025.09.17 20:42:53.434829 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:53.435009 [ 5 ] {a51f04e6-3af4-4882-a8f0-2d02b4d43df0} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:42:53.435074 [ 5 ] {a51f04e6-3af4-4882-a8f0-2d02b4d43df0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:42:53.435766 [ 5 ] {a51f04e6-3af4-4882-a8f0-2d02b4d43df0} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:53.435811 [ 5 ] {a51f04e6-3af4-4882-a8f0-2d02b4d43df0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:53.436208 [ 5 ] {a51f04e6-3af4-4882-a8f0-2d02b4d43df0} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.09.17 20:42:53.436428 [ 5 ] {a51f04e6-3af4-4882-a8f0-2d02b4d43df0} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:53.436570 [ 5 ] {a51f04e6-3af4-4882-a8f0-2d02b4d43df0} executeQuery: Read 122 rows, 10.73 KiB in 0.001611 sec., 75729.36064556176 rows/sec., 6.50 MiB/sec. 2025.09.17 20:42:53.436612 [ 5 ] {a51f04e6-3af4-4882-a8f0-2d02b4d43df0} TCPHandler: Processed in 0.001913844 sec. 2025.09.17 20:42:53.436736 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:53.436829 [ 5 ] {f7249321-2478-4ed0-983c-d194f4506b92} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:42:53.436869 [ 5 ] {f7249321-2478-4ed0-983c-d194f4506b92} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:42:53.437266 [ 5 ] {f7249321-2478-4ed0-983c-d194f4506b92} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:53.437301 [ 5 ] {f7249321-2478-4ed0-983c-d194f4506b92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:53.437587 [ 5 ] {f7249321-2478-4ed0-983c-d194f4506b92} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.09.17 20:42:53.437792 [ 5 ] {f7249321-2478-4ed0-983c-d194f4506b92} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:53.437914 [ 5 ] {f7249321-2478-4ed0-983c-d194f4506b92} executeQuery: Read 33 rows, 2.48 KiB in 0.001104 sec., 29891.304347826088 rows/sec., 2.20 MiB/sec. 2025.09.17 20:42:53.437950 [ 5 ] {f7249321-2478-4ed0-983c-d194f4506b92} TCPHandler: Processed in 0.001261666 sec. 2025.09.17 20:42:53.438057 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:53.438148 [ 5 ] {2ea63879-d894-4fc5-9ecc-a74106b543fb} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:42:53.438187 [ 5 ] {2ea63879-d894-4fc5-9ecc-a74106b543fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:42:53.438604 [ 5 ] {2ea63879-d894-4fc5-9ecc-a74106b543fb} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:53.438639 [ 5 ] {2ea63879-d894-4fc5-9ecc-a74106b543fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:53.438931 [ 5 ] {2ea63879-d894-4fc5-9ecc-a74106b543fb} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.09.17 20:42:53.439145 [ 5 ] {2ea63879-d894-4fc5-9ecc-a74106b543fb} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:53.439269 [ 5 ] {2ea63879-d894-4fc5-9ecc-a74106b543fb} executeQuery: Read 97 rows, 7.76 KiB in 0.001137 sec., 85312.22515391381 rows/sec., 6.66 MiB/sec. 2025.09.17 20:42:53.439306 [ 5 ] {2ea63879-d894-4fc5-9ecc-a74106b543fb} TCPHandler: Processed in 0.001295566 sec. 2025.09.17 20:42:53.439413 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:53.439505 [ 5 ] {64558e11-fde4-4e05-8333-4b86130b20dc} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:42:53.439547 [ 5 ] {64558e11-fde4-4e05-8333-4b86130b20dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:42:53.439943 [ 5 ] {64558e11-fde4-4e05-8333-4b86130b20dc} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:53.439979 [ 5 ] {64558e11-fde4-4e05-8333-4b86130b20dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:53.440301 [ 5 ] {64558e11-fde4-4e05-8333-4b86130b20dc} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.09.17 20:42:53.440507 [ 5 ] {64558e11-fde4-4e05-8333-4b86130b20dc} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:53.440628 [ 5 ] {64558e11-fde4-4e05-8333-4b86130b20dc} executeQuery: Read 160 rows, 11.41 KiB in 0.001141 sec., 140227.87028921998 rows/sec., 9.77 MiB/sec. 2025.09.17 20:42:53.440663 [ 5 ] {64558e11-fde4-4e05-8333-4b86130b20dc} TCPHandler: Processed in 0.001296516 sec. 2025.09.17 20:42:53.440769 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:53.440872 [ 5 ] {04a5418a-3cda-4fe1-a2aa-79e7c4ea1cb2} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:42:53.440927 [ 5 ] {04a5418a-3cda-4fe1-a2aa-79e7c4ea1cb2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:42:53.441755 [ 5 ] {04a5418a-3cda-4fe1-a2aa-79e7c4ea1cb2} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:53.441792 [ 5 ] {04a5418a-3cda-4fe1-a2aa-79e7c4ea1cb2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:53.442355 [ 5 ] {04a5418a-3cda-4fe1-a2aa-79e7c4ea1cb2} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.09.17 20:42:53.442589 [ 5 ] {04a5418a-3cda-4fe1-a2aa-79e7c4ea1cb2} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:53.442713 [ 40 ] {} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.09.17 20:42:53.442726 [ 5 ] {04a5418a-3cda-4fe1-a2aa-79e7c4ea1cb2} executeQuery: Read 33 rows, 60.55 KiB in 0.001874 sec., 17609.3916755603 rows/sec., 31.56 MiB/sec. 2025.09.17 20:42:53.442783 [ 40 ] {} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:53.442807 [ 5 ] {04a5418a-3cda-4fe1-a2aa-79e7c4ea1cb2} TCPHandler: Processed in 0.002088948 sec. 2025.09.17 20:42:53.442813 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:53.442929 [ 190 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2025.09.17 20:42:53.442931 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:53.443059 [ 5 ] {989b09c7-a0c7-4dbe-b435-6614a9a32711} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:42:53.443099 [ 5 ] {989b09c7-a0c7-4dbe-b435-6614a9a32711} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:42:53.443158 [ 190 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:42:53.443215 [ 190 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1198 rows starting from the beginning of the part 2025.09.17 20:42:53.443348 [ 190 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 33 rows starting from the beginning of the part 2025.09.17 20:42:53.443435 [ 5 ] {989b09c7-a0c7-4dbe-b435-6614a9a32711} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:53.443465 [ 190 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 9 rows starting from the beginning of the part 2025.09.17 20:42:53.443472 [ 5 ] {989b09c7-a0c7-4dbe-b435-6614a9a32711} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:53.443567 [ 190 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 33 rows starting from the beginning of the part 2025.09.17 20:42:53.443665 [ 190 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 9 rows starting from the beginning of the part 2025.09.17 20:42:53.443764 [ 190 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 33 rows starting from the beginning of the part 2025.09.17 20:42:53.443802 [ 5 ] {989b09c7-a0c7-4dbe-b435-6614a9a32711} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.09.17 20:42:53.444014 [ 5 ] {989b09c7-a0c7-4dbe-b435-6614a9a32711} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:53.444143 [ 5 ] {989b09c7-a0c7-4dbe-b435-6614a9a32711} executeQuery: Read 60 rows, 4.14 KiB in 0.001104 sec., 54347.82608695653 rows/sec., 3.66 MiB/sec. 2025.09.17 20:42:53.444179 [ 5 ] {989b09c7-a0c7-4dbe-b435-6614a9a32711} TCPHandler: Processed in 0.001296557 sec. 2025.09.17 20:42:53.450734 [ 197 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 1315 rows, containing 19 columns (19 merged, 0 gathered) in 0.00784286 sec., 167668.42707889725 rows/sec., 300.45 MiB/sec. 2025.09.17 20:42:53.452047 [ 186 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.09.17 20:42:53.452378 [ 186 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_61_12} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:53.452443 [ 186 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_61_12} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.09.17 20:42:53.452544 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.64 MiB. 2025.09.17 20:42:54.001217 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 304.93 MiB, peak 317.89 MiB, free memory in arenas 0.00 B, will set to 309.12 MiB (RSS), difference: 4.19 MiB 2025.09.17 20:42:57.565884 [ 37 ] {} DNSResolver: Updating DNS cache 2025.09.17 20:42:57.565987 [ 37 ] {} DNSResolver: Updated DNS cache 2025.09.17 20:42:57.719961 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 23014 2025.09.17 20:42:57.720418 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:57.720451 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:57.720937 [ 245 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.09.17 20:42:57.721165 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:57.721289 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23014 2025.09.17 20:42:57.778148 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1144 2025.09.17 20:42:57.780551 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:57.780611 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:57.781837 [ 243 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.09.17 20:42:57.782108 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:57.782475 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1144 2025.09.17 20:42:58.002221 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000838704 sec. 2025.09.17 20:42:58.433634 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:58.433910 [ 5 ] {9d2a0ce9-b6f7-4a80-ab86-83fff8f6c52a} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:42:58.434011 [ 5 ] {9d2a0ce9-b6f7-4a80-ab86-83fff8f6c52a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:42:58.434696 [ 5 ] {9d2a0ce9-b6f7-4a80-ab86-83fff8f6c52a} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:58.434739 [ 5 ] {9d2a0ce9-b6f7-4a80-ab86-83fff8f6c52a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:58.435133 [ 5 ] {9d2a0ce9-b6f7-4a80-ab86-83fff8f6c52a} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.09.17 20:42:58.435361 [ 5 ] {9d2a0ce9-b6f7-4a80-ab86-83fff8f6c52a} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:58.435515 [ 5 ] {9d2a0ce9-b6f7-4a80-ab86-83fff8f6c52a} executeQuery: Read 74 rows, 6.12 KiB in 0.001682 sec., 43995.24375743163 rows/sec., 3.56 MiB/sec. 2025.09.17 20:42:58.435563 [ 5 ] {9d2a0ce9-b6f7-4a80-ab86-83fff8f6c52a} TCPHandler: Processed in 0.00210951 sec. 2025.09.17 20:42:58.435681 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:58.435782 [ 5 ] {76bd774c-c90f-48c9-9075-d06054e08ed9} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:42:58.435824 [ 5 ] {76bd774c-c90f-48c9-9075-d06054e08ed9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:42:58.436221 [ 5 ] {76bd774c-c90f-48c9-9075-d06054e08ed9} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:58.436256 [ 5 ] {76bd774c-c90f-48c9-9075-d06054e08ed9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:58.436553 [ 5 ] {76bd774c-c90f-48c9-9075-d06054e08ed9} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.09.17 20:42:58.436763 [ 5 ] {76bd774c-c90f-48c9-9075-d06054e08ed9} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:58.436881 [ 5 ] {76bd774c-c90f-48c9-9075-d06054e08ed9} executeQuery: Read 9 rows, 693.00 B in 0.001133 sec., 7943.512797881731 rows/sec., 597.31 KiB/sec. 2025.09.17 20:42:58.436916 [ 5 ] {76bd774c-c90f-48c9-9075-d06054e08ed9} TCPHandler: Processed in 0.001296807 sec. 2025.09.17 20:42:58.437014 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:58.437102 [ 5 ] {f85e1de3-c899-4472-a433-6ef6de3b3b6a} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:42:58.437139 [ 5 ] {f85e1de3-c899-4472-a433-6ef6de3b3b6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:42:58.437504 [ 5 ] {f85e1de3-c899-4472-a433-6ef6de3b3b6a} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:58.437535 [ 5 ] {f85e1de3-c899-4472-a433-6ef6de3b3b6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:58.437894 [ 5 ] {f85e1de3-c899-4472-a433-6ef6de3b3b6a} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.09.17 20:42:58.438094 [ 5 ] {f85e1de3-c899-4472-a433-6ef6de3b3b6a} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:58.438216 [ 5 ] {f85e1de3-c899-4472-a433-6ef6de3b3b6a} executeQuery: Read 73 rows, 5.84 KiB in 0.001108 sec., 65884.47653429603 rows/sec., 5.14 MiB/sec. 2025.09.17 20:42:58.438252 [ 5 ] {f85e1de3-c899-4472-a433-6ef6de3b3b6a} TCPHandler: Processed in 0.001265936 sec. 2025.09.17 20:42:58.438361 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:58.438453 [ 5 ] {a8770eaf-c1c4-4afd-a896-2f3956a64583} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:42:58.438495 [ 5 ] {a8770eaf-c1c4-4afd-a896-2f3956a64583} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:42:58.438879 [ 5 ] {a8770eaf-c1c4-4afd-a896-2f3956a64583} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:58.438912 [ 5 ] {a8770eaf-c1c4-4afd-a896-2f3956a64583} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:58.439239 [ 5 ] {a8770eaf-c1c4-4afd-a896-2f3956a64583} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.09.17 20:42:58.439442 [ 5 ] {a8770eaf-c1c4-4afd-a896-2f3956a64583} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:58.439567 [ 5 ] {a8770eaf-c1c4-4afd-a896-2f3956a64583} executeQuery: Read 160 rows, 11.41 KiB in 0.001132 sec., 141342.75618374557 rows/sec., 9.84 MiB/sec. 2025.09.17 20:42:58.439602 [ 5 ] {a8770eaf-c1c4-4afd-a896-2f3956a64583} TCPHandler: Processed in 0.001288686 sec. 2025.09.17 20:42:58.439703 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:58.439795 [ 5 ] {3e990d97-05e7-4299-a0e2-e396579a17b1} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:42:58.439849 [ 5 ] {3e990d97-05e7-4299-a0e2-e396579a17b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:42:58.440571 [ 5 ] {3e990d97-05e7-4299-a0e2-e396579a17b1} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:58.440606 [ 5 ] {3e990d97-05e7-4299-a0e2-e396579a17b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:58.441105 [ 5 ] {3e990d97-05e7-4299-a0e2-e396579a17b1} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.09.17 20:42:58.441322 [ 5 ] {3e990d97-05e7-4299-a0e2-e396579a17b1} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:58.441455 [ 5 ] {3e990d97-05e7-4299-a0e2-e396579a17b1} executeQuery: Read 9 rows, 16.51 KiB in 0.001678 sec., 5363.528009535161 rows/sec., 9.61 MiB/sec. 2025.09.17 20:42:58.441516 [ 5 ] {3e990d97-05e7-4299-a0e2-e396579a17b1} TCPHandler: Processed in 0.001859063 sec. 2025.09.17 20:42:58.441625 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:42:58.441718 [ 5 ] {a277618a-ff0a-43d5-a0bd-09bd981c7711} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:42:58.441759 [ 5 ] {a277618a-ff0a-43d5-a0bd-09bd981c7711} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:42:58.442086 [ 5 ] {a277618a-ff0a-43d5-a0bd-09bd981c7711} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:58.442119 [ 5 ] {a277618a-ff0a-43d5-a0bd-09bd981c7711} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:58.442425 [ 5 ] {a277618a-ff0a-43d5-a0bd-09bd981c7711} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.09.17 20:42:58.442633 [ 5 ] {a277618a-ff0a-43d5-a0bd-09bd981c7711} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:58.442757 [ 5 ] {a277618a-ff0a-43d5-a0bd-09bd981c7711} executeQuery: Read 60 rows, 4.14 KiB in 0.001059 sec., 56657.22379603399 rows/sec., 3.82 MiB/sec. 2025.09.17 20:42:58.442789 [ 5 ] {a277618a-ff0a-43d5-a0bd-09bd981c7711} TCPHandler: Processed in 0.001214854 sec. 2025.09.17 20:42:58.920221 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 362 2025.09.17 20:42:58.936211 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:42:58.936260 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:42:58.942551 [ 244 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.09.17 20:42:58.943232 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:42:58.945895 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 362 2025.09.17 20:43:00.926107 [ 31 ] {} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 2025.09.17 20:43:00.926195 [ 31 ] {} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:00.926220 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:43:00.926361 [ 196 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::all_1_21_5} MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full 2025.09.17 20:43:00.926532 [ 196 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::all_1_21_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:43:00.926574 [ 196 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 253 rows starting from the beginning of the part 2025.09.17 20:43:00.926652 [ 196 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 228 rows starting from the beginning of the part 2025.09.17 20:43:00.926707 [ 196 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 24 rows starting from the beginning of the part 2025.09.17 20:43:00.926757 [ 196 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 228 rows starting from the beginning of the part 2025.09.17 20:43:00.926803 [ 196 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 24 rows starting from the beginning of the part 2025.09.17 20:43:00.927726 [ 186 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::all_1_21_5} MergeTask::MergeProjectionsStage: Merge sorted 757 rows, containing 5 columns (5 merged, 0 gathered) in 0.00142356 sec., 531765.4331394532 rows/sec., 38.80 MiB/sec. 2025.09.17 20:43:00.927968 [ 195 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::all_1_21_5} MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) 2025.09.17 20:43:00.928331 [ 195 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::all_1_21_5} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:00.928425 [ 195 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::all_1_21_5} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 2025.09.17 20:43:00.928535 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.09.17 20:43:01.455844 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46235 2025.09.17 20:43:01.455957 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:43:01.455982 [ 286 ] {} TCP-Session: b30c1e52-3497-48b3-ae5a-1d7e54eea2b5 Authenticating user 'default' from [fd00:1122:3344:101::e]:46235 2025.09.17 20:43:01.456005 [ 286 ] {} TCP-Session: b30c1e52-3497-48b3-ae5a-1d7e54eea2b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:01.456018 [ 286 ] {} TCP-Session: b30c1e52-3497-48b3-ae5a-1d7e54eea2b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:01.456243 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46254 2025.09.17 20:43:01.456267 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46228 2025.09.17 20:43:01.456298 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55800 2025.09.17 20:43:01.456319 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64629 2025.09.17 20:43:01.456333 [ 286 ] {} TCP-Session: b30c1e52-3497-48b3-ae5a-1d7e54eea2b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:01.456356 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:43:01.456324 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42672 2025.09.17 20:43:01.456410 [ 288 ] {} TCP-Session: 1f3b25a8-83d5-490b-9ba5-4d59f7116028 Authenticating user 'default' from [fd00:1122:3344:101::e]:46254 2025.09.17 20:43:01.456301 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39665 2025.09.17 20:43:01.456478 [ 288 ] {} TCP-Session: 1f3b25a8-83d5-490b-9ba5-4d59f7116028 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:01.456271 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42159 2025.09.17 20:43:01.456512 [ 288 ] {} TCP-Session: 1f3b25a8-83d5-490b-9ba5-4d59f7116028 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:01.456518 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:43:01.456523 [ 286 ] {5f5678af-f3dc-40c2-9608-8a0917677912} executeQuery: (from [fd00:1122:3344:101::e]:46235) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.17 20:43:01.456578 [ 289 ] {} TCP-Session: f9455632-268e-4ba2-9567-c66342d5c10f Authenticating user 'default' from [fd00:1122:3344:101::e]:46228 2025.09.17 20:43:01.456309 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61489 2025.09.17 20:43:01.456614 [ 289 ] {} TCP-Session: f9455632-268e-4ba2-9567-c66342d5c10f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:01.456645 [ 289 ] {} TCP-Session: f9455632-268e-4ba2-9567-c66342d5c10f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:01.456845 [ 286 ] {5f5678af-f3dc-40c2-9608-8a0917677912} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.17 20:43:01.456905 [ 286 ] {5f5678af-f3dc-40c2-9608-8a0917677912} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.17 20:43:01.456962 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:43:01.456993 [ 290 ] {} TCP-Session: 36ee2def-f755-409f-b4a4-3528f3159457 Authenticating user 'default' from [fd00:1122:3344:101::e]:42159 2025.09.17 20:43:01.457010 [ 290 ] {} TCP-Session: 36ee2def-f755-409f-b4a4-3528f3159457 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:01.457023 [ 290 ] {} TCP-Session: 36ee2def-f755-409f-b4a4-3528f3159457 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:01.457081 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:43:01.457117 [ 293 ] {} TCP-Session: ef547fdd-e920-4075-9cc0-94067821f1a4 Authenticating user 'default' from [fd00:1122:3344:101::e]:61489 2025.09.17 20:43:01.457135 [ 293 ] {} TCP-Session: ef547fdd-e920-4075-9cc0-94067821f1a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:01.457148 [ 293 ] {} TCP-Session: ef547fdd-e920-4075-9cc0-94067821f1a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:01.457197 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:43:01.457201 [ 286 ] {5f5678af-f3dc-40c2-9608-8a0917677912} oximeter.version (62bd52ee-0bc0-4eea-bbbd-a51761f62e41) (SelectExecutor): Key condition: unknown 2025.09.17 20:43:01.457235 [ 3 ] {} TCP-Session: df31f5fe-2ced-4f1a-8cf5-3ce77397470f Authenticating user 'default' from [fd00:1122:3344:101::e]:42672 2025.09.17 20:43:01.457261 [ 3 ] {} TCP-Session: df31f5fe-2ced-4f1a-8cf5-3ce77397470f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:01.457274 [ 3 ] {} TCP-Session: df31f5fe-2ced-4f1a-8cf5-3ce77397470f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:01.457601 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:43:01.457652 [ 291 ] {} TCP-Session: 7feb1f25-45a2-4e81-8ec6-a175c4c67536 Authenticating user 'default' from [fd00:1122:3344:101::e]:39665 2025.09.17 20:43:01.457685 [ 291 ] {} TCP-Session: 7feb1f25-45a2-4e81-8ec6-a175c4c67536 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:01.457704 [ 291 ] {} TCP-Session: 7feb1f25-45a2-4e81-8ec6-a175c4c67536 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:01.457711 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:43:01.457748 [ 294 ] {} TCP-Session: 6f793636-6329-444b-85ea-5e13164fa14c Authenticating user 'default' from [fd00:1122:3344:101::e]:64629 2025.09.17 20:43:01.457765 [ 294 ] {} TCP-Session: 6f793636-6329-444b-85ea-5e13164fa14c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:01.457781 [ 294 ] {} TCP-Session: 6f793636-6329-444b-85ea-5e13164fa14c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:01.457822 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:43:01.457855 [ 292 ] {} TCP-Session: 330ff24d-eab3-4c10-8858-c54ab89d3618 Authenticating user 'default' from [fd00:1122:3344:101::e]:55800 2025.09.17 20:43:01.457872 [ 292 ] {} TCP-Session: 330ff24d-eab3-4c10-8858-c54ab89d3618 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:01.457885 [ 292 ] {} TCP-Session: 330ff24d-eab3-4c10-8858-c54ab89d3618 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:01.458140 [ 298 ] {5f5678af-f3dc-40c2-9608-8a0917677912} AggregatingTransform: Aggregating 2025.09.17 20:43:01.458189 [ 298 ] {5f5678af-f3dc-40c2-9608-8a0917677912} Aggregator: Aggregation method: without_key 2025.09.17 20:43:01.458226 [ 298 ] {5f5678af-f3dc-40c2-9608-8a0917677912} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000897426 sec. (1114.298 rows/sec., 43.53 KiB/sec.) 2025.09.17 20:43:01.458242 [ 298 ] {5f5678af-f3dc-40c2-9608-8a0917677912} Aggregator: Merging aggregated data 2025.09.17 20:43:01.459531 [ 286 ] {5f5678af-f3dc-40c2-9608-8a0917677912} executeQuery: Read 1 rows, 40.00 B in 0.003069 sec., 325.8390355164549 rows/sec., 12.73 KiB/sec. 2025.09.17 20:43:01.459662 [ 286 ] {5f5678af-f3dc-40c2-9608-8a0917677912} TCPHandler: Processed in 0.003442817 sec. 2025.09.17 20:43:01.459762 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.17 20:43:01.459790 [ 286 ] {} TCP-Session: b30c1e52-3497-48b3-ae5a-1d7e54eea2b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:01.459814 [ 3 ] {} TCPHandler: Done processing connection. 2025.09.17 20:43:01.459831 [ 290 ] {} TCPHandler: Done processing connection. 2025.09.17 20:43:01.459852 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.17 20:43:01.459885 [ 293 ] {} TCPHandler: Done processing connection. 2025.09.17 20:43:01.459888 [ 290 ] {} TCP-Session: 36ee2def-f755-409f-b4a4-3528f3159457 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:01.459905 [ 291 ] {} TCPHandler: Done processing connection. 2025.09.17 20:43:01.459919 [ 292 ] {} TCPHandler: Done processing connection. 2025.09.17 20:43:01.459935 [ 294 ] {} TCPHandler: Done processing connection. 2025.09.17 20:43:01.459960 [ 291 ] {} TCP-Session: 7feb1f25-45a2-4e81-8ec6-a175c4c67536 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:01.459973 [ 292 ] {} TCP-Session: 330ff24d-eab3-4c10-8858-c54ab89d3618 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:01.459987 [ 294 ] {} TCP-Session: 6f793636-6329-444b-85ea-5e13164fa14c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:01.459923 [ 293 ] {} TCP-Session: ef547fdd-e920-4075-9cc0-94067821f1a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:01.459920 [ 288 ] {} TCP-Session: 1f3b25a8-83d5-490b-9ba5-4d59f7116028 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:01.459869 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.17 20:43:01.459862 [ 3 ] {} TCP-Session: df31f5fe-2ced-4f1a-8cf5-3ce77397470f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:01.460089 [ 289 ] {} TCP-Session: f9455632-268e-4ba2-9567-c66342d5c10f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:02.328050 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59334 2025.09.17 20:43:02.328153 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:43:02.328179 [ 286 ] {} TCP-Session: c1cc66b7-85ec-4480-a55f-d7e9a09c51c0 Authenticating user 'default' from [fd00:1122:3344:101::e]:59334 2025.09.17 20:43:02.328200 [ 286 ] {} TCP-Session: c1cc66b7-85ec-4480-a55f-d7e9a09c51c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:02.328213 [ 286 ] {} TCP-Session: c1cc66b7-85ec-4480-a55f-d7e9a09c51c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:02.328414 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46517 2025.09.17 20:43:02.328419 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65520 2025.09.17 20:43:02.328480 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41207 2025.09.17 20:43:02.328496 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41208 2025.09.17 20:43:02.328515 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45314 2025.09.17 20:43:02.328521 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:43:02.328570 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:43:02.328573 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:43:02.328607 [ 289 ] {} TCP-Session: f4e3f35b-9a1e-4872-940b-c672a3a45fce Authenticating user 'default' from [fd00:1122:3344:101::e]:46517 2025.09.17 20:43:02.328622 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:43:02.328632 [ 288 ] {} TCP-Session: b8f3c439-ecad-49f5-a388-4eeed7bf09cc Authenticating user 'default' from [fd00:1122:3344:101::e]:65520 2025.09.17 20:43:02.328646 [ 289 ] {} TCP-Session: f4e3f35b-9a1e-4872-940b-c672a3a45fce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:02.328656 [ 3 ] {} TCP-Session: bb3ea1b8-1441-4548-a610-5120dafcedbf Authenticating user 'default' from [fd00:1122:3344:101::e]:45314 2025.09.17 20:43:02.328678 [ 288 ] {} TCP-Session: b8f3c439-ecad-49f5-a388-4eeed7bf09cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:02.328682 [ 289 ] {} TCP-Session: f4e3f35b-9a1e-4872-940b-c672a3a45fce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:02.328708 [ 288 ] {} TCP-Session: b8f3c439-ecad-49f5-a388-4eeed7bf09cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:02.328694 [ 3 ] {} TCP-Session: bb3ea1b8-1441-4548-a610-5120dafcedbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:02.328650 [ 286 ] {} TCP-Session: c1cc66b7-85ec-4480-a55f-d7e9a09c51c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:02.328771 [ 3 ] {} TCP-Session: bb3ea1b8-1441-4548-a610-5120dafcedbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:02.328608 [ 292 ] {} TCP-Session: c6c5d608-84f7-42e2-bc8f-81f69b4ba687 Authenticating user 'default' from [fd00:1122:3344:101::e]:41207 2025.09.17 20:43:02.328601 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:43:02.328830 [ 292 ] {} TCP-Session: c6c5d608-84f7-42e2-bc8f-81f69b4ba687 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:02.328490 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56722 2025.09.17 20:43:02.328866 [ 292 ] {} TCP-Session: c6c5d608-84f7-42e2-bc8f-81f69b4ba687 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:02.328866 [ 294 ] {} TCP-Session: 1a56bda1-e7c9-476f-ae37-a30bb751afce Authenticating user 'default' from [fd00:1122:3344:101::e]:41208 2025.09.17 20:43:02.328479 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54944 2025.09.17 20:43:02.328962 [ 286 ] {3293c991-1b5b-4b78-82de-b0f7e64efe37} executeQuery: (from [fd00:1122:3344:101::e]:59334) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.17 20:43:02.328941 [ 294 ] {} TCP-Session: 1a56bda1-e7c9-476f-ae37-a30bb751afce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:02.328448 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47866 2025.09.17 20:43:02.329032 [ 294 ] {} TCP-Session: 1a56bda1-e7c9-476f-ae37-a30bb751afce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:02.328944 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:43:02.329059 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:43:02.329095 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:43:02.329097 [ 293 ] {} TCP-Session: 8d0fa090-aa95-443a-90f8-054a526ea557 Authenticating user 'default' from [fd00:1122:3344:101::e]:56722 2025.09.17 20:43:02.329111 [ 291 ] {} TCP-Session: 6d43a5f8-7546-463a-9890-9b032331e72d Authenticating user 'default' from [fd00:1122:3344:101::e]:54944 2025.09.17 20:43:02.329125 [ 290 ] {} TCP-Session: e456e884-099f-4b4f-9dea-b314f08b19ed Authenticating user 'default' from [fd00:1122:3344:101::e]:47866 2025.09.17 20:43:02.329136 [ 293 ] {} TCP-Session: 8d0fa090-aa95-443a-90f8-054a526ea557 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:02.329157 [ 291 ] {} TCP-Session: 6d43a5f8-7546-463a-9890-9b032331e72d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:02.329197 [ 290 ] {} TCP-Session: e456e884-099f-4b4f-9dea-b314f08b19ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:02.329206 [ 291 ] {} TCP-Session: 6d43a5f8-7546-463a-9890-9b032331e72d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:02.329223 [ 293 ] {} TCP-Session: 8d0fa090-aa95-443a-90f8-054a526ea557 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:02.329230 [ 290 ] {} TCP-Session: e456e884-099f-4b4f-9dea-b314f08b19ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:02.329275 [ 286 ] {3293c991-1b5b-4b78-82de-b0f7e64efe37} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.17 20:43:02.329331 [ 286 ] {3293c991-1b5b-4b78-82de-b0f7e64efe37} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.17 20:43:02.329607 [ 286 ] {3293c991-1b5b-4b78-82de-b0f7e64efe37} oximeter.version (62bd52ee-0bc0-4eea-bbbd-a51761f62e41) (SelectExecutor): Key condition: unknown 2025.09.17 20:43:02.330540 [ 296 ] {3293c991-1b5b-4b78-82de-b0f7e64efe37} AggregatingTransform: Aggregating 2025.09.17 20:43:02.330606 [ 296 ] {3293c991-1b5b-4b78-82de-b0f7e64efe37} Aggregator: Aggregation method: without_key 2025.09.17 20:43:02.330647 [ 296 ] {3293c991-1b5b-4b78-82de-b0f7e64efe37} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000942947 sec. (1060.505 rows/sec., 41.43 KiB/sec.) 2025.09.17 20:43:02.330671 [ 296 ] {3293c991-1b5b-4b78-82de-b0f7e64efe37} Aggregator: Merging aggregated data 2025.09.17 20:43:02.331980 [ 286 ] {3293c991-1b5b-4b78-82de-b0f7e64efe37} executeQuery: Read 1 rows, 40.00 B in 0.003086 sec., 324.0440699935191 rows/sec., 12.66 KiB/sec. 2025.09.17 20:43:02.332131 [ 286 ] {3293c991-1b5b-4b78-82de-b0f7e64efe37} TCPHandler: Processed in 0.003640742 sec. 2025.09.17 20:43:02.332238 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.17 20:43:02.332266 [ 286 ] {} TCP-Session: c1cc66b7-85ec-4480-a55f-d7e9a09c51c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:02.332270 [ 291 ] {} TCPHandler: Done processing connection. 2025.09.17 20:43:02.332290 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.17 20:43:02.332310 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.17 20:43:02.332331 [ 293 ] {} TCPHandler: Done processing connection. 2025.09.17 20:43:02.332344 [ 288 ] {} TCP-Session: b8f3c439-ecad-49f5-a388-4eeed7bf09cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:02.332354 [ 3 ] {} TCPHandler: Done processing connection. 2025.09.17 20:43:02.332373 [ 289 ] {} TCP-Session: f4e3f35b-9a1e-4872-940b-c672a3a45fce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:02.332393 [ 292 ] {} TCPHandler: Done processing connection. 2025.09.17 20:43:02.332409 [ 3 ] {} TCP-Session: bb3ea1b8-1441-4548-a610-5120dafcedbf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:02.332414 [ 294 ] {} TCPHandler: Done processing connection. 2025.09.17 20:43:02.332432 [ 292 ] {} TCP-Session: c6c5d608-84f7-42e2-bc8f-81f69b4ba687 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:02.332385 [ 293 ] {} TCP-Session: 8d0fa090-aa95-443a-90f8-054a526ea557 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:02.332468 [ 294 ] {} TCP-Session: 1a56bda1-e7c9-476f-ae37-a30bb751afce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:02.332374 [ 290 ] {} TCPHandler: Done processing connection. 2025.09.17 20:43:02.332319 [ 291 ] {} TCP-Session: 6d43a5f8-7546-463a-9890-9b032331e72d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:02.332531 [ 290 ] {} TCP-Session: e456e884-099f-4b4f-9dea-b314f08b19ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:02.400967 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44079 2025.09.17 20:43:02.401071 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:43:02.401099 [ 286 ] {} TCP-Session: 25e7ccc7-e076-4401-9e16-456420f142d8 Authenticating user 'default' from [fd00:1122:3344:101::e]:44079 2025.09.17 20:43:02.401120 [ 286 ] {} TCP-Session: 25e7ccc7-e076-4401-9e16-456420f142d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:02.401133 [ 286 ] {} TCP-Session: 25e7ccc7-e076-4401-9e16-456420f142d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:02.401334 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50144 2025.09.17 20:43:02.401345 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52671 2025.09.17 20:43:02.401386 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55894 2025.09.17 20:43:02.401413 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64712 2025.09.17 20:43:02.401424 [ 286 ] {} TCP-Session: 25e7ccc7-e076-4401-9e16-456420f142d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:02.401453 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:43:02.401474 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:43:02.401463 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:43:02.401504 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:43:02.401525 [ 290 ] {} TCP-Session: 24b3662c-ab7c-49a8-a3da-941d4f0d7739 Authenticating user 'default' from [fd00:1122:3344:101::e]:52671 2025.09.17 20:43:02.401501 [ 292 ] {} TCP-Session: 97c4a91f-23a0-415a-81ee-b549546461da Authenticating user 'default' from [fd00:1122:3344:101::e]:55894 2025.09.17 20:43:02.401552 [ 3 ] {} TCP-Session: f5094109-30a9-4ba7-901c-7b63ccee64c3 Authenticating user 'default' from [fd00:1122:3344:101::e]:64712 2025.09.17 20:43:02.401560 [ 290 ] {} TCP-Session: 24b3662c-ab7c-49a8-a3da-941d4f0d7739 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:02.401581 [ 292 ] {} TCP-Session: 97c4a91f-23a0-415a-81ee-b549546461da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:02.401591 [ 3 ] {} TCP-Session: f5094109-30a9-4ba7-901c-7b63ccee64c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:02.401608 [ 292 ] {} TCP-Session: 97c4a91f-23a0-415a-81ee-b549546461da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:02.401608 [ 286 ] {38e8cc25-d301-41c1-b581-ac8d0a7f67c3} executeQuery: (from [fd00:1122:3344:101::e]:44079) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.17 20:43:02.401621 [ 3 ] {} TCP-Session: f5094109-30a9-4ba7-901c-7b63ccee64c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:02.401597 [ 290 ] {} TCP-Session: 24b3662c-ab7c-49a8-a3da-941d4f0d7739 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:02.401495 [ 289 ] {} TCP-Session: 130016e3-ec90-4266-a649-49ae477e0ede Authenticating user 'default' from [fd00:1122:3344:101::e]:50144 2025.09.17 20:43:02.401398 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57293 2025.09.17 20:43:02.401707 [ 289 ] {} TCP-Session: 130016e3-ec90-4266-a649-49ae477e0ede Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:02.401335 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51848 2025.09.17 20:43:02.401756 [ 289 ] {} TCP-Session: 130016e3-ec90-4266-a649-49ae477e0ede Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:02.401405 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34821 2025.09.17 20:43:02.401804 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:43:02.401816 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:43:02.401390 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49354 2025.09.17 20:43:02.401839 [ 293 ] {} TCP-Session: 500decf2-213f-454c-a5d4-fde56cacefe7 Authenticating user 'default' from [fd00:1122:3344:101::e]:57293 2025.09.17 20:43:02.401859 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:43:02.401885 [ 286 ] {38e8cc25-d301-41c1-b581-ac8d0a7f67c3} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.17 20:43:02.401895 [ 293 ] {} TCP-Session: 500decf2-213f-454c-a5d4-fde56cacefe7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:02.401903 [ 294 ] {} TCP-Session: cdbe6fff-16bb-483d-9baf-658455eef65b Authenticating user 'default' from [fd00:1122:3344:101::e]:34821 2025.09.17 20:43:02.401927 [ 293 ] {} TCP-Session: 500decf2-213f-454c-a5d4-fde56cacefe7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:02.401937 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:43:02.401944 [ 294 ] {} TCP-Session: cdbe6fff-16bb-483d-9baf-658455eef65b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:02.401846 [ 288 ] {} TCP-Session: 3e1a22b6-b430-4cc5-8402-ae172cab2681 Authenticating user 'default' from [fd00:1122:3344:101::e]:51848 2025.09.17 20:43:02.401980 [ 294 ] {} TCP-Session: cdbe6fff-16bb-483d-9baf-658455eef65b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:02.402004 [ 288 ] {} TCP-Session: 3e1a22b6-b430-4cc5-8402-ae172cab2681 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:02.401980 [ 291 ] {} TCP-Session: 9d13856c-69f9-4851-8dca-5baec05f0016 Authenticating user 'default' from [fd00:1122:3344:101::e]:49354 2025.09.17 20:43:02.402029 [ 288 ] {} TCP-Session: 3e1a22b6-b430-4cc5-8402-ae172cab2681 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:02.401943 [ 286 ] {38e8cc25-d301-41c1-b581-ac8d0a7f67c3} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.17 20:43:02.402058 [ 291 ] {} TCP-Session: 9d13856c-69f9-4851-8dca-5baec05f0016 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:02.402093 [ 291 ] {} TCP-Session: 9d13856c-69f9-4851-8dca-5baec05f0016 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:02.402347 [ 286 ] {38e8cc25-d301-41c1-b581-ac8d0a7f67c3} oximeter.version (62bd52ee-0bc0-4eea-bbbd-a51761f62e41) (SelectExecutor): Key condition: unknown 2025.09.17 20:43:02.403325 [ 335 ] {38e8cc25-d301-41c1-b581-ac8d0a7f67c3} AggregatingTransform: Aggregating 2025.09.17 20:43:02.403374 [ 335 ] {38e8cc25-d301-41c1-b581-ac8d0a7f67c3} Aggregator: Aggregation method: without_key 2025.09.17 20:43:02.403407 [ 335 ] {38e8cc25-d301-41c1-b581-ac8d0a7f67c3} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000960657 sec. (1040.954 rows/sec., 40.66 KiB/sec.) 2025.09.17 20:43:02.403424 [ 335 ] {38e8cc25-d301-41c1-b581-ac8d0a7f67c3} Aggregator: Merging aggregated data 2025.09.17 20:43:02.404676 [ 286 ] {38e8cc25-d301-41c1-b581-ac8d0a7f67c3} executeQuery: Read 1 rows, 40.00 B in 0.003117 sec., 320.82130253448827 rows/sec., 12.53 KiB/sec. 2025.09.17 20:43:02.404829 [ 286 ] {38e8cc25-d301-41c1-b581-ac8d0a7f67c3} TCPHandler: Processed in 0.003517499 sec. 2025.09.17 20:43:02.404942 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.17 20:43:02.404970 [ 286 ] {} TCP-Session: 25e7ccc7-e076-4401-9e16-456420f142d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:02.404977 [ 3 ] {} TCPHandler: Done processing connection. 2025.09.17 20:43:02.405014 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.17 20:43:02.405031 [ 293 ] {} TCPHandler: Done processing connection. 2025.09.17 20:43:02.405052 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.17 20:43:02.405074 [ 290 ] {} TCPHandler: Done processing connection. 2025.09.17 20:43:02.405094 [ 292 ] {} TCPHandler: Done processing connection. 2025.09.17 20:43:02.405105 [ 289 ] {} TCP-Session: 130016e3-ec90-4266-a649-49ae477e0ede Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:02.405114 [ 291 ] {} TCPHandler: Done processing connection. 2025.09.17 20:43:02.405132 [ 292 ] {} TCP-Session: 97c4a91f-23a0-415a-81ee-b549546461da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:02.405133 [ 294 ] {} TCPHandler: Done processing connection. 2025.09.17 20:43:02.405167 [ 291 ] {} TCP-Session: 9d13856c-69f9-4851-8dca-5baec05f0016 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:02.405085 [ 293 ] {} TCP-Session: 500decf2-213f-454c-a5d4-fde56cacefe7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:02.405192 [ 294 ] {} TCP-Session: cdbe6fff-16bb-483d-9baf-658455eef65b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:02.405023 [ 3 ] {} TCP-Session: f5094109-30a9-4ba7-901c-7b63ccee64c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:02.405121 [ 290 ] {} TCP-Session: 24b3662c-ab7c-49a8-a3da-941d4f0d7739 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:02.405064 [ 288 ] {} TCP-Session: 3e1a22b6-b430-4cc5-8402-ae172cab2681 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:43:03.466264 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:03.466465 [ 5 ] {c706021e-dadb-43a9-8b37-247dbdccb412} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.17 20:43:03.466543 [ 5 ] {c706021e-dadb-43a9-8b37-247dbdccb412} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.17 20:43:03.467218 [ 5 ] {c706021e-dadb-43a9-8b37-247dbdccb412} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:03.467269 [ 5 ] {c706021e-dadb-43a9-8b37-247dbdccb412} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:43:03.467669 [ 5 ] {c706021e-dadb-43a9-8b37-247dbdccb412} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.09.17 20:43:03.467906 [ 5 ] {c706021e-dadb-43a9-8b37-247dbdccb412} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:03.468075 [ 5 ] {c706021e-dadb-43a9-8b37-247dbdccb412} executeQuery: Read 2 rows, 167.00 B in 0.001665 sec., 1201.2012012012012 rows/sec., 97.95 KiB/sec. 2025.09.17 20:43:03.468127 [ 5 ] {c706021e-dadb-43a9-8b37-247dbdccb412} TCPHandler: Processed in 0.002008117 sec. 2025.09.17 20:43:03.468256 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:03.468361 [ 5 ] {0fe4450c-8475-472a-ac7e-d8c4a4010d81} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:43:03.468404 [ 5 ] {0fe4450c-8475-472a-ac7e-d8c4a4010d81} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:43:03.469504 [ 5 ] {0fe4450c-8475-472a-ac7e-d8c4a4010d81} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:03.469548 [ 5 ] {0fe4450c-8475-472a-ac7e-d8c4a4010d81} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:43:03.470021 [ 5 ] {0fe4450c-8475-472a-ac7e-d8c4a4010d81} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.09.17 20:43:03.470252 [ 5 ] {0fe4450c-8475-472a-ac7e-d8c4a4010d81} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:03.470408 [ 5 ] {0fe4450c-8475-472a-ac7e-d8c4a4010d81} executeQuery: Read 1263 rows, 107.37 KiB in 0.002072 sec., 609555.9845559845 rows/sec., 50.60 MiB/sec. 2025.09.17 20:43:03.470407 [ 23 ] {} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.09.17 20:43:03.470451 [ 5 ] {0fe4450c-8475-472a-ac7e-d8c4a4010d81} TCPHandler: Processed in 0.002247193 sec. 2025.09.17 20:43:03.470491 [ 23 ] {} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:03.470522 [ 23 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:43:03.470590 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:03.470632 [ 195 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2025.09.17 20:43:03.470693 [ 5 ] {aad9b055-9274-45f2-87ad-67640d328855} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:43:03.470740 [ 5 ] {aad9b055-9274-45f2-87ad-67640d328855} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:43:03.470752 [ 195 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:43:03.470791 [ 195 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1410 rows starting from the beginning of the part 2025.09.17 20:43:03.470856 [ 195 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 122 rows starting from the beginning of the part 2025.09.17 20:43:03.470901 [ 195 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 195 rows starting from the beginning of the part 2025.09.17 20:43:03.470946 [ 195 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 122 rows starting from the beginning of the part 2025.09.17 20:43:03.470986 [ 195 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 74 rows starting from the beginning of the part 2025.09.17 20:43:03.471024 [ 195 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 1263 rows starting from the beginning of the part 2025.09.17 20:43:03.471189 [ 5 ] {aad9b055-9274-45f2-87ad-67640d328855} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:03.471233 [ 5 ] {aad9b055-9274-45f2-87ad-67640d328855} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:43:03.471575 [ 5 ] {aad9b055-9274-45f2-87ad-67640d328855} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.09.17 20:43:03.471825 [ 5 ] {aad9b055-9274-45f2-87ad-67640d328855} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:03.471970 [ 5 ] {aad9b055-9274-45f2-87ad-67640d328855} executeQuery: Read 35 rows, 2.62 KiB in 0.001298 sec., 26964.56086286595 rows/sec., 1.97 MiB/sec. 2025.09.17 20:43:03.472009 [ 5 ] {aad9b055-9274-45f2-87ad-67640d328855} TCPHandler: Processed in 0.001470361 sec. 2025.09.17 20:43:03.472158 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:03.472253 [ 5 ] {e3750a2b-3f00-40b8-a275-a7af4f7d73a4} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.17 20:43:03.472293 [ 5 ] {e3750a2b-3f00-40b8-a275-a7af4f7d73a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.17 20:43:03.472497 [ 186 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 3186 rows, containing 5 columns (5 merged, 0 gathered) in 0.001915064 sec., 1663651.9719445407 rows/sec., 145.98 MiB/sec. 2025.09.17 20:43:03.472717 [ 198 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.09.17 20:43:03.472803 [ 5 ] {e3750a2b-3f00-40b8-a275-a7af4f7d73a4} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:03.472839 [ 5 ] {e3750a2b-3f00-40b8-a275-a7af4f7d73a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:43:03.473060 [ 198 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_71_14} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:03.473152 [ 198 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_71_14} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.09.17 20:43:03.473204 [ 5 ] {e3750a2b-3f00-40b8-a275-a7af4f7d73a4} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.09.17 20:43:03.473259 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. 2025.09.17 20:43:03.473438 [ 5 ] {e3750a2b-3f00-40b8-a275-a7af4f7d73a4} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:03.473577 [ 5 ] {e3750a2b-3f00-40b8-a275-a7af4f7d73a4} executeQuery: Read 228 rows, 15.81 KiB in 0.001343 sec., 169769.17349218167 rows/sec., 11.50 MiB/sec. 2025.09.17 20:43:03.473618 [ 5 ] {e3750a2b-3f00-40b8-a275-a7af4f7d73a4} TCPHandler: Processed in 0.001509732 sec. 2025.09.17 20:43:03.473743 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:03.473838 [ 5 ] {387298d0-7c63-424f-8cf0-1f0bf3f5069a} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:43:03.473880 [ 5 ] {387298d0-7c63-424f-8cf0-1f0bf3f5069a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:43:03.474522 [ 5 ] {387298d0-7c63-424f-8cf0-1f0bf3f5069a} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:03.474560 [ 5 ] {387298d0-7c63-424f-8cf0-1f0bf3f5069a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:43:03.474905 [ 5 ] {387298d0-7c63-424f-8cf0-1f0bf3f5069a} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.09.17 20:43:03.475139 [ 5 ] {387298d0-7c63-424f-8cf0-1f0bf3f5069a} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:03.475263 [ 23 ] {} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.09.17 20:43:03.475277 [ 5 ] {387298d0-7c63-424f-8cf0-1f0bf3f5069a} executeQuery: Read 555 rows, 42.21 KiB in 0.001458 sec., 380658.4362139917 rows/sec., 28.27 MiB/sec. 2025.09.17 20:43:03.475304 [ 23 ] {} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:03.475328 [ 5 ] {387298d0-7c63-424f-8cf0-1f0bf3f5069a} TCPHandler: Processed in 0.001635286 sec. 2025.09.17 20:43:03.475329 [ 23 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:43:03.475414 [ 195 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2025.09.17 20:43:03.475452 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:03.475508 [ 195 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:43:03.475538 [ 195 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 634 rows starting from the beginning of the part 2025.09.17 20:43:03.475553 [ 5 ] {02aac03c-59af-42dd-b1c9-0c6f1992388a} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:43:03.475591 [ 195 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 97 rows starting from the beginning of the part 2025.09.17 20:43:03.475603 [ 5 ] {02aac03c-59af-42dd-b1c9-0c6f1992388a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:43:03.475637 [ 195 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 111 rows starting from the beginning of the part 2025.09.17 20:43:03.475679 [ 195 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 97 rows starting from the beginning of the part 2025.09.17 20:43:03.475716 [ 195 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 73 rows starting from the beginning of the part 2025.09.17 20:43:03.475753 [ 195 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 555 rows starting from the beginning of the part 2025.09.17 20:43:03.476234 [ 5 ] {02aac03c-59af-42dd-b1c9-0c6f1992388a} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:03.476278 [ 5 ] {02aac03c-59af-42dd-b1c9-0c6f1992388a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:43:03.476687 [ 5 ] {02aac03c-59af-42dd-b1c9-0c6f1992388a} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.09.17 20:43:03.476692 [ 198 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 1567 rows, containing 5 columns (5 merged, 0 gathered) in 0.001304147 sec., 1201551.6655714423 rows/sec., 95.76 MiB/sec. 2025.09.17 20:43:03.476886 [ 186 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.09.17 20:43:03.476937 [ 5 ] {02aac03c-59af-42dd-b1c9-0c6f1992388a} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:03.477065 [ 23 ] {} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.09.17 20:43:03.477080 [ 5 ] {02aac03c-59af-42dd-b1c9-0c6f1992388a} executeQuery: Read 845 rows, 58.24 KiB in 0.001546 sec., 546571.7981888745 rows/sec., 36.79 MiB/sec. 2025.09.17 20:43:03.477107 [ 23 ] {} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:03.477130 [ 5 ] {02aac03c-59af-42dd-b1c9-0c6f1992388a} TCPHandler: Processed in 0.001728729 sec. 2025.09.17 20:43:03.477135 [ 23 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:43:03.477171 [ 186 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_71_14} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:03.477253 [ 186 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_71_14} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.09.17 20:43:03.477260 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:03.477270 [ 193 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2025.09.17 20:43:03.477349 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2025.09.17 20:43:03.477356 [ 5 ] {2ab9387c-b026-4bfe-a360-44a92e5e0661} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:43:03.477419 [ 5 ] {2ab9387c-b026-4bfe-a360-44a92e5e0661} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:43:03.477420 [ 193 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:43:03.477484 [ 193 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_71_14} MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 19039 rows starting from the beginning of the part 2025.09.17 20:43:03.477555 [ 193 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 160 rows starting from the beginning of the part 2025.09.17 20:43:03.477604 [ 193 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 197 rows starting from the beginning of the part 2025.09.17 20:43:03.477648 [ 193 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 160 rows starting from the beginning of the part 2025.09.17 20:43:03.477687 [ 193 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 160 rows starting from the beginning of the part 2025.09.17 20:43:03.477727 [ 193 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 845 rows starting from the beginning of the part 2025.09.17 20:43:03.478332 [ 5 ] {2ab9387c-b026-4bfe-a360-44a92e5e0661} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:03.478376 [ 5 ] {2ab9387c-b026-4bfe-a360-44a92e5e0661} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:43:03.478989 [ 5 ] {2ab9387c-b026-4bfe-a360-44a92e5e0661} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.09.17 20:43:03.479250 [ 5 ] {2ab9387c-b026-4bfe-a360-44a92e5e0661} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:03.479413 [ 5 ] {2ab9387c-b026-4bfe-a360-44a92e5e0661} executeQuery: Read 33 rows, 60.55 KiB in 0.002076 sec., 15895.953757225432 rows/sec., 28.48 MiB/sec. 2025.09.17 20:43:03.479503 [ 5 ] {2ab9387c-b026-4bfe-a360-44a92e5e0661} TCPHandler: Processed in 0.002293155 sec. 2025.09.17 20:43:03.479624 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:03.479719 [ 5 ] {b92e5cf9-451b-4658-9182-f9492f5e20bc} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:43:03.479763 [ 5 ] {b92e5cf9-451b-4658-9182-f9492f5e20bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:43:03.480120 [ 5 ] {b92e5cf9-451b-4658-9182-f9492f5e20bc} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:03.480159 [ 5 ] {b92e5cf9-451b-4658-9182-f9492f5e20bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:43:03.480507 [ 5 ] {b92e5cf9-451b-4658-9182-f9492f5e20bc} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.09.17 20:43:03.480741 [ 5 ] {b92e5cf9-451b-4658-9182-f9492f5e20bc} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:03.480864 [ 23 ] {} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.09.17 20:43:03.480881 [ 5 ] {b92e5cf9-451b-4658-9182-f9492f5e20bc} executeQuery: Read 60 rows, 4.14 KiB in 0.001181 sec., 50804.40304826418 rows/sec., 3.42 MiB/sec. 2025.09.17 20:43:03.480901 [ 23 ] {} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:03.480924 [ 5 ] {b92e5cf9-451b-4658-9182-f9492f5e20bc} TCPHandler: Processed in 0.001350508 sec. 2025.09.17 20:43:03.480926 [ 23 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:43:03.481024 [ 198 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2025.09.17 20:43:03.481113 [ 198 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:43:03.481142 [ 198 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3648 rows starting from the beginning of the part 2025.09.17 20:43:03.481200 [ 198 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 60 rows starting from the beginning of the part 2025.09.17 20:43:03.481246 [ 198 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 60 rows starting from the beginning of the part 2025.09.17 20:43:03.481285 [ 198 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 60 rows starting from the beginning of the part 2025.09.17 20:43:03.481327 [ 198 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 60 rows starting from the beginning of the part 2025.09.17 20:43:03.481366 [ 198 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 60 rows starting from the beginning of the part 2025.09.17 20:43:03.482942 [ 192 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 3948 rows, containing 4 columns (4 merged, 0 gathered) in 0.001945314 sec., 2029492.4109938035 rows/sec., 136.63 MiB/sec. 2025.09.17 20:43:03.483312 [ 198 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.09.17 20:43:03.483551 [ 198 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_71_14} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:03.483621 [ 198 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_71_14} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.09.17 20:43:03.483677 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB. 2025.09.17 20:43:03.491472 [ 198 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 20561 rows, containing 5 columns (5 merged, 0 gathered) in 0.01425341 sec., 1442531.997606187 rows/sec., 99.05 MiB/sec. 2025.09.17 20:43:03.491935 [ 192 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.09.17 20:43:03.492370 [ 192 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_71_14} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:03.492490 [ 192 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_71_14} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.09.17 20:43:03.492614 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. 2025.09.17 20:43:04.000204 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 310.36 MiB, peak 317.97 MiB, free memory in arenas 0.00 B, will set to 311.54 MiB (RSS), difference: 1.18 MiB 2025.09.17 20:43:05.221715 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 23526 2025.09.17 20:43:05.222229 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:05.222278 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:43:05.222762 [ 245 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.09.17 20:43:05.223018 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:05.223165 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23526 2025.09.17 20:43:06.446076 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 369 2025.09.17 20:43:06.464119 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:06.464174 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:43:06.470344 [ 244 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.09.17 20:43:06.471048 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:06.474163 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 369 2025.09.17 20:43:07.782816 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1178 2025.09.17 20:43:07.785241 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:07.785284 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:43:07.786465 [ 243 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.09.17 20:43:07.786735 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:07.786880 [ 47 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.09.17 20:43:07.786921 [ 47 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:07.786943 [ 47 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:43:07.786996 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1178 2025.09.17 20:43:07.787058 [ 198 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2025.09.17 20:43:07.787656 [ 198 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:43:07.787825 [ 198 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1028 rows starting from the beginning of the part 2025.09.17 20:43:07.788223 [ 198 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 32 rows starting from the beginning of the part 2025.09.17 20:43:07.788586 [ 198 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 28 rows starting from the beginning of the part 2025.09.17 20:43:07.788936 [ 198 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 24 rows starting from the beginning of the part 2025.09.17 20:43:07.789279 [ 198 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 32 rows starting from the beginning of the part 2025.09.17 20:43:07.789605 [ 198 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 34 rows starting from the beginning of the part 2025.09.17 20:43:07.795544 [ 189 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1178 rows, containing 72 columns (72 merged, 0 gathered) in 0.0085388 sec., 137958.4953389235 rows/sec., 109.38 MiB/sec. 2025.09.17 20:43:07.797125 [ 201 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.09.17 20:43:07.797761 [ 201 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_36_7} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:07.797847 [ 201 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_36_7} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.09.17 20:43:07.798217 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.78 MiB. 2025.09.17 20:43:08.433844 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:08.434120 [ 5 ] {14675c8a-afe3-40d8-a72d-27c5e468ba77} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:43:08.434220 [ 5 ] {14675c8a-afe3-40d8-a72d-27c5e468ba77} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:43:08.435137 [ 5 ] {14675c8a-afe3-40d8-a72d-27c5e468ba77} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:08.435179 [ 5 ] {14675c8a-afe3-40d8-a72d-27c5e468ba77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:43:08.435552 [ 5 ] {14675c8a-afe3-40d8-a72d-27c5e468ba77} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.09.17 20:43:08.435786 [ 5 ] {14675c8a-afe3-40d8-a72d-27c5e468ba77} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:08.435933 [ 5 ] {14675c8a-afe3-40d8-a72d-27c5e468ba77} executeQuery: Read 74 rows, 6.12 KiB in 0.001888 sec., 39194.91525423729 rows/sec., 3.17 MiB/sec. 2025.09.17 20:43:08.435974 [ 5 ] {14675c8a-afe3-40d8-a72d-27c5e468ba77} TCPHandler: Processed in 0.002307895 sec. 2025.09.17 20:43:08.436109 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:08.436203 [ 5 ] {633cea04-94fe-4216-a626-77c36ee0074a} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:43:08.436242 [ 5 ] {633cea04-94fe-4216-a626-77c36ee0074a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:43:08.436715 [ 5 ] {633cea04-94fe-4216-a626-77c36ee0074a} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:08.436751 [ 5 ] {633cea04-94fe-4216-a626-77c36ee0074a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:43:08.437042 [ 5 ] {633cea04-94fe-4216-a626-77c36ee0074a} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.09.17 20:43:08.437247 [ 5 ] {633cea04-94fe-4216-a626-77c36ee0074a} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:08.437363 [ 25 ] {} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.09.17 20:43:08.437370 [ 5 ] {633cea04-94fe-4216-a626-77c36ee0074a} executeQuery: Read 9 rows, 693.00 B in 0.001186 sec., 7588.532883642496 rows/sec., 570.62 KiB/sec. 2025.09.17 20:43:08.437434 [ 25 ] {} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:08.437451 [ 5 ] {633cea04-94fe-4216-a626-77c36ee0074a} TCPHandler: Processed in 0.001388609 sec. 2025.09.17 20:43:08.437463 [ 25 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:43:08.437590 [ 189 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2025.09.17 20:43:08.437596 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:08.437714 [ 5 ] {6c030f7f-fd12-4a25-af5e-6a968a253c7f} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:43:08.437724 [ 189 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:43:08.437775 [ 5 ] {6c030f7f-fd12-4a25-af5e-6a968a253c7f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:43:08.437777 [ 189 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 72 rows starting from the beginning of the part 2025.09.17 20:43:08.437869 [ 189 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 23 rows starting from the beginning of the part 2025.09.17 20:43:08.437925 [ 189 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 33 rows starting from the beginning of the part 2025.09.17 20:43:08.437974 [ 189 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 9 rows starting from the beginning of the part 2025.09.17 20:43:08.438024 [ 189 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 35 rows starting from the beginning of the part 2025.09.17 20:43:08.438072 [ 189 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 9 rows starting from the beginning of the part 2025.09.17 20:43:08.438260 [ 5 ] {6c030f7f-fd12-4a25-af5e-6a968a253c7f} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:08.438301 [ 5 ] {6c030f7f-fd12-4a25-af5e-6a968a253c7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:08.438619 [ 5 ] {6c030f7f-fd12-4a25-af5e-6a968a253c7f} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.09.17 20:43:08.438852 [ 5 ] {6c030f7f-fd12-4a25-af5e-6a968a253c7f} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:08.438983 [ 5 ] {6c030f7f-fd12-4a25-af5e-6a968a253c7f} executeQuery: Read 73 rows, 5.84 KiB in 0.001286 sec., 56765.1632970451 rows/sec., 4.43 MiB/sec. 2025.09.17 20:43:08.438998 [ 191 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 181 rows, containing 5 columns (5 merged, 0 gathered) in 0.001452311 sec., 124628.95344041324 rows/sec., 9.63 MiB/sec. 2025.09.17 20:43:08.439023 [ 5 ] {6c030f7f-fd12-4a25-af5e-6a968a253c7f} TCPHandler: Processed in 0.001470572 sec. 2025.09.17 20:43:08.439148 [ 189 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.09.17 20:43:08.439170 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:08.439267 [ 5 ] {72e2271e-4456-4b9a-ae1b-f686a072426d} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:43:08.439312 [ 5 ] {72e2271e-4456-4b9a-ae1b-f686a072426d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:43:08.439395 [ 189 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_66_13} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:08.439466 [ 189 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_66_13} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.09.17 20:43:08.439540 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.09.17 20:43:08.439801 [ 5 ] {72e2271e-4456-4b9a-ae1b-f686a072426d} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:08.439844 [ 5 ] {72e2271e-4456-4b9a-ae1b-f686a072426d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:43:08.440220 [ 5 ] {72e2271e-4456-4b9a-ae1b-f686a072426d} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.09.17 20:43:08.440443 [ 5 ] {72e2271e-4456-4b9a-ae1b-f686a072426d} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:08.440570 [ 5 ] {72e2271e-4456-4b9a-ae1b-f686a072426d} executeQuery: Read 160 rows, 11.41 KiB in 0.001321 sec., 121120.36336109009 rows/sec., 8.44 MiB/sec. 2025.09.17 20:43:08.440607 [ 5 ] {72e2271e-4456-4b9a-ae1b-f686a072426d} TCPHandler: Processed in 0.001487991 sec. 2025.09.17 20:43:08.440732 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:08.440827 [ 5 ] {d067207c-7810-4ab8-aa5b-fe22f9ad2f08} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:43:08.440882 [ 5 ] {d067207c-7810-4ab8-aa5b-fe22f9ad2f08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:43:08.441664 [ 5 ] {d067207c-7810-4ab8-aa5b-fe22f9ad2f08} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:08.441700 [ 5 ] {d067207c-7810-4ab8-aa5b-fe22f9ad2f08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:43:08.442207 [ 5 ] {d067207c-7810-4ab8-aa5b-fe22f9ad2f08} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.09.17 20:43:08.442426 [ 5 ] {d067207c-7810-4ab8-aa5b-fe22f9ad2f08} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:08.442559 [ 5 ] {d067207c-7810-4ab8-aa5b-fe22f9ad2f08} executeQuery: Read 9 rows, 16.51 KiB in 0.00175 sec., 5142.857142857143 rows/sec., 9.22 MiB/sec. 2025.09.17 20:43:08.442611 [ 5 ] {d067207c-7810-4ab8-aa5b-fe22f9ad2f08} TCPHandler: Processed in 0.001926304 sec. 2025.09.17 20:43:08.442735 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:08.442828 [ 5 ] {35aa0b03-ccbe-4efe-865d-046f1cb8760e} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:43:08.442870 [ 5 ] {35aa0b03-ccbe-4efe-865d-046f1cb8760e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:43:08.443208 [ 5 ] {35aa0b03-ccbe-4efe-865d-046f1cb8760e} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:08.443243 [ 5 ] {35aa0b03-ccbe-4efe-865d-046f1cb8760e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.09.17 20:43:08.443539 [ 5 ] {35aa0b03-ccbe-4efe-865d-046f1cb8760e} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.09.17 20:43:08.443747 [ 5 ] {35aa0b03-ccbe-4efe-865d-046f1cb8760e} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:08.443872 [ 5 ] {35aa0b03-ccbe-4efe-865d-046f1cb8760e} executeQuery: Read 60 rows, 4.14 KiB in 0.00106 sec., 56603.77358490566 rows/sec., 3.81 MiB/sec. 2025.09.17 20:43:08.443911 [ 5 ] {35aa0b03-ccbe-4efe-865d-046f1cb8760e} TCPHandler: Processed in 0.001223235 sec. 2025.09.17 20:43:12.566241 [ 113 ] {} DNSResolver: Updating DNS cache 2025.09.17 20:43:12.566312 [ 113 ] {} DNSResolver: Updated DNS cache 2025.09.17 20:43:12.724156 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 23974 2025.09.17 20:43:12.724632 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:12.724669 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:12.725163 [ 245 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.09.17 20:43:12.725415 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:12.725557 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23974 2025.09.17 20:43:13.435107 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:13.435295 [ 5 ] {1f8f69e9-fb20-4929-b49e-210312af45ac} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:43:13.435361 [ 5 ] {1f8f69e9-fb20-4929-b49e-210312af45ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:43:13.436056 [ 5 ] {1f8f69e9-fb20-4929-b49e-210312af45ac} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:13.436099 [ 5 ] {1f8f69e9-fb20-4929-b49e-210312af45ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:13.436528 [ 5 ] {1f8f69e9-fb20-4929-b49e-210312af45ac} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.09.17 20:43:13.436758 [ 5 ] {1f8f69e9-fb20-4929-b49e-210312af45ac} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:13.436919 [ 5 ] {1f8f69e9-fb20-4929-b49e-210312af45ac} executeQuery: Read 122 rows, 10.73 KiB in 0.001675 sec., 72835.82089552238 rows/sec., 6.26 MiB/sec. 2025.09.17 20:43:13.436969 [ 5 ] {1f8f69e9-fb20-4929-b49e-210312af45ac} TCPHandler: Processed in 0.001997787 sec. 2025.09.17 20:43:13.437097 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:13.437194 [ 5 ] {c1648212-2f60-47d4-9849-065f2ca3d93d} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:43:13.437235 [ 5 ] {c1648212-2f60-47d4-9849-065f2ca3d93d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:43:13.437634 [ 5 ] {c1648212-2f60-47d4-9849-065f2ca3d93d} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:13.437667 [ 5 ] {c1648212-2f60-47d4-9849-065f2ca3d93d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:13.438031 [ 5 ] {c1648212-2f60-47d4-9849-065f2ca3d93d} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.09.17 20:43:13.438252 [ 5 ] {c1648212-2f60-47d4-9849-065f2ca3d93d} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:13.438380 [ 5 ] {c1648212-2f60-47d4-9849-065f2ca3d93d} executeQuery: Read 33 rows, 2.48 KiB in 0.001195 sec., 27615.062761506273 rows/sec., 2.03 MiB/sec. 2025.09.17 20:43:13.438418 [ 5 ] {c1648212-2f60-47d4-9849-065f2ca3d93d} TCPHandler: Processed in 0.001366228 sec. 2025.09.17 20:43:13.438531 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:13.438629 [ 5 ] {b457aadd-a998-4df1-b179-93d882206455} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:43:13.438669 [ 5 ] {b457aadd-a998-4df1-b179-93d882206455} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:43:13.439088 [ 5 ] {b457aadd-a998-4df1-b179-93d882206455} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:13.439122 [ 5 ] {b457aadd-a998-4df1-b179-93d882206455} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:13.439445 [ 5 ] {b457aadd-a998-4df1-b179-93d882206455} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.09.17 20:43:13.439672 [ 5 ] {b457aadd-a998-4df1-b179-93d882206455} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:13.439798 [ 5 ] {b457aadd-a998-4df1-b179-93d882206455} executeQuery: Read 97 rows, 7.76 KiB in 0.001189 sec., 81581.1606391926 rows/sec., 6.37 MiB/sec. 2025.09.17 20:43:13.439837 [ 5 ] {b457aadd-a998-4df1-b179-93d882206455} TCPHandler: Processed in 0.001355838 sec. 2025.09.17 20:43:13.439960 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:13.440056 [ 5 ] {aaba4d75-2da3-4ec0-8677-51644e8b183f} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:43:13.440100 [ 5 ] {aaba4d75-2da3-4ec0-8677-51644e8b183f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:43:13.440498 [ 5 ] {aaba4d75-2da3-4ec0-8677-51644e8b183f} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:13.440534 [ 5 ] {aaba4d75-2da3-4ec0-8677-51644e8b183f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:13.440868 [ 5 ] {aaba4d75-2da3-4ec0-8677-51644e8b183f} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.09.17 20:43:13.441090 [ 5 ] {aaba4d75-2da3-4ec0-8677-51644e8b183f} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:13.441217 [ 5 ] {aaba4d75-2da3-4ec0-8677-51644e8b183f} executeQuery: Read 160 rows, 11.41 KiB in 0.001179 sec., 135708.22731128076 rows/sec., 9.45 MiB/sec. 2025.09.17 20:43:13.441253 [ 5 ] {aaba4d75-2da3-4ec0-8677-51644e8b183f} TCPHandler: Processed in 0.001342288 sec. 2025.09.17 20:43:13.441363 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:13.441459 [ 5 ] {c485c922-63d5-417b-949c-638a3623643f} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:43:13.441513 [ 5 ] {c485c922-63d5-417b-949c-638a3623643f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:43:13.442329 [ 5 ] {c485c922-63d5-417b-949c-638a3623643f} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:13.442363 [ 5 ] {c485c922-63d5-417b-949c-638a3623643f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:13.442921 [ 5 ] {c485c922-63d5-417b-949c-638a3623643f} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.09.17 20:43:13.443159 [ 5 ] {c485c922-63d5-417b-949c-638a3623643f} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:13.443303 [ 5 ] {c485c922-63d5-417b-949c-638a3623643f} executeQuery: Read 33 rows, 60.55 KiB in 0.001863 sec., 17713.365539452494 rows/sec., 31.74 MiB/sec. 2025.09.17 20:43:13.443372 [ 5 ] {c485c922-63d5-417b-949c-638a3623643f} TCPHandler: Processed in 0.002057968 sec. 2025.09.17 20:43:13.443487 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:13.443583 [ 5 ] {05d40adc-5bb2-4541-9956-2a08d4ef2af4} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:43:13.443623 [ 5 ] {05d40adc-5bb2-4541-9956-2a08d4ef2af4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:43:13.443970 [ 5 ] {05d40adc-5bb2-4541-9956-2a08d4ef2af4} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:13.444006 [ 5 ] {05d40adc-5bb2-4541-9956-2a08d4ef2af4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:13.444321 [ 5 ] {05d40adc-5bb2-4541-9956-2a08d4ef2af4} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.09.17 20:43:13.444535 [ 5 ] {05d40adc-5bb2-4541-9956-2a08d4ef2af4} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:13.444662 [ 5 ] {05d40adc-5bb2-4541-9956-2a08d4ef2af4} executeQuery: Read 60 rows, 4.14 KiB in 0.001098 sec., 54644.8087431694 rows/sec., 3.68 MiB/sec. 2025.09.17 20:43:13.444701 [ 5 ] {05d40adc-5bb2-4541-9956-2a08d4ef2af4} TCPHandler: Processed in 0.001263025 sec. 2025.09.17 20:43:13.974325 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 377 2025.09.17 20:43:13.992746 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:13.992813 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:13.998707 [ 244 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.09.17 20:43:13.999395 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:14.000261 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 316.50 MiB, peak 317.97 MiB, free memory in arenas 0.00 B, will set to 311.54 MiB (RSS), difference: -4.96 MiB 2025.09.17 20:43:14.002451 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 377 2025.09.17 20:43:15.000215 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 307.54 MiB, peak 317.97 MiB, free memory in arenas 0.00 B, will set to 311.54 MiB (RSS), difference: 4.00 MiB 2025.09.17 20:43:17.787312 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1202 2025.09.17 20:43:17.789539 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:17.789578 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:17.790732 [ 243 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.09.17 20:43:17.791001 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:17.791261 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1202 2025.09.17 20:43:18.441585 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:18.441913 [ 5 ] {e2e100bc-3b70-4c21-90cd-fc196e74b198} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.17 20:43:18.442034 [ 5 ] {e2e100bc-3b70-4c21-90cd-fc196e74b198} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.17 20:43:18.443061 [ 5 ] {e2e100bc-3b70-4c21-90cd-fc196e74b198} oximeter.fields_i16 (ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:18.443138 [ 5 ] {e2e100bc-3b70-4c21-90cd-fc196e74b198} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:18.443786 [ 5 ] {e2e100bc-3b70-4c21-90cd-fc196e74b198} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.09.17 20:43:18.444144 [ 5 ] {e2e100bc-3b70-4c21-90cd-fc196e74b198} oximeter.fields_i16 (ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:18.444343 [ 151 ] {} oximeter.fields_i16 (ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2025.09.17 20:43:18.444383 [ 5 ] {e2e100bc-3b70-4c21-90cd-fc196e74b198} executeQuery: Read 24 rows, 2.04 KiB in 0.002562 sec., 9367.681498829039 rows/sec., 795.89 KiB/sec. 2025.09.17 20:43:18.444438 [ 151 ] {} oximeter.fields_i16 (ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:18.444475 [ 151 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:18.444478 [ 5 ] {e2e100bc-3b70-4c21-90cd-fc196e74b198} TCPHandler: Processed in 0.003115167 sec. 2025.09.17 20:43:18.444619 [ 194 ] {ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7::all_1_13_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full 2025.09.17 20:43:18.444666 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:18.444766 [ 194 ] {ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:43:18.444814 [ 5 ] {e52a3dd7-f519-40fc-aa65-e64b1a4a5a33} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.17 20:43:18.444815 [ 194 ] {ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 24 rows starting from the beginning of the part 2025.09.17 20:43:18.444882 [ 5 ] {e52a3dd7-f519-40fc-aa65-e64b1a4a5a33} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.17 20:43:18.444930 [ 194 ] {ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 24 rows starting from the beginning of the part 2025.09.17 20:43:18.445010 [ 194 ] {ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 24 rows starting from the beginning of the part 2025.09.17 20:43:18.445082 [ 194 ] {ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 24 rows starting from the beginning of the part 2025.09.17 20:43:18.445147 [ 194 ] {ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 24 rows starting from the beginning of the part 2025.09.17 20:43:18.445485 [ 5 ] {e52a3dd7-f519-40fc-aa65-e64b1a4a5a33} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:18.445537 [ 5 ] {e52a3dd7-f519-40fc-aa65-e64b1a4a5a33} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:18.446008 [ 5 ] {e52a3dd7-f519-40fc-aa65-e64b1a4a5a33} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.09.17 20:43:18.446081 [ 191 ] {ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.001520203 sec., 78936.82620018511 rows/sec., 6.85 MiB/sec. 2025.09.17 20:43:18.446320 [ 191 ] {ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2025.09.17 20:43:18.446368 [ 5 ] {e52a3dd7-f519-40fc-aa65-e64b1a4a5a33} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:18.446612 [ 5 ] {e52a3dd7-f519-40fc-aa65-e64b1a4a5a33} executeQuery: Read 8 rows, 668.00 B in 0.001831 sec., 4369.197160021846 rows/sec., 356.28 KiB/sec. 2025.09.17 20:43:18.446675 [ 5 ] {e52a3dd7-f519-40fc-aa65-e64b1a4a5a33} TCPHandler: Processed in 0.002082429 sec. 2025.09.17 20:43:18.446730 [ 191 ] {ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7::all_1_13_3} oximeter.fields_i16 (ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:18.446842 [ 191 ] {ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7::all_1_13_3} oximeter.fields_i16 (ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2025.09.17 20:43:18.446843 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:18.446977 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.09.17 20:43:18.447013 [ 5 ] {3316a42c-a6b2-4823-ad35-f4bfd7f41fa6} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:43:18.447086 [ 5 ] {3316a42c-a6b2-4823-ad35-f4bfd7f41fa6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:43:18.447803 [ 5 ] {3316a42c-a6b2-4823-ad35-f4bfd7f41fa6} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:18.447859 [ 5 ] {3316a42c-a6b2-4823-ad35-f4bfd7f41fa6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:18.448390 [ 5 ] {3316a42c-a6b2-4823-ad35-f4bfd7f41fa6} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.09.17 20:43:18.448724 [ 5 ] {3316a42c-a6b2-4823-ad35-f4bfd7f41fa6} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:18.448926 [ 5 ] {3316a42c-a6b2-4823-ad35-f4bfd7f41fa6} executeQuery: Read 198 rows, 17.88 KiB in 0.001946 sec., 101747.17368961973 rows/sec., 8.97 MiB/sec. 2025.09.17 20:43:18.448987 [ 5 ] {3316a42c-a6b2-4823-ad35-f4bfd7f41fa6} TCPHandler: Processed in 0.002219213 sec. 2025.09.17 20:43:18.449161 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:18.449307 [ 5 ] {b9f57444-c7c3-4df9-ab86-e2c04d5db93a} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:43:18.449372 [ 5 ] {b9f57444-c7c3-4df9-ab86-e2c04d5db93a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:43:18.450011 [ 5 ] {b9f57444-c7c3-4df9-ab86-e2c04d5db93a} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:18.450068 [ 5 ] {b9f57444-c7c3-4df9-ab86-e2c04d5db93a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:18.450566 [ 5 ] {b9f57444-c7c3-4df9-ab86-e2c04d5db93a} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.09.17 20:43:18.450908 [ 5 ] {b9f57444-c7c3-4df9-ab86-e2c04d5db93a} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:18.451109 [ 5 ] {b9f57444-c7c3-4df9-ab86-e2c04d5db93a} executeQuery: Read 29 rows, 2.20 KiB in 0.001833 sec., 15821.058374249864 rows/sec., 1.17 MiB/sec. 2025.09.17 20:43:18.451171 [ 5 ] {b9f57444-c7c3-4df9-ab86-e2c04d5db93a} TCPHandler: Processed in 0.002085668 sec. 2025.09.17 20:43:18.451321 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:18.451468 [ 5 ] {903c6aa3-2f82-4af7-bc15-892a0706c7ad} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.17 20:43:18.451535 [ 5 ] {903c6aa3-2f82-4af7-bc15-892a0706c7ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.17 20:43:18.452152 [ 5 ] {903c6aa3-2f82-4af7-bc15-892a0706c7ad} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:18.452210 [ 5 ] {903c6aa3-2f82-4af7-bc15-892a0706c7ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:18.452698 [ 5 ] {903c6aa3-2f82-4af7-bc15-892a0706c7ad} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.09.17 20:43:18.453051 [ 5 ] {903c6aa3-2f82-4af7-bc15-892a0706c7ad} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:18.453251 [ 5 ] {903c6aa3-2f82-4af7-bc15-892a0706c7ad} executeQuery: Read 24 rows, 2.04 KiB in 0.001814 sec., 13230.429988974642 rows/sec., 1.10 MiB/sec. 2025.09.17 20:43:18.453310 [ 5 ] {903c6aa3-2f82-4af7-bc15-892a0706c7ad} TCPHandler: Processed in 0.002063418 sec. 2025.09.17 20:43:18.453472 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:18.453616 [ 5 ] {f3b036df-dbcc-41d1-8f3a-c40c0244af1b} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.17 20:43:18.453678 [ 5 ] {f3b036df-dbcc-41d1-8f3a-c40c0244af1b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.17 20:43:18.454300 [ 5 ] {f3b036df-dbcc-41d1-8f3a-c40c0244af1b} oximeter.fields_u8 (20447e1c-98e2-48f4-ad1a-5155a635de4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:18.454356 [ 5 ] {f3b036df-dbcc-41d1-8f3a-c40c0244af1b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:18.454827 [ 5 ] {f3b036df-dbcc-41d1-8f3a-c40c0244af1b} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.09.17 20:43:18.455177 [ 5 ] {f3b036df-dbcc-41d1-8f3a-c40c0244af1b} oximeter.fields_u8 (20447e1c-98e2-48f4-ad1a-5155a635de4d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:18.455318 [ 151 ] {} oximeter.fields_u8 (20447e1c-98e2-48f4-ad1a-5155a635de4d) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2025.09.17 20:43:18.455358 [ 151 ] {} oximeter.fields_u8 (20447e1c-98e2-48f4-ad1a-5155a635de4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:18.455375 [ 5 ] {f3b036df-dbcc-41d1-8f3a-c40c0244af1b} executeQuery: Read 12 rows, 960.00 B in 0.001789 sec., 6707.657909446618 rows/sec., 524.04 KiB/sec. 2025.09.17 20:43:18.455378 [ 151 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:18.455444 [ 5 ] {f3b036df-dbcc-41d1-8f3a-c40c0244af1b} TCPHandler: Processed in 0.002046307 sec. 2025.09.17 20:43:18.455502 [ 194 ] {20447e1c-98e2-48f4-ad1a-5155a635de4d::all_1_13_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full 2025.09.17 20:43:18.455608 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:18.455632 [ 194 ] {20447e1c-98e2-48f4-ad1a-5155a635de4d::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:43:18.455676 [ 194 ] {20447e1c-98e2-48f4-ad1a-5155a635de4d::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 12 rows starting from the beginning of the part 2025.09.17 20:43:18.455748 [ 5 ] {c165f82b-e531-42e7-9f54-ade13ebabc26} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:43:18.455754 [ 194 ] {20447e1c-98e2-48f4-ad1a-5155a635de4d::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 12 rows starting from the beginning of the part 2025.09.17 20:43:18.455808 [ 5 ] {c165f82b-e531-42e7-9f54-ade13ebabc26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:43:18.455829 [ 194 ] {20447e1c-98e2-48f4-ad1a-5155a635de4d::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 12 rows starting from the beginning of the part 2025.09.17 20:43:18.455898 [ 194 ] {20447e1c-98e2-48f4-ad1a-5155a635de4d::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 12 rows starting from the beginning of the part 2025.09.17 20:43:18.455959 [ 194 ] {20447e1c-98e2-48f4-ad1a-5155a635de4d::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 12 rows starting from the beginning of the part 2025.09.17 20:43:18.456427 [ 5 ] {c165f82b-e531-42e7-9f54-ade13ebabc26} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:18.456476 [ 5 ] {c165f82b-e531-42e7-9f54-ade13ebabc26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:18.456782 [ 191 ] {20447e1c-98e2-48f4-ad1a-5155a635de4d::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.001324677 sec., 45294.060363394245 rows/sec., 3.63 MiB/sec. 2025.09.17 20:43:18.456875 [ 5 ] {c165f82b-e531-42e7-9f54-ade13ebabc26} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.09.17 20:43:18.456950 [ 191 ] {20447e1c-98e2-48f4-ad1a-5155a635de4d::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2025.09.17 20:43:18.457184 [ 5 ] {c165f82b-e531-42e7-9f54-ade13ebabc26} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:18.457353 [ 5 ] {c165f82b-e531-42e7-9f54-ade13ebabc26} executeQuery: Read 117 rows, 9.75 KiB in 0.001636 sec., 71515.8924205379 rows/sec., 5.82 MiB/sec. 2025.09.17 20:43:18.457402 [ 5 ] {c165f82b-e531-42e7-9f54-ade13ebabc26} TCPHandler: Processed in 0.001864243 sec. 2025.09.17 20:43:18.457402 [ 191 ] {20447e1c-98e2-48f4-ad1a-5155a635de4d::all_1_13_3} oximeter.fields_u8 (20447e1c-98e2-48f4-ad1a-5155a635de4d): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:18.457520 [ 191 ] {20447e1c-98e2-48f4-ad1a-5155a635de4d::all_1_13_3} oximeter.fields_u8 (20447e1c-98e2-48f4-ad1a-5155a635de4d) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2025.09.17 20:43:18.457548 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:18.457628 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.09.17 20:43:18.457661 [ 5 ] {957fa0a0-191f-4ecc-868c-dc38a8d63f9c} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:43:18.457717 [ 5 ] {957fa0a0-191f-4ecc-868c-dc38a8d63f9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:43:18.458226 [ 5 ] {957fa0a0-191f-4ecc-868c-dc38a8d63f9c} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:18.458274 [ 5 ] {957fa0a0-191f-4ecc-868c-dc38a8d63f9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:18.458755 [ 5 ] {957fa0a0-191f-4ecc-868c-dc38a8d63f9c} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.09.17 20:43:18.459075 [ 5 ] {957fa0a0-191f-4ecc-868c-dc38a8d63f9c} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:18.459262 [ 5 ] {957fa0a0-191f-4ecc-868c-dc38a8d63f9c} executeQuery: Read 200 rows, 14.68 KiB in 0.001622 sec., 123304.56226880394 rows/sec., 8.84 MiB/sec. 2025.09.17 20:43:18.459315 [ 5 ] {957fa0a0-191f-4ecc-868c-dc38a8d63f9c} TCPHandler: Processed in 0.001822721 sec. 2025.09.17 20:43:18.459514 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:18.459632 [ 5 ] {a5e0df12-abe6-4bab-b51b-5d83ffdac767} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:43:18.459707 [ 5 ] {a5e0df12-abe6-4bab-b51b-5d83ffdac767} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:43:18.460908 [ 5 ] {a5e0df12-abe6-4bab-b51b-5d83ffdac767} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:18.460963 [ 5 ] {a5e0df12-abe6-4bab-b51b-5d83ffdac767} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:18.461742 [ 5 ] {a5e0df12-abe6-4bab-b51b-5d83ffdac767} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.09.17 20:43:18.462083 [ 5 ] {a5e0df12-abe6-4bab-b51b-5d83ffdac767} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:18.462246 [ 151 ] {} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.09.17 20:43:18.462281 [ 5 ] {a5e0df12-abe6-4bab-b51b-5d83ffdac767} executeQuery: Read 9 rows, 16.51 KiB in 0.002669 sec., 3372.0494567253654 rows/sec., 6.04 MiB/sec. 2025.09.17 20:43:18.462302 [ 151 ] {} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:18.462337 [ 151 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:18.462402 [ 5 ] {a5e0df12-abe6-4bab-b51b-5d83ffdac767} TCPHandler: Processed in 0.002951953 sec. 2025.09.17 20:43:18.462480 [ 197 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2025.09.17 20:43:18.462579 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:18.462724 [ 5 ] {b5a38508-f5c4-4b63-8e27-73c63fa5255a} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:43:18.462788 [ 5 ] {b5a38508-f5c4-4b63-8e27-73c63fa5255a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:43:18.462818 [ 197 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:43:18.462918 [ 197 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1315 rows starting from the beginning of the part 2025.09.17 20:43:18.463104 [ 197 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 9 rows starting from the beginning of the part 2025.09.17 20:43:18.463258 [ 197 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 33 rows starting from the beginning of the part 2025.09.17 20:43:18.463320 [ 5 ] {b5a38508-f5c4-4b63-8e27-73c63fa5255a} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:18.463381 [ 5 ] {b5a38508-f5c4-4b63-8e27-73c63fa5255a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:18.463393 [ 197 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 9 rows starting from the beginning of the part 2025.09.17 20:43:18.463528 [ 197 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 33 rows starting from the beginning of the part 2025.09.17 20:43:18.463650 [ 197 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 9 rows starting from the beginning of the part 2025.09.17 20:43:18.463851 [ 5 ] {b5a38508-f5c4-4b63-8e27-73c63fa5255a} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.09.17 20:43:18.464201 [ 5 ] {b5a38508-f5c4-4b63-8e27-73c63fa5255a} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:18.464412 [ 5 ] {b5a38508-f5c4-4b63-8e27-73c63fa5255a} executeQuery: Read 60 rows, 4.14 KiB in 0.001716 sec., 34965.03496503496 rows/sec., 2.36 MiB/sec. 2025.09.17 20:43:18.464464 [ 5 ] {b5a38508-f5c4-4b63-8e27-73c63fa5255a} TCPHandler: Processed in 0.001947525 sec. 2025.09.17 20:43:18.472786 [ 191 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 1408 rows, containing 19 columns (19 merged, 0 gathered) in 0.010382232 sec., 135616.3106353239 rows/sec., 243.02 MiB/sec. 2025.09.17 20:43:18.475065 [ 190 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.09.17 20:43:18.475605 [ 190 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_66_13} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:18.475716 [ 190 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_66_13} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.09.17 20:43:18.475904 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.55 MiB. 2025.09.17 20:43:19.001215 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 312.39 MiB, peak 323.89 MiB, free memory in arenas 0.00 B, will set to 313.98 MiB (RSS), difference: 1.59 MiB 2025.09.17 20:43:20.226573 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 24486 2025.09.17 20:43:20.227098 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:20.227146 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:20.227669 [ 245 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.09.17 20:43:20.227919 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:20.228067 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24486 2025.09.17 20:43:20.228061 [ 126 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.09.17 20:43:20.228145 [ 126 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:20.228168 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:20.228299 [ 191 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2025.09.17 20:43:20.228450 [ 191 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:43:20.228493 [ 191 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_51_10} MergeTreeSequentialSource: Reading 4 marks from part all_1_46_9, total 22054 rows starting from the beginning of the part 2025.09.17 20:43:20.228565 [ 191 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 512 rows starting from the beginning of the part 2025.09.17 20:43:20.228616 [ 191 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 448 rows starting from the beginning of the part 2025.09.17 20:43:20.228663 [ 191 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 512 rows starting from the beginning of the part 2025.09.17 20:43:20.228707 [ 191 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 448 rows starting from the beginning of the part 2025.09.17 20:43:20.228751 [ 191 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 512 rows starting from the beginning of the part 2025.09.17 20:43:20.230801 [ 196 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 24486 rows, containing 4 columns (4 merged, 0 gathered) in 0.002559972 sec., 9564948.366622759 rows/sec., 136.83 MiB/sec. 2025.09.17 20:43:20.231141 [ 187 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.09.17 20:43:20.231454 [ 187 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_51_10} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:20.231553 [ 187 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_51_10} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.09.17 20:43:20.231664 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.75 MiB. 2025.09.17 20:43:21.503239 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 384 2025.09.17 20:43:21.520934 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:21.521002 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:21.526638 [ 244 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.09.17 20:43:21.527374 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:21.527703 [ 149 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.09.17 20:43:21.527772 [ 149 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:21.527796 [ 149 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:21.527904 [ 193 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2025.09.17 20:43:21.530766 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 384 2025.09.17 20:43:21.531790 [ 193 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:43:21.533235 [ 193 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 347 rows starting from the beginning of the part 2025.09.17 20:43:21.537715 [ 193 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 7 rows starting from the beginning of the part 2025.09.17 20:43:21.542368 [ 193 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 8 rows starting from the beginning of the part 2025.09.17 20:43:21.547116 [ 193 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 7 rows starting from the beginning of the part 2025.09.17 20:43:21.551422 [ 193 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 8 rows starting from the beginning of the part 2025.09.17 20:43:21.555198 [ 193 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 7 rows starting from the beginning of the part 2025.09.17 20:43:21.610757 [ 187 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 384 rows, containing 679 columns (679 merged, 0 gathered) in 0.082897712 sec., 4632.214698519062 rows/sec., 23.95 MiB/sec. 2025.09.17 20:43:21.613758 [ 186 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.09.17 20:43:21.615933 [ 186 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_51_10} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:21.616052 [ 186 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_51_10} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.09.17 20:43:21.618472 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2025.09.17 20:43:22.000173 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 315.04 MiB, peak 328.47 MiB, free memory in arenas 0.00 B, will set to 317.58 MiB (RSS), difference: 2.54 MiB 2025.09.17 20:43:23.435039 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:23.435237 [ 5 ] {025e2688-7e8b-4943-af8e-95da5636d165} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:43:23.435308 [ 5 ] {025e2688-7e8b-4943-af8e-95da5636d165} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:43:23.436067 [ 5 ] {025e2688-7e8b-4943-af8e-95da5636d165} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:23.436111 [ 5 ] {025e2688-7e8b-4943-af8e-95da5636d165} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:23.436533 [ 5 ] {025e2688-7e8b-4943-af8e-95da5636d165} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.09.17 20:43:23.436783 [ 5 ] {025e2688-7e8b-4943-af8e-95da5636d165} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:23.436931 [ 5 ] {025e2688-7e8b-4943-af8e-95da5636d165} executeQuery: Read 122 rows, 10.73 KiB in 0.001749 sec., 69754.14522584334 rows/sec., 5.99 MiB/sec. 2025.09.17 20:43:23.436972 [ 5 ] {025e2688-7e8b-4943-af8e-95da5636d165} TCPHandler: Processed in 0.002070898 sec. 2025.09.17 20:43:23.437090 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:23.437184 [ 5 ] {3cd148b6-2e4e-4c32-8467-b85871b3584b} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:43:23.437223 [ 5 ] {3cd148b6-2e4e-4c32-8467-b85871b3584b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:43:23.437624 [ 5 ] {3cd148b6-2e4e-4c32-8467-b85871b3584b} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:23.437659 [ 5 ] {3cd148b6-2e4e-4c32-8467-b85871b3584b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:23.437952 [ 5 ] {3cd148b6-2e4e-4c32-8467-b85871b3584b} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.09.17 20:43:23.438170 [ 5 ] {3cd148b6-2e4e-4c32-8467-b85871b3584b} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:23.438295 [ 5 ] {3cd148b6-2e4e-4c32-8467-b85871b3584b} executeQuery: Read 33 rows, 2.48 KiB in 0.00113 sec., 29203.53982300885 rows/sec., 2.14 MiB/sec. 2025.09.17 20:43:23.438332 [ 5 ] {3cd148b6-2e4e-4c32-8467-b85871b3584b} TCPHandler: Processed in 0.001289206 sec. 2025.09.17 20:43:23.438435 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:23.438537 [ 5 ] {fdef16fc-68d9-4d1c-b3ef-2375ac9a2ae3} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:43:23.438579 [ 5 ] {fdef16fc-68d9-4d1c-b3ef-2375ac9a2ae3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:43:23.439001 [ 5 ] {fdef16fc-68d9-4d1c-b3ef-2375ac9a2ae3} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:23.439036 [ 5 ] {fdef16fc-68d9-4d1c-b3ef-2375ac9a2ae3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:23.439358 [ 5 ] {fdef16fc-68d9-4d1c-b3ef-2375ac9a2ae3} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.09.17 20:43:23.439566 [ 5 ] {fdef16fc-68d9-4d1c-b3ef-2375ac9a2ae3} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:23.439692 [ 5 ] {fdef16fc-68d9-4d1c-b3ef-2375ac9a2ae3} executeQuery: Read 97 rows, 7.76 KiB in 0.001174 sec., 82623.50936967632 rows/sec., 6.45 MiB/sec. 2025.09.17 20:43:23.439730 [ 5 ] {fdef16fc-68d9-4d1c-b3ef-2375ac9a2ae3} TCPHandler: Processed in 0.001344088 sec. 2025.09.17 20:43:23.439848 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:23.439942 [ 5 ] {e1270a76-e531-4c08-b1dd-a23a62416e9e} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:43:23.439986 [ 5 ] {e1270a76-e531-4c08-b1dd-a23a62416e9e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:43:23.440379 [ 5 ] {e1270a76-e531-4c08-b1dd-a23a62416e9e} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:23.440413 [ 5 ] {e1270a76-e531-4c08-b1dd-a23a62416e9e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:23.440763 [ 5 ] {e1270a76-e531-4c08-b1dd-a23a62416e9e} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.09.17 20:43:23.440974 [ 5 ] {e1270a76-e531-4c08-b1dd-a23a62416e9e} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:23.441101 [ 5 ] {e1270a76-e531-4c08-b1dd-a23a62416e9e} executeQuery: Read 160 rows, 11.41 KiB in 0.001177 sec., 135938.82752761256 rows/sec., 9.47 MiB/sec. 2025.09.17 20:43:23.441138 [ 5 ] {e1270a76-e531-4c08-b1dd-a23a62416e9e} TCPHandler: Processed in 0.001339027 sec. 2025.09.17 20:43:23.441238 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:23.441330 [ 5 ] {40a41e28-7402-4f91-971a-03ddc7d62c8d} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:43:23.441384 [ 5 ] {40a41e28-7402-4f91-971a-03ddc7d62c8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:43:23.442177 [ 5 ] {40a41e28-7402-4f91-971a-03ddc7d62c8d} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:23.442213 [ 5 ] {40a41e28-7402-4f91-971a-03ddc7d62c8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:23.442770 [ 5 ] {40a41e28-7402-4f91-971a-03ddc7d62c8d} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.09.17 20:43:23.442988 [ 5 ] {40a41e28-7402-4f91-971a-03ddc7d62c8d} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:23.443121 [ 5 ] {40a41e28-7402-4f91-971a-03ddc7d62c8d} executeQuery: Read 33 rows, 60.55 KiB in 0.00181 sec., 18232.044198895026 rows/sec., 32.67 MiB/sec. 2025.09.17 20:43:23.443176 [ 5 ] {40a41e28-7402-4f91-971a-03ddc7d62c8d} TCPHandler: Processed in 0.001987406 sec. 2025.09.17 20:43:23.443288 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:23.443381 [ 5 ] {2dd3bbd4-b027-41ef-a667-3b27a0d7343d} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:43:23.443423 [ 5 ] {2dd3bbd4-b027-41ef-a667-3b27a0d7343d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:43:23.443753 [ 5 ] {2dd3bbd4-b027-41ef-a667-3b27a0d7343d} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:23.443789 [ 5 ] {2dd3bbd4-b027-41ef-a667-3b27a0d7343d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:23.444083 [ 5 ] {2dd3bbd4-b027-41ef-a667-3b27a0d7343d} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.09.17 20:43:23.444289 [ 5 ] {2dd3bbd4-b027-41ef-a667-3b27a0d7343d} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:23.444416 [ 5 ] {2dd3bbd4-b027-41ef-a667-3b27a0d7343d} executeQuery: Read 60 rows, 4.14 KiB in 0.001053 sec., 56980.05698005699 rows/sec., 3.84 MiB/sec. 2025.09.17 20:43:23.444451 [ 5 ] {2dd3bbd4-b027-41ef-a667-3b27a0d7343d} TCPHandler: Processed in 0.001212485 sec. 2025.09.17 20:43:27.566553 [ 145 ] {} DNSResolver: Updating DNS cache 2025.09.17 20:43:27.566624 [ 145 ] {} DNSResolver: Updated DNS cache 2025.09.17 20:43:27.729025 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 24934 2025.09.17 20:43:27.729527 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:27.729560 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:27.730047 [ 245 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.09.17 20:43:27.730272 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:27.730391 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24934 2025.09.17 20:43:27.792143 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1234 2025.09.17 20:43:27.794455 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:27.794499 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:27.795679 [ 243 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.09.17 20:43:27.795942 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:27.796201 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1234 2025.09.17 20:43:28.433844 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:28.434079 [ 5 ] {b0bcfc4d-8a28-4da1-9bae-198681059830} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:43:28.434164 [ 5 ] {b0bcfc4d-8a28-4da1-9bae-198681059830} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:43:28.434877 [ 5 ] {b0bcfc4d-8a28-4da1-9bae-198681059830} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:28.434925 [ 5 ] {b0bcfc4d-8a28-4da1-9bae-198681059830} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:28.435315 [ 5 ] {b0bcfc4d-8a28-4da1-9bae-198681059830} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.09.17 20:43:28.435548 [ 5 ] {b0bcfc4d-8a28-4da1-9bae-198681059830} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:28.435693 [ 5 ] {b0bcfc4d-8a28-4da1-9bae-198681059830} executeQuery: Read 74 rows, 6.12 KiB in 0.001682 sec., 43995.24375743163 rows/sec., 3.56 MiB/sec. 2025.09.17 20:43:28.435709 [ 144 ] {} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.09.17 20:43:28.435740 [ 5 ] {b0bcfc4d-8a28-4da1-9bae-198681059830} TCPHandler: Processed in 0.002052647 sec. 2025.09.17 20:43:28.435788 [ 144 ] {} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:28.435818 [ 144 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:28.435890 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:28.435932 [ 195 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2025.09.17 20:43:28.435993 [ 5 ] {332cd18d-f976-4a3a-bb57-b0c0dad77293} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:43:28.436038 [ 5 ] {332cd18d-f976-4a3a-bb57-b0c0dad77293} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:43:28.436087 [ 195 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:43:28.436129 [ 195 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1410 rows starting from the beginning of the part 2025.09.17 20:43:28.436214 [ 195 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 74 rows starting from the beginning of the part 2025.09.17 20:43:28.436268 [ 195 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 122 rows starting from the beginning of the part 2025.09.17 20:43:28.436312 [ 195 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 198 rows starting from the beginning of the part 2025.09.17 20:43:28.436352 [ 195 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 122 rows starting from the beginning of the part 2025.09.17 20:43:28.436393 [ 195 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 74 rows starting from the beginning of the part 2025.09.17 20:43:28.436456 [ 5 ] {332cd18d-f976-4a3a-bb57-b0c0dad77293} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:28.436498 [ 5 ] {332cd18d-f976-4a3a-bb57-b0c0dad77293} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:28.436831 [ 5 ] {332cd18d-f976-4a3a-bb57-b0c0dad77293} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.09.17 20:43:28.437060 [ 5 ] {332cd18d-f976-4a3a-bb57-b0c0dad77293} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:28.437195 [ 5 ] {332cd18d-f976-4a3a-bb57-b0c0dad77293} executeQuery: Read 9 rows, 693.00 B in 0.001224 sec., 7352.941176470588 rows/sec., 552.91 KiB/sec. 2025.09.17 20:43:28.437263 [ 5 ] {332cd18d-f976-4a3a-bb57-b0c0dad77293} TCPHandler: Processed in 0.00142159 sec. 2025.09.17 20:43:28.437374 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:28.437467 [ 5 ] {328f72ea-3a65-481a-9c40-89bb15a5cf42} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:43:28.437507 [ 5 ] {328f72ea-3a65-481a-9c40-89bb15a5cf42} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:43:28.437562 [ 195 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 2000 rows, containing 5 columns (5 merged, 0 gathered) in 0.001683108 sec., 1188277.8764048414 rows/sec., 104.80 MiB/sec. 2025.09.17 20:43:28.437790 [ 195 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.09.17 20:43:28.437924 [ 5 ] {328f72ea-3a65-481a-9c40-89bb15a5cf42} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:28.437967 [ 5 ] {328f72ea-3a65-481a-9c40-89bb15a5cf42} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:28.438035 [ 195 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_76_15} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:28.438144 [ 195 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_76_15} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.09.17 20:43:28.438214 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. 2025.09.17 20:43:28.438295 [ 5 ] {328f72ea-3a65-481a-9c40-89bb15a5cf42} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.09.17 20:43:28.438524 [ 5 ] {328f72ea-3a65-481a-9c40-89bb15a5cf42} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:28.438637 [ 144 ] {} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.09.17 20:43:28.438648 [ 5 ] {328f72ea-3a65-481a-9c40-89bb15a5cf42} executeQuery: Read 73 rows, 5.84 KiB in 0.001199 sec., 60884.070058381985 rows/sec., 4.75 MiB/sec. 2025.09.17 20:43:28.438683 [ 144 ] {} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:28.438703 [ 5 ] {328f72ea-3a65-481a-9c40-89bb15a5cf42} TCPHandler: Processed in 0.001376579 sec. 2025.09.17 20:43:28.438708 [ 144 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:28.438839 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:28.438841 [ 200 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2025.09.17 20:43:28.438939 [ 5 ] {5c8eb151-62ae-4782-9928-f10b24121c85} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:43:28.438971 [ 200 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:43:28.438986 [ 5 ] {5c8eb151-62ae-4782-9928-f10b24121c85} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:43:28.439008 [ 200 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 634 rows starting from the beginning of the part 2025.09.17 20:43:28.439077 [ 200 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 73 rows starting from the beginning of the part 2025.09.17 20:43:28.439120 [ 200 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 97 rows starting from the beginning of the part 2025.09.17 20:43:28.439173 [ 200 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 117 rows starting from the beginning of the part 2025.09.17 20:43:28.439213 [ 200 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 97 rows starting from the beginning of the part 2025.09.17 20:43:28.439255 [ 200 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 73 rows starting from the beginning of the part 2025.09.17 20:43:28.439426 [ 5 ] {5c8eb151-62ae-4782-9928-f10b24121c85} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:28.439469 [ 5 ] {5c8eb151-62ae-4782-9928-f10b24121c85} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:28.439830 [ 5 ] {5c8eb151-62ae-4782-9928-f10b24121c85} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.09.17 20:43:28.440055 [ 5 ] {5c8eb151-62ae-4782-9928-f10b24121c85} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:28.440178 [ 144 ] {} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.09.17 20:43:28.440187 [ 5 ] {5c8eb151-62ae-4782-9928-f10b24121c85} executeQuery: Read 160 rows, 11.41 KiB in 0.001266 sec., 126382.30647709321 rows/sec., 8.80 MiB/sec. 2025.09.17 20:43:28.440219 [ 144 ] {} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:28.440230 [ 195 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 1091 rows, containing 5 columns (5 merged, 0 gathered) in 0.001428801 sec., 763577.2931289942 rows/sec., 61.61 MiB/sec. 2025.09.17 20:43:28.440239 [ 5 ] {5c8eb151-62ae-4782-9928-f10b24121c85} TCPHandler: Processed in 0.001450891 sec. 2025.09.17 20:43:28.440245 [ 144 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:28.440330 [ 200 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2025.09.17 20:43:28.440372 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:28.440425 [ 200 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:43:28.440444 [ 201 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.09.17 20:43:28.440457 [ 200 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_76_15} MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 20561 rows starting from the beginning of the part 2025.09.17 20:43:28.440471 [ 5 ] {ad84df95-e6b6-470d-8c7c-ccae2f35808d} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:43:28.440529 [ 200 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 160 rows starting from the beginning of the part 2025.09.17 20:43:28.440543 [ 5 ] {ad84df95-e6b6-470d-8c7c-ccae2f35808d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:43:28.440573 [ 200 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 160 rows starting from the beginning of the part 2025.09.17 20:43:28.440614 [ 200 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 200 rows starting from the beginning of the part 2025.09.17 20:43:28.440650 [ 200 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 160 rows starting from the beginning of the part 2025.09.17 20:43:28.440687 [ 200 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 160 rows starting from the beginning of the part 2025.09.17 20:43:28.440779 [ 201 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_76_15} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:28.440874 [ 201 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_76_15} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.09.17 20:43:28.440995 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. 2025.09.17 20:43:28.441325 [ 5 ] {ad84df95-e6b6-470d-8c7c-ccae2f35808d} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:28.441367 [ 5 ] {ad84df95-e6b6-470d-8c7c-ccae2f35808d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:28.441994 [ 5 ] {ad84df95-e6b6-470d-8c7c-ccae2f35808d} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.09.17 20:43:28.442241 [ 5 ] {ad84df95-e6b6-470d-8c7c-ccae2f35808d} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:28.442386 [ 5 ] {ad84df95-e6b6-470d-8c7c-ccae2f35808d} executeQuery: Read 9 rows, 16.51 KiB in 0.001934 sec., 4653.567735263702 rows/sec., 8.34 MiB/sec. 2025.09.17 20:43:28.442440 [ 5 ] {ad84df95-e6b6-470d-8c7c-ccae2f35808d} TCPHandler: Processed in 0.00211526 sec. 2025.09.17 20:43:28.442560 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:28.442653 [ 5 ] {d4940d84-7844-4150-9e2f-20155e70d5f1} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:43:28.442694 [ 5 ] {d4940d84-7844-4150-9e2f-20155e70d5f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:43:28.443045 [ 5 ] {d4940d84-7844-4150-9e2f-20155e70d5f1} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:28.443080 [ 5 ] {d4940d84-7844-4150-9e2f-20155e70d5f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:28.443631 [ 5 ] {d4940d84-7844-4150-9e2f-20155e70d5f1} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.09.17 20:43:28.443849 [ 5 ] {d4940d84-7844-4150-9e2f-20155e70d5f1} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:28.443966 [ 144 ] {} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.09.17 20:43:28.443985 [ 5 ] {d4940d84-7844-4150-9e2f-20155e70d5f1} executeQuery: Read 60 rows, 4.14 KiB in 0.00135 sec., 44444.444444444445 rows/sec., 3.00 MiB/sec. 2025.09.17 20:43:28.444008 [ 144 ] {} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:28.444030 [ 5 ] {d4940d84-7844-4150-9e2f-20155e70d5f1} TCPHandler: Processed in 0.001518142 sec. 2025.09.17 20:43:28.444031 [ 144 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:28.444119 [ 195 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2025.09.17 20:43:28.444214 [ 195 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:43:28.444238 [ 195 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 3948 rows starting from the beginning of the part 2025.09.17 20:43:28.444281 [ 195 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 60 rows starting from the beginning of the part 2025.09.17 20:43:28.444316 [ 195 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 60 rows starting from the beginning of the part 2025.09.17 20:43:28.444349 [ 195 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 60 rows starting from the beginning of the part 2025.09.17 20:43:28.444379 [ 195 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 60 rows starting from the beginning of the part 2025.09.17 20:43:28.444413 [ 195 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 60 rows starting from the beginning of the part 2025.09.17 20:43:28.452490 [ 192 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 4248 rows, containing 4 columns (4 merged, 0 gathered) in 0.008397636 sec., 505856.6482281442 rows/sec., 34.06 MiB/sec. 2025.09.17 20:43:28.452938 [ 195 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.09.17 20:43:28.453218 [ 195 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_76_15} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:28.453292 [ 195 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_76_15} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.09.17 20:43:28.453353 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.95 MiB. 2025.09.17 20:43:28.454724 [ 192 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 21401 rows, containing 5 columns (5 merged, 0 gathered) in 0.014419425 sec., 1484178.4606529041 rows/sec., 102.00 MiB/sec. 2025.09.17 20:43:28.455200 [ 189 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.09.17 20:43:28.455506 [ 189 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_76_15} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:28.455577 [ 189 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_76_15} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.09.17 20:43:28.455676 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. 2025.09.17 20:43:29.000208 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 318.17 MiB, peak 329.34 MiB, free memory in arenas 0.00 B, will set to 320.36 MiB (RSS), difference: 2.19 MiB 2025.09.17 20:43:29.031777 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 392 2025.09.17 20:43:29.047892 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:29.047943 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:29.053288 [ 244 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.09.17 20:43:29.053975 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:29.056999 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 392 2025.09.17 20:43:33.461562 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:33.461778 [ 5 ] {e8f806d5-beca-444b-aaf3-9c2a30cf69cb} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.17 20:43:33.461845 [ 5 ] {e8f806d5-beca-444b-aaf3-9c2a30cf69cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.17 20:43:33.462559 [ 5 ] {e8f806d5-beca-444b-aaf3-9c2a30cf69cb} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:33.462607 [ 5 ] {e8f806d5-beca-444b-aaf3-9c2a30cf69cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:33.462998 [ 5 ] {e8f806d5-beca-444b-aaf3-9c2a30cf69cb} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.09.17 20:43:33.463221 [ 5 ] {e8f806d5-beca-444b-aaf3-9c2a30cf69cb} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:33.463371 [ 5 ] {e8f806d5-beca-444b-aaf3-9c2a30cf69cb} executeQuery: Read 6 rows, 501.00 B in 0.001647 sec., 3642.9872495446266 rows/sec., 297.06 KiB/sec. 2025.09.17 20:43:33.463411 [ 5 ] {e8f806d5-beca-444b-aaf3-9c2a30cf69cb} TCPHandler: Processed in 0.001989175 sec. 2025.09.17 20:43:33.463539 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:33.463636 [ 5 ] {db165ac0-c967-4e8a-9609-e7555c73335b} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:43:33.463675 [ 5 ] {db165ac0-c967-4e8a-9609-e7555c73335b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:43:33.464814 [ 5 ] {db165ac0-c967-4e8a-9609-e7555c73335b} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:33.464851 [ 5 ] {db165ac0-c967-4e8a-9609-e7555c73335b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:33.465282 [ 5 ] {db165ac0-c967-4e8a-9609-e7555c73335b} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.09.17 20:43:33.465489 [ 5 ] {db165ac0-c967-4e8a-9609-e7555c73335b} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:33.465614 [ 5 ] {db165ac0-c967-4e8a-9609-e7555c73335b} executeQuery: Read 1265 rows, 107.51 KiB in 0.001996 sec., 633767.5350701403 rows/sec., 52.60 MiB/sec. 2025.09.17 20:43:33.465651 [ 5 ] {db165ac0-c967-4e8a-9609-e7555c73335b} TCPHandler: Processed in 0.002164371 sec. 2025.09.17 20:43:33.465781 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:33.465874 [ 5 ] {740c56df-9eb4-4e99-9cd0-9e799df8cbfc} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:43:33.465914 [ 5 ] {740c56df-9eb4-4e99-9cd0-9e799df8cbfc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:43:33.466393 [ 5 ] {740c56df-9eb4-4e99-9cd0-9e799df8cbfc} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:33.466431 [ 5 ] {740c56df-9eb4-4e99-9cd0-9e799df8cbfc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:33.466731 [ 5 ] {740c56df-9eb4-4e99-9cd0-9e799df8cbfc} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.09.17 20:43:33.466943 [ 5 ] {740c56df-9eb4-4e99-9cd0-9e799df8cbfc} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:33.467055 [ 139 ] {} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.09.17 20:43:33.467069 [ 5 ] {740c56df-9eb4-4e99-9cd0-9e799df8cbfc} executeQuery: Read 39 rows, 2.90 KiB in 0.001213 sec., 32151.690024732066 rows/sec., 2.34 MiB/sec. 2025.09.17 20:43:33.467125 [ 139 ] {} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:33.467134 [ 5 ] {740c56df-9eb4-4e99-9cd0-9e799df8cbfc} TCPHandler: Processed in 0.00140962 sec. 2025.09.17 20:43:33.467156 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:33.467268 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:33.467274 [ 202 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2025.09.17 20:43:33.467387 [ 5 ] {97868a1e-dc0f-4ffa-a818-7c5dacd9931d} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.17 20:43:33.467392 [ 202 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:43:33.467436 [ 5 ] {97868a1e-dc0f-4ffa-a818-7c5dacd9931d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.17 20:43:33.467436 [ 202 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 72 rows starting from the beginning of the part 2025.09.17 20:43:33.467524 [ 202 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 33 rows starting from the beginning of the part 2025.09.17 20:43:33.467594 [ 202 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 29 rows starting from the beginning of the part 2025.09.17 20:43:33.467659 [ 202 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 33 rows starting from the beginning of the part 2025.09.17 20:43:33.467725 [ 202 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 9 rows starting from the beginning of the part 2025.09.17 20:43:33.467771 [ 202 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 39 rows starting from the beginning of the part 2025.09.17 20:43:33.468059 [ 5 ] {97868a1e-dc0f-4ffa-a818-7c5dacd9931d} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:33.468105 [ 5 ] {97868a1e-dc0f-4ffa-a818-7c5dacd9931d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:33.468543 [ 5 ] {97868a1e-dc0f-4ffa-a818-7c5dacd9931d} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.09.17 20:43:33.468810 [ 202 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 215 rows, containing 5 columns (5 merged, 0 gathered) in 0.001593535 sec., 134920.161778687 rows/sec., 10.39 MiB/sec. 2025.09.17 20:43:33.468843 [ 5 ] {97868a1e-dc0f-4ffa-a818-7c5dacd9931d} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:33.468984 [ 5 ] {97868a1e-dc0f-4ffa-a818-7c5dacd9931d} executeQuery: Read 228 rows, 15.81 KiB in 0.001621 sec., 140653.9173349784 rows/sec., 9.52 MiB/sec. 2025.09.17 20:43:33.469024 [ 5 ] {97868a1e-dc0f-4ffa-a818-7c5dacd9931d} TCPHandler: Processed in 0.001813931 sec. 2025.09.17 20:43:33.469020 [ 192 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.09.17 20:43:33.469139 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:33.469238 [ 5 ] {29748099-6692-44ae-8e4a-232a28093eed} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:43:33.469280 [ 5 ] {29748099-6692-44ae-8e4a-232a28093eed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:43:33.469390 [ 192 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_71_14} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:33.469489 [ 192 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_71_14} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.09.17 20:43:33.469596 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.09.17 20:43:33.469905 [ 5 ] {29748099-6692-44ae-8e4a-232a28093eed} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:33.469948 [ 5 ] {29748099-6692-44ae-8e4a-232a28093eed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:33.470277 [ 5 ] {29748099-6692-44ae-8e4a-232a28093eed} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.09.17 20:43:33.470491 [ 5 ] {29748099-6692-44ae-8e4a-232a28093eed} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:33.470615 [ 5 ] {29748099-6692-44ae-8e4a-232a28093eed} executeQuery: Read 559 rows, 42.54 KiB in 0.001395 sec., 400716.8458781362 rows/sec., 29.78 MiB/sec. 2025.09.17 20:43:33.470653 [ 5 ] {29748099-6692-44ae-8e4a-232a28093eed} TCPHandler: Processed in 0.001562204 sec. 2025.09.17 20:43:33.470765 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:33.470859 [ 5 ] {84e5c599-0b41-467c-b35b-f111cd4313fe} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:43:33.470902 [ 5 ] {84e5c599-0b41-467c-b35b-f111cd4313fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:43:33.471471 [ 5 ] {84e5c599-0b41-467c-b35b-f111cd4313fe} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:33.471508 [ 5 ] {84e5c599-0b41-467c-b35b-f111cd4313fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:33.471878 [ 5 ] {84e5c599-0b41-467c-b35b-f111cd4313fe} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.09.17 20:43:33.472086 [ 5 ] {84e5c599-0b41-467c-b35b-f111cd4313fe} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:33.472210 [ 5 ] {84e5c599-0b41-467c-b35b-f111cd4313fe} executeQuery: Read 847 rows, 58.38 KiB in 0.001369 sec., 618699.780861943 rows/sec., 41.64 MiB/sec. 2025.09.17 20:43:33.472246 [ 5 ] {84e5c599-0b41-467c-b35b-f111cd4313fe} TCPHandler: Processed in 0.001528933 sec. 2025.09.17 20:43:33.472357 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:33.472450 [ 5 ] {84e678b5-47fb-4b08-ab58-e05336e8dd87} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:43:33.472504 [ 5 ] {84e678b5-47fb-4b08-ab58-e05336e8dd87} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:43:33.473326 [ 5 ] {84e678b5-47fb-4b08-ab58-e05336e8dd87} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:33.473362 [ 5 ] {84e678b5-47fb-4b08-ab58-e05336e8dd87} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:33.473893 [ 5 ] {84e678b5-47fb-4b08-ab58-e05336e8dd87} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.09.17 20:43:33.474121 [ 5 ] {84e678b5-47fb-4b08-ab58-e05336e8dd87} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:33.474252 [ 5 ] {84e678b5-47fb-4b08-ab58-e05336e8dd87} executeQuery: Read 33 rows, 60.55 KiB in 0.001821 sec., 18121.91103789127 rows/sec., 32.47 MiB/sec. 2025.09.17 20:43:33.474305 [ 5 ] {84e678b5-47fb-4b08-ab58-e05336e8dd87} TCPHandler: Processed in 0.001995676 sec. 2025.09.17 20:43:33.474422 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:33.474515 [ 5 ] {0f8145d2-36db-4e3d-857c-d3b6461d5f4f} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:43:33.474556 [ 5 ] {0f8145d2-36db-4e3d-857c-d3b6461d5f4f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:43:33.474884 [ 5 ] {0f8145d2-36db-4e3d-857c-d3b6461d5f4f} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:33.474920 [ 5 ] {0f8145d2-36db-4e3d-857c-d3b6461d5f4f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:33.475220 [ 5 ] {0f8145d2-36db-4e3d-857c-d3b6461d5f4f} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.09.17 20:43:33.475428 [ 5 ] {0f8145d2-36db-4e3d-857c-d3b6461d5f4f} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:33.475553 [ 5 ] {0f8145d2-36db-4e3d-857c-d3b6461d5f4f} executeQuery: Read 60 rows, 4.14 KiB in 0.001057 sec., 56764.42762535478 rows/sec., 3.83 MiB/sec. 2025.09.17 20:43:33.475588 [ 5 ] {0f8145d2-36db-4e3d-857c-d3b6461d5f4f} TCPHandler: Processed in 0.001214114 sec. 2025.09.17 20:43:35.230883 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 25446 2025.09.17 20:43:35.231727 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:35.231806 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:35.232483 [ 245 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.09.17 20:43:35.232717 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:35.232868 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25446 2025.09.17 20:43:36.557305 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 399 2025.09.17 20:43:36.573593 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:36.573646 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:36.579449 [ 244 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.09.17 20:43:36.580217 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:36.583095 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 399 2025.09.17 20:43:37.796622 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1262 2025.09.17 20:43:37.798940 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:37.799002 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:37.800236 [ 243 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.09.17 20:43:37.800532 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:37.800890 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1262 2025.09.17 20:43:38.433994 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:38.434198 [ 5 ] {48845d44-8f08-40a4-97a6-908a9eb1c5d0} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:43:38.434267 [ 5 ] {48845d44-8f08-40a4-97a6-908a9eb1c5d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:43:38.434935 [ 5 ] {48845d44-8f08-40a4-97a6-908a9eb1c5d0} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:38.434984 [ 5 ] {48845d44-8f08-40a4-97a6-908a9eb1c5d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:38.435391 [ 5 ] {48845d44-8f08-40a4-97a6-908a9eb1c5d0} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.09.17 20:43:38.435614 [ 5 ] {48845d44-8f08-40a4-97a6-908a9eb1c5d0} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:38.435775 [ 5 ] {48845d44-8f08-40a4-97a6-908a9eb1c5d0} executeQuery: Read 74 rows, 6.12 KiB in 0.001628 sec., 45454.54545454545 rows/sec., 3.67 MiB/sec. 2025.09.17 20:43:38.435820 [ 5 ] {48845d44-8f08-40a4-97a6-908a9eb1c5d0} TCPHandler: Processed in 0.001987066 sec. 2025.09.17 20:43:38.435951 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:38.436049 [ 5 ] {55c0a041-d636-403d-875b-6c54417120da} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:43:38.436091 [ 5 ] {55c0a041-d636-403d-875b-6c54417120da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:43:38.436497 [ 5 ] {55c0a041-d636-403d-875b-6c54417120da} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:38.436535 [ 5 ] {55c0a041-d636-403d-875b-6c54417120da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:38.436835 [ 5 ] {55c0a041-d636-403d-875b-6c54417120da} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.09.17 20:43:38.437051 [ 5 ] {55c0a041-d636-403d-875b-6c54417120da} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:38.437180 [ 5 ] {55c0a041-d636-403d-875b-6c54417120da} executeQuery: Read 9 rows, 693.00 B in 0.00115 sec., 7826.086956521739 rows/sec., 588.49 KiB/sec. 2025.09.17 20:43:38.437222 [ 5 ] {55c0a041-d636-403d-875b-6c54417120da} TCPHandler: Processed in 0.001321517 sec. 2025.09.17 20:43:38.437334 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:38.437429 [ 5 ] {db83fe6a-e034-4a47-a3a7-453faa9081c4} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:43:38.437469 [ 5 ] {db83fe6a-e034-4a47-a3a7-453faa9081c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:43:38.437888 [ 5 ] {db83fe6a-e034-4a47-a3a7-453faa9081c4} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:38.437926 [ 5 ] {db83fe6a-e034-4a47-a3a7-453faa9081c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:38.438231 [ 5 ] {db83fe6a-e034-4a47-a3a7-453faa9081c4} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.09.17 20:43:38.438439 [ 5 ] {db83fe6a-e034-4a47-a3a7-453faa9081c4} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:38.438575 [ 5 ] {db83fe6a-e034-4a47-a3a7-453faa9081c4} executeQuery: Read 73 rows, 5.84 KiB in 0.001163 sec., 62768.70163370593 rows/sec., 4.90 MiB/sec. 2025.09.17 20:43:38.438615 [ 5 ] {db83fe6a-e034-4a47-a3a7-453faa9081c4} TCPHandler: Processed in 0.001331277 sec. 2025.09.17 20:43:38.438730 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:38.438826 [ 5 ] {b6963b39-8197-4c26-a1ed-ed563bf478ef} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:43:38.438873 [ 5 ] {b6963b39-8197-4c26-a1ed-ed563bf478ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:43:38.439299 [ 5 ] {b6963b39-8197-4c26-a1ed-ed563bf478ef} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:38.439335 [ 5 ] {b6963b39-8197-4c26-a1ed-ed563bf478ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:38.439679 [ 5 ] {b6963b39-8197-4c26-a1ed-ed563bf478ef} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.09.17 20:43:38.439883 [ 5 ] {b6963b39-8197-4c26-a1ed-ed563bf478ef} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:38.440023 [ 5 ] {b6963b39-8197-4c26-a1ed-ed563bf478ef} executeQuery: Read 160 rows, 11.41 KiB in 0.001214 sec., 131795.71663920922 rows/sec., 9.18 MiB/sec. 2025.09.17 20:43:38.440062 [ 5 ] {b6963b39-8197-4c26-a1ed-ed563bf478ef} TCPHandler: Processed in 0.001380299 sec. 2025.09.17 20:43:38.440176 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:38.440271 [ 5 ] {0b2cbfa1-4cfc-4a30-8c7d-186bceb6ee86} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:43:38.440327 [ 5 ] {0b2cbfa1-4cfc-4a30-8c7d-186bceb6ee86} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:43:38.441104 [ 5 ] {0b2cbfa1-4cfc-4a30-8c7d-186bceb6ee86} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:38.441141 [ 5 ] {0b2cbfa1-4cfc-4a30-8c7d-186bceb6ee86} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:38.441632 [ 5 ] {0b2cbfa1-4cfc-4a30-8c7d-186bceb6ee86} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.09.17 20:43:38.441845 [ 5 ] {0b2cbfa1-4cfc-4a30-8c7d-186bceb6ee86} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:38.441984 [ 5 ] {0b2cbfa1-4cfc-4a30-8c7d-186bceb6ee86} executeQuery: Read 9 rows, 16.51 KiB in 0.001731 sec., 5199.306759098788 rows/sec., 9.32 MiB/sec. 2025.09.17 20:43:38.442042 [ 5 ] {0b2cbfa1-4cfc-4a30-8c7d-186bceb6ee86} TCPHandler: Processed in 0.001914874 sec. 2025.09.17 20:43:38.442156 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:38.442251 [ 5 ] {ad3bd549-fa54-49d7-a4ee-fc27c67ec458} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:43:38.442293 [ 5 ] {ad3bd549-fa54-49d7-a4ee-fc27c67ec458} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:43:38.442634 [ 5 ] {ad3bd549-fa54-49d7-a4ee-fc27c67ec458} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:38.442669 [ 5 ] {ad3bd549-fa54-49d7-a4ee-fc27c67ec458} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:38.442976 [ 5 ] {ad3bd549-fa54-49d7-a4ee-fc27c67ec458} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.09.17 20:43:38.443177 [ 5 ] {ad3bd549-fa54-49d7-a4ee-fc27c67ec458} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:38.443312 [ 5 ] {ad3bd549-fa54-49d7-a4ee-fc27c67ec458} executeQuery: Read 60 rows, 4.14 KiB in 0.00108 sec., 55555.555555555555 rows/sec., 3.74 MiB/sec. 2025.09.17 20:43:38.443348 [ 5 ] {ad3bd549-fa54-49d7-a4ee-fc27c67ec458} TCPHandler: Processed in 0.001241684 sec. 2025.09.17 20:43:42.566668 [ 128 ] {} DNSResolver: Updating DNS cache 2025.09.17 20:43:42.566731 [ 128 ] {} DNSResolver: Updated DNS cache 2025.09.17 20:43:42.733827 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 25894 2025.09.17 20:43:42.734347 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:42.734395 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:42.734920 [ 245 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.09.17 20:43:42.735184 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:42.735333 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25894 2025.09.17 20:43:43.436631 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:43.436839 [ 5 ] {b57be6df-29ec-4b4e-b9e4-24d90126441a} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:43:43.436920 [ 5 ] {b57be6df-29ec-4b4e-b9e4-24d90126441a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:43:43.437670 [ 5 ] {b57be6df-29ec-4b4e-b9e4-24d90126441a} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:43.437719 [ 5 ] {b57be6df-29ec-4b4e-b9e4-24d90126441a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:43.438215 [ 5 ] {b57be6df-29ec-4b4e-b9e4-24d90126441a} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.09.17 20:43:43.438499 [ 5 ] {b57be6df-29ec-4b4e-b9e4-24d90126441a} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:43.438672 [ 5 ] {b57be6df-29ec-4b4e-b9e4-24d90126441a} executeQuery: Read 122 rows, 10.73 KiB in 0.001889 sec., 64584.436209634725 rows/sec., 5.55 MiB/sec. 2025.09.17 20:43:43.438725 [ 5 ] {b57be6df-29ec-4b4e-b9e4-24d90126441a} TCPHandler: Processed in 0.002242123 sec. 2025.09.17 20:43:43.438869 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:43.438980 [ 5 ] {375dc0fc-d3cc-417e-876c-ba37d74689f3} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:43:43.439028 [ 5 ] {375dc0fc-d3cc-417e-876c-ba37d74689f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:43:43.439488 [ 5 ] {375dc0fc-d3cc-417e-876c-ba37d74689f3} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:43.439527 [ 5 ] {375dc0fc-d3cc-417e-876c-ba37d74689f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:43.439836 [ 5 ] {375dc0fc-d3cc-417e-876c-ba37d74689f3} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.09.17 20:43:43.440052 [ 5 ] {375dc0fc-d3cc-417e-876c-ba37d74689f3} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:43.440193 [ 5 ] {375dc0fc-d3cc-417e-876c-ba37d74689f3} executeQuery: Read 33 rows, 2.48 KiB in 0.001239 sec., 26634.382566585955 rows/sec., 1.96 MiB/sec. 2025.09.17 20:43:43.440237 [ 5 ] {375dc0fc-d3cc-417e-876c-ba37d74689f3} TCPHandler: Processed in 0.00142131 sec. 2025.09.17 20:43:43.440354 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:43.440455 [ 5 ] {ba764273-b9d6-49e6-bec5-59d95f52547d} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:43:43.440498 [ 5 ] {ba764273-b9d6-49e6-bec5-59d95f52547d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:43:43.440946 [ 5 ] {ba764273-b9d6-49e6-bec5-59d95f52547d} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:43.440985 [ 5 ] {ba764273-b9d6-49e6-bec5-59d95f52547d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:43.441306 [ 5 ] {ba764273-b9d6-49e6-bec5-59d95f52547d} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.09.17 20:43:43.441520 [ 5 ] {ba764273-b9d6-49e6-bec5-59d95f52547d} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:43.441657 [ 5 ] {ba764273-b9d6-49e6-bec5-59d95f52547d} executeQuery: Read 97 rows, 7.76 KiB in 0.001225 sec., 79183.67346938775 rows/sec., 6.18 MiB/sec. 2025.09.17 20:43:43.441698 [ 5 ] {ba764273-b9d6-49e6-bec5-59d95f52547d} TCPHandler: Processed in 0.001395539 sec. 2025.09.17 20:43:43.441814 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:43.441914 [ 5 ] {03269d5e-240a-4358-9483-074e02d1e493} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:43:43.441959 [ 5 ] {03269d5e-240a-4358-9483-074e02d1e493} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:43:43.442393 [ 5 ] {03269d5e-240a-4358-9483-074e02d1e493} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:43.442431 [ 5 ] {03269d5e-240a-4358-9483-074e02d1e493} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:43.442784 [ 5 ] {03269d5e-240a-4358-9483-074e02d1e493} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.09.17 20:43:43.443019 [ 5 ] {03269d5e-240a-4358-9483-074e02d1e493} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:43.443162 [ 5 ] {03269d5e-240a-4358-9483-074e02d1e493} executeQuery: Read 160 rows, 11.41 KiB in 0.00127 sec., 125984.25196850393 rows/sec., 8.77 MiB/sec. 2025.09.17 20:43:43.443200 [ 5 ] {03269d5e-240a-4358-9483-074e02d1e493} TCPHandler: Processed in 0.001438331 sec. 2025.09.17 20:43:43.443320 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:43.443419 [ 5 ] {3336f949-d871-4066-bd76-6083f801e034} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:43:43.443477 [ 5 ] {3336f949-d871-4066-bd76-6083f801e034} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:43:43.444377 [ 5 ] {3336f949-d871-4066-bd76-6083f801e034} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:43.444417 [ 5 ] {3336f949-d871-4066-bd76-6083f801e034} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:43.445001 [ 5 ] {3336f949-d871-4066-bd76-6083f801e034} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.09.17 20:43:43.445236 [ 5 ] {3336f949-d871-4066-bd76-6083f801e034} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:43.445375 [ 127 ] {} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.09.17 20:43:43.445384 [ 5 ] {3336f949-d871-4066-bd76-6083f801e034} executeQuery: Read 33 rows, 60.55 KiB in 0.001986 sec., 16616.314199395772 rows/sec., 29.78 MiB/sec. 2025.09.17 20:43:43.445441 [ 127 ] {} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:43.445467 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:43.445490 [ 5 ] {3336f949-d871-4066-bd76-6083f801e034} TCPHandler: Processed in 0.002219942 sec. 2025.09.17 20:43:43.445579 [ 189 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2025.09.17 20:43:43.445620 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:43.445725 [ 5 ] {b59bb0d8-d64e-4f74-9bcb-965ca3f94135} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:43:43.445769 [ 5 ] {b59bb0d8-d64e-4f74-9bcb-965ca3f94135} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:43:43.445818 [ 189 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:43:43.445883 [ 189 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1408 rows starting from the beginning of the part 2025.09.17 20:43:43.446018 [ 189 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 33 rows starting from the beginning of the part 2025.09.17 20:43:43.446141 [ 189 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 9 rows starting from the beginning of the part 2025.09.17 20:43:43.446143 [ 5 ] {b59bb0d8-d64e-4f74-9bcb-965ca3f94135} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:43.446193 [ 5 ] {b59bb0d8-d64e-4f74-9bcb-965ca3f94135} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:43.446256 [ 189 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 33 rows starting from the beginning of the part 2025.09.17 20:43:43.446362 [ 189 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 9 rows starting from the beginning of the part 2025.09.17 20:43:43.446463 [ 189 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 33 rows starting from the beginning of the part 2025.09.17 20:43:43.446531 [ 5 ] {b59bb0d8-d64e-4f74-9bcb-965ca3f94135} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.09.17 20:43:43.446802 [ 5 ] {b59bb0d8-d64e-4f74-9bcb-965ca3f94135} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:43.446961 [ 5 ] {b59bb0d8-d64e-4f74-9bcb-965ca3f94135} executeQuery: Read 60 rows, 4.14 KiB in 0.001257 sec., 47732.6968973747 rows/sec., 3.22 MiB/sec. 2025.09.17 20:43:43.447018 [ 5 ] {b59bb0d8-d64e-4f74-9bcb-965ca3f94135} TCPHandler: Processed in 0.001448241 sec. 2025.09.17 20:43:43.454168 [ 192 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 1525 rows, containing 19 columns (19 merged, 0 gathered) in 0.008636503 sec., 176576.09798780826 rows/sec., 316.42 MiB/sec. 2025.09.17 20:43:43.455672 [ 202 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.09.17 20:43:43.456025 [ 202 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_71_14} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:43.456101 [ 202 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_71_14} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.09.17 20:43:43.456258 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.61 MiB. 2025.09.17 20:43:44.001184 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 321.02 MiB, peak 332.60 MiB, free memory in arenas 0.00 B, will set to 324.26 MiB (RSS), difference: 3.24 MiB 2025.09.17 20:43:44.084027 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 407 2025.09.17 20:43:44.101260 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:44.101314 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:44.107276 [ 244 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.09.17 20:43:44.107980 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:44.110954 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 407 2025.09.17 20:43:45.706956 [ 96 ] {} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 2025.09.17 20:43:45.707036 [ 96 ] {} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:45.707058 [ 96 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:45.707193 [ 189 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::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.09.17 20:43:45.707365 [ 189 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_25_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:43:45.707403 [ 189 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 18 rows starting from the beginning of the part 2025.09.17 20:43:45.707468 [ 189 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::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.09.17 20:43:45.707518 [ 189 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 2 rows starting from the beginning of the part 2025.09.17 20:43:45.707565 [ 189 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 8 rows starting from the beginning of the part 2025.09.17 20:43:45.707606 [ 189 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part 2025.09.17 20:43:45.708347 [ 192 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_25_6} MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.001208284 sec., 29794.319878439175 rows/sec., 2.49 MiB/sec. 2025.09.17 20:43:45.708503 [ 192 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_25_6} MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) 2025.09.17 20:43:45.708790 [ 192 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_25_6} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:45.708870 [ 192 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_25_6} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 2025.09.17 20:43:45.708966 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.09.17 20:43:47.801964 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1286 2025.09.17 20:43:47.804253 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:47.804310 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:47.805562 [ 243 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.09.17 20:43:47.805842 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:47.806249 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1286 2025.09.17 20:43:48.435718 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:48.435922 [ 5 ] {19548116-4c7c-4d8a-a41f-53ff6b9eb28b} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.17 20:43:48.435998 [ 5 ] {19548116-4c7c-4d8a-a41f-53ff6b9eb28b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.17 20:43:48.436656 [ 5 ] {19548116-4c7c-4d8a-a41f-53ff6b9eb28b} oximeter.fields_i16 (ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:48.436694 [ 5 ] {19548116-4c7c-4d8a-a41f-53ff6b9eb28b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:48.437093 [ 5 ] {19548116-4c7c-4d8a-a41f-53ff6b9eb28b} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.09.17 20:43:48.437348 [ 5 ] {19548116-4c7c-4d8a-a41f-53ff6b9eb28b} oximeter.fields_i16 (ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:48.437502 [ 5 ] {19548116-4c7c-4d8a-a41f-53ff6b9eb28b} executeQuery: Read 24 rows, 2.04 KiB in 0.001642 sec., 14616.3215590743 rows/sec., 1.21 MiB/sec. 2025.09.17 20:43:48.437545 [ 5 ] {19548116-4c7c-4d8a-a41f-53ff6b9eb28b} TCPHandler: Processed in 0.001969095 sec. 2025.09.17 20:43:48.437671 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:48.437791 [ 5 ] {f902dde7-ea0f-443c-ae76-b2b9aec40e77} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.17 20:43:48.437841 [ 5 ] {f902dde7-ea0f-443c-ae76-b2b9aec40e77} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.17 20:43:48.438292 [ 5 ] {f902dde7-ea0f-443c-ae76-b2b9aec40e77} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:48.438327 [ 5 ] {f902dde7-ea0f-443c-ae76-b2b9aec40e77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:48.438636 [ 5 ] {f902dde7-ea0f-443c-ae76-b2b9aec40e77} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.09.17 20:43:48.438839 [ 5 ] {f902dde7-ea0f-443c-ae76-b2b9aec40e77} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:48.438968 [ 5 ] {f902dde7-ea0f-443c-ae76-b2b9aec40e77} executeQuery: Read 2 rows, 167.00 B in 0.001201 sec., 1665.2789342214821 rows/sec., 135.79 KiB/sec. 2025.09.17 20:43:48.439006 [ 5 ] {f902dde7-ea0f-443c-ae76-b2b9aec40e77} TCPHandler: Processed in 0.00139579 sec. 2025.09.17 20:43:48.439107 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:48.439200 [ 5 ] {b140f2d8-0360-4780-b823-571090333217} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:43:48.439239 [ 5 ] {b140f2d8-0360-4780-b823-571090333217} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:43:48.439687 [ 5 ] {b140f2d8-0360-4780-b823-571090333217} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:48.439722 [ 5 ] {b140f2d8-0360-4780-b823-571090333217} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:48.440034 [ 5 ] {b140f2d8-0360-4780-b823-571090333217} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.09.17 20:43:48.440240 [ 5 ] {b140f2d8-0360-4780-b823-571090333217} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:48.440362 [ 5 ] {b140f2d8-0360-4780-b823-571090333217} executeQuery: Read 195 rows, 17.66 KiB in 0.00118 sec., 165254.2372881356 rows/sec., 14.61 MiB/sec. 2025.09.17 20:43:48.440399 [ 5 ] {b140f2d8-0360-4780-b823-571090333217} TCPHandler: Processed in 0.001340998 sec. 2025.09.17 20:43:48.440509 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:48.440601 [ 5 ] {6b1619e7-3a62-43ee-bdf7-460dbd8f232a} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:43:48.440641 [ 5 ] {6b1619e7-3a62-43ee-bdf7-460dbd8f232a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:43:48.441027 [ 5 ] {6b1619e7-3a62-43ee-bdf7-460dbd8f232a} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:48.441061 [ 5 ] {6b1619e7-3a62-43ee-bdf7-460dbd8f232a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:48.441352 [ 5 ] {6b1619e7-3a62-43ee-bdf7-460dbd8f232a} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.09.17 20:43:48.441553 [ 5 ] {6b1619e7-3a62-43ee-bdf7-460dbd8f232a} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:48.441676 [ 5 ] {6b1619e7-3a62-43ee-bdf7-460dbd8f232a} executeQuery: Read 23 rows, 1.78 KiB in 0.001092 sec., 21062.271062271062 rows/sec., 1.59 MiB/sec. 2025.09.17 20:43:48.441712 [ 5 ] {6b1619e7-3a62-43ee-bdf7-460dbd8f232a} TCPHandler: Processed in 0.001251076 sec. 2025.09.17 20:43:48.441816 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:48.441908 [ 5 ] {78f3a806-016b-4e3e-ae48-0401557a5ae6} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.17 20:43:48.441947 [ 5 ] {78f3a806-016b-4e3e-ae48-0401557a5ae6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.17 20:43:48.442328 [ 5 ] {78f3a806-016b-4e3e-ae48-0401557a5ae6} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:48.442362 [ 5 ] {78f3a806-016b-4e3e-ae48-0401557a5ae6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:48.442649 [ 5 ] {78f3a806-016b-4e3e-ae48-0401557a5ae6} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.09.17 20:43:48.442853 [ 5 ] {78f3a806-016b-4e3e-ae48-0401557a5ae6} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:48.442981 [ 5 ] {78f3a806-016b-4e3e-ae48-0401557a5ae6} executeQuery: Read 24 rows, 2.04 KiB in 0.00109 sec., 22018.34862385321 rows/sec., 1.83 MiB/sec. 2025.09.17 20:43:48.443018 [ 5 ] {78f3a806-016b-4e3e-ae48-0401557a5ae6} TCPHandler: Processed in 0.001251005 sec. 2025.09.17 20:43:48.443124 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:48.443216 [ 5 ] {e784b20e-4270-48cb-a419-8a69f8e86d92} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.17 20:43:48.443255 [ 5 ] {e784b20e-4270-48cb-a419-8a69f8e86d92} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.17 20:43:48.443635 [ 5 ] {e784b20e-4270-48cb-a419-8a69f8e86d92} oximeter.fields_u8 (20447e1c-98e2-48f4-ad1a-5155a635de4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:48.443669 [ 5 ] {e784b20e-4270-48cb-a419-8a69f8e86d92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:48.443963 [ 5 ] {e784b20e-4270-48cb-a419-8a69f8e86d92} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.09.17 20:43:48.444170 [ 5 ] {e784b20e-4270-48cb-a419-8a69f8e86d92} oximeter.fields_u8 (20447e1c-98e2-48f4-ad1a-5155a635de4d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:48.444294 [ 5 ] {e784b20e-4270-48cb-a419-8a69f8e86d92} executeQuery: Read 12 rows, 960.00 B in 0.001095 sec., 10958.90410958904 rows/sec., 856.16 KiB/sec. 2025.09.17 20:43:48.444330 [ 5 ] {e784b20e-4270-48cb-a419-8a69f8e86d92} TCPHandler: Processed in 0.001255055 sec. 2025.09.17 20:43:48.444434 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:48.444526 [ 5 ] {7573b771-ff94-4acb-b5ab-e18185c17b4d} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:43:48.444565 [ 5 ] {7573b771-ff94-4acb-b5ab-e18185c17b4d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:43:48.444969 [ 5 ] {7573b771-ff94-4acb-b5ab-e18185c17b4d} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:48.445003 [ 5 ] {7573b771-ff94-4acb-b5ab-e18185c17b4d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:48.445302 [ 5 ] {7573b771-ff94-4acb-b5ab-e18185c17b4d} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.09.17 20:43:48.445515 [ 5 ] {7573b771-ff94-4acb-b5ab-e18185c17b4d} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:48.445639 [ 5 ] {7573b771-ff94-4acb-b5ab-e18185c17b4d} executeQuery: Read 111 rows, 9.26 KiB in 0.00113 sec., 98230.08849557523 rows/sec., 8.00 MiB/sec. 2025.09.17 20:43:48.445675 [ 5 ] {7573b771-ff94-4acb-b5ab-e18185c17b4d} TCPHandler: Processed in 0.001289556 sec. 2025.09.17 20:43:48.445783 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:48.445875 [ 5 ] {2cc450d8-1708-47b2-9bc7-a98fa208a509} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:43:48.445917 [ 5 ] {2cc450d8-1708-47b2-9bc7-a98fa208a509} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:43:48.446301 [ 5 ] {2cc450d8-1708-47b2-9bc7-a98fa208a509} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:48.446335 [ 5 ] {2cc450d8-1708-47b2-9bc7-a98fa208a509} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:48.446666 [ 5 ] {2cc450d8-1708-47b2-9bc7-a98fa208a509} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.09.17 20:43:48.446877 [ 5 ] {2cc450d8-1708-47b2-9bc7-a98fa208a509} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:48.447002 [ 5 ] {2cc450d8-1708-47b2-9bc7-a98fa208a509} executeQuery: Read 197 rows, 14.47 KiB in 0.001145 sec., 172052.4017467249 rows/sec., 12.34 MiB/sec. 2025.09.17 20:43:48.447038 [ 5 ] {2cc450d8-1708-47b2-9bc7-a98fa208a509} TCPHandler: Processed in 0.001304706 sec. 2025.09.17 20:43:48.447153 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:48.447245 [ 5 ] {8da5a49b-d1db-44f7-9f35-1716ef2f3236} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:43:48.447299 [ 5 ] {8da5a49b-d1db-44f7-9f35-1716ef2f3236} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:43:48.448027 [ 5 ] {8da5a49b-d1db-44f7-9f35-1716ef2f3236} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:48.448061 [ 5 ] {8da5a49b-d1db-44f7-9f35-1716ef2f3236} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:48.448570 [ 5 ] {8da5a49b-d1db-44f7-9f35-1716ef2f3236} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.09.17 20:43:48.448801 [ 5 ] {8da5a49b-d1db-44f7-9f35-1716ef2f3236} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:48.448944 [ 5 ] {8da5a49b-d1db-44f7-9f35-1716ef2f3236} executeQuery: Read 9 rows, 16.51 KiB in 0.001715 sec., 5247.813411078718 rows/sec., 9.40 MiB/sec. 2025.09.17 20:43:48.449003 [ 5 ] {8da5a49b-d1db-44f7-9f35-1716ef2f3236} TCPHandler: Processed in 0.001899144 sec. 2025.09.17 20:43:48.449116 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:48.449210 [ 5 ] {662bffbf-616c-4dfd-be3e-4b8b3312a554} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:43:48.449251 [ 5 ] {662bffbf-616c-4dfd-be3e-4b8b3312a554} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:43:48.449579 [ 5 ] {662bffbf-616c-4dfd-be3e-4b8b3312a554} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:48.449613 [ 5 ] {662bffbf-616c-4dfd-be3e-4b8b3312a554} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:48.449913 [ 5 ] {662bffbf-616c-4dfd-be3e-4b8b3312a554} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.09.17 20:43:48.450120 [ 5 ] {662bffbf-616c-4dfd-be3e-4b8b3312a554} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:48.450244 [ 5 ] {662bffbf-616c-4dfd-be3e-4b8b3312a554} executeQuery: Read 60 rows, 4.14 KiB in 0.001053 sec., 56980.05698005699 rows/sec., 3.84 MiB/sec. 2025.09.17 20:43:48.450279 [ 5 ] {662bffbf-616c-4dfd-be3e-4b8b3312a554} TCPHandler: Processed in 0.001212024 sec. 2025.09.17 20:43:50.235443 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 26406 2025.09.17 20:43:50.236036 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:50.236095 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:50.236614 [ 245 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.09.17 20:43:50.236872 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:50.237031 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26406 2025.09.17 20:43:51.611031 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415 2025.09.17 20:43:51.628645 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:51.628719 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:51.635111 [ 244 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.09.17 20:43:51.635834 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:51.638919 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 415 2025.09.17 20:43:53.434475 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:53.434677 [ 5 ] {a65727e2-953d-4852-a789-c2a48a431525} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:43:53.434751 [ 5 ] {a65727e2-953d-4852-a789-c2a48a431525} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:43:53.435507 [ 5 ] {a65727e2-953d-4852-a789-c2a48a431525} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:53.435556 [ 5 ] {a65727e2-953d-4852-a789-c2a48a431525} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:53.435967 [ 5 ] {a65727e2-953d-4852-a789-c2a48a431525} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.09.17 20:43:53.436200 [ 5 ] {a65727e2-953d-4852-a789-c2a48a431525} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:53.436359 [ 5 ] {a65727e2-953d-4852-a789-c2a48a431525} executeQuery: Read 122 rows, 10.73 KiB in 0.001736 sec., 70276.49769585254 rows/sec., 6.04 MiB/sec. 2025.09.17 20:43:53.436359 [ 32 ] {} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.09.17 20:43:53.436406 [ 5 ] {a65727e2-953d-4852-a789-c2a48a431525} TCPHandler: Processed in 0.002075449 sec. 2025.09.17 20:43:53.436441 [ 32 ] {} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:53.436472 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:53.436549 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:53.436602 [ 189 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2025.09.17 20:43:53.436659 [ 5 ] {bfe033c0-d834-4249-b686-2324637c62b9} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:43:53.436708 [ 5 ] {bfe033c0-d834-4249-b686-2324637c62b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:43:53.436749 [ 189 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:43:53.436786 [ 189 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1410 rows starting from the beginning of the part 2025.09.17 20:43:53.436850 [ 189 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 1265 rows starting from the beginning of the part 2025.09.17 20:43:53.436905 [ 189 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 74 rows starting from the beginning of the part 2025.09.17 20:43:53.436945 [ 189 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 122 rows starting from the beginning of the part 2025.09.17 20:43:53.436984 [ 189 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 195 rows starting from the beginning of the part 2025.09.17 20:43:53.437024 [ 189 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 122 rows starting from the beginning of the part 2025.09.17 20:43:53.437135 [ 5 ] {bfe033c0-d834-4249-b686-2324637c62b9} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:53.437181 [ 5 ] {bfe033c0-d834-4249-b686-2324637c62b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:53.437533 [ 5 ] {bfe033c0-d834-4249-b686-2324637c62b9} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.09.17 20:43:53.437769 [ 5 ] {bfe033c0-d834-4249-b686-2324637c62b9} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:53.437908 [ 5 ] {bfe033c0-d834-4249-b686-2324637c62b9} executeQuery: Read 33 rows, 2.48 KiB in 0.001273 sec., 25923.016496465043 rows/sec., 1.90 MiB/sec. 2025.09.17 20:43:53.437947 [ 5 ] {bfe033c0-d834-4249-b686-2324637c62b9} TCPHandler: Processed in 0.001451231 sec. 2025.09.17 20:43:53.438057 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:53.438152 [ 5 ] {0ac913c1-1340-43cc-bf8a-1c03b206afd3} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:43:53.438192 [ 5 ] {0ac913c1-1340-43cc-bf8a-1c03b206afd3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:43:53.438628 [ 5 ] {0ac913c1-1340-43cc-bf8a-1c03b206afd3} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:53.438651 [ 190 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 3188 rows, containing 5 columns (5 merged, 0 gathered) in 0.00210897 sec., 1511638.38271763 rows/sec., 132.63 MiB/sec. 2025.09.17 20:43:53.438666 [ 5 ] {0ac913c1-1340-43cc-bf8a-1c03b206afd3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:53.438927 [ 199 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.09.17 20:43:53.439014 [ 5 ] {0ac913c1-1340-43cc-bf8a-1c03b206afd3} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.09.17 20:43:53.439303 [ 199 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_81_16} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:53.439310 [ 5 ] {0ac913c1-1340-43cc-bf8a-1c03b206afd3} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:53.439407 [ 199 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_81_16} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.09.17 20:43:53.439451 [ 32 ] {} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.09.17 20:43:53.439463 [ 5 ] {0ac913c1-1340-43cc-bf8a-1c03b206afd3} executeQuery: Read 97 rows, 7.76 KiB in 0.001331 sec., 72877.53568745304 rows/sec., 5.69 MiB/sec. 2025.09.17 20:43:53.439492 [ 32 ] {} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:53.439510 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. 2025.09.17 20:43:53.439518 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:53.439514 [ 5 ] {0ac913c1-1340-43cc-bf8a-1c03b206afd3} TCPHandler: Processed in 0.001505342 sec. 2025.09.17 20:43:53.439616 [ 197 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2025.09.17 20:43:53.439668 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:53.439717 [ 197 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:43:53.439749 [ 197 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 634 rows starting from the beginning of the part 2025.09.17 20:43:53.439767 [ 5 ] {d18ac989-7192-4afc-a0a6-da880a61f679} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:43:53.439801 [ 197 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 559 rows starting from the beginning of the part 2025.09.17 20:43:53.439816 [ 5 ] {d18ac989-7192-4afc-a0a6-da880a61f679} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:43:53.439849 [ 197 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 73 rows starting from the beginning of the part 2025.09.17 20:43:53.439895 [ 197 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 97 rows starting from the beginning of the part 2025.09.17 20:43:53.439933 [ 197 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 111 rows starting from the beginning of the part 2025.09.17 20:43:53.439971 [ 197 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 97 rows starting from the beginning of the part 2025.09.17 20:43:53.440231 [ 5 ] {d18ac989-7192-4afc-a0a6-da880a61f679} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:53.440273 [ 5 ] {d18ac989-7192-4afc-a0a6-da880a61f679} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:53.440625 [ 5 ] {d18ac989-7192-4afc-a0a6-da880a61f679} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.09.17 20:43:53.440839 [ 5 ] {d18ac989-7192-4afc-a0a6-da880a61f679} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:53.440953 [ 32 ] {} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.09.17 20:43:53.440972 [ 5 ] {d18ac989-7192-4afc-a0a6-da880a61f679} executeQuery: Read 160 rows, 11.41 KiB in 0.001223 sec., 130825.83810302535 rows/sec., 9.11 MiB/sec. 2025.09.17 20:43:53.440980 [ 192 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 1571 rows, containing 5 columns (5 merged, 0 gathered) in 0.001395609 sec., 1125673.451518298 rows/sec., 89.72 MiB/sec. 2025.09.17 20:43:53.440989 [ 32 ] {} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:53.441016 [ 5 ] {d18ac989-7192-4afc-a0a6-da880a61f679} TCPHandler: Processed in 0.001397889 sec. 2025.09.17 20:43:53.441049 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:53.441145 [ 191 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2025.09.17 20:43:53.441164 [ 190 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.09.17 20:43:53.441148 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:53.441274 [ 191 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:43:53.441287 [ 5 ] {08ce282a-bee4-4171-a8de-35768ab85c2b} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:43:53.441319 [ 191 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_81_16} MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 21401 rows starting from the beginning of the part 2025.09.17 20:43:53.441350 [ 5 ] {08ce282a-bee4-4171-a8de-35768ab85c2b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:43:53.441397 [ 191 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 847 rows starting from the beginning of the part 2025.09.17 20:43:53.441448 [ 191 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 160 rows starting from the beginning of the part 2025.09.17 20:43:53.441455 [ 190 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_81_16} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:53.441491 [ 191 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 160 rows starting from the beginning of the part 2025.09.17 20:43:53.441534 [ 191 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 197 rows starting from the beginning of the part 2025.09.17 20:43:53.441537 [ 190 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_81_16} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.09.17 20:43:53.441594 [ 191 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 160 rows starting from the beginning of the part 2025.09.17 20:43:53.441637 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2025.09.17 20:43:53.442210 [ 5 ] {08ce282a-bee4-4171-a8de-35768ab85c2b} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:53.442248 [ 5 ] {08ce282a-bee4-4171-a8de-35768ab85c2b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:53.442846 [ 5 ] {08ce282a-bee4-4171-a8de-35768ab85c2b} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.09.17 20:43:53.443097 [ 5 ] {08ce282a-bee4-4171-a8de-35768ab85c2b} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:53.443247 [ 5 ] {08ce282a-bee4-4171-a8de-35768ab85c2b} executeQuery: Read 33 rows, 60.55 KiB in 0.001979 sec., 16675.088428499243 rows/sec., 29.88 MiB/sec. 2025.09.17 20:43:53.443316 [ 5 ] {08ce282a-bee4-4171-a8de-35768ab85c2b} TCPHandler: Processed in 0.002217832 sec. 2025.09.17 20:43:53.443434 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:53.443529 [ 5 ] {a5abcae5-c1fd-495f-aed8-bc7b3ad98220} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:43:53.443570 [ 5 ] {a5abcae5-c1fd-495f-aed8-bc7b3ad98220} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:43:53.443913 [ 5 ] {a5abcae5-c1fd-495f-aed8-bc7b3ad98220} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:53.443950 [ 5 ] {a5abcae5-c1fd-495f-aed8-bc7b3ad98220} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:53.444379 [ 5 ] {a5abcae5-c1fd-495f-aed8-bc7b3ad98220} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.09.17 20:43:53.444616 [ 5 ] {a5abcae5-c1fd-495f-aed8-bc7b3ad98220} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:53.444754 [ 5 ] {a5abcae5-c1fd-495f-aed8-bc7b3ad98220} executeQuery: Read 60 rows, 4.14 KiB in 0.001244 sec., 48231.511254019286 rows/sec., 3.25 MiB/sec. 2025.09.17 20:43:53.444761 [ 101 ] {} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.09.17 20:43:53.444791 [ 5 ] {a5abcae5-c1fd-495f-aed8-bc7b3ad98220} TCPHandler: Processed in 0.001406289 sec. 2025.09.17 20:43:53.444818 [ 101 ] {} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:53.444868 [ 101 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:53.444958 [ 192 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2025.09.17 20:43:53.445077 [ 192 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:43:53.445109 [ 192 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4248 rows starting from the beginning of the part 2025.09.17 20:43:53.445166 [ 192 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 60 rows starting from the beginning of the part 2025.09.17 20:43:53.445206 [ 192 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 60 rows starting from the beginning of the part 2025.09.17 20:43:53.445241 [ 192 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 60 rows starting from the beginning of the part 2025.09.17 20:43:53.445275 [ 192 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 60 rows starting from the beginning of the part 2025.09.17 20:43:53.445308 [ 192 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 60 rows starting from the beginning of the part 2025.09.17 20:43:53.447466 [ 196 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 4548 rows, containing 4 columns (4 merged, 0 gathered) in 0.002542712 sec., 1788641.4190832465 rows/sec., 120.43 MiB/sec. 2025.09.17 20:43:53.447678 [ 193 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 22925 rows, containing 5 columns (5 merged, 0 gathered) in 0.006571025 sec., 3488801.214422407 rows/sec., 239.73 MiB/sec. 2025.09.17 20:43:53.447904 [ 190 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.09.17 20:43:53.448163 [ 190 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_81_16} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:53.448214 [ 196 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.09.17 20:43:53.448234 [ 190 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_81_16} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.09.17 20:43:53.448313 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB. 2025.09.17 20:43:53.448518 [ 196 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_81_16} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:53.448596 [ 196 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_81_16} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.09.17 20:43:53.448681 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB. 2025.09.17 20:43:54.000236 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 325.20 MiB, peak 335.71 MiB, free memory in arenas 0.00 B, will set to 326.61 MiB (RSS), difference: 1.41 MiB 2025.09.17 20:43:57.566970 [ 48 ] {} DNSResolver: Updating DNS cache 2025.09.17 20:43:57.567040 [ 48 ] {} DNSResolver: Updated DNS cache 2025.09.17 20:43:57.737277 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 26854 2025.09.17 20:43:57.738086 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:57.738140 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:57.738654 [ 245 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.09.17 20:43:57.738909 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:57.739059 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26854 2025.09.17 20:43:57.739075 [ 48 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.09.17 20:43:57.739158 [ 48 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:57.739194 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:57.739337 [ 187 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2025.09.17 20:43:57.739489 [ 187 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:43:57.739534 [ 187 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_56_11} MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 24486 rows starting from the beginning of the part 2025.09.17 20:43:57.739605 [ 187 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 448 rows starting from the beginning of the part 2025.09.17 20:43:57.739654 [ 187 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 512 rows starting from the beginning of the part 2025.09.17 20:43:57.739702 [ 187 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 448 rows starting from the beginning of the part 2025.09.17 20:43:57.739742 [ 187 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 512 rows starting from the beginning of the part 2025.09.17 20:43:57.739779 [ 187 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 448 rows starting from the beginning of the part 2025.09.17 20:43:57.742002 [ 187 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 26854 rows, containing 4 columns (4 merged, 0 gathered) in 0.002732016 sec., 9829371.423886243 rows/sec., 140.61 MiB/sec. 2025.09.17 20:43:57.742252 [ 201 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.09.17 20:43:57.742519 [ 201 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_56_11} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:57.742583 [ 201 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_56_11} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.09.17 20:43:57.742692 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.74 MiB. 2025.09.17 20:43:57.806484 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1318 2025.09.17 20:43:57.809045 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:57.809103 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:57.810351 [ 243 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.09.17 20:43:57.810638 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:57.810796 [ 48 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.09.17 20:43:57.810843 [ 48 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:57.810862 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:57.810975 [ 198 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2025.09.17 20:43:57.811039 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1318 2025.09.17 20:43:57.811597 [ 198 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:43:57.811765 [ 198 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1178 rows starting from the beginning of the part 2025.09.17 20:43:57.812134 [ 198 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 24 rows starting from the beginning of the part 2025.09.17 20:43:57.812452 [ 198 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 32 rows starting from the beginning of the part 2025.09.17 20:43:57.812767 [ 198 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 28 rows starting from the beginning of the part 2025.09.17 20:43:57.813083 [ 198 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 24 rows starting from the beginning of the part 2025.09.17 20:43:57.813391 [ 198 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 32 rows starting from the beginning of the part 2025.09.17 20:43:57.820014 [ 200 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 1318 rows, containing 72 columns (72 merged, 0 gathered) in 0.009095306 sec., 144909.91287154055 rows/sec., 113.58 MiB/sec. 2025.09.17 20:43:57.821521 [ 195 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.09.17 20:43:57.822134 [ 195 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_41_8} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:57.822207 [ 195 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_41_8} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.09.17 20:43:57.822444 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.91 MiB. 2025.09.17 20:43:58.433754 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:58.433927 [ 5 ] {171b3249-2980-47f4-9d81-3acb9512be35} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:43:58.433991 [ 5 ] {171b3249-2980-47f4-9d81-3acb9512be35} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:43:58.434672 [ 5 ] {171b3249-2980-47f4-9d81-3acb9512be35} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:58.434709 [ 5 ] {171b3249-2980-47f4-9d81-3acb9512be35} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:58.435126 [ 5 ] {171b3249-2980-47f4-9d81-3acb9512be35} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.09.17 20:43:58.435359 [ 5 ] {171b3249-2980-47f4-9d81-3acb9512be35} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:58.435505 [ 5 ] {171b3249-2980-47f4-9d81-3acb9512be35} executeQuery: Read 74 rows, 6.12 KiB in 0.001628 sec., 45454.54545454545 rows/sec., 3.67 MiB/sec. 2025.09.17 20:43:58.435544 [ 5 ] {171b3249-2980-47f4-9d81-3acb9512be35} TCPHandler: Processed in 0.001918094 sec. 2025.09.17 20:43:58.435672 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:58.435766 [ 5 ] {058d2667-0981-4f5a-bc64-fffc872a532b} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:43:58.435806 [ 5 ] {058d2667-0981-4f5a-bc64-fffc872a532b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:43:58.436234 [ 5 ] {058d2667-0981-4f5a-bc64-fffc872a532b} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:58.436267 [ 5 ] {058d2667-0981-4f5a-bc64-fffc872a532b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:58.436564 [ 5 ] {058d2667-0981-4f5a-bc64-fffc872a532b} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.09.17 20:43:58.436777 [ 5 ] {058d2667-0981-4f5a-bc64-fffc872a532b} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:58.436872 [ 66 ] {} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.09.17 20:43:58.436899 [ 5 ] {058d2667-0981-4f5a-bc64-fffc872a532b} executeQuery: Read 9 rows, 693.00 B in 0.001152 sec., 7812.5 rows/sec., 587.46 KiB/sec. 2025.09.17 20:43:58.436909 [ 66 ] {} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:58.436930 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:58.436935 [ 5 ] {058d2667-0981-4f5a-bc64-fffc872a532b} TCPHandler: Processed in 0.001310377 sec. 2025.09.17 20:43:58.437061 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:58.437070 [ 200 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2025.09.17 20:43:58.437154 [ 5 ] {47fd9861-7192-420d-adfc-2e5c7865f933} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:43:58.437197 [ 5 ] {47fd9861-7192-420d-adfc-2e5c7865f933} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:43:58.437216 [ 200 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:43:58.437254 [ 200 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 72 rows starting from the beginning of the part 2025.09.17 20:43:58.437322 [ 200 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 9 rows starting from the beginning of the part 2025.09.17 20:43:58.437368 [ 200 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 33 rows starting from the beginning of the part 2025.09.17 20:43:58.437412 [ 200 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 23 rows starting from the beginning of the part 2025.09.17 20:43:58.437451 [ 200 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 33 rows starting from the beginning of the part 2025.09.17 20:43:58.437493 [ 200 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 9 rows starting from the beginning of the part 2025.09.17 20:43:58.437639 [ 5 ] {47fd9861-7192-420d-adfc-2e5c7865f933} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:58.437680 [ 5 ] {47fd9861-7192-420d-adfc-2e5c7865f933} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.09.17 20:43:58.438043 [ 5 ] {47fd9861-7192-420d-adfc-2e5c7865f933} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.09.17 20:43:58.438274 [ 5 ] {47fd9861-7192-420d-adfc-2e5c7865f933} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:58.438357 [ 195 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 179 rows, containing 5 columns (5 merged, 0 gathered) in 0.001341378 sec., 133444.86043456802 rows/sec., 10.32 MiB/sec. 2025.09.17 20:43:58.438396 [ 5 ] {47fd9861-7192-420d-adfc-2e5c7865f933} executeQuery: Read 73 rows, 5.84 KiB in 0.00126 sec., 57936.50793650794 rows/sec., 4.52 MiB/sec. 2025.09.17 20:43:58.438441 [ 5 ] {47fd9861-7192-420d-adfc-2e5c7865f933} TCPHandler: Processed in 0.001434541 sec. 2025.09.17 20:43:58.438532 [ 194 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.09.17 20:43:58.438553 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:58.438645 [ 5 ] {8d7b548c-9592-475e-b8b2-9b4499a02d1b} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:43:58.438688 [ 5 ] {8d7b548c-9592-475e-b8b2-9b4499a02d1b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:43:58.438789 [ 194 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_76_15} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:58.438852 [ 194 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_76_15} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.09.17 20:43:58.438928 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.09.17 20:43:58.439102 [ 5 ] {8d7b548c-9592-475e-b8b2-9b4499a02d1b} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:58.439136 [ 5 ] {8d7b548c-9592-475e-b8b2-9b4499a02d1b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:58.439468 [ 5 ] {8d7b548c-9592-475e-b8b2-9b4499a02d1b} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.09.17 20:43:58.439682 [ 5 ] {8d7b548c-9592-475e-b8b2-9b4499a02d1b} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:58.439804 [ 5 ] {8d7b548c-9592-475e-b8b2-9b4499a02d1b} executeQuery: Read 160 rows, 11.41 KiB in 0.001177 sec., 135938.82752761256 rows/sec., 9.47 MiB/sec. 2025.09.17 20:43:58.439947 [ 5 ] {8d7b548c-9592-475e-b8b2-9b4499a02d1b} TCPHandler: Processed in 0.001440361 sec. 2025.09.17 20:43:58.440065 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:58.440157 [ 5 ] {807afe83-04da-4d10-bf51-ab986378c893} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:43:58.440210 [ 5 ] {807afe83-04da-4d10-bf51-ab986378c893} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:43:58.440962 [ 5 ] {807afe83-04da-4d10-bf51-ab986378c893} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:58.440997 [ 5 ] {807afe83-04da-4d10-bf51-ab986378c893} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:58.441614 [ 5 ] {807afe83-04da-4d10-bf51-ab986378c893} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.09.17 20:43:58.441841 [ 5 ] {807afe83-04da-4d10-bf51-ab986378c893} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:58.441972 [ 5 ] {807afe83-04da-4d10-bf51-ab986378c893} executeQuery: Read 9 rows, 16.51 KiB in 0.001832 sec., 4912.663755458515 rows/sec., 8.80 MiB/sec. 2025.09.17 20:43:58.442023 [ 5 ] {807afe83-04da-4d10-bf51-ab986378c893} TCPHandler: Processed in 0.002004536 sec. 2025.09.17 20:43:58.442137 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:43:58.442229 [ 5 ] {ce184557-d228-4c1b-b569-429af188d7e0} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:43:58.442269 [ 5 ] {ce184557-d228-4c1b-b569-429af188d7e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:43:58.442606 [ 5 ] {ce184557-d228-4c1b-b569-429af188d7e0} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:58.442640 [ 5 ] {ce184557-d228-4c1b-b569-429af188d7e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:58.442963 [ 5 ] {ce184557-d228-4c1b-b569-429af188d7e0} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.09.17 20:43:58.443182 [ 5 ] {ce184557-d228-4c1b-b569-429af188d7e0} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:58.443304 [ 5 ] {ce184557-d228-4c1b-b569-429af188d7e0} executeQuery: Read 60 rows, 4.14 KiB in 0.001093 sec., 54894.784995425434 rows/sec., 3.70 MiB/sec. 2025.09.17 20:43:58.443338 [ 5 ] {ce184557-d228-4c1b-b569-429af188d7e0} TCPHandler: Processed in 0.001248255 sec. 2025.09.17 20:43:59.139091 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 422 2025.09.17 20:43:59.157262 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:59.157323 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:59.163604 [ 244 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.09.17 20:43:59.164362 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:59.164673 [ 111 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.09.17 20:43:59.164746 [ 111 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:43:59.164769 [ 111 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.09.17 20:43:59.164880 [ 200 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2025.09.17 20:43:59.167604 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 422 2025.09.17 20:43:59.167955 [ 200 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:43:59.168746 [ 200 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 384 rows starting from the beginning of the part 2025.09.17 20:43:59.172080 [ 200 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 8 rows starting from the beginning of the part 2025.09.17 20:43:59.175450 [ 200 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 7 rows starting from the beginning of the part 2025.09.17 20:43:59.179401 [ 200 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 8 rows starting from the beginning of the part 2025.09.17 20:43:59.183800 [ 200 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 8 rows starting from the beginning of the part 2025.09.17 20:43:59.187560 [ 200 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 7 rows starting from the beginning of the part 2025.09.17 20:43:59.237958 [ 195 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 679 columns (679 merged, 0 gathered) in 0.073124607 sec., 5770.971186210957 rows/sec., 29.84 MiB/sec. 2025.09.17 20:43:59.240853 [ 197 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.09.17 20:43:59.242903 [ 197 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_56_11} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:43:59.243014 [ 197 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_56_11} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.09.17 20:43:59.245792 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2025.09.17 20:44:01.732131 [ 46 ] {} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 2025.09.17 20:44:01.732250 [ 46 ] {} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:01.732281 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.09.17 20:44:01.732530 [ 197 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::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.09.17 20:44:01.732729 [ 197 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::all_1_25_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:44:01.732812 [ 197 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 253 rows starting from the beginning of the part 2025.09.17 20:44:01.732923 [ 197 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 228 rows starting from the beginning of the part 2025.09.17 20:44:01.733063 [ 197 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 24 rows starting from the beginning of the part 2025.09.17 20:44:01.733135 [ 197 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 228 rows starting from the beginning of the part 2025.09.17 20:44:01.733198 [ 197 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 24 rows starting from the beginning of the part 2025.09.17 20:44:01.735065 [ 186 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::all_1_25_6} MergeTask::MergeProjectionsStage: Merge sorted 757 rows, containing 5 columns (5 merged, 0 gathered) in 0.002694396 sec., 280953.5049784813 rows/sec., 20.50 MiB/sec. 2025.09.17 20:44:01.735332 [ 196 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::all_1_25_6} MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) 2025.09.17 20:44:01.735750 [ 196 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::all_1_25_6} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:01.735855 [ 196 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::all_1_25_6} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 2025.09.17 20:44:01.735974 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.09.17 20:44:01.867095 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60513 2025.09.17 20:44:01.867222 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:44:01.867251 [ 286 ] {} TCP-Session: f0addeb4-8874-4953-ac5f-fb1f1f055ee3 Authenticating user 'default' from [fd00:1122:3344:101::e]:60513 2025.09.17 20:44:01.867274 [ 286 ] {} TCP-Session: f0addeb4-8874-4953-ac5f-fb1f1f055ee3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:01.867287 [ 286 ] {} TCP-Session: f0addeb4-8874-4953-ac5f-fb1f1f055ee3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:01.867575 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46321 2025.09.17 20:44:01.867621 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37300 2025.09.17 20:44:01.867655 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63700 2025.09.17 20:44:01.867685 [ 286 ] {} TCP-Session: f0addeb4-8874-4953-ac5f-fb1f1f055ee3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:01.867708 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:44:01.867646 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62399 2025.09.17 20:44:01.867756 [ 288 ] {} TCP-Session: bc593a28-60c4-4f95-a938-51f64640865c Authenticating user 'default' from [fd00:1122:3344:101::e]:46321 2025.09.17 20:44:01.867634 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54285 2025.09.17 20:44:01.867801 [ 288 ] {} TCP-Session: bc593a28-60c4-4f95-a938-51f64640865c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:01.867620 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46770 2025.09.17 20:44:01.867828 [ 288 ] {} TCP-Session: bc593a28-60c4-4f95-a938-51f64640865c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:01.867589 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64935 2025.09.17 20:44:01.867581 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64173 2025.09.17 20:44:01.867931 [ 286 ] {bb320d8e-0d27-4b0e-ace9-f6bbd39ed54b} executeQuery: (from [fd00:1122:3344:101::e]:60513) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.17 20:44:01.868309 [ 286 ] {bb320d8e-0d27-4b0e-ace9-f6bbd39ed54b} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.17 20:44:01.868384 [ 286 ] {bb320d8e-0d27-4b0e-ace9-f6bbd39ed54b} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.17 20:44:01.868475 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:44:01.868521 [ 3 ] {} TCP-Session: 8950b9f7-eb09-4b73-8f33-d16dfc8df0ab Authenticating user 'default' from [fd00:1122:3344:101::e]:63700 2025.09.17 20:44:01.868546 [ 3 ] {} TCP-Session: 8950b9f7-eb09-4b73-8f33-d16dfc8df0ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:01.868559 [ 3 ] {} TCP-Session: 8950b9f7-eb09-4b73-8f33-d16dfc8df0ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:01.868641 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:44:01.868688 [ 290 ] {} TCP-Session: 1aad79a5-9f53-4ec8-864d-bf6596eb1615 Authenticating user 'default' from [fd00:1122:3344:101::e]:64935 2025.09.17 20:44:01.868712 [ 290 ] {} TCP-Session: 1aad79a5-9f53-4ec8-864d-bf6596eb1615 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:01.868733 [ 290 ] {} TCP-Session: 1aad79a5-9f53-4ec8-864d-bf6596eb1615 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:01.868786 [ 286 ] {bb320d8e-0d27-4b0e-ace9-f6bbd39ed54b} oximeter.version (62bd52ee-0bc0-4eea-bbbd-a51761f62e41) (SelectExecutor): Key condition: unknown 2025.09.17 20:44:01.869098 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:44:01.869135 [ 293 ] {} TCP-Session: 9ba795f2-7803-46c3-bd6b-14dcffd31887 Authenticating user 'default' from [fd00:1122:3344:101::e]:54285 2025.09.17 20:44:01.869153 [ 293 ] {} TCP-Session: 9ba795f2-7803-46c3-bd6b-14dcffd31887 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:01.869165 [ 293 ] {} TCP-Session: 9ba795f2-7803-46c3-bd6b-14dcffd31887 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:01.869259 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:44:01.869309 [ 294 ] {} TCP-Session: ba8016b4-99de-4121-82d6-685e9e6aa31b Authenticating user 'default' from [fd00:1122:3344:101::e]:62399 2025.09.17 20:44:01.869331 [ 294 ] {} TCP-Session: ba8016b4-99de-4121-82d6-685e9e6aa31b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:01.869347 [ 294 ] {} TCP-Session: ba8016b4-99de-4121-82d6-685e9e6aa31b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:01.869593 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:44:01.869647 [ 291 ] {} TCP-Session: e9ac000e-88ae-411c-a360-7fc150c646bd Authenticating user 'default' from [fd00:1122:3344:101::e]:46770 2025.09.17 20:44:01.869676 [ 291 ] {} TCP-Session: e9ac000e-88ae-411c-a360-7fc150c646bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:01.869698 [ 291 ] {} TCP-Session: e9ac000e-88ae-411c-a360-7fc150c646bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:01.869751 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:44:01.869801 [ 292 ] {} TCP-Session: 14f074c9-283b-4613-9138-6d3fa4a0eefc Authenticating user 'default' from [fd00:1122:3344:101::e]:37300 2025.09.17 20:44:01.869828 [ 292 ] {} TCP-Session: 14f074c9-283b-4613-9138-6d3fa4a0eefc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:01.869847 [ 292 ] {} TCP-Session: 14f074c9-283b-4613-9138-6d3fa4a0eefc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:01.870014 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:44:01.870047 [ 289 ] {} TCP-Session: c7b69858-3bbb-401f-bba6-3a0ca4d9564a Authenticating user 'default' from [fd00:1122:3344:101::e]:64173 2025.09.17 20:44:01.870067 [ 289 ] {} TCP-Session: c7b69858-3bbb-401f-bba6-3a0ca4d9564a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:01.870084 [ 289 ] {} TCP-Session: c7b69858-3bbb-401f-bba6-3a0ca4d9564a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:01.870139 [ 300 ] {bb320d8e-0d27-4b0e-ace9-f6bbd39ed54b} AggregatingTransform: Aggregating 2025.09.17 20:44:01.870184 [ 300 ] {bb320d8e-0d27-4b0e-ace9-f6bbd39ed54b} Aggregator: Aggregation method: without_key 2025.09.17 20:44:01.870224 [ 300 ] {bb320d8e-0d27-4b0e-ace9-f6bbd39ed54b} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001296957 sec. (771.036 rows/sec., 30.12 KiB/sec.) 2025.09.17 20:44:01.870242 [ 300 ] {bb320d8e-0d27-4b0e-ace9-f6bbd39ed54b} Aggregator: Merging aggregated data 2025.09.17 20:44:01.871922 [ 286 ] {bb320d8e-0d27-4b0e-ace9-f6bbd39ed54b} executeQuery: Read 1 rows, 40.00 B in 0.004072 sec., 245.5795677799607 rows/sec., 9.59 KiB/sec. 2025.09.17 20:44:01.872140 [ 286 ] {bb320d8e-0d27-4b0e-ace9-f6bbd39ed54b} TCPHandler: Processed in 0.004629431 sec. 2025.09.17 20:44:01.872239 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.17 20:44:01.872275 [ 286 ] {} TCP-Session: f0addeb4-8874-4953-ac5f-fb1f1f055ee3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:01.872284 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.17 20:44:01.872327 [ 290 ] {} TCPHandler: Done processing connection. 2025.09.17 20:44:01.872342 [ 288 ] {} TCP-Session: bc593a28-60c4-4f95-a938-51f64640865c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:01.872361 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.17 20:44:01.872386 [ 3 ] {} TCPHandler: Done processing connection. 2025.09.17 20:44:01.872410 [ 293 ] {} TCPHandler: Done processing connection. 2025.09.17 20:44:01.872420 [ 289 ] {} TCP-Session: c7b69858-3bbb-401f-bba6-3a0ca4d9564a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:01.872443 [ 3 ] {} TCP-Session: 8950b9f7-eb09-4b73-8f33-d16dfc8df0ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:01.872469 [ 292 ] {} TCPHandler: Done processing connection. 2025.09.17 20:44:01.872474 [ 293 ] {} TCP-Session: 9ba795f2-7803-46c3-bd6b-14dcffd31887 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:01.872498 [ 294 ] {} TCPHandler: Done processing connection. 2025.09.17 20:44:01.872516 [ 292 ] {} TCP-Session: 14f074c9-283b-4613-9138-6d3fa4a0eefc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:01.872439 [ 291 ] {} TCPHandler: Done processing connection. 2025.09.17 20:44:01.872562 [ 294 ] {} TCP-Session: ba8016b4-99de-4121-82d6-685e9e6aa31b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:01.872367 [ 290 ] {} TCP-Session: 1aad79a5-9f53-4ec8-864d-bf6596eb1615 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:01.872615 [ 291 ] {} TCP-Session: e9ac000e-88ae-411c-a360-7fc150c646bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:02.356225 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45991 2025.09.17 20:44:02.356333 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:44:02.356361 [ 288 ] {} TCP-Session: b755c7cc-f1d2-4476-b8b9-1f86aac20a01 Authenticating user 'default' from [fd00:1122:3344:101::e]:45991 2025.09.17 20:44:02.356385 [ 288 ] {} TCP-Session: b755c7cc-f1d2-4476-b8b9-1f86aac20a01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:02.356398 [ 288 ] {} TCP-Session: b755c7cc-f1d2-4476-b8b9-1f86aac20a01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:02.356588 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55792 2025.09.17 20:44:02.356607 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54182 2025.09.17 20:44:02.356643 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57714 2025.09.17 20:44:02.356669 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40450 2025.09.17 20:44:02.356690 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59277 2025.09.17 20:44:02.356707 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:44:02.356664 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36791 2025.09.17 20:44:02.356742 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:44:02.356754 [ 289 ] {} TCP-Session: 930d89c3-70bb-40d5-9fb2-12932d535f81 Authenticating user 'default' from [fd00:1122:3344:101::e]:55792 2025.09.17 20:44:02.356771 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:44:02.356785 [ 290 ] {} TCP-Session: ef11119d-e0d6-473f-8b81-9f1bba920032 Authenticating user 'default' from [fd00:1122:3344:101::e]:54182 2025.09.17 20:44:02.356801 [ 289 ] {} TCP-Session: 930d89c3-70bb-40d5-9fb2-12932d535f81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:02.356806 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:44:02.356810 [ 286 ] {} TCP-Session: eb595823-3c19-4512-b016-7cbaaebd860e Authenticating user 'default' from [fd00:1122:3344:101::e]:59277 2025.09.17 20:44:02.356820 [ 290 ] {} TCP-Session: ef11119d-e0d6-473f-8b81-9f1bba920032 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:02.356845 [ 294 ] {} TCP-Session: 07f0428e-0f97-4a7d-bce9-f132b7152737 Authenticating user 'default' from [fd00:1122:3344:101::e]:36791 2025.09.17 20:44:02.356849 [ 286 ] {} TCP-Session: eb595823-3c19-4512-b016-7cbaaebd860e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:02.356854 [ 290 ] {} TCP-Session: ef11119d-e0d6-473f-8b81-9f1bba920032 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:02.356864 [ 294 ] {} TCP-Session: 07f0428e-0f97-4a7d-bce9-f132b7152737 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:02.356867 [ 286 ] {} TCP-Session: eb595823-3c19-4512-b016-7cbaaebd860e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:02.356882 [ 294 ] {} TCP-Session: 07f0428e-0f97-4a7d-bce9-f132b7152737 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:02.356808 [ 288 ] {} TCP-Session: b755c7cc-f1d2-4476-b8b9-1f86aac20a01 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:02.356738 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:44:02.356652 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45492 2025.09.17 20:44:02.356968 [ 292 ] {} TCP-Session: d8a4c019-1bd5-4029-a4b6-7bb9fcd4277b Authenticating user 'default' from [fd00:1122:3344:101::e]:57714 2025.09.17 20:44:02.356644 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63333 2025.09.17 20:44:02.357005 [ 292 ] {} TCP-Session: d8a4c019-1bd5-4029-a4b6-7bb9fcd4277b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:02.356747 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:44:02.357051 [ 292 ] {} TCP-Session: d8a4c019-1bd5-4029-a4b6-7bb9fcd4277b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:02.357038 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:44:02.357070 [ 3 ] {} TCP-Session: 68fa04b4-4bdf-442b-9521-11997ce9e1fb Authenticating user 'default' from [fd00:1122:3344:101::e]:40450 2025.09.17 20:44:02.357102 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:44:02.357115 [ 3 ] {} TCP-Session: 68fa04b4-4bdf-442b-9521-11997ce9e1fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:02.357107 [ 288 ] {6a15d5cc-d692-4a82-9f9e-a71f206506d5} executeQuery: (from [fd00:1122:3344:101::e]:45991) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.17 20:44:02.357147 [ 3 ] {} TCP-Session: 68fa04b4-4bdf-442b-9521-11997ce9e1fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:02.357140 [ 291 ] {} TCP-Session: f6046a12-9d36-49ab-a291-e634f6d713ce Authenticating user 'default' from [fd00:1122:3344:101::e]:63333 2025.09.17 20:44:02.357106 [ 293 ] {} TCP-Session: b6a167e3-356b-41fd-8b50-05f2e8f1326a Authenticating user 'default' from [fd00:1122:3344:101::e]:45492 2025.09.17 20:44:02.357218 [ 291 ] {} TCP-Session: f6046a12-9d36-49ab-a291-e634f6d713ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:02.356828 [ 289 ] {} TCP-Session: 930d89c3-70bb-40d5-9fb2-12932d535f81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:02.357242 [ 293 ] {} TCP-Session: b6a167e3-356b-41fd-8b50-05f2e8f1326a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:02.357247 [ 291 ] {} TCP-Session: f6046a12-9d36-49ab-a291-e634f6d713ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:02.357287 [ 293 ] {} TCP-Session: b6a167e3-356b-41fd-8b50-05f2e8f1326a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:02.357444 [ 288 ] {6a15d5cc-d692-4a82-9f9e-a71f206506d5} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.17 20:44:02.357509 [ 288 ] {6a15d5cc-d692-4a82-9f9e-a71f206506d5} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.17 20:44:02.357832 [ 288 ] {6a15d5cc-d692-4a82-9f9e-a71f206506d5} oximeter.version (62bd52ee-0bc0-4eea-bbbd-a51761f62e41) (SelectExecutor): Key condition: unknown 2025.09.17 20:44:02.358819 [ 303 ] {6a15d5cc-d692-4a82-9f9e-a71f206506d5} AggregatingTransform: Aggregating 2025.09.17 20:44:02.358858 [ 303 ] {6a15d5cc-d692-4a82-9f9e-a71f206506d5} Aggregator: Aggregation method: without_key 2025.09.17 20:44:02.358896 [ 303 ] {6a15d5cc-d692-4a82-9f9e-a71f206506d5} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000925586 sec. (1080.397 rows/sec., 42.20 KiB/sec.) 2025.09.17 20:44:02.358915 [ 303 ] {6a15d5cc-d692-4a82-9f9e-a71f206506d5} Aggregator: Merging aggregated data 2025.09.17 20:44:02.360358 [ 288 ] {6a15d5cc-d692-4a82-9f9e-a71f206506d5} executeQuery: Read 1 rows, 40.00 B in 0.003315 sec., 301.65912518853696 rows/sec., 11.78 KiB/sec. 2025.09.17 20:44:02.360517 [ 288 ] {6a15d5cc-d692-4a82-9f9e-a71f206506d5} TCPHandler: Processed in 0.003847579 sec. 2025.09.17 20:44:02.360602 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.17 20:44:02.360635 [ 288 ] {} TCP-Session: b755c7cc-f1d2-4476-b8b9-1f86aac20a01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:02.360636 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.17 20:44:02.360657 [ 290 ] {} TCPHandler: Done processing connection. 2025.09.17 20:44:02.360674 [ 291 ] {} TCPHandler: Done processing connection. 2025.09.17 20:44:02.360699 [ 292 ] {} TCPHandler: Done processing connection. 2025.09.17 20:44:02.360718 [ 290 ] {} TCP-Session: ef11119d-e0d6-473f-8b81-9f1bba920032 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:02.360736 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.17 20:44:02.360753 [ 294 ] {} TCPHandler: Done processing connection. 2025.09.17 20:44:02.360779 [ 286 ] {} TCP-Session: eb595823-3c19-4512-b016-7cbaaebd860e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:02.360774 [ 3 ] {} TCPHandler: Done processing connection. 2025.09.17 20:44:02.360804 [ 294 ] {} TCP-Session: 07f0428e-0f97-4a7d-bce9-f132b7152737 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:02.360752 [ 292 ] {} TCP-Session: d8a4c019-1bd5-4029-a4b6-7bb9fcd4277b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:02.360827 [ 3 ] {} TCP-Session: 68fa04b4-4bdf-442b-9521-11997ce9e1fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:02.360736 [ 291 ] {} TCP-Session: f6046a12-9d36-49ab-a291-e634f6d713ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:02.360714 [ 293 ] {} TCPHandler: Done processing connection. 2025.09.17 20:44:02.360692 [ 289 ] {} TCP-Session: 930d89c3-70bb-40d5-9fb2-12932d535f81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:02.360924 [ 293 ] {} TCP-Session: b6a167e3-356b-41fd-8b50-05f2e8f1326a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:02.413399 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39195 2025.09.17 20:44:02.413509 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:44:02.413543 [ 288 ] {} TCP-Session: 9774a19d-3fcd-4fd2-b731-4c70fe35041e Authenticating user 'default' from [fd00:1122:3344:101::e]:39195 2025.09.17 20:44:02.413567 [ 288 ] {} TCP-Session: 9774a19d-3fcd-4fd2-b731-4c70fe35041e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:02.413580 [ 288 ] {} TCP-Session: 9774a19d-3fcd-4fd2-b731-4c70fe35041e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:02.413766 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58815 2025.09.17 20:44:02.413801 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40854 2025.09.17 20:44:02.413828 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37871 2025.09.17 20:44:02.413851 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52792 2025.09.17 20:44:02.413869 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46728 2025.09.17 20:44:02.413874 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:44:02.413910 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:44:02.413928 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:44:02.413919 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:44:02.413859 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39749 2025.09.17 20:44:02.413990 [ 292 ] {} TCP-Session: 97b7f04c-668d-4793-adca-55a18f1ae641 Authenticating user 'default' from [fd00:1122:3344:101::e]:37871 2025.09.17 20:44:02.413969 [ 294 ] {} TCP-Session: 4f235fee-9840-4730-9847-17880164584f Authenticating user 'default' from [fd00:1122:3344:101::e]:52792 2025.09.17 20:44:02.414040 [ 292 ] {} TCP-Session: 97b7f04c-668d-4793-adca-55a18f1ae641 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:02.414053 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:44:02.414067 [ 292 ] {} TCP-Session: 97b7f04c-668d-4793-adca-55a18f1ae641 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:02.414068 [ 294 ] {} TCP-Session: 4f235fee-9840-4730-9847-17880164584f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:02.414082 [ 3 ] {} TCP-Session: 4208ad82-f693-443f-be36-3b06b7bbb245 Authenticating user 'default' from [fd00:1122:3344:101::e]:39749 2025.09.17 20:44:02.414100 [ 294 ] {} TCP-Session: 4f235fee-9840-4730-9847-17880164584f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:02.414116 [ 3 ] {} TCP-Session: 4208ad82-f693-443f-be36-3b06b7bbb245 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:02.413967 [ 290 ] {} TCP-Session: f38b0b06-22ca-47fd-ae55-1e075f77ba21 Authenticating user 'default' from [fd00:1122:3344:101::e]:40854 2025.09.17 20:44:02.414140 [ 3 ] {} TCP-Session: 4208ad82-f693-443f-be36-3b06b7bbb245 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:02.414164 [ 290 ] {} TCP-Session: f38b0b06-22ca-47fd-ae55-1e075f77ba21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:02.413826 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36383 2025.09.17 20:44:02.414194 [ 290 ] {} TCP-Session: f38b0b06-22ca-47fd-ae55-1e075f77ba21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:02.413976 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:44:02.413900 [ 288 ] {} TCP-Session: 9774a19d-3fcd-4fd2-b731-4c70fe35041e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:02.414264 [ 286 ] {} TCP-Session: 2d2d6272-bd75-45ac-870b-d9d5b8282087 Authenticating user 'default' from [fd00:1122:3344:101::e]:46728 2025.09.17 20:44:02.414289 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:44:02.414298 [ 286 ] {} TCP-Session: 2d2d6272-bd75-45ac-870b-d9d5b8282087 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:02.413842 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63863 2025.09.17 20:44:02.414327 [ 286 ] {} TCP-Session: 2d2d6272-bd75-45ac-870b-d9d5b8282087 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:02.414324 [ 291 ] {} TCP-Session: 422ef7d6-2c08-46b3-a5ff-b219305488f5 Authenticating user 'default' from [fd00:1122:3344:101::e]:36383 2025.09.17 20:44:02.413965 [ 289 ] {} TCP-Session: 5c7a1506-09df-475b-953c-28b50f5c41a9 Authenticating user 'default' from [fd00:1122:3344:101::e]:58815 2025.09.17 20:44:02.414407 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:44:02.414432 [ 289 ] {} TCP-Session: 5c7a1506-09df-475b-953c-28b50f5c41a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:02.414434 [ 288 ] {d466e5b3-4a4c-4d6c-90be-2c9fa5d86d6f} executeQuery: (from [fd00:1122:3344:101::e]:39195) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.17 20:44:02.414452 [ 293 ] {} TCP-Session: 91133237-254b-46ab-a3a7-47758eeff36e Authenticating user 'default' from [fd00:1122:3344:101::e]:63863 2025.09.17 20:44:02.414459 [ 289 ] {} TCP-Session: 5c7a1506-09df-475b-953c-28b50f5c41a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:02.414488 [ 293 ] {} TCP-Session: 91133237-254b-46ab-a3a7-47758eeff36e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:02.414404 [ 291 ] {} TCP-Session: 422ef7d6-2c08-46b3-a5ff-b219305488f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:02.414515 [ 293 ] {} TCP-Session: 91133237-254b-46ab-a3a7-47758eeff36e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:02.414535 [ 291 ] {} TCP-Session: 422ef7d6-2c08-46b3-a5ff-b219305488f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:02.414724 [ 288 ] {d466e5b3-4a4c-4d6c-90be-2c9fa5d86d6f} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.17 20:44:02.414783 [ 288 ] {d466e5b3-4a4c-4d6c-90be-2c9fa5d86d6f} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.17 20:44:02.415063 [ 288 ] {d466e5b3-4a4c-4d6c-90be-2c9fa5d86d6f} oximeter.version (62bd52ee-0bc0-4eea-bbbd-a51761f62e41) (SelectExecutor): Key condition: unknown 2025.09.17 20:44:02.416015 [ 298 ] {d466e5b3-4a4c-4d6c-90be-2c9fa5d86d6f} AggregatingTransform: Aggregating 2025.09.17 20:44:02.416057 [ 298 ] {d466e5b3-4a4c-4d6c-90be-2c9fa5d86d6f} Aggregator: Aggregation method: without_key 2025.09.17 20:44:02.416099 [ 298 ] {d466e5b3-4a4c-4d6c-90be-2c9fa5d86d6f} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000937506 sec. (1066.660 rows/sec., 41.67 KiB/sec.) 2025.09.17 20:44:02.416119 [ 298 ] {d466e5b3-4a4c-4d6c-90be-2c9fa5d86d6f} Aggregator: Merging aggregated data 2025.09.17 20:44:02.417476 [ 288 ] {d466e5b3-4a4c-4d6c-90be-2c9fa5d86d6f} executeQuery: Read 1 rows, 40.00 B in 0.003098 sec., 322.78889606197544 rows/sec., 12.61 KiB/sec. 2025.09.17 20:44:02.417602 [ 288 ] {d466e5b3-4a4c-4d6c-90be-2c9fa5d86d6f} TCPHandler: Processed in 0.003857869 sec. 2025.09.17 20:44:02.417732 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.17 20:44:02.417759 [ 288 ] {} TCP-Session: 9774a19d-3fcd-4fd2-b731-4c70fe35041e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:02.417761 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.17 20:44:02.417782 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.17 20:44:02.417802 [ 291 ] {} TCPHandler: Done processing connection. 2025.09.17 20:44:02.417814 [ 286 ] {} TCP-Session: 2d2d6272-bd75-45ac-870b-d9d5b8282087 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:02.417834 [ 290 ] {} TCPHandler: Done processing connection. 2025.09.17 20:44:02.417835 [ 289 ] {} TCP-Session: 5c7a1506-09df-475b-953c-28b50f5c41a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:02.417853 [ 291 ] {} TCP-Session: 422ef7d6-2c08-46b3-a5ff-b219305488f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:02.417870 [ 292 ] {} TCPHandler: Done processing connection. 2025.09.17 20:44:02.417884 [ 294 ] {} TCPHandler: Done processing connection. 2025.09.17 20:44:02.417930 [ 292 ] {} TCP-Session: 97b7f04c-668d-4793-adca-55a18f1ae641 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:02.417880 [ 290 ] {} TCP-Session: f38b0b06-22ca-47fd-ae55-1e075f77ba21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:02.417969 [ 294 ] {} TCP-Session: 4f235fee-9840-4730-9847-17880164584f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:02.417848 [ 3 ] {} TCPHandler: Done processing connection. 2025.09.17 20:44:02.417814 [ 293 ] {} TCPHandler: Done processing connection. 2025.09.17 20:44:02.418053 [ 3 ] {} TCP-Session: 4208ad82-f693-443f-be36-3b06b7bbb245 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:02.418078 [ 293 ] {} TCP-Session: 91133237-254b-46ab-a3a7-47758eeff36e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:44:03.463517 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:03.463702 [ 5 ] {e88bd726-2fcf-4f10-99d1-ef35ea596da1} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.17 20:44:03.463771 [ 5 ] {e88bd726-2fcf-4f10-99d1-ef35ea596da1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.17 20:44:03.464430 [ 5 ] {e88bd726-2fcf-4f10-99d1-ef35ea596da1} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:03.464482 [ 5 ] {e88bd726-2fcf-4f10-99d1-ef35ea596da1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.09.17 20:44:03.464878 [ 5 ] {e88bd726-2fcf-4f10-99d1-ef35ea596da1} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.09.17 20:44:03.465123 [ 5 ] {e88bd726-2fcf-4f10-99d1-ef35ea596da1} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:03.465286 [ 5 ] {e88bd726-2fcf-4f10-99d1-ef35ea596da1} executeQuery: Read 2 rows, 167.00 B in 0.001635 sec., 1223.2415902140674 rows/sec., 99.75 KiB/sec. 2025.09.17 20:44:03.465338 [ 5 ] {e88bd726-2fcf-4f10-99d1-ef35ea596da1} TCPHandler: Processed in 0.001953684 sec. 2025.09.17 20:44:03.465468 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:03.465580 [ 5 ] {99b670c7-d362-4b07-99ec-80d961d28cf4} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:44:03.465626 [ 5 ] {99b670c7-d362-4b07-99ec-80d961d28cf4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:44:03.466729 [ 5 ] {99b670c7-d362-4b07-99ec-80d961d28cf4} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:03.466772 [ 5 ] {99b670c7-d362-4b07-99ec-80d961d28cf4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.09.17 20:44:03.467210 [ 5 ] {99b670c7-d362-4b07-99ec-80d961d28cf4} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.09.17 20:44:03.467437 [ 5 ] {99b670c7-d362-4b07-99ec-80d961d28cf4} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:03.467578 [ 5 ] {99b670c7-d362-4b07-99ec-80d961d28cf4} executeQuery: Read 1263 rows, 107.37 KiB in 0.002022 sec., 624629.0801186943 rows/sec., 51.85 MiB/sec. 2025.09.17 20:44:03.467619 [ 5 ] {99b670c7-d362-4b07-99ec-80d961d28cf4} TCPHandler: Processed in 0.002204402 sec. 2025.09.17 20:44:03.467737 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:03.467835 [ 5 ] {ffff2771-1b5b-44ff-bedc-4ee263e2b613} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:44:03.467879 [ 5 ] {ffff2771-1b5b-44ff-bedc-4ee263e2b613} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:44:03.468317 [ 5 ] {ffff2771-1b5b-44ff-bedc-4ee263e2b613} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:03.468354 [ 5 ] {ffff2771-1b5b-44ff-bedc-4ee263e2b613} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.09.17 20:44:03.468663 [ 5 ] {ffff2771-1b5b-44ff-bedc-4ee263e2b613} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.09.17 20:44:03.468875 [ 5 ] {ffff2771-1b5b-44ff-bedc-4ee263e2b613} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:03.469006 [ 5 ] {ffff2771-1b5b-44ff-bedc-4ee263e2b613} executeQuery: Read 35 rows, 2.62 KiB in 0.001193 sec., 29337.80385582565 rows/sec., 2.15 MiB/sec. 2025.09.17 20:44:03.469045 [ 5 ] {ffff2771-1b5b-44ff-bedc-4ee263e2b613} TCPHandler: Processed in 0.001360849 sec. 2025.09.17 20:44:03.469145 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:03.469240 [ 5 ] {4bc77fdb-56cf-4836-9eb2-fe3392e6f566} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.17 20:44:03.469280 [ 5 ] {4bc77fdb-56cf-4836-9eb2-fe3392e6f566} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.17 20:44:03.469798 [ 5 ] {4bc77fdb-56cf-4836-9eb2-fe3392e6f566} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:03.469835 [ 5 ] {4bc77fdb-56cf-4836-9eb2-fe3392e6f566} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.09.17 20:44:03.470148 [ 5 ] {4bc77fdb-56cf-4836-9eb2-fe3392e6f566} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.09.17 20:44:03.470366 [ 5 ] {4bc77fdb-56cf-4836-9eb2-fe3392e6f566} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:03.470495 [ 5 ] {4bc77fdb-56cf-4836-9eb2-fe3392e6f566} executeQuery: Read 228 rows, 15.81 KiB in 0.001275 sec., 178823.5294117647 rows/sec., 12.11 MiB/sec. 2025.09.17 20:44:03.470534 [ 5 ] {4bc77fdb-56cf-4836-9eb2-fe3392e6f566} TCPHandler: Processed in 0.001437781 sec. 2025.09.17 20:44:03.470635 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:03.470729 [ 5 ] {f27eddf6-19f4-4935-b398-cdec17ef9ff4} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:44:03.470769 [ 5 ] {f27eddf6-19f4-4935-b398-cdec17ef9ff4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:44:03.471430 [ 5 ] {f27eddf6-19f4-4935-b398-cdec17ef9ff4} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:03.471468 [ 5 ] {f27eddf6-19f4-4935-b398-cdec17ef9ff4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.09.17 20:44:03.471812 [ 5 ] {f27eddf6-19f4-4935-b398-cdec17ef9ff4} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.09.17 20:44:03.472027 [ 5 ] {f27eddf6-19f4-4935-b398-cdec17ef9ff4} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:03.472155 [ 5 ] {f27eddf6-19f4-4935-b398-cdec17ef9ff4} executeQuery: Read 555 rows, 42.21 KiB in 0.001445 sec., 384083.0449826989 rows/sec., 28.53 MiB/sec. 2025.09.17 20:44:03.472193 [ 5 ] {f27eddf6-19f4-4935-b398-cdec17ef9ff4} TCPHandler: Processed in 0.001607375 sec. 2025.09.17 20:44:03.472304 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:03.472400 [ 5 ] {ab362a55-ee2e-45aa-80af-ca66e12ce7ba} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:44:03.472444 [ 5 ] {ab362a55-ee2e-45aa-80af-ca66e12ce7ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:44:03.473099 [ 5 ] {ab362a55-ee2e-45aa-80af-ca66e12ce7ba} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:03.473136 [ 5 ] {ab362a55-ee2e-45aa-80af-ca66e12ce7ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.09.17 20:44:03.473516 [ 5 ] {ab362a55-ee2e-45aa-80af-ca66e12ce7ba} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.09.17 20:44:03.473730 [ 5 ] {ab362a55-ee2e-45aa-80af-ca66e12ce7ba} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:03.473860 [ 5 ] {ab362a55-ee2e-45aa-80af-ca66e12ce7ba} executeQuery: Read 845 rows, 58.24 KiB in 0.001479 sec., 571331.9810682894 rows/sec., 38.45 MiB/sec. 2025.09.17 20:44:03.473897 [ 5 ] {ab362a55-ee2e-45aa-80af-ca66e12ce7ba} TCPHandler: Processed in 0.001641506 sec. 2025.09.17 20:44:03.474011 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:03.474105 [ 5 ] {837efa3a-6bef-401f-8772-5362c91be06f} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:44:03.474161 [ 5 ] {837efa3a-6bef-401f-8772-5362c91be06f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:44:03.475031 [ 5 ] {837efa3a-6bef-401f-8772-5362c91be06f} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:03.475069 [ 5 ] {837efa3a-6bef-401f-8772-5362c91be06f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.09.17 20:44:03.475619 [ 5 ] {837efa3a-6bef-401f-8772-5362c91be06f} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.09.17 20:44:03.475854 [ 5 ] {837efa3a-6bef-401f-8772-5362c91be06f} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:03.476001 [ 5 ] {837efa3a-6bef-401f-8772-5362c91be06f} executeQuery: Read 33 rows, 60.55 KiB in 0.001915 sec., 17232.375979112272 rows/sec., 30.88 MiB/sec. 2025.09.17 20:44:03.476064 [ 5 ] {837efa3a-6bef-401f-8772-5362c91be06f} TCPHandler: Processed in 0.002102879 sec. 2025.09.17 20:44:03.476186 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:03.476281 [ 5 ] {910a6085-7b41-4627-bbea-d3777a09609a} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:44:03.476323 [ 5 ] {910a6085-7b41-4627-bbea-d3777a09609a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:44:03.476671 [ 5 ] {910a6085-7b41-4627-bbea-d3777a09609a} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:03.476707 [ 5 ] {910a6085-7b41-4627-bbea-d3777a09609a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.09.17 20:44:03.477021 [ 5 ] {910a6085-7b41-4627-bbea-d3777a09609a} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.09.17 20:44:03.477241 [ 5 ] {910a6085-7b41-4627-bbea-d3777a09609a} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:03.477369 [ 5 ] {910a6085-7b41-4627-bbea-d3777a09609a} executeQuery: Read 60 rows, 4.14 KiB in 0.001107 sec., 54200.54200542006 rows/sec., 3.65 MiB/sec. 2025.09.17 20:44:03.477406 [ 5 ] {910a6085-7b41-4627-bbea-d3777a09609a} TCPHandler: Processed in 0.001269696 sec. 2025.09.17 20:44:05.240072 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 27366 2025.09.17 20:44:05.240611 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:05.240661 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.09.17 20:44:05.241175 [ 245 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.09.17 20:44:05.241441 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:05.241592 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27366 2025.09.17 20:44:06.668536 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 430 2025.09.17 20:44:06.684688 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:06.684751 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.09.17 20:44:06.690087 [ 244 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.09.17 20:44:06.690777 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:06.693880 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 430 2025.09.17 20:44:07.812062 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1352 2025.09.17 20:44:07.814468 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:07.814521 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.09.17 20:44:07.815752 [ 243 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.09.17 20:44:07.816035 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:07.816383 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1352 2025.09.17 20:44:08.434303 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:08.434507 [ 5 ] {0f153c95-300a-4c6a-93d5-7c4c266a7c01} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:44:08.434583 [ 5 ] {0f153c95-300a-4c6a-93d5-7c4c266a7c01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:44:08.435293 [ 5 ] {0f153c95-300a-4c6a-93d5-7c4c266a7c01} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:08.435342 [ 5 ] {0f153c95-300a-4c6a-93d5-7c4c266a7c01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.09.17 20:44:08.435741 [ 5 ] {0f153c95-300a-4c6a-93d5-7c4c266a7c01} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.09.17 20:44:08.435973 [ 5 ] {0f153c95-300a-4c6a-93d5-7c4c266a7c01} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:08.436127 [ 5 ] {0f153c95-300a-4c6a-93d5-7c4c266a7c01} executeQuery: Read 74 rows, 6.12 KiB in 0.001675 sec., 44179.10447761194 rows/sec., 3.57 MiB/sec. 2025.09.17 20:44:08.436168 [ 5 ] {0f153c95-300a-4c6a-93d5-7c4c266a7c01} TCPHandler: Processed in 0.002009397 sec. 2025.09.17 20:44:08.436289 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:08.436384 [ 5 ] {02752370-306f-4521-b7e3-4318c705f38a} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:44:08.436424 [ 5 ] {02752370-306f-4521-b7e3-4318c705f38a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:44:08.436816 [ 5 ] {02752370-306f-4521-b7e3-4318c705f38a} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:08.436853 [ 5 ] {02752370-306f-4521-b7e3-4318c705f38a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.09.17 20:44:08.437152 [ 5 ] {02752370-306f-4521-b7e3-4318c705f38a} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.09.17 20:44:08.437373 [ 5 ] {02752370-306f-4521-b7e3-4318c705f38a} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:08.437506 [ 5 ] {02752370-306f-4521-b7e3-4318c705f38a} executeQuery: Read 9 rows, 693.00 B in 0.001141 sec., 7887.817703768624 rows/sec., 593.13 KiB/sec. 2025.09.17 20:44:08.437544 [ 5 ] {02752370-306f-4521-b7e3-4318c705f38a} TCPHandler: Processed in 0.001304956 sec. 2025.09.17 20:44:08.437652 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:08.437745 [ 5 ] {ee66a481-439c-4c60-92d4-d6221a17ac57} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:44:08.437786 [ 5 ] {ee66a481-439c-4c60-92d4-d6221a17ac57} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:44:08.438188 [ 5 ] {ee66a481-439c-4c60-92d4-d6221a17ac57} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:08.438224 [ 5 ] {ee66a481-439c-4c60-92d4-d6221a17ac57} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.09.17 20:44:08.438526 [ 5 ] {ee66a481-439c-4c60-92d4-d6221a17ac57} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.09.17 20:44:08.438737 [ 5 ] {ee66a481-439c-4c60-92d4-d6221a17ac57} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:08.438864 [ 5 ] {ee66a481-439c-4c60-92d4-d6221a17ac57} executeQuery: Read 73 rows, 5.84 KiB in 0.001136 sec., 64260.56338028169 rows/sec., 5.02 MiB/sec. 2025.09.17 20:44:08.438901 [ 5 ] {ee66a481-439c-4c60-92d4-d6221a17ac57} TCPHandler: Processed in 0.001298157 sec. 2025.09.17 20:44:08.439012 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:08.439106 [ 5 ] {a9b28b7b-4b0d-4e82-a42f-1a51dffcbd8a} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:44:08.439149 [ 5 ] {a9b28b7b-4b0d-4e82-a42f-1a51dffcbd8a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:44:08.439541 [ 5 ] {a9b28b7b-4b0d-4e82-a42f-1a51dffcbd8a} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:08.439577 [ 5 ] {a9b28b7b-4b0d-4e82-a42f-1a51dffcbd8a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.09.17 20:44:08.439907 [ 5 ] {a9b28b7b-4b0d-4e82-a42f-1a51dffcbd8a} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.09.17 20:44:08.440118 [ 5 ] {a9b28b7b-4b0d-4e82-a42f-1a51dffcbd8a} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:08.440244 [ 5 ] {a9b28b7b-4b0d-4e82-a42f-1a51dffcbd8a} executeQuery: Read 160 rows, 11.41 KiB in 0.001156 sec., 138408.30449826992 rows/sec., 9.64 MiB/sec. 2025.09.17 20:44:08.440280 [ 5 ] {a9b28b7b-4b0d-4e82-a42f-1a51dffcbd8a} TCPHandler: Processed in 0.001318157 sec. 2025.09.17 20:44:08.440380 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:08.440473 [ 5 ] {73268573-1c3c-4be8-b7df-981060921bfe} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:44:08.440527 [ 5 ] {73268573-1c3c-4be8-b7df-981060921bfe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:44:08.441269 [ 5 ] {73268573-1c3c-4be8-b7df-981060921bfe} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:08.441306 [ 5 ] {73268573-1c3c-4be8-b7df-981060921bfe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.09.17 20:44:08.441809 [ 5 ] {73268573-1c3c-4be8-b7df-981060921bfe} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.09.17 20:44:08.442032 [ 5 ] {73268573-1c3c-4be8-b7df-981060921bfe} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:08.442151 [ 73 ] {} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.09.17 20:44:08.442167 [ 5 ] {73268573-1c3c-4be8-b7df-981060921bfe} executeQuery: Read 9 rows, 16.51 KiB in 0.001712 sec., 5257.009345794392 rows/sec., 9.42 MiB/sec. 2025.09.17 20:44:08.442236 [ 73 ] {} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:08.442263 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.09.17 20:44:08.442269 [ 5 ] {73268573-1c3c-4be8-b7df-981060921bfe} TCPHandler: Processed in 0.001938004 sec. 2025.09.17 20:44:08.442386 [ 191 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2025.09.17 20:44:08.442395 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:08.442538 [ 5 ] {f02d87cc-e498-4b09-9291-9c516df58d30} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:44:08.442581 [ 5 ] {f02d87cc-e498-4b09-9291-9c516df58d30} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:44:08.442672 [ 191 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:44:08.442750 [ 191 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1525 rows starting from the beginning of the part 2025.09.17 20:44:08.442893 [ 191 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 9 rows starting from the beginning of the part 2025.09.17 20:44:08.442919 [ 5 ] {f02d87cc-e498-4b09-9291-9c516df58d30} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:08.442959 [ 5 ] {f02d87cc-e498-4b09-9291-9c516df58d30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.09.17 20:44:08.443009 [ 191 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 33 rows starting from the beginning of the part 2025.09.17 20:44:08.443112 [ 191 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 9 rows starting from the beginning of the part 2025.09.17 20:44:08.443207 [ 191 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 33 rows starting from the beginning of the part 2025.09.17 20:44:08.443295 [ 5 ] {f02d87cc-e498-4b09-9291-9c516df58d30} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.09.17 20:44:08.443301 [ 191 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 9 rows starting from the beginning of the part 2025.09.17 20:44:08.443527 [ 5 ] {f02d87cc-e498-4b09-9291-9c516df58d30} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:08.443671 [ 5 ] {f02d87cc-e498-4b09-9291-9c516df58d30} executeQuery: Read 60 rows, 4.14 KiB in 0.001151 sec., 52128.583840139014 rows/sec., 3.51 MiB/sec. 2025.09.17 20:44:08.443723 [ 5 ] {f02d87cc-e498-4b09-9291-9c516df58d30} TCPHandler: Processed in 0.001377379 sec. 2025.09.17 20:44:08.455626 [ 196 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 1618 rows, containing 19 columns (19 merged, 0 gathered) in 0.013291364 sec., 121733.17952920408 rows/sec., 218.14 MiB/sec. 2025.09.17 20:44:08.457448 [ 186 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.09.17 20:44:08.457794 [ 186 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_76_15} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:08.457866 [ 186 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_76_15} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.09.17 20:44:08.458022 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.54 MiB. 2025.09.17 20:44:09.000184 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 328.53 MiB, peak 341.12 MiB, free memory in arenas 0.00 B, will set to 335.43 MiB (RSS), difference: 6.91 MiB 2025.09.17 20:44:12.567083 [ 106 ] {} DNSResolver: Updating DNS cache 2025.09.17 20:44:12.567186 [ 106 ] {} DNSResolver: Updated DNS cache 2025.09.17 20:44:12.741741 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 27814 2025.09.17 20:44:12.742394 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:12.742438 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.09.17 20:44:12.742945 [ 245 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.09.17 20:44:12.743200 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:12.743355 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27814 2025.09.17 20:44:13.434855 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:13.435039 [ 5 ] {0ecedf98-18a6-408b-a031-6208f26db5ed} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:44:13.435104 [ 5 ] {0ecedf98-18a6-408b-a031-6208f26db5ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:44:13.435782 [ 5 ] {0ecedf98-18a6-408b-a031-6208f26db5ed} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:13.435828 [ 5 ] {0ecedf98-18a6-408b-a031-6208f26db5ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.09.17 20:44:13.436228 [ 5 ] {0ecedf98-18a6-408b-a031-6208f26db5ed} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.09.17 20:44:13.436459 [ 5 ] {0ecedf98-18a6-408b-a031-6208f26db5ed} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:13.436612 [ 5 ] {0ecedf98-18a6-408b-a031-6208f26db5ed} executeQuery: Read 122 rows, 10.73 KiB in 0.001625 sec., 75076.92307692308 rows/sec., 6.45 MiB/sec. 2025.09.17 20:44:13.436654 [ 5 ] {0ecedf98-18a6-408b-a031-6208f26db5ed} TCPHandler: Processed in 0.001930294 sec. 2025.09.17 20:44:13.436776 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:13.436870 [ 5 ] {bdb1cf5d-d136-425d-9041-ab6ea221d3a1} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:44:13.436910 [ 5 ] {bdb1cf5d-d136-425d-9041-ab6ea221d3a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:44:13.437314 [ 5 ] {bdb1cf5d-d136-425d-9041-ab6ea221d3a1} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:13.437351 [ 5 ] {bdb1cf5d-d136-425d-9041-ab6ea221d3a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.09.17 20:44:13.437643 [ 5 ] {bdb1cf5d-d136-425d-9041-ab6ea221d3a1} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.09.17 20:44:13.437846 [ 5 ] {bdb1cf5d-d136-425d-9041-ab6ea221d3a1} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:13.437971 [ 5 ] {bdb1cf5d-d136-425d-9041-ab6ea221d3a1} executeQuery: Read 33 rows, 2.48 KiB in 0.00112 sec., 29464.285714285717 rows/sec., 2.16 MiB/sec. 2025.09.17 20:44:13.438008 [ 5 ] {bdb1cf5d-d136-425d-9041-ab6ea221d3a1} TCPHandler: Processed in 0.001279476 sec. 2025.09.17 20:44:13.438115 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:13.438207 [ 5 ] {f2059789-42e7-4b56-914a-26fa3eb4cb99} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:44:13.438248 [ 5 ] {f2059789-42e7-4b56-914a-26fa3eb4cb99} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:44:13.438669 [ 5 ] {f2059789-42e7-4b56-914a-26fa3eb4cb99} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:13.438705 [ 5 ] {f2059789-42e7-4b56-914a-26fa3eb4cb99} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.09.17 20:44:13.439000 [ 5 ] {f2059789-42e7-4b56-914a-26fa3eb4cb99} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.09.17 20:44:13.439203 [ 5 ] {f2059789-42e7-4b56-914a-26fa3eb4cb99} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:13.439334 [ 5 ] {f2059789-42e7-4b56-914a-26fa3eb4cb99} executeQuery: Read 97 rows, 7.76 KiB in 0.001145 sec., 84716.15720524018 rows/sec., 6.62 MiB/sec. 2025.09.17 20:44:13.439370 [ 5 ] {f2059789-42e7-4b56-914a-26fa3eb4cb99} TCPHandler: Processed in 0.001302607 sec. 2025.09.17 20:44:13.439479 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:13.439571 [ 5 ] {c2b6f31c-4367-44e8-8602-1c5d9f256db7} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:44:13.439613 [ 5 ] {c2b6f31c-4367-44e8-8602-1c5d9f256db7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:44:13.440012 [ 5 ] {c2b6f31c-4367-44e8-8602-1c5d9f256db7} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:13.440048 [ 5 ] {c2b6f31c-4367-44e8-8602-1c5d9f256db7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.09.17 20:44:13.440369 [ 5 ] {c2b6f31c-4367-44e8-8602-1c5d9f256db7} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.09.17 20:44:13.440582 [ 5 ] {c2b6f31c-4367-44e8-8602-1c5d9f256db7} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:13.440712 [ 5 ] {c2b6f31c-4367-44e8-8602-1c5d9f256db7} executeQuery: Read 160 rows, 11.41 KiB in 0.00116 sec., 137931.0344827586 rows/sec., 9.61 MiB/sec. 2025.09.17 20:44:13.440748 [ 5 ] {c2b6f31c-4367-44e8-8602-1c5d9f256db7} TCPHandler: Processed in 0.001316577 sec. 2025.09.17 20:44:13.440856 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:13.440947 [ 5 ] {5de4abca-cedd-46b0-983a-33e337c91cad} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:44:13.441001 [ 5 ] {5de4abca-cedd-46b0-983a-33e337c91cad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:44:13.441831 [ 5 ] {5de4abca-cedd-46b0-983a-33e337c91cad} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:13.441867 [ 5 ] {5de4abca-cedd-46b0-983a-33e337c91cad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.09.17 20:44:13.442405 [ 5 ] {5de4abca-cedd-46b0-983a-33e337c91cad} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.09.17 20:44:13.442618 [ 5 ] {5de4abca-cedd-46b0-983a-33e337c91cad} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:13.442751 [ 5 ] {5de4abca-cedd-46b0-983a-33e337c91cad} executeQuery: Read 33 rows, 60.55 KiB in 0.001821 sec., 18121.91103789127 rows/sec., 32.47 MiB/sec. 2025.09.17 20:44:13.442803 [ 5 ] {5de4abca-cedd-46b0-983a-33e337c91cad} TCPHandler: Processed in 0.001994467 sec. 2025.09.17 20:44:13.442912 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:13.443006 [ 5 ] {3a4b543b-f35f-461e-afe5-0471f9900252} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:44:13.443047 [ 5 ] {3a4b543b-f35f-461e-afe5-0471f9900252} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:44:13.443383 [ 5 ] {3a4b543b-f35f-461e-afe5-0471f9900252} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:13.443418 [ 5 ] {3a4b543b-f35f-461e-afe5-0471f9900252} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.09.17 20:44:13.443713 [ 5 ] {3a4b543b-f35f-461e-afe5-0471f9900252} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.09.17 20:44:13.443916 [ 5 ] {3a4b543b-f35f-461e-afe5-0471f9900252} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:13.444045 [ 5 ] {3a4b543b-f35f-461e-afe5-0471f9900252} executeQuery: Read 60 rows, 4.14 KiB in 0.001058 sec., 56710.77504725898 rows/sec., 3.82 MiB/sec. 2025.09.17 20:44:13.444080 [ 5 ] {3a4b543b-f35f-461e-afe5-0471f9900252} TCPHandler: Processed in 0.001215785 sec. 2025.09.17 20:44:14.193983 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 437 2025.09.17 20:44:14.209997 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:14.210040 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.09.17 20:44:14.216209 [ 244 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.09.17 20:44:14.216886 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:14.219566 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 437 2025.09.17 20:44:17.816624 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1376 2025.09.17 20:44:17.818869 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:17.818923 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.09.17 20:44:17.820140 [ 243 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.09.17 20:44:17.820449 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:17.820741 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1376 2025.09.17 20:44:18.435905 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:18.436185 [ 5 ] {69e7819c-df08-432e-a6b2-fa2f7f404ef4} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.17 20:44:18.436288 [ 5 ] {69e7819c-df08-432e-a6b2-fa2f7f404ef4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.17 20:44:18.436999 [ 5 ] {69e7819c-df08-432e-a6b2-fa2f7f404ef4} oximeter.fields_i16 (ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:18.437037 [ 5 ] {69e7819c-df08-432e-a6b2-fa2f7f404ef4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.09.17 20:44:18.437420 [ 5 ] {69e7819c-df08-432e-a6b2-fa2f7f404ef4} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.09.17 20:44:18.437667 [ 5 ] {69e7819c-df08-432e-a6b2-fa2f7f404ef4} oximeter.fields_i16 (ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:18.437813 [ 5 ] {69e7819c-df08-432e-a6b2-fa2f7f404ef4} executeQuery: Read 24 rows, 2.04 KiB in 0.001706 sec., 14067.99531066823 rows/sec., 1.17 MiB/sec. 2025.09.17 20:44:18.437854 [ 5 ] {69e7819c-df08-432e-a6b2-fa2f7f404ef4} TCPHandler: Processed in 0.002130709 sec. 2025.09.17 20:44:18.437971 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:18.438060 [ 5 ] {9db01b64-d20d-4d57-b662-469c7d7303e2} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.17 20:44:18.438097 [ 5 ] {9db01b64-d20d-4d57-b662-469c7d7303e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.17 20:44:18.438464 [ 5 ] {9db01b64-d20d-4d57-b662-469c7d7303e2} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:18.438496 [ 5 ] {9db01b64-d20d-4d57-b662-469c7d7303e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.09.17 20:44:18.438756 [ 5 ] {9db01b64-d20d-4d57-b662-469c7d7303e2} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.09.17 20:44:18.439013 [ 5 ] {9db01b64-d20d-4d57-b662-469c7d7303e2} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:18.439134 [ 5 ] {9db01b64-d20d-4d57-b662-469c7d7303e2} executeQuery: Read 8 rows, 668.00 B in 0.001084 sec., 7380.073800738008 rows/sec., 601.79 KiB/sec. 2025.09.17 20:44:18.439170 [ 5 ] {9db01b64-d20d-4d57-b662-469c7d7303e2} TCPHandler: Processed in 0.001243224 sec. 2025.09.17 20:44:18.439284 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:18.439397 [ 5 ] {3be6ea33-c8a5-4057-a9c2-86ad503e2565} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:44:18.439438 [ 5 ] {3be6ea33-c8a5-4057-a9c2-86ad503e2565} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:44:18.439946 [ 5 ] {3be6ea33-c8a5-4057-a9c2-86ad503e2565} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:18.439982 [ 5 ] {3be6ea33-c8a5-4057-a9c2-86ad503e2565} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.09.17 20:44:18.440319 [ 5 ] {3be6ea33-c8a5-4057-a9c2-86ad503e2565} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.09.17 20:44:18.440537 [ 5 ] {3be6ea33-c8a5-4057-a9c2-86ad503e2565} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:18.440647 [ 122 ] {} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.09.17 20:44:18.440665 [ 5 ] {3be6ea33-c8a5-4057-a9c2-86ad503e2565} executeQuery: Read 198 rows, 17.88 KiB in 0.001288 sec., 153726.70807453414 rows/sec., 13.55 MiB/sec. 2025.09.17 20:44:18.440690 [ 122 ] {} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:18.440705 [ 5 ] {3be6ea33-c8a5-4057-a9c2-86ad503e2565} TCPHandler: Processed in 0.001472802 sec. 2025.09.17 20:44:18.440718 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.09.17 20:44:18.440831 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:18.440836 [ 192 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2025.09.17 20:44:18.440928 [ 5 ] {97514037-2f96-42e3-8114-5f043e86baa8} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:44:18.440974 [ 5 ] {97514037-2f96-42e3-8114-5f043e86baa8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:44:18.440984 [ 192 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:44:18.441024 [ 192 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1410 rows starting from the beginning of the part 2025.09.17 20:44:18.441090 [ 192 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 74 rows starting from the beginning of the part 2025.09.17 20:44:18.441135 [ 192 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 1263 rows starting from the beginning of the part 2025.09.17 20:44:18.441185 [ 192 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 74 rows starting from the beginning of the part 2025.09.17 20:44:18.441233 [ 192 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 122 rows starting from the beginning of the part 2025.09.17 20:44:18.441273 [ 192 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 198 rows starting from the beginning of the part 2025.09.17 20:44:18.441406 [ 5 ] {97514037-2f96-42e3-8114-5f043e86baa8} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:18.441448 [ 5 ] {97514037-2f96-42e3-8114-5f043e86baa8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.09.17 20:44:18.441775 [ 5 ] {97514037-2f96-42e3-8114-5f043e86baa8} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.09.17 20:44:18.441999 [ 5 ] {97514037-2f96-42e3-8114-5f043e86baa8} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:18.442136 [ 5 ] {97514037-2f96-42e3-8114-5f043e86baa8} executeQuery: Read 29 rows, 2.20 KiB in 0.001226 sec., 23654.159869494288 rows/sec., 1.75 MiB/sec. 2025.09.17 20:44:18.442173 [ 5 ] {97514037-2f96-42e3-8114-5f043e86baa8} TCPHandler: Processed in 0.001391689 sec. 2025.09.17 20:44:18.442285 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:18.442380 [ 5 ] {b32b7ac9-ce27-4906-abb5-d2accc09e738} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.17 20:44:18.442421 [ 5 ] {b32b7ac9-ce27-4906-abb5-d2accc09e738} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.17 20:44:18.442657 [ 196 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 3141 rows, containing 5 columns (5 merged, 0 gathered) in 0.001873192 sec., 1676816.8986414634 rows/sec., 146.87 MiB/sec. 2025.09.17 20:44:18.442824 [ 5 ] {b32b7ac9-ce27-4906-abb5-d2accc09e738} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:18.442865 [ 5 ] {b32b7ac9-ce27-4906-abb5-d2accc09e738} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.09.17 20:44:18.442902 [ 196 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.09.17 20:44:18.443217 [ 5 ] {b32b7ac9-ce27-4906-abb5-d2accc09e738} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.09.17 20:44:18.443302 [ 196 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_86_17} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:18.443410 [ 196 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_86_17} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.09.17 20:44:18.443491 [ 5 ] {b32b7ac9-ce27-4906-abb5-d2accc09e738} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:18.443495 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. 2025.09.17 20:44:18.443631 [ 5 ] {b32b7ac9-ce27-4906-abb5-d2accc09e738} executeQuery: Read 24 rows, 2.04 KiB in 0.001269 sec., 18912.529550827425 rows/sec., 1.57 MiB/sec. 2025.09.17 20:44:18.443674 [ 5 ] {b32b7ac9-ce27-4906-abb5-d2accc09e738} TCPHandler: Processed in 0.00143842 sec. 2025.09.17 20:44:18.443783 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:18.443879 [ 5 ] {b078e8fc-5f5b-43ad-9d34-511f0ea8e3a5} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.17 20:44:18.443919 [ 5 ] {b078e8fc-5f5b-43ad-9d34-511f0ea8e3a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.17 20:44:18.444335 [ 5 ] {b078e8fc-5f5b-43ad-9d34-511f0ea8e3a5} oximeter.fields_u8 (20447e1c-98e2-48f4-ad1a-5155a635de4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:18.444369 [ 5 ] {b078e8fc-5f5b-43ad-9d34-511f0ea8e3a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.09.17 20:44:18.444675 [ 5 ] {b078e8fc-5f5b-43ad-9d34-511f0ea8e3a5} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.09.17 20:44:18.444889 [ 5 ] {b078e8fc-5f5b-43ad-9d34-511f0ea8e3a5} oximeter.fields_u8 (20447e1c-98e2-48f4-ad1a-5155a635de4d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:18.445013 [ 5 ] {b078e8fc-5f5b-43ad-9d34-511f0ea8e3a5} executeQuery: Read 12 rows, 960.00 B in 0.001153 sec., 10407.632263660018 rows/sec., 813.10 KiB/sec. 2025.09.17 20:44:18.445051 [ 5 ] {b078e8fc-5f5b-43ad-9d34-511f0ea8e3a5} TCPHandler: Processed in 0.001316047 sec. 2025.09.17 20:44:18.445167 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:18.445267 [ 5 ] {0df7e946-77cf-4020-8cf2-ccea471d21bc} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:44:18.445308 [ 5 ] {0df7e946-77cf-4020-8cf2-ccea471d21bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:44:18.445804 [ 5 ] {0df7e946-77cf-4020-8cf2-ccea471d21bc} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:18.445840 [ 5 ] {0df7e946-77cf-4020-8cf2-ccea471d21bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.09.17 20:44:18.446165 [ 5 ] {0df7e946-77cf-4020-8cf2-ccea471d21bc} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.09.17 20:44:18.446374 [ 5 ] {0df7e946-77cf-4020-8cf2-ccea471d21bc} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:18.446480 [ 122 ] {} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.09.17 20:44:18.446496 [ 5 ] {0df7e946-77cf-4020-8cf2-ccea471d21bc} executeQuery: Read 117 rows, 9.75 KiB in 0.001247 sec., 93825.18043303929 rows/sec., 7.63 MiB/sec. 2025.09.17 20:44:18.446511 [ 122 ] {} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:18.446530 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.09.17 20:44:18.446534 [ 5 ] {0df7e946-77cf-4020-8cf2-ccea471d21bc} TCPHandler: Processed in 0.00141477 sec. 2025.09.17 20:44:18.446610 [ 186 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2025.09.17 20:44:18.446656 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:18.446719 [ 186 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:44:18.446750 [ 5 ] {d157b57d-a4ac-4745-a451-d98ec33fad3e} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:44:18.446751 [ 186 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 634 rows starting from the beginning of the part 2025.09.17 20:44:18.446794 [ 5 ] {d157b57d-a4ac-4745-a451-d98ec33fad3e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:44:18.446832 [ 186 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 73 rows starting from the beginning of the part 2025.09.17 20:44:18.446884 [ 186 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 555 rows starting from the beginning of the part 2025.09.17 20:44:18.446931 [ 186 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 73 rows starting from the beginning of the part 2025.09.17 20:44:18.446984 [ 186 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 97 rows starting from the beginning of the part 2025.09.17 20:44:18.447035 [ 186 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 117 rows starting from the beginning of the part 2025.09.17 20:44:18.447214 [ 5 ] {d157b57d-a4ac-4745-a451-d98ec33fad3e} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:18.447248 [ 5 ] {d157b57d-a4ac-4745-a451-d98ec33fad3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.09.17 20:44:18.447585 [ 5 ] {d157b57d-a4ac-4745-a451-d98ec33fad3e} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.09.17 20:44:18.447808 [ 5 ] {d157b57d-a4ac-4745-a451-d98ec33fad3e} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:18.447910 [ 122 ] {} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.09.17 20:44:18.447931 [ 5 ] {d157b57d-a4ac-4745-a451-d98ec33fad3e} executeQuery: Read 200 rows, 14.68 KiB in 0.001199 sec., 166805.67139282735 rows/sec., 11.96 MiB/sec. 2025.09.17 20:44:18.447934 [ 122 ] {} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:18.447960 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.09.17 20:44:18.447967 [ 5 ] {d157b57d-a4ac-4745-a451-d98ec33fad3e} TCPHandler: Processed in 0.001359148 sec. 2025.09.17 20:44:18.448070 [ 190 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 1549 rows, containing 5 columns (5 merged, 0 gathered) in 0.001498972 sec., 1033374.8729129029 rows/sec., 82.33 MiB/sec. 2025.09.17 20:44:18.448085 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:18.448072 [ 199 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2025.09.17 20:44:18.448189 [ 5 ] {4e5cbf8e-003d-469b-8991-3431d9e071ef} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:44:18.448240 [ 196 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.09.17 20:44:18.448258 [ 5 ] {4e5cbf8e-003d-469b-8991-3431d9e071ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:44:18.448275 [ 199 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:44:18.448323 [ 199 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_86_17} MergeTreeSequentialSource: Reading 4 marks from part all_1_81_16, total 22925 rows starting from the beginning of the part 2025.09.17 20:44:18.448404 [ 199 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 160 rows starting from the beginning of the part 2025.09.17 20:44:18.448453 [ 199 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 845 rows starting from the beginning of the part 2025.09.17 20:44:18.448500 [ 199 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 160 rows starting from the beginning of the part 2025.09.17 20:44:18.448509 [ 196 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_86_17} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:18.448547 [ 199 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 160 rows starting from the beginning of the part 2025.09.17 20:44:18.448589 [ 196 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_86_17} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.09.17 20:44:18.448595 [ 199 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 200 rows starting from the beginning of the part 2025.09.17 20:44:18.448676 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2025.09.17 20:44:18.449008 [ 5 ] {4e5cbf8e-003d-469b-8991-3431d9e071ef} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:18.449048 [ 5 ] {4e5cbf8e-003d-469b-8991-3431d9e071ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.09.17 20:44:18.449604 [ 5 ] {4e5cbf8e-003d-469b-8991-3431d9e071ef} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.09.17 20:44:18.449853 [ 5 ] {4e5cbf8e-003d-469b-8991-3431d9e071ef} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:18.450005 [ 5 ] {4e5cbf8e-003d-469b-8991-3431d9e071ef} executeQuery: Read 9 rows, 16.51 KiB in 0.001834 sec., 4907.306434023992 rows/sec., 8.79 MiB/sec. 2025.09.17 20:44:18.450058 [ 5 ] {4e5cbf8e-003d-469b-8991-3431d9e071ef} TCPHandler: Processed in 0.002019557 sec. 2025.09.17 20:44:18.450171 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:18.450264 [ 5 ] {70368593-6afd-4164-8ef6-d7816c22a739} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:44:18.450305 [ 5 ] {70368593-6afd-4164-8ef6-d7816c22a739} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:44:18.450640 [ 5 ] {70368593-6afd-4164-8ef6-d7816c22a739} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:18.450673 [ 5 ] {70368593-6afd-4164-8ef6-d7816c22a739} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.09.17 20:44:18.450984 [ 5 ] {70368593-6afd-4164-8ef6-d7816c22a739} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.09.17 20:44:18.451192 [ 5 ] {70368593-6afd-4164-8ef6-d7816c22a739} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:18.451287 [ 122 ] {} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.09.17 20:44:18.451316 [ 5 ] {70368593-6afd-4164-8ef6-d7816c22a739} executeQuery: Read 60 rows, 4.14 KiB in 0.00107 sec., 56074.766355140186 rows/sec., 3.78 MiB/sec. 2025.09.17 20:44:18.451320 [ 122 ] {} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:18.451344 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.09.17 20:44:18.451350 [ 5 ] {70368593-6afd-4164-8ef6-d7816c22a739} TCPHandler: Processed in 0.001226564 sec. 2025.09.17 20:44:18.451440 [ 189 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2025.09.17 20:44:18.451603 [ 189 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:44:18.451642 [ 189 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4548 rows starting from the beginning of the part 2025.09.17 20:44:18.451717 [ 189 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 60 rows starting from the beginning of the part 2025.09.17 20:44:18.451783 [ 189 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 60 rows starting from the beginning of the part 2025.09.17 20:44:18.451835 [ 189 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 60 rows starting from the beginning of the part 2025.09.17 20:44:18.451878 [ 189 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 60 rows starting from the beginning of the part 2025.09.17 20:44:18.451921 [ 189 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 60 rows starting from the beginning of the part 2025.09.17 20:44:18.453820 [ 190 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 4848 rows, containing 4 columns (4 merged, 0 gathered) in 0.002429398 sec., 1995556.100729481 rows/sec., 134.37 MiB/sec. 2025.09.17 20:44:18.454278 [ 189 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 24450 rows, containing 5 columns (5 merged, 0 gathered) in 0.006257926 sec., 3907045.2415065314 rows/sec., 268.45 MiB/sec. 2025.09.17 20:44:18.454335 [ 201 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.09.17 20:44:18.454653 [ 201 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_86_17} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:18.454735 [ 201 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_86_17} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.09.17 20:44:18.454825 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB. 2025.09.17 20:44:18.454837 [ 187 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.09.17 20:44:18.455116 [ 187 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_86_17} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:18.455188 [ 187 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_86_17} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.09.17 20:44:18.455265 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. 2025.09.17 20:44:20.243519 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 28326 2025.09.17 20:44:20.244105 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:20.244152 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.09.17 20:44:20.244671 [ 245 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.09.17 20:44:20.244909 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:20.245037 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28326 2025.09.17 20:44:21.719659 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 445 2025.09.17 20:44:21.736271 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:21.736330 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.09.17 20:44:21.742332 [ 244 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.09.17 20:44:21.743028 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:21.745834 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 445 2025.09.17 20:44:23.435396 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:23.435578 [ 5 ] {78b54d43-2c52-4bb3-8d82-364629bb66fb} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:44:23.435647 [ 5 ] {78b54d43-2c52-4bb3-8d82-364629bb66fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:44:23.436362 [ 5 ] {78b54d43-2c52-4bb3-8d82-364629bb66fb} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:23.436414 [ 5 ] {78b54d43-2c52-4bb3-8d82-364629bb66fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.09.17 20:44:23.436835 [ 5 ] {78b54d43-2c52-4bb3-8d82-364629bb66fb} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.09.17 20:44:23.437068 [ 5 ] {78b54d43-2c52-4bb3-8d82-364629bb66fb} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:23.437223 [ 5 ] {78b54d43-2c52-4bb3-8d82-364629bb66fb} executeQuery: Read 122 rows, 10.73 KiB in 0.001695 sec., 71976.40117994101 rows/sec., 6.18 MiB/sec. 2025.09.17 20:44:23.437273 [ 5 ] {78b54d43-2c52-4bb3-8d82-364629bb66fb} TCPHandler: Processed in 0.002013466 sec. 2025.09.17 20:44:23.437404 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:23.437507 [ 5 ] {dff78cee-8e20-4ee3-b780-7b9d0dd857a6} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:44:23.437553 [ 5 ] {dff78cee-8e20-4ee3-b780-7b9d0dd857a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:44:23.437997 [ 5 ] {dff78cee-8e20-4ee3-b780-7b9d0dd857a6} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:23.438037 [ 5 ] {dff78cee-8e20-4ee3-b780-7b9d0dd857a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.09.17 20:44:23.438353 [ 5 ] {dff78cee-8e20-4ee3-b780-7b9d0dd857a6} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.09.17 20:44:23.438579 [ 5 ] {dff78cee-8e20-4ee3-b780-7b9d0dd857a6} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:23.438702 [ 119 ] {} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.09.17 20:44:23.438713 [ 5 ] {dff78cee-8e20-4ee3-b780-7b9d0dd857a6} executeQuery: Read 33 rows, 2.48 KiB in 0.001229 sec., 26851.098454027662 rows/sec., 1.97 MiB/sec. 2025.09.17 20:44:23.438778 [ 119 ] {} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:23.438797 [ 5 ] {dff78cee-8e20-4ee3-b780-7b9d0dd857a6} TCPHandler: Processed in 0.001444831 sec. 2025.09.17 20:44:23.438808 [ 119 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.09.17 20:44:23.438911 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:23.438922 [ 190 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2025.09.17 20:44:23.439014 [ 5 ] {af6247f4-77c3-4fd8-bea1-b41bea746844} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:44:23.439033 [ 190 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:44:23.439056 [ 5 ] {af6247f4-77c3-4fd8-bea1-b41bea746844} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:44:23.439067 [ 190 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 72 rows starting from the beginning of the part 2025.09.17 20:44:23.439138 [ 190 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 35 rows starting from the beginning of the part 2025.09.17 20:44:23.439188 [ 190 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 9 rows starting from the beginning of the part 2025.09.17 20:44:23.439235 [ 190 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 33 rows starting from the beginning of the part 2025.09.17 20:44:23.439282 [ 190 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 29 rows starting from the beginning of the part 2025.09.17 20:44:23.439324 [ 190 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 33 rows starting from the beginning of the part 2025.09.17 20:44:23.439498 [ 5 ] {af6247f4-77c3-4fd8-bea1-b41bea746844} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:23.439536 [ 5 ] {af6247f4-77c3-4fd8-bea1-b41bea746844} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.09.17 20:44:23.439850 [ 5 ] {af6247f4-77c3-4fd8-bea1-b41bea746844} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.09.17 20:44:23.440073 [ 5 ] {af6247f4-77c3-4fd8-bea1-b41bea746844} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:23.440087 [ 187 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 211 rows, containing 5 columns (5 merged, 0 gathered) in 0.001210955 sec., 174242.64320309175 rows/sec., 13.43 MiB/sec. 2025.09.17 20:44:23.440205 [ 5 ] {af6247f4-77c3-4fd8-bea1-b41bea746844} executeQuery: Read 97 rows, 7.76 KiB in 0.00121 sec., 80165.28925619835 rows/sec., 6.26 MiB/sec. 2025.09.17 20:44:23.440249 [ 5 ] {af6247f4-77c3-4fd8-bea1-b41bea746844} TCPHandler: Processed in 0.001388989 sec. 2025.09.17 20:44:23.440300 [ 189 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.09.17 20:44:23.440371 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:23.440472 [ 5 ] {5e0caad1-9404-4656-9916-8cf9e7d75a48} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:44:23.440522 [ 5 ] {5e0caad1-9404-4656-9916-8cf9e7d75a48} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:44:23.440670 [ 189 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_81_16} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:23.440760 [ 189 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_81_16} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.09.17 20:44:23.440858 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.09.17 20:44:23.440944 [ 5 ] {5e0caad1-9404-4656-9916-8cf9e7d75a48} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:23.440986 [ 5 ] {5e0caad1-9404-4656-9916-8cf9e7d75a48} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.09.17 20:44:23.441324 [ 5 ] {5e0caad1-9404-4656-9916-8cf9e7d75a48} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.09.17 20:44:23.441545 [ 5 ] {5e0caad1-9404-4656-9916-8cf9e7d75a48} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:23.441680 [ 5 ] {5e0caad1-9404-4656-9916-8cf9e7d75a48} executeQuery: Read 160 rows, 11.41 KiB in 0.001227 sec., 130399.34800325998 rows/sec., 9.08 MiB/sec. 2025.09.17 20:44:23.441719 [ 5 ] {5e0caad1-9404-4656-9916-8cf9e7d75a48} TCPHandler: Processed in 0.00139923 sec. 2025.09.17 20:44:23.441836 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:23.441956 [ 5 ] {4ace3432-dffa-44fd-873d-99b6919d3215} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:44:23.442021 [ 5 ] {4ace3432-dffa-44fd-873d-99b6919d3215} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:44:23.442950 [ 5 ] {4ace3432-dffa-44fd-873d-99b6919d3215} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:23.442987 [ 5 ] {4ace3432-dffa-44fd-873d-99b6919d3215} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.09.17 20:44:23.443530 [ 5 ] {4ace3432-dffa-44fd-873d-99b6919d3215} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.09.17 20:44:23.443749 [ 5 ] {4ace3432-dffa-44fd-873d-99b6919d3215} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:23.443888 [ 5 ] {4ace3432-dffa-44fd-873d-99b6919d3215} executeQuery: Read 33 rows, 60.55 KiB in 0.001957 sec., 16862.544711292794 rows/sec., 30.22 MiB/sec. 2025.09.17 20:44:23.443952 [ 5 ] {4ace3432-dffa-44fd-873d-99b6919d3215} TCPHandler: Processed in 0.002173491 sec. 2025.09.17 20:44:23.444070 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:23.444165 [ 5 ] {64223de6-4474-4739-9569-bef361826375} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:44:23.444231 [ 5 ] {64223de6-4474-4739-9569-bef361826375} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:44:23.444602 [ 5 ] {64223de6-4474-4739-9569-bef361826375} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:23.444639 [ 5 ] {64223de6-4474-4739-9569-bef361826375} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.09.17 20:44:23.444938 [ 5 ] {64223de6-4474-4739-9569-bef361826375} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.09.17 20:44:23.445160 [ 5 ] {64223de6-4474-4739-9569-bef361826375} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:23.445287 [ 5 ] {64223de6-4474-4739-9569-bef361826375} executeQuery: Read 60 rows, 4.14 KiB in 0.001141 sec., 52585.45135845749 rows/sec., 3.54 MiB/sec. 2025.09.17 20:44:23.445323 [ 5 ] {64223de6-4474-4739-9569-bef361826375} TCPHandler: Processed in 0.001303307 sec. 2025.09.17 20:44:27.567446 [ 109 ] {} DNSResolver: Updating DNS cache 2025.09.17 20:44:27.567523 [ 109 ] {} DNSResolver: Updated DNS cache 2025.09.17 20:44:27.746116 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 28774 2025.09.17 20:44:27.746613 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:27.746656 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.09.17 20:44:27.747168 [ 245 ] {} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.09.17 20:44:27.747409 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:27.747535 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28774 2025.09.17 20:44:27.821837 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1408 2025.09.17 20:44:27.824238 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:27.824295 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.09.17 20:44:27.825510 [ 243 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.09.17 20:44:27.825785 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:27.826155 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1408 2025.09.17 20:44:28.433405 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:28.433605 [ 5 ] {66fb754d-27d6-4fed-9659-14a1fa812c0d} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:44:28.433679 [ 5 ] {66fb754d-27d6-4fed-9659-14a1fa812c0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:44:28.434329 [ 5 ] {66fb754d-27d6-4fed-9659-14a1fa812c0d} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:28.434377 [ 5 ] {66fb754d-27d6-4fed-9659-14a1fa812c0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.09.17 20:44:28.434769 [ 5 ] {66fb754d-27d6-4fed-9659-14a1fa812c0d} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.09.17 20:44:28.434998 [ 5 ] {66fb754d-27d6-4fed-9659-14a1fa812c0d} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:28.435145 [ 5 ] {66fb754d-27d6-4fed-9659-14a1fa812c0d} executeQuery: Read 74 rows, 6.12 KiB in 0.001595 sec., 46394.984326018806 rows/sec., 3.75 MiB/sec. 2025.09.17 20:44:28.435187 [ 5 ] {66fb754d-27d6-4fed-9659-14a1fa812c0d} TCPHandler: Processed in 0.001922294 sec. 2025.09.17 20:44:28.435310 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:28.435403 [ 5 ] {f2b409d1-9499-4b49-9fb6-2a76bf721d50} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:44:28.435443 [ 5 ] {f2b409d1-9499-4b49-9fb6-2a76bf721d50} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:44:28.435846 [ 5 ] {f2b409d1-9499-4b49-9fb6-2a76bf721d50} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:28.435881 [ 5 ] {f2b409d1-9499-4b49-9fb6-2a76bf721d50} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.09.17 20:44:28.436172 [ 5 ] {f2b409d1-9499-4b49-9fb6-2a76bf721d50} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.09.17 20:44:28.436376 [ 5 ] {f2b409d1-9499-4b49-9fb6-2a76bf721d50} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:28.436502 [ 5 ] {f2b409d1-9499-4b49-9fb6-2a76bf721d50} executeQuery: Read 9 rows, 693.00 B in 0.001117 sec., 8057.296329453895 rows/sec., 605.87 KiB/sec. 2025.09.17 20:44:28.436539 [ 5 ] {f2b409d1-9499-4b49-9fb6-2a76bf721d50} TCPHandler: Processed in 0.001277146 sec. 2025.09.17 20:44:28.436648 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:28.436739 [ 5 ] {624b4b83-0d3b-445e-b36c-7c8065e3c683} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:44:28.436779 [ 5 ] {624b4b83-0d3b-445e-b36c-7c8065e3c683} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:44:28.437201 [ 5 ] {624b4b83-0d3b-445e-b36c-7c8065e3c683} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:28.437237 [ 5 ] {624b4b83-0d3b-445e-b36c-7c8065e3c683} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.09.17 20:44:28.437533 [ 5 ] {624b4b83-0d3b-445e-b36c-7c8065e3c683} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.09.17 20:44:28.437750 [ 5 ] {624b4b83-0d3b-445e-b36c-7c8065e3c683} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:28.437876 [ 5 ] {624b4b83-0d3b-445e-b36c-7c8065e3c683} executeQuery: Read 73 rows, 5.84 KiB in 0.001154 sec., 63258.2322357019 rows/sec., 4.94 MiB/sec. 2025.09.17 20:44:28.437912 [ 5 ] {624b4b83-0d3b-445e-b36c-7c8065e3c683} TCPHandler: Processed in 0.001311077 sec. 2025.09.17 20:44:28.438039 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:28.438131 [ 5 ] {a4778efa-3d23-413d-aa42-f35ccb41861c} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:44:28.438173 [ 5 ] {a4778efa-3d23-413d-aa42-f35ccb41861c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:44:28.438586 [ 5 ] {a4778efa-3d23-413d-aa42-f35ccb41861c} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:28.438622 [ 5 ] {a4778efa-3d23-413d-aa42-f35ccb41861c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.09.17 20:44:28.438946 [ 5 ] {a4778efa-3d23-413d-aa42-f35ccb41861c} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.09.17 20:44:28.439153 [ 5 ] {a4778efa-3d23-413d-aa42-f35ccb41861c} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:28.439276 [ 5 ] {a4778efa-3d23-413d-aa42-f35ccb41861c} executeQuery: Read 160 rows, 11.41 KiB in 0.001164 sec., 137457.0446735395 rows/sec., 9.57 MiB/sec. 2025.09.17 20:44:28.439312 [ 5 ] {a4778efa-3d23-413d-aa42-f35ccb41861c} TCPHandler: Processed in 0.001320837 sec. 2025.09.17 20:44:28.439424 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:28.439516 [ 5 ] {ca2c3112-751c-401a-ab72-5663cfbc2bf8} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:44:28.439570 [ 5 ] {ca2c3112-751c-401a-ab72-5663cfbc2bf8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:44:28.440334 [ 5 ] {ca2c3112-751c-401a-ab72-5663cfbc2bf8} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:28.440371 [ 5 ] {ca2c3112-751c-401a-ab72-5663cfbc2bf8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.09.17 20:44:28.440875 [ 5 ] {ca2c3112-751c-401a-ab72-5663cfbc2bf8} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.09.17 20:44:28.441089 [ 5 ] {ca2c3112-751c-401a-ab72-5663cfbc2bf8} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:28.441224 [ 5 ] {ca2c3112-751c-401a-ab72-5663cfbc2bf8} executeQuery: Read 9 rows, 16.51 KiB in 0.001726 sec., 5214.368482039397 rows/sec., 9.34 MiB/sec. 2025.09.17 20:44:28.441276 [ 5 ] {ca2c3112-751c-401a-ab72-5663cfbc2bf8} TCPHandler: Processed in 0.001898814 sec. 2025.09.17 20:44:28.441390 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:28.441484 [ 5 ] {5bc6457b-e6c8-4bf0-ac74-d4e6bbc72f43} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:44:28.441525 [ 5 ] {5bc6457b-e6c8-4bf0-ac74-d4e6bbc72f43} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:44:28.441860 [ 5 ] {5bc6457b-e6c8-4bf0-ac74-d4e6bbc72f43} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:28.441896 [ 5 ] {5bc6457b-e6c8-4bf0-ac74-d4e6bbc72f43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.09.17 20:44:28.442191 [ 5 ] {5bc6457b-e6c8-4bf0-ac74-d4e6bbc72f43} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.09.17 20:44:28.442399 [ 5 ] {5bc6457b-e6c8-4bf0-ac74-d4e6bbc72f43} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:28.442524 [ 5 ] {5bc6457b-e6c8-4bf0-ac74-d4e6bbc72f43} executeQuery: Read 60 rows, 4.14 KiB in 0.001059 sec., 56657.22379603399 rows/sec., 3.82 MiB/sec. 2025.09.17 20:44:28.442559 [ 5 ] {5bc6457b-e6c8-4bf0-ac74-d4e6bbc72f43} TCPHandler: Processed in 0.001216544 sec. 2025.09.17 20:44:29.246913 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 452 2025.09.17 20:44:29.263405 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:29.263460 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.09.17 20:44:29.269401 [ 244 ] {} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.09.17 20:44:29.270099 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:29.272910 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 452 2025.09.17 20:44:33.462422 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:33.462619 [ 5 ] {f822ab28-7c67-4efe-80a1-c0861d2b1386} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.17 20:44:33.462685 [ 5 ] {f822ab28-7c67-4efe-80a1-c0861d2b1386} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.17 20:44:33.463337 [ 5 ] {f822ab28-7c67-4efe-80a1-c0861d2b1386} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:33.463385 [ 5 ] {f822ab28-7c67-4efe-80a1-c0861d2b1386} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.09.17 20:44:33.463778 [ 5 ] {f822ab28-7c67-4efe-80a1-c0861d2b1386} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.09.17 20:44:33.464014 [ 5 ] {f822ab28-7c67-4efe-80a1-c0861d2b1386} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:33.464161 [ 5 ] {f822ab28-7c67-4efe-80a1-c0861d2b1386} executeQuery: Read 6 rows, 501.00 B in 0.001592 sec., 3768.8442211055276 rows/sec., 307.32 KiB/sec. 2025.09.17 20:44:33.464208 [ 5 ] {f822ab28-7c67-4efe-80a1-c0861d2b1386} TCPHandler: Processed in 0.001918704 sec. 2025.09.17 20:44:33.464330 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:33.464424 [ 5 ] {5036a0fb-e966-4078-a195-c74c077eaad4} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:44:33.464462 [ 5 ] {5036a0fb-e966-4078-a195-c74c077eaad4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:44:33.465573 [ 5 ] {5036a0fb-e966-4078-a195-c74c077eaad4} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:33.465611 [ 5 ] {5036a0fb-e966-4078-a195-c74c077eaad4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.09.17 20:44:33.465993 [ 5 ] {5036a0fb-e966-4078-a195-c74c077eaad4} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.09.17 20:44:33.466203 [ 5 ] {5036a0fb-e966-4078-a195-c74c077eaad4} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:33.466331 [ 5 ] {5036a0fb-e966-4078-a195-c74c077eaad4} executeQuery: Read 1265 rows, 107.51 KiB in 0.001926 sec., 656801.6614745586 rows/sec., 54.51 MiB/sec. 2025.09.17 20:44:33.466368 [ 5 ] {5036a0fb-e966-4078-a195-c74c077eaad4} TCPHandler: Processed in 0.002086049 sec. 2025.09.17 20:44:33.466484 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:33.466579 [ 5 ] {53ec00c4-e802-4f92-9e5c-60978da44014} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:44:33.466620 [ 5 ] {53ec00c4-e802-4f92-9e5c-60978da44014} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:44:33.467037 [ 5 ] {53ec00c4-e802-4f92-9e5c-60978da44014} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:33.467072 [ 5 ] {53ec00c4-e802-4f92-9e5c-60978da44014} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.09.17 20:44:33.467366 [ 5 ] {53ec00c4-e802-4f92-9e5c-60978da44014} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.09.17 20:44:33.467574 [ 5 ] {53ec00c4-e802-4f92-9e5c-60978da44014} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:33.467696 [ 5 ] {53ec00c4-e802-4f92-9e5c-60978da44014} executeQuery: Read 39 rows, 2.90 KiB in 0.001136 sec., 34330.98591549296 rows/sec., 2.49 MiB/sec. 2025.09.17 20:44:33.467732 [ 5 ] {53ec00c4-e802-4f92-9e5c-60978da44014} TCPHandler: Processed in 0.001296146 sec. 2025.09.17 20:44:33.467841 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:33.467935 [ 5 ] {626b5895-46a7-4821-b739-4430d496200e} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.17 20:44:33.467974 [ 5 ] {626b5895-46a7-4821-b739-4430d496200e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.17 20:44:33.468469 [ 5 ] {626b5895-46a7-4821-b739-4430d496200e} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:33.468503 [ 5 ] {626b5895-46a7-4821-b739-4430d496200e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.09.17 20:44:33.468815 [ 5 ] {626b5895-46a7-4821-b739-4430d496200e} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.09.17 20:44:33.469019 [ 5 ] {626b5895-46a7-4821-b739-4430d496200e} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:33.469141 [ 5 ] {626b5895-46a7-4821-b739-4430d496200e} executeQuery: Read 228 rows, 15.81 KiB in 0.001225 sec., 186122.44897959183 rows/sec., 12.60 MiB/sec. 2025.09.17 20:44:33.469178 [ 5 ] {626b5895-46a7-4821-b739-4430d496200e} TCPHandler: Processed in 0.001385209 sec. 2025.09.17 20:44:33.469287 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:33.469378 [ 5 ] {b88f3d9d-3729-4d92-9afd-bf80fc42b6c3} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:44:33.469418 [ 5 ] {b88f3d9d-3729-4d92-9afd-bf80fc42b6c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:44:33.470008 [ 5 ] {b88f3d9d-3729-4d92-9afd-bf80fc42b6c3} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:33.470043 [ 5 ] {b88f3d9d-3729-4d92-9afd-bf80fc42b6c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.09.17 20:44:33.470361 [ 5 ] {b88f3d9d-3729-4d92-9afd-bf80fc42b6c3} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.09.17 20:44:33.470565 [ 5 ] {b88f3d9d-3729-4d92-9afd-bf80fc42b6c3} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:33.470686 [ 5 ] {b88f3d9d-3729-4d92-9afd-bf80fc42b6c3} executeQuery: Read 559 rows, 42.54 KiB in 0.001325 sec., 421886.7924528302 rows/sec., 31.35 MiB/sec. 2025.09.17 20:44:33.470722 [ 5 ] {b88f3d9d-3729-4d92-9afd-bf80fc42b6c3} TCPHandler: Processed in 0.001482942 sec. 2025.09.17 20:44:33.470894 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:33.470988 [ 5 ] {934c9096-453e-483e-b633-22e9918a5167} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:44:33.471031 [ 5 ] {934c9096-453e-483e-b633-22e9918a5167} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:44:33.471609 [ 5 ] {934c9096-453e-483e-b633-22e9918a5167} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:33.471643 [ 5 ] {934c9096-453e-483e-b633-22e9918a5167} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.09.17 20:44:33.472009 [ 5 ] {934c9096-453e-483e-b633-22e9918a5167} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.09.17 20:44:33.472217 [ 5 ] {934c9096-453e-483e-b633-22e9918a5167} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:33.472341 [ 5 ] {934c9096-453e-483e-b633-22e9918a5167} executeQuery: Read 847 rows, 58.38 KiB in 0.001371 sec., 617797.2283005106 rows/sec., 41.58 MiB/sec. 2025.09.17 20:44:33.472376 [ 5 ] {934c9096-453e-483e-b633-22e9918a5167} TCPHandler: Processed in 0.001533834 sec. 2025.09.17 20:44:33.472487 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:33.472578 [ 5 ] {5eb3ebda-c189-44af-bbca-e5b222ae3c16} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:44:33.472633 [ 5 ] {5eb3ebda-c189-44af-bbca-e5b222ae3c16} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:44:33.473488 [ 5 ] {5eb3ebda-c189-44af-bbca-e5b222ae3c16} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:33.473522 [ 5 ] {5eb3ebda-c189-44af-bbca-e5b222ae3c16} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.09.17 20:44:33.474059 [ 5 ] {5eb3ebda-c189-44af-bbca-e5b222ae3c16} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.09.17 20:44:33.474289 [ 5 ] {5eb3ebda-c189-44af-bbca-e5b222ae3c16} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:33.474395 [ 102 ] {} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.09.17 20:44:33.474422 [ 5 ] {5eb3ebda-c189-44af-bbca-e5b222ae3c16} executeQuery: Read 33 rows, 60.55 KiB in 0.001862 sec., 17722.878625134264 rows/sec., 31.76 MiB/sec. 2025.09.17 20:44:33.474438 [ 102 ] {} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:33.474461 [ 102 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.09.17 20:44:33.474475 [ 5 ] {5eb3ebda-c189-44af-bbca-e5b222ae3c16} TCPHandler: Processed in 0.002035777 sec. 2025.09.17 20:44:33.474553 [ 194 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2025.09.17 20:44:33.474590 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:33.474683 [ 5 ] {53eaa7bd-0bc0-4765-89e7-27c36405d699} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:44:33.474723 [ 5 ] {53eaa7bd-0bc0-4765-89e7-27c36405d699} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:44:33.474752 [ 194 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:44:33.474813 [ 194 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1618 rows starting from the beginning of the part 2025.09.17 20:44:33.474945 [ 194 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 33 rows starting from the beginning of the part 2025.09.17 20:44:33.475039 [ 194 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 9 rows starting from the beginning of the part 2025.09.17 20:44:33.475068 [ 5 ] {53eaa7bd-0bc0-4765-89e7-27c36405d699} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:33.475104 [ 5 ] {53eaa7bd-0bc0-4765-89e7-27c36405d699} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.09.17 20:44:33.475129 [ 194 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 33 rows starting from the beginning of the part 2025.09.17 20:44:33.475215 [ 194 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 9 rows starting from the beginning of the part 2025.09.17 20:44:33.475307 [ 194 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 33 rows starting from the beginning of the part 2025.09.17 20:44:33.475418 [ 5 ] {53eaa7bd-0bc0-4765-89e7-27c36405d699} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.09.17 20:44:33.475633 [ 5 ] {53eaa7bd-0bc0-4765-89e7-27c36405d699} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:33.475758 [ 5 ] {53eaa7bd-0bc0-4765-89e7-27c36405d699} executeQuery: Read 60 rows, 4.14 KiB in 0.001093 sec., 54894.784995425434 rows/sec., 3.70 MiB/sec. 2025.09.17 20:44:33.475793 [ 5 ] {53eaa7bd-0bc0-4765-89e7-27c36405d699} TCPHandler: Processed in 0.001251335 sec. 2025.09.17 20:44:33.482117 [ 189 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 1735 rows, containing 19 columns (19 merged, 0 gathered) in 0.007598234 sec., 228342.53327812752 rows/sec., 409.18 MiB/sec. 2025.09.17 20:44:33.484300 [ 187 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.09.17 20:44:33.484695 [ 187 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_81_16} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:33.484780 [ 187 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_81_16} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.09.17 20:44:33.484956 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.55 MiB. 2025.09.17 20:44:34.000187 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 337.48 MiB, peak 350.99 MiB, free memory in arenas 0.00 B, will set to 340.79 MiB (RSS), difference: 3.31 MiB 2025.09.17 20:44:35.248610 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 29286 2025.09.17 20:44:35.249139 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:35.249186 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.09.17 20:44:35.249675 [ 245 ] {} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.09.17 20:44:35.249931 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:35.250083 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29286 2025.09.17 20:44:35.250117 [ 100 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.09.17 20:44:35.250218 [ 100 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:35.250256 [ 100 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.09.17 20:44:35.250380 [ 189 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2025.09.17 20:44:35.250498 [ 189 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:44:35.250533 [ 189 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_61_12} MergeTreeSequentialSource: Reading 5 marks from part all_1_56_11, total 26854 rows starting from the beginning of the part 2025.09.17 20:44:35.250596 [ 189 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 512 rows starting from the beginning of the part 2025.09.17 20:44:35.250648 [ 189 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 448 rows starting from the beginning of the part 2025.09.17 20:44:35.250697 [ 189 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 512 rows starting from the beginning of the part 2025.09.17 20:44:35.250741 [ 189 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 448 rows starting from the beginning of the part 2025.09.17 20:44:35.250786 [ 189 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 512 rows starting from the beginning of the part 2025.09.17 20:44:35.253020 [ 202 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 29286 rows, containing 4 columns (4 merged, 0 gathered) in 0.002678796 sec., 10932523.417236699 rows/sec., 156.39 MiB/sec. 2025.09.17 20:44:35.253601 [ 202 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.09.17 20:44:35.254077 [ 202 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_61_12} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:35.254167 [ 202 ] {b29f2331-f253-4bc2-bbda-3b99a35e85c9::all_1_61_12} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.09.17 20:44:35.254300 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.92 MiB. 2025.09.17 20:44:36.773905 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 460 2025.09.17 20:44:36.792268 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:36.792334 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.09.17 20:44:36.798833 [ 244 ] {} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.09.17 20:44:36.799552 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:36.799916 [ 97 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.09.17 20:44:36.800017 [ 97 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:36.800041 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.09.17 20:44:36.800163 [ 195 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2025.09.17 20:44:36.803065 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 460 2025.09.17 20:44:36.804157 [ 195 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:44:36.805646 [ 195 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 422 rows starting from the beginning of the part 2025.09.17 20:44:36.810295 [ 195 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 8 rows starting from the beginning of the part 2025.09.17 20:44:36.814877 [ 195 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 7 rows starting from the beginning of the part 2025.09.17 20:44:36.819614 [ 195 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 8 rows starting from the beginning of the part 2025.09.17 20:44:36.824432 [ 195 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 7 rows starting from the beginning of the part 2025.09.17 20:44:36.828289 [ 195 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 8 rows starting from the beginning of the part 2025.09.17 20:44:36.879540 [ 200 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.079436134 sec., 5790.8155500115345 rows/sec., 29.94 MiB/sec. 2025.09.17 20:44:36.882572 [ 197 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.09.17 20:44:36.884653 [ 197 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_61_12} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:36.884761 [ 197 ] {fb4a2850-44ea-4994-8742-0535c8b3bece::all_1_61_12} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.09.17 20:44:36.887679 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2025.09.17 20:44:37.000231 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 341.86 MiB, peak 355.28 MiB, free memory in arenas 0.00 B, will set to 340.82 MiB (RSS), difference: -1.04 MiB 2025.09.17 20:44:37.827247 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1436 2025.09.17 20:44:37.829513 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:37.829561 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.09.17 20:44:37.830790 [ 243 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.09.17 20:44:37.831077 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:37.831428 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1436 2025.09.17 20:44:38.434095 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:38.434300 [ 5 ] {e021c0ec-2bcd-4b6d-8d02-4e87264db2a9} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:44:38.434374 [ 5 ] {e021c0ec-2bcd-4b6d-8d02-4e87264db2a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:44:38.435191 [ 5 ] {e021c0ec-2bcd-4b6d-8d02-4e87264db2a9} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:38.435241 [ 5 ] {e021c0ec-2bcd-4b6d-8d02-4e87264db2a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.09.17 20:44:38.435636 [ 5 ] {e021c0ec-2bcd-4b6d-8d02-4e87264db2a9} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.09.17 20:44:38.435868 [ 5 ] {e021c0ec-2bcd-4b6d-8d02-4e87264db2a9} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:38.436019 [ 5 ] {e021c0ec-2bcd-4b6d-8d02-4e87264db2a9} executeQuery: Read 74 rows, 6.12 KiB in 0.001776 sec., 41666.666666666664 rows/sec., 3.37 MiB/sec. 2025.09.17 20:44:38.436061 [ 5 ] {e021c0ec-2bcd-4b6d-8d02-4e87264db2a9} TCPHandler: Processed in 0.002106849 sec. 2025.09.17 20:44:38.436201 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:38.436295 [ 5 ] {7f8fb974-5fef-42e3-bc29-23b28630155f} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:44:38.436335 [ 5 ] {7f8fb974-5fef-42e3-bc29-23b28630155f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:44:38.436783 [ 5 ] {7f8fb974-5fef-42e3-bc29-23b28630155f} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:38.436819 [ 5 ] {7f8fb974-5fef-42e3-bc29-23b28630155f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.09.17 20:44:38.437117 [ 5 ] {7f8fb974-5fef-42e3-bc29-23b28630155f} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.09.17 20:44:38.437342 [ 5 ] {7f8fb974-5fef-42e3-bc29-23b28630155f} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:38.437466 [ 5 ] {7f8fb974-5fef-42e3-bc29-23b28630155f} executeQuery: Read 9 rows, 693.00 B in 0.001189 sec., 7569.386038687973 rows/sec., 569.18 KiB/sec. 2025.09.17 20:44:38.437503 [ 5 ] {7f8fb974-5fef-42e3-bc29-23b28630155f} TCPHandler: Processed in 0.001355249 sec. 2025.09.17 20:44:38.437618 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:38.437712 [ 5 ] {915c27df-b57f-40a1-807e-aabbaf0b1720} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:44:38.437751 [ 5 ] {915c27df-b57f-40a1-807e-aabbaf0b1720} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:44:38.438239 [ 5 ] {915c27df-b57f-40a1-807e-aabbaf0b1720} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:38.438276 [ 5 ] {915c27df-b57f-40a1-807e-aabbaf0b1720} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.09.17 20:44:38.438593 [ 5 ] {915c27df-b57f-40a1-807e-aabbaf0b1720} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.09.17 20:44:38.438804 [ 5 ] {915c27df-b57f-40a1-807e-aabbaf0b1720} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:38.438932 [ 5 ] {915c27df-b57f-40a1-807e-aabbaf0b1720} executeQuery: Read 73 rows, 5.84 KiB in 0.001238 sec., 58966.074313408724 rows/sec., 4.60 MiB/sec. 2025.09.17 20:44:38.438969 [ 5 ] {915c27df-b57f-40a1-807e-aabbaf0b1720} TCPHandler: Processed in 0.00139803 sec. 2025.09.17 20:44:38.439086 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:38.439179 [ 5 ] {a5c0ccb2-c2b0-4735-8503-b77f40c60d87} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:44:38.439222 [ 5 ] {a5c0ccb2-c2b0-4735-8503-b77f40c60d87} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:44:38.439669 [ 5 ] {a5c0ccb2-c2b0-4735-8503-b77f40c60d87} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:38.439704 [ 5 ] {a5c0ccb2-c2b0-4735-8503-b77f40c60d87} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.09.17 20:44:38.440033 [ 5 ] {a5c0ccb2-c2b0-4735-8503-b77f40c60d87} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.09.17 20:44:38.440255 [ 5 ] {a5c0ccb2-c2b0-4735-8503-b77f40c60d87} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:38.440382 [ 5 ] {a5c0ccb2-c2b0-4735-8503-b77f40c60d87} executeQuery: Read 160 rows, 11.41 KiB in 0.001221 sec., 131040.13104013103 rows/sec., 9.13 MiB/sec. 2025.09.17 20:44:38.440423 [ 5 ] {a5c0ccb2-c2b0-4735-8503-b77f40c60d87} TCPHandler: Processed in 0.001385239 sec. 2025.09.17 20:44:38.440532 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:38.440625 [ 5 ] {a70e32b5-900c-431d-bb5e-887b27624991} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:44:38.440679 [ 5 ] {a70e32b5-900c-431d-bb5e-887b27624991} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:44:38.441524 [ 5 ] {a70e32b5-900c-431d-bb5e-887b27624991} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:38.441561 [ 5 ] {a70e32b5-900c-431d-bb5e-887b27624991} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.09.17 20:44:38.442077 [ 5 ] {a70e32b5-900c-431d-bb5e-887b27624991} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.09.17 20:44:38.442309 [ 5 ] {a70e32b5-900c-431d-bb5e-887b27624991} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:38.442444 [ 5 ] {a70e32b5-900c-431d-bb5e-887b27624991} executeQuery: Read 9 rows, 16.51 KiB in 0.001837 sec., 4899.292324442024 rows/sec., 8.78 MiB/sec. 2025.09.17 20:44:38.442502 [ 5 ] {a70e32b5-900c-431d-bb5e-887b27624991} TCPHandler: Processed in 0.002016666 sec. 2025.09.17 20:44:38.442621 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:38.442715 [ 5 ] {1b5fe19f-91f0-4975-ac6d-ceb1b4555868} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:44:38.442756 [ 5 ] {1b5fe19f-91f0-4975-ac6d-ceb1b4555868} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:44:38.443110 [ 5 ] {1b5fe19f-91f0-4975-ac6d-ceb1b4555868} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:38.443145 [ 5 ] {1b5fe19f-91f0-4975-ac6d-ceb1b4555868} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.09.17 20:44:38.443452 [ 5 ] {1b5fe19f-91f0-4975-ac6d-ceb1b4555868} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.09.17 20:44:38.443663 [ 5 ] {1b5fe19f-91f0-4975-ac6d-ceb1b4555868} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:38.443788 [ 5 ] {1b5fe19f-91f0-4975-ac6d-ceb1b4555868} executeQuery: Read 60 rows, 4.14 KiB in 0.001092 sec., 54945.05494505494 rows/sec., 3.70 MiB/sec. 2025.09.17 20:44:38.443825 [ 5 ] {1b5fe19f-91f0-4975-ac6d-ceb1b4555868} TCPHandler: Processed in 0.001250755 sec. 2025.09.17 20:44:42.567581 [ 91 ] {} DNSResolver: Updating DNS cache 2025.09.17 20:44:42.567653 [ 91 ] {} DNSResolver: Updated DNS cache 2025.09.17 20:44:42.750290 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 29734 2025.09.17 20:44:42.750785 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:42.750834 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.09.17 20:44:42.751336 [ 245 ] {} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.09.17 20:44:42.751579 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:42.751730 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29734 2025.09.17 20:44:43.435217 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:43.435421 [ 5 ] {e00bbbc9-ab18-440c-ac7a-59af1bb36472} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:44:43.435489 [ 5 ] {e00bbbc9-ab18-440c-ac7a-59af1bb36472} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:44:43.436199 [ 5 ] {e00bbbc9-ab18-440c-ac7a-59af1bb36472} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:43.436251 [ 5 ] {e00bbbc9-ab18-440c-ac7a-59af1bb36472} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.09.17 20:44:43.436666 [ 5 ] {e00bbbc9-ab18-440c-ac7a-59af1bb36472} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.09.17 20:44:43.436894 [ 5 ] {e00bbbc9-ab18-440c-ac7a-59af1bb36472} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:43.437045 [ 91 ] {} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.09.17 20:44:43.437055 [ 5 ] {e00bbbc9-ab18-440c-ac7a-59af1bb36472} executeQuery: Read 122 rows, 10.73 KiB in 0.001689 sec., 72232.08999407933 rows/sec., 6.20 MiB/sec. 2025.09.17 20:44:43.437125 [ 91 ] {} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:43.437155 [ 5 ] {e00bbbc9-ab18-440c-ac7a-59af1bb36472} TCPHandler: Processed in 0.002079329 sec. 2025.09.17 20:44:43.437156 [ 91 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.09.17 20:44:43.437294 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:43.437294 [ 191 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2025.09.17 20:44:43.437401 [ 5 ] {02d4510e-2e8f-41bf-b6af-55f83b8f1b72} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:44:43.437441 [ 191 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:44:43.437449 [ 5 ] {02d4510e-2e8f-41bf-b6af-55f83b8f1b72} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:44:43.437488 [ 191 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1410 rows starting from the beginning of the part 2025.09.17 20:44:43.437570 [ 191 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 122 rows starting from the beginning of the part 2025.09.17 20:44:43.437627 [ 191 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 74 rows starting from the beginning of the part 2025.09.17 20:44:43.437677 [ 191 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 1265 rows starting from the beginning of the part 2025.09.17 20:44:43.437721 [ 191 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 74 rows starting from the beginning of the part 2025.09.17 20:44:43.437765 [ 191 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 122 rows starting from the beginning of the part 2025.09.17 20:44:43.437896 [ 5 ] {02d4510e-2e8f-41bf-b6af-55f83b8f1b72} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:43.437941 [ 5 ] {02d4510e-2e8f-41bf-b6af-55f83b8f1b72} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.09.17 20:44:43.438257 [ 5 ] {02d4510e-2e8f-41bf-b6af-55f83b8f1b72} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.09.17 20:44:43.438468 [ 5 ] {02d4510e-2e8f-41bf-b6af-55f83b8f1b72} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:43.438598 [ 5 ] {02d4510e-2e8f-41bf-b6af-55f83b8f1b72} executeQuery: Read 33 rows, 2.48 KiB in 0.001263 sec., 26128.266033254156 rows/sec., 1.92 MiB/sec. 2025.09.17 20:44:43.438635 [ 5 ] {02d4510e-2e8f-41bf-b6af-55f83b8f1b72} TCPHandler: Processed in 0.001437791 sec. 2025.09.17 20:44:43.438758 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:43.438868 [ 5 ] {0759b7fc-f42d-4006-ba45-b51224552964} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:44:43.438980 [ 5 ] {0759b7fc-f42d-4006-ba45-b51224552964} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:44:43.439262 [ 200 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 3067 rows, containing 5 columns (5 merged, 0 gathered) in 0.002022467 sec., 1516464.7927506357 rows/sec., 132.51 MiB/sec. 2025.09.17 20:44:43.439476 [ 5 ] {0759b7fc-f42d-4006-ba45-b51224552964} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:43.439519 [ 5 ] {0759b7fc-f42d-4006-ba45-b51224552964} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.09.17 20:44:43.439528 [ 192 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.09.17 20:44:43.439876 [ 5 ] {0759b7fc-f42d-4006-ba45-b51224552964} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.09.17 20:44:43.439887 [ 192 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_91_18} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:43.439996 [ 192 ] {3b13127b-b014-4ee2-a57f-2b02a40ef75c::all_1_91_18} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.09.17 20:44:43.440099 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. 2025.09.17 20:44:43.440115 [ 5 ] {0759b7fc-f42d-4006-ba45-b51224552964} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:43.440249 [ 87 ] {} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.09.17 20:44:43.440253 [ 5 ] {0759b7fc-f42d-4006-ba45-b51224552964} executeQuery: Read 97 rows, 7.76 KiB in 0.00135 sec., 71851.85185185185 rows/sec., 5.61 MiB/sec. 2025.09.17 20:44:43.440295 [ 87 ] {} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:43.440321 [ 5 ] {0759b7fc-f42d-4006-ba45-b51224552964} TCPHandler: Processed in 0.001576954 sec. 2025.09.17 20:44:43.440322 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.09.17 20:44:43.440425 [ 200 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2025.09.17 20:44:43.440440 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:43.440537 [ 200 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:44:43.440541 [ 5 ] {478c7f14-79e0-4e8e-9d64-881d89c8700f} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:44:43.440576 [ 200 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 634 rows starting from the beginning of the part 2025.09.17 20:44:43.440600 [ 5 ] {478c7f14-79e0-4e8e-9d64-881d89c8700f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:44:43.440648 [ 200 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 97 rows starting from the beginning of the part 2025.09.17 20:44:43.440699 [ 200 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 73 rows starting from the beginning of the part 2025.09.17 20:44:43.440743 [ 200 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 559 rows starting from the beginning of the part 2025.09.17 20:44:43.440783 [ 200 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 73 rows starting from the beginning of the part 2025.09.17 20:44:43.440823 [ 200 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 97 rows starting from the beginning of the part 2025.09.17 20:44:43.441022 [ 5 ] {478c7f14-79e0-4e8e-9d64-881d89c8700f} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:43.441062 [ 5 ] {478c7f14-79e0-4e8e-9d64-881d89c8700f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.09.17 20:44:43.441419 [ 5 ] {478c7f14-79e0-4e8e-9d64-881d89c8700f} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.09.17 20:44:43.441639 [ 5 ] {478c7f14-79e0-4e8e-9d64-881d89c8700f} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:43.441758 [ 87 ] {} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.09.17 20:44:43.441768 [ 5 ] {478c7f14-79e0-4e8e-9d64-881d89c8700f} executeQuery: Read 160 rows, 11.41 KiB in 0.001246 sec., 128410.91492776887 rows/sec., 8.94 MiB/sec. 2025.09.17 20:44:43.441794 [ 87 ] {} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:43.441817 [ 5 ] {478c7f14-79e0-4e8e-9d64-881d89c8700f} TCPHandler: Processed in 0.00142458 sec. 2025.09.17 20:44:43.441818 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.09.17 20:44:43.441906 [ 192 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2025.09.17 20:44:43.441904 [ 193 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 1533 rows, containing 5 columns (5 merged, 0 gathered) in 0.001509922 sec., 1015284.2332252925 rows/sec., 80.62 MiB/sec. 2025.09.17 20:44:43.441932 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:43.442008 [ 192 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:44:43.442049 [ 192 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_91_18} MergeTreeSequentialSource: Reading 4 marks from part all_1_86_17, total 24450 rows starting from the beginning of the part 2025.09.17 20:44:43.442057 [ 5 ] {086ae1fd-32ff-422e-8d09-c59c3bd8f75e} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:44:43.442101 [ 192 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 160 rows starting from the beginning of the part 2025.09.17 20:44:43.442118 [ 5 ] {086ae1fd-32ff-422e-8d09-c59c3bd8f75e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:44:43.442154 [ 192 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 160 rows starting from the beginning of the part 2025.09.17 20:44:43.442154 [ 193 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.09.17 20:44:43.442203 [ 192 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 847 rows starting from the beginning of the part 2025.09.17 20:44:43.442248 [ 192 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 160 rows starting from the beginning of the part 2025.09.17 20:44:43.442290 [ 192 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 160 rows starting from the beginning of the part 2025.09.17 20:44:43.442516 [ 193 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_91_18} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:43.442620 [ 193 ] {ff51c43c-c277-450e-b0be-08a26d130b43::all_1_91_18} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.09.17 20:44:43.442734 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2025.09.17 20:44:43.442988 [ 5 ] {086ae1fd-32ff-422e-8d09-c59c3bd8f75e} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:43.443031 [ 5 ] {086ae1fd-32ff-422e-8d09-c59c3bd8f75e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.09.17 20:44:43.443609 [ 5 ] {086ae1fd-32ff-422e-8d09-c59c3bd8f75e} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.09.17 20:44:43.443851 [ 5 ] {086ae1fd-32ff-422e-8d09-c59c3bd8f75e} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:43.443990 [ 5 ] {086ae1fd-32ff-422e-8d09-c59c3bd8f75e} executeQuery: Read 33 rows, 60.55 KiB in 0.001951 sec., 16914.402870322912 rows/sec., 30.31 MiB/sec. 2025.09.17 20:44:43.444052 [ 5 ] {086ae1fd-32ff-422e-8d09-c59c3bd8f75e} TCPHandler: Processed in 0.002166951 sec. 2025.09.17 20:44:43.444167 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:43.444260 [ 5 ] {bf481b32-3fff-40a5-b59c-84f3d9e090d9} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:44:43.444301 [ 5 ] {bf481b32-3fff-40a5-b59c-84f3d9e090d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:44:43.444642 [ 5 ] {bf481b32-3fff-40a5-b59c-84f3d9e090d9} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:43.444678 [ 5 ] {bf481b32-3fff-40a5-b59c-84f3d9e090d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.09.17 20:44:43.444997 [ 5 ] {bf481b32-3fff-40a5-b59c-84f3d9e090d9} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.09.17 20:44:43.445208 [ 5 ] {bf481b32-3fff-40a5-b59c-84f3d9e090d9} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:43.445332 [ 89 ] {} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.09.17 20:44:43.445336 [ 5 ] {bf481b32-3fff-40a5-b59c-84f3d9e090d9} executeQuery: Read 60 rows, 4.14 KiB in 0.001094 sec., 54844.60694698355 rows/sec., 3.70 MiB/sec. 2025.09.17 20:44:43.445383 [ 89 ] {} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:43.445398 [ 5 ] {bf481b32-3fff-40a5-b59c-84f3d9e090d9} TCPHandler: Processed in 0.001278336 sec. 2025.09.17 20:44:43.445410 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.09.17 20:44:43.445498 [ 200 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2025.09.17 20:44:43.445620 [ 200 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:44:43.445651 [ 200 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 4848 rows starting from the beginning of the part 2025.09.17 20:44:43.445702 [ 200 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 60 rows starting from the beginning of the part 2025.09.17 20:44:43.445746 [ 200 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 60 rows starting from the beginning of the part 2025.09.17 20:44:43.445784 [ 200 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 60 rows starting from the beginning of the part 2025.09.17 20:44:43.445824 [ 200 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 60 rows starting from the beginning of the part 2025.09.17 20:44:43.445863 [ 200 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 60 rows starting from the beginning of the part 2025.09.17 20:44:43.447471 [ 199 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 5148 rows, containing 4 columns (4 merged, 0 gathered) in 0.002003007 sec., 2570135.800823462 rows/sec., 173.07 MiB/sec. 2025.09.17 20:44:43.447824 [ 200 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.09.17 20:44:43.448067 [ 200 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_91_18} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:43.448070 [ 199 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 25937 rows, containing 5 columns (5 merged, 0 gathered) in 0.006194134 sec., 4187348.8691074494 rows/sec., 287.61 MiB/sec. 2025.09.17 20:44:43.448143 [ 200 ] {05128e64-59df-4f0a-b264-15697cd657d8::all_1_91_18} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.09.17 20:44:43.448220 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB. 2025.09.17 20:44:43.448378 [ 199 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.09.17 20:44:43.448670 [ 199 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_91_18} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:43.448751 [ 199 ] {ac8d07d4-1523-472f-9111-8a1a9cf21181::all_1_91_18} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.09.17 20:44:43.448838 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. 2025.09.17 20:44:44.303276 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 467 2025.09.17 20:44:44.318756 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:44.318823 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.09.17 20:44:44.324119 [ 244 ] {} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.09.17 20:44:44.324784 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:44.327599 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 467 2025.09.17 20:44:46.091749 [ 86 ] {} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 2025.09.17 20:44:46.091830 [ 86 ] {} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:46.091853 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.09.17 20:44:46.091986 [ 201 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_29_7} MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full 2025.09.17 20:44:46.092150 [ 201 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_29_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:44:46.092189 [ 201 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 18 rows starting from the beginning of the part 2025.09.17 20:44:46.092266 [ 201 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 2 rows starting from the beginning of the part 2025.09.17 20:44:46.092321 [ 201 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 2 rows starting from the beginning of the part 2025.09.17 20:44:46.092371 [ 201 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 8 rows starting from the beginning of the part 2025.09.17 20:44:46.092420 [ 201 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part 2025.09.17 20:44:46.093227 [ 199 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_29_7} MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.001299996 sec., 27692.39289967046 rows/sec., 2.31 MiB/sec. 2025.09.17 20:44:46.093413 [ 186 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_29_7} MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) 2025.09.17 20:44:46.093760 [ 186 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_29_7} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:46.093853 [ 186 ] {e8350b50-b436-4e1c-9c35-72463e5d63db::all_1_29_7} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 2025.09.17 20:44:46.093958 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2025.09.17 20:44:47.831787 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1460 2025.09.17 20:44:47.834087 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:47.834141 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.09.17 20:44:47.835352 [ 243 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.09.17 20:44:47.835624 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:47.835789 [ 85 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.09.17 20:44:47.835853 [ 85 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:47.835874 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.09.17 20:44:47.835983 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1460 2025.09.17 20:44:47.835999 [ 194 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2025.09.17 20:44:47.836558 [ 194 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:44:47.836700 [ 194 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1318 rows starting from the beginning of the part 2025.09.17 20:44:47.837044 [ 194 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 34 rows starting from the beginning of the part 2025.09.17 20:44:47.837383 [ 194 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 24 rows starting from the beginning of the part 2025.09.17 20:44:47.837740 [ 194 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 32 rows starting from the beginning of the part 2025.09.17 20:44:47.838066 [ 194 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 28 rows starting from the beginning of the part 2025.09.17 20:44:47.838397 [ 194 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 24 rows starting from the beginning of the part 2025.09.17 20:44:47.844827 [ 186 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 1460 rows, containing 72 columns (72 merged, 0 gathered) in 0.00888536 sec., 164315.23314755957 rows/sec., 127.67 MiB/sec. 2025.09.17 20:44:47.846194 [ 194 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.09.17 20:44:47.846746 [ 194 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_46_9} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:47.846827 [ 194 ] {852c06ef-adf0-42c3-a064-4d3e73cf072a::all_1_46_9} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.09.17 20:44:47.847016 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.91 MiB. 2025.09.17 20:44:48.435505 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:48.435704 [ 5 ] {a892831b-37e1-4943-b780-b28a91ce2e00} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.17 20:44:48.435777 [ 5 ] {a892831b-37e1-4943-b780-b28a91ce2e00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.17 20:44:48.436503 [ 5 ] {a892831b-37e1-4943-b780-b28a91ce2e00} oximeter.fields_i16 (ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:48.436560 [ 5 ] {a892831b-37e1-4943-b780-b28a91ce2e00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.09.17 20:44:48.436961 [ 5 ] {a892831b-37e1-4943-b780-b28a91ce2e00} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.09.17 20:44:48.437194 [ 5 ] {a892831b-37e1-4943-b780-b28a91ce2e00} oximeter.fields_i16 (ea2ff467-bc20-4fda-a0c6-fb83e9cf90a7): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:48.437349 [ 5 ] {a892831b-37e1-4943-b780-b28a91ce2e00} executeQuery: Read 24 rows, 2.04 KiB in 0.001702 sec., 14101.057579318449 rows/sec., 1.17 MiB/sec. 2025.09.17 20:44:48.437392 [ 5 ] {a892831b-37e1-4943-b780-b28a91ce2e00} TCPHandler: Processed in 0.002025527 sec. 2025.09.17 20:44:48.437521 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:48.437616 [ 5 ] {079f1746-6fc5-45a8-a35e-9f4d30e8127e} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.17 20:44:48.437657 [ 5 ] {079f1746-6fc5-45a8-a35e-9f4d30e8127e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.17 20:44:48.438044 [ 5 ] {079f1746-6fc5-45a8-a35e-9f4d30e8127e} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:48.438080 [ 5 ] {079f1746-6fc5-45a8-a35e-9f4d30e8127e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.09.17 20:44:48.438382 [ 5 ] {079f1746-6fc5-45a8-a35e-9f4d30e8127e} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.09.17 20:44:48.438592 [ 5 ] {079f1746-6fc5-45a8-a35e-9f4d30e8127e} oximeter.fields_ipaddr (e8350b50-b436-4e1c-9c35-72463e5d63db): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:48.438724 [ 5 ] {079f1746-6fc5-45a8-a35e-9f4d30e8127e} executeQuery: Read 2 rows, 167.00 B in 0.001128 sec., 1773.0496453900707 rows/sec., 144.58 KiB/sec. 2025.09.17 20:44:48.438761 [ 5 ] {079f1746-6fc5-45a8-a35e-9f4d30e8127e} TCPHandler: Processed in 0.001288846 sec. 2025.09.17 20:44:48.438868 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:48.438960 [ 5 ] {dce2e786-6222-49fa-8ab1-62f88095243c} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:44:48.438999 [ 5 ] {dce2e786-6222-49fa-8ab1-62f88095243c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:44:48.439470 [ 5 ] {dce2e786-6222-49fa-8ab1-62f88095243c} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:48.439505 [ 5 ] {dce2e786-6222-49fa-8ab1-62f88095243c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.09.17 20:44:48.439818 [ 5 ] {dce2e786-6222-49fa-8ab1-62f88095243c} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.09.17 20:44:48.440035 [ 5 ] {dce2e786-6222-49fa-8ab1-62f88095243c} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:48.440160 [ 5 ] {dce2e786-6222-49fa-8ab1-62f88095243c} executeQuery: Read 195 rows, 17.66 KiB in 0.001218 sec., 160098.5221674877 rows/sec., 14.16 MiB/sec. 2025.09.17 20:44:48.440196 [ 5 ] {dce2e786-6222-49fa-8ab1-62f88095243c} TCPHandler: Processed in 0.001375379 sec. 2025.09.17 20:44:48.440305 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:48.440397 [ 5 ] {8814f6c0-e525-4bbb-8369-5f3215e2524b} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:44:48.440436 [ 5 ] {8814f6c0-e525-4bbb-8369-5f3215e2524b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:44:48.440826 [ 5 ] {8814f6c0-e525-4bbb-8369-5f3215e2524b} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:48.440861 [ 5 ] {8814f6c0-e525-4bbb-8369-5f3215e2524b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.09.17 20:44:48.441153 [ 5 ] {8814f6c0-e525-4bbb-8369-5f3215e2524b} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.09.17 20:44:48.441363 [ 5 ] {8814f6c0-e525-4bbb-8369-5f3215e2524b} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:48.441483 [ 83 ] {} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.09.17 20:44:48.441488 [ 5 ] {8814f6c0-e525-4bbb-8369-5f3215e2524b} executeQuery: Read 23 rows, 1.78 KiB in 0.001109 sec., 20739.40486925158 rows/sec., 1.57 MiB/sec. 2025.09.17 20:44:48.441558 [ 83 ] {} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:48.441574 [ 5 ] {8814f6c0-e525-4bbb-8369-5f3215e2524b} TCPHandler: Processed in 0.001315617 sec. 2025.09.17 20:44:48.441586 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.09.17 20:44:48.441686 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:48.441691 [ 198 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2025.09.17 20:44:48.441782 [ 5 ] {fcc62d36-1760-4eef-887e-7c9ab8961834} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.17 20:44:48.441810 [ 198 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:44:48.441821 [ 5 ] {fcc62d36-1760-4eef-887e-7c9ab8961834} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.17 20:44:48.441847 [ 198 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 72 rows starting from the beginning of the part 2025.09.17 20:44:48.441914 [ 198 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 9 rows starting from the beginning of the part 2025.09.17 20:44:48.441966 [ 198 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 39 rows starting from the beginning of the part 2025.09.17 20:44:48.442013 [ 198 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 9 rows starting from the beginning of the part 2025.09.17 20:44:48.442061 [ 198 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 33 rows starting from the beginning of the part 2025.09.17 20:44:48.442104 [ 198 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 23 rows starting from the beginning of the part 2025.09.17 20:44:48.442215 [ 5 ] {fcc62d36-1760-4eef-887e-7c9ab8961834} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:48.442250 [ 5 ] {fcc62d36-1760-4eef-887e-7c9ab8961834} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.09.17 20:44:48.442560 [ 5 ] {fcc62d36-1760-4eef-887e-7c9ab8961834} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.09.17 20:44:48.442767 [ 5 ] {fcc62d36-1760-4eef-887e-7c9ab8961834} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:48.442886 [ 186 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 185 rows, containing 5 columns (5 merged, 0 gathered) in 0.001240845 sec., 149091.9494376816 rows/sec., 11.50 MiB/sec. 2025.09.17 20:44:48.442892 [ 5 ] {fcc62d36-1760-4eef-887e-7c9ab8961834} executeQuery: Read 24 rows, 2.04 KiB in 0.001128 sec., 21276.59574468085 rows/sec., 1.77 MiB/sec. 2025.09.17 20:44:48.442945 [ 5 ] {fcc62d36-1760-4eef-887e-7c9ab8961834} TCPHandler: Processed in 0.001305837 sec. 2025.09.17 20:44:48.443002 [ 198 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.09.17 20:44:48.443055 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:48.443146 [ 5 ] {04860b43-b542-48d7-a8c2-f251dc52b93e} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.17 20:44:48.443185 [ 5 ] {04860b43-b542-48d7-a8c2-f251dc52b93e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.17 20:44:48.443232 [ 198 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_86_17} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:48.443293 [ 198 ] {3bf2a56c-892c-4fb7-a108-8be4371eee6d::all_1_86_17} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.09.17 20:44:48.443353 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.09.17 20:44:48.443586 [ 5 ] {04860b43-b542-48d7-a8c2-f251dc52b93e} oximeter.fields_u8 (20447e1c-98e2-48f4-ad1a-5155a635de4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:48.443620 [ 5 ] {04860b43-b542-48d7-a8c2-f251dc52b93e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.09.17 20:44:48.443908 [ 5 ] {04860b43-b542-48d7-a8c2-f251dc52b93e} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.09.17 20:44:48.444123 [ 5 ] {04860b43-b542-48d7-a8c2-f251dc52b93e} oximeter.fields_u8 (20447e1c-98e2-48f4-ad1a-5155a635de4d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:48.444250 [ 5 ] {04860b43-b542-48d7-a8c2-f251dc52b93e} executeQuery: Read 12 rows, 960.00 B in 0.001121 sec., 10704.727921498661 rows/sec., 836.31 KiB/sec. 2025.09.17 20:44:48.444287 [ 5 ] {04860b43-b542-48d7-a8c2-f251dc52b93e} TCPHandler: Processed in 0.001279156 sec. 2025.09.17 20:44:48.444397 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:48.444487 [ 5 ] {0b5afd5e-9488-4ad7-93a7-59158a81862a} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:44:48.444527 [ 5 ] {0b5afd5e-9488-4ad7-93a7-59158a81862a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:44:48.444949 [ 5 ] {0b5afd5e-9488-4ad7-93a7-59158a81862a} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:48.444985 [ 5 ] {0b5afd5e-9488-4ad7-93a7-59158a81862a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.09.17 20:44:48.445297 [ 5 ] {0b5afd5e-9488-4ad7-93a7-59158a81862a} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.09.17 20:44:48.445507 [ 5 ] {0b5afd5e-9488-4ad7-93a7-59158a81862a} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:48.445630 [ 5 ] {0b5afd5e-9488-4ad7-93a7-59158a81862a} executeQuery: Read 111 rows, 9.26 KiB in 0.001161 sec., 95607.23514211887 rows/sec., 7.79 MiB/sec. 2025.09.17 20:44:48.445667 [ 5 ] {0b5afd5e-9488-4ad7-93a7-59158a81862a} TCPHandler: Processed in 0.001317347 sec. 2025.09.17 20:44:48.445776 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:48.445868 [ 5 ] {def9f315-7478-4fc0-a6a9-fb27cf198c9c} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:44:48.445910 [ 5 ] {def9f315-7478-4fc0-a6a9-fb27cf198c9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:44:48.446306 [ 5 ] {def9f315-7478-4fc0-a6a9-fb27cf198c9c} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:48.446342 [ 5 ] {def9f315-7478-4fc0-a6a9-fb27cf198c9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.09.17 20:44:48.446674 [ 5 ] {def9f315-7478-4fc0-a6a9-fb27cf198c9c} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.09.17 20:44:48.446886 [ 5 ] {def9f315-7478-4fc0-a6a9-fb27cf198c9c} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:48.447010 [ 5 ] {def9f315-7478-4fc0-a6a9-fb27cf198c9c} executeQuery: Read 197 rows, 14.47 KiB in 0.001159 sec., 169974.11561691112 rows/sec., 12.19 MiB/sec. 2025.09.17 20:44:48.447047 [ 5 ] {def9f315-7478-4fc0-a6a9-fb27cf198c9c} TCPHandler: Processed in 0.001317426 sec. 2025.09.17 20:44:48.447157 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:48.447248 [ 5 ] {a9fa01f5-02ef-438c-934e-1023fc6e39ba} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:44:48.447301 [ 5 ] {a9fa01f5-02ef-438c-934e-1023fc6e39ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:44:48.448056 [ 5 ] {a9fa01f5-02ef-438c-934e-1023fc6e39ba} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:48.448092 [ 5 ] {a9fa01f5-02ef-438c-934e-1023fc6e39ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.09.17 20:44:48.448607 [ 5 ] {a9fa01f5-02ef-438c-934e-1023fc6e39ba} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.09.17 20:44:48.448830 [ 5 ] {a9fa01f5-02ef-438c-934e-1023fc6e39ba} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:48.448972 [ 5 ] {a9fa01f5-02ef-438c-934e-1023fc6e39ba} executeQuery: Read 9 rows, 16.51 KiB in 0.001741 sec., 5169.442848937392 rows/sec., 9.26 MiB/sec. 2025.09.17 20:44:48.449035 [ 5 ] {a9fa01f5-02ef-438c-934e-1023fc6e39ba} TCPHandler: Processed in 0.001924044 sec. 2025.09.17 20:44:48.449146 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:48.449238 [ 5 ] {ab801bf8-6429-4d82-8cfd-0cca9c077e7b} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:44:48.449279 [ 5 ] {ab801bf8-6429-4d82-8cfd-0cca9c077e7b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:44:48.449608 [ 5 ] {ab801bf8-6429-4d82-8cfd-0cca9c077e7b} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:48.449644 [ 5 ] {ab801bf8-6429-4d82-8cfd-0cca9c077e7b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.09.17 20:44:48.449956 [ 5 ] {ab801bf8-6429-4d82-8cfd-0cca9c077e7b} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.09.17 20:44:48.450169 [ 5 ] {ab801bf8-6429-4d82-8cfd-0cca9c077e7b} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:48.450296 [ 5 ] {ab801bf8-6429-4d82-8cfd-0cca9c077e7b} executeQuery: Read 60 rows, 4.14 KiB in 0.001076 sec., 55762.081784386624 rows/sec., 3.76 MiB/sec. 2025.09.17 20:44:48.450331 [ 5 ] {ab801bf8-6429-4d82-8cfd-0cca9c077e7b} TCPHandler: Processed in 0.001232325 sec. 2025.09.17 20:44:50.251921 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 30246 2025.09.17 20:44:50.252521 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:50.252579 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.09.17 20:44:50.253096 [ 245 ] {} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.09.17 20:44:50.253338 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:50.253486 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30246 2025.09.17 20:44:51.827664 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 475 2025.09.17 20:44:51.844139 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:51.844182 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.09.17 20:44:51.849992 [ 244 ] {} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.09.17 20:44:51.850702 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:51.853429 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 475 2025.09.17 20:44:53.434783 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:53.434996 [ 5 ] {8d4056fc-e0f4-4949-a48d-54d65bf4148c} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:44:53.435071 [ 5 ] {8d4056fc-e0f4-4949-a48d-54d65bf4148c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:44:53.435829 [ 5 ] {8d4056fc-e0f4-4949-a48d-54d65bf4148c} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:53.435876 [ 5 ] {8d4056fc-e0f4-4949-a48d-54d65bf4148c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.09.17 20:44:53.436286 [ 5 ] {8d4056fc-e0f4-4949-a48d-54d65bf4148c} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.09.17 20:44:53.436512 [ 5 ] {8d4056fc-e0f4-4949-a48d-54d65bf4148c} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:53.436658 [ 5 ] {8d4056fc-e0f4-4949-a48d-54d65bf4148c} executeQuery: Read 122 rows, 10.73 KiB in 0.001723 sec., 70806.73244341265 rows/sec., 6.08 MiB/sec. 2025.09.17 20:44:53.436700 [ 5 ] {8d4056fc-e0f4-4949-a48d-54d65bf4148c} TCPHandler: Processed in 0.002105149 sec. 2025.09.17 20:44:53.436827 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:53.436922 [ 5 ] {5de3fe53-ce33-40d9-87e6-497a827e290e} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:44:53.436963 [ 5 ] {5de3fe53-ce33-40d9-87e6-497a827e290e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:44:53.437371 [ 5 ] {5de3fe53-ce33-40d9-87e6-497a827e290e} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:53.437407 [ 5 ] {5de3fe53-ce33-40d9-87e6-497a827e290e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.09.17 20:44:53.437705 [ 5 ] {5de3fe53-ce33-40d9-87e6-497a827e290e} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.09.17 20:44:53.437916 [ 5 ] {5de3fe53-ce33-40d9-87e6-497a827e290e} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:53.438042 [ 5 ] {5de3fe53-ce33-40d9-87e6-497a827e290e} executeQuery: Read 33 rows, 2.48 KiB in 0.001139 sec., 28972.783143107987 rows/sec., 2.13 MiB/sec. 2025.09.17 20:44:53.438079 [ 5 ] {5de3fe53-ce33-40d9-87e6-497a827e290e} TCPHandler: Processed in 0.001300647 sec. 2025.09.17 20:44:53.438186 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:53.438279 [ 5 ] {c8422035-5dc6-4ba4-904d-2d1e86515179} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:44:53.438319 [ 5 ] {c8422035-5dc6-4ba4-904d-2d1e86515179} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:44:53.438736 [ 5 ] {c8422035-5dc6-4ba4-904d-2d1e86515179} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:53.438772 [ 5 ] {c8422035-5dc6-4ba4-904d-2d1e86515179} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.09.17 20:44:53.439075 [ 5 ] {c8422035-5dc6-4ba4-904d-2d1e86515179} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.09.17 20:44:53.439295 [ 5 ] {c8422035-5dc6-4ba4-904d-2d1e86515179} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:53.439419 [ 5 ] {c8422035-5dc6-4ba4-904d-2d1e86515179} executeQuery: Read 97 rows, 7.76 KiB in 0.001158 sec., 83765.1122625216 rows/sec., 6.54 MiB/sec. 2025.09.17 20:44:53.439455 [ 5 ] {c8422035-5dc6-4ba4-904d-2d1e86515179} TCPHandler: Processed in 0.001316547 sec. 2025.09.17 20:44:53.439565 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:53.439658 [ 5 ] {ee687728-b67a-4c40-a777-2361aefde433} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:44:53.439700 [ 5 ] {ee687728-b67a-4c40-a777-2361aefde433} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:44:53.440101 [ 5 ] {ee687728-b67a-4c40-a777-2361aefde433} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:53.440135 [ 5 ] {ee687728-b67a-4c40-a777-2361aefde433} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.09.17 20:44:53.440468 [ 5 ] {ee687728-b67a-4c40-a777-2361aefde433} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.09.17 20:44:53.440675 [ 5 ] {ee687728-b67a-4c40-a777-2361aefde433} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:53.440799 [ 5 ] {ee687728-b67a-4c40-a777-2361aefde433} executeQuery: Read 160 rows, 11.41 KiB in 0.001159 sec., 138050.04314063847 rows/sec., 9.61 MiB/sec. 2025.09.17 20:44:53.440835 [ 5 ] {ee687728-b67a-4c40-a777-2361aefde433} TCPHandler: Processed in 0.001317097 sec. 2025.09.17 20:44:53.440936 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:53.441029 [ 5 ] {266a6b27-f790-4dff-a761-16bf71bf7c78} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:44:53.441083 [ 5 ] {266a6b27-f790-4dff-a761-16bf71bf7c78} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:44:53.441906 [ 5 ] {266a6b27-f790-4dff-a761-16bf71bf7c78} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:53.441940 [ 5 ] {266a6b27-f790-4dff-a761-16bf71bf7c78} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.09.17 20:44:53.442473 [ 5 ] {266a6b27-f790-4dff-a761-16bf71bf7c78} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.09.17 20:44:53.442691 [ 5 ] {266a6b27-f790-4dff-a761-16bf71bf7c78} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:53.442825 [ 5 ] {266a6b27-f790-4dff-a761-16bf71bf7c78} executeQuery: Read 33 rows, 60.55 KiB in 0.001814 sec., 18191.841234840133 rows/sec., 32.60 MiB/sec. 2025.09.17 20:44:53.442877 [ 5 ] {266a6b27-f790-4dff-a761-16bf71bf7c78} TCPHandler: Processed in 0.001987136 sec. 2025.09.17 20:44:53.442993 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:53.443087 [ 5 ] {dc6d7e7f-3292-4d95-84e3-7564d9afdd86} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:44:53.443127 [ 5 ] {dc6d7e7f-3292-4d95-84e3-7564d9afdd86} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:44:53.443456 [ 5 ] {dc6d7e7f-3292-4d95-84e3-7564d9afdd86} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:53.443490 [ 5 ] {dc6d7e7f-3292-4d95-84e3-7564d9afdd86} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.09.17 20:44:53.443787 [ 5 ] {dc6d7e7f-3292-4d95-84e3-7564d9afdd86} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.09.17 20:44:53.444001 [ 5 ] {dc6d7e7f-3292-4d95-84e3-7564d9afdd86} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:53.444123 [ 5 ] {dc6d7e7f-3292-4d95-84e3-7564d9afdd86} executeQuery: Read 60 rows, 4.14 KiB in 0.001055 sec., 56872.037914691944 rows/sec., 3.83 MiB/sec. 2025.09.17 20:44:53.444158 [ 5 ] {dc6d7e7f-3292-4d95-84e3-7564d9afdd86} TCPHandler: Processed in 0.001217205 sec. 2025.09.17 20:44:57.567708 [ 70 ] {} DNSResolver: Updating DNS cache 2025.09.17 20:44:57.567774 [ 70 ] {} DNSResolver: Updated DNS cache 2025.09.17 20:44:57.754474 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 30694 2025.09.17 20:44:57.754976 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:57.755026 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.09.17 20:44:57.755529 [ 245 ] {} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.09.17 20:44:57.755779 [ 245 ] {} system.asynchronous_metric_log (b29f2331-f253-4bc2-bbda-3b99a35e85c9): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:57.755932 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30694 2025.09.17 20:44:57.836992 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1492 2025.09.17 20:44:57.839343 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:57.839399 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.09.17 20:44:57.840605 [ 243 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.09.17 20:44:57.840868 [ 243 ] {} system.query_log (852c06ef-adf0-42c3-a064-4d3e73cf072a): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:57.841164 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1492 2025.09.17 20:44:58.004983 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.003604652 sec. 2025.09.17 20:44:58.434249 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:58.434449 [ 5 ] {20199a0c-066d-4cc8-9f33-02aaddf1aacc} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.17 20:44:58.434522 [ 5 ] {20199a0c-066d-4cc8-9f33-02aaddf1aacc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.17 20:44:58.435215 [ 5 ] {20199a0c-066d-4cc8-9f33-02aaddf1aacc} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:58.435252 [ 5 ] {20199a0c-066d-4cc8-9f33-02aaddf1aacc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.09.17 20:44:58.435652 [ 5 ] {20199a0c-066d-4cc8-9f33-02aaddf1aacc} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.09.17 20:44:58.435878 [ 5 ] {20199a0c-066d-4cc8-9f33-02aaddf1aacc} oximeter.fields_string (3b13127b-b014-4ee2-a57f-2b02a40ef75c): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:58.436025 [ 5 ] {20199a0c-066d-4cc8-9f33-02aaddf1aacc} executeQuery: Read 74 rows, 6.12 KiB in 0.001632 sec., 45343.13725490196 rows/sec., 3.66 MiB/sec. 2025.09.17 20:44:58.436066 [ 5 ] {20199a0c-066d-4cc8-9f33-02aaddf1aacc} TCPHandler: Processed in 0.001953185 sec. 2025.09.17 20:44:58.436197 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:58.436291 [ 5 ] {5944dc5a-a05b-425d-b8ed-aa100abfbf30} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.17 20:44:58.436331 [ 5 ] {5944dc5a-a05b-425d-b8ed-aa100abfbf30} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.17 20:44:58.436740 [ 5 ] {5944dc5a-a05b-425d-b8ed-aa100abfbf30} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:58.436773 [ 5 ] {5944dc5a-a05b-425d-b8ed-aa100abfbf30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.09.17 20:44:58.437078 [ 5 ] {5944dc5a-a05b-425d-b8ed-aa100abfbf30} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.09.17 20:44:58.437291 [ 5 ] {5944dc5a-a05b-425d-b8ed-aa100abfbf30} oximeter.fields_u16 (3bf2a56c-892c-4fb7-a108-8be4371eee6d): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:58.437414 [ 5 ] {5944dc5a-a05b-425d-b8ed-aa100abfbf30} executeQuery: Read 9 rows, 693.00 B in 0.001141 sec., 7887.817703768624 rows/sec., 593.13 KiB/sec. 2025.09.17 20:44:58.437450 [ 5 ] {5944dc5a-a05b-425d-b8ed-aa100abfbf30} TCPHandler: Processed in 0.001300636 sec. 2025.09.17 20:44:58.437562 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:58.437654 [ 5 ] {2580fe0c-08ee-493d-9a80-58902180aba0} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.17 20:44:58.437694 [ 5 ] {2580fe0c-08ee-493d-9a80-58902180aba0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.17 20:44:58.438117 [ 5 ] {2580fe0c-08ee-493d-9a80-58902180aba0} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:58.438152 [ 5 ] {2580fe0c-08ee-493d-9a80-58902180aba0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.09.17 20:44:58.438451 [ 5 ] {2580fe0c-08ee-493d-9a80-58902180aba0} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.09.17 20:44:58.438670 [ 5 ] {2580fe0c-08ee-493d-9a80-58902180aba0} oximeter.fields_uuid (ff51c43c-c277-450e-b0be-08a26d130b43): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:58.438792 [ 5 ] {2580fe0c-08ee-493d-9a80-58902180aba0} executeQuery: Read 73 rows, 5.84 KiB in 0.001155 sec., 63203.4632034632 rows/sec., 4.93 MiB/sec. 2025.09.17 20:44:58.438828 [ 5 ] {2580fe0c-08ee-493d-9a80-58902180aba0} TCPHandler: Processed in 0.001313437 sec. 2025.09.17 20:44:58.438943 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:58.439035 [ 5 ] {ea2b06ca-b913-4b85-b2e4-996d4984a19d} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.17 20:44:58.439077 [ 5 ] {ea2b06ca-b913-4b85-b2e4-996d4984a19d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.17 20:44:58.439488 [ 5 ] {ea2b06ca-b913-4b85-b2e4-996d4984a19d} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:58.439521 [ 5 ] {ea2b06ca-b913-4b85-b2e4-996d4984a19d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.09.17 20:44:58.439844 [ 5 ] {ea2b06ca-b913-4b85-b2e4-996d4984a19d} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.09.17 20:44:58.440056 [ 5 ] {ea2b06ca-b913-4b85-b2e4-996d4984a19d} oximeter.measurements_cumulativeu64 (ac8d07d4-1523-472f-9111-8a1a9cf21181): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:58.440179 [ 5 ] {ea2b06ca-b913-4b85-b2e4-996d4984a19d} executeQuery: Read 160 rows, 11.41 KiB in 0.001163 sec., 137575.23645743766 rows/sec., 9.58 MiB/sec. 2025.09.17 20:44:58.440215 [ 5 ] {ea2b06ca-b913-4b85-b2e4-996d4984a19d} TCPHandler: Processed in 0.001318827 sec. 2025.09.17 20:44:58.440336 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:58.440429 [ 5 ] {00c89641-09f4-4698-bee1-9f28e45a44c9} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.17 20:44:58.440482 [ 5 ] {00c89641-09f4-4698-bee1-9f28e45a44c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.09.17 20:44:58.441256 [ 5 ] {00c89641-09f4-4698-bee1-9f28e45a44c9} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:58.441291 [ 5 ] {00c89641-09f4-4698-bee1-9f28e45a44c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.09.17 20:44:58.441804 [ 5 ] {00c89641-09f4-4698-bee1-9f28e45a44c9} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.09.17 20:44:58.442028 [ 5 ] {00c89641-09f4-4698-bee1-9f28e45a44c9} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:58.442132 [ 74 ] {} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.09.17 20:44:58.442160 [ 5 ] {00c89641-09f4-4698-bee1-9f28e45a44c9} executeQuery: Read 9 rows, 16.51 KiB in 0.00175 sec., 5142.857142857143 rows/sec., 9.22 MiB/sec. 2025.09.17 20:44:58.442176 [ 74 ] {} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:58.442198 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.09.17 20:44:58.442213 [ 5 ] {00c89641-09f4-4698-bee1-9f28e45a44c9} TCPHandler: Processed in 0.001924074 sec. 2025.09.17 20:44:58.442350 [ 186 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2025.09.17 20:44:58.442394 [ 5 ] {} TCP-Session: 00df47d6-e656-4cc2-9a36-cd8d55fa971a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:44:58.442487 [ 5 ] {fc11976a-0d1c-45d0-82ee-7b7d05095e8f} executeQuery: (from [fd00:1122:3344:101::d]:54753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.17 20:44:58.442527 [ 5 ] {fc11976a-0d1c-45d0-82ee-7b7d05095e8f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.17 20:44:58.442561 [ 186 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:44:58.442616 [ 186 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1735 rows starting from the beginning of the part 2025.09.17 20:44:58.442747 [ 186 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 9 rows starting from the beginning of the part 2025.09.17 20:44:58.442865 [ 5 ] {fc11976a-0d1c-45d0-82ee-7b7d05095e8f} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:58.442907 [ 5 ] {fc11976a-0d1c-45d0-82ee-7b7d05095e8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.09.17 20:44:58.442911 [ 186 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 33 rows starting from the beginning of the part 2025.09.17 20:44:58.443006 [ 186 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 9 rows starting from the beginning of the part 2025.09.17 20:44:58.443095 [ 186 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 33 rows starting from the beginning of the part 2025.09.17 20:44:58.443178 [ 186 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 9 rows starting from the beginning of the part 2025.09.17 20:44:58.443219 [ 5 ] {fc11976a-0d1c-45d0-82ee-7b7d05095e8f} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.09.17 20:44:58.443434 [ 5 ] {fc11976a-0d1c-45d0-82ee-7b7d05095e8f} oximeter.measurements_u64 (05128e64-59df-4f0a-b264-15697cd657d8): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:58.443557 [ 5 ] {fc11976a-0d1c-45d0-82ee-7b7d05095e8f} executeQuery: Read 60 rows, 4.14 KiB in 0.001088 sec., 55147.05882352941 rows/sec., 3.72 MiB/sec. 2025.09.17 20:44:58.443591 [ 5 ] {fc11976a-0d1c-45d0-82ee-7b7d05095e8f} TCPHandler: Processed in 0.001244785 sec. 2025.09.17 20:44:58.452787 [ 189 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 1828 rows, containing 19 columns (19 merged, 0 gathered) in 0.010469624 sec., 174600.34858940492 rows/sec., 312.88 MiB/sec. 2025.09.17 20:44:58.454648 [ 187 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.09.17 20:44:58.455176 [ 187 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_86_17} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:58.455298 [ 187 ] {35b67ea8-5880-4915-a9e4-76399f042fa9::all_1_86_17} oximeter.measurements_histogramu64 (35b67ea8-5880-4915-a9e4-76399f042fa9) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.09.17 20:44:58.455536 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.19 MiB. 2025.09.17 20:44:59.000187 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 342.59 MiB, peak 359.75 MiB, free memory in arenas 0.00 B, will set to 348.57 MiB (RSS), difference: 5.98 MiB 2025.09.17 20:44:59.354396 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 482 2025.09.17 20:44:59.371712 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:44:59.371764 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.09.17 20:44:59.378351 [ 244 ] {} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.09.17 20:44:59.379109 [ 244 ] {} system.metric_log (fb4a2850-44ea-4994-8742-0535c8b3bece): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:44:59.382322 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 482 2025.09.17 20:45:01.156906 [ 75 ] {} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 2025.09.17 20:45:01.156991 [ 75 ] {} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.17 20:45:01.157018 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.09.17 20:45:01.157162 [ 198 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::all_1_29_7} MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full 2025.09.17 20:45:01.157313 [ 198 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::all_1_29_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.17 20:45:01.157364 [ 198 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 253 rows starting from the beginning of the part 2025.09.17 20:45:01.157441 [ 198 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 228 rows starting from the beginning of the part 2025.09.17 20:45:01.157499 [ 198 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 24 rows starting from the beginning of the part 2025.09.17 20:45:01.157556 [ 198 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 228 rows starting from the beginning of the part 2025.09.17 20:45:01.157606 [ 198 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 24 rows starting from the beginning of the part 2025.09.17 20:45:01.158644 [ 202 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::all_1_29_7} MergeTask::MergeProjectionsStage: Merge sorted 757 rows, containing 5 columns (5 merged, 0 gathered) in 0.001547023 sec., 489326.92015567963 rows/sec., 35.71 MiB/sec. 2025.09.17 20:45:01.158805 [ 202 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::all_1_29_7} MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) 2025.09.17 20:45:01.159130 [ 202 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::all_1_29_7} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.17 20:45:01.159210 [ 202 ] {8e956a4f-cc6e-439d-a85b-26eac17c7b8c::all_1_29_7} oximeter.fields_u32 (8e956a4f-cc6e-439d-a85b-26eac17c7b8c) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 2025.09.17 20:45:01.159311 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.09.17 20:45:01.444927 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41298 2025.09.17 20:45:01.445032 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:45:01.445058 [ 288 ] {} TCP-Session: 78486f97-bab7-427d-9780-9bc18f7898e2 Authenticating user 'default' from [fd00:1122:3344:101::e]:41298 2025.09.17 20:45:01.445083 [ 288 ] {} TCP-Session: 78486f97-bab7-427d-9780-9bc18f7898e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:45:01.445099 [ 288 ] {} TCP-Session: 78486f97-bab7-427d-9780-9bc18f7898e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:45:01.445324 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34292 2025.09.17 20:45:01.445347 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64523 2025.09.17 20:45:01.445400 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48836 2025.09.17 20:45:01.445420 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64732 2025.09.17 20:45:01.445439 [ 288 ] {} TCP-Session: 78486f97-bab7-427d-9780-9bc18f7898e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:45:01.445445 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36760 2025.09.17 20:45:01.445477 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:45:01.445475 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:45:01.445499 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:45:01.445537 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:45:01.445537 [ 292 ] {} TCP-Session: 894af5b0-8929-4df2-b1f5-0c525a141380 Authenticating user 'default' from [fd00:1122:3344:101::e]:48836 2025.09.17 20:45:01.445552 [ 290 ] {} TCP-Session: ca864d48-c32a-41e3-b6cf-02af0c836ea9 Authenticating user 'default' from [fd00:1122:3344:101::e]:64523 2025.09.17 20:45:01.445578 [ 3 ] {} TCP-Session: a5351e82-833b-440a-98b9-286873ed3e59 Authenticating user 'default' from [fd00:1122:3344:101::e]:36760 2025.09.17 20:45:01.445594 [ 292 ] {} TCP-Session: 894af5b0-8929-4df2-b1f5-0c525a141380 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:45:01.445615 [ 290 ] {} TCP-Session: ca864d48-c32a-41e3-b6cf-02af0c836ea9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:45:01.445624 [ 3 ] {} TCP-Session: a5351e82-833b-440a-98b9-286873ed3e59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:45:01.445649 [ 290 ] {} TCP-Session: ca864d48-c32a-41e3-b6cf-02af0c836ea9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:45:01.445666 [ 3 ] {} TCP-Session: a5351e82-833b-440a-98b9-286873ed3e59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:45:01.445629 [ 292 ] {} TCP-Session: 894af5b0-8929-4df2-b1f5-0c525a141380 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:45:01.445621 [ 288 ] {1c4642bc-5f27-40ed-bac4-f48f6e3b6092} executeQuery: (from [fd00:1122:3344:101::e]:41298) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.17 20:45:01.445557 [ 293 ] {} TCP-Session: 30b1fc8a-7718-4ba3-9d95-2865c9abd235 Authenticating user 'default' from [fd00:1122:3344:101::e]:64732 2025.09.17 20:45:01.445456 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51363 2025.09.17 20:45:01.445759 [ 293 ] {} TCP-Session: 30b1fc8a-7718-4ba3-9d95-2865c9abd235 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:45:01.445435 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45942 2025.09.17 20:45:01.445800 [ 293 ] {} TCP-Session: 30b1fc8a-7718-4ba3-9d95-2865c9abd235 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:45:01.445402 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63564 2025.09.17 20:45:01.445864 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:45:01.445836 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:45:01.445439 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:45:01.445917 [ 286 ] {} TCP-Session: 40b25535-ab1e-4440-9271-92d8e464112e Authenticating user 'default' from [fd00:1122:3344:101::e]:51363 2025.09.17 20:45:01.445924 [ 294 ] {} TCP-Session: 62d89d30-d69e-4a01-9c94-c91dc9d36c58 Authenticating user 'default' from [fd00:1122:3344:101::e]:45942 2025.09.17 20:45:01.445944 [ 289 ] {} TCP-Session: 59dcee51-1eb0-490d-8a63-5ab0a66934ba Authenticating user 'default' from [fd00:1122:3344:101::e]:34292 2025.09.17 20:45:01.445963 [ 294 ] {} TCP-Session: 62d89d30-d69e-4a01-9c94-c91dc9d36c58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:45:01.445957 [ 286 ] {} TCP-Session: 40b25535-ab1e-4440-9271-92d8e464112e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:45:01.445981 [ 289 ] {} TCP-Session: 59dcee51-1eb0-490d-8a63-5ab0a66934ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:45:01.445994 [ 286 ] {} TCP-Session: 40b25535-ab1e-4440-9271-92d8e464112e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:45:01.446008 [ 288 ] {1c4642bc-5f27-40ed-bac4-f48f6e3b6092} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.17 20:45:01.445986 [ 294 ] {} TCP-Session: 62d89d30-d69e-4a01-9c94-c91dc9d36c58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:45:01.446018 [ 289 ] {} TCP-Session: 59dcee51-1eb0-490d-8a63-5ab0a66934ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:45:01.446088 [ 288 ] {1c4642bc-5f27-40ed-bac4-f48f6e3b6092} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.17 20:45:01.446197 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:45:01.446236 [ 291 ] {} TCP-Session: 496951aa-c34f-48bb-9973-8063c9f9545b Authenticating user 'default' from [fd00:1122:3344:101::e]:63564 2025.09.17 20:45:01.446265 [ 291 ] {} TCP-Session: 496951aa-c34f-48bb-9973-8063c9f9545b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:45:01.446281 [ 291 ] {} TCP-Session: 496951aa-c34f-48bb-9973-8063c9f9545b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:45:01.446464 [ 288 ] {1c4642bc-5f27-40ed-bac4-f48f6e3b6092} oximeter.version (62bd52ee-0bc0-4eea-bbbd-a51761f62e41) (SelectExecutor): Key condition: unknown 2025.09.17 20:45:01.447499 [ 313 ] {1c4642bc-5f27-40ed-bac4-f48f6e3b6092} AggregatingTransform: Aggregating 2025.09.17 20:45:01.447532 [ 313 ] {1c4642bc-5f27-40ed-bac4-f48f6e3b6092} Aggregator: Aggregation method: without_key 2025.09.17 20:45:01.447565 [ 313 ] {1c4642bc-5f27-40ed-bac4-f48f6e3b6092} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001028258 sec. (972.519 rows/sec., 37.99 KiB/sec.) 2025.09.17 20:45:01.447582 [ 313 ] {1c4642bc-5f27-40ed-bac4-f48f6e3b6092} Aggregator: Merging aggregated data 2025.09.17 20:45:01.448934 [ 288 ] {1c4642bc-5f27-40ed-bac4-f48f6e3b6092} executeQuery: Read 1 rows, 40.00 B in 0.00337 sec., 296.7359050445104 rows/sec., 11.59 KiB/sec. 2025.09.17 20:45:01.449094 [ 288 ] {1c4642bc-5f27-40ed-bac4-f48f6e3b6092} TCPHandler: Processed in 0.003773256 sec. 2025.09.17 20:45:01.449235 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.17 20:45:01.449267 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.17 20:45:01.449275 [ 290 ] {} TCPHandler: Done processing connection. 2025.09.17 20:45:01.449296 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.17 20:45:01.449311 [ 294 ] {} TCPHandler: Done processing connection. 2025.09.17 20:45:01.449330 [ 290 ] {} TCP-Session: ca864d48-c32a-41e3-b6cf-02af0c836ea9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:45:01.449349 [ 291 ] {} TCPHandler: Done processing connection. 2025.09.17 20:45:01.449375 [ 294 ] {} TCP-Session: 62d89d30-d69e-4a01-9c94-c91dc9d36c58 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:45:01.449388 [ 3 ] {} TCPHandler: Done processing connection. 2025.09.17 20:45:01.449416 [ 291 ] {} TCP-Session: 496951aa-c34f-48bb-9973-8063c9f9545b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:45:01.449365 [ 293 ] {} TCPHandler: Done processing connection. 2025.09.17 20:45:01.449450 [ 3 ] {} TCP-Session: a5351e82-833b-440a-98b9-286873ed3e59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:45:01.449339 [ 292 ] {} TCPHandler: Done processing connection. 2025.09.17 20:45:01.449491 [ 293 ] {} TCP-Session: 30b1fc8a-7718-4ba3-9d95-2865c9abd235 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:45:01.449312 [ 286 ] {} TCP-Session: 40b25535-ab1e-4440-9271-92d8e464112e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:45:01.449531 [ 292 ] {} TCP-Session: 894af5b0-8929-4df2-b1f5-0c525a141380 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:45:01.449361 [ 289 ] {} TCP-Session: 59dcee51-1eb0-490d-8a63-5ab0a66934ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:45:01.449269 [ 288 ] {} TCP-Session: 78486f97-bab7-427d-9780-9bc18f7898e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:45:02.412028 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55632 2025.09.17 20:45:02.412134 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:45:02.412162 [ 294 ] {} TCP-Session: bf9fac20-4006-4972-8949-321f8555fa00 Authenticating user 'default' from [fd00:1122:3344:101::e]:55632 2025.09.17 20:45:02.412186 [ 294 ] {} TCP-Session: bf9fac20-4006-4972-8949-321f8555fa00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:45:02.412201 [ 294 ] {} TCP-Session: bf9fac20-4006-4972-8949-321f8555fa00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:45:02.412406 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45985 2025.09.17 20:45:02.412415 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56912 2025.09.17 20:45:02.412454 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52747 2025.09.17 20:45:02.412474 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49185 2025.09.17 20:45:02.412518 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:45:02.412483 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34060 2025.09.17 20:45:02.412550 [ 3 ] {} TCP-Session: dea0a7b7-8382-4c84-bf4e-e0e52b7c10ea Authenticating user 'default' from [fd00:1122:3344:101::e]:45985 2025.09.17 20:45:02.412581 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:45:02.412604 [ 3 ] {} TCP-Session: dea0a7b7-8382-4c84-bf4e-e0e52b7c10ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:45:02.412615 [ 294 ] {} TCP-Session: bf9fac20-4006-4972-8949-321f8555fa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.17 20:45:02.412620 [ 292 ] {} TCP-Session: 04c5ab13-fa3b-4310-97f6-94c97ffb1e8c Authenticating user 'default' from [fd00:1122:3344:101::e]:49185 2025.09.17 20:45:02.412645 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:45:02.412677 [ 292 ] {} TCP-Session: 04c5ab13-fa3b-4310-97f6-94c97ffb1e8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:45:02.412622 [ 3 ] {} TCP-Session: dea0a7b7-8382-4c84-bf4e-e0e52b7c10ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:45:02.412711 [ 292 ] {} TCP-Session: 04c5ab13-fa3b-4310-97f6-94c97ffb1e8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:45:02.412707 [ 293 ] {} TCP-Session: e2a70c89-6ae6-4269-9d9e-f77e5edfa43c Authenticating user 'default' from [fd00:1122:3344:101::e]:34060 2025.09.17 20:45:02.412545 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:45:02.412764 [ 293 ] {} TCP-Session: e2a70c89-6ae6-4269-9d9e-f77e5edfa43c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:45:02.412541 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:45:02.412807 [ 294 ] {26cf4f85-3650-4eca-a500-ae4e11965002} executeQuery: (from [fd00:1122:3344:101::e]:55632) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.17 20:45:02.412797 [ 286 ] {} TCP-Session: 2eed529c-7de1-4b25-8baf-c27f9bd05191 Authenticating user 'default' from [fd00:1122:3344:101::e]:56912 2025.09.17 20:45:02.412835 [ 290 ] {} TCP-Session: 4825dfa3-0bf7-4679-b70d-47de084fcbeb Authenticating user 'default' from [fd00:1122:3344:101::e]:52747 2025.09.17 20:45:02.412864 [ 286 ] {} TCP-Session: 2eed529c-7de1-4b25-8baf-c27f9bd05191 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:45:02.412871 [ 290 ] {} TCP-Session: 4825dfa3-0bf7-4679-b70d-47de084fcbeb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:45:02.412885 [ 286 ] {} TCP-Session: 2eed529c-7de1-4b25-8baf-c27f9bd05191 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:45:02.412893 [ 290 ] {} TCP-Session: 4825dfa3-0bf7-4679-b70d-47de084fcbeb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:45:02.412797 [ 293 ] {} TCP-Session: e2a70c89-6ae6-4269-9d9e-f77e5edfa43c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:45:02.412477 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33910 2025.09.17 20:45:02.412451 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39223 2025.09.17 20:45:02.412445 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44861 2025.09.17 20:45:02.413046 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:45:02.413057 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:45:02.413084 [ 291 ] {} TCP-Session: bff2272b-36ee-4dec-a579-67f56674dc2d Authenticating user 'default' from [fd00:1122:3344:101::e]:33910 2025.09.17 20:45:02.413093 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.17 20:45:02.413122 [ 294 ] {26cf4f85-3650-4eca-a500-ae4e11965002} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.17 20:45:02.413131 [ 291 ] {} TCP-Session: bff2272b-36ee-4dec-a579-67f56674dc2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:45:02.413148 [ 289 ] {} TCP-Session: 98be08fd-ee31-4291-8508-19e57b840263 Authenticating user 'default' from [fd00:1122:3344:101::e]:44861 2025.09.17 20:45:02.413181 [ 291 ] {} TCP-Session: bff2272b-36ee-4dec-a579-67f56674dc2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:45:02.413190 [ 294 ] {26cf4f85-3650-4eca-a500-ae4e11965002} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.17 20:45:02.413202 [ 289 ] {} TCP-Session: 98be08fd-ee31-4291-8508-19e57b840263 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:45:02.413092 [ 288 ] {} TCP-Session: f6e46f44-18d1-4d42-8f3d-864e9d71eee3 Authenticating user 'default' from [fd00:1122:3344:101::e]:39223 2025.09.17 20:45:02.413268 [ 289 ] {} TCP-Session: 98be08fd-ee31-4291-8508-19e57b840263 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:45:02.413306 [ 288 ] {} TCP-Session: f6e46f44-18d1-4d42-8f3d-864e9d71eee3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:45:02.413336 [ 288 ] {} TCP-Session: f6e46f44-18d1-4d42-8f3d-864e9d71eee3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:45:02.413537 [ 294 ] {26cf4f85-3650-4eca-a500-ae4e11965002} oximeter.version (62bd52ee-0bc0-4eea-bbbd-a51761f62e41) (SelectExecutor): Key condition: unknown 2025.09.17 20:45:02.414900 [ 312 ] {26cf4f85-3650-4eca-a500-ae4e11965002} AggregatingTransform: Aggregating 2025.09.17 20:45:02.414962 [ 312 ] {26cf4f85-3650-4eca-a500-ae4e11965002} Aggregator: Aggregation method: without_key 2025.09.17 20:45:02.415011 [ 312 ] {26cf4f85-3650-4eca-a500-ae4e11965002} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001338438 sec. (747.140 rows/sec., 29.19 KiB/sec.) 2025.09.17 20:45:02.415032 [ 312 ] {26cf4f85-3650-4eca-a500-ae4e11965002} Aggregator: Merging aggregated data 2025.09.17 20:45:02.416779 [ 294 ] {26cf4f85-3650-4eca-a500-ae4e11965002} executeQuery: Read 1 rows, 40.00 B in 0.004034 sec., 247.89291026276646 rows/sec., 9.68 KiB/sec. 2025.09.17 20:45:02.416947 [ 294 ] {26cf4f85-3650-4eca-a500-ae4e11965002} TCPHandler: Processed in 0.004478066 sec. 2025.09.17 20:45:02.417051 [ 294 ] {} TCPHandler: Done processing connection. 2025.09.17 20:45:02.417085 [ 294 ] {} TCP-Session: bf9fac20-4006-4972-8949-321f8555fa00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:45:02.417097 [ 3 ] {} TCPHandler: Done processing connection. 2025.09.17 20:45:02.417129 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.17 20:45:02.417141 [ 3 ] {} TCP-Session: dea0a7b7-8382-4c84-bf4e-e0e52b7c10ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:45:02.417151 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.17 20:45:02.417163 [ 289 ] {} TCP-Session: 98be08fd-ee31-4291-8508-19e57b840263 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:45:02.417175 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.17 20:45:02.417187 [ 286 ] {} TCP-Session: 2eed529c-7de1-4b25-8baf-c27f9bd05191 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:45:02.417215 [ 293 ] {} TCPHandler: Done processing connection. 2025.09.17 20:45:02.417239 [ 288 ] {} TCP-Session: f6e46f44-18d1-4d42-8f3d-864e9d71eee3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:45:02.417263 [ 292 ] {} TCPHandler: Done processing connection. 2025.09.17 20:45:02.417289 [ 293 ] {} TCP-Session: e2a70c89-6ae6-4269-9d9e-f77e5edfa43c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:45:02.417194 [ 291 ] {} TCPHandler: Done processing connection. 2025.09.17 20:45:02.417327 [ 292 ] {} TCP-Session: 04c5ab13-fa3b-4310-97f6-94c97ffb1e8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:45:02.417388 [ 291 ] {} TCP-Session: bff2272b-36ee-4dec-a579-67f56674dc2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.17 20:45:02.417233 [ 290 ] {} TCPHandler: Done processing connection. 2025.09.17 20:45:02.417452 [ 290 ] {} TCP-Session: 4825dfa3-0bf7-4679-b70d-47de084fcbeb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db