[ Apr 7 05:21:33 Enabled. ] [ Apr 7 05:21:33 Rereading configuration. ] [ Apr 7 05:21:35 Rereading configuration. ] [ Apr 7 05:21:40 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 [ Apr 7 05:21:40 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 2026.04.07 05:21:42.582666 [ 1 ] {} Application: Will watch for the process with pid 24649 2026.04.07 05:21:42.583065 [ 1 ] {} Application: Forked a child process to watch 2026.04.07 05:21:42.812266 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 24649 2026.04.07 05:21:42.812991 [ 1 ] {} Application: starting up 2026.04.07 05:21:42.813142 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2026.04.07 05:21:42.921469 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2026.04.07 05:21:43.044017 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2026.04.07 05:21:43.044083 [ 1 ] {} Application: Initializing DateLUT. 2026.04.07 05:21:43.044102 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2026.04.07 05:21:43.044187 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2026.04.07 05:21:43.044589 [ 1 ] {} Application: Initializing interserver credentials. 2026.04.07 05:21:43.048120 [ 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'. 2026.04.07 05:21:43.048985 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.04.07 05:21:43.049846 [ 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) 2026.04.07 05:21:43.049868 [ 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) 2026.04.07 05:21:43.049881 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2026.04.07 05:21:43.050563 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2026.04.07 05:21:43.051582 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2026.04.07 05:21:43.057133 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2026.04.07 05:21:43.057741 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2026.04.07 05:21:43.058958 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.04.07 05:21:43.059023 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.04.07 05:21:43.060043 [ 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'. 2026.04.07 05:21:43.060444 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.04.07 05:21:43.064188 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.04.07 05:21:43.064823 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2026.04.07 05:21:43.069457 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2026.04.07 05:21:43.069842 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2026.04.07 05:21:43.070195 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2026.04.07 05:21:43.070560 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2026.04.07 05:21:43.071924 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2026.04.07 05:21:43.071950 [ 1 ] {} Application: Loading metadata from /data/ 2026.04.07 05:21:43.072050 [ 90 ] {} DNSResolver: Updating DNS cache 2026.04.07 05:21:43.072134 [ 90 ] {} DNSResolver: Updated DNS cache 2026.04.07 05:21:43.121661 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2026.04.07 05:21:43.121692 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000175894 sec 2026.04.07 05:21:43.121712 [ 1 ] {} ReferentialDeps: No tables 2026.04.07 05:21:43.121728 [ 1 ] {} LoadingDeps: No tables 2026.04.07 05:21:43.122416 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2026.04.07 05:21:43.122962 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2026.04.07 05:21:43.133323 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2026.04.07 05:21:43.133365 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2026.04.07 05:21:43.133385 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2026.04.07 05:21:43.133397 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2026.04.07 05:21:43.133432 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2026.04.07 05:21:43.133451 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2026.04.07 05:21:43.135472 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2026.04.07 05:21:43.135521 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2026.04.07 05:21:43.135549 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2026.04.07 05:21:43.135734 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2026.04.07 05:21:43.135789 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2026.04.07 05:21:43.135808 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2026.04.07 05:21:43.135833 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2026.04.07 05:21:43.135850 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2026.04.07 05:21:43.135891 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2026.04.07 05:21:43.135916 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2026.04.07 05:21:43.158732 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2026.04.07 05:21:43.173011 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2026.04.07 05:21:43.173124 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000133132 sec 2026.04.07 05:21:43.173256 [ 1 ] {} ReferentialDeps: No tables 2026.04.07 05:21:43.173275 [ 1 ] {} LoadingDeps: No tables 2026.04.07 05:21:43.173301 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2026.04.07 05:21:43.173580 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2026.04.07 05:21:43.173696 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2026.04.07 05:21:43.173755 [ 1 ] {} Application: Loaded metadata. 2026.04.07 05:21:43.173770 [ 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). 2026.04.07 05:21:43.173781 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2026.04.07 05:21:43.227085 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.04.07 05:21:43.227410 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.66 MiB (RSS), difference: 91.88 MiB 2026.04.07 05:21:43.228902 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.396e-05 sec. 2026.04.07 05:21:43.229317 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2026.04.07 05:21:43.229949 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2026.04.07 05:21:43.229967 [ 1 ] {} Application: Ready for connections. 2026.04.07 05:21:43.991497 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:59743 2026.04.07 05:21:43.992638 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:21:43.992714 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Authenticating user 'default' from [fd00:1122:3344:101::d]:59743 2026.04.07 05:21:43.992746 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:21:43.992856 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:21:43.992974 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.04.07 05:21:43.993006 [ 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 2026.04.07 05:21:43.993128 [ 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 2026.04.07 05:21:43.995738 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:49335 2026.04.07 05:21:43.996552 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:21:43.996533 [ 253 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:37796 2026.04.07 05:21:43.996547 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:47237 2026.04.07 05:21:43.996586 [ 4 ] {} TCP-Session: 7cd1af85-b434-43ef-b9e8-252cbeee165b Authenticating user 'default' from [fd00:1122:3344:101::d]:49335 2026.04.07 05:21:43.996721 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:61222 2026.04.07 05:21:43.996783 [ 4 ] {} TCP-Session: 7cd1af85-b434-43ef-b9e8-252cbeee165b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:21:43.996798 [ 4 ] {} TCP-Session: 7cd1af85-b434-43ef-b9e8-252cbeee165b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:21:43.996822 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:51975 2026.04.07 05:21:43.996905 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:53241 2026.04.07 05:21:43.996988 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48637 2026.04.07 05:21:43.997084 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48363 2026.04.07 05:21:43.997654 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:21:43.997654 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:21:43.997670 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:21:43.997700 [ 253 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:21:43.997848 [ 253 ] {} TCP-Session: 67385b7c-8c69-436a-9630-a37f57fb8e57 Authenticating user 'default' from [fd00:1122:3344:101::d]:37796 2026.04.07 05:21:43.997853 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:21:43.997873 [ 253 ] {} TCP-Session: 67385b7c-8c69-436a-9630-a37f57fb8e57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:21:43.997934 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:21:43.997885 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Authenticating user 'default' from [fd00:1122:3344:101::d]:47237 2026.04.07 05:21:43.997982 [ 253 ] {} TCP-Session: 67385b7c-8c69-436a-9630-a37f57fb8e57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:21:43.998002 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:21:43.998018 [ 256 ] {} TCP-Session: f16e8e6a-233e-4447-bf88-41877ec89a6b Authenticating user 'default' from [fd00:1122:3344:101::d]:51975 2026.04.07 05:21:43.997889 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:21:43.998117 [ 256 ] {} TCP-Session: f16e8e6a-233e-4447-bf88-41877ec89a6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:21:43.998102 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:21:43.997888 [ 257 ] {} TCP-Session: 94f26d7c-b5bf-4676-8755-a6d3ca853de9 Authenticating user 'default' from [fd00:1122:3344:101::d]:53241 2026.04.07 05:21:43.998199 [ 256 ] {} TCP-Session: f16e8e6a-233e-4447-bf88-41877ec89a6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:21:43.998185 [ 258 ] {} TCP-Session: 6ba2e303-ebd5-4f7d-a9fe-374de6affa92 Authenticating user 'default' from [fd00:1122:3344:101::d]:48637 2026.04.07 05:21:43.997887 [ 259 ] {} TCP-Session: 4f58f27b-1836-4422-9502-f70168653b76 Authenticating user 'default' from [fd00:1122:3344:101::d]:48363 2026.04.07 05:21:43.998312 [ 258 ] {} TCP-Session: 6ba2e303-ebd5-4f7d-a9fe-374de6affa92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:21:43.998302 [ 257 ] {} TCP-Session: 94f26d7c-b5bf-4676-8755-a6d3ca853de9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:21:43.997885 [ 255 ] {} TCP-Session: 19eebca8-9ca1-48dc-9ddb-01f1d21f206b Authenticating user 'default' from [fd00:1122:3344:101::d]:61222 2026.04.07 05:21:43.998422 [ 258 ] {} TCP-Session: 6ba2e303-ebd5-4f7d-a9fe-374de6affa92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:21:43.998410 [ 257 ] {} TCP-Session: 94f26d7c-b5bf-4676-8755-a6d3ca853de9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:21:43.998401 [ 259 ] {} TCP-Session: 4f58f27b-1836-4422-9502-f70168653b76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:21:43.998524 [ 255 ] {} TCP-Session: 19eebca8-9ca1-48dc-9ddb-01f1d21f206b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:21:43.998691 [ 259 ] {} TCP-Session: 4f58f27b-1836-4422-9502-f70168653b76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:21:43.998700 [ 255 ] {} TCP-Session: 19eebca8-9ca1-48dc-9ddb-01f1d21f206b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:21:44.000748 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:21:44.001138 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 116.72 MiB, peak 116.72 MiB, free memory in arenas 0.00 B, will set to 119.92 MiB (RSS), difference: 3.20 MiB 2026.04.07 05:21:44.003938 [ 3 ] {86341159-61e1-4207-b4b2-ae6a80df1848} executeQuery: (from [fd00:1122:3344:101::d]:59743) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.07 05:21:44.196857 [ 3 ] {86341159-61e1-4207-b4b2-ae6a80df1848} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:59743) (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 @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.04.07 05:21:44.197985 [ 3 ] {86341159-61e1-4207-b4b2-ae6a80df1848} 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 @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.04.07 05:21:44.198321 [ 3 ] {86341159-61e1-4207-b4b2-ae6a80df1848} TCPHandler: Processed in 0.19980984 sec. 2026.04.07 05:21:44.198770 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:21:44.199305 [ 5 ] {13de7df2-74d8-48d0-97f0-787491a77e25} executeQuery: (from [fd00:1122:3344:101::d]:47237) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.07 05:21:44.199655 [ 5 ] {13de7df2-74d8-48d0-97f0-787491a77e25} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:47237) (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 @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.04.07 05:21:44.199954 [ 5 ] {13de7df2-74d8-48d0-97f0-787491a77e25} 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 @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.04.07 05:21:44.200265 [ 5 ] {13de7df2-74d8-48d0-97f0-787491a77e25} TCPHandler: Processed in 0.001669761 sec. 2026.04.07 05:21:44.200561 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:21:44.201363 [ 3 ] {f6b1ae60-5d56-4931-9740-4cb8435fdf7e} executeQuery: (from [fd00:1122:3344:101::d]:59743) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2026.04.07 05:21:44.202153 [ 3 ] {f6b1ae60-5d56-4931-9740-4cb8435fdf7e} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2026.04.07 05:21:44.218508 [ 3 ] {f6b1ae60-5d56-4931-9740-4cb8435fdf7e} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2026.04.07 05:21:44.218537 [ 3 ] {f6b1ae60-5d56-4931-9740-4cb8435fdf7e} TablesLoader: Parsed metadata of 0 tables in 1 databases in 7.0141e-05 sec 2026.04.07 05:21:44.218769 [ 3 ] {f6b1ae60-5d56-4931-9740-4cb8435fdf7e} ReferentialDeps: No tables 2026.04.07 05:21:44.218789 [ 3 ] {f6b1ae60-5d56-4931-9740-4cb8435fdf7e} LoadingDeps: No tables 2026.04.07 05:21:44.218820 [ 3 ] {f6b1ae60-5d56-4931-9740-4cb8435fdf7e} DatabaseAtomic (oximeter): Starting up tables. 2026.04.07 05:21:44.219608 [ 3 ] {f6b1ae60-5d56-4931-9740-4cb8435fdf7e} TCPHandler: Processed in 0.019162922 sec. 2026.04.07 05:21:44.219841 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:21:44.219995 [ 3 ] {deb458ca-8969-49ac-922e-3893c00f9213} executeQuery: (from [fd00:1122:3344:101::d]:59743) /* 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) 2026.04.07 05:21:44.220125 [ 3 ] {deb458ca-8969-49ac-922e-3893c00f9213} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2026.04.07 05:21:44.225283 [ 3 ] {deb458ca-8969-49ac-922e-3893c00f9213} StoragePolicy (default): Storage policy default created, total volumes 1 2026.04.07 05:21:44.246016 [ 3 ] {deb458ca-8969-49ac-922e-3893c00f9213} oximeter.version (b59983b3-b885-480b-8202-da32017c82ac): Loading data parts 2026.04.07 05:21:44.247185 [ 3 ] {deb458ca-8969-49ac-922e-3893c00f9213} oximeter.version (b59983b3-b885-480b-8202-da32017c82ac): There are no data parts 2026.04.07 05:21:44.280442 [ 3 ] {deb458ca-8969-49ac-922e-3893c00f9213} TCPHandler: Processed in 0.060650965 sec. 2026.04.07 05:21:44.280675 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:21:44.280994 [ 3 ] {c03456be-aed8-41e2-b1fc-bfe7e4fb578b} executeQuery: (from [fd00:1122:3344:101::d]:59743) /* 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) 2026.04.07 05:21:44.281151 [ 3 ] {c03456be-aed8-41e2-b1fc-bfe7e4fb578b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2026.04.07 05:21:44.296399 [ 3 ] {c03456be-aed8-41e2-b1fc-bfe7e4fb578b} oximeter.measurements_bool (10b11d2f-b475-48ca-9569-fb1c0bbc4d53): Loading data parts 2026.04.07 05:21:44.296647 [ 3 ] {c03456be-aed8-41e2-b1fc-bfe7e4fb578b} oximeter.measurements_bool (10b11d2f-b475-48ca-9569-fb1c0bbc4d53): There are no data parts 2026.04.07 05:21:44.320078 [ 3 ] {c03456be-aed8-41e2-b1fc-bfe7e4fb578b} TCPHandler: Processed in 0.039505936 sec. 2026.04.07 05:21:44.320451 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:21:44.320678 [ 3 ] {efe2a37f-abd4-4d53-bfd5-ac1c1a9f2194} executeQuery: (from [fd00:1122:3344:101::d]:59743) 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) 2026.04.07 05:21:44.320838 [ 3 ] {efe2a37f-abd4-4d53-bfd5-ac1c1a9f2194} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2026.04.07 05:21:44.337750 [ 3 ] {efe2a37f-abd4-4d53-bfd5-ac1c1a9f2194} oximeter.measurements_i8 (f94899a8-3def-42ed-8c3b-c0c957ed1f53): Loading data parts 2026.04.07 05:21:44.338121 [ 3 ] {efe2a37f-abd4-4d53-bfd5-ac1c1a9f2194} oximeter.measurements_i8 (f94899a8-3def-42ed-8c3b-c0c957ed1f53): There are no data parts 2026.04.07 05:21:44.363991 [ 3 ] {efe2a37f-abd4-4d53-bfd5-ac1c1a9f2194} TCPHandler: Processed in 0.043646584 sec. 2026.04.07 05:21:44.364231 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:21:44.364533 [ 3 ] {815d606b-7daf-42ef-8324-5dc6a7b05029} executeQuery: (from [fd00:1122:3344:101::d]:59743) 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) 2026.04.07 05:21:44.364589 [ 3 ] {815d606b-7daf-42ef-8324-5dc6a7b05029} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2026.04.07 05:21:44.417489 [ 3 ] {815d606b-7daf-42ef-8324-5dc6a7b05029} oximeter.measurements_u8 (c668fa2c-c2a8-4f3a-ace4-ac9dc888a4b2): Loading data parts 2026.04.07 05:21:44.417706 [ 3 ] {815d606b-7daf-42ef-8324-5dc6a7b05029} oximeter.measurements_u8 (c668fa2c-c2a8-4f3a-ace4-ac9dc888a4b2): There are no data parts 2026.04.07 05:21:44.445210 [ 3 ] {815d606b-7daf-42ef-8324-5dc6a7b05029} TCPHandler: Processed in 0.08108463 sec. 2026.04.07 05:21:44.445568 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:21:44.445805 [ 3 ] {c3c69f0c-26c8-4ba7-8d25-9fbaaaf794aa} executeQuery: (from [fd00:1122:3344:101::d]:59743) 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) 2026.04.07 05:21:44.445967 [ 3 ] {c3c69f0c-26c8-4ba7-8d25-9fbaaaf794aa} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2026.04.07 05:21:44.462890 [ 3 ] {c3c69f0c-26c8-4ba7-8d25-9fbaaaf794aa} oximeter.measurements_i16 (85f8981e-eb20-4bcf-a9c0-188e551ae1c6): Loading data parts 2026.04.07 05:21:44.463070 [ 3 ] {c3c69f0c-26c8-4ba7-8d25-9fbaaaf794aa} oximeter.measurements_i16 (85f8981e-eb20-4bcf-a9c0-188e551ae1c6): There are no data parts 2026.04.07 05:21:44.514501 [ 3 ] {c3c69f0c-26c8-4ba7-8d25-9fbaaaf794aa} TCPHandler: Processed in 0.069054413 sec. 2026.04.07 05:21:44.514692 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:21:44.514873 [ 3 ] {6b4a1e99-a86b-4209-b109-f5e0cb4dc602} executeQuery: (from [fd00:1122:3344:101::d]:59743) 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) 2026.04.07 05:21:44.515009 [ 3 ] {6b4a1e99-a86b-4209-b109-f5e0cb4dc602} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2026.04.07 05:21:44.564986 [ 3 ] {6b4a1e99-a86b-4209-b109-f5e0cb4dc602} oximeter.measurements_u16 (da42ea60-2fa6-409c-b6dc-c79e54eaa029): Loading data parts 2026.04.07 05:21:44.565181 [ 3 ] {6b4a1e99-a86b-4209-b109-f5e0cb4dc602} oximeter.measurements_u16 (da42ea60-2fa6-409c-b6dc-c79e54eaa029): There are no data parts 2026.04.07 05:21:44.577985 [ 3 ] {6b4a1e99-a86b-4209-b109-f5e0cb4dc602} TCPHandler: Processed in 0.063358606 sec. 2026.04.07 05:21:44.578199 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:21:44.578414 [ 3 ] {0f4dfea7-d91c-4300-af7e-ebf3392c7907} executeQuery: (from [fd00:1122:3344:101::d]:59743) 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) 2026.04.07 05:21:44.578554 [ 3 ] {0f4dfea7-d91c-4300-af7e-ebf3392c7907} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2026.04.07 05:21:44.581388 [ 3 ] {0f4dfea7-d91c-4300-af7e-ebf3392c7907} oximeter.measurements_i32 (839fe5c3-3a92-4c4f-a8dd-8d5a7ace6384): Loading data parts 2026.04.07 05:21:44.581557 [ 3 ] {0f4dfea7-d91c-4300-af7e-ebf3392c7907} oximeter.measurements_i32 (839fe5c3-3a92-4c4f-a8dd-8d5a7ace6384): There are no data parts 2026.04.07 05:21:44.620653 [ 3 ] {0f4dfea7-d91c-4300-af7e-ebf3392c7907} TCPHandler: Processed in 0.042514882 sec. 2026.04.07 05:21:44.620841 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:21:44.621016 [ 3 ] {e65da4cc-84a8-4f4a-9ab4-9a7d80203334} executeQuery: (from [fd00:1122:3344:101::d]:59743) 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) 2026.04.07 05:21:44.621163 [ 3 ] {e65da4cc-84a8-4f4a-9ab4-9a7d80203334} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2026.04.07 05:21:44.645874 [ 3 ] {e65da4cc-84a8-4f4a-9ab4-9a7d80203334} oximeter.measurements_u32 (7578599b-f0a2-4537-8dce-e05834d56439): Loading data parts 2026.04.07 05:21:44.646056 [ 3 ] {e65da4cc-84a8-4f4a-9ab4-9a7d80203334} oximeter.measurements_u32 (7578599b-f0a2-4537-8dce-e05834d56439): There are no data parts 2026.04.07 05:21:44.656460 [ 3 ] {e65da4cc-84a8-4f4a-9ab4-9a7d80203334} TCPHandler: Processed in 0.035683173 sec. 2026.04.07 05:21:44.656649 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:21:44.656946 [ 3 ] {1764b5c4-f1c8-4e8c-ac0f-1b8bf5921223} executeQuery: (from [fd00:1122:3344:101::d]:59743) 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) 2026.04.07 05:21:44.657080 [ 3 ] {1764b5c4-f1c8-4e8c-ac0f-1b8bf5921223} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2026.04.07 05:21:44.661651 [ 3 ] {1764b5c4-f1c8-4e8c-ac0f-1b8bf5921223} oximeter.measurements_i64 (a5300f5a-ccdd-452e-ab03-c086e77f17f3): Loading data parts 2026.04.07 05:21:44.661848 [ 3 ] {1764b5c4-f1c8-4e8c-ac0f-1b8bf5921223} oximeter.measurements_i64 (a5300f5a-ccdd-452e-ab03-c086e77f17f3): There are no data parts 2026.04.07 05:21:44.672748 [ 3 ] {1764b5c4-f1c8-4e8c-ac0f-1b8bf5921223} TCPHandler: Processed in 0.016164675 sec. 2026.04.07 05:21:44.672913 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:21:44.673082 [ 3 ] {4ed2efbe-3295-4a2d-a66b-b4142afd3a1d} executeQuery: (from [fd00:1122:3344:101::d]:59743) 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) 2026.04.07 05:21:44.673212 [ 3 ] {4ed2efbe-3295-4a2d-a66b-b4142afd3a1d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2026.04.07 05:21:44.722888 [ 3 ] {4ed2efbe-3295-4a2d-a66b-b4142afd3a1d} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Loading data parts 2026.04.07 05:21:44.723299 [ 3 ] {4ed2efbe-3295-4a2d-a66b-b4142afd3a1d} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): There are no data parts 2026.04.07 05:21:44.738796 [ 3 ] {4ed2efbe-3295-4a2d-a66b-b4142afd3a1d} TCPHandler: Processed in 0.065935164 sec. 2026.04.07 05:21:44.738977 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:21:44.739233 [ 3 ] {65b05b78-0d4b-47fc-92cd-97439ba18617} executeQuery: (from [fd00:1122:3344:101::d]:59743) 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) 2026.04.07 05:21:44.739391 [ 3 ] {65b05b78-0d4b-47fc-92cd-97439ba18617} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2026.04.07 05:21:44.766042 [ 3 ] {65b05b78-0d4b-47fc-92cd-97439ba18617} oximeter.measurements_f32 (28931eaf-fa77-4f80-a9c4-319be9ff6470): Loading data parts 2026.04.07 05:21:44.766236 [ 3 ] {65b05b78-0d4b-47fc-92cd-97439ba18617} oximeter.measurements_f32 (28931eaf-fa77-4f80-a9c4-319be9ff6470): There are no data parts 2026.04.07 05:21:44.777431 [ 3 ] {65b05b78-0d4b-47fc-92cd-97439ba18617} TCPHandler: Processed in 0.038520437 sec. 2026.04.07 05:21:44.777609 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:21:44.777792 [ 3 ] {c46dab93-e6c1-4d22-bc73-1e4d4a974e00} executeQuery: (from [fd00:1122:3344:101::d]:59743) 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) 2026.04.07 05:21:44.777923 [ 3 ] {c46dab93-e6c1-4d22-bc73-1e4d4a974e00} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2026.04.07 05:21:44.783293 [ 3 ] {c46dab93-e6c1-4d22-bc73-1e4d4a974e00} oximeter.measurements_f64 (1a5d687c-bbdc-4ed2-bfff-5acda19793ec): Loading data parts 2026.04.07 05:21:44.783572 [ 3 ] {c46dab93-e6c1-4d22-bc73-1e4d4a974e00} oximeter.measurements_f64 (1a5d687c-bbdc-4ed2-bfff-5acda19793ec): There are no data parts 2026.04.07 05:21:44.794811 [ 3 ] {c46dab93-e6c1-4d22-bc73-1e4d4a974e00} TCPHandler: Processed in 0.017261795 sec. 2026.04.07 05:21:44.794998 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:21:44.795384 [ 3 ] {a657b51b-5f37-4998-ac16-ce1d4d443e83} executeQuery: (from [fd00:1122:3344:101::d]:59743) 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) 2026.04.07 05:21:44.795531 [ 3 ] {a657b51b-5f37-4998-ac16-ce1d4d443e83} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2026.04.07 05:21:44.819596 [ 3 ] {a657b51b-5f37-4998-ac16-ce1d4d443e83} oximeter.measurements_string (0516fd60-ebd9-4d9b-992e-d30305baace2): Loading data parts 2026.04.07 05:21:44.819755 [ 3 ] {a657b51b-5f37-4998-ac16-ce1d4d443e83} oximeter.measurements_string (0516fd60-ebd9-4d9b-992e-d30305baace2): There are no data parts 2026.04.07 05:21:44.844421 [ 3 ] {a657b51b-5f37-4998-ac16-ce1d4d443e83} TCPHandler: Processed in 0.049489883 sec. 2026.04.07 05:21:44.844590 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:21:44.844756 [ 3 ] {4ec8b351-d63e-41f6-bdd7-f3165b907d83} executeQuery: (from [fd00:1122:3344:101::d]:59743) 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) 2026.04.07 05:21:44.844899 [ 3 ] {4ec8b351-d63e-41f6-bdd7-f3165b907d83} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2026.04.07 05:21:44.868041 [ 3 ] {4ec8b351-d63e-41f6-bdd7-f3165b907d83} oximeter.measurements_bytes (511e0c94-6a13-4613-9829-5c213e22df64): Loading data parts 2026.04.07 05:21:44.868362 [ 3 ] {4ec8b351-d63e-41f6-bdd7-f3165b907d83} oximeter.measurements_bytes (511e0c94-6a13-4613-9829-5c213e22df64): There are no data parts 2026.04.07 05:21:44.871828 [ 3 ] {4ec8b351-d63e-41f6-bdd7-f3165b907d83} TCPHandler: Processed in 0.027296795 sec. 2026.04.07 05:21:44.871994 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:21:44.872166 [ 3 ] {33f1d053-0b9b-4193-b147-4d025a8cc437} executeQuery: (from [fd00:1122:3344:101::d]:59743) 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) 2026.04.07 05:21:44.872305 [ 3 ] {33f1d053-0b9b-4193-b147-4d025a8cc437} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2026.04.07 05:21:44.898178 [ 3 ] {33f1d053-0b9b-4193-b147-4d025a8cc437} oximeter.measurements_cumulativei64 (6ede5714-0e02-4c2e-8d9c-08081fd40399): Loading data parts 2026.04.07 05:21:44.898334 [ 3 ] {33f1d053-0b9b-4193-b147-4d025a8cc437} oximeter.measurements_cumulativei64 (6ede5714-0e02-4c2e-8d9c-08081fd40399): There are no data parts 2026.04.07 05:21:44.924689 [ 3 ] {33f1d053-0b9b-4193-b147-4d025a8cc437} TCPHandler: Processed in 0.052752355 sec. 2026.04.07 05:21:44.924913 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:21:44.925125 [ 3 ] {d226657e-a241-430e-b201-386106e93183} executeQuery: (from [fd00:1122:3344:101::d]:59743) 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) 2026.04.07 05:21:44.925316 [ 3 ] {d226657e-a241-430e-b201-386106e93183} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2026.04.07 05:21:44.960743 [ 3 ] {d226657e-a241-430e-b201-386106e93183} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Loading data parts 2026.04.07 05:21:44.961000 [ 3 ] {d226657e-a241-430e-b201-386106e93183} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): There are no data parts 2026.04.07 05:21:44.968000 [ 3 ] {d226657e-a241-430e-b201-386106e93183} TCPHandler: Processed in 0.043137744 sec. 2026.04.07 05:21:44.968186 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:21:44.968498 [ 3 ] {51eb1d22-f8a5-4897-9a4a-d927b98ecad3} executeQuery: (from [fd00:1122:3344:101::d]:59743) 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) 2026.04.07 05:21:44.968612 [ 3 ] {51eb1d22-f8a5-4897-9a4a-d927b98ecad3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2026.04.07 05:21:45.001151 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 125.19 MiB, peak 125.19 MiB, free memory in arenas 0.00 B, will set to 132.08 MiB (RSS), difference: 6.89 MiB 2026.04.07 05:21:45.004428 [ 3 ] {51eb1d22-f8a5-4897-9a4a-d927b98ecad3} oximeter.measurements_cumulativef32 (75c0b43b-307e-4610-87cb-9ef2b721efce): Loading data parts 2026.04.07 05:21:45.004733 [ 3 ] {51eb1d22-f8a5-4897-9a4a-d927b98ecad3} oximeter.measurements_cumulativef32 (75c0b43b-307e-4610-87cb-9ef2b721efce): There are no data parts 2026.04.07 05:21:45.032802 [ 3 ] {51eb1d22-f8a5-4897-9a4a-d927b98ecad3} TCPHandler: Processed in 0.06469087 sec. 2026.04.07 05:21:45.032962 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:21:45.033252 [ 3 ] {964ba5ed-9e9a-43d0-80c0-d1bc85450ab2} executeQuery: (from [fd00:1122:3344:101::d]:59743) 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) 2026.04.07 05:21:45.033373 [ 3 ] {964ba5ed-9e9a-43d0-80c0-d1bc85450ab2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2026.04.07 05:21:45.055798 [ 3 ] {964ba5ed-9e9a-43d0-80c0-d1bc85450ab2} oximeter.measurements_cumulativef64 (36e38b1c-dabb-4982-80df-f242180aa764): Loading data parts 2026.04.07 05:21:45.056084 [ 3 ] {964ba5ed-9e9a-43d0-80c0-d1bc85450ab2} oximeter.measurements_cumulativef64 (36e38b1c-dabb-4982-80df-f242180aa764): There are no data parts 2026.04.07 05:21:45.059013 [ 3 ] {964ba5ed-9e9a-43d0-80c0-d1bc85450ab2} TCPHandler: Processed in 0.026103343 sec. 2026.04.07 05:21:45.059173 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:21:45.059407 [ 3 ] {2d237c87-47e6-45b9-afea-801e8d6873d7} executeQuery: (from [fd00:1122:3344:101::d]:59743) 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) 2026.04.07 05:21:45.059563 [ 3 ] {2d237c87-47e6-45b9-afea-801e8d6873d7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2026.04.07 05:21:45.095469 [ 3 ] {2d237c87-47e6-45b9-afea-801e8d6873d7} oximeter.measurements_histogrami8 (526ad630-7fef-4975-8a30-46678cecb0fe): Loading data parts 2026.04.07 05:21:45.095811 [ 3 ] {2d237c87-47e6-45b9-afea-801e8d6873d7} oximeter.measurements_histogrami8 (526ad630-7fef-4975-8a30-46678cecb0fe): There are no data parts 2026.04.07 05:21:45.131595 [ 3 ] {2d237c87-47e6-45b9-afea-801e8d6873d7} TCPHandler: Processed in 0.072475628 sec. 2026.04.07 05:21:45.131772 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:21:45.132154 [ 3 ] {8961762b-2734-4c48-8b96-c7dd205dcc75} executeQuery: (from [fd00:1122:3344:101::d]:59743) 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) 2026.04.07 05:21:45.132310 [ 3 ] {8961762b-2734-4c48-8b96-c7dd205dcc75} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2026.04.07 05:21:45.169402 [ 3 ] {8961762b-2734-4c48-8b96-c7dd205dcc75} oximeter.measurements_histogramu8 (52bf012a-f989-46c9-9237-1127ed47f6e6): Loading data parts 2026.04.07 05:21:45.169584 [ 3 ] {8961762b-2734-4c48-8b96-c7dd205dcc75} oximeter.measurements_histogramu8 (52bf012a-f989-46c9-9237-1127ed47f6e6): There are no data parts 2026.04.07 05:21:45.181182 [ 3 ] {8961762b-2734-4c48-8b96-c7dd205dcc75} TCPHandler: Processed in 0.049472983 sec. 2026.04.07 05:21:45.181439 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:21:45.181663 [ 3 ] {63ff9a86-6e18-441d-a260-f19bf69c43fe} executeQuery: (from [fd00:1122:3344:101::d]:59743) 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) 2026.04.07 05:21:45.181791 [ 3 ] {63ff9a86-6e18-441d-a260-f19bf69c43fe} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2026.04.07 05:21:45.197266 [ 3 ] {63ff9a86-6e18-441d-a260-f19bf69c43fe} oximeter.measurements_histogrami16 (1faa361f-1409-4dc0-bb33-a2d15f35795b): Loading data parts 2026.04.07 05:21:45.197581 [ 3 ] {63ff9a86-6e18-441d-a260-f19bf69c43fe} oximeter.measurements_histogrami16 (1faa361f-1409-4dc0-bb33-a2d15f35795b): There are no data parts 2026.04.07 05:21:45.208889 [ 3 ] {63ff9a86-6e18-441d-a260-f19bf69c43fe} TCPHandler: Processed in 0.027515399 sec. 2026.04.07 05:21:45.209044 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:21:45.209315 [ 3 ] {510b23f8-f073-4f60-b91b-6facfb494ba9} executeQuery: (from [fd00:1122:3344:101::d]:59743) 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) 2026.04.07 05:21:45.209446 [ 3 ] {510b23f8-f073-4f60-b91b-6facfb494ba9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2026.04.07 05:21:45.231715 [ 3 ] {510b23f8-f073-4f60-b91b-6facfb494ba9} oximeter.measurements_histogramu16 (b25fc7db-0d4c-4779-8d18-36223ef547bf): Loading data parts 2026.04.07 05:21:45.231914 [ 3 ] {510b23f8-f073-4f60-b91b-6facfb494ba9} oximeter.measurements_histogramu16 (b25fc7db-0d4c-4779-8d18-36223ef547bf): There are no data parts 2026.04.07 05:21:45.257159 [ 3 ] {510b23f8-f073-4f60-b91b-6facfb494ba9} TCPHandler: Processed in 0.048163459 sec. 2026.04.07 05:21:45.257552 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:21:45.257770 [ 3 ] {56b8236a-8eff-4ffb-a465-4d5841a2e3c9} executeQuery: (from [fd00:1122:3344:101::d]:59743) 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) 2026.04.07 05:21:45.257911 [ 3 ] {56b8236a-8eff-4ffb-a465-4d5841a2e3c9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2026.04.07 05:21:45.283926 [ 3 ] {56b8236a-8eff-4ffb-a465-4d5841a2e3c9} oximeter.measurements_histogrami32 (7bf5392f-1f84-4611-a716-047b1e3197be): Loading data parts 2026.04.07 05:21:45.284077 [ 3 ] {56b8236a-8eff-4ffb-a465-4d5841a2e3c9} oximeter.measurements_histogrami32 (7bf5392f-1f84-4611-a716-047b1e3197be): There are no data parts 2026.04.07 05:21:45.308932 [ 3 ] {56b8236a-8eff-4ffb-a465-4d5841a2e3c9} TCPHandler: Processed in 0.051438041 sec. 2026.04.07 05:21:45.309095 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:21:45.309307 [ 3 ] {158ca790-dec3-4894-9635-79b20f77af17} executeQuery: (from [fd00:1122:3344:101::d]:59743) 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) 2026.04.07 05:21:45.309441 [ 3 ] {158ca790-dec3-4894-9635-79b20f77af17} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2026.04.07 05:21:45.343946 [ 3 ] {158ca790-dec3-4894-9635-79b20f77af17} oximeter.measurements_histogramu32 (e527c07e-2c9b-4c7c-afcf-edaebfd2fc02): Loading data parts 2026.04.07 05:21:45.344156 [ 3 ] {158ca790-dec3-4894-9635-79b20f77af17} oximeter.measurements_histogramu32 (e527c07e-2c9b-4c7c-afcf-edaebfd2fc02): There are no data parts 2026.04.07 05:21:45.370703 [ 3 ] {158ca790-dec3-4894-9635-79b20f77af17} TCPHandler: Processed in 0.061661994 sec. 2026.04.07 05:21:45.371059 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:21:45.371585 [ 3 ] {1d14b4e5-65dd-44f7-9407-6fb94122bf71} executeQuery: (from [fd00:1122:3344:101::d]:59743) 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) 2026.04.07 05:21:45.371721 [ 3 ] {1d14b4e5-65dd-44f7-9407-6fb94122bf71} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2026.04.07 05:21:45.386094 [ 3 ] {1d14b4e5-65dd-44f7-9407-6fb94122bf71} oximeter.measurements_histogrami64 (a2aa65b1-32a5-44d2-8e74-d585e85b8705): Loading data parts 2026.04.07 05:21:45.386251 [ 3 ] {1d14b4e5-65dd-44f7-9407-6fb94122bf71} oximeter.measurements_histogrami64 (a2aa65b1-32a5-44d2-8e74-d585e85b8705): There are no data parts 2026.04.07 05:21:45.396885 [ 3 ] {1d14b4e5-65dd-44f7-9407-6fb94122bf71} TCPHandler: Processed in 0.025930749 sec. 2026.04.07 05:21:45.397167 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:21:45.397393 [ 3 ] {a5342c68-1f70-4036-9a41-4efb7b1a0835} executeQuery: (from [fd00:1122:3344:101::d]:59743) 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) 2026.04.07 05:21:45.397551 [ 3 ] {a5342c68-1f70-4036-9a41-4efb7b1a0835} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2026.04.07 05:21:45.422402 [ 3 ] {a5342c68-1f70-4036-9a41-4efb7b1a0835} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Loading data parts 2026.04.07 05:21:45.422639 [ 3 ] {a5342c68-1f70-4036-9a41-4efb7b1a0835} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): There are no data parts 2026.04.07 05:21:45.428996 [ 3 ] {a5342c68-1f70-4036-9a41-4efb7b1a0835} TCPHandler: Processed in 0.031918343 sec. 2026.04.07 05:21:45.429172 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:21:45.429563 [ 3 ] {ae243e0b-0376-4e79-a78d-093e6f0bf100} executeQuery: (from [fd00:1122:3344:101::d]:59743) 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) 2026.04.07 05:21:45.429744 [ 3 ] {ae243e0b-0376-4e79-a78d-093e6f0bf100} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2026.04.07 05:21:45.453245 [ 3 ] {ae243e0b-0376-4e79-a78d-093e6f0bf100} oximeter.measurements_histogramf32 (3e04e670-d976-4b4c-a7f9-ba355fac188d): Loading data parts 2026.04.07 05:21:45.453402 [ 3 ] {ae243e0b-0376-4e79-a78d-093e6f0bf100} oximeter.measurements_histogramf32 (3e04e670-d976-4b4c-a7f9-ba355fac188d): There are no data parts 2026.04.07 05:21:45.478236 [ 3 ] {ae243e0b-0376-4e79-a78d-093e6f0bf100} TCPHandler: Processed in 0.049129387 sec. 2026.04.07 05:21:45.478394 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:21:45.478605 [ 3 ] {cb04fd2b-e5e6-41d6-9348-4d2b520fe686} executeQuery: (from [fd00:1122:3344:101::d]:59743) 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) 2026.04.07 05:21:45.478777 [ 3 ] {cb04fd2b-e5e6-41d6-9348-4d2b520fe686} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2026.04.07 05:21:45.489549 [ 3 ] {cb04fd2b-e5e6-41d6-9348-4d2b520fe686} oximeter.measurements_histogramf64 (3c498d34-ed52-4d9a-8839-373f90aceac5): Loading data parts 2026.04.07 05:21:45.489840 [ 3 ] {cb04fd2b-e5e6-41d6-9348-4d2b520fe686} oximeter.measurements_histogramf64 (3c498d34-ed52-4d9a-8839-373f90aceac5): There are no data parts 2026.04.07 05:21:45.493260 [ 3 ] {cb04fd2b-e5e6-41d6-9348-4d2b520fe686} TCPHandler: Processed in 0.014916211 sec. 2026.04.07 05:21:45.493416 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:21:45.493749 [ 3 ] {4a82bdc4-0042-4335-bc4d-1e2fad2687e1} executeQuery: (from [fd00:1122:3344:101::d]:59743) /* 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) 2026.04.07 05:21:45.493901 [ 3 ] {4a82bdc4-0042-4335-bc4d-1e2fad2687e1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2026.04.07 05:21:45.518860 [ 3 ] {4a82bdc4-0042-4335-bc4d-1e2fad2687e1} oximeter.fields_bool (46488a16-c117-4db6-831c-d37f906c006b): Loading data parts 2026.04.07 05:21:45.519096 [ 3 ] {4a82bdc4-0042-4335-bc4d-1e2fad2687e1} oximeter.fields_bool (46488a16-c117-4db6-831c-d37f906c006b): There are no data parts 2026.04.07 05:21:45.557381 [ 3 ] {4a82bdc4-0042-4335-bc4d-1e2fad2687e1} TCPHandler: Processed in 0.064016187 sec. 2026.04.07 05:21:45.557655 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:21:45.557851 [ 3 ] {1b066575-08cd-4861-b189-6a55f202fa09} executeQuery: (from [fd00:1122:3344:101::d]:59743) 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) 2026.04.07 05:21:45.558000 [ 3 ] {1b066575-08cd-4861-b189-6a55f202fa09} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2026.04.07 05:21:45.591735 [ 3 ] {1b066575-08cd-4861-b189-6a55f202fa09} oximeter.fields_i8 (596ce025-e6e0-4b9c-aa9d-451f444d6119): Loading data parts 2026.04.07 05:21:45.591975 [ 3 ] {1b066575-08cd-4861-b189-6a55f202fa09} oximeter.fields_i8 (596ce025-e6e0-4b9c-aa9d-451f444d6119): There are no data parts 2026.04.07 05:21:45.595299 [ 3 ] {1b066575-08cd-4861-b189-6a55f202fa09} TCPHandler: Processed in 0.037709862 sec. 2026.04.07 05:21:45.595463 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:21:45.595715 [ 3 ] {3b37eb32-b4f9-4d15-b85e-cc8bcc768f09} executeQuery: (from [fd00:1122:3344:101::d]:59743) 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) 2026.04.07 05:21:45.595795 [ 3 ] {3b37eb32-b4f9-4d15-b85e-cc8bcc768f09} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2026.04.07 05:21:45.633255 [ 3 ] {3b37eb32-b4f9-4d15-b85e-cc8bcc768f09} oximeter.fields_u8 (0286c37b-6235-46e9-9a40-c9bc493e69eb): Loading data parts 2026.04.07 05:21:45.633414 [ 3 ] {3b37eb32-b4f9-4d15-b85e-cc8bcc768f09} oximeter.fields_u8 (0286c37b-6235-46e9-9a40-c9bc493e69eb): There are no data parts 2026.04.07 05:21:45.667970 [ 3 ] {3b37eb32-b4f9-4d15-b85e-cc8bcc768f09} TCPHandler: Processed in 0.072556109 sec. 2026.04.07 05:21:45.668313 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:21:45.668484 [ 3 ] {874c9447-4bb2-4ea7-b5af-7b3534f06310} executeQuery: (from [fd00:1122:3344:101::d]:59743) 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) 2026.04.07 05:21:45.668615 [ 3 ] {874c9447-4bb2-4ea7-b5af-7b3534f06310} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2026.04.07 05:21:45.685564 [ 3 ] {874c9447-4bb2-4ea7-b5af-7b3534f06310} oximeter.fields_i16 (19a28ab3-93b8-470f-bc08-bb1de0445c9c): Loading data parts 2026.04.07 05:21:45.685829 [ 3 ] {874c9447-4bb2-4ea7-b5af-7b3534f06310} oximeter.fields_i16 (19a28ab3-93b8-470f-bc08-bb1de0445c9c): There are no data parts 2026.04.07 05:21:45.695681 [ 3 ] {874c9447-4bb2-4ea7-b5af-7b3534f06310} TCPHandler: Processed in 0.027431668 sec. 2026.04.07 05:21:45.695863 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:21:45.696146 [ 3 ] {e8b943f7-c5c8-45a6-89ce-81a339918347} executeQuery: (from [fd00:1122:3344:101::d]:59743) 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) 2026.04.07 05:21:45.696245 [ 3 ] {e8b943f7-c5c8-45a6-89ce-81a339918347} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2026.04.07 05:21:45.722622 [ 3 ] {e8b943f7-c5c8-45a6-89ce-81a339918347} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Loading data parts 2026.04.07 05:21:45.722776 [ 3 ] {e8b943f7-c5c8-45a6-89ce-81a339918347} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): There are no data parts 2026.04.07 05:21:45.760498 [ 3 ] {e8b943f7-c5c8-45a6-89ce-81a339918347} TCPHandler: Processed in 0.064698501 sec. 2026.04.07 05:21:45.760746 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:21:45.760907 [ 3 ] {78d7470b-72ba-4ff6-9c22-1caabdadf929} executeQuery: (from [fd00:1122:3344:101::d]:59743) 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) 2026.04.07 05:21:45.761029 [ 3 ] {78d7470b-72ba-4ff6-9c22-1caabdadf929} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2026.04.07 05:21:45.771621 [ 3 ] {78d7470b-72ba-4ff6-9c22-1caabdadf929} oximeter.fields_i32 (653ed722-c0f2-44bf-887f-489489733dda): Loading data parts 2026.04.07 05:21:45.771905 [ 3 ] {78d7470b-72ba-4ff6-9c22-1caabdadf929} oximeter.fields_i32 (653ed722-c0f2-44bf-887f-489489733dda): There are no data parts 2026.04.07 05:21:45.776025 [ 3 ] {78d7470b-72ba-4ff6-9c22-1caabdadf929} TCPHandler: Processed in 0.015331459 sec. 2026.04.07 05:21:45.776188 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:21:45.776444 [ 3 ] {d0a9c4dc-a49f-4a92-b5b2-076be69d4776} executeQuery: (from [fd00:1122:3344:101::d]:59743) 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) 2026.04.07 05:21:45.776570 [ 3 ] {d0a9c4dc-a49f-4a92-b5b2-076be69d4776} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2026.04.07 05:21:45.798576 [ 3 ] {d0a9c4dc-a49f-4a92-b5b2-076be69d4776} oximeter.fields_u32 (77106049-3b56-443c-8974-c866b1324d40): Loading data parts 2026.04.07 05:21:45.798840 [ 3 ] {d0a9c4dc-a49f-4a92-b5b2-076be69d4776} oximeter.fields_u32 (77106049-3b56-443c-8974-c866b1324d40): There are no data parts 2026.04.07 05:21:45.814087 [ 3 ] {d0a9c4dc-a49f-4a92-b5b2-076be69d4776} TCPHandler: Processed in 0.037951206 sec. 2026.04.07 05:21:45.814361 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:21:45.814526 [ 3 ] {a0bfb57c-5844-46cb-8d2b-0795e1d04d1c} executeQuery: (from [fd00:1122:3344:101::d]:59743) 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) 2026.04.07 05:21:45.814704 [ 3 ] {a0bfb57c-5844-46cb-8d2b-0795e1d04d1c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2026.04.07 05:21:45.835296 [ 3 ] {a0bfb57c-5844-46cb-8d2b-0795e1d04d1c} oximeter.fields_i64 (1f14afef-8b3a-429e-a260-efb5d02a9d38): Loading data parts 2026.04.07 05:21:45.835660 [ 3 ] {a0bfb57c-5844-46cb-8d2b-0795e1d04d1c} oximeter.fields_i64 (1f14afef-8b3a-429e-a260-efb5d02a9d38): There are no data parts 2026.04.07 05:21:45.861296 [ 3 ] {a0bfb57c-5844-46cb-8d2b-0795e1d04d1c} TCPHandler: Processed in 0.046990986 sec. 2026.04.07 05:21:45.861471 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:21:45.861752 [ 3 ] {df19b913-f19a-4761-8c08-2c26848f0bd3} executeQuery: (from [fd00:1122:3344:101::d]:59743) 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) 2026.04.07 05:21:45.861888 [ 3 ] {df19b913-f19a-4761-8c08-2c26848f0bd3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2026.04.07 05:21:45.876416 [ 3 ] {df19b913-f19a-4761-8c08-2c26848f0bd3} oximeter.fields_u64 (694db3f7-adc1-48c0-aa80-2e45c79f29b4): Loading data parts 2026.04.07 05:21:45.876567 [ 3 ] {df19b913-f19a-4761-8c08-2c26848f0bd3} oximeter.fields_u64 (694db3f7-adc1-48c0-aa80-2e45c79f29b4): There are no data parts 2026.04.07 05:21:45.899598 [ 3 ] {df19b913-f19a-4761-8c08-2c26848f0bd3} TCPHandler: Processed in 0.038190571 sec. 2026.04.07 05:21:45.899865 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:21:45.900067 [ 3 ] {437f2d7c-22b5-4688-9b90-bcd7ad7ec796} executeQuery: (from [fd00:1122:3344:101::d]:59743) 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) 2026.04.07 05:21:45.900247 [ 3 ] {437f2d7c-22b5-4688-9b90-bcd7ad7ec796} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2026.04.07 05:21:45.939967 [ 3 ] {437f2d7c-22b5-4688-9b90-bcd7ad7ec796} oximeter.fields_ipaddr (825a423c-b132-44a1-9146-cfb597c4352e): Loading data parts 2026.04.07 05:21:45.940266 [ 3 ] {437f2d7c-22b5-4688-9b90-bcd7ad7ec796} oximeter.fields_ipaddr (825a423c-b132-44a1-9146-cfb597c4352e): There are no data parts 2026.04.07 05:21:45.965583 [ 3 ] {437f2d7c-22b5-4688-9b90-bcd7ad7ec796} TCPHandler: Processed in 0.065789641 sec. 2026.04.07 05:21:45.965794 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:21:45.966140 [ 3 ] {c6dacec9-503e-42f9-b976-51f4f004a045} executeQuery: (from [fd00:1122:3344:101::d]:59743) 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) 2026.04.07 05:21:45.966353 [ 3 ] {c6dacec9-503e-42f9-b976-51f4f004a045} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2026.04.07 05:21:45.994396 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:37606 2026.04.07 05:21:45.994568 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:21:45.994604 [ 262 ] {} TCP-Session: b9835f5e-2375-40ee-b441-0dbc861c5920 Authenticating user 'default' from [fd00:1122:3344:101::a]:37606 2026.04.07 05:21:45.994762 [ 262 ] {} TCP-Session: b9835f5e-2375-40ee-b441-0dbc861c5920 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:21:45.994778 [ 262 ] {} TCP-Session: b9835f5e-2375-40ee-b441-0dbc861c5920 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:21:45.994839 [ 262 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.04.07 05:21:45.995018 [ 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 2026.04.07 05:21:45.995040 [ 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 2026.04.07 05:21:45.996069 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:50645 2026.04.07 05:21:45.996152 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:58972 2026.04.07 05:21:45.996290 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:21:45.996333 [ 263 ] {} TCP-Session: 5487cf61-1468-47fb-b644-53621018a77c Authenticating user 'default' from [fd00:1122:3344:101::a]:50645 2026.04.07 05:21:45.996356 [ 263 ] {} TCP-Session: 5487cf61-1468-47fb-b644-53621018a77c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:21:45.996474 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:21:45.996397 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:50294 2026.04.07 05:21:45.996510 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:62236 2026.04.07 05:21:45.996537 [ 263 ] {} TCP-Session: 5487cf61-1468-47fb-b644-53621018a77c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:21:45.996589 [ 264 ] {} TCP-Session: 2461512d-2366-46bc-8acb-e274e9b33b9f Authenticating user 'default' from [fd00:1122:3344:101::a]:58972 2026.04.07 05:21:45.996575 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:51335 2026.04.07 05:21:45.996385 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:63349 2026.04.07 05:21:45.996703 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:21:45.996800 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:21:45.996733 [ 264 ] {} TCP-Session: 2461512d-2366-46bc-8acb-e274e9b33b9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:21:45.996708 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:40024 2026.04.07 05:21:45.996929 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:21:45.996928 [ 267 ] {} TCP-Session: 06e1c2b1-ad2d-43db-8fc9-454f3d8206a3 Authenticating user 'default' from [fd00:1122:3344:101::a]:62236 2026.04.07 05:21:45.996924 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:21:45.996909 [ 265 ] {} TCP-Session: fd4b386d-b8d5-47ce-a283-b44a0e90b762 Authenticating user 'default' from [fd00:1122:3344:101::a]:50294 2026.04.07 05:21:45.997050 [ 266 ] {} TCP-Session: 51193462-e272-44aa-b667-be924f9ebfbe Authenticating user 'default' from [fd00:1122:3344:101::a]:63349 2026.04.07 05:21:45.997037 [ 268 ] {} TCP-Session: 2832fbf9-9890-40b1-bf92-27b8edcfed6f Authenticating user 'default' from [fd00:1122:3344:101::a]:51335 2026.04.07 05:21:45.997021 [ 267 ] {} TCP-Session: 06e1c2b1-ad2d-43db-8fc9-454f3d8206a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:21:45.997153 [ 265 ] {} TCP-Session: fd4b386d-b8d5-47ce-a283-b44a0e90b762 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:21:45.997187 [ 268 ] {} TCP-Session: 2832fbf9-9890-40b1-bf92-27b8edcfed6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:21:45.997201 [ 266 ] {} TCP-Session: 51193462-e272-44aa-b667-be924f9ebfbe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:21:45.997266 [ 268 ] {} TCP-Session: 2832fbf9-9890-40b1-bf92-27b8edcfed6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:21:45.997280 [ 265 ] {} TCP-Session: fd4b386d-b8d5-47ce-a283-b44a0e90b762 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:21:45.997250 [ 267 ] {} TCP-Session: 06e1c2b1-ad2d-43db-8fc9-454f3d8206a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:21:45.997361 [ 266 ] {} TCP-Session: 51193462-e272-44aa-b667-be924f9ebfbe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:21:45.997117 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:21:45.996906 [ 264 ] {} TCP-Session: 2461512d-2366-46bc-8acb-e274e9b33b9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:21:45.997534 [ 269 ] {} TCP-Session: c2c2e67e-5b11-4acc-9acd-fa02e6d57861 Authenticating user 'default' from [fd00:1122:3344:101::a]:40024 2026.04.07 05:21:45.997609 [ 269 ] {} TCP-Session: c2c2e67e-5b11-4acc-9acd-fa02e6d57861 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:21:45.997622 [ 269 ] {} TCP-Session: c2c2e67e-5b11-4acc-9acd-fa02e6d57861 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:21:46.013727 [ 3 ] {c6dacec9-503e-42f9-b976-51f4f004a045} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Loading data parts 2026.04.07 05:21:46.013892 [ 3 ] {c6dacec9-503e-42f9-b976-51f4f004a045} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): There are no data parts 2026.04.07 05:21:46.037890 [ 3 ] {c6dacec9-503e-42f9-b976-51f4f004a045} TCPHandler: Processed in 0.072168932 sec. 2026.04.07 05:21:46.038177 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:21:46.038362 [ 3 ] {272df2af-2108-4418-9be9-0525e4ccef15} executeQuery: (from [fd00:1122:3344:101::d]:59743) 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) 2026.04.07 05:21:46.038507 [ 3 ] {272df2af-2108-4418-9be9-0525e4ccef15} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2026.04.07 05:21:46.042196 [ 3 ] {272df2af-2108-4418-9be9-0525e4ccef15} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Loading data parts 2026.04.07 05:21:46.042479 [ 3 ] {272df2af-2108-4418-9be9-0525e4ccef15} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): There are no data parts 2026.04.07 05:21:46.067248 [ 3 ] {272df2af-2108-4418-9be9-0525e4ccef15} TCPHandler: Processed in 0.02912753 sec. 2026.04.07 05:21:46.067442 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:21:46.067828 [ 3 ] {44149758-af1e-4bdd-8e7c-8cbf38f6eb1a} executeQuery: (from [fd00:1122:3344:101::d]:59743) /* 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) 2026.04.07 05:21:46.068006 [ 3 ] {44149758-af1e-4bdd-8e7c-8cbf38f6eb1a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2026.04.07 05:21:46.077039 [ 3 ] {44149758-af1e-4bdd-8e7c-8cbf38f6eb1a} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5): Loading data parts 2026.04.07 05:21:46.077244 [ 3 ] {44149758-af1e-4bdd-8e7c-8cbf38f6eb1a} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5): There are no data parts 2026.04.07 05:21:46.079769 [ 3 ] {44149758-af1e-4bdd-8e7c-8cbf38f6eb1a} TCPHandler: Processed in 0.012387344 sec. 2026.04.07 05:21:46.080166 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:21:46.080546 [ 5 ] {f68ec0e2-dd44-43eb-8d71-728d11023bd4} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2026.04.07 05:21:46.082322 [ 5 ] {f68ec0e2-dd44-43eb-8d71-728d11023bd4} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2026.04.07 05:21:46.100448 [ 260 ] {f68ec0e2-dd44-43eb-8d71-728d11023bd4} oximeter.version (b59983b3-b885-480b-8202-da32017c82ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:21:46.100490 [ 260 ] {f68ec0e2-dd44-43eb-8d71-728d11023bd4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.04.07 05:21:46.105386 [ 260 ] {f68ec0e2-dd44-43eb-8d71-728d11023bd4} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.07 05:21:46.105905 [ 260 ] {f68ec0e2-dd44-43eb-8d71-728d11023bd4} oximeter.version (b59983b3-b885-480b-8202-da32017c82ac): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:21:46.106271 [ 5 ] {f68ec0e2-dd44-43eb-8d71-728d11023bd4} executeQuery: Read 1 rows, 16.00 B in 0.025966 sec., 38.51190017715474 rows/sec., 616.19 B/sec. 2026.04.07 05:21:46.106493 [ 5 ] {f68ec0e2-dd44-43eb-8d71-728d11023bd4} TCPHandler: Processed in 0.026570341 sec. 2026.04.07 05:21:46.880340 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:41487 2026.04.07 05:21:46.880485 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:21:46.880667 [ 270 ] {} TCP-Session: fcc7ae33-54da-40b8-acb4-eb4cfa25914f Authenticating user 'default' from [fd00:1122:3344:101::b]:41487 2026.04.07 05:21:46.880692 [ 270 ] {} TCP-Session: fcc7ae33-54da-40b8-acb4-eb4cfa25914f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:21:46.880704 [ 270 ] {} TCP-Session: fcc7ae33-54da-40b8-acb4-eb4cfa25914f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:21:46.880911 [ 270 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.04.07 05:21:46.880943 [ 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 2026.04.07 05:21:46.881069 [ 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 2026.04.07 05:21:46.882078 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:44364 2026.04.07 05:21:46.882171 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:49869 2026.04.07 05:21:46.882248 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:43937 2026.04.07 05:21:46.882305 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:44745 2026.04.07 05:21:46.882388 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:62361 2026.04.07 05:21:46.882440 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:21:46.882533 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:21:46.882552 [ 271 ] {} TCP-Session: 1c6ebf53-179b-4af9-a19c-87d6efddd20e Authenticating user 'default' from [fd00:1122:3344:101::b]:44364 2026.04.07 05:21:46.882588 [ 271 ] {} TCP-Session: 1c6ebf53-179b-4af9-a19c-87d6efddd20e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:21:46.882588 [ 272 ] {} TCP-Session: d553f53a-2132-44bb-a21e-030cb736eaad Authenticating user 'default' from [fd00:1122:3344:101::b]:49869 2026.04.07 05:21:46.882676 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:49796 2026.04.07 05:21:46.882712 [ 271 ] {} TCP-Session: 1c6ebf53-179b-4af9-a19c-87d6efddd20e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:21:46.882744 [ 272 ] {} TCP-Session: d553f53a-2132-44bb-a21e-030cb736eaad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:21:46.882854 [ 272 ] {} TCP-Session: d553f53a-2132-44bb-a21e-030cb736eaad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:21:46.882855 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:21:46.882928 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:21:46.882896 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:21:46.882901 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:49411 2026.04.07 05:21:46.883022 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:21:46.883090 [ 275 ] {} TCP-Session: 33c282ab-19b5-444c-aa92-f89ef4b25448 Authenticating user 'default' from [fd00:1122:3344:101::b]:62361 2026.04.07 05:21:46.883053 [ 273 ] {} TCP-Session: 6832fd3f-c2e2-41e7-9300-db189c17d03c Authenticating user 'default' from [fd00:1122:3344:101::b]:43937 2026.04.07 05:21:46.883033 [ 274 ] {} TCP-Session: 039b0e69-71f7-475f-abea-25bcc4482045 Authenticating user 'default' from [fd00:1122:3344:101::b]:44745 2026.04.07 05:21:46.883213 [ 275 ] {} TCP-Session: 33c282ab-19b5-444c-aa92-f89ef4b25448 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:21:46.883202 [ 273 ] {} TCP-Session: 6832fd3f-c2e2-41e7-9300-db189c17d03c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:21:46.883191 [ 276 ] {} TCP-Session: 0d7482b8-7ba4-497e-881d-fb755e91bb2a Authenticating user 'default' from [fd00:1122:3344:101::b]:49796 2026.04.07 05:21:46.883327 [ 275 ] {} TCP-Session: 33c282ab-19b5-444c-aa92-f89ef4b25448 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:21:46.883316 [ 274 ] {} TCP-Session: 039b0e69-71f7-475f-abea-25bcc4482045 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:21:46.883314 [ 273 ] {} TCP-Session: 6832fd3f-c2e2-41e7-9300-db189c17d03c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:21:46.883429 [ 274 ] {} TCP-Session: 039b0e69-71f7-475f-abea-25bcc4482045 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:21:46.883419 [ 276 ] {} TCP-Session: 0d7482b8-7ba4-497e-881d-fb755e91bb2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:21:46.883169 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:21:46.883521 [ 276 ] {} TCP-Session: 0d7482b8-7ba4-497e-881d-fb755e91bb2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:21:46.883623 [ 277 ] {} TCP-Session: f863bb36-43e8-483a-8e29-e53bcc25e7e0 Authenticating user 'default' from [fd00:1122:3344:101::b]:49411 2026.04.07 05:21:46.883650 [ 277 ] {} TCP-Session: f863bb36-43e8-483a-8e29-e53bcc25e7e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:21:46.883741 [ 277 ] {} TCP-Session: f863bb36-43e8-483a-8e29-e53bcc25e7e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:21:47.000186 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 135.11 MiB, peak 135.11 MiB, free memory in arenas 0.00 B, will set to 139.30 MiB (RSS), difference: 4.18 MiB 2026.04.07 05:21:49.357782 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:39315 2026.04.07 05:21:49.358452 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:21:49.358533 [ 278 ] {} TCP-Session: 378d0bb9-235a-494e-9311-9fc03d242e76 Authenticating user 'default' from [fd00:1122:3344:101::c]:39315 2026.04.07 05:21:49.358556 [ 278 ] {} TCP-Session: 378d0bb9-235a-494e-9311-9fc03d242e76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:21:49.358568 [ 278 ] {} TCP-Session: 378d0bb9-235a-494e-9311-9fc03d242e76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:21:49.359612 [ 278 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.04.07 05:21:49.359641 [ 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 2026.04.07 05:21:49.360067 [ 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 2026.04.07 05:21:49.361226 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:41099 2026.04.07 05:21:49.361327 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:50311 2026.04.07 05:21:49.361377 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:52818 2026.04.07 05:21:49.361436 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:21:49.361535 [ 279 ] {} TCP-Session: a40a9c86-24fc-4b13-915f-cb772efefa59 Authenticating user 'default' from [fd00:1122:3344:101::c]:41099 2026.04.07 05:21:49.361618 [ 279 ] {} TCP-Session: a40a9c86-24fc-4b13-915f-cb772efefa59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:21:49.361639 [ 279 ] {} TCP-Session: a40a9c86-24fc-4b13-915f-cb772efefa59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:21:49.361695 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:35258 2026.04.07 05:21:49.361705 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:55189 2026.04.07 05:21:49.361670 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:21:49.361771 [ 284 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:57480 2026.04.07 05:21:49.361809 [ 281 ] {} TCP-Session: 00396de1-e21b-4330-8529-bb0dfd2d5980 Authenticating user 'default' from [fd00:1122:3344:101::c]:52818 2026.04.07 05:21:49.361641 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:21:49.361963 [ 281 ] {} TCP-Session: 00396de1-e21b-4330-8529-bb0dfd2d5980 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:21:49.361984 [ 281 ] {} TCP-Session: 00396de1-e21b-4330-8529-bb0dfd2d5980 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:21:49.362003 [ 285 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:41968 2026.04.07 05:21:49.361991 [ 280 ] {} TCP-Session: 5e8458f0-a7ac-44a2-9bf7-127e3645b9dc Authenticating user 'default' from [fd00:1122:3344:101::c]:50311 2026.04.07 05:21:49.362080 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:21:49.362111 [ 280 ] {} TCP-Session: 5e8458f0-a7ac-44a2-9bf7-127e3645b9dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:21:49.362183 [ 284 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:21:49.362207 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:21:49.362231 [ 283 ] {} TCP-Session: 57954a76-6168-4f61-8cd8-6d492e3153fa Authenticating user 'default' from [fd00:1122:3344:101::c]:35258 2026.04.07 05:21:49.362295 [ 285 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:21:49.362269 [ 282 ] {} TCP-Session: bb55625e-a9c6-4c93-90b7-bf343e65feb8 Authenticating user 'default' from [fd00:1122:3344:101::c]:55189 2026.04.07 05:21:49.362252 [ 280 ] {} TCP-Session: 5e8458f0-a7ac-44a2-9bf7-127e3645b9dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:21:49.362420 [ 285 ] {} TCP-Session: bdc46691-025d-43c2-b48a-1210b7262bd6 Authenticating user 'default' from [fd00:1122:3344:101::c]:41968 2026.04.07 05:21:49.362400 [ 282 ] {} TCP-Session: bb55625e-a9c6-4c93-90b7-bf343e65feb8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:21:49.362238 [ 284 ] {} TCP-Session: 244329f5-10d5-4c1d-a73b-80688f30cfe5 Authenticating user 'default' from [fd00:1122:3344:101::c]:57480 2026.04.07 05:21:49.362518 [ 282 ] {} TCP-Session: bb55625e-a9c6-4c93-90b7-bf343e65feb8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:21:49.362534 [ 285 ] {} TCP-Session: bdc46691-025d-43c2-b48a-1210b7262bd6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:21:49.362384 [ 283 ] {} TCP-Session: 57954a76-6168-4f61-8cd8-6d492e3153fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:21:49.362615 [ 285 ] {} TCP-Session: bdc46691-025d-43c2-b48a-1210b7262bd6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:21:49.362596 [ 284 ] {} TCP-Session: 244329f5-10d5-4c1d-a73b-80688f30cfe5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:21:49.362711 [ 283 ] {} TCP-Session: 57954a76-6168-4f61-8cd8-6d492e3153fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:21:49.362728 [ 284 ] {} TCP-Session: 244329f5-10d5-4c1d-a73b-80688f30cfe5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:21:50.636343 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2026.04.07 05:21:50.636409 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 2026.04.07 05:21:50.636444 [ 243 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2026.04.07 05:21:50.636643 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2026.04.07 05:21:50.652366 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Loading data parts 2026.04.07 05:21:50.652574 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): There are no data parts 2026.04.07 05:21:50.663790 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Loading data parts 2026.04.07 05:21:50.664004 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): There are no data parts 2026.04.07 05:21:50.671159 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:21:50.671285 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.04.07 05:21:50.676611 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.07 05:21:50.677114 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:21:50.677287 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 2026.04.07 05:21:50.707843 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:21:50.707895 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.04.07 05:21:50.714259 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.07 05:21:50.716160 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:21:50.720530 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2026.04.07 05:21:51.000276 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 144.85 MiB, peak 148.85 MiB, free memory in arenas 0.00 B, will set to 153.96 MiB (RSS), difference: 9.11 MiB 2026.04.07 05:21:53.136288 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2026.04.07 05:21:53.136390 [ 242 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2026.04.07 05:21:53.148006 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Loading data parts 2026.04.07 05:21:53.148218 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): There are no data parts 2026.04.07 05:21:53.164859 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:21:53.164901 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.04.07 05:21:53.166723 [ 242 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.07 05:21:53.167324 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:21:53.167773 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2026.04.07 05:21:54.001050 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 158.18 MiB, peak 158.18 MiB, free memory in arenas 0.00 B, will set to 155.12 MiB (RSS), difference: -3.06 MiB 2026.04.07 05:21:58.072209 [ 61 ] {} DNSResolver: Updating DNS cache 2026.04.07 05:21:58.072479 [ 61 ] {} DNSResolver: Updated DNS cache 2026.04.07 05:21:58.177431 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976 2026.04.07 05:21:58.180567 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:21:58.180650 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.04.07 05:21:58.181583 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.07 05:21:58.182140 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:21:58.182369 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2026.04.07 05:21:58.220639 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2026.04.07 05:21:58.239210 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:21:58.239273 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.04.07 05:21:58.246168 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.07 05:21:58.247563 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:21:58.250782 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2026.04.07 05:21:59.000342 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 155.78 MiB, peak 159.78 MiB, free memory in arenas 0.00 B, will set to 157.70 MiB (RSS), difference: 1.92 MiB 2026.04.07 05:22:02.255979 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39219 2026.04.07 05:22:02.259905 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:22:02.259954 [ 286 ] {} TCP-Session: 40d6d3ef-47f7-4e5b-ab25-36697cfe0ca6 Authenticating user 'default' from [fd00:1122:3344:101::e]:39219 2026.04.07 05:22:02.259978 [ 286 ] {} TCP-Session: 40d6d3ef-47f7-4e5b-ab25-36697cfe0ca6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:02.260045 [ 286 ] {} TCP-Session: 40d6d3ef-47f7-4e5b-ab25-36697cfe0ca6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:02.260103 [ 286 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.04.07 05:22:02.260129 [ 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 2026.04.07 05:22:02.260183 [ 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 2026.04.07 05:22:02.260732 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53360 2026.04.07 05:22:02.260818 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61166 2026.04.07 05:22:02.260883 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62117 2026.04.07 05:22:02.261139 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59895 2026.04.07 05:22:02.261144 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33076 2026.04.07 05:22:02.261210 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64685 2026.04.07 05:22:02.261326 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37632 2026.04.07 05:22:02.262954 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:22:02.262990 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:22:02.263005 [ 287 ] {} TCP-Session: f1765dc8-71a4-4764-9f57-7c9f84087a76 Authenticating user 'default' from [fd00:1122:3344:101::e]:53360 2026.04.07 05:22:02.263019 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:22:02.263034 [ 293 ] {} TCP-Session: bc5fa00b-3c5d-4ce6-8b24-15cfe1a43e04 Authenticating user 'default' from [fd00:1122:3344:101::e]:37632 2026.04.07 05:22:02.263050 [ 287 ] {} TCP-Session: f1765dc8-71a4-4764-9f57-7c9f84087a76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:02.263077 [ 293 ] {} TCP-Session: bc5fa00b-3c5d-4ce6-8b24-15cfe1a43e04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:02.263087 [ 291 ] {} TCP-Session: 739f2c3e-04a3-4d6c-8384-becb7e322860 Authenticating user 'default' from [fd00:1122:3344:101::e]:59895 2026.04.07 05:22:02.263097 [ 287 ] {} TCP-Session: f1765dc8-71a4-4764-9f57-7c9f84087a76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:02.263095 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:22:02.263118 [ 291 ] {} TCP-Session: 739f2c3e-04a3-4d6c-8384-becb7e322860 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:02.263103 [ 293 ] {} TCP-Session: bc5fa00b-3c5d-4ce6-8b24-15cfe1a43e04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:02.263159 [ 292 ] {} TCP-Session: 95fb108f-cd54-4312-a516-94888276e7bd Authenticating user 'default' from [fd00:1122:3344:101::e]:64685 2026.04.07 05:22:02.263165 [ 291 ] {} TCP-Session: 739f2c3e-04a3-4d6c-8384-becb7e322860 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:02.263213 [ 292 ] {} TCP-Session: 95fb108f-cd54-4312-a516-94888276e7bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:02.263163 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:22:02.263238 [ 292 ] {} TCP-Session: 95fb108f-cd54-4312-a516-94888276e7bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:02.263079 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:22:02.263266 [ 288 ] {} TCP-Session: 1853b8ac-938d-4333-9ff9-c13263155a3e Authenticating user 'default' from [fd00:1122:3344:101::e]:61166 2026.04.07 05:22:02.263291 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41284 2026.04.07 05:22:02.263308 [ 288 ] {} TCP-Session: 1853b8ac-938d-4333-9ff9-c13263155a3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:02.263305 [ 289 ] {} TCP-Session: d741ec4a-fbd4-4074-a883-1c773103ca2b Authenticating user 'default' from [fd00:1122:3344:101::e]:62117 2026.04.07 05:22:02.263344 [ 288 ] {} TCP-Session: 1853b8ac-938d-4333-9ff9-c13263155a3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:02.263370 [ 289 ] {} TCP-Session: d741ec4a-fbd4-4074-a883-1c773103ca2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:02.262996 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:22:02.263396 [ 289 ] {} TCP-Session: d741ec4a-fbd4-4074-a883-1c773103ca2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:02.263432 [ 290 ] {} TCP-Session: e20bd24d-8a62-4015-81a8-f72c74a07486 Authenticating user 'default' from [fd00:1122:3344:101::e]:33076 2026.04.07 05:22:02.263456 [ 290 ] {} TCP-Session: e20bd24d-8a62-4015-81a8-f72c74a07486 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:02.263469 [ 290 ] {} TCP-Session: e20bd24d-8a62-4015-81a8-f72c74a07486 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:02.263531 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:22:02.263576 [ 294 ] {} TCP-Session: 1b4698b2-099f-49c3-9f75-55f69d396adb Authenticating user 'default' from [fd00:1122:3344:101::e]:41284 2026.04.07 05:22:02.263599 [ 294 ] {} TCP-Session: 1b4698b2-099f-49c3-9f75-55f69d396adb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:02.263619 [ 294 ] {} TCP-Session: 1b4698b2-099f-49c3-9f75-55f69d396adb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:02.264605 [ 286 ] {} TCP-Session: 40d6d3ef-47f7-4e5b-ab25-36697cfe0ca6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:02.264842 [ 286 ] {d34f73d0-89e9-4e11-8a1d-714c145a6588} executeQuery: (from [fd00:1122:3344:101::e]:39219) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.07 05:22:02.271835 [ 286 ] {d34f73d0-89e9-4e11-8a1d-714c145a6588} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.07 05:22:02.274408 [ 286 ] {d34f73d0-89e9-4e11-8a1d-714c145a6588} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.07 05:22:02.292011 [ 286 ] {d34f73d0-89e9-4e11-8a1d-714c145a6588} oximeter.version (b59983b3-b885-480b-8202-da32017c82ac) (SelectExecutor): Key condition: unknown 2026.04.07 05:22:02.308242 [ 295 ] {d34f73d0-89e9-4e11-8a1d-714c145a6588} AggregatingTransform: Aggregating 2026.04.07 05:22:02.310453 [ 295 ] {d34f73d0-89e9-4e11-8a1d-714c145a6588} Aggregator: Aggregation method: without_key 2026.04.07 05:22:02.311231 [ 295 ] {d34f73d0-89e9-4e11-8a1d-714c145a6588} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.008593222 sec. (116.371 rows/sec., 4.55 KiB/sec.) 2026.04.07 05:22:02.311256 [ 295 ] {d34f73d0-89e9-4e11-8a1d-714c145a6588} Aggregator: Merging aggregated data 2026.04.07 05:22:02.311286 [ 295 ] {d34f73d0-89e9-4e11-8a1d-714c145a6588} Aggregator: Statistics updated for key=4896758355805104663: new sum_of_sizes=1, median_size=1 2026.04.07 05:22:02.312519 [ 286 ] {d34f73d0-89e9-4e11-8a1d-714c145a6588} executeQuery: Read 1 rows, 40.00 B in 0.047764 sec., 20.936269994137845 rows/sec., 837.45 B/sec. 2026.04.07 05:22:02.312692 [ 286 ] {d34f73d0-89e9-4e11-8a1d-714c145a6588} TCPHandler: Processed in 0.048301172 sec. 2026.04.07 05:22:02.317515 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.07 05:22:02.317568 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.07 05:22:02.317596 [ 287 ] {} TCPHandler: Done processing connection. 2026.04.07 05:22:02.317615 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.07 05:22:02.317636 [ 293 ] {} TCP-Session: bc5fa00b-3c5d-4ce6-8b24-15cfe1a43e04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:02.317638 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.07 05:22:02.317659 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.07 05:22:02.317681 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.07 05:22:02.317703 [ 290 ] {} TCP-Session: e20bd24d-8a62-4015-81a8-f72c74a07486 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:02.317726 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.07 05:22:02.317765 [ 292 ] {} TCP-Session: 95fb108f-cd54-4312-a516-94888276e7bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:02.317739 [ 288 ] {} TCP-Session: 1853b8ac-938d-4333-9ff9-c13263155a3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:02.317805 [ 294 ] {} TCP-Session: 1b4698b2-099f-49c3-9f75-55f69d396adb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:02.317702 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.07 05:22:02.317681 [ 289 ] {} TCP-Session: d741ec4a-fbd4-4074-a883-1c773103ca2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:02.317892 [ 291 ] {} TCP-Session: 739f2c3e-04a3-4d6c-8384-becb7e322860 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:02.317664 [ 287 ] {} TCP-Session: f1765dc8-71a4-4764-9f57-7c9f84087a76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:02.317593 [ 286 ] {} TCP-Session: 40d6d3ef-47f7-4e5b-ab25-36697cfe0ca6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:03.001158 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 157.99 MiB, peak 166.11 MiB, free memory in arenas 0.00 B, will set to 161.82 MiB (RSS), difference: 3.83 MiB 2026.04.07 05:22:03.168212 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 2 entries to flush up to offset 90 2026.04.07 05:22:03.170263 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:03.170315 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.04.07 05:22:03.171539 [ 242 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.07 05:22:03.172112 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:03.172439 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 90 2026.04.07 05:22:04.001129 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 157.81 MiB, peak 166.11 MiB, free memory in arenas 0.00 B, will set to 161.86 MiB (RSS), difference: 4.04 MiB 2026.04.07 05:22:05.682642 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 436 entries to flush up to offset 1412 2026.04.07 05:22:05.683116 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:05.683162 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.04.07 05:22:05.683847 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.07 05:22:05.684317 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:05.684459 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1412 2026.04.07 05:22:05.750872 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2026.04.07 05:22:05.767725 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:05.767789 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.04.07 05:22:05.774207 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.07 05:22:05.775335 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:05.778694 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2026.04.07 05:22:06.131851 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:06.132050 [ 3 ] {7f1042da-312a-482a-acd4-d04e565fd612} executeQuery: (from [fd00:1122:3344:101::d]:59743) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2026.04.07 05:22:06.132326 [ 3 ] {7f1042da-312a-482a-acd4-d04e565fd612} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.07 05:22:06.132389 [ 3 ] {7f1042da-312a-482a-acd4-d04e565fd612} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.07 05:22:06.132839 [ 3 ] {7f1042da-312a-482a-acd4-d04e565fd612} TCPHandler: Processed in 0.001118541 sec. 2026.04.07 05:22:06.154761 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:06.154948 [ 3 ] {8543b1c2-10ad-4d59-b6b8-393c2764034e} executeQuery: (from [fd00:1122:3344:101::d]:59743) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.07 05:22:06.159767 [ 3 ] {8543b1c2-10ad-4d59-b6b8-393c2764034e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.07 05:22:06.159840 [ 3 ] {8543b1c2-10ad-4d59-b6b8-393c2764034e} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.07 05:22:06.162307 [ 3 ] {8543b1c2-10ad-4d59-b6b8-393c2764034e} TCPHandler: Processed in 0.007640184 sec. 2026.04.07 05:22:06.162891 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:06.163023 [ 3 ] {b9b68968-6696-4d76-b27c-f078232d4bb6} executeQuery: (from [fd00:1122:3344:101::d]:59743) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.07 05:22:06.167309 [ 3 ] {b9b68968-6696-4d76-b27c-f078232d4bb6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.07 05:22:06.167373 [ 3 ] {b9b68968-6696-4d76-b27c-f078232d4bb6} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.07 05:22:06.167815 [ 3 ] {b9b68968-6696-4d76-b27c-f078232d4bb6} TCPHandler: Processed in 0.004976933 sec. 2026.04.07 05:22:06.168054 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:06.168180 [ 3 ] {c97c2ee7-af1d-402b-8df6-581167cbb75e} executeQuery: (from [fd00:1122:3344:101::d]:59743) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.07 05:22:06.168431 [ 3 ] {c97c2ee7-af1d-402b-8df6-581167cbb75e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.07 05:22:06.168475 [ 3 ] {c97c2ee7-af1d-402b-8df6-581167cbb75e} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.07 05:22:06.168823 [ 3 ] {c97c2ee7-af1d-402b-8df6-581167cbb75e} TCPHandler: Processed in 0.000832406 sec. 2026.04.07 05:22:06.169058 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:06.169175 [ 3 ] {56523884-da01-45d9-b768-fb2dd1737b76} executeQuery: (from [fd00:1122:3344:101::d]:59743) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.07 05:22:06.169416 [ 3 ] {56523884-da01-45d9-b768-fb2dd1737b76} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.07 05:22:06.169460 [ 3 ] {56523884-da01-45d9-b768-fb2dd1737b76} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.07 05:22:06.169788 [ 3 ] {56523884-da01-45d9-b768-fb2dd1737b76} TCPHandler: Processed in 0.000778615 sec. 2026.04.07 05:22:06.170822 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:06.170939 [ 3 ] {bd2748e3-cd9e-482d-a08b-f5ce18651bf8} executeQuery: (from [fd00:1122:3344:101::d]:59743) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.07 05:22:06.171180 [ 3 ] {bd2748e3-cd9e-482d-a08b-f5ce18651bf8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.07 05:22:06.171223 [ 3 ] {bd2748e3-cd9e-482d-a08b-f5ce18651bf8} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.07 05:22:06.171569 [ 3 ] {bd2748e3-cd9e-482d-a08b-f5ce18651bf8} TCPHandler: Processed in 0.000796315 sec. 2026.04.07 05:22:06.171836 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:06.171953 [ 3 ] {f292e313-1f0c-450d-9819-277ff8c16f76} executeQuery: (from [fd00:1122:3344:101::d]:59743) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.07 05:22:06.172196 [ 3 ] {f292e313-1f0c-450d-9819-277ff8c16f76} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.07 05:22:06.172238 [ 3 ] {f292e313-1f0c-450d-9819-277ff8c16f76} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.07 05:22:06.172654 [ 3 ] {f292e313-1f0c-450d-9819-277ff8c16f76} TCPHandler: Processed in 0.000867687 sec. 2026.04.07 05:22:06.172865 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:06.172980 [ 3 ] {ce7d2ca5-94f0-4ddd-a9d4-067333b704d2} executeQuery: (from [fd00:1122:3344:101::d]:59743) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.07 05:22:06.173224 [ 3 ] {ce7d2ca5-94f0-4ddd-a9d4-067333b704d2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.07 05:22:06.173266 [ 3 ] {ce7d2ca5-94f0-4ddd-a9d4-067333b704d2} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.07 05:22:06.173613 [ 3 ] {ce7d2ca5-94f0-4ddd-a9d4-067333b704d2} TCPHandler: Processed in 0.000795995 sec. 2026.04.07 05:22:06.173830 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:06.173945 [ 3 ] {11b36a06-62d0-4569-a8ca-47f37c554905} executeQuery: (from [fd00:1122:3344:101::d]:59743) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.07 05:22:06.174187 [ 3 ] {11b36a06-62d0-4569-a8ca-47f37c554905} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.07 05:22:06.174229 [ 3 ] {11b36a06-62d0-4569-a8ca-47f37c554905} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.07 05:22:06.174568 [ 3 ] {11b36a06-62d0-4569-a8ca-47f37c554905} TCPHandler: Processed in 0.000786115 sec. 2026.04.07 05:22:06.174781 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:06.174899 [ 3 ] {fa85d0ed-f0c8-4265-827d-ff0c21401a15} executeQuery: (from [fd00:1122:3344:101::d]:59743) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.07 05:22:06.175142 [ 3 ] {fa85d0ed-f0c8-4265-827d-ff0c21401a15} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.07 05:22:06.175183 [ 3 ] {fa85d0ed-f0c8-4265-827d-ff0c21401a15} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.07 05:22:06.175550 [ 3 ] {fa85d0ed-f0c8-4265-827d-ff0c21401a15} TCPHandler: Processed in 0.000815786 sec. 2026.04.07 05:22:06.175762 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:06.175882 [ 3 ] {afec2485-3369-4662-afeb-144e41941a6a} executeQuery: (from [fd00:1122:3344:101::d]:59743) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.07 05:22:06.176126 [ 3 ] {afec2485-3369-4662-afeb-144e41941a6a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.07 05:22:06.176169 [ 3 ] {afec2485-3369-4662-afeb-144e41941a6a} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.07 05:22:06.176536 [ 3 ] {afec2485-3369-4662-afeb-144e41941a6a} TCPHandler: Processed in 0.000829315 sec. 2026.04.07 05:22:06.176755 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:06.176873 [ 3 ] {57c7a55e-0adc-43cf-a687-98b09f9f8e4a} executeQuery: (from [fd00:1122:3344:101::d]:59743) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.07 05:22:06.177117 [ 3 ] {57c7a55e-0adc-43cf-a687-98b09f9f8e4a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.07 05:22:06.177158 [ 3 ] {57c7a55e-0adc-43cf-a687-98b09f9f8e4a} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.07 05:22:06.177499 [ 3 ] {57c7a55e-0adc-43cf-a687-98b09f9f8e4a} TCPHandler: Processed in 0.000792945 sec. 2026.04.07 05:22:06.177715 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:06.177833 [ 3 ] {8272a406-36b8-4c7f-84a7-fa769b93d1e4} executeQuery: (from [fd00:1122:3344:101::d]:59743) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.07 05:22:06.178077 [ 3 ] {8272a406-36b8-4c7f-84a7-fa769b93d1e4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.07 05:22:06.178119 [ 3 ] {8272a406-36b8-4c7f-84a7-fa769b93d1e4} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.07 05:22:06.178482 [ 3 ] {8272a406-36b8-4c7f-84a7-fa769b93d1e4} TCPHandler: Processed in 0.000816475 sec. 2026.04.07 05:22:06.178705 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:06.178826 [ 3 ] {8b812ea1-754c-4dac-b422-7b5d9f298ee6} executeQuery: (from [fd00:1122:3344:101::d]:59743) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.07 05:22:06.179078 [ 3 ] {8b812ea1-754c-4dac-b422-7b5d9f298ee6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.07 05:22:06.179120 [ 3 ] {8b812ea1-754c-4dac-b422-7b5d9f298ee6} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.07 05:22:06.179473 [ 3 ] {8b812ea1-754c-4dac-b422-7b5d9f298ee6} TCPHandler: Processed in 0.000817835 sec. 2026.04.07 05:22:06.179679 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:06.179799 [ 3 ] {b202fb49-acb9-4536-ad06-a5d49373602a} executeQuery: (from [fd00:1122:3344:101::d]:59743) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.07 05:22:06.180052 [ 3 ] {b202fb49-acb9-4536-ad06-a5d49373602a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.07 05:22:06.180094 [ 3 ] {b202fb49-acb9-4536-ad06-a5d49373602a} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.07 05:22:06.180492 [ 3 ] {b202fb49-acb9-4536-ad06-a5d49373602a} TCPHandler: Processed in 0.000861816 sec. 2026.04.07 05:22:06.180707 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:06.180838 [ 3 ] {d14da931-3a0f-410e-9bf1-3606dddeb08e} executeQuery: (from [fd00:1122:3344:101::d]:59743) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.07 05:22:06.181123 [ 3 ] {d14da931-3a0f-410e-9bf1-3606dddeb08e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.07 05:22:06.181168 [ 3 ] {d14da931-3a0f-410e-9bf1-3606dddeb08e} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.07 05:22:06.181554 [ 3 ] {d14da931-3a0f-410e-9bf1-3606dddeb08e} TCPHandler: Processed in 0.000899397 sec. 2026.04.07 05:22:06.181793 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:06.181953 [ 3 ] {cfb61ad1-98ff-4986-b27c-801143125124} executeQuery: (from [fd00:1122:3344:101::d]:59743) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.07 05:22:06.182327 [ 3 ] {cfb61ad1-98ff-4986-b27c-801143125124} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.07 05:22:06.182371 [ 3 ] {cfb61ad1-98ff-4986-b27c-801143125124} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.07 05:22:06.182736 [ 3 ] {cfb61ad1-98ff-4986-b27c-801143125124} TCPHandler: Processed in 0.001003359 sec. 2026.04.07 05:22:06.182955 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:06.183082 [ 3 ] {d2f39ef2-d4ee-4ef6-85cc-b6eec36b1aaa} executeQuery: (from [fd00:1122:3344:101::d]:59743) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.07 05:22:06.183352 [ 3 ] {d2f39ef2-d4ee-4ef6-85cc-b6eec36b1aaa} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.07 05:22:06.183394 [ 3 ] {d2f39ef2-d4ee-4ef6-85cc-b6eec36b1aaa} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.07 05:22:06.183737 [ 3 ] {d2f39ef2-d4ee-4ef6-85cc-b6eec36b1aaa} TCPHandler: Processed in 0.000831796 sec. 2026.04.07 05:22:06.183968 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:06.184091 [ 3 ] {86e8e81e-2400-4b31-ade8-20d493bc5d65} executeQuery: (from [fd00:1122:3344:101::d]:59743) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.07 05:22:06.184356 [ 3 ] {86e8e81e-2400-4b31-ade8-20d493bc5d65} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.07 05:22:06.184398 [ 3 ] {86e8e81e-2400-4b31-ade8-20d493bc5d65} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.07 05:22:06.184701 [ 3 ] {86e8e81e-2400-4b31-ade8-20d493bc5d65} TCPHandler: Processed in 0.000781734 sec. 2026.04.07 05:22:06.186060 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:06.186185 [ 3 ] {49536b03-6275-4b10-bff4-d8ec138d9d27} executeQuery: (from [fd00:1122:3344:101::d]:59743) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.07 05:22:06.186466 [ 3 ] {49536b03-6275-4b10-bff4-d8ec138d9d27} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.07 05:22:06.186510 [ 3 ] {49536b03-6275-4b10-bff4-d8ec138d9d27} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.07 05:22:06.186821 [ 3 ] {49536b03-6275-4b10-bff4-d8ec138d9d27} TCPHandler: Processed in 0.000810635 sec. 2026.04.07 05:22:06.187120 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:06.187245 [ 3 ] {54e89fe9-e6c2-4eb2-bac0-f7651b0bf9e9} executeQuery: (from [fd00:1122:3344:101::d]:59743) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:errors_received') FORMAT Native; (stage: Complete) 2026.04.07 05:22:06.187515 [ 3 ] {54e89fe9-e6c2-4eb2-bac0-f7651b0bf9e9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.07 05:22:06.187556 [ 3 ] {54e89fe9-e6c2-4eb2-bac0-f7651b0bf9e9} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.07 05:22:06.187867 [ 3 ] {54e89fe9-e6c2-4eb2-bac0-f7651b0bf9e9} TCPHandler: Processed in 0.000796655 sec. 2026.04.07 05:22:06.188124 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:06.188248 [ 3 ] {6ece336a-21d4-410a-ba6a-0c55eff9121e} executeQuery: (from [fd00:1122:3344:101::d]:59743) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent') FORMAT Native; (stage: Complete) 2026.04.07 05:22:06.188518 [ 3 ] {6ece336a-21d4-410a-ba6a-0c55eff9121e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.07 05:22:06.188560 [ 3 ] {6ece336a-21d4-410a-ba6a-0c55eff9121e} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.07 05:22:06.188864 [ 3 ] {6ece336a-21d4-410a-ba6a-0c55eff9121e} TCPHandler: Processed in 0.000788985 sec. 2026.04.07 05:22:06.189106 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:06.189228 [ 3 ] {2a889617-3a70-4ec2-8168-1bf7044a5527} executeQuery: (from [fd00:1122:3344:101::d]:59743) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent') FORMAT Native; (stage: Complete) 2026.04.07 05:22:06.189513 [ 3 ] {2a889617-3a70-4ec2-8168-1bf7044a5527} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.07 05:22:06.189555 [ 3 ] {2a889617-3a70-4ec2-8168-1bf7044a5527} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.07 05:22:06.189864 [ 3 ] {2a889617-3a70-4ec2-8168-1bf7044a5527} TCPHandler: Processed in 0.000806265 sec. 2026.04.07 05:22:06.190130 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:06.190254 [ 3 ] {e2e0332d-2829-4018-838b-ec4f362c2686} executeQuery: (from [fd00:1122:3344:101::d]:59743) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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') FORMAT Native; (stage: Complete) 2026.04.07 05:22:06.190523 [ 3 ] {e2e0332d-2829-4018-838b-ec4f362c2686} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.07 05:22:06.190566 [ 3 ] {e2e0332d-2829-4018-838b-ec4f362c2686} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.07 05:22:06.190864 [ 3 ] {e2e0332d-2829-4018-838b-ec4f362c2686} TCPHandler: Processed in 0.000782964 sec. 2026.04.07 05:22:06.191115 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:06.191236 [ 3 ] {7b10d541-fe0a-4a03-bc48-fbb26e8fd4ef} executeQuery: (from [fd00:1122:3344:101::d]:59743) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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') FORMAT Native; (stage: Complete) 2026.04.07 05:22:06.191506 [ 3 ] {7b10d541-fe0a-4a03-bc48-fbb26e8fd4ef} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.07 05:22:06.191548 [ 3 ] {7b10d541-fe0a-4a03-bc48-fbb26e8fd4ef} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.07 05:22:06.191861 [ 3 ] {7b10d541-fe0a-4a03-bc48-fbb26e8fd4ef} TCPHandler: Processed in 0.000794585 sec. 2026.04.07 05:22:06.210670 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:06.210792 [ 3 ] {ff800c6a-8449-41c5-be75-f572dc8d2c1b} executeQuery: (from [fd00:1122:3344:101::d]:59743) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.04.07 05:22:06.210838 [ 3 ] {ff800c6a-8449-41c5-be75-f572dc8d2c1b} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.07 05:22:06.214192 [ 3 ] {ff800c6a-8449-41c5-be75-f572dc8d2c1b} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:06.214245 [ 3 ] {ff800c6a-8449-41c5-be75-f572dc8d2c1b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.04.07 05:22:06.216887 [ 3 ] {ff800c6a-8449-41c5-be75-f572dc8d2c1b} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.07 05:22:06.217330 [ 3 ] {ff800c6a-8449-41c5-be75-f572dc8d2c1b} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:06.217491 [ 3 ] {ff800c6a-8449-41c5-be75-f572dc8d2c1b} executeQuery: Read 25 rows, 5.50 KiB in 0.006732 sec., 3713.606654783125 rows/sec., 816.99 KiB/sec. 2026.04.07 05:22:06.217533 [ 3 ] {ff800c6a-8449-41c5-be75-f572dc8d2c1b} TCPHandler: Processed in 0.006924481 sec. 2026.04.07 05:22:06.217664 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:06.217769 [ 3 ] {05760b76-ab95-4666-a06a-94d863301382} executeQuery: (from [fd00:1122:3344:101::d]:59743) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.07 05:22:06.217811 [ 3 ] {05760b76-ab95-4666-a06a-94d863301382} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.07 05:22:06.224376 [ 3 ] {05760b76-ab95-4666-a06a-94d863301382} oximeter.fields_i16 (19a28ab3-93b8-470f-bc08-bb1de0445c9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:06.224409 [ 3 ] {05760b76-ab95-4666-a06a-94d863301382} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.04.07 05:22:06.227362 [ 3 ] {05760b76-ab95-4666-a06a-94d863301382} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.07 05:22:06.227869 [ 3 ] {05760b76-ab95-4666-a06a-94d863301382} oximeter.fields_i16 (19a28ab3-93b8-470f-bc08-bb1de0445c9c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:06.228017 [ 3 ] {05760b76-ab95-4666-a06a-94d863301382} executeQuery: Read 24 rows, 2.04 KiB in 0.010274 sec., 2335.993770683278 rows/sec., 198.47 KiB/sec. 2026.04.07 05:22:06.228056 [ 3 ] {05760b76-ab95-4666-a06a-94d863301382} TCPHandler: Processed in 0.010442267 sec. 2026.04.07 05:22:06.228178 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:06.228277 [ 3 ] {8ff4924a-bf60-4316-ad54-6f9e213dd4de} executeQuery: (from [fd00:1122:3344:101::d]:59743) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.07 05:22:06.228317 [ 3 ] {8ff4924a-bf60-4316-ad54-6f9e213dd4de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.07 05:22:06.228725 [ 3 ] {8ff4924a-bf60-4316-ad54-6f9e213dd4de} oximeter.fields_ipaddr (825a423c-b132-44a1-9146-cfb597c4352e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:06.228762 [ 3 ] {8ff4924a-bf60-4316-ad54-6f9e213dd4de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.04.07 05:22:06.229192 [ 3 ] {8ff4924a-bf60-4316-ad54-6f9e213dd4de} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.07 05:22:06.229602 [ 3 ] {8ff4924a-bf60-4316-ad54-6f9e213dd4de} oximeter.fields_ipaddr (825a423c-b132-44a1-9146-cfb597c4352e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:06.229740 [ 3 ] {8ff4924a-bf60-4316-ad54-6f9e213dd4de} executeQuery: Read 10 rows, 835.00 B in 0.001485 sec., 6734.006734006734 rows/sec., 549.11 KiB/sec. 2026.04.07 05:22:06.229779 [ 3 ] {8ff4924a-bf60-4316-ad54-6f9e213dd4de} TCPHandler: Processed in 0.001650811 sec. 2026.04.07 05:22:06.229895 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:06.229992 [ 3 ] {cee3742c-3b9c-442d-a03e-9c4182693220} executeQuery: (from [fd00:1122:3344:101::d]:59743) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:22:06.230030 [ 3 ] {cee3742c-3b9c-442d-a03e-9c4182693220} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:22:06.230518 [ 3 ] {cee3742c-3b9c-442d-a03e-9c4182693220} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:06.230554 [ 3 ] {cee3742c-3b9c-442d-a03e-9c4182693220} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.04.07 05:22:06.231030 [ 3 ] {cee3742c-3b9c-442d-a03e-9c4182693220} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.07 05:22:06.231489 [ 3 ] {cee3742c-3b9c-442d-a03e-9c4182693220} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:06.231626 [ 3 ] {cee3742c-3b9c-442d-a03e-9c4182693220} executeQuery: Read 209 rows, 19.06 KiB in 0.001654 sec., 126360.33857315598 rows/sec., 11.25 MiB/sec. 2026.04.07 05:22:06.231663 [ 3 ] {cee3742c-3b9c-442d-a03e-9c4182693220} TCPHandler: Processed in 0.001820815 sec. 2026.04.07 05:22:06.231778 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:06.231873 [ 3 ] {25a6c516-63fb-46d9-9d74-fcc0f16048bf} executeQuery: (from [fd00:1122:3344:101::d]:59743) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.07 05:22:06.231911 [ 3 ] {25a6c516-63fb-46d9-9d74-fcc0f16048bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.07 05:22:06.232355 [ 3 ] {25a6c516-63fb-46d9-9d74-fcc0f16048bf} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:06.232391 [ 3 ] {25a6c516-63fb-46d9-9d74-fcc0f16048bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.04.07 05:22:06.232801 [ 3 ] {25a6c516-63fb-46d9-9d74-fcc0f16048bf} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.07 05:22:06.233287 [ 3 ] {25a6c516-63fb-46d9-9d74-fcc0f16048bf} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:06.233422 [ 3 ] {25a6c516-63fb-46d9-9d74-fcc0f16048bf} executeQuery: Read 38 rows, 2.86 KiB in 0.001567 sec., 24250.15954052329 rows/sec., 1.78 MiB/sec. 2026.04.07 05:22:06.233463 [ 3 ] {25a6c516-63fb-46d9-9d74-fcc0f16048bf} TCPHandler: Processed in 0.001734092 sec. 2026.04.07 05:22:06.233579 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:06.233673 [ 3 ] {3b14efd5-9aab-4832-911b-16f2290a7ad9} executeQuery: (from [fd00:1122:3344:101::d]:59743) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.07 05:22:06.233711 [ 3 ] {3b14efd5-9aab-4832-911b-16f2290a7ad9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.07 05:22:06.234131 [ 3 ] {3b14efd5-9aab-4832-911b-16f2290a7ad9} oximeter.fields_u32 (77106049-3b56-443c-8974-c866b1324d40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:06.234164 [ 3 ] {3b14efd5-9aab-4832-911b-16f2290a7ad9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.04.07 05:22:06.234615 [ 3 ] {3b14efd5-9aab-4832-911b-16f2290a7ad9} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.07 05:22:06.235102 [ 3 ] {3b14efd5-9aab-4832-911b-16f2290a7ad9} oximeter.fields_u32 (77106049-3b56-443c-8974-c866b1324d40): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:06.235235 [ 3 ] {3b14efd5-9aab-4832-911b-16f2290a7ad9} executeQuery: Read 24 rows, 2.04 KiB in 0.001581 sec., 15180.265654648956 rows/sec., 1.26 MiB/sec. 2026.04.07 05:22:06.235273 [ 3 ] {3b14efd5-9aab-4832-911b-16f2290a7ad9} TCPHandler: Processed in 0.001744422 sec. 2026.04.07 05:22:06.235383 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:06.235476 [ 3 ] {2a22efc4-7e0d-4bf6-b6f9-d6854cac3a50} executeQuery: (from [fd00:1122:3344:101::d]:59743) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.07 05:22:06.235514 [ 3 ] {2a22efc4-7e0d-4bf6-b6f9-d6854cac3a50} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.07 05:22:06.235913 [ 3 ] {2a22efc4-7e0d-4bf6-b6f9-d6854cac3a50} oximeter.fields_u8 (0286c37b-6235-46e9-9a40-c9bc493e69eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:06.235949 [ 3 ] {2a22efc4-7e0d-4bf6-b6f9-d6854cac3a50} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.04.07 05:22:06.236424 [ 3 ] {2a22efc4-7e0d-4bf6-b6f9-d6854cac3a50} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.07 05:22:06.236873 [ 3 ] {2a22efc4-7e0d-4bf6-b6f9-d6854cac3a50} oximeter.fields_u8 (0286c37b-6235-46e9-9a40-c9bc493e69eb): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:06.237010 [ 3 ] {2a22efc4-7e0d-4bf6-b6f9-d6854cac3a50} executeQuery: Read 12 rows, 960.00 B in 0.001552 sec., 7731.958762886598 rows/sec., 604.06 KiB/sec. 2026.04.07 05:22:06.237048 [ 3 ] {2a22efc4-7e0d-4bf6-b6f9-d6854cac3a50} TCPHandler: Processed in 0.001714962 sec. 2026.04.07 05:22:06.237167 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:06.237261 [ 3 ] {a0ed9802-15d8-4a1b-ae7c-256399d04ccf} executeQuery: (from [fd00:1122:3344:101::d]:59743) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:22:06.237299 [ 3 ] {a0ed9802-15d8-4a1b-ae7c-256399d04ccf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:22:06.237734 [ 3 ] {a0ed9802-15d8-4a1b-ae7c-256399d04ccf} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:06.237770 [ 3 ] {a0ed9802-15d8-4a1b-ae7c-256399d04ccf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.04.07 05:22:06.238250 [ 3 ] {a0ed9802-15d8-4a1b-ae7c-256399d04ccf} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.07 05:22:06.238745 [ 3 ] {a0ed9802-15d8-4a1b-ae7c-256399d04ccf} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:06.238879 [ 3 ] {a0ed9802-15d8-4a1b-ae7c-256399d04ccf} executeQuery: Read 124 rows, 10.31 KiB in 0.001637 sec., 75748.32009773976 rows/sec., 6.15 MiB/sec. 2026.04.07 05:22:06.238917 [ 3 ] {a0ed9802-15d8-4a1b-ae7c-256399d04ccf} TCPHandler: Processed in 0.001800174 sec. 2026.04.07 05:22:06.239034 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:06.239127 [ 3 ] {de8a5198-8fc2-4476-b5a9-cafcd4dcc536} executeQuery: (from [fd00:1122:3344:101::d]:59743) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:22:06.239170 [ 3 ] {de8a5198-8fc2-4476-b5a9-cafcd4dcc536} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:22:06.241755 [ 3 ] {de8a5198-8fc2-4476-b5a9-cafcd4dcc536} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:06.241789 [ 3 ] {de8a5198-8fc2-4476-b5a9-cafcd4dcc536} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.04.07 05:22:06.248249 [ 3 ] {de8a5198-8fc2-4476-b5a9-cafcd4dcc536} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.07 05:22:06.248747 [ 3 ] {de8a5198-8fc2-4476-b5a9-cafcd4dcc536} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:06.248894 [ 3 ] {de8a5198-8fc2-4476-b5a9-cafcd4dcc536} executeQuery: Read 275 rows, 21.68 KiB in 0.009784 sec., 28107.113654946854 rows/sec., 2.16 MiB/sec. 2026.04.07 05:22:06.248932 [ 3 ] {de8a5198-8fc2-4476-b5a9-cafcd4dcc536} TCPHandler: Processed in 0.009947897 sec. 2026.04.07 05:22:06.249052 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:06.249147 [ 3 ] {fd6e5623-9d91-4aa0-9d53-d6784b7578f2} executeQuery: (from [fd00:1122:3344:101::d]:59743) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.07 05:22:06.249201 [ 3 ] {fd6e5623-9d91-4aa0-9d53-d6784b7578f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.07 05:22:06.250020 [ 3 ] {fd6e5623-9d91-4aa0-9d53-d6784b7578f2} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:06.250056 [ 3 ] {fd6e5623-9d91-4aa0-9d53-d6784b7578f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.04.07 05:22:06.253478 [ 3 ] {fd6e5623-9d91-4aa0-9d53-d6784b7578f2} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.07 05:22:06.253903 [ 3 ] {fd6e5623-9d91-4aa0-9d53-d6784b7578f2} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:06.254051 [ 3 ] {fd6e5623-9d91-4aa0-9d53-d6784b7578f2} executeQuery: Read 16 rows, 29.36 KiB in 0.004923 sec., 3250.050782043469 rows/sec., 5.82 MiB/sec. 2026.04.07 05:22:06.254113 [ 3 ] {fd6e5623-9d91-4aa0-9d53-d6784b7578f2} TCPHandler: Processed in 0.005111286 sec. 2026.04.07 05:22:06.254234 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:06.254329 [ 3 ] {ba6f8c11-9919-4950-9ea2-11ad7e8bfe41} executeQuery: (from [fd00:1122:3344:101::d]:59743) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.04.07 05:22:06.254371 [ 3 ] {ba6f8c11-9919-4950-9ea2-11ad7e8bfe41} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.04.07 05:22:06.254712 [ 3 ] {ba6f8c11-9919-4950-9ea2-11ad7e8bfe41} oximeter.measurements_i64 (a5300f5a-ccdd-452e-ab03-c086e77f17f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:06.254747 [ 3 ] {ba6f8c11-9919-4950-9ea2-11ad7e8bfe41} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.04.07 05:22:06.255187 [ 3 ] {ba6f8c11-9919-4950-9ea2-11ad7e8bfe41} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.07 05:22:06.255620 [ 3 ] {ba6f8c11-9919-4950-9ea2-11ad7e8bfe41} oximeter.measurements_i64 (a5300f5a-ccdd-452e-ab03-c086e77f17f3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:06.255759 [ 3 ] {ba6f8c11-9919-4950-9ea2-11ad7e8bfe41} executeQuery: Read 6 rows, 434.00 B in 0.001449 sec., 4140.786749482401 rows/sec., 292.50 KiB/sec. 2026.04.07 05:22:06.255796 [ 3 ] {ba6f8c11-9919-4950-9ea2-11ad7e8bfe41} TCPHandler: Processed in 0.001611981 sec. 2026.04.07 05:22:06.255913 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:06.256008 [ 3 ] {9f9e67e0-9802-4b42-a298-1e0a21d163c2} executeQuery: (from [fd00:1122:3344:101::d]:59743) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:22:06.256049 [ 3 ] {9f9e67e0-9802-4b42-a298-1e0a21d163c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:22:06.256375 [ 3 ] {9f9e67e0-9802-4b42-a298-1e0a21d163c2} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:06.256410 [ 3 ] {9f9e67e0-9802-4b42-a298-1e0a21d163c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.04.07 05:22:06.256809 [ 3 ] {9f9e67e0-9802-4b42-a298-1e0a21d163c2} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.07 05:22:06.257226 [ 3 ] {9f9e67e0-9802-4b42-a298-1e0a21d163c2} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:06.257362 [ 3 ] {9f9e67e0-9802-4b42-a298-1e0a21d163c2} executeQuery: Read 30 rows, 2.11 KiB in 0.001373 sec., 21849.963583394027 rows/sec., 1.50 MiB/sec. 2026.04.07 05:22:06.257397 [ 3 ] {9f9e67e0-9802-4b42-a298-1e0a21d163c2} TCPHandler: Processed in 0.001533769 sec. 2026.04.07 05:22:09.018844 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57688 2026.04.07 05:22:09.018971 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:22:09.019001 [ 286 ] {} TCP-Session: 21ee0625-c156-42cc-b686-465ea59044dd Authenticating user 'default' from [fd00:1122:3344:101::e]:57688 2026.04.07 05:22:09.019023 [ 286 ] {} TCP-Session: 21ee0625-c156-42cc-b686-465ea59044dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:09.019036 [ 286 ] {} TCP-Session: 21ee0625-c156-42cc-b686-465ea59044dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:09.019281 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35833 2026.04.07 05:22:09.019307 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60475 2026.04.07 05:22:09.019325 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41479 2026.04.07 05:22:09.019360 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55189 2026.04.07 05:22:09.019382 [ 286 ] {} TCP-Session: 21ee0625-c156-42cc-b686-465ea59044dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:09.019355 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46058 2026.04.07 05:22:09.019352 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39179 2026.04.07 05:22:09.019501 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:22:09.019500 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:22:09.019510 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:22:09.019540 [ 294 ] {} TCP-Session: 03c7c843-ceb3-4dfa-98b3-46ee8e852fe9 Authenticating user 'default' from [fd00:1122:3344:101::e]:55189 2026.04.07 05:22:09.019551 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:22:09.019572 [ 288 ] {} TCP-Session: eea6cb65-5462-457f-aea2-99b9360076fd Authenticating user 'default' from [fd00:1122:3344:101::e]:35833 2026.04.07 05:22:09.019585 [ 294 ] {} TCP-Session: 03c7c843-ceb3-4dfa-98b3-46ee8e852fe9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:09.019600 [ 292 ] {} TCP-Session: c7677ee6-cada-48db-a8d4-859e7638fa2a Authenticating user 'default' from [fd00:1122:3344:101::e]:46058 2026.04.07 05:22:09.019611 [ 288 ] {} TCP-Session: eea6cb65-5462-457f-aea2-99b9360076fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:09.019623 [ 286 ] {c2b096e6-6b5d-4e18-9a97-ba7a74c22ce0} executeQuery: (from [fd00:1122:3344:101::e]:57688) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.07 05:22:09.019636 [ 292 ] {} TCP-Session: c7677ee6-cada-48db-a8d4-859e7638fa2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:09.019638 [ 288 ] {} TCP-Session: eea6cb65-5462-457f-aea2-99b9360076fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:09.019665 [ 292 ] {} TCP-Session: c7677ee6-cada-48db-a8d4-859e7638fa2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:09.019602 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:22:09.019547 [ 290 ] {} TCP-Session: 15a7608d-dea6-456f-bfcf-d13130d81b3c Authenticating user 'default' from [fd00:1122:3344:101::e]:60475 2026.04.07 05:22:09.019721 [ 293 ] {} TCP-Session: 547d7d7a-f31d-452d-8846-ed5d9c0f9943 Authenticating user 'default' from [fd00:1122:3344:101::e]:39179 2026.04.07 05:22:09.019740 [ 290 ] {} TCP-Session: 15a7608d-dea6-456f-bfcf-d13130d81b3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:09.019291 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36233 2026.04.07 05:22:09.019757 [ 293 ] {} TCP-Session: 547d7d7a-f31d-452d-8846-ed5d9c0f9943 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:09.019761 [ 290 ] {} TCP-Session: 15a7608d-dea6-456f-bfcf-d13130d81b3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:09.019793 [ 293 ] {} TCP-Session: 547d7d7a-f31d-452d-8846-ed5d9c0f9943 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:09.019280 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56574 2026.04.07 05:22:09.019511 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:22:09.019844 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:22:09.019877 [ 291 ] {} TCP-Session: ced477e8-7c3d-4024-bf8f-0846f2bd5f62 Authenticating user 'default' from [fd00:1122:3344:101::e]:41479 2026.04.07 05:22:09.019896 [ 289 ] {} TCP-Session: 7b4f9ef9-92b6-4d4f-ba13-2ce0f4b24ba0 Authenticating user 'default' from [fd00:1122:3344:101::e]:36233 2026.04.07 05:22:09.019916 [ 286 ] {c2b096e6-6b5d-4e18-9a97-ba7a74c22ce0} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.07 05:22:09.019926 [ 289 ] {} TCP-Session: 7b4f9ef9-92b6-4d4f-ba13-2ce0f4b24ba0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:09.019918 [ 291 ] {} TCP-Session: ced477e8-7c3d-4024-bf8f-0846f2bd5f62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:09.019959 [ 289 ] {} TCP-Session: 7b4f9ef9-92b6-4d4f-ba13-2ce0f4b24ba0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:09.019976 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:22:09.019983 [ 291 ] {} TCP-Session: ced477e8-7c3d-4024-bf8f-0846f2bd5f62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:09.019986 [ 286 ] {c2b096e6-6b5d-4e18-9a97-ba7a74c22ce0} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.07 05:22:09.020018 [ 287 ] {} TCP-Session: 3dca3a79-076f-4753-91ce-82ecf25c8445 Authenticating user 'default' from [fd00:1122:3344:101::e]:56574 2026.04.07 05:22:09.019618 [ 294 ] {} TCP-Session: 03c7c843-ceb3-4dfa-98b3-46ee8e852fe9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:09.020059 [ 287 ] {} TCP-Session: 3dca3a79-076f-4753-91ce-82ecf25c8445 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:09.020086 [ 287 ] {} TCP-Session: 3dca3a79-076f-4753-91ce-82ecf25c8445 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:09.020319 [ 286 ] {c2b096e6-6b5d-4e18-9a97-ba7a74c22ce0} oximeter.version (b59983b3-b885-480b-8202-da32017c82ac) (SelectExecutor): Key condition: unknown 2026.04.07 05:22:09.021349 [ 301 ] {c2b096e6-6b5d-4e18-9a97-ba7a74c22ce0} AggregatingTransform: Aggregating 2026.04.07 05:22:09.021401 [ 301 ] {c2b096e6-6b5d-4e18-9a97-ba7a74c22ce0} Aggregator: Aggregation method: without_key 2026.04.07 05:22:09.021439 [ 301 ] {c2b096e6-6b5d-4e18-9a97-ba7a74c22ce0} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001017659 sec. (982.647 rows/sec., 38.38 KiB/sec.) 2026.04.07 05:22:09.021459 [ 301 ] {c2b096e6-6b5d-4e18-9a97-ba7a74c22ce0} Aggregator: Merging aggregated data 2026.04.07 05:22:09.022704 [ 286 ] {c2b096e6-6b5d-4e18-9a97-ba7a74c22ce0} executeQuery: Read 1 rows, 40.00 B in 0.00315 sec., 317.46031746031747 rows/sec., 12.40 KiB/sec. 2026.04.07 05:22:09.022903 [ 286 ] {c2b096e6-6b5d-4e18-9a97-ba7a74c22ce0} TCPHandler: Processed in 0.003648139 sec. 2026.04.07 05:22:09.023053 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.07 05:22:09.023085 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.07 05:22:09.023103 [ 288 ] {} TCP-Session: eea6cb65-5462-457f-aea2-99b9360076fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:09.023120 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.07 05:22:09.023143 [ 287 ] {} TCPHandler: Done processing connection. 2026.04.07 05:22:09.023166 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.07 05:22:09.023192 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.07 05:22:09.023203 [ 287 ] {} TCP-Session: 3dca3a79-076f-4753-91ce-82ecf25c8445 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:09.023223 [ 291 ] {} TCP-Session: ced477e8-7c3d-4024-bf8f-0846f2bd5f62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:09.023237 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.07 05:22:09.023258 [ 293 ] {} TCP-Session: 547d7d7a-f31d-452d-8846-ed5d9c0f9943 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:09.023255 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.07 05:22:09.023301 [ 292 ] {} TCP-Session: c7677ee6-cada-48db-a8d4-859e7638fa2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:09.023348 [ 286 ] {} TCP-Session: 21ee0625-c156-42cc-b686-465ea59044dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:09.023182 [ 289 ] {} TCP-Session: 7b4f9ef9-92b6-4d4f-ba13-2ce0f4b24ba0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:09.023210 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.07 05:22:09.023451 [ 290 ] {} TCP-Session: 15a7608d-dea6-456f-bfcf-d13130d81b3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:09.023136 [ 294 ] {} TCP-Session: 03c7c843-ceb3-4dfa-98b3-46ee8e852fe9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:09.288777 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38256 2026.04.07 05:22:09.288888 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:22:09.288916 [ 286 ] {} TCP-Session: 3b2c51db-fb7c-4217-92a0-1d21bc95c77e Authenticating user 'default' from [fd00:1122:3344:101::e]:38256 2026.04.07 05:22:09.288939 [ 286 ] {} TCP-Session: 3b2c51db-fb7c-4217-92a0-1d21bc95c77e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:09.288952 [ 286 ] {} TCP-Session: 3b2c51db-fb7c-4217-92a0-1d21bc95c77e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:09.289143 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43047 2026.04.07 05:22:09.289196 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38066 2026.04.07 05:22:09.289214 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34119 2026.04.07 05:22:09.289247 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62998 2026.04.07 05:22:09.289278 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36926 2026.04.07 05:22:09.289285 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57273 2026.04.07 05:22:09.289311 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:22:09.289343 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:22:09.289349 [ 286 ] {} TCP-Session: 3b2c51db-fb7c-4217-92a0-1d21bc95c77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:09.289366 [ 288 ] {} TCP-Session: 4a5b5edf-20fb-4557-afed-bbb5e607d568 Authenticating user 'default' from [fd00:1122:3344:101::e]:38066 2026.04.07 05:22:09.289371 [ 292 ] {} TCP-Session: 2bb36c01-ea70-41c9-a0d2-364ef8e6e062 Authenticating user 'default' from [fd00:1122:3344:101::e]:62998 2026.04.07 05:22:09.289387 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:22:09.289415 [ 292 ] {} TCP-Session: 2bb36c01-ea70-41c9-a0d2-364ef8e6e062 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:09.289411 [ 288 ] {} TCP-Session: 4a5b5edf-20fb-4557-afed-bbb5e607d568 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:09.289432 [ 294 ] {} TCP-Session: 167475c7-9530-45ea-888d-39e95b9ff972 Authenticating user 'default' from [fd00:1122:3344:101::e]:57273 2026.04.07 05:22:09.289445 [ 288 ] {} TCP-Session: 4a5b5edf-20fb-4557-afed-bbb5e607d568 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:09.289464 [ 294 ] {} TCP-Session: 167475c7-9530-45ea-888d-39e95b9ff972 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:09.289437 [ 292 ] {} TCP-Session: 2bb36c01-ea70-41c9-a0d2-364ef8e6e062 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:09.289490 [ 294 ] {} TCP-Session: 167475c7-9530-45ea-888d-39e95b9ff972 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:09.289336 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:22:09.289536 [ 286 ] {1d247d10-6211-497b-a7df-d1e0cdeae65a} executeQuery: (from [fd00:1122:3344:101::e]:38256) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.07 05:22:09.289256 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:22:09.289563 [ 289 ] {} TCP-Session: 86484849-98b4-4383-bb50-8d38c23c3beb Authenticating user 'default' from [fd00:1122:3344:101::e]:34119 2026.04.07 05:22:09.289226 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59203 2026.04.07 05:22:09.289616 [ 287 ] {} TCP-Session: f432d802-d9b0-4d28-8646-62e991d9d061 Authenticating user 'default' from [fd00:1122:3344:101::e]:43047 2026.04.07 05:22:09.289628 [ 289 ] {} TCP-Session: 86484849-98b4-4383-bb50-8d38c23c3beb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:09.289665 [ 287 ] {} TCP-Session: f432d802-d9b0-4d28-8646-62e991d9d061 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:09.289672 [ 289 ] {} TCP-Session: 86484849-98b4-4383-bb50-8d38c23c3beb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:09.289689 [ 287 ] {} TCP-Session: f432d802-d9b0-4d28-8646-62e991d9d061 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:09.289694 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:22:09.289218 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41125 2026.04.07 05:22:09.289730 [ 291 ] {} TCP-Session: 2a457177-84e1-4648-96f1-a2ae1f29cdf4 Authenticating user 'default' from [fd00:1122:3344:101::e]:59203 2026.04.07 05:22:09.289362 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:22:09.289763 [ 291 ] {} TCP-Session: 2a457177-84e1-4648-96f1-a2ae1f29cdf4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:09.289785 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:22:09.289790 [ 293 ] {} TCP-Session: 07c40b8e-80df-41aa-9f73-7da514011cb0 Authenticating user 'default' from [fd00:1122:3344:101::e]:36926 2026.04.07 05:22:09.289806 [ 286 ] {1d247d10-6211-497b-a7df-d1e0cdeae65a} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.07 05:22:09.289819 [ 290 ] {} TCP-Session: c2db6cd0-638c-49de-bf13-e89464f14520 Authenticating user 'default' from [fd00:1122:3344:101::e]:41125 2026.04.07 05:22:09.289827 [ 293 ] {} TCP-Session: 07c40b8e-80df-41aa-9f73-7da514011cb0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:09.289850 [ 290 ] {} TCP-Session: c2db6cd0-638c-49de-bf13-e89464f14520 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:09.289864 [ 293 ] {} TCP-Session: 07c40b8e-80df-41aa-9f73-7da514011cb0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:09.289873 [ 286 ] {1d247d10-6211-497b-a7df-d1e0cdeae65a} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.07 05:22:09.289877 [ 290 ] {} TCP-Session: c2db6cd0-638c-49de-bf13-e89464f14520 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:09.289795 [ 291 ] {} TCP-Session: 2a457177-84e1-4648-96f1-a2ae1f29cdf4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:09.290168 [ 286 ] {1d247d10-6211-497b-a7df-d1e0cdeae65a} oximeter.version (b59983b3-b885-480b-8202-da32017c82ac) (SelectExecutor): Key condition: unknown 2026.04.07 05:22:09.291156 [ 307 ] {1d247d10-6211-497b-a7df-d1e0cdeae65a} AggregatingTransform: Aggregating 2026.04.07 05:22:09.291203 [ 307 ] {1d247d10-6211-497b-a7df-d1e0cdeae65a} Aggregator: Aggregation method: without_key 2026.04.07 05:22:09.291237 [ 307 ] {1d247d10-6211-497b-a7df-d1e0cdeae65a} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000966458 sec. (1034.706 rows/sec., 40.42 KiB/sec.) 2026.04.07 05:22:09.291256 [ 307 ] {1d247d10-6211-497b-a7df-d1e0cdeae65a} Aggregator: Merging aggregated data 2026.04.07 05:22:09.292368 [ 286 ] {1d247d10-6211-497b-a7df-d1e0cdeae65a} executeQuery: Read 1 rows, 40.00 B in 0.00289 sec., 346.0207612456747 rows/sec., 13.52 KiB/sec. 2026.04.07 05:22:09.292518 [ 286 ] {1d247d10-6211-497b-a7df-d1e0cdeae65a} TCPHandler: Processed in 0.003293413 sec. 2026.04.07 05:22:09.292641 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.07 05:22:09.292667 [ 287 ] {} TCPHandler: Done processing connection. 2026.04.07 05:22:09.292673 [ 286 ] {} TCP-Session: 3b2c51db-fb7c-4217-92a0-1d21bc95c77e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:09.292689 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.07 05:22:09.292715 [ 287 ] {} TCP-Session: f432d802-d9b0-4d28-8646-62e991d9d061 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:09.292714 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.07 05:22:09.292732 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.07 05:22:09.292749 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.07 05:22:09.292776 [ 288 ] {} TCP-Session: 4a5b5edf-20fb-4557-afed-bbb5e607d568 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:09.292793 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.07 05:22:09.292804 [ 293 ] {} TCP-Session: 07c40b8e-80df-41aa-9f73-7da514011cb0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:09.292816 [ 292 ] {} TCP-Session: 2bb36c01-ea70-41c9-a0d2-364ef8e6e062 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:09.292835 [ 289 ] {} TCP-Session: 86484849-98b4-4383-bb50-8d38c23c3beb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:09.292806 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.07 05:22:09.292773 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.07 05:22:09.292902 [ 294 ] {} TCP-Session: 167475c7-9530-45ea-888d-39e95b9ff972 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:09.292739 [ 291 ] {} TCP-Session: 2a457177-84e1-4648-96f1-a2ae1f29cdf4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:09.292923 [ 290 ] {} TCP-Session: c2db6cd0-638c-49de-bf13-e89464f14520 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:11.139854 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:11.140069 [ 3 ] {d1e63d22-517b-4100-a649-abc6f5ec140b} executeQuery: (from [fd00:1122:3344:101::d]:59743) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:22:11.140145 [ 3 ] {d1e63d22-517b-4100-a649-abc6f5ec140b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:22:11.140830 [ 3 ] {d1e63d22-517b-4100-a649-abc6f5ec140b} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:11.140882 [ 3 ] {d1e63d22-517b-4100-a649-abc6f5ec140b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.04.07 05:22:11.141439 [ 3 ] {d1e63d22-517b-4100-a649-abc6f5ec140b} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.07 05:22:11.141919 [ 3 ] {d1e63d22-517b-4100-a649-abc6f5ec140b} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:11.142098 [ 3 ] {d1e63d22-517b-4100-a649-abc6f5ec140b} executeQuery: Read 52 rows, 4.07 KiB in 0.002092 sec., 24856.596558317397 rows/sec., 1.90 MiB/sec. 2026.04.07 05:22:11.142149 [ 3 ] {d1e63d22-517b-4100-a649-abc6f5ec140b} TCPHandler: Processed in 0.002435206 sec. 2026.04.07 05:22:11.142293 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:11.142398 [ 3 ] {96f1a853-086c-4f2e-8851-edcc4ffb9388} executeQuery: (from [fd00:1122:3344:101::d]:59743) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:22:11.142443 [ 3 ] {96f1a853-086c-4f2e-8851-edcc4ffb9388} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:22:11.142893 [ 3 ] {96f1a853-086c-4f2e-8851-edcc4ffb9388} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:11.142932 [ 3 ] {96f1a853-086c-4f2e-8851-edcc4ffb9388} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.04.07 05:22:11.143407 [ 3 ] {96f1a853-086c-4f2e-8851-edcc4ffb9388} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.07 05:22:11.143860 [ 3 ] {96f1a853-086c-4f2e-8851-edcc4ffb9388} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:11.144012 [ 3 ] {96f1a853-086c-4f2e-8851-edcc4ffb9388} executeQuery: Read 56 rows, 4.47 KiB in 0.001639 sec., 34167.17510677242 rows/sec., 2.66 MiB/sec. 2026.04.07 05:22:11.144052 [ 3 ] {96f1a853-086c-4f2e-8851-edcc4ffb9388} TCPHandler: Processed in 0.001813174 sec. 2026.04.07 05:22:11.144183 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:11.144294 [ 3 ] {377f8fec-22d1-4982-ac34-f8e15cb100b9} executeQuery: (from [fd00:1122:3344:101::d]:59743) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:22:11.144341 [ 3 ] {377f8fec-22d1-4982-ac34-f8e15cb100b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:22:11.144769 [ 3 ] {377f8fec-22d1-4982-ac34-f8e15cb100b9} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:11.144807 [ 3 ] {377f8fec-22d1-4982-ac34-f8e15cb100b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.04.07 05:22:11.145270 [ 3 ] {377f8fec-22d1-4982-ac34-f8e15cb100b9} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.07 05:22:11.145700 [ 3 ] {377f8fec-22d1-4982-ac34-f8e15cb100b9} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:11.145856 [ 3 ] {377f8fec-22d1-4982-ac34-f8e15cb100b9} executeQuery: Read 150 rows, 10.65 KiB in 0.001576 sec., 95177.6649746193 rows/sec., 6.60 MiB/sec. 2026.04.07 05:22:11.145897 [ 3 ] {377f8fec-22d1-4982-ac34-f8e15cb100b9} TCPHandler: Processed in 0.001777494 sec. 2026.04.07 05:22:11.146014 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:11.146111 [ 3 ] {352956a4-f2c3-4ccd-8f1a-2cc64b0b1272} executeQuery: (from [fd00:1122:3344:101::d]:59743) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:22:11.146156 [ 3 ] {352956a4-f2c3-4ccd-8f1a-2cc64b0b1272} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:22:11.146484 [ 3 ] {352956a4-f2c3-4ccd-8f1a-2cc64b0b1272} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:11.146523 [ 3 ] {352956a4-f2c3-4ccd-8f1a-2cc64b0b1272} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.04.07 05:22:11.146967 [ 3 ] {352956a4-f2c3-4ccd-8f1a-2cc64b0b1272} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.07 05:22:11.147424 [ 3 ] {352956a4-f2c3-4ccd-8f1a-2cc64b0b1272} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:11.147563 [ 3 ] {352956a4-f2c3-4ccd-8f1a-2cc64b0b1272} executeQuery: Read 50 rows, 3.51 KiB in 0.001472 sec., 33967.391304347824 rows/sec., 2.33 MiB/sec. 2026.04.07 05:22:11.147599 [ 3 ] {352956a4-f2c3-4ccd-8f1a-2cc64b0b1272} TCPHandler: Processed in 0.001636721 sec. 2026.04.07 05:22:13.072525 [ 50 ] {} DNSResolver: Updating DNS cache 2026.04.07 05:22:13.072576 [ 50 ] {} DNSResolver: Updated DNS cache 2026.04.07 05:22:13.172560 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 86 entries to flush up to offset 176 2026.04.07 05:22:13.176112 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:13.176177 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.04.07 05:22:13.177901 [ 242 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.07 05:22:13.178591 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:13.179082 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 176 2026.04.07 05:22:13.184640 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 1924 2026.04.07 05:22:13.185164 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:13.185216 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.04.07 05:22:13.185979 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.07 05:22:13.186467 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:13.186626 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1924 2026.04.07 05:22:13.278867 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2026.04.07 05:22:13.296878 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:13.296947 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.04.07 05:22:13.303569 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.07 05:22:13.304766 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:13.308360 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2026.04.07 05:22:14.000185 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 165.13 MiB, peak 172.99 MiB, free memory in arenas 0.00 B, will set to 167.08 MiB (RSS), difference: 1.95 MiB 2026.04.07 05:22:16.141472 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:16.141673 [ 3 ] {fce61cc8-63e7-475a-a3c0-eab5b7105e58} executeQuery: (from [fd00:1122:3344:101::d]:59743) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:22:16.141747 [ 3 ] {fce61cc8-63e7-475a-a3c0-eab5b7105e58} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:22:16.142447 [ 3 ] {fce61cc8-63e7-475a-a3c0-eab5b7105e58} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:16.142500 [ 3 ] {fce61cc8-63e7-475a-a3c0-eab5b7105e58} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.04.07 05:22:16.143057 [ 3 ] {fce61cc8-63e7-475a-a3c0-eab5b7105e58} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.07 05:22:16.143659 [ 3 ] {fce61cc8-63e7-475a-a3c0-eab5b7105e58} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:16.143855 [ 3 ] {fce61cc8-63e7-475a-a3c0-eab5b7105e58} executeQuery: Read 98 rows, 8.56 KiB in 0.002233 sec., 43887.14733542319 rows/sec., 3.74 MiB/sec. 2026.04.07 05:22:16.143919 [ 3 ] {fce61cc8-63e7-475a-a3c0-eab5b7105e58} TCPHandler: Processed in 0.002580909 sec. 2026.04.07 05:22:16.144069 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:16.144180 [ 3 ] {1d2c57d1-f308-4bb1-be2d-aac180f5332d} executeQuery: (from [fd00:1122:3344:101::d]:59743) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.07 05:22:16.144224 [ 3 ] {1d2c57d1-f308-4bb1-be2d-aac180f5332d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.07 05:22:16.144681 [ 3 ] {1d2c57d1-f308-4bb1-be2d-aac180f5332d} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:16.144720 [ 3 ] {1d2c57d1-f308-4bb1-be2d-aac180f5332d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.04.07 05:22:16.145148 [ 3 ] {1d2c57d1-f308-4bb1-be2d-aac180f5332d} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.07 05:22:16.145578 [ 3 ] {1d2c57d1-f308-4bb1-be2d-aac180f5332d} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:16.145720 [ 3 ] {1d2c57d1-f308-4bb1-be2d-aac180f5332d} executeQuery: Read 23 rows, 1.73 KiB in 0.001563 sec., 14715.29110684581 rows/sec., 1.08 MiB/sec. 2026.04.07 05:22:16.145775 [ 3 ] {1d2c57d1-f308-4bb1-be2d-aac180f5332d} TCPHandler: Processed in 0.001759563 sec. 2026.04.07 05:22:16.145929 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:16.146038 [ 3 ] {2b3f4a09-3be6-40f2-b65f-45b5c5e5f9ab} executeQuery: (from [fd00:1122:3344:101::d]:59743) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:22:16.146080 [ 3 ] {2b3f4a09-3be6-40f2-b65f-45b5c5e5f9ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:22:16.146505 [ 3 ] {2b3f4a09-3be6-40f2-b65f-45b5c5e5f9ab} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:16.146540 [ 3 ] {2b3f4a09-3be6-40f2-b65f-45b5c5e5f9ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.04.07 05:22:16.147117 [ 3 ] {2b3f4a09-3be6-40f2-b65f-45b5c5e5f9ab} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.07 05:22:16.147583 [ 3 ] {2b3f4a09-3be6-40f2-b65f-45b5c5e5f9ab} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:16.147740 [ 3 ] {2b3f4a09-3be6-40f2-b65f-45b5c5e5f9ab} executeQuery: Read 84 rows, 6.74 KiB in 0.001705 sec., 49266.86217008798 rows/sec., 3.86 MiB/sec. 2026.04.07 05:22:16.147789 [ 3 ] {2b3f4a09-3be6-40f2-b65f-45b5c5e5f9ab} TCPHandler: Processed in 0.001923697 sec. 2026.04.07 05:22:16.147912 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:16.148011 [ 3 ] {32556606-8a1f-432b-9637-12234371f797} executeQuery: (from [fd00:1122:3344:101::d]:59743) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:22:16.148054 [ 3 ] {32556606-8a1f-432b-9637-12234371f797} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:22:16.148458 [ 3 ] {32556606-8a1f-432b-9637-12234371f797} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:16.148494 [ 3 ] {32556606-8a1f-432b-9637-12234371f797} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.04.07 05:22:16.149002 [ 3 ] {32556606-8a1f-432b-9637-12234371f797} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.07 05:22:16.149452 [ 3 ] {32556606-8a1f-432b-9637-12234371f797} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:16.149587 [ 3 ] {32556606-8a1f-432b-9637-12234371f797} executeQuery: Read 150 rows, 10.65 KiB in 0.001598 sec., 93867.33416770963 rows/sec., 6.51 MiB/sec. 2026.04.07 05:22:16.149623 [ 3 ] {32556606-8a1f-432b-9637-12234371f797} TCPHandler: Processed in 0.001759633 sec. 2026.04.07 05:22:16.149734 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:16.149829 [ 3 ] {a13a9643-e94f-4923-9835-17994d664df2} executeQuery: (from [fd00:1122:3344:101::d]:59743) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.07 05:22:16.149882 [ 3 ] {a13a9643-e94f-4923-9835-17994d664df2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.07 05:22:16.150662 [ 3 ] {a13a9643-e94f-4923-9835-17994d664df2} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:16.150699 [ 3 ] {a13a9643-e94f-4923-9835-17994d664df2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.04.07 05:22:16.151348 [ 3 ] {a13a9643-e94f-4923-9835-17994d664df2} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.07 05:22:16.151832 [ 3 ] {a13a9643-e94f-4923-9835-17994d664df2} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:16.151976 [ 3 ] {a13a9643-e94f-4923-9835-17994d664df2} executeQuery: Read 23 rows, 42.20 KiB in 0.002166 sec., 10618.65189289012 rows/sec., 19.03 MiB/sec. 2026.04.07 05:22:16.152035 [ 3 ] {a13a9643-e94f-4923-9835-17994d664df2} TCPHandler: Processed in 0.002349795 sec. 2026.04.07 05:22:16.152150 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:16.152245 [ 3 ] {a76116d2-a96a-4f66-9c38-60221523d11c} executeQuery: (from [fd00:1122:3344:101::d]:59743) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.04.07 05:22:16.152287 [ 3 ] {a76116d2-a96a-4f66-9c38-60221523d11c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.04.07 05:22:16.152601 [ 3 ] {a76116d2-a96a-4f66-9c38-60221523d11c} oximeter.measurements_i64 (a5300f5a-ccdd-452e-ab03-c086e77f17f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:16.152636 [ 3 ] {a76116d2-a96a-4f66-9c38-60221523d11c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.04.07 05:22:16.153052 [ 3 ] {a76116d2-a96a-4f66-9c38-60221523d11c} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.07 05:22:16.153543 [ 3 ] {a76116d2-a96a-4f66-9c38-60221523d11c} oximeter.measurements_i64 (a5300f5a-ccdd-452e-ab03-c086e77f17f3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:16.153678 [ 3 ] {a76116d2-a96a-4f66-9c38-60221523d11c} executeQuery: Read 6 rows, 463.00 B in 0.001452 sec., 4132.231404958678 rows/sec., 311.40 KiB/sec. 2026.04.07 05:22:16.153715 [ 3 ] {a76116d2-a96a-4f66-9c38-60221523d11c} TCPHandler: Processed in 0.00161456 sec. 2026.04.07 05:22:16.153835 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:16.153934 [ 3 ] {acc00c34-34f8-4e6c-a0ea-1f2456bb5746} executeQuery: (from [fd00:1122:3344:101::d]:59743) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:22:16.153978 [ 3 ] {acc00c34-34f8-4e6c-a0ea-1f2456bb5746} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:22:16.154359 [ 3 ] {acc00c34-34f8-4e6c-a0ea-1f2456bb5746} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:16.154395 [ 3 ] {acc00c34-34f8-4e6c-a0ea-1f2456bb5746} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.04.07 05:22:16.154871 [ 3 ] {acc00c34-34f8-4e6c-a0ea-1f2456bb5746} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.07 05:22:16.155304 [ 3 ] {acc00c34-34f8-4e6c-a0ea-1f2456bb5746} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:16.155448 [ 3 ] {acc00c34-34f8-4e6c-a0ea-1f2456bb5746} executeQuery: Read 50 rows, 3.51 KiB in 0.001534 sec., 32594.524119947848 rows/sec., 2.23 MiB/sec. 2026.04.07 05:22:16.155486 [ 3 ] {acc00c34-34f8-4e6c-a0ea-1f2456bb5746} TCPHandler: Processed in 0.001702502 sec. 2026.04.07 05:22:20.686719 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 2372 2026.04.07 05:22:20.687266 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:20.687316 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.04.07 05:22:20.687957 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.07 05:22:20.688417 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:20.688568 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2372 2026.04.07 05:22:20.808435 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2026.04.07 05:22:20.824907 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:20.824958 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.04.07 05:22:20.831146 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.07 05:22:20.832336 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:20.835078 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2026.04.07 05:22:21.136600 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:21.136980 [ 3 ] {de11fc4c-ae61-46e7-95fd-335cbf4d8d77} executeQuery: (from [fd00:1122:3344:101::d]:59743) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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') FORMAT Native; (stage: Complete) 2026.04.07 05:22:21.137533 [ 3 ] {de11fc4c-ae61-46e7-95fd-335cbf4d8d77} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.07 05:22:21.142751 [ 3 ] {de11fc4c-ae61-46e7-95fd-335cbf4d8d77} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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')" moved to PREWHERE 2026.04.07 05:22:21.143028 [ 3 ] {de11fc4c-ae61-46e7-95fd-335cbf4d8d77} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.07 05:22:21.143103 [ 3 ] {de11fc4c-ae61-46e7-95fd-335cbf4d8d77} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.07 05:22:21.143294 [ 3 ] {de11fc4c-ae61-46e7-95fd-335cbf4d8d77} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5) (SelectExecutor): Key condition: (column 0 notIn 25-element set) 2026.04.07 05:22:21.145253 [ 3 ] {de11fc4c-ae61-46e7-95fd-335cbf4d8d77} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.07 05:22:21.147184 [ 3 ] {de11fc4c-ae61-46e7-95fd-335cbf4d8d77} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5) (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 2026.04.07 05:22:21.147211 [ 3 ] {de11fc4c-ae61-46e7-95fd-335cbf4d8d77} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.07 05:22:21.151181 [ 3 ] {de11fc4c-ae61-46e7-95fd-335cbf4d8d77} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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'))" 2026.04.07 05:22:21.151211 [ 3 ] {de11fc4c-ae61-46e7-95fd-335cbf4d8d77} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 25 rows starting from 0 2026.04.07 05:22:21.178890 [ 3 ] {de11fc4c-ae61-46e7-95fd-335cbf4d8d77} executeQuery: Read 25 rows, 1.10 KiB in 0.042072 sec., 594.2194333523483 rows/sec., 26.11 KiB/sec. 2026.04.07 05:22:21.179019 [ 3 ] {de11fc4c-ae61-46e7-95fd-335cbf4d8d77} TCPHandler: Processed in 0.042581243 sec. 2026.04.07 05:22:21.179378 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:21.179557 [ 3 ] {2de4fa91-dc14-43ad-bc11-6c88eb95fb31} executeQuery: (from [fd00:1122:3344:101::d]:59743) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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') FORMAT Native; (stage: Complete) 2026.04.07 05:22:21.179789 [ 3 ] {2de4fa91-dc14-43ad-bc11-6c88eb95fb31} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.07 05:22:21.179825 [ 3 ] {2de4fa91-dc14-43ad-bc11-6c88eb95fb31} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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')" moved to PREWHERE 2026.04.07 05:22:21.180016 [ 3 ] {2de4fa91-dc14-43ad-bc11-6c88eb95fb31} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.07 05:22:21.180071 [ 3 ] {2de4fa91-dc14-43ad-bc11-6c88eb95fb31} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.07 05:22:21.180176 [ 3 ] {2de4fa91-dc14-43ad-bc11-6c88eb95fb31} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5) (SelectExecutor): Key condition: (column 0 notIn 26-element set) 2026.04.07 05:22:21.180207 [ 3 ] {2de4fa91-dc14-43ad-bc11-6c88eb95fb31} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.07 05:22:21.180227 [ 3 ] {2de4fa91-dc14-43ad-bc11-6c88eb95fb31} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5) (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 2026.04.07 05:22:21.180241 [ 3 ] {2de4fa91-dc14-43ad-bc11-6c88eb95fb31} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.07 05:22:21.180275 [ 3 ] {2de4fa91-dc14-43ad-bc11-6c88eb95fb31} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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'))" 2026.04.07 05:22:21.180294 [ 3 ] {2de4fa91-dc14-43ad-bc11-6c88eb95fb31} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 25 rows starting from 0 2026.04.07 05:22:21.180974 [ 3 ] {2de4fa91-dc14-43ad-bc11-6c88eb95fb31} executeQuery: Read 25 rows, 1.10 KiB in 0.001497 sec., 16700.0668002672 rows/sec., 733.89 KiB/sec. 2026.04.07 05:22:21.181060 [ 3 ] {2de4fa91-dc14-43ad-bc11-6c88eb95fb31} TCPHandler: Processed in 0.001757303 sec. 2026.04.07 05:22:21.181269 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:21.181403 [ 3 ] {2d167bfd-0f04-404b-995f-2fe8dbf4a2d5} executeQuery: (from [fd00:1122:3344:101::d]:59743) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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') FORMAT Native; (stage: Complete) 2026.04.07 05:22:21.181613 [ 3 ] {2d167bfd-0f04-404b-995f-2fe8dbf4a2d5} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.07 05:22:21.181649 [ 3 ] {2d167bfd-0f04-404b-995f-2fe8dbf4a2d5} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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')" moved to PREWHERE 2026.04.07 05:22:21.181939 [ 3 ] {2d167bfd-0f04-404b-995f-2fe8dbf4a2d5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.07 05:22:21.181993 [ 3 ] {2d167bfd-0f04-404b-995f-2fe8dbf4a2d5} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.07 05:22:21.182094 [ 3 ] {2d167bfd-0f04-404b-995f-2fe8dbf4a2d5} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5) (SelectExecutor): Key condition: (column 0 notIn 27-element set) 2026.04.07 05:22:21.182124 [ 3 ] {2d167bfd-0f04-404b-995f-2fe8dbf4a2d5} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.07 05:22:21.182144 [ 3 ] {2d167bfd-0f04-404b-995f-2fe8dbf4a2d5} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5) (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 2026.04.07 05:22:21.182246 [ 3 ] {2d167bfd-0f04-404b-995f-2fe8dbf4a2d5} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.07 05:22:21.182287 [ 3 ] {2d167bfd-0f04-404b-995f-2fe8dbf4a2d5} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))" 2026.04.07 05:22:21.182307 [ 3 ] {2d167bfd-0f04-404b-995f-2fe8dbf4a2d5} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 25 rows starting from 0 2026.04.07 05:22:21.182937 [ 3 ] {2d167bfd-0f04-404b-995f-2fe8dbf4a2d5} executeQuery: Read 25 rows, 1.10 KiB in 0.001588 sec., 15743.073047858941 rows/sec., 691.83 KiB/sec. 2026.04.07 05:22:21.183021 [ 3 ] {2d167bfd-0f04-404b-995f-2fe8dbf4a2d5} TCPHandler: Processed in 0.001804584 sec. 2026.04.07 05:22:21.183217 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:21.183349 [ 3 ] {ad3f479e-8a5b-4c26-ad78-760d95a69c57} executeQuery: (from [fd00:1122:3344:101::d]:59743) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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) 2026.04.07 05:22:21.183557 [ 3 ] {ad3f479e-8a5b-4c26-ad78-760d95a69c57} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.07 05:22:21.183593 [ 3 ] {ad3f479e-8a5b-4c26-ad78-760d95a69c57} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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 2026.04.07 05:22:21.183781 [ 3 ] {ad3f479e-8a5b-4c26-ad78-760d95a69c57} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.07 05:22:21.183835 [ 3 ] {ad3f479e-8a5b-4c26-ad78-760d95a69c57} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.07 05:22:21.183937 [ 3 ] {ad3f479e-8a5b-4c26-ad78-760d95a69c57} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5) (SelectExecutor): Key condition: (column 0 notIn 28-element set) 2026.04.07 05:22:21.183967 [ 3 ] {ad3f479e-8a5b-4c26-ad78-760d95a69c57} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.07 05:22:21.183986 [ 3 ] {ad3f479e-8a5b-4c26-ad78-760d95a69c57} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5) (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 2026.04.07 05:22:21.184001 [ 3 ] {ad3f479e-8a5b-4c26-ad78-760d95a69c57} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.07 05:22:21.184034 [ 3 ] {ad3f479e-8a5b-4c26-ad78-760d95a69c57} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))" 2026.04.07 05:22:21.184052 [ 3 ] {ad3f479e-8a5b-4c26-ad78-760d95a69c57} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 25 rows starting from 0 2026.04.07 05:22:21.184561 [ 3 ] {ad3f479e-8a5b-4c26-ad78-760d95a69c57} executeQuery: Read 25 rows, 1.10 KiB in 0.001264 sec., 19778.48101265823 rows/sec., 869.17 KiB/sec. 2026.04.07 05:22:21.184656 [ 3 ] {ad3f479e-8a5b-4c26-ad78-760d95a69c57} TCPHandler: Processed in 0.001490548 sec. 2026.04.07 05:22:21.188061 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:21.188192 [ 3 ] {ac1936a9-f5d5-4ba9-883a-ef7a6bdec0eb} executeQuery: (from [fd00:1122:3344:101::d]:59743) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.04.07 05:22:21.188243 [ 3 ] {ac1936a9-f5d5-4ba9-883a-ef7a6bdec0eb} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.07 05:22:21.188791 [ 3 ] {ac1936a9-f5d5-4ba9-883a-ef7a6bdec0eb} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:21.188835 [ 3 ] {ac1936a9-f5d5-4ba9-883a-ef7a6bdec0eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.04.07 05:22:21.189371 [ 3 ] {ac1936a9-f5d5-4ba9-883a-ef7a6bdec0eb} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.07 05:22:21.189754 [ 3 ] {ac1936a9-f5d5-4ba9-883a-ef7a6bdec0eb} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:21.189914 [ 3 ] {ac1936a9-f5d5-4ba9-883a-ef7a6bdec0eb} executeQuery: Read 4 rows, 521.00 B in 0.001759 sec., 2274.019329164298 rows/sec., 289.25 KiB/sec. 2026.04.07 05:22:21.189963 [ 3 ] {ac1936a9-f5d5-4ba9-883a-ef7a6bdec0eb} TCPHandler: Processed in 0.001962647 sec. 2026.04.07 05:22:21.190067 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:21.190162 [ 3 ] {357fc78e-ded5-4a87-a51f-d4d79f65f5bc} executeQuery: (from [fd00:1122:3344:101::d]:59743) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.07 05:22:21.190204 [ 3 ] {357fc78e-ded5-4a87-a51f-d4d79f65f5bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.07 05:22:21.190626 [ 3 ] {357fc78e-ded5-4a87-a51f-d4d79f65f5bc} oximeter.fields_ipaddr (825a423c-b132-44a1-9146-cfb597c4352e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:21.190663 [ 3 ] {357fc78e-ded5-4a87-a51f-d4d79f65f5bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.04.07 05:22:21.191068 [ 3 ] {357fc78e-ded5-4a87-a51f-d4d79f65f5bc} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.07 05:22:21.191485 [ 3 ] {357fc78e-ded5-4a87-a51f-d4d79f65f5bc} oximeter.fields_ipaddr (825a423c-b132-44a1-9146-cfb597c4352e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:21.191624 [ 3 ] {357fc78e-ded5-4a87-a51f-d4d79f65f5bc} executeQuery: Read 2 rows, 167.00 B in 0.00148 sec., 1351.3513513513515 rows/sec., 110.19 KiB/sec. 2026.04.07 05:22:21.191663 [ 3 ] {357fc78e-ded5-4a87-a51f-d4d79f65f5bc} TCPHandler: Processed in 0.001646111 sec. 2026.04.07 05:22:21.191771 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:21.191866 [ 3 ] {b2b2cac2-fe64-40e6-85d9-7fda436a07b9} executeQuery: (from [fd00:1122:3344:101::d]:59743) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:22:21.191905 [ 3 ] {b2b2cac2-fe64-40e6-85d9-7fda436a07b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:22:21.192328 [ 3 ] {b2b2cac2-fe64-40e6-85d9-7fda436a07b9} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:21.192366 [ 3 ] {b2b2cac2-fe64-40e6-85d9-7fda436a07b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.04.07 05:22:21.192763 [ 3 ] {b2b2cac2-fe64-40e6-85d9-7fda436a07b9} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.07 05:22:21.193211 [ 3 ] {b2b2cac2-fe64-40e6-85d9-7fda436a07b9} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:21.193353 [ 3 ] {b2b2cac2-fe64-40e6-85d9-7fda436a07b9} executeQuery: Read 57 rows, 4.48 KiB in 0.001505 sec., 37873.754152823916 rows/sec., 2.91 MiB/sec. 2026.04.07 05:22:21.193391 [ 3 ] {b2b2cac2-fe64-40e6-85d9-7fda436a07b9} TCPHandler: Processed in 0.001670051 sec. 2026.04.07 05:22:21.193492 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:21.193587 [ 3 ] {cd63bfcc-d05d-44b1-807a-8ea7d03c5a55} executeQuery: (from [fd00:1122:3344:101::d]:59743) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.07 05:22:21.193628 [ 3 ] {cd63bfcc-d05d-44b1-807a-8ea7d03c5a55} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.07 05:22:21.194012 [ 3 ] {cd63bfcc-d05d-44b1-807a-8ea7d03c5a55} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:21.194050 [ 3 ] {cd63bfcc-d05d-44b1-807a-8ea7d03c5a55} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.04.07 05:22:21.194442 [ 3 ] {cd63bfcc-d05d-44b1-807a-8ea7d03c5a55} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.07 05:22:21.194925 [ 3 ] {cd63bfcc-d05d-44b1-807a-8ea7d03c5a55} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:21.195056 [ 3 ] {cd63bfcc-d05d-44b1-807a-8ea7d03c5a55} executeQuery: Read 2 rows, 143.00 B in 0.001487 sec., 1344.9899125756556 rows/sec., 93.91 KiB/sec. 2026.04.07 05:22:21.195093 [ 3 ] {cd63bfcc-d05d-44b1-807a-8ea7d03c5a55} TCPHandler: Processed in 0.001650452 sec. 2026.04.07 05:22:21.195190 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:21.195284 [ 3 ] {a6eaf25f-09ba-403c-a24b-57f2263064a9} executeQuery: (from [fd00:1122:3344:101::d]:59743) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:22:21.195323 [ 3 ] {a6eaf25f-09ba-403c-a24b-57f2263064a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:22:21.195730 [ 3 ] {a6eaf25f-09ba-403c-a24b-57f2263064a9} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:21.195768 [ 3 ] {a6eaf25f-09ba-403c-a24b-57f2263064a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.04.07 05:22:21.196185 [ 3 ] {a6eaf25f-09ba-403c-a24b-57f2263064a9} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.07 05:22:21.196621 [ 3 ] {a6eaf25f-09ba-403c-a24b-57f2263064a9} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:21.196755 [ 3 ] {a6eaf25f-09ba-403c-a24b-57f2263064a9} executeQuery: Read 66 rows, 5.28 KiB in 0.001488 sec., 44354.838709677424 rows/sec., 3.46 MiB/sec. 2026.04.07 05:22:21.196791 [ 3 ] {a6eaf25f-09ba-403c-a24b-57f2263064a9} TCPHandler: Processed in 0.001649801 sec. 2026.04.07 05:22:21.196894 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:21.196991 [ 3 ] {4057ec24-15a9-4397-aa1a-479dc7ecebf8} executeQuery: (from [fd00:1122:3344:101::d]:59743) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:22:21.197034 [ 3 ] {4057ec24-15a9-4397-aa1a-479dc7ecebf8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:22:21.197501 [ 3 ] {4057ec24-15a9-4397-aa1a-479dc7ecebf8} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:21.197537 [ 3 ] {4057ec24-15a9-4397-aa1a-479dc7ecebf8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.04.07 05:22:21.197990 [ 3 ] {4057ec24-15a9-4397-aa1a-479dc7ecebf8} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.07 05:22:21.198451 [ 3 ] {4057ec24-15a9-4397-aa1a-479dc7ecebf8} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:21.198588 [ 3 ] {4057ec24-15a9-4397-aa1a-479dc7ecebf8} executeQuery: Read 157 rows, 11.18 KiB in 0.001616 sec., 97153.46534653465 rows/sec., 6.75 MiB/sec. 2026.04.07 05:22:21.198626 [ 3 ] {4057ec24-15a9-4397-aa1a-479dc7ecebf8} TCPHandler: Processed in 0.001781753 sec. 2026.04.07 05:22:21.198724 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:21.198819 [ 3 ] {0081f930-d5c3-4f02-9ce9-61b3c95d9800} executeQuery: (from [fd00:1122:3344:101::d]:59743) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:22:21.198861 [ 3 ] {0081f930-d5c3-4f02-9ce9-61b3c95d9800} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:22:21.199171 [ 3 ] {0081f930-d5c3-4f02-9ce9-61b3c95d9800} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:21.199209 [ 3 ] {0081f930-d5c3-4f02-9ce9-61b3c95d9800} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.04.07 05:22:21.199631 [ 3 ] {0081f930-d5c3-4f02-9ce9-61b3c95d9800} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.07 05:22:21.200057 [ 3 ] {0081f930-d5c3-4f02-9ce9-61b3c95d9800} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:21.200188 [ 3 ] {0081f930-d5c3-4f02-9ce9-61b3c95d9800} executeQuery: Read 56 rows, 3.89 KiB in 0.001387 sec., 40374.90987743331 rows/sec., 2.74 MiB/sec. 2026.04.07 05:22:21.200225 [ 3 ] {0081f930-d5c3-4f02-9ce9-61b3c95d9800} TCPHandler: Processed in 0.001549609 sec. 2026.04.07 05:22:23.180297 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 212 2026.04.07 05:22:23.182538 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:23.182575 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.04.07 05:22:23.183825 [ 242 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.07 05:22:23.184291 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:23.184523 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 212 2026.04.07 05:22:26.142209 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:26.142445 [ 3 ] {274fda41-2bbc-4a91-b6f5-33709a65a04b} executeQuery: (from [fd00:1122:3344:101::d]:59743) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:22:26.142520 [ 3 ] {274fda41-2bbc-4a91-b6f5-33709a65a04b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:22:26.143209 [ 3 ] {274fda41-2bbc-4a91-b6f5-33709a65a04b} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:26.143254 [ 3 ] {274fda41-2bbc-4a91-b6f5-33709a65a04b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.04.07 05:22:26.143781 [ 3 ] {274fda41-2bbc-4a91-b6f5-33709a65a04b} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.07 05:22:26.144228 [ 3 ] {274fda41-2bbc-4a91-b6f5-33709a65a04b} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:26.144407 [ 3 ] {274fda41-2bbc-4a91-b6f5-33709a65a04b} executeQuery: Read 128 rows, 11.33 KiB in 0.002018 sec., 63429.13776015858 rows/sec., 5.48 MiB/sec. 2026.04.07 05:22:26.144451 [ 3 ] {274fda41-2bbc-4a91-b6f5-33709a65a04b} TCPHandler: Processed in 0.002384855 sec. 2026.04.07 05:22:26.144582 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:26.144679 [ 3 ] {970d1b6a-aa8d-4675-a48d-8548838a8077} executeQuery: (from [fd00:1122:3344:101::d]:59743) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.07 05:22:26.144721 [ 3 ] {970d1b6a-aa8d-4675-a48d-8548838a8077} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.07 05:22:26.145150 [ 3 ] {970d1b6a-aa8d-4675-a48d-8548838a8077} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:26.145187 [ 3 ] {970d1b6a-aa8d-4675-a48d-8548838a8077} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.04.07 05:22:26.145587 [ 3 ] {970d1b6a-aa8d-4675-a48d-8548838a8077} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.07 05:22:26.146008 [ 3 ] {970d1b6a-aa8d-4675-a48d-8548838a8077} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:26.146142 [ 3 ] {970d1b6a-aa8d-4675-a48d-8548838a8077} executeQuery: Read 36 rows, 2.71 KiB in 0.00148 sec., 24324.324324324323 rows/sec., 1.79 MiB/sec. 2026.04.07 05:22:26.146180 [ 3 ] {970d1b6a-aa8d-4675-a48d-8548838a8077} TCPHandler: Processed in 0.001649761 sec. 2026.04.07 05:22:26.146292 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:26.146388 [ 3 ] {3e5f24bf-1e75-49f1-bb2b-49d1984eb0e4} executeQuery: (from [fd00:1122:3344:101::d]:59743) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:22:26.146429 [ 3 ] {3e5f24bf-1e75-49f1-bb2b-49d1984eb0e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:22:26.146844 [ 3 ] {3e5f24bf-1e75-49f1-bb2b-49d1984eb0e4} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:26.146881 [ 3 ] {3e5f24bf-1e75-49f1-bb2b-49d1984eb0e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.04.07 05:22:26.147328 [ 3 ] {3e5f24bf-1e75-49f1-bb2b-49d1984eb0e4} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.07 05:22:26.147751 [ 3 ] {3e5f24bf-1e75-49f1-bb2b-49d1984eb0e4} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:26.147903 [ 3 ] {3e5f24bf-1e75-49f1-bb2b-49d1984eb0e4} executeQuery: Read 106 rows, 8.51 KiB in 0.001532 sec., 69190.60052219321 rows/sec., 5.42 MiB/sec. 2026.04.07 05:22:26.147943 [ 3 ] {3e5f24bf-1e75-49f1-bb2b-49d1984eb0e4} TCPHandler: Processed in 0.001700902 sec. 2026.04.07 05:22:26.148055 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:26.148150 [ 3 ] {06100f41-83f0-46a6-8f37-715366ca52ce} executeQuery: (from [fd00:1122:3344:101::d]:59743) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:22:26.148193 [ 3 ] {06100f41-83f0-46a6-8f37-715366ca52ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:22:26.148595 [ 3 ] {06100f41-83f0-46a6-8f37-715366ca52ce} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:26.148632 [ 3 ] {06100f41-83f0-46a6-8f37-715366ca52ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.04.07 05:22:26.149067 [ 3 ] {06100f41-83f0-46a6-8f37-715366ca52ce} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.07 05:22:26.149495 [ 3 ] {06100f41-83f0-46a6-8f37-715366ca52ce} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:26.149649 [ 3 ] {06100f41-83f0-46a6-8f37-715366ca52ce} executeQuery: Read 160 rows, 11.41 KiB in 0.001517 sec., 105471.32498352011 rows/sec., 7.35 MiB/sec. 2026.04.07 05:22:26.149689 [ 3 ] {06100f41-83f0-46a6-8f37-715366ca52ce} TCPHandler: Processed in 0.001683472 sec. 2026.04.07 05:22:26.149799 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:26.149895 [ 3 ] {3d5c8caa-e57f-4d32-875e-b7e85409b67f} executeQuery: (from [fd00:1122:3344:101::d]:59743) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.07 05:22:26.149949 [ 3 ] {3d5c8caa-e57f-4d32-875e-b7e85409b67f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.07 05:22:26.150800 [ 3 ] {3d5c8caa-e57f-4d32-875e-b7e85409b67f} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:26.150839 [ 3 ] {3d5c8caa-e57f-4d32-875e-b7e85409b67f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.04.07 05:22:26.151556 [ 3 ] {3d5c8caa-e57f-4d32-875e-b7e85409b67f} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.07 05:22:26.152037 [ 3 ] {3d5c8caa-e57f-4d32-875e-b7e85409b67f} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:26.152179 [ 3 ] {3d5c8caa-e57f-4d32-875e-b7e85409b67f} executeQuery: Read 36 rows, 66.06 KiB in 0.002301 sec., 15645.371577574966 rows/sec., 28.04 MiB/sec. 2026.04.07 05:22:26.152239 [ 3 ] {3d5c8caa-e57f-4d32-875e-b7e85409b67f} TCPHandler: Processed in 0.002489827 sec. 2026.04.07 05:22:26.152354 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:26.152449 [ 3 ] {1f0f7f6a-c573-43fd-a9b7-dbf0980b4428} executeQuery: (from [fd00:1122:3344:101::d]:59743) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.04.07 05:22:26.152493 [ 3 ] {1f0f7f6a-c573-43fd-a9b7-dbf0980b4428} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.04.07 05:22:26.152818 [ 3 ] {1f0f7f6a-c573-43fd-a9b7-dbf0980b4428} oximeter.measurements_i64 (a5300f5a-ccdd-452e-ab03-c086e77f17f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:26.152854 [ 3 ] {1f0f7f6a-c573-43fd-a9b7-dbf0980b4428} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.04.07 05:22:26.153350 [ 3 ] {1f0f7f6a-c573-43fd-a9b7-dbf0980b4428} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.07 05:22:26.153857 [ 3 ] {1f0f7f6a-c573-43fd-a9b7-dbf0980b4428} oximeter.measurements_i64 (a5300f5a-ccdd-452e-ab03-c086e77f17f3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:26.153984 [ 3 ] {1f0f7f6a-c573-43fd-a9b7-dbf0980b4428} executeQuery: Read 9 rows, 709.00 B in 0.001554 sec., 5791.505791505791 rows/sec., 445.55 KiB/sec. 2026.04.07 05:22:26.154021 [ 3 ] {1f0f7f6a-c573-43fd-a9b7-dbf0980b4428} TCPHandler: Processed in 0.001716963 sec. 2026.04.07 05:22:26.154129 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:26.154223 [ 3 ] {cfa0460a-e0d1-4112-b224-c516e0b2d375} executeQuery: (from [fd00:1122:3344:101::d]:59743) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:22:26.154264 [ 3 ] {cfa0460a-e0d1-4112-b224-c516e0b2d375} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:22:26.154594 [ 3 ] {cfa0460a-e0d1-4112-b224-c516e0b2d375} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:26.154629 [ 3 ] {cfa0460a-e0d1-4112-b224-c516e0b2d375} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.04.07 05:22:26.155038 [ 3 ] {cfa0460a-e0d1-4112-b224-c516e0b2d375} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.07 05:22:26.155506 [ 3 ] {cfa0460a-e0d1-4112-b224-c516e0b2d375} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:26.155667 [ 3 ] {cfa0460a-e0d1-4112-b224-c516e0b2d375} executeQuery: Read 60 rows, 4.14 KiB in 0.001463 sec., 41011.619958988376 rows/sec., 2.76 MiB/sec. 2026.04.07 05:22:26.155704 [ 3 ] {cfa0460a-e0d1-4112-b224-c516e0b2d375} TCPHandler: Processed in 0.001625181 sec. 2026.04.07 05:22:28.072812 [ 96 ] {} DNSResolver: Updating DNS cache 2026.04.07 05:22:28.072858 [ 96 ] {} DNSResolver: Updated DNS cache 2026.04.07 05:22:28.189543 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 2884 2026.04.07 05:22:28.190056 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:28.190100 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.04.07 05:22:28.190758 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.07 05:22:28.191233 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:28.191361 [ 96 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.07 05:22:28.191365 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2884 2026.04.07 05:22:28.191410 [ 96 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:28.191431 [ 96 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.04.07 05:22:28.193625 [ 202 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.04.07 05:22:28.195793 [ 202 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:22:28.195915 [ 202 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 488 rows starting from the beginning of the part 2026.04.07 05:22:28.196051 [ 202 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 488 rows starting from the beginning of the part 2026.04.07 05:22:28.196118 [ 202 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 436 rows starting from the beginning of the part 2026.04.07 05:22:28.196180 [ 202 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 512 rows starting from the beginning of the part 2026.04.07 05:22:28.196241 [ 202 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 448 rows starting from the beginning of the part 2026.04.07 05:22:28.196307 [ 202 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 512 rows starting from the beginning of the part 2026.04.07 05:22:28.238996 [ 187 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2884 rows, containing 4 columns (4 merged, 0 gathered) in 0.047412484 sec., 60827.861286491556 rows/sec., 891.03 KiB/sec. 2026.04.07 05:22:28.239958 [ 200 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.07 05:22:28.240553 [ 200 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_6_1} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:28.240623 [ 200 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_6_1} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.07 05:22:28.242590 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.35 MiB. 2026.04.07 05:22:28.336039 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2026.04.07 05:22:28.353837 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:28.353900 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.04.07 05:22:28.360067 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.07 05:22:28.360820 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:28.361106 [ 96 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.07 05:22:28.361172 [ 96 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:28.361205 [ 96 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.04.07 05:22:28.361329 [ 200 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.04.07 05:22:28.364558 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2026.04.07 05:22:28.365286 [ 200 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:22:28.366592 [ 200 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part 2026.04.07 05:22:28.370990 [ 200 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part 2026.04.07 05:22:28.375204 [ 200 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 7 rows starting from the beginning of the part 2026.04.07 05:22:28.379278 [ 200 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part 2026.04.07 05:22:28.390692 [ 200 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 7 rows starting from the beginning of the part 2026.04.07 05:22:28.395302 [ 200 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 8 rows starting from the beginning of the part 2026.04.07 05:22:28.466387 [ 189 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.105107303 sec., 437.64799102494334 rows/sec., 2.26 MiB/sec. 2026.04.07 05:22:28.468250 [ 192 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.07 05:22:28.470004 [ 192 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_6_1} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:28.470098 [ 192 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_6_1} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.07 05:22:28.471276 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2026.04.07 05:22:29.000195 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 170.47 MiB, peak 180.01 MiB, free memory in arenas 0.00 B, will set to 180.98 MiB (RSS), difference: 10.51 MiB 2026.04.07 05:22:31.140445 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:31.140726 [ 3 ] {17329c08-5e52-48fb-b28b-2e0b8f8f5012} executeQuery: (from [fd00:1122:3344:101::d]:59743) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:22:31.140823 [ 3 ] {17329c08-5e52-48fb-b28b-2e0b8f8f5012} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:22:31.141554 [ 3 ] {17329c08-5e52-48fb-b28b-2e0b8f8f5012} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:31.141596 [ 3 ] {17329c08-5e52-48fb-b28b-2e0b8f8f5012} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.04.07 05:22:31.142035 [ 3 ] {17329c08-5e52-48fb-b28b-2e0b8f8f5012} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.07 05:22:31.142252 [ 3 ] {17329c08-5e52-48fb-b28b-2e0b8f8f5012} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:31.142388 [ 112 ] {} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.07 05:22:31.142406 [ 3 ] {17329c08-5e52-48fb-b28b-2e0b8f8f5012} executeQuery: Read 56 rows, 4.41 KiB in 0.001755 sec., 31908.831908831908 rows/sec., 2.45 MiB/sec. 2026.04.07 05:22:31.142457 [ 112 ] {} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:31.142468 [ 3 ] {17329c08-5e52-48fb-b28b-2e0b8f8f5012} TCPHandler: Processed in 0.002205652 sec. 2026.04.07 05:22:31.142489 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.04.07 05:22:31.142596 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:31.142649 [ 187 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.04.07 05:22:31.142695 [ 3 ] {49f3eb57-dfdd-446c-a408-2b76c4f0df6b} executeQuery: (from [fd00:1122:3344:101::d]:59743) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:22:31.142740 [ 3 ] {49f3eb57-dfdd-446c-a408-2b76c4f0df6b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:22:31.142815 [ 187 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:22:31.142870 [ 187 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 209 rows starting from the beginning of the part 2026.04.07 05:22:31.142971 [ 187 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 52 rows starting from the beginning of the part 2026.04.07 05:22:31.143018 [ 187 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 98 rows starting from the beginning of the part 2026.04.07 05:22:31.143074 [ 187 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 57 rows starting from the beginning of the part 2026.04.07 05:22:31.143119 [ 187 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 128 rows starting from the beginning of the part 2026.04.07 05:22:31.143144 [ 3 ] {49f3eb57-dfdd-446c-a408-2b76c4f0df6b} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:31.143162 [ 187 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 56 rows starting from the beginning of the part 2026.04.07 05:22:31.143188 [ 3 ] {49f3eb57-dfdd-446c-a408-2b76c4f0df6b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.04.07 05:22:31.143537 [ 3 ] {49f3eb57-dfdd-446c-a408-2b76c4f0df6b} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.07 05:22:31.143787 [ 3 ] {49f3eb57-dfdd-446c-a408-2b76c4f0df6b} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:31.143887 [ 112 ] {} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.07 05:22:31.143922 [ 3 ] {49f3eb57-dfdd-446c-a408-2b76c4f0df6b} executeQuery: Read 64 rows, 5.12 KiB in 0.001246 sec., 51364.365971107545 rows/sec., 4.01 MiB/sec. 2026.04.07 05:22:31.143922 [ 112 ] {} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:31.143964 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.04.07 05:22:31.143967 [ 3 ] {49f3eb57-dfdd-446c-a408-2b76c4f0df6b} TCPHandler: Processed in 0.001420827 sec. 2026.04.07 05:22:31.144086 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:31.144096 [ 189 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.04.07 05:22:31.144180 [ 3 ] {8fad548a-4876-4880-a688-777a2df7916b} executeQuery: (from [fd00:1122:3344:101::d]:59743) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:22:31.144227 [ 3 ] {8fad548a-4876-4880-a688-777a2df7916b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:22:31.144248 [ 189 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:22:31.144255 [ 190 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 600 rows, containing 5 columns (5 merged, 0 gathered) in 0.001682092 sec., 356698.68235506734 rows/sec., 31.49 MiB/sec. 2026.04.07 05:22:31.144302 [ 189 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 124 rows starting from the beginning of the part 2026.04.07 05:22:31.144402 [ 189 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 56 rows starting from the beginning of the part 2026.04.07 05:22:31.144456 [ 189 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 84 rows starting from the beginning of the part 2026.04.07 05:22:31.144506 [ 189 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 66 rows starting from the beginning of the part 2026.04.07 05:22:31.144507 [ 193 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.07 05:22:31.144550 [ 189 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 106 rows starting from the beginning of the part 2026.04.07 05:22:31.144611 [ 189 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 64 rows starting from the beginning of the part 2026.04.07 05:22:31.144671 [ 3 ] {8fad548a-4876-4880-a688-777a2df7916b} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:31.144717 [ 3 ] {8fad548a-4876-4880-a688-777a2df7916b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.04.07 05:22:31.144925 [ 193 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_6_1} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:31.145022 [ 193 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_6_1} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.07 05:22:31.145111 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2026.04.07 05:22:31.145197 [ 3 ] {8fad548a-4876-4880-a688-777a2df7916b} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.07 05:22:31.145431 [ 3 ] {8fad548a-4876-4880-a688-777a2df7916b} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:31.145527 [ 112 ] {} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.07 05:22:31.145557 [ 112 ] {} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:31.145569 [ 3 ] {8fad548a-4876-4880-a688-777a2df7916b} executeQuery: Read 160 rows, 11.41 KiB in 0.001407 sec., 113717.12864250178 rows/sec., 7.92 MiB/sec. 2026.04.07 05:22:31.145573 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.04.07 05:22:31.145614 [ 3 ] {8fad548a-4876-4880-a688-777a2df7916b} TCPHandler: Processed in 0.00157581 sec. 2026.04.07 05:22:31.145625 [ 189 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 500 rows, containing 5 columns (5 merged, 0 gathered) in 0.0015957 sec., 313342.1069123269 rows/sec., 25.93 MiB/sec. 2026.04.07 05:22:31.145699 [ 190 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.04.07 05:22:31.145729 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:31.145763 [ 193 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.07 05:22:31.145812 [ 190 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:22:31.145824 [ 3 ] {0eda718d-cf76-4c2c-be04-3d735236e6ef} executeQuery: (from [fd00:1122:3344:101::d]:59743) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:22:31.145857 [ 190 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 275 rows starting from the beginning of the part 2026.04.07 05:22:31.145868 [ 3 ] {0eda718d-cf76-4c2c-be04-3d735236e6ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:22:31.145951 [ 190 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 150 rows starting from the beginning of the part 2026.04.07 05:22:31.146018 [ 193 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_6_1} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:31.146020 [ 190 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 150 rows starting from the beginning of the part 2026.04.07 05:22:31.146088 [ 193 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_6_1} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.07 05:22:31.146089 [ 190 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 157 rows starting from the beginning of the part 2026.04.07 05:22:31.146151 [ 190 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 160 rows starting from the beginning of the part 2026.04.07 05:22:31.146152 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.04.07 05:22:31.146204 [ 190 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part 2026.04.07 05:22:31.146216 [ 3 ] {0eda718d-cf76-4c2c-be04-3d735236e6ef} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:31.146252 [ 3 ] {0eda718d-cf76-4c2c-be04-3d735236e6ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.04.07 05:22:31.146566 [ 3 ] {0eda718d-cf76-4c2c-be04-3d735236e6ef} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.07 05:22:31.146777 [ 3 ] {0eda718d-cf76-4c2c-be04-3d735236e6ef} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:31.146875 [ 112 ] {} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.07 05:22:31.146902 [ 112 ] {} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:31.146904 [ 3 ] {0eda718d-cf76-4c2c-be04-3d735236e6ef} executeQuery: Read 60 rows, 4.14 KiB in 0.001099 sec., 54595.08644222021 rows/sec., 3.68 MiB/sec. 2026.04.07 05:22:31.146920 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.04.07 05:22:31.146952 [ 3 ] {0eda718d-cf76-4c2c-be04-3d735236e6ef} TCPHandler: Processed in 0.001272264 sec. 2026.04.07 05:22:31.147051 [ 199 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.04.07 05:22:31.147171 [ 199 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:22:31.147207 [ 199 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 30 rows starting from the beginning of the part 2026.04.07 05:22:31.147278 [ 189 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1052 rows, containing 5 columns (5 merged, 0 gathered) in 0.001641141 sec., 641017.4384772545 rows/sec., 45.81 MiB/sec. 2026.04.07 05:22:31.147283 [ 199 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 50 rows starting from the beginning of the part 2026.04.07 05:22:31.147346 [ 199 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 50 rows starting from the beginning of the part 2026.04.07 05:22:31.147393 [ 199 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 56 rows starting from the beginning of the part 2026.04.07 05:22:31.147437 [ 199 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part 2026.04.07 05:22:31.147481 [ 199 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part 2026.04.07 05:22:31.147482 [ 193 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.07 05:22:31.147791 [ 193 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_6_1} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:31.147861 [ 193 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_6_1} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.07 05:22:31.147931 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. 2026.04.07 05:22:31.148303 [ 198 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 306 rows, containing 4 columns (4 merged, 0 gathered) in 0.001300664 sec., 235264.44954269513 rows/sec., 15.99 MiB/sec. 2026.04.07 05:22:31.148455 [ 193 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.07 05:22:31.148702 [ 193 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_6_1} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:31.148768 [ 193 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_6_1} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.07 05:22:31.148835 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.04.07 05:22:33.185086 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 234 2026.04.07 05:22:33.187532 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:33.187569 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.04.07 05:22:33.188697 [ 242 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.07 05:22:33.188960 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:33.189202 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 234 2026.04.07 05:22:35.691792 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 3332 2026.04.07 05:22:35.692457 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:35.692496 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.04.07 05:22:35.692955 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.07 05:22:35.693179 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:35.693300 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3332 2026.04.07 05:22:35.864924 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2026.04.07 05:22:35.882167 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:35.882226 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.04.07 05:22:35.888061 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.07 05:22:35.888748 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:35.891792 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2026.04.07 05:22:36.142835 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:36.143031 [ 3 ] {a54ddf0d-7176-4e96-af81-675208746507} executeQuery: (from [fd00:1122:3344:101::d]:59743) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.07 05:22:36.143101 [ 3 ] {a54ddf0d-7176-4e96-af81-675208746507} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.07 05:22:36.143734 [ 3 ] {a54ddf0d-7176-4e96-af81-675208746507} oximeter.fields_i16 (19a28ab3-93b8-470f-bc08-bb1de0445c9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:36.143786 [ 3 ] {a54ddf0d-7176-4e96-af81-675208746507} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.04.07 05:22:36.144185 [ 3 ] {a54ddf0d-7176-4e96-af81-675208746507} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.07 05:22:36.144424 [ 3 ] {a54ddf0d-7176-4e96-af81-675208746507} oximeter.fields_i16 (19a28ab3-93b8-470f-bc08-bb1de0445c9c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:36.144589 [ 3 ] {a54ddf0d-7176-4e96-af81-675208746507} executeQuery: Read 24 rows, 2.04 KiB in 0.001608 sec., 14925.373134328358 rows/sec., 1.24 MiB/sec. 2026.04.07 05:22:36.144642 [ 3 ] {a54ddf0d-7176-4e96-af81-675208746507} TCPHandler: Processed in 0.001948507 sec. 2026.04.07 05:22:36.144774 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:36.144883 [ 3 ] {dd1fbc50-a57d-4553-919c-0a77da0babf8} executeQuery: (from [fd00:1122:3344:101::d]:59743) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:22:36.144929 [ 3 ] {dd1fbc50-a57d-4553-919c-0a77da0babf8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:22:36.145580 [ 3 ] {dd1fbc50-a57d-4553-919c-0a77da0babf8} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:36.145633 [ 3 ] {dd1fbc50-a57d-4553-919c-0a77da0babf8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.04.07 05:22:36.146154 [ 3 ] {dd1fbc50-a57d-4553-919c-0a77da0babf8} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.07 05:22:36.146393 [ 3 ] {dd1fbc50-a57d-4553-919c-0a77da0babf8} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:36.146534 [ 3 ] {dd1fbc50-a57d-4553-919c-0a77da0babf8} executeQuery: Read 250 rows, 22.98 KiB in 0.001675 sec., 149253.73134328358 rows/sec., 13.40 MiB/sec. 2026.04.07 05:22:36.146575 [ 3 ] {dd1fbc50-a57d-4553-919c-0a77da0babf8} TCPHandler: Processed in 0.001865245 sec. 2026.04.07 05:22:36.146697 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:36.146799 [ 3 ] {4a2e2ebf-f675-4fd4-9415-77e451424e9b} executeQuery: (from [fd00:1122:3344:101::d]:59743) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.07 05:22:36.146843 [ 3 ] {4a2e2ebf-f675-4fd4-9415-77e451424e9b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.07 05:22:36.147261 [ 3 ] {4a2e2ebf-f675-4fd4-9415-77e451424e9b} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:36.147300 [ 3 ] {4a2e2ebf-f675-4fd4-9415-77e451424e9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.04.07 05:22:36.147614 [ 3 ] {4a2e2ebf-f675-4fd4-9415-77e451424e9b} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.07 05:22:36.147842 [ 3 ] {4a2e2ebf-f675-4fd4-9415-77e451424e9b} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:36.147979 [ 3 ] {4a2e2ebf-f675-4fd4-9415-77e451424e9b} executeQuery: Read 49 rows, 3.74 KiB in 0.001202 sec., 40765.391014975045 rows/sec., 3.04 MiB/sec. 2026.04.07 05:22:36.148018 [ 3 ] {4a2e2ebf-f675-4fd4-9415-77e451424e9b} TCPHandler: Processed in 0.001373357 sec. 2026.04.07 05:22:36.148126 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:36.148226 [ 3 ] {bb3b97a5-066b-433a-bdb2-fdddedb2cf01} executeQuery: (from [fd00:1122:3344:101::d]:59743) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.07 05:22:36.148268 [ 3 ] {bb3b97a5-066b-433a-bdb2-fdddedb2cf01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.07 05:22:36.148662 [ 3 ] {bb3b97a5-066b-433a-bdb2-fdddedb2cf01} oximeter.fields_u32 (77106049-3b56-443c-8974-c866b1324d40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:36.148699 [ 3 ] {bb3b97a5-066b-433a-bdb2-fdddedb2cf01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.04.07 05:22:36.149001 [ 3 ] {bb3b97a5-066b-433a-bdb2-fdddedb2cf01} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.07 05:22:36.149227 [ 3 ] {bb3b97a5-066b-433a-bdb2-fdddedb2cf01} oximeter.fields_u32 (77106049-3b56-443c-8974-c866b1324d40): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:36.149356 [ 3 ] {bb3b97a5-066b-433a-bdb2-fdddedb2cf01} executeQuery: Read 24 rows, 2.04 KiB in 0.00115 sec., 20869.565217391304 rows/sec., 1.73 MiB/sec. 2026.04.07 05:22:36.149395 [ 3 ] {bb3b97a5-066b-433a-bdb2-fdddedb2cf01} TCPHandler: Processed in 0.001319716 sec. 2026.04.07 05:22:36.149519 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:36.149614 [ 3 ] {b01abd11-46a5-42d4-9d94-a0e16dcd579f} executeQuery: (from [fd00:1122:3344:101::d]:59743) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.07 05:22:36.149652 [ 3 ] {b01abd11-46a5-42d4-9d94-a0e16dcd579f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.07 05:22:36.150038 [ 3 ] {b01abd11-46a5-42d4-9d94-a0e16dcd579f} oximeter.fields_u8 (0286c37b-6235-46e9-9a40-c9bc493e69eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:36.150074 [ 3 ] {b01abd11-46a5-42d4-9d94-a0e16dcd579f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.04.07 05:22:36.150367 [ 3 ] {b01abd11-46a5-42d4-9d94-a0e16dcd579f} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.07 05:22:36.150577 [ 3 ] {b01abd11-46a5-42d4-9d94-a0e16dcd579f} oximeter.fields_u8 (0286c37b-6235-46e9-9a40-c9bc493e69eb): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:36.150703 [ 3 ] {b01abd11-46a5-42d4-9d94-a0e16dcd579f} executeQuery: Read 12 rows, 960.00 B in 0.001108 sec., 10830.324909747293 rows/sec., 846.12 KiB/sec. 2026.04.07 05:22:36.150741 [ 3 ] {b01abd11-46a5-42d4-9d94-a0e16dcd579f} TCPHandler: Processed in 0.001271344 sec. 2026.04.07 05:22:36.150856 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:36.150951 [ 3 ] {7454a554-3b41-4335-aec8-eb8b9990462f} executeQuery: (from [fd00:1122:3344:101::d]:59743) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:22:36.150990 [ 3 ] {7454a554-3b41-4335-aec8-eb8b9990462f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:22:36.151432 [ 3 ] {7454a554-3b41-4335-aec8-eb8b9990462f} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:36.151468 [ 3 ] {7454a554-3b41-4335-aec8-eb8b9990462f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.04.07 05:22:36.151768 [ 3 ] {7454a554-3b41-4335-aec8-eb8b9990462f} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.07 05:22:36.151976 [ 3 ] {7454a554-3b41-4335-aec8-eb8b9990462f} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:36.152106 [ 3 ] {7454a554-3b41-4335-aec8-eb8b9990462f} executeQuery: Read 137 rows, 11.34 KiB in 0.001172 sec., 116894.19795221843 rows/sec., 9.45 MiB/sec. 2026.04.07 05:22:36.152142 [ 3 ] {7454a554-3b41-4335-aec8-eb8b9990462f} TCPHandler: Processed in 0.001335285 sec. 2026.04.07 05:22:36.152252 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:36.152347 [ 3 ] {17fa2201-51d6-42a8-ac0f-028300308cc5} executeQuery: (from [fd00:1122:3344:101::d]:59743) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:22:36.152391 [ 3 ] {17fa2201-51d6-42a8-ac0f-028300308cc5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:22:36.152775 [ 3 ] {17fa2201-51d6-42a8-ac0f-028300308cc5} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:36.152816 [ 3 ] {17fa2201-51d6-42a8-ac0f-028300308cc5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.04.07 05:22:36.153145 [ 3 ] {17fa2201-51d6-42a8-ac0f-028300308cc5} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.07 05:22:36.153349 [ 3 ] {17fa2201-51d6-42a8-ac0f-028300308cc5} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:36.153477 [ 3 ] {17fa2201-51d6-42a8-ac0f-028300308cc5} executeQuery: Read 196 rows, 14.40 KiB in 0.001148 sec., 170731.7073170732 rows/sec., 12.25 MiB/sec. 2026.04.07 05:22:36.153513 [ 3 ] {17fa2201-51d6-42a8-ac0f-028300308cc5} TCPHandler: Processed in 0.001311234 sec. 2026.04.07 05:22:36.153624 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:36.153719 [ 3 ] {f94ab1d5-7b16-4cac-9022-a282449fe9cc} executeQuery: (from [fd00:1122:3344:101::d]:59743) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.07 05:22:36.153773 [ 3 ] {f94ab1d5-7b16-4cac-9022-a282449fe9cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.07 05:22:36.154552 [ 3 ] {f94ab1d5-7b16-4cac-9022-a282449fe9cc} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:36.154589 [ 3 ] {f94ab1d5-7b16-4cac-9022-a282449fe9cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.04.07 05:22:36.155148 [ 3 ] {f94ab1d5-7b16-4cac-9022-a282449fe9cc} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.07 05:22:36.155372 [ 3 ] {f94ab1d5-7b16-4cac-9022-a282449fe9cc} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:36.155509 [ 3 ] {f94ab1d5-7b16-4cac-9022-a282449fe9cc} executeQuery: Read 37 rows, 67.89 KiB in 0.001808 sec., 20464.601769911504 rows/sec., 36.67 MiB/sec. 2026.04.07 05:22:36.155565 [ 3 ] {f94ab1d5-7b16-4cac-9022-a282449fe9cc} TCPHandler: Processed in 0.001991048 sec. 2026.04.07 05:22:36.155681 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:36.155776 [ 3 ] {afcf6844-2a8c-4ad7-84d4-d58d923419c6} executeQuery: (from [fd00:1122:3344:101::d]:59743) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:22:36.155818 [ 3 ] {afcf6844-2a8c-4ad7-84d4-d58d923419c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:22:36.156140 [ 3 ] {afcf6844-2a8c-4ad7-84d4-d58d923419c6} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:36.156176 [ 3 ] {afcf6844-2a8c-4ad7-84d4-d58d923419c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.04.07 05:22:36.156480 [ 3 ] {afcf6844-2a8c-4ad7-84d4-d58d923419c6} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.07 05:22:36.156686 [ 3 ] {afcf6844-2a8c-4ad7-84d4-d58d923419c6} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:36.156810 [ 3 ] {afcf6844-2a8c-4ad7-84d4-d58d923419c6} executeQuery: Read 60 rows, 4.14 KiB in 0.001052 sec., 57034.22053231939 rows/sec., 3.84 MiB/sec. 2026.04.07 05:22:36.156845 [ 3 ] {afcf6844-2a8c-4ad7-84d4-d58d923419c6} TCPHandler: Processed in 0.001214303 sec. 2026.04.07 05:22:41.139481 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:41.139704 [ 3 ] {4f587c30-4a09-43f3-b7eb-df39e28755a3} executeQuery: (from [fd00:1122:3344:101::d]:59743) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:22:41.139782 [ 3 ] {4f587c30-4a09-43f3-b7eb-df39e28755a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:22:41.140462 [ 3 ] {4f587c30-4a09-43f3-b7eb-df39e28755a3} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:41.140514 [ 3 ] {4f587c30-4a09-43f3-b7eb-df39e28755a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.04.07 05:22:41.140940 [ 3 ] {4f587c30-4a09-43f3-b7eb-df39e28755a3} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.07 05:22:41.141175 [ 3 ] {4f587c30-4a09-43f3-b7eb-df39e28755a3} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:41.141342 [ 3 ] {4f587c30-4a09-43f3-b7eb-df39e28755a3} executeQuery: Read 56 rows, 4.41 KiB in 0.001694 sec., 33057.85123966942 rows/sec., 2.54 MiB/sec. 2026.04.07 05:22:41.141391 [ 3 ] {4f587c30-4a09-43f3-b7eb-df39e28755a3} TCPHandler: Processed in 0.002051899 sec. 2026.04.07 05:22:41.141519 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:41.141626 [ 3 ] {0d358ff9-6ef2-45c7-80a8-edcda19b702d} executeQuery: (from [fd00:1122:3344:101::d]:59743) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:22:41.141669 [ 3 ] {0d358ff9-6ef2-45c7-80a8-edcda19b702d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:22:41.142087 [ 3 ] {0d358ff9-6ef2-45c7-80a8-edcda19b702d} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:41.142127 [ 3 ] {0d358ff9-6ef2-45c7-80a8-edcda19b702d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.04.07 05:22:41.142450 [ 3 ] {0d358ff9-6ef2-45c7-80a8-edcda19b702d} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.07 05:22:41.142656 [ 3 ] {0d358ff9-6ef2-45c7-80a8-edcda19b702d} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:41.142782 [ 3 ] {0d358ff9-6ef2-45c7-80a8-edcda19b702d} executeQuery: Read 64 rows, 5.12 KiB in 0.001199 sec., 53377.81484570476 rows/sec., 4.17 MiB/sec. 2026.04.07 05:22:41.142817 [ 3 ] {0d358ff9-6ef2-45c7-80a8-edcda19b702d} TCPHandler: Processed in 0.001372076 sec. 2026.04.07 05:22:41.142921 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:41.143014 [ 3 ] {5f6960bf-8830-4fd8-b642-8b22e9d37160} executeQuery: (from [fd00:1122:3344:101::d]:59743) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:22:41.143056 [ 3 ] {5f6960bf-8830-4fd8-b642-8b22e9d37160} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:22:41.143431 [ 3 ] {5f6960bf-8830-4fd8-b642-8b22e9d37160} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:41.143530 [ 3 ] {5f6960bf-8830-4fd8-b642-8b22e9d37160} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.04.07 05:22:41.143859 [ 3 ] {5f6960bf-8830-4fd8-b642-8b22e9d37160} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.07 05:22:41.144071 [ 3 ] {5f6960bf-8830-4fd8-b642-8b22e9d37160} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:41.144203 [ 3 ] {5f6960bf-8830-4fd8-b642-8b22e9d37160} executeQuery: Read 160 rows, 11.41 KiB in 0.001175 sec., 136170.21276595743 rows/sec., 9.48 MiB/sec. 2026.04.07 05:22:41.144239 [ 3 ] {5f6960bf-8830-4fd8-b642-8b22e9d37160} TCPHandler: Processed in 0.001340666 sec. 2026.04.07 05:22:41.144359 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:41.144483 [ 3 ] {5c0a265f-ef20-42fb-83b2-c825c5397d5d} executeQuery: (from [fd00:1122:3344:101::d]:59743) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:22:41.144537 [ 3 ] {5c0a265f-ef20-42fb-83b2-c825c5397d5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:22:41.144924 [ 3 ] {5c0a265f-ef20-42fb-83b2-c825c5397d5d} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:41.144969 [ 3 ] {5c0a265f-ef20-42fb-83b2-c825c5397d5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.04.07 05:22:41.145313 [ 3 ] {5c0a265f-ef20-42fb-83b2-c825c5397d5d} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.07 05:22:41.145537 [ 3 ] {5c0a265f-ef20-42fb-83b2-c825c5397d5d} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:41.145673 [ 3 ] {5c0a265f-ef20-42fb-83b2-c825c5397d5d} executeQuery: Read 60 rows, 4.14 KiB in 0.001216 sec., 49342.10526315789 rows/sec., 3.33 MiB/sec. 2026.04.07 05:22:41.145709 [ 3 ] {5c0a265f-ef20-42fb-83b2-c825c5397d5d} TCPHandler: Processed in 0.001412056 sec. 2026.04.07 05:22:43.073100 [ 151 ] {} DNSResolver: Updating DNS cache 2026.04.07 05:22:43.073156 [ 151 ] {} DNSResolver: Updated DNS cache 2026.04.07 05:22:43.190319 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 260 2026.04.07 05:22:43.192650 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:43.192699 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.04.07 05:22:43.193418 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 3844 2026.04.07 05:22:43.193839 [ 242 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.07 05:22:43.193930 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:43.193972 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.04.07 05:22:43.194108 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:43.194251 [ 151 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.07 05:22:43.194310 [ 151 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:43.194334 [ 151 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.04.07 05:22:43.194357 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 260 2026.04.07 05:22:43.194440 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.07 05:22:43.194442 [ 199 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.04.07 05:22:43.194778 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:43.195016 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3844 2026.04.07 05:22:43.195144 [ 199 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:22:43.195330 [ 199 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 88 rows starting from the beginning of the part 2026.04.07 05:22:43.195746 [ 199 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part 2026.04.07 05:22:43.196089 [ 199 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 86 rows starting from the beginning of the part 2026.04.07 05:22:43.196427 [ 199 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 36 rows starting from the beginning of the part 2026.04.07 05:22:43.196766 [ 199 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 22 rows starting from the beginning of the part 2026.04.07 05:22:43.197099 [ 199 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 26 rows starting from the beginning of the part 2026.04.07 05:22:43.202987 [ 189 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 260 rows, containing 72 columns (72 merged, 0 gathered) in 0.008546942 sec., 30420.236851964128 rows/sec., 30.11 MiB/sec. 2026.04.07 05:22:43.204005 [ 189 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.07 05:22:43.204631 [ 189 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_6_1} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:43.204713 [ 189 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_6_1} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.07 05:22:43.204954 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.56 MiB. 2026.04.07 05:22:43.391921 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2026.04.07 05:22:43.408537 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:43.408577 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.04.07 05:22:43.414709 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.07 05:22:43.415399 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:43.418115 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2026.04.07 05:22:43.998891 [ 3 ] {} TCPHandler: Done processing connection. 2026.04.07 05:22:43.999023 [ 3 ] {} TCP-Session: 3956af3a-94f1-466f-a692-535db4c7f2bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:44.000272 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 180.54 MiB, peak 187.72 MiB, free memory in arenas 0.00 B, will set to 184.36 MiB (RSS), difference: 3.82 MiB 2026.04.07 05:22:46.142458 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:46.142640 [ 5 ] {72351f20-ceb3-4957-9ec5-a7d9d29bf496} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:22:46.142706 [ 5 ] {72351f20-ceb3-4957-9ec5-a7d9d29bf496} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:22:46.143469 [ 5 ] {72351f20-ceb3-4957-9ec5-a7d9d29bf496} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:46.143516 [ 5 ] {72351f20-ceb3-4957-9ec5-a7d9d29bf496} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.04.07 05:22:46.143946 [ 5 ] {72351f20-ceb3-4957-9ec5-a7d9d29bf496} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.07 05:22:46.144198 [ 5 ] {72351f20-ceb3-4957-9ec5-a7d9d29bf496} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:46.144371 [ 5 ] {72351f20-ceb3-4957-9ec5-a7d9d29bf496} executeQuery: Read 130 rows, 11.51 KiB in 0.001781 sec., 72992.700729927 rows/sec., 6.31 MiB/sec. 2026.04.07 05:22:46.144418 [ 5 ] {72351f20-ceb3-4957-9ec5-a7d9d29bf496} TCPHandler: Processed in 0.002095409 sec. 2026.04.07 05:22:46.144551 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:46.144650 [ 5 ] {2d716b97-9582-4d69-bc5e-7f9cb7866709} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.07 05:22:46.144694 [ 5 ] {2d716b97-9582-4d69-bc5e-7f9cb7866709} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.07 05:22:46.145138 [ 5 ] {2d716b97-9582-4d69-bc5e-7f9cb7866709} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:46.145176 [ 5 ] {2d716b97-9582-4d69-bc5e-7f9cb7866709} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.04.07 05:22:46.145494 [ 5 ] {2d716b97-9582-4d69-bc5e-7f9cb7866709} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.07 05:22:46.145714 [ 5 ] {2d716b97-9582-4d69-bc5e-7f9cb7866709} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:46.145843 [ 146 ] {} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.07 05:22:46.145850 [ 5 ] {2d716b97-9582-4d69-bc5e-7f9cb7866709} executeQuery: Read 37 rows, 2.78 KiB in 0.00122 sec., 30327.868852459018 rows/sec., 2.23 MiB/sec. 2026.04.07 05:22:46.145941 [ 146 ] {} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:46.145950 [ 5 ] {2d716b97-9582-4d69-bc5e-7f9cb7866709} TCPHandler: Processed in 0.001450298 sec. 2026.04.07 05:22:46.145988 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.04.07 05:22:46.146104 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:46.146134 [ 198 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.04.07 05:22:46.146210 [ 5 ] {fce753a4-884c-4bb0-990b-3daa1d27ccdd} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:22:46.146253 [ 5 ] {fce753a4-884c-4bb0-990b-3daa1d27ccdd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:22:46.146259 [ 198 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:22:46.146315 [ 198 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 38 rows starting from the beginning of the part 2026.04.07 05:22:46.146438 [ 198 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 23 rows starting from the beginning of the part 2026.04.07 05:22:46.146489 [ 198 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part 2026.04.07 05:22:46.146537 [ 198 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 36 rows starting from the beginning of the part 2026.04.07 05:22:46.146581 [ 198 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 49 rows starting from the beginning of the part 2026.04.07 05:22:46.146630 [ 198 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 37 rows starting from the beginning of the part 2026.04.07 05:22:46.146776 [ 5 ] {fce753a4-884c-4bb0-990b-3daa1d27ccdd} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:46.146833 [ 5 ] {fce753a4-884c-4bb0-990b-3daa1d27ccdd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.04.07 05:22:46.147216 [ 5 ] {fce753a4-884c-4bb0-990b-3daa1d27ccdd} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.07 05:22:46.147551 [ 5 ] {fce753a4-884c-4bb0-990b-3daa1d27ccdd} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:46.147612 [ 189 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 185 rows, containing 5 columns (5 merged, 0 gathered) in 0.001538829 sec., 120221.28514604286 rows/sec., 9.32 MiB/sec. 2026.04.07 05:22:46.147712 [ 5 ] {fce753a4-884c-4bb0-990b-3daa1d27ccdd} executeQuery: Read 101 rows, 8.08 KiB in 0.001526 sec., 66186.10747051114 rows/sec., 5.17 MiB/sec. 2026.04.07 05:22:46.147750 [ 5 ] {fce753a4-884c-4bb0-990b-3daa1d27ccdd} TCPHandler: Processed in 0.001700442 sec. 2026.04.07 05:22:46.147785 [ 197 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.07 05:22:46.147880 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:46.147975 [ 5 ] {4d5fcbea-64ad-4f43-828c-c83861bcdd8d} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:22:46.148020 [ 5 ] {4d5fcbea-64ad-4f43-828c-c83861bcdd8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:22:46.148065 [ 197 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_6_1} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:46.148131 [ 197 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_6_1} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.07 05:22:46.148211 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.04.07 05:22:46.148440 [ 5 ] {4d5fcbea-64ad-4f43-828c-c83861bcdd8d} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:46.148478 [ 5 ] {4d5fcbea-64ad-4f43-828c-c83861bcdd8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.04.07 05:22:46.148827 [ 5 ] {4d5fcbea-64ad-4f43-828c-c83861bcdd8d} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.07 05:22:46.149024 [ 5 ] {4d5fcbea-64ad-4f43-828c-c83861bcdd8d} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:46.149152 [ 5 ] {4d5fcbea-64ad-4f43-828c-c83861bcdd8d} executeQuery: Read 160 rows, 11.41 KiB in 0.001214 sec., 131795.71663920922 rows/sec., 9.18 MiB/sec. 2026.04.07 05:22:46.149186 [ 5 ] {4d5fcbea-64ad-4f43-828c-c83861bcdd8d} TCPHandler: Processed in 0.001376826 sec. 2026.04.07 05:22:46.149293 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:46.149381 [ 5 ] {6e49416a-716a-4a25-b26e-42ec64b225d4} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.07 05:22:46.149434 [ 5 ] {6e49416a-716a-4a25-b26e-42ec64b225d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.07 05:22:46.150567 [ 5 ] {6e49416a-716a-4a25-b26e-42ec64b225d4} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:46.150615 [ 5 ] {6e49416a-716a-4a25-b26e-42ec64b225d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.04.07 05:22:46.151228 [ 5 ] {6e49416a-716a-4a25-b26e-42ec64b225d4} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.07 05:22:46.151461 [ 5 ] {6e49416a-716a-4a25-b26e-42ec64b225d4} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:46.151609 [ 5 ] {6e49416a-716a-4a25-b26e-42ec64b225d4} executeQuery: Read 37 rows, 67.89 KiB in 0.002211 sec., 16734.509271822706 rows/sec., 29.99 MiB/sec. 2026.04.07 05:22:46.151681 [ 5 ] {6e49416a-716a-4a25-b26e-42ec64b225d4} TCPHandler: Processed in 0.002409026 sec. 2026.04.07 05:22:46.151815 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:46.151911 [ 5 ] {a660558c-acf8-4763-bcf8-5cbf84703871} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:22:46.151954 [ 5 ] {a660558c-acf8-4763-bcf8-5cbf84703871} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:22:46.152332 [ 5 ] {a660558c-acf8-4763-bcf8-5cbf84703871} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:46.152369 [ 5 ] {a660558c-acf8-4763-bcf8-5cbf84703871} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.04.07 05:22:46.152679 [ 5 ] {a660558c-acf8-4763-bcf8-5cbf84703871} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.07 05:22:46.152888 [ 5 ] {a660558c-acf8-4763-bcf8-5cbf84703871} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:46.153037 [ 5 ] {a660558c-acf8-4763-bcf8-5cbf84703871} executeQuery: Read 60 rows, 4.14 KiB in 0.001144 sec., 52447.55244755244 rows/sec., 3.53 MiB/sec. 2026.04.07 05:22:46.153078 [ 5 ] {a660558c-acf8-4763-bcf8-5cbf84703871} TCPHandler: Processed in 0.001313875 sec. 2026.04.07 05:22:50.695111 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 4292 2026.04.07 05:22:50.695926 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:50.696010 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.04.07 05:22:50.696529 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.07 05:22:50.696758 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:50.696884 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4292 2026.04.07 05:22:50.918170 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2026.04.07 05:22:50.935744 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:50.935808 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.04.07 05:22:50.942048 [ 243 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.07 05:22:50.942717 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:50.946035 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2026.04.07 05:22:51.000175 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 185.06 MiB, peak 189.06 MiB, free memory in arenas 0.00 B, will set to 186.50 MiB (RSS), difference: 1.44 MiB 2026.04.07 05:22:51.139908 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:51.140111 [ 5 ] {88c9b3eb-e6cc-46b9-a35a-32e0445dbdd5} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:22:51.140188 [ 5 ] {88c9b3eb-e6cc-46b9-a35a-32e0445dbdd5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:22:51.140856 [ 5 ] {88c9b3eb-e6cc-46b9-a35a-32e0445dbdd5} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:51.140908 [ 5 ] {88c9b3eb-e6cc-46b9-a35a-32e0445dbdd5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.04.07 05:22:51.141300 [ 5 ] {88c9b3eb-e6cc-46b9-a35a-32e0445dbdd5} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.07 05:22:51.141544 [ 5 ] {88c9b3eb-e6cc-46b9-a35a-32e0445dbdd5} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:51.141707 [ 5 ] {88c9b3eb-e6cc-46b9-a35a-32e0445dbdd5} executeQuery: Read 56 rows, 4.41 KiB in 0.001649 sec., 33959.97574287447 rows/sec., 2.61 MiB/sec. 2026.04.07 05:22:51.141756 [ 5 ] {88c9b3eb-e6cc-46b9-a35a-32e0445dbdd5} TCPHandler: Processed in 0.001988007 sec. 2026.04.07 05:22:51.141880 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:51.141983 [ 5 ] {17f6685b-57fe-47d6-8da1-2ea49b568f30} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:22:51.142026 [ 5 ] {17f6685b-57fe-47d6-8da1-2ea49b568f30} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:22:51.142464 [ 5 ] {17f6685b-57fe-47d6-8da1-2ea49b568f30} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:51.142498 [ 5 ] {17f6685b-57fe-47d6-8da1-2ea49b568f30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.04.07 05:22:51.142824 [ 5 ] {17f6685b-57fe-47d6-8da1-2ea49b568f30} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.07 05:22:51.143042 [ 5 ] {17f6685b-57fe-47d6-8da1-2ea49b568f30} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:51.143186 [ 5 ] {17f6685b-57fe-47d6-8da1-2ea49b568f30} executeQuery: Read 64 rows, 5.12 KiB in 0.001227 sec., 52159.73920130399 rows/sec., 4.07 MiB/sec. 2026.04.07 05:22:51.143223 [ 5 ] {17f6685b-57fe-47d6-8da1-2ea49b568f30} TCPHandler: Processed in 0.001396817 sec. 2026.04.07 05:22:51.143341 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:51.143437 [ 5 ] {ffa83c91-435f-4cf4-8d85-30be5e5aa219} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:22:51.143479 [ 5 ] {ffa83c91-435f-4cf4-8d85-30be5e5aa219} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:22:51.143887 [ 5 ] {ffa83c91-435f-4cf4-8d85-30be5e5aa219} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:51.143924 [ 5 ] {ffa83c91-435f-4cf4-8d85-30be5e5aa219} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.04.07 05:22:51.144253 [ 5 ] {ffa83c91-435f-4cf4-8d85-30be5e5aa219} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.07 05:22:51.144463 [ 5 ] {ffa83c91-435f-4cf4-8d85-30be5e5aa219} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:51.144604 [ 5 ] {ffa83c91-435f-4cf4-8d85-30be5e5aa219} executeQuery: Read 160 rows, 11.41 KiB in 0.001187 sec., 134793.59730412805 rows/sec., 9.39 MiB/sec. 2026.04.07 05:22:51.144642 [ 5 ] {ffa83c91-435f-4cf4-8d85-30be5e5aa219} TCPHandler: Processed in 0.001351905 sec. 2026.04.07 05:22:51.144753 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:51.144848 [ 5 ] {a65185d8-5c97-497f-88ce-89caf45c7a40} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:22:51.144889 [ 5 ] {a65185d8-5c97-497f-88ce-89caf45c7a40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:22:51.145221 [ 5 ] {a65185d8-5c97-497f-88ce-89caf45c7a40} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:51.145257 [ 5 ] {a65185d8-5c97-497f-88ce-89caf45c7a40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.04.07 05:22:51.145566 [ 5 ] {a65185d8-5c97-497f-88ce-89caf45c7a40} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.07 05:22:51.145783 [ 5 ] {a65185d8-5c97-497f-88ce-89caf45c7a40} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:51.145920 [ 5 ] {a65185d8-5c97-497f-88ce-89caf45c7a40} executeQuery: Read 60 rows, 4.14 KiB in 0.001091 sec., 54995.417048579286 rows/sec., 3.71 MiB/sec. 2026.04.07 05:22:51.145955 [ 5 ] {a65185d8-5c97-497f-88ce-89caf45c7a40} TCPHandler: Processed in 0.001253073 sec. 2026.04.07 05:22:53.194593 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 280 2026.04.07 05:22:53.196658 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:53.196710 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.04.07 05:22:53.197885 [ 242 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.07 05:22:53.198158 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:53.198402 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 280 2026.04.07 05:22:56.142337 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:56.142532 [ 5 ] {22c55100-22bc-4236-b20d-c079af032140} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:22:56.142599 [ 5 ] {22c55100-22bc-4236-b20d-c079af032140} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:22:56.143315 [ 5 ] {22c55100-22bc-4236-b20d-c079af032140} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:56.143361 [ 5 ] {22c55100-22bc-4236-b20d-c079af032140} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.04.07 05:22:56.143774 [ 5 ] {22c55100-22bc-4236-b20d-c079af032140} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.07 05:22:56.144007 [ 5 ] {22c55100-22bc-4236-b20d-c079af032140} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:56.144146 [ 128 ] {} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.07 05:22:56.144166 [ 5 ] {22c55100-22bc-4236-b20d-c079af032140} executeQuery: Read 130 rows, 11.51 KiB in 0.001685 sec., 77151.3353115727 rows/sec., 6.67 MiB/sec. 2026.04.07 05:22:56.144219 [ 128 ] {} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:56.144236 [ 5 ] {22c55100-22bc-4236-b20d-c079af032140} TCPHandler: Processed in 0.002027229 sec. 2026.04.07 05:22:56.144251 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.04.07 05:22:56.144381 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:56.144405 [ 198 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.04.07 05:22:56.144488 [ 5 ] {3dc28468-5d28-4dc2-b391-4062eee23f8a} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.07 05:22:56.144536 [ 5 ] {3dc28468-5d28-4dc2-b391-4062eee23f8a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.07 05:22:56.144555 [ 198 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:22:56.144596 [ 198 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 254 rows starting from the beginning of the part 2026.04.07 05:22:56.144678 [ 198 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 250 rows starting from the beginning of the part 2026.04.07 05:22:56.144729 [ 198 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part 2026.04.07 05:22:56.144774 [ 198 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 130 rows starting from the beginning of the part 2026.04.07 05:22:56.144821 [ 198 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 56 rows starting from the beginning of the part 2026.04.07 05:22:56.144869 [ 198 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 130 rows starting from the beginning of the part 2026.04.07 05:22:56.144996 [ 5 ] {3dc28468-5d28-4dc2-b391-4062eee23f8a} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:56.145038 [ 5 ] {3dc28468-5d28-4dc2-b391-4062eee23f8a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.04.07 05:22:56.145446 [ 5 ] {3dc28468-5d28-4dc2-b391-4062eee23f8a} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.07 05:22:56.145706 [ 5 ] {3dc28468-5d28-4dc2-b391-4062eee23f8a} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:56.145848 [ 5 ] {3dc28468-5d28-4dc2-b391-4062eee23f8a} executeQuery: Read 37 rows, 2.78 KiB in 0.001384 sec., 26734.104046242774 rows/sec., 1.96 MiB/sec. 2026.04.07 05:22:56.145887 [ 5 ] {3dc28468-5d28-4dc2-b391-4062eee23f8a} TCPHandler: Processed in 0.00155992 sec. 2026.04.07 05:22:56.145944 [ 189 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 876 rows, containing 5 columns (5 merged, 0 gathered) in 0.001613281 sec., 542992.8202216476 rows/sec., 49.31 MiB/sec. 2026.04.07 05:22:56.146020 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:56.146118 [ 5 ] {9199ab70-6a8b-44dc-9378-86a61d8de653} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:22:56.146160 [ 5 ] {9199ab70-6a8b-44dc-9378-86a61d8de653} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:22:56.146203 [ 196 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.07 05:22:56.146571 [ 196 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_11_2} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:56.146625 [ 5 ] {9199ab70-6a8b-44dc-9378-86a61d8de653} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:56.146667 [ 196 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_11_2} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.07 05:22:56.146669 [ 5 ] {9199ab70-6a8b-44dc-9378-86a61d8de653} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.04.07 05:22:56.146778 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.04.07 05:22:56.147012 [ 5 ] {9199ab70-6a8b-44dc-9378-86a61d8de653} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.07 05:22:56.147242 [ 5 ] {9199ab70-6a8b-44dc-9378-86a61d8de653} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:56.147345 [ 128 ] {} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.07 05:22:56.147374 [ 5 ] {9199ab70-6a8b-44dc-9378-86a61d8de653} executeQuery: Read 101 rows, 8.08 KiB in 0.001276 sec., 79153.60501567398 rows/sec., 6.18 MiB/sec. 2026.04.07 05:22:56.147378 [ 128 ] {} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:56.147415 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.04.07 05:22:56.147419 [ 5 ] {9199ab70-6a8b-44dc-9378-86a61d8de653} TCPHandler: Processed in 0.001449768 sec. 2026.04.07 05:22:56.147509 [ 198 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.04.07 05:22:56.147555 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:56.147603 [ 198 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:22:56.147631 [ 198 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 161 rows starting from the beginning of the part 2026.04.07 05:22:56.147654 [ 5 ] {86a15ae6-771d-486a-b122-312a8ee0a2dc} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:22:56.147682 [ 198 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 137 rows starting from the beginning of the part 2026.04.07 05:22:56.147702 [ 5 ] {86a15ae6-771d-486a-b122-312a8ee0a2dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:22:56.147724 [ 198 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 64 rows starting from the beginning of the part 2026.04.07 05:22:56.147767 [ 198 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 101 rows starting from the beginning of the part 2026.04.07 05:22:56.147804 [ 198 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 64 rows starting from the beginning of the part 2026.04.07 05:22:56.147839 [ 198 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 101 rows starting from the beginning of the part 2026.04.07 05:22:56.148135 [ 5 ] {86a15ae6-771d-486a-b122-312a8ee0a2dc} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:56.148177 [ 5 ] {86a15ae6-771d-486a-b122-312a8ee0a2dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.04.07 05:22:56.148542 [ 5 ] {86a15ae6-771d-486a-b122-312a8ee0a2dc} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.07 05:22:56.148621 [ 198 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 628 rows, containing 5 columns (5 merged, 0 gathered) in 0.001146482 sec., 547762.6338660354 rows/sec., 45.54 MiB/sec. 2026.04.07 05:22:56.148769 [ 5 ] {86a15ae6-771d-486a-b122-312a8ee0a2dc} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:56.148785 [ 189 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.07 05:22:56.148875 [ 128 ] {} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.07 05:22:56.148906 [ 128 ] {} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:56.148912 [ 5 ] {86a15ae6-771d-486a-b122-312a8ee0a2dc} executeQuery: Read 160 rows, 11.41 KiB in 0.001276 sec., 125391.84952978056 rows/sec., 8.73 MiB/sec. 2026.04.07 05:22:56.148931 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.04.07 05:22:56.148992 [ 5 ] {86a15ae6-771d-486a-b122-312a8ee0a2dc} TCPHandler: Processed in 0.001486808 sec. 2026.04.07 05:22:56.149105 [ 189 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_11_2} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:56.149111 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:56.149110 [ 198 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.04.07 05:22:56.149187 [ 189 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_11_2} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.07 05:22:56.149218 [ 5 ] {5bd7aeda-6f9c-4204-b066-27de4b0fed33} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.07 05:22:56.149237 [ 198 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:22:56.149272 [ 5 ] {5bd7aeda-6f9c-4204-b066-27de4b0fed33} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.07 05:22:56.149278 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.04.07 05:22:56.149298 [ 198 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1052 rows starting from the beginning of the part 2026.04.07 05:22:56.149354 [ 198 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 196 rows starting from the beginning of the part 2026.04.07 05:22:56.149391 [ 198 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 160 rows starting from the beginning of the part 2026.04.07 05:22:56.149426 [ 198 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part 2026.04.07 05:22:56.149461 [ 198 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 160 rows starting from the beginning of the part 2026.04.07 05:22:56.149497 [ 198 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part 2026.04.07 05:22:56.150154 [ 5 ] {5bd7aeda-6f9c-4204-b066-27de4b0fed33} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:56.150195 [ 5 ] {5bd7aeda-6f9c-4204-b066-27de4b0fed33} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.04.07 05:22:56.150580 [ 194 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1888 rows, containing 5 columns (5 merged, 0 gathered) in 0.001533419 sec., 1231235.5592307125 rows/sec., 87.26 MiB/sec. 2026.04.07 05:22:56.150787 [ 189 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.07 05:22:56.150801 [ 5 ] {5bd7aeda-6f9c-4204-b066-27de4b0fed33} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.07 05:22:56.151045 [ 189 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_11_2} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:56.151057 [ 5 ] {5bd7aeda-6f9c-4204-b066-27de4b0fed33} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:56.151111 [ 189 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_11_2} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.07 05:22:56.151166 [ 128 ] {} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.07 05:22:56.151179 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. 2026.04.07 05:22:56.151199 [ 5 ] {5bd7aeda-6f9c-4204-b066-27de4b0fed33} executeQuery: Read 37 rows, 67.89 KiB in 0.002 sec., 18500 rows/sec., 33.15 MiB/sec. 2026.04.07 05:22:56.151204 [ 128 ] {} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:56.151239 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.04.07 05:22:56.151267 [ 5 ] {5bd7aeda-6f9c-4204-b066-27de4b0fed33} TCPHandler: Processed in 0.002205381 sec. 2026.04.07 05:22:56.151324 [ 194 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.04.07 05:22:56.151388 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:56.151488 [ 5 ] {3816619e-d9bd-45e7-a05d-36f7759c4f7f} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:22:56.151529 [ 5 ] {3816619e-d9bd-45e7-a05d-36f7759c4f7f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:22:56.151549 [ 194 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:22:56.151616 [ 194 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 16 rows starting from the beginning of the part 2026.04.07 05:22:56.151772 [ 194 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 23 rows starting from the beginning of the part 2026.04.07 05:22:56.151871 [ 5 ] {3816619e-d9bd-45e7-a05d-36f7759c4f7f} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:56.151893 [ 194 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 36 rows starting from the beginning of the part 2026.04.07 05:22:56.151912 [ 5 ] {3816619e-d9bd-45e7-a05d-36f7759c4f7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.04.07 05:22:56.152011 [ 194 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 37 rows starting from the beginning of the part 2026.04.07 05:22:56.152131 [ 194 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 37 rows starting from the beginning of the part 2026.04.07 05:22:56.152234 [ 5 ] {3816619e-d9bd-45e7-a05d-36f7759c4f7f} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.07 05:22:56.152243 [ 194 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 37 rows starting from the beginning of the part 2026.04.07 05:22:56.152459 [ 5 ] {3816619e-d9bd-45e7-a05d-36f7759c4f7f} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:56.152566 [ 128 ] {} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.07 05:22:56.152592 [ 5 ] {3816619e-d9bd-45e7-a05d-36f7759c4f7f} executeQuery: Read 60 rows, 4.14 KiB in 0.001123 sec., 53428.317008014244 rows/sec., 3.60 MiB/sec. 2026.04.07 05:22:56.152601 [ 128 ] {} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:56.152636 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.04.07 05:22:56.152637 [ 5 ] {3816619e-d9bd-45e7-a05d-36f7759c4f7f} TCPHandler: Processed in 0.001298135 sec. 2026.04.07 05:22:56.152722 [ 189 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.04.07 05:22:56.152792 [ 189 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:22:56.152817 [ 189 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 306 rows starting from the beginning of the part 2026.04.07 05:22:56.152879 [ 189 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 60 rows starting from the beginning of the part 2026.04.07 05:22:56.152922 [ 189 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part 2026.04.07 05:22:56.152964 [ 189 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part 2026.04.07 05:22:56.153005 [ 189 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part 2026.04.07 05:22:56.153046 [ 189 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part 2026.04.07 05:22:56.153991 [ 191 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 606 rows, containing 4 columns (4 merged, 0 gathered) in 0.001292854 sec., 468730.42122312344 rows/sec., 31.73 MiB/sec. 2026.04.07 05:22:56.154227 [ 188 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.07 05:22:56.154521 [ 188 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_11_2} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:56.154597 [ 188 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_11_2} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.07 05:22:56.154682 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.04.07 05:22:56.159691 [ 191 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 19 columns (19 merged, 0 gathered) in 0.008408689 sec., 22119.976134210694 rows/sec., 39.64 MiB/sec. 2026.04.07 05:22:56.160090 [ 188 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.07 05:22:56.160414 [ 188 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_6_1} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:56.160479 [ 188 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_6_1} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.07 05:22:56.160589 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB. 2026.04.07 05:22:57.359258 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50663 2026.04.07 05:22:57.359388 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:22:57.359420 [ 3 ] {} TCP-Session: 3d59f826-1f82-47cf-9b63-1ca29b9fd3fb Authenticating user 'default' from [fd00:1122:3344:101::e]:50663 2026.04.07 05:22:57.359446 [ 3 ] {} TCP-Session: 3d59f826-1f82-47cf-9b63-1ca29b9fd3fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:57.359462 [ 3 ] {} TCP-Session: 3d59f826-1f82-47cf-9b63-1ca29b9fd3fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:57.359693 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36424 2026.04.07 05:22:57.359715 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39477 2026.04.07 05:22:57.359751 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63226 2026.04.07 05:22:57.359760 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43988 2026.04.07 05:22:57.359780 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34759 2026.04.07 05:22:57.359827 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:22:57.359848 [ 3 ] {} TCP-Session: 3d59f826-1f82-47cf-9b63-1ca29b9fd3fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:57.359868 [ 286 ] {} TCP-Session: 962d2116-f7a3-47a8-bd3e-4cd7bb582686 Authenticating user 'default' from [fd00:1122:3344:101::e]:36424 2026.04.07 05:22:57.359775 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62866 2026.04.07 05:22:57.359913 [ 286 ] {} TCP-Session: 962d2116-f7a3-47a8-bd3e-4cd7bb582686 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:57.359745 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43630 2026.04.07 05:22:57.359958 [ 286 ] {} TCP-Session: 962d2116-f7a3-47a8-bd3e-4cd7bb582686 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:57.359983 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:22:57.359737 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40473 2026.04.07 05:22:57.360027 [ 287 ] {} TCP-Session: 9637d48b-75e4-40e9-8f56-70672ae2b3f4 Authenticating user 'default' from [fd00:1122:3344:101::e]:39477 2026.04.07 05:22:57.360034 [ 3 ] {e15ce2e7-3546-42c2-8f96-11e2d39c2d66} executeQuery: (from [fd00:1122:3344:101::e]:50663) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.07 05:22:57.360064 [ 287 ] {} TCP-Session: 9637d48b-75e4-40e9-8f56-70672ae2b3f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:57.360081 [ 287 ] {} TCP-Session: 9637d48b-75e4-40e9-8f56-70672ae2b3f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:57.360106 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:22:57.360138 [ 290 ] {} TCP-Session: 46ffa420-b502-483b-a415-13fc1b0aca26 Authenticating user 'default' from [fd00:1122:3344:101::e]:63226 2026.04.07 05:22:57.360155 [ 290 ] {} TCP-Session: 46ffa420-b502-483b-a415-13fc1b0aca26 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:57.360167 [ 290 ] {} TCP-Session: 46ffa420-b502-483b-a415-13fc1b0aca26 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:57.360242 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:22:57.360246 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:22:57.360282 [ 289 ] {} TCP-Session: 5913109c-500b-4b11-96bf-836166de9827 Authenticating user 'default' from [fd00:1122:3344:101::e]:43630 2026.04.07 05:22:57.360297 [ 288 ] {} TCP-Session: 8ae22c8e-b1c6-4a14-8f28-a457040f3f13 Authenticating user 'default' from [fd00:1122:3344:101::e]:40473 2026.04.07 05:22:57.360310 [ 289 ] {} TCP-Session: 5913109c-500b-4b11-96bf-836166de9827 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:57.360324 [ 288 ] {} TCP-Session: 8ae22c8e-b1c6-4a14-8f28-a457040f3f13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:57.360329 [ 289 ] {} TCP-Session: 5913109c-500b-4b11-96bf-836166de9827 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:57.360346 [ 288 ] {} TCP-Session: 8ae22c8e-b1c6-4a14-8f28-a457040f3f13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:57.360334 [ 3 ] {e15ce2e7-3546-42c2-8f96-11e2d39c2d66} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.07 05:22:57.360368 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:22:57.360371 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:22:57.360428 [ 292 ] {} TCP-Session: 8cf9f48e-9123-43ea-b421-b2ba4fd3ac69 Authenticating user 'default' from [fd00:1122:3344:101::e]:62866 2026.04.07 05:22:57.360441 [ 3 ] {e15ce2e7-3546-42c2-8f96-11e2d39c2d66} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.07 05:22:57.360459 [ 292 ] {} TCP-Session: 8cf9f48e-9123-43ea-b421-b2ba4fd3ac69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:57.360468 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:22:57.360485 [ 292 ] {} TCP-Session: 8cf9f48e-9123-43ea-b421-b2ba4fd3ac69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:57.360451 [ 293 ] {} TCP-Session: 5d25b3d9-df1f-44da-b9f9-0617b0fe0486 Authenticating user 'default' from [fd00:1122:3344:101::e]:34759 2026.04.07 05:22:57.360512 [ 291 ] {} TCP-Session: 3581e6e0-cbff-454c-9aa6-2b5438d29c1b Authenticating user 'default' from [fd00:1122:3344:101::e]:43988 2026.04.07 05:22:57.360540 [ 293 ] {} TCP-Session: 5d25b3d9-df1f-44da-b9f9-0617b0fe0486 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:57.360550 [ 291 ] {} TCP-Session: 3581e6e0-cbff-454c-9aa6-2b5438d29c1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:57.360564 [ 293 ] {} TCP-Session: 5d25b3d9-df1f-44da-b9f9-0617b0fe0486 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:57.360577 [ 291 ] {} TCP-Session: 3581e6e0-cbff-454c-9aa6-2b5438d29c1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:57.360760 [ 3 ] {e15ce2e7-3546-42c2-8f96-11e2d39c2d66} oximeter.version (b59983b3-b885-480b-8202-da32017c82ac) (SelectExecutor): Key condition: unknown 2026.04.07 05:22:57.360847 [ 3 ] {e15ce2e7-3546-42c2-8f96-11e2d39c2d66} Aggregator: Compile expression max()(UInt64) 0 2026.04.07 05:22:57.733984 [ 310 ] {e15ce2e7-3546-42c2-8f96-11e2d39c2d66} AggregatingTransform: Aggregating 2026.04.07 05:22:57.734055 [ 310 ] {e15ce2e7-3546-42c2-8f96-11e2d39c2d66} Aggregator: Aggregation method: without_key 2026.04.07 05:22:57.734094 [ 310 ] {e15ce2e7-3546-42c2-8f96-11e2d39c2d66} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001395816 sec. (716.427 rows/sec., 27.99 KiB/sec.) 2026.04.07 05:22:57.734111 [ 310 ] {e15ce2e7-3546-42c2-8f96-11e2d39c2d66} Aggregator: Merging aggregated data 2026.04.07 05:22:57.735234 [ 3 ] {e15ce2e7-3546-42c2-8f96-11e2d39c2d66} executeQuery: Read 1 rows, 40.00 B in 0.375303 sec., 2.664513739565098 rows/sec., 106.58 B/sec. 2026.04.07 05:22:57.735393 [ 3 ] {e15ce2e7-3546-42c2-8f96-11e2d39c2d66} MemoryTracker: Peak memory usage (for query): 4.11 MiB. 2026.04.07 05:22:57.735408 [ 3 ] {e15ce2e7-3546-42c2-8f96-11e2d39c2d66} TCPHandler: Processed in 0.3757651 sec. 2026.04.07 05:22:57.735546 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.07 05:22:57.735580 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.07 05:22:57.735603 [ 287 ] {} TCPHandler: Done processing connection. 2026.04.07 05:22:57.735622 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.07 05:22:57.735635 [ 289 ] {} TCP-Session: 5913109c-500b-4b11-96bf-836166de9827 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:57.735642 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.07 05:22:57.735676 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.07 05:22:57.735691 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.07 05:22:57.735741 [ 290 ] {} TCP-Session: 46ffa420-b502-483b-a415-13fc1b0aca26 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:57.735661 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.07 05:22:57.735777 [ 292 ] {} TCP-Session: 8cf9f48e-9123-43ea-b421-b2ba4fd3ac69 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:57.735653 [ 287 ] {} TCP-Session: 9637d48b-75e4-40e9-8f56-70672ae2b3f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:57.735811 [ 288 ] {} TCP-Session: 8ae22c8e-b1c6-4a14-8f28-a457040f3f13 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:57.735714 [ 286 ] {} TCP-Session: 962d2116-f7a3-47a8-bd3e-4cd7bb582686 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:57.735670 [ 291 ] {} TCP-Session: 3581e6e0-cbff-454c-9aa6-2b5438d29c1b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:57.735611 [ 293 ] {} TCP-Session: 5d25b3d9-df1f-44da-b9f9-0617b0fe0486 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:57.735709 [ 3 ] {} TCPHandler: Done processing connection. 2026.04.07 05:22:57.735939 [ 3 ] {} TCP-Session: 3d59f826-1f82-47cf-9b63-1ca29b9fd3fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:58.001087 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 188.78 MiB, peak 198.92 MiB, free memory in arenas 0.00 B, will set to 207.34 MiB (RSS), difference: 18.55 MiB 2026.04.07 05:22:58.073199 [ 121 ] {} DNSResolver: Updating DNS cache 2026.04.07 05:22:58.073250 [ 121 ] {} DNSResolver: Updated DNS cache 2026.04.07 05:22:58.197845 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 4804 2026.04.07 05:22:58.198375 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:58.198429 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.04.07 05:22:58.199073 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.07 05:22:58.199495 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:58.199714 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4804 2026.04.07 05:22:58.446970 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2026.04.07 05:22:58.465903 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:22:58.465970 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.04.07 05:22:58.471682 [ 243 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.07 05:22:58.472428 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:22:58.476310 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2026.04.07 05:22:59.160116 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45307 2026.04.07 05:22:59.160227 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:22:59.160252 [ 288 ] {} TCP-Session: bd0cec5d-7488-45c0-bc39-6cc2293801c3 Authenticating user 'default' from [fd00:1122:3344:101::e]:45307 2026.04.07 05:22:59.160274 [ 288 ] {} TCP-Session: bd0cec5d-7488-45c0-bc39-6cc2293801c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:59.160287 [ 288 ] {} TCP-Session: bd0cec5d-7488-45c0-bc39-6cc2293801c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:59.160525 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49662 2026.04.07 05:22:59.160577 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51374 2026.04.07 05:22:59.160584 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62220 2026.04.07 05:22:59.160630 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53451 2026.04.07 05:22:59.160661 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:22:59.160671 [ 288 ] {} TCP-Session: bd0cec5d-7488-45c0-bc39-6cc2293801c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:59.160704 [ 289 ] {} TCP-Session: d7f0c23d-2901-49ac-9fab-1bca184821f8 Authenticating user 'default' from [fd00:1122:3344:101::e]:49662 2026.04.07 05:22:59.160727 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:22:59.160727 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:22:59.160751 [ 289 ] {} TCP-Session: d7f0c23d-2901-49ac-9fab-1bca184821f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:59.160763 [ 3 ] {} TCP-Session: c6e76994-aacf-4436-9ebd-45a63a791f72 Authenticating user 'default' from [fd00:1122:3344:101::e]:53451 2026.04.07 05:22:59.160788 [ 289 ] {} TCP-Session: d7f0c23d-2901-49ac-9fab-1bca184821f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:59.160777 [ 291 ] {} TCP-Session: bc870d1a-095c-4c93-8871-2aef81f1e947 Authenticating user 'default' from [fd00:1122:3344:101::e]:62220 2026.04.07 05:22:59.160807 [ 3 ] {} TCP-Session: c6e76994-aacf-4436-9ebd-45a63a791f72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:59.160830 [ 291 ] {} TCP-Session: bc870d1a-095c-4c93-8871-2aef81f1e947 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:59.160834 [ 3 ] {} TCP-Session: c6e76994-aacf-4436-9ebd-45a63a791f72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:59.160846 [ 291 ] {} TCP-Session: bc870d1a-095c-4c93-8871-2aef81f1e947 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:59.160676 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:22:59.160894 [ 288 ] {f86f5b7d-9140-447b-a8bb-5ffbbf6b901e} executeQuery: (from [fd00:1122:3344:101::e]:45307) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.07 05:22:59.160638 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65389 2026.04.07 05:22:59.160919 [ 292 ] {} TCP-Session: 0ea8b852-9b85-4cfa-90af-0b8cff55aa6f Authenticating user 'default' from [fd00:1122:3344:101::e]:51374 2026.04.07 05:22:59.160617 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40595 2026.04.07 05:22:59.161022 [ 292 ] {} TCP-Session: 0ea8b852-9b85-4cfa-90af-0b8cff55aa6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:59.161040 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:22:59.161057 [ 292 ] {} TCP-Session: 0ea8b852-9b85-4cfa-90af-0b8cff55aa6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:59.160603 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47706 2026.04.07 05:22:59.161088 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:22:59.161082 [ 286 ] {} TCP-Session: e71a92d4-90a2-4d79-818e-a9ac7a3f1b33 Authenticating user 'default' from [fd00:1122:3344:101::e]:65389 2026.04.07 05:22:59.161134 [ 294 ] {} TCP-Session: 71ef46cf-3a7d-41d4-9f5f-ed6cd0710f90 Authenticating user 'default' from [fd00:1122:3344:101::e]:40595 2026.04.07 05:22:59.160575 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49552 2026.04.07 05:22:59.161154 [ 286 ] {} TCP-Session: e71a92d4-90a2-4d79-818e-a9ac7a3f1b33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:59.161158 [ 294 ] {} TCP-Session: 71ef46cf-3a7d-41d4-9f5f-ed6cd0710f90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:59.161182 [ 286 ] {} TCP-Session: e71a92d4-90a2-4d79-818e-a9ac7a3f1b33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:59.161195 [ 294 ] {} TCP-Session: 71ef46cf-3a7d-41d4-9f5f-ed6cd0710f90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:59.161158 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:22:59.161246 [ 293 ] {} TCP-Session: 2b113e16-6daf-4cf3-859a-5176b633bdb4 Authenticating user 'default' from [fd00:1122:3344:101::e]:47706 2026.04.07 05:22:59.161255 [ 288 ] {f86f5b7d-9140-447b-a8bb-5ffbbf6b901e} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.07 05:22:59.161262 [ 293 ] {} TCP-Session: 2b113e16-6daf-4cf3-859a-5176b633bdb4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:59.161292 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:22:59.161295 [ 293 ] {} TCP-Session: 2b113e16-6daf-4cf3-859a-5176b633bdb4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:59.161320 [ 288 ] {f86f5b7d-9140-447b-a8bb-5ffbbf6b901e} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.07 05:22:59.161323 [ 290 ] {} TCP-Session: 304e2f91-1ad4-41d9-89aa-72df067cb92a Authenticating user 'default' from [fd00:1122:3344:101::e]:49552 2026.04.07 05:22:59.161359 [ 290 ] {} TCP-Session: 304e2f91-1ad4-41d9-89aa-72df067cb92a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:59.161371 [ 290 ] {} TCP-Session: 304e2f91-1ad4-41d9-89aa-72df067cb92a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:59.161647 [ 288 ] {f86f5b7d-9140-447b-a8bb-5ffbbf6b901e} oximeter.version (b59983b3-b885-480b-8202-da32017c82ac) (SelectExecutor): Key condition: unknown 2026.04.07 05:22:59.162726 [ 344 ] {f86f5b7d-9140-447b-a8bb-5ffbbf6b901e} AggregatingTransform: Aggregating 2026.04.07 05:22:59.162771 [ 344 ] {f86f5b7d-9140-447b-a8bb-5ffbbf6b901e} Aggregator: Aggregation method: without_key 2026.04.07 05:22:59.162807 [ 344 ] {f86f5b7d-9140-447b-a8bb-5ffbbf6b901e} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001055611 sec. (947.319 rows/sec., 37.00 KiB/sec.) 2026.04.07 05:22:59.162826 [ 344 ] {f86f5b7d-9140-447b-a8bb-5ffbbf6b901e} Aggregator: Merging aggregated data 2026.04.07 05:22:59.163910 [ 288 ] {f86f5b7d-9140-447b-a8bb-5ffbbf6b901e} executeQuery: Read 1 rows, 40.00 B in 0.003092 sec., 323.41526520051747 rows/sec., 12.63 KiB/sec. 2026.04.07 05:22:59.164056 [ 288 ] {f86f5b7d-9140-447b-a8bb-5ffbbf6b901e} TCPHandler: Processed in 0.003569127 sec. 2026.04.07 05:22:59.164161 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.07 05:22:59.164187 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.07 05:22:59.164198 [ 288 ] {} TCP-Session: bd0cec5d-7488-45c0-bc39-6cc2293801c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:59.164212 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.07 05:22:59.164231 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.07 05:22:59.164251 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.07 05:22:59.164273 [ 3 ] {} TCPHandler: Done processing connection. 2026.04.07 05:22:59.164291 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.07 05:22:59.164307 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.07 05:22:59.164328 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.07 05:22:59.164349 [ 289 ] {} TCP-Session: d7f0c23d-2901-49ac-9fab-1bca184821f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:59.164362 [ 290 ] {} TCP-Session: 304e2f91-1ad4-41d9-89aa-72df067cb92a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:59.164382 [ 293 ] {} TCP-Session: 2b113e16-6daf-4cf3-859a-5176b633bdb4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:59.164328 [ 3 ] {} TCP-Session: c6e76994-aacf-4436-9ebd-45a63a791f72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:59.164277 [ 294 ] {} TCP-Session: 71ef46cf-3a7d-41d4-9f5f-ed6cd0710f90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:59.164261 [ 286 ] {} TCP-Session: e71a92d4-90a2-4d79-818e-a9ac7a3f1b33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:59.164225 [ 292 ] {} TCP-Session: 0ea8b852-9b85-4cfa-90af-0b8cff55aa6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:59.164301 [ 291 ] {} TCP-Session: bc870d1a-095c-4c93-8871-2aef81f1e947 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:59.368465 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57098 2026.04.07 05:22:59.368564 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:22:59.368589 [ 288 ] {} TCP-Session: 02eced22-5623-4a00-afad-bca597d0e46c Authenticating user 'default' from [fd00:1122:3344:101::e]:57098 2026.04.07 05:22:59.368611 [ 288 ] {} TCP-Session: 02eced22-5623-4a00-afad-bca597d0e46c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:59.368623 [ 288 ] {} TCP-Session: 02eced22-5623-4a00-afad-bca597d0e46c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:59.368824 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40465 2026.04.07 05:22:59.368843 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53589 2026.04.07 05:22:59.368892 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64228 2026.04.07 05:22:59.368910 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46401 2026.04.07 05:22:59.368939 [ 288 ] {} TCP-Session: 02eced22-5623-4a00-afad-bca597d0e46c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:22:59.368962 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41462 2026.04.07 05:22:59.368967 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:22:59.368954 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44208 2026.04.07 05:22:59.369016 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:22:59.369018 [ 290 ] {} TCP-Session: cf836265-693a-47d2-8641-e9e9aef1e9a4 Authenticating user 'default' from [fd00:1122:3344:101::e]:53589 2026.04.07 05:22:59.369039 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:22:59.369056 [ 291 ] {} TCP-Session: d4940e47-a6dd-4e25-8ca2-36184ec2a0da Authenticating user 'default' from [fd00:1122:3344:101::e]:64228 2026.04.07 05:22:59.369067 [ 290 ] {} TCP-Session: cf836265-693a-47d2-8641-e9e9aef1e9a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:59.369076 [ 286 ] {} TCP-Session: 197e07b6-8bf8-4da7-b319-19948490c1a5 Authenticating user 'default' from [fd00:1122:3344:101::e]:41462 2026.04.07 05:22:59.369080 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:22:59.369093 [ 291 ] {} TCP-Session: d4940e47-a6dd-4e25-8ca2-36184ec2a0da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:59.369105 [ 286 ] {} TCP-Session: 197e07b6-8bf8-4da7-b319-19948490c1a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:59.369113 [ 288 ] {170d5cf1-9fba-459a-a3df-1af58305ae8a} executeQuery: (from [fd00:1122:3344:101::e]:57098) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.07 05:22:59.369137 [ 286 ] {} TCP-Session: 197e07b6-8bf8-4da7-b319-19948490c1a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:59.369122 [ 3 ] {} TCP-Session: f21b46f3-9a4f-4eb5-9f95-5373b52cb84a Authenticating user 'default' from [fd00:1122:3344:101::e]:44208 2026.04.07 05:22:59.369093 [ 290 ] {} TCP-Session: cf836265-693a-47d2-8641-e9e9aef1e9a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:59.369193 [ 3 ] {} TCP-Session: f21b46f3-9a4f-4eb5-9f95-5373b52cb84a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:59.369015 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:22:59.369220 [ 3 ] {} TCP-Session: f21b46f3-9a4f-4eb5-9f95-5373b52cb84a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:59.368941 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48447 2026.04.07 05:22:59.369250 [ 292 ] {} TCP-Session: 66760f0a-6045-4427-bc1d-bf2016a8c8be Authenticating user 'default' from [fd00:1122:3344:101::e]:46401 2026.04.07 05:22:59.368925 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:22:59.369316 [ 292 ] {} TCP-Session: 66760f0a-6045-4427-bc1d-bf2016a8c8be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:59.369324 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:22:59.369349 [ 292 ] {} TCP-Session: 66760f0a-6045-4427-bc1d-bf2016a8c8be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:59.369367 [ 294 ] {} TCP-Session: 60424a2e-24a3-4cca-b9fa-14218ec7be24 Authenticating user 'default' from [fd00:1122:3344:101::e]:48447 2026.04.07 05:22:59.369340 [ 289 ] {} TCP-Session: 308186fb-130c-4142-885d-7d4bf1aa4765 Authenticating user 'default' from [fd00:1122:3344:101::e]:40465 2026.04.07 05:22:59.369397 [ 294 ] {} TCP-Session: 60424a2e-24a3-4cca-b9fa-14218ec7be24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:59.369401 [ 288 ] {170d5cf1-9fba-459a-a3df-1af58305ae8a} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.07 05:22:59.369420 [ 289 ] {} TCP-Session: 308186fb-130c-4142-885d-7d4bf1aa4765 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:59.369424 [ 294 ] {} TCP-Session: 60424a2e-24a3-4cca-b9fa-14218ec7be24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:59.369454 [ 289 ] {} TCP-Session: 308186fb-130c-4142-885d-7d4bf1aa4765 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:59.368929 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40074 2026.04.07 05:22:59.369476 [ 288 ] {170d5cf1-9fba-459a-a3df-1af58305ae8a} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.07 05:22:59.369123 [ 291 ] {} TCP-Session: d4940e47-a6dd-4e25-8ca2-36184ec2a0da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:59.369550 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:22:59.369577 [ 293 ] {} TCP-Session: 073e7ab7-0ed0-4f0c-a1cb-1131ddab7853 Authenticating user 'default' from [fd00:1122:3344:101::e]:40074 2026.04.07 05:22:59.369595 [ 293 ] {} TCP-Session: 073e7ab7-0ed0-4f0c-a1cb-1131ddab7853 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:59.369609 [ 293 ] {} TCP-Session: 073e7ab7-0ed0-4f0c-a1cb-1131ddab7853 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:59.369816 [ 288 ] {170d5cf1-9fba-459a-a3df-1af58305ae8a} oximeter.version (b59983b3-b885-480b-8202-da32017c82ac) (SelectExecutor): Key condition: unknown 2026.04.07 05:22:59.370767 [ 334 ] {170d5cf1-9fba-459a-a3df-1af58305ae8a} AggregatingTransform: Aggregating 2026.04.07 05:22:59.370807 [ 334 ] {170d5cf1-9fba-459a-a3df-1af58305ae8a} Aggregator: Aggregation method: without_key 2026.04.07 05:22:59.370848 [ 334 ] {170d5cf1-9fba-459a-a3df-1af58305ae8a} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000926337 sec. (1079.521 rows/sec., 42.17 KiB/sec.) 2026.04.07 05:22:59.370866 [ 334 ] {170d5cf1-9fba-459a-a3df-1af58305ae8a} Aggregator: Merging aggregated data 2026.04.07 05:22:59.372085 [ 288 ] {170d5cf1-9fba-459a-a3df-1af58305ae8a} executeQuery: Read 1 rows, 40.00 B in 0.003023 sec., 330.797221303341 rows/sec., 12.92 KiB/sec. 2026.04.07 05:22:59.372284 [ 288 ] {170d5cf1-9fba-459a-a3df-1af58305ae8a} TCPHandler: Processed in 0.003455995 sec. 2026.04.07 05:22:59.372450 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.07 05:22:59.372489 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.07 05:22:59.372495 [ 288 ] {} TCP-Session: 02eced22-5623-4a00-afad-bca597d0e46c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:59.372518 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.07 05:22:59.372539 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.07 05:22:59.372529 [ 289 ] {} TCP-Session: 308186fb-130c-4142-885d-7d4bf1aa4765 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:59.372580 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.07 05:22:59.372596 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.07 05:22:59.372588 [ 286 ] {} TCP-Session: 197e07b6-8bf8-4da7-b319-19948490c1a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:59.372636 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.07 05:22:59.372644 [ 293 ] {} TCP-Session: 073e7ab7-0ed0-4f0c-a1cb-1131ddab7853 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:59.372661 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.07 05:22:59.372679 [ 3 ] {} TCPHandler: Done processing connection. 2026.04.07 05:22:59.372626 [ 292 ] {} TCP-Session: 66760f0a-6045-4427-bc1d-bf2016a8c8be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:59.372724 [ 294 ] {} TCP-Session: 60424a2e-24a3-4cca-b9fa-14218ec7be24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:59.372744 [ 3 ] {} TCP-Session: f21b46f3-9a4f-4eb5-9f95-5373b52cb84a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:59.372568 [ 290 ] {} TCP-Session: cf836265-693a-47d2-8641-e9e9aef1e9a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:22:59.372685 [ 291 ] {} TCP-Session: d4940e47-a6dd-4e25-8ca2-36184ec2a0da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:01.140082 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:01.140262 [ 5 ] {e0504c24-26fc-4ae3-b105-e564e4d9f293} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:23:01.140330 [ 5 ] {e0504c24-26fc-4ae3-b105-e564e4d9f293} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:23:01.140940 [ 5 ] {e0504c24-26fc-4ae3-b105-e564e4d9f293} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:01.140987 [ 5 ] {e0504c24-26fc-4ae3-b105-e564e4d9f293} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.04.07 05:23:01.141383 [ 5 ] {e0504c24-26fc-4ae3-b105-e564e4d9f293} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.07 05:23:01.141608 [ 5 ] {e0504c24-26fc-4ae3-b105-e564e4d9f293} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:01.141759 [ 5 ] {e0504c24-26fc-4ae3-b105-e564e4d9f293} executeQuery: Read 56 rows, 4.41 KiB in 0.001547 sec., 36199.09502262443 rows/sec., 2.78 MiB/sec. 2026.04.07 05:23:01.141800 [ 5 ] {e0504c24-26fc-4ae3-b105-e564e4d9f293} TCPHandler: Processed in 0.001851805 sec. 2026.04.07 05:23:01.141920 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:01.142017 [ 5 ] {6c07c912-5232-480c-805d-8338ea1ed8ca} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:23:01.142056 [ 5 ] {6c07c912-5232-480c-805d-8338ea1ed8ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:23:01.142465 [ 5 ] {6c07c912-5232-480c-805d-8338ea1ed8ca} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:01.142502 [ 5 ] {6c07c912-5232-480c-805d-8338ea1ed8ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.04.07 05:23:01.142805 [ 5 ] {6c07c912-5232-480c-805d-8338ea1ed8ca} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.07 05:23:01.143003 [ 5 ] {6c07c912-5232-480c-805d-8338ea1ed8ca} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:01.143124 [ 5 ] {6c07c912-5232-480c-805d-8338ea1ed8ca} executeQuery: Read 64 rows, 5.12 KiB in 0.001143 sec., 55993.00087489064 rows/sec., 4.37 MiB/sec. 2026.04.07 05:23:01.143159 [ 5 ] {6c07c912-5232-480c-805d-8338ea1ed8ca} TCPHandler: Processed in 0.001312985 sec. 2026.04.07 05:23:01.143266 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:01.143354 [ 5 ] {3e97805d-2e14-4cb7-8187-bb83cde65e06} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:23:01.143393 [ 5 ] {3e97805d-2e14-4cb7-8187-bb83cde65e06} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:23:01.143769 [ 5 ] {3e97805d-2e14-4cb7-8187-bb83cde65e06} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:01.143804 [ 5 ] {3e97805d-2e14-4cb7-8187-bb83cde65e06} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.04.07 05:23:01.144190 [ 5 ] {3e97805d-2e14-4cb7-8187-bb83cde65e06} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.07 05:23:01.144398 [ 5 ] {3e97805d-2e14-4cb7-8187-bb83cde65e06} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:01.144530 [ 5 ] {3e97805d-2e14-4cb7-8187-bb83cde65e06} executeQuery: Read 160 rows, 11.41 KiB in 0.001162 sec., 137693.63166953527 rows/sec., 9.59 MiB/sec. 2026.04.07 05:23:01.144565 [ 5 ] {3e97805d-2e14-4cb7-8187-bb83cde65e06} TCPHandler: Processed in 0.001323215 sec. 2026.04.07 05:23:01.144678 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:01.144772 [ 5 ] {82815ff2-8232-4881-8fcc-156081423bb3} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:23:01.144813 [ 5 ] {82815ff2-8232-4881-8fcc-156081423bb3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:23:01.145149 [ 5 ] {82815ff2-8232-4881-8fcc-156081423bb3} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:01.145185 [ 5 ] {82815ff2-8232-4881-8fcc-156081423bb3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.04.07 05:23:01.145494 [ 5 ] {82815ff2-8232-4881-8fcc-156081423bb3} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.07 05:23:01.145697 [ 5 ] {82815ff2-8232-4881-8fcc-156081423bb3} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:01.145824 [ 5 ] {82815ff2-8232-4881-8fcc-156081423bb3} executeQuery: Read 60 rows, 4.14 KiB in 0.00107 sec., 56074.766355140186 rows/sec., 3.78 MiB/sec. 2026.04.07 05:23:01.145859 [ 5 ] {82815ff2-8232-4881-8fcc-156081423bb3} TCPHandler: Processed in 0.001230083 sec. 2026.04.07 05:23:03.198720 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 306 2026.04.07 05:23:03.200867 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:03.200914 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.04.07 05:23:03.202113 [ 242 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.07 05:23:03.202386 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:03.202646 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 306 2026.04.07 05:23:05.700246 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 5252 2026.04.07 05:23:05.700764 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:05.700807 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2026.04.07 05:23:05.701337 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.07 05:23:05.701584 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:05.701695 [ 108 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.07 05:23:05.701701 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5252 2026.04.07 05:23:05.701734 [ 108 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:05.701752 [ 108 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2026.04.07 05:23:05.701903 [ 194 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.04.07 05:23:05.702072 [ 194 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:23:05.702113 [ 194 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2884 rows starting from the beginning of the part 2026.04.07 05:23:05.702181 [ 194 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 448 rows starting from the beginning of the part 2026.04.07 05:23:05.702241 [ 194 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 512 rows starting from the beginning of the part 2026.04.07 05:23:05.702287 [ 194 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 448 rows starting from the beginning of the part 2026.04.07 05:23:05.702332 [ 194 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 512 rows starting from the beginning of the part 2026.04.07 05:23:05.702376 [ 194 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 448 rows starting from the beginning of the part 2026.04.07 05:23:05.703768 [ 186 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5252 rows, containing 4 columns (4 merged, 0 gathered) in 0.001929916 sec., 2721361.9660130283 rows/sec., 38.93 MiB/sec. 2026.04.07 05:23:05.704502 [ 186 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.07 05:23:05.704782 [ 186 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_11_2} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:05.704855 [ 186 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_11_2} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.07 05:23:05.704928 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2026.04.07 05:23:05.976812 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 2026.04.07 05:23:05.993800 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:05.993861 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2026.04.07 05:23:05.999376 [ 243 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.07 05:23:06.000082 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:06.000372 [ 108 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.07 05:23:06.000443 [ 108 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:06.000469 [ 108 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2026.04.07 05:23:06.000577 [ 191 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.04.07 05:23:06.001144 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 212.75 MiB, peak 214.69 MiB, free memory in arenas 0.00 B, will set to 209.16 MiB (RSS), difference: -3.59 MiB 2026.04.07 05:23:06.003467 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2026.04.07 05:23:06.003626 [ 191 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:23:06.004353 [ 191 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 46 rows starting from the beginning of the part 2026.04.07 05:23:06.007899 [ 191 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 7 rows starting from the beginning of the part 2026.04.07 05:23:06.011477 [ 191 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 8 rows starting from the beginning of the part 2026.04.07 05:23:06.015191 [ 191 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 7 rows starting from the beginning of the part 2026.04.07 05:23:06.019771 [ 191 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 8 rows starting from the beginning of the part 2026.04.07 05:23:06.024008 [ 191 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 7 rows starting from the beginning of the part 2026.04.07 05:23:06.075986 [ 202 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.075461444 sec., 1099.8994400372194 rows/sec., 5.69 MiB/sec. 2026.04.07 05:23:06.078302 [ 194 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.07 05:23:06.080437 [ 194 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_11_2} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:06.080548 [ 194 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_11_2} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.07 05:23:06.082730 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. 2026.04.07 05:23:06.145155 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:06.145355 [ 5 ] {f8d2dbed-effe-4a1f-8ceb-c3d253afb55d} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.07 05:23:06.145428 [ 5 ] {f8d2dbed-effe-4a1f-8ceb-c3d253afb55d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.07 05:23:06.146043 [ 5 ] {f8d2dbed-effe-4a1f-8ceb-c3d253afb55d} oximeter.fields_i16 (19a28ab3-93b8-470f-bc08-bb1de0445c9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:06.146088 [ 5 ] {f8d2dbed-effe-4a1f-8ceb-c3d253afb55d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2026.04.07 05:23:06.146491 [ 5 ] {f8d2dbed-effe-4a1f-8ceb-c3d253afb55d} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.07 05:23:06.146723 [ 5 ] {f8d2dbed-effe-4a1f-8ceb-c3d253afb55d} oximeter.fields_i16 (19a28ab3-93b8-470f-bc08-bb1de0445c9c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:06.146880 [ 5 ] {f8d2dbed-effe-4a1f-8ceb-c3d253afb55d} executeQuery: Read 24 rows, 2.04 KiB in 0.001579 sec., 15199.493350221659 rows/sec., 1.26 MiB/sec. 2026.04.07 05:23:06.146925 [ 5 ] {f8d2dbed-effe-4a1f-8ceb-c3d253afb55d} TCPHandler: Processed in 0.001908526 sec. 2026.04.07 05:23:06.147046 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:06.147140 [ 5 ] {5575e5b6-cfc0-4a9f-91d9-6105885a0793} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.07 05:23:06.147182 [ 5 ] {5575e5b6-cfc0-4a9f-91d9-6105885a0793} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.07 05:23:06.147579 [ 5 ] {5575e5b6-cfc0-4a9f-91d9-6105885a0793} oximeter.fields_ipaddr (825a423c-b132-44a1-9146-cfb597c4352e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:06.147615 [ 5 ] {5575e5b6-cfc0-4a9f-91d9-6105885a0793} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2026.04.07 05:23:06.147911 [ 5 ] {5575e5b6-cfc0-4a9f-91d9-6105885a0793} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.07 05:23:06.148119 [ 5 ] {5575e5b6-cfc0-4a9f-91d9-6105885a0793} oximeter.fields_ipaddr (825a423c-b132-44a1-9146-cfb597c4352e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:06.148264 [ 5 ] {5575e5b6-cfc0-4a9f-91d9-6105885a0793} executeQuery: Read 14 rows, 1.14 KiB in 0.001142 sec., 12259.194395796847 rows/sec., 999.65 KiB/sec. 2026.04.07 05:23:06.148302 [ 5 ] {5575e5b6-cfc0-4a9f-91d9-6105885a0793} TCPHandler: Processed in 0.001308295 sec. 2026.04.07 05:23:06.148414 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:06.148509 [ 5 ] {fa664090-123f-4243-a937-d0be7727df8f} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:23:06.148547 [ 5 ] {fa664090-123f-4243-a937-d0be7727df8f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:23:06.149051 [ 5 ] {fa664090-123f-4243-a937-d0be7727df8f} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:06.149088 [ 5 ] {fa664090-123f-4243-a937-d0be7727df8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2026.04.07 05:23:06.149420 [ 5 ] {fa664090-123f-4243-a937-d0be7727df8f} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.07 05:23:06.149655 [ 5 ] {fa664090-123f-4243-a937-d0be7727df8f} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:06.149792 [ 5 ] {fa664090-123f-4243-a937-d0be7727df8f} executeQuery: Read 267 rows, 24.46 KiB in 0.001302 sec., 205069.12442396313 rows/sec., 18.35 MiB/sec. 2026.04.07 05:23:06.149830 [ 5 ] {fa664090-123f-4243-a937-d0be7727df8f} TCPHandler: Processed in 0.001465578 sec. 2026.04.07 05:23:06.149942 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:06.150035 [ 5 ] {c5bfaa5c-bd74-4153-b76b-5d856073a6b2} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.07 05:23:06.150074 [ 5 ] {c5bfaa5c-bd74-4153-b76b-5d856073a6b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.07 05:23:06.150478 [ 5 ] {c5bfaa5c-bd74-4153-b76b-5d856073a6b2} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:06.150513 [ 5 ] {c5bfaa5c-bd74-4153-b76b-5d856073a6b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2026.04.07 05:23:06.150818 [ 5 ] {c5bfaa5c-bd74-4153-b76b-5d856073a6b2} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.07 05:23:06.151022 [ 5 ] {c5bfaa5c-bd74-4153-b76b-5d856073a6b2} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:06.151153 [ 5 ] {c5bfaa5c-bd74-4153-b76b-5d856073a6b2} executeQuery: Read 68 rows, 5.10 KiB in 0.001135 sec., 59911.89427312776 rows/sec., 4.39 MiB/sec. 2026.04.07 05:23:06.151191 [ 5 ] {c5bfaa5c-bd74-4153-b76b-5d856073a6b2} TCPHandler: Processed in 0.001297134 sec. 2026.04.07 05:23:06.151320 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:06.151414 [ 5 ] {800feedc-a39e-4dd4-85b0-8d67a657f41c} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.07 05:23:06.151452 [ 5 ] {800feedc-a39e-4dd4-85b0-8d67a657f41c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.07 05:23:06.151840 [ 5 ] {800feedc-a39e-4dd4-85b0-8d67a657f41c} oximeter.fields_u32 (77106049-3b56-443c-8974-c866b1324d40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:06.151875 [ 5 ] {800feedc-a39e-4dd4-85b0-8d67a657f41c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2026.04.07 05:23:06.152169 [ 5 ] {800feedc-a39e-4dd4-85b0-8d67a657f41c} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.07 05:23:06.152371 [ 5 ] {800feedc-a39e-4dd4-85b0-8d67a657f41c} oximeter.fields_u32 (77106049-3b56-443c-8974-c866b1324d40): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:06.152501 [ 5 ] {800feedc-a39e-4dd4-85b0-8d67a657f41c} executeQuery: Read 24 rows, 2.04 KiB in 0.001106 sec., 21699.8191681736 rows/sec., 1.80 MiB/sec. 2026.04.07 05:23:06.152539 [ 5 ] {800feedc-a39e-4dd4-85b0-8d67a657f41c} TCPHandler: Processed in 0.001269594 sec. 2026.04.07 05:23:06.152647 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:06.152739 [ 5 ] {3902f758-dc09-4ff1-a2ce-80d1a9db96dd} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.07 05:23:06.152778 [ 5 ] {3902f758-dc09-4ff1-a2ce-80d1a9db96dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.07 05:23:06.153175 [ 5 ] {3902f758-dc09-4ff1-a2ce-80d1a9db96dd} oximeter.fields_u8 (0286c37b-6235-46e9-9a40-c9bc493e69eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:06.153211 [ 5 ] {3902f758-dc09-4ff1-a2ce-80d1a9db96dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2026.04.07 05:23:06.153507 [ 5 ] {3902f758-dc09-4ff1-a2ce-80d1a9db96dd} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.07 05:23:06.153737 [ 5 ] {3902f758-dc09-4ff1-a2ce-80d1a9db96dd} oximeter.fields_u8 (0286c37b-6235-46e9-9a40-c9bc493e69eb): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:06.153867 [ 5 ] {3902f758-dc09-4ff1-a2ce-80d1a9db96dd} executeQuery: Read 12 rows, 960.00 B in 0.001145 sec., 10480.349344978165 rows/sec., 818.78 KiB/sec. 2026.04.07 05:23:06.153906 [ 5 ] {3902f758-dc09-4ff1-a2ce-80d1a9db96dd} TCPHandler: Processed in 0.001308165 sec. 2026.04.07 05:23:06.154020 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:06.154112 [ 5 ] {896cb65c-7323-4bcc-a7e9-ef0f70194e8f} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:23:06.154150 [ 5 ] {896cb65c-7323-4bcc-a7e9-ef0f70194e8f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:23:06.154619 [ 5 ] {896cb65c-7323-4bcc-a7e9-ef0f70194e8f} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:06.154654 [ 5 ] {896cb65c-7323-4bcc-a7e9-ef0f70194e8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2026.04.07 05:23:06.154986 [ 5 ] {896cb65c-7323-4bcc-a7e9-ef0f70194e8f} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.07 05:23:06.155195 [ 5 ] {896cb65c-7323-4bcc-a7e9-ef0f70194e8f} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:06.155328 [ 5 ] {896cb65c-7323-4bcc-a7e9-ef0f70194e8f} executeQuery: Read 162 rows, 13.36 KiB in 0.001233 sec., 131386.86131386863 rows/sec., 10.58 MiB/sec. 2026.04.07 05:23:06.155366 [ 5 ] {896cb65c-7323-4bcc-a7e9-ef0f70194e8f} TCPHandler: Processed in 0.001394696 sec. 2026.04.07 05:23:06.155476 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:06.155569 [ 5 ] {ff290a75-e2e8-4ed2-9824-59f45065a461} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:23:06.155610 [ 5 ] {ff290a75-e2e8-4ed2-9824-59f45065a461} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:23:06.156013 [ 5 ] {ff290a75-e2e8-4ed2-9824-59f45065a461} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:06.156046 [ 5 ] {ff290a75-e2e8-4ed2-9824-59f45065a461} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2026.04.07 05:23:06.156385 [ 5 ] {ff290a75-e2e8-4ed2-9824-59f45065a461} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.07 05:23:06.156591 [ 5 ] {ff290a75-e2e8-4ed2-9824-59f45065a461} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:06.156721 [ 5 ] {ff290a75-e2e8-4ed2-9824-59f45065a461} executeQuery: Read 203 rows, 14.89 KiB in 0.00117 sec., 173504.2735042735 rows/sec., 12.43 MiB/sec. 2026.04.07 05:23:06.156757 [ 5 ] {ff290a75-e2e8-4ed2-9824-59f45065a461} TCPHandler: Processed in 0.001331095 sec. 2026.04.07 05:23:06.156870 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:06.156963 [ 5 ] {3017558e-9954-4773-8d34-3728164e03c4} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.07 05:23:06.157016 [ 5 ] {3017558e-9954-4773-8d34-3728164e03c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.07 05:23:06.157839 [ 5 ] {3017558e-9954-4773-8d34-3728164e03c4} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:06.157873 [ 5 ] {3017558e-9954-4773-8d34-3728164e03c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2026.04.07 05:23:06.158507 [ 5 ] {3017558e-9954-4773-8d34-3728164e03c4} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.07 05:23:06.158748 [ 5 ] {3017558e-9954-4773-8d34-3728164e03c4} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:06.158890 [ 5 ] {3017558e-9954-4773-8d34-3728164e03c4} executeQuery: Read 42 rows, 77.07 KiB in 0.001944 sec., 21604.938271604937 rows/sec., 38.72 MiB/sec. 2026.04.07 05:23:06.158947 [ 5 ] {3017558e-9954-4773-8d34-3728164e03c4} TCPHandler: Processed in 0.002127621 sec. 2026.04.07 05:23:06.159060 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:06.159154 [ 5 ] {628f7878-f3ba-448d-a8ab-b9eca8ba4104} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.04.07 05:23:06.159196 [ 5 ] {628f7878-f3ba-448d-a8ab-b9eca8ba4104} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.04.07 05:23:06.159517 [ 5 ] {628f7878-f3ba-448d-a8ab-b9eca8ba4104} oximeter.measurements_i64 (a5300f5a-ccdd-452e-ab03-c086e77f17f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:06.159552 [ 5 ] {628f7878-f3ba-448d-a8ab-b9eca8ba4104} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2026.04.07 05:23:06.159842 [ 5 ] {628f7878-f3ba-448d-a8ab-b9eca8ba4104} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.07 05:23:06.160048 [ 5 ] {628f7878-f3ba-448d-a8ab-b9eca8ba4104} oximeter.measurements_i64 (a5300f5a-ccdd-452e-ab03-c086e77f17f3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:06.160170 [ 5 ] {628f7878-f3ba-448d-a8ab-b9eca8ba4104} executeQuery: Read 6 rows, 434.00 B in 0.001034 sec., 5802.707930367505 rows/sec., 409.89 KiB/sec. 2026.04.07 05:23:06.160206 [ 5 ] {628f7878-f3ba-448d-a8ab-b9eca8ba4104} TCPHandler: Processed in 0.001195203 sec. 2026.04.07 05:23:06.160314 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:06.160407 [ 5 ] {093428e7-00c6-4f94-9435-3cb706f99927} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:23:06.160446 [ 5 ] {093428e7-00c6-4f94-9435-3cb706f99927} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:23:06.160782 [ 5 ] {093428e7-00c6-4f94-9435-3cb706f99927} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:06.160818 [ 5 ] {093428e7-00c6-4f94-9435-3cb706f99927} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2026.04.07 05:23:06.161132 [ 5 ] {093428e7-00c6-4f94-9435-3cb706f99927} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.07 05:23:06.161342 [ 5 ] {093428e7-00c6-4f94-9435-3cb706f99927} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:06.161476 [ 5 ] {093428e7-00c6-4f94-9435-3cb706f99927} executeQuery: Read 60 rows, 4.14 KiB in 0.001087 sec., 55197.79208831646 rows/sec., 3.72 MiB/sec. 2026.04.07 05:23:06.161512 [ 5 ] {093428e7-00c6-4f94-9435-3cb706f99927} TCPHandler: Processed in 0.001246844 sec. 2026.04.07 05:23:07.001005 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 206.52 MiB, peak 215.61 MiB, free memory in arenas 0.00 B, will set to 218.37 MiB (RSS), difference: 11.85 MiB 2026.04.07 05:23:11.140874 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:11.141091 [ 5 ] {e39e7082-d9a7-42dc-ac2e-64114fade561} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:23:11.141169 [ 5 ] {e39e7082-d9a7-42dc-ac2e-64114fade561} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:23:11.141903 [ 5 ] {e39e7082-d9a7-42dc-ac2e-64114fade561} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:11.141952 [ 5 ] {e39e7082-d9a7-42dc-ac2e-64114fade561} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2026.04.07 05:23:11.142345 [ 5 ] {e39e7082-d9a7-42dc-ac2e-64114fade561} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.07 05:23:11.142562 [ 5 ] {e39e7082-d9a7-42dc-ac2e-64114fade561} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:11.142723 [ 5 ] {e39e7082-d9a7-42dc-ac2e-64114fade561} executeQuery: Read 56 rows, 4.41 KiB in 0.001727 sec., 32426.17255356109 rows/sec., 2.49 MiB/sec. 2026.04.07 05:23:11.142768 [ 5 ] {e39e7082-d9a7-42dc-ac2e-64114fade561} TCPHandler: Processed in 0.002077089 sec. 2026.04.07 05:23:11.142881 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:11.142977 [ 5 ] {fa876aca-c1f2-4019-ad2c-803d3090affd} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:23:11.143018 [ 5 ] {fa876aca-c1f2-4019-ad2c-803d3090affd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:23:11.143513 [ 5 ] {fa876aca-c1f2-4019-ad2c-803d3090affd} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:11.143552 [ 5 ] {fa876aca-c1f2-4019-ad2c-803d3090affd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2026.04.07 05:23:11.143876 [ 5 ] {fa876aca-c1f2-4019-ad2c-803d3090affd} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.07 05:23:11.144088 [ 5 ] {fa876aca-c1f2-4019-ad2c-803d3090affd} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:11.144226 [ 5 ] {fa876aca-c1f2-4019-ad2c-803d3090affd} executeQuery: Read 64 rows, 5.12 KiB in 0.001216 sec., 52631.57894736842 rows/sec., 4.11 MiB/sec. 2026.04.07 05:23:11.144265 [ 5 ] {fa876aca-c1f2-4019-ad2c-803d3090affd} TCPHandler: Processed in 0.001387186 sec. 2026.04.07 05:23:11.144392 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:11.144488 [ 5 ] {1b171eca-a2fb-4bfb-a7f5-3f2815f9a7fb} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:23:11.144532 [ 5 ] {1b171eca-a2fb-4bfb-a7f5-3f2815f9a7fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:23:11.144965 [ 5 ] {1b171eca-a2fb-4bfb-a7f5-3f2815f9a7fb} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:11.145001 [ 5 ] {1b171eca-a2fb-4bfb-a7f5-3f2815f9a7fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2026.04.07 05:23:11.145345 [ 5 ] {1b171eca-a2fb-4bfb-a7f5-3f2815f9a7fb} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.07 05:23:11.145552 [ 5 ] {1b171eca-a2fb-4bfb-a7f5-3f2815f9a7fb} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:11.145689 [ 5 ] {1b171eca-a2fb-4bfb-a7f5-3f2815f9a7fb} executeQuery: Read 160 rows, 11.41 KiB in 0.00122 sec., 131147.54098360657 rows/sec., 9.13 MiB/sec. 2026.04.07 05:23:11.145727 [ 5 ] {1b171eca-a2fb-4bfb-a7f5-3f2815f9a7fb} TCPHandler: Processed in 0.001384956 sec. 2026.04.07 05:23:11.145839 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:11.145935 [ 5 ] {33977281-905a-47a0-839e-7bf98831ae6f} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:23:11.145977 [ 5 ] {33977281-905a-47a0-839e-7bf98831ae6f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:23:11.146327 [ 5 ] {33977281-905a-47a0-839e-7bf98831ae6f} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:11.146362 [ 5 ] {33977281-905a-47a0-839e-7bf98831ae6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2026.04.07 05:23:11.146658 [ 5 ] {33977281-905a-47a0-839e-7bf98831ae6f} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.07 05:23:11.146876 [ 5 ] {33977281-905a-47a0-839e-7bf98831ae6f} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:11.147015 [ 5 ] {33977281-905a-47a0-839e-7bf98831ae6f} executeQuery: Read 60 rows, 4.14 KiB in 0.001099 sec., 54595.08644222021 rows/sec., 3.68 MiB/sec. 2026.04.07 05:23:11.147052 [ 5 ] {33977281-905a-47a0-839e-7bf98831ae6f} TCPHandler: Processed in 0.001262315 sec. 2026.04.07 05:23:13.073499 [ 116 ] {} DNSResolver: Updating DNS cache 2026.04.07 05:23:13.073553 [ 116 ] {} DNSResolver: Updated DNS cache 2026.04.07 05:23:13.201853 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 5764 2026.04.07 05:23:13.202502 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:13.202557 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2026.04.07 05:23:13.202884 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 336 2026.04.07 05:23:13.203105 [ 244 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.07 05:23:13.203345 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:13.203474 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5764 2026.04.07 05:23:13.205184 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:13.205232 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2026.04.07 05:23:13.206407 [ 242 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.07 05:23:13.206686 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:13.206930 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 336 2026.04.07 05:23:13.503641 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 2026.04.07 05:23:13.519559 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:13.519622 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2026.04.07 05:23:13.525956 [ 243 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.07 05:23:13.526734 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:13.530119 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 91 2026.04.07 05:23:16.143080 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:16.143281 [ 5 ] {7ead4b4f-209f-4f8c-bd98-72ad0c753d86} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:23:16.143355 [ 5 ] {7ead4b4f-209f-4f8c-bd98-72ad0c753d86} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:23:16.144099 [ 5 ] {7ead4b4f-209f-4f8c-bd98-72ad0c753d86} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:16.144148 [ 5 ] {7ead4b4f-209f-4f8c-bd98-72ad0c753d86} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2026.04.07 05:23:16.144558 [ 5 ] {7ead4b4f-209f-4f8c-bd98-72ad0c753d86} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.07 05:23:16.144787 [ 5 ] {7ead4b4f-209f-4f8c-bd98-72ad0c753d86} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:16.144943 [ 5 ] {7ead4b4f-209f-4f8c-bd98-72ad0c753d86} executeQuery: Read 140 rows, 12.49 KiB in 0.001718 sec., 81490.10477299185 rows/sec., 7.10 MiB/sec. 2026.04.07 05:23:16.144986 [ 5 ] {7ead4b4f-209f-4f8c-bd98-72ad0c753d86} TCPHandler: Processed in 0.002047398 sec. 2026.04.07 05:23:16.145130 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:16.145227 [ 5 ] {2e6c74cf-3083-452b-9fd5-8e640df8ce18} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.07 05:23:16.145268 [ 5 ] {2e6c74cf-3083-452b-9fd5-8e640df8ce18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.07 05:23:16.145680 [ 5 ] {2e6c74cf-3083-452b-9fd5-8e640df8ce18} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:16.145716 [ 5 ] {2e6c74cf-3083-452b-9fd5-8e640df8ce18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2026.04.07 05:23:16.146009 [ 5 ] {2e6c74cf-3083-452b-9fd5-8e640df8ce18} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.07 05:23:16.146227 [ 5 ] {2e6c74cf-3083-452b-9fd5-8e640df8ce18} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:16.146356 [ 5 ] {2e6c74cf-3083-452b-9fd5-8e640df8ce18} executeQuery: Read 42 rows, 3.16 KiB in 0.001148 sec., 36585.365853658535 rows/sec., 2.69 MiB/sec. 2026.04.07 05:23:16.146394 [ 5 ] {2e6c74cf-3083-452b-9fd5-8e640df8ce18} TCPHandler: Processed in 0.001315345 sec. 2026.04.07 05:23:16.146509 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:16.146603 [ 5 ] {4f35d734-d8ac-46ff-b075-606eb33a10fc} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:23:16.146643 [ 5 ] {4f35d734-d8ac-46ff-b075-606eb33a10fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:23:16.147057 [ 5 ] {4f35d734-d8ac-46ff-b075-606eb33a10fc} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:16.147094 [ 5 ] {4f35d734-d8ac-46ff-b075-606eb33a10fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2026.04.07 05:23:16.147392 [ 5 ] {4f35d734-d8ac-46ff-b075-606eb33a10fc} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.07 05:23:16.147605 [ 5 ] {4f35d734-d8ac-46ff-b075-606eb33a10fc} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:16.147730 [ 5 ] {4f35d734-d8ac-46ff-b075-606eb33a10fc} executeQuery: Read 106 rows, 8.48 KiB in 0.001146 sec., 92495.63699825479 rows/sec., 7.22 MiB/sec. 2026.04.07 05:23:16.147767 [ 5 ] {4f35d734-d8ac-46ff-b075-606eb33a10fc} TCPHandler: Processed in 0.001310045 sec. 2026.04.07 05:23:16.147881 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:16.147976 [ 5 ] {c4892087-7774-4a14-a124-20aa24884852} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:23:16.148019 [ 5 ] {c4892087-7774-4a14-a124-20aa24884852} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:23:16.148426 [ 5 ] {c4892087-7774-4a14-a124-20aa24884852} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:16.148462 [ 5 ] {c4892087-7774-4a14-a124-20aa24884852} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2026.04.07 05:23:16.148790 [ 5 ] {c4892087-7774-4a14-a124-20aa24884852} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.07 05:23:16.149002 [ 5 ] {c4892087-7774-4a14-a124-20aa24884852} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:16.149130 [ 5 ] {c4892087-7774-4a14-a124-20aa24884852} executeQuery: Read 160 rows, 11.41 KiB in 0.001172 sec., 136518.771331058 rows/sec., 9.51 MiB/sec. 2026.04.07 05:23:16.149167 [ 5 ] {c4892087-7774-4a14-a124-20aa24884852} TCPHandler: Processed in 0.001335815 sec. 2026.04.07 05:23:16.149299 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:16.149394 [ 5 ] {69c426b1-a60d-4d92-879a-b7aac8987425} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.07 05:23:16.149447 [ 5 ] {69c426b1-a60d-4d92-879a-b7aac8987425} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.07 05:23:16.150297 [ 5 ] {69c426b1-a60d-4d92-879a-b7aac8987425} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:16.150334 [ 5 ] {69c426b1-a60d-4d92-879a-b7aac8987425} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2026.04.07 05:23:16.150910 [ 5 ] {69c426b1-a60d-4d92-879a-b7aac8987425} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.07 05:23:16.151137 [ 5 ] {69c426b1-a60d-4d92-879a-b7aac8987425} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:16.151271 [ 5 ] {69c426b1-a60d-4d92-879a-b7aac8987425} executeQuery: Read 42 rows, 77.07 KiB in 0.001896 sec., 22151.898734177215 rows/sec., 39.70 MiB/sec. 2026.04.07 05:23:16.151322 [ 5 ] {69c426b1-a60d-4d92-879a-b7aac8987425} TCPHandler: Processed in 0.002072479 sec. 2026.04.07 05:23:16.151439 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:16.151535 [ 5 ] {f014bbdb-777b-4056-962a-a2b85e1e5e53} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:23:16.151578 [ 5 ] {f014bbdb-777b-4056-962a-a2b85e1e5e53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:23:16.151909 [ 5 ] {f014bbdb-777b-4056-962a-a2b85e1e5e53} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:16.151945 [ 5 ] {f014bbdb-777b-4056-962a-a2b85e1e5e53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2026.04.07 05:23:16.152249 [ 5 ] {f014bbdb-777b-4056-962a-a2b85e1e5e53} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.07 05:23:16.152460 [ 5 ] {f014bbdb-777b-4056-962a-a2b85e1e5e53} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:16.152588 [ 5 ] {f014bbdb-777b-4056-962a-a2b85e1e5e53} executeQuery: Read 60 rows, 4.14 KiB in 0.001071 sec., 56022.40896358544 rows/sec., 3.78 MiB/sec. 2026.04.07 05:23:16.152623 [ 5 ] {f014bbdb-777b-4056-962a-a2b85e1e5e53} TCPHandler: Processed in 0.001233703 sec. 2026.04.07 05:23:20.704234 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 6212 2026.04.07 05:23:20.704719 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:20.704753 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2026.04.07 05:23:20.705395 [ 244 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.07 05:23:20.705656 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:20.705795 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6212 2026.04.07 05:23:21.030893 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 2026.04.07 05:23:21.048344 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:21.048400 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2026.04.07 05:23:21.054019 [ 243 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.07 05:23:21.054717 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:21.058043 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 98 2026.04.07 05:23:21.140495 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:21.140694 [ 5 ] {69736486-cda4-4b49-9bc5-69457dc671b1} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.07 05:23:21.140765 [ 5 ] {69736486-cda4-4b49-9bc5-69457dc671b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.07 05:23:21.141408 [ 5 ] {69736486-cda4-4b49-9bc5-69457dc671b1} oximeter.fields_ipaddr (825a423c-b132-44a1-9146-cfb597c4352e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:21.141456 [ 5 ] {69736486-cda4-4b49-9bc5-69457dc671b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2026.04.07 05:23:21.141827 [ 5 ] {69736486-cda4-4b49-9bc5-69457dc671b1} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.07 05:23:21.142066 [ 5 ] {69736486-cda4-4b49-9bc5-69457dc671b1} oximeter.fields_ipaddr (825a423c-b132-44a1-9146-cfb597c4352e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:21.142215 [ 5 ] {69736486-cda4-4b49-9bc5-69457dc671b1} executeQuery: Read 2 rows, 167.00 B in 0.001576 sec., 1269.0355329949239 rows/sec., 103.48 KiB/sec. 2026.04.07 05:23:21.142257 [ 5 ] {69736486-cda4-4b49-9bc5-69457dc671b1} TCPHandler: Processed in 0.001898236 sec. 2026.04.07 05:23:21.142375 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:21.142469 [ 5 ] {c30af237-8725-4c36-92f3-961c260bc9d9} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:23:21.142508 [ 5 ] {c30af237-8725-4c36-92f3-961c260bc9d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:23:21.142925 [ 5 ] {c30af237-8725-4c36-92f3-961c260bc9d9} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:21.142961 [ 5 ] {c30af237-8725-4c36-92f3-961c260bc9d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2026.04.07 05:23:21.143260 [ 5 ] {c30af237-8725-4c36-92f3-961c260bc9d9} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.07 05:23:21.143459 [ 5 ] {c30af237-8725-4c36-92f3-961c260bc9d9} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:21.143562 [ 104 ] {} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.04.07 05:23:21.143587 [ 5 ] {c30af237-8725-4c36-92f3-961c260bc9d9} executeQuery: Read 57 rows, 4.48 KiB in 0.001136 sec., 50176.05633802817 rows/sec., 3.85 MiB/sec. 2026.04.07 05:23:21.143626 [ 104 ] {} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:21.143635 [ 5 ] {c30af237-8725-4c36-92f3-961c260bc9d9} TCPHandler: Processed in 0.001308514 sec. 2026.04.07 05:23:21.143655 [ 104 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2026.04.07 05:23:21.143768 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:21.143778 [ 192 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.04.07 05:23:21.143904 [ 5 ] {4eb4b15b-a6f9-4fc2-8476-ad6edd302b42} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.07 05:23:21.143920 [ 192 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:23:21.143959 [ 5 ] {4eb4b15b-a6f9-4fc2-8476-ad6edd302b42} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.07 05:23:21.143966 [ 192 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 256 rows starting from the beginning of the part 2026.04.07 05:23:21.144080 [ 192 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 56 rows starting from the beginning of the part 2026.04.07 05:23:21.144134 [ 192 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 267 rows starting from the beginning of the part 2026.04.07 05:23:21.144183 [ 192 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 56 rows starting from the beginning of the part 2026.04.07 05:23:21.144233 [ 192 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 140 rows starting from the beginning of the part 2026.04.07 05:23:21.144280 [ 192 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 57 rows starting from the beginning of the part 2026.04.07 05:23:21.144443 [ 5 ] {4eb4b15b-a6f9-4fc2-8476-ad6edd302b42} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:21.144492 [ 5 ] {4eb4b15b-a6f9-4fc2-8476-ad6edd302b42} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2026.04.07 05:23:21.144839 [ 5 ] {4eb4b15b-a6f9-4fc2-8476-ad6edd302b42} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.07 05:23:21.145084 [ 5 ] {4eb4b15b-a6f9-4fc2-8476-ad6edd302b42} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:21.145219 [ 5 ] {4eb4b15b-a6f9-4fc2-8476-ad6edd302b42} executeQuery: Read 2 rows, 143.00 B in 0.00134 sec., 1492.5373134328358 rows/sec., 104.22 KiB/sec. 2026.04.07 05:23:21.145257 [ 5 ] {4eb4b15b-a6f9-4fc2-8476-ad6edd302b42} TCPHandler: Processed in 0.00155123 sec. 2026.04.07 05:23:21.145346 [ 202 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 832 rows, containing 5 columns (5 merged, 0 gathered) in 0.00161245 sec., 515984.9917826909 rows/sec., 46.58 MiB/sec. 2026.04.07 05:23:21.145366 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:21.145480 [ 5 ] {d4c6a511-2e9f-4def-86ec-9e737f34b44a} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:23:21.145520 [ 5 ] {d4c6a511-2e9f-4def-86ec-9e737f34b44a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:23:21.145535 [ 200 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.04.07 05:23:21.145864 [ 200 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_16_3} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:21.145937 [ 200 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_16_3} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.04.07 05:23:21.145942 [ 5 ] {d4c6a511-2e9f-4def-86ec-9e737f34b44a} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:21.145986 [ 5 ] {d4c6a511-2e9f-4def-86ec-9e737f34b44a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2026.04.07 05:23:21.146016 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. 2026.04.07 05:23:21.146291 [ 5 ] {d4c6a511-2e9f-4def-86ec-9e737f34b44a} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.07 05:23:21.146501 [ 5 ] {d4c6a511-2e9f-4def-86ec-9e737f34b44a} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:21.146596 [ 104 ] {} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.04.07 05:23:21.146626 [ 104 ] {} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:21.146630 [ 5 ] {d4c6a511-2e9f-4def-86ec-9e737f34b44a} executeQuery: Read 66 rows, 5.28 KiB in 0.001169 sec., 56458.51154833191 rows/sec., 4.41 MiB/sec. 2026.04.07 05:23:21.146645 [ 104 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2026.04.07 05:23:21.146677 [ 5 ] {d4c6a511-2e9f-4def-86ec-9e737f34b44a} TCPHandler: Processed in 0.001359756 sec. 2026.04.07 05:23:21.146740 [ 187 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.04.07 05:23:21.146795 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:21.146840 [ 187 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:23:21.146872 [ 187 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 162 rows starting from the beginning of the part 2026.04.07 05:23:21.146892 [ 5 ] {cc5e8cda-dc1a-4f8d-b5e1-fe2181094cdf} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:23:21.146927 [ 187 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 64 rows starting from the beginning of the part 2026.04.07 05:23:21.146940 [ 5 ] {cc5e8cda-dc1a-4f8d-b5e1-fe2181094cdf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:23:21.146973 [ 187 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 162 rows starting from the beginning of the part 2026.04.07 05:23:21.147015 [ 187 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 64 rows starting from the beginning of the part 2026.04.07 05:23:21.147052 [ 187 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 106 rows starting from the beginning of the part 2026.04.07 05:23:21.147088 [ 187 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 66 rows starting from the beginning of the part 2026.04.07 05:23:21.147352 [ 5 ] {cc5e8cda-dc1a-4f8d-b5e1-fe2181094cdf} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:21.147392 [ 5 ] {cc5e8cda-dc1a-4f8d-b5e1-fe2181094cdf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2026.04.07 05:23:21.147753 [ 5 ] {cc5e8cda-dc1a-4f8d-b5e1-fe2181094cdf} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.07 05:23:21.147948 [ 187 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 624 rows, containing 5 columns (5 merged, 0 gathered) in 0.001245914 sec., 500837.1364315675 rows/sec., 41.66 MiB/sec. 2026.04.07 05:23:21.147975 [ 5 ] {cc5e8cda-dc1a-4f8d-b5e1-fe2181094cdf} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:21.148081 [ 104 ] {} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.04.07 05:23:21.148087 [ 200 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.04.07 05:23:21.148111 [ 104 ] {} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:21.148115 [ 5 ] {cc5e8cda-dc1a-4f8d-b5e1-fe2181094cdf} executeQuery: Read 161 rows, 11.48 KiB in 0.001241 sec., 129734.08541498792 rows/sec., 9.03 MiB/sec. 2026.04.07 05:23:21.148130 [ 104 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2026.04.07 05:23:21.148161 [ 5 ] {cc5e8cda-dc1a-4f8d-b5e1-fe2181094cdf} TCPHandler: Processed in 0.001413677 sec. 2026.04.07 05:23:21.148241 [ 202 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.04.07 05:23:21.148278 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:21.148361 [ 200 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_16_3} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:21.148378 [ 5 ] {232b5037-061c-42a9-b76d-744b10c7c98f} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:23:21.148395 [ 202 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:23:21.148423 [ 5 ] {232b5037-061c-42a9-b76d-744b10c7c98f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:23:21.148436 [ 200 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_16_3} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.04.07 05:23:21.148445 [ 202 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1888 rows starting from the beginning of the part 2026.04.07 05:23:21.148526 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.04.07 05:23:21.148535 [ 202 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part 2026.04.07 05:23:21.148597 [ 202 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 203 rows starting from the beginning of the part 2026.04.07 05:23:21.148646 [ 202 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 160 rows starting from the beginning of the part 2026.04.07 05:23:21.148698 [ 202 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 160 rows starting from the beginning of the part 2026.04.07 05:23:21.148746 [ 202 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 161 rows starting from the beginning of the part 2026.04.07 05:23:21.148764 [ 5 ] {232b5037-061c-42a9-b76d-744b10c7c98f} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:21.148802 [ 5 ] {232b5037-061c-42a9-b76d-744b10c7c98f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2026.04.07 05:23:21.149137 [ 5 ] {232b5037-061c-42a9-b76d-744b10c7c98f} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.07 05:23:21.149342 [ 5 ] {232b5037-061c-42a9-b76d-744b10c7c98f} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:21.149447 [ 105 ] {} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.04.07 05:23:21.149467 [ 5 ] {232b5037-061c-42a9-b76d-744b10c7c98f} executeQuery: Read 60 rows, 4.14 KiB in 0.001139 sec., 52677.78753292361 rows/sec., 3.55 MiB/sec. 2026.04.07 05:23:21.149479 [ 105 ] {} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:21.149499 [ 105 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2026.04.07 05:23:21.149501 [ 5 ] {232b5037-061c-42a9-b76d-744b10c7c98f} TCPHandler: Processed in 0.001304214 sec. 2026.04.07 05:23:21.149584 [ 190 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.04.07 05:23:21.149685 [ 190 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:23:21.149710 [ 190 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 606 rows starting from the beginning of the part 2026.04.07 05:23:21.149755 [ 190 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part 2026.04.07 05:23:21.149794 [ 190 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part 2026.04.07 05:23:21.149829 [ 190 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 60 rows starting from the beginning of the part 2026.04.07 05:23:21.149864 [ 190 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part 2026.04.07 05:23:21.149903 [ 190 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part 2026.04.07 05:23:21.150187 [ 193 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 2732 rows, containing 5 columns (5 merged, 0 gathered) in 0.001995758 sec., 1368903.4442051593 rows/sec., 96.70 MiB/sec. 2026.04.07 05:23:21.150512 [ 202 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.04.07 05:23:21.150775 [ 202 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_16_3} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:21.150810 [ 199 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 906 rows, containing 4 columns (4 merged, 0 gathered) in 0.001225454 sec., 739317.8364916187 rows/sec., 49.97 MiB/sec. 2026.04.07 05:23:21.150851 [ 202 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_16_3} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.04.07 05:23:21.150927 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. 2026.04.07 05:23:21.151020 [ 197 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.04.07 05:23:21.151300 [ 197 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_16_3} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:21.151365 [ 197 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_16_3} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.04.07 05:23:21.151442 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.04.07 05:23:23.207835 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 360 2026.04.07 05:23:23.209908 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:23.209944 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2026.04.07 05:23:23.211100 [ 242 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.07 05:23:23.211371 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:23.211625 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 360 2026.04.07 05:23:26.142622 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:26.142834 [ 5 ] {68fb8335-331d-4610-b8f6-de9ef4f305c7} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:23:26.142908 [ 5 ] {68fb8335-331d-4610-b8f6-de9ef4f305c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:23:26.143650 [ 5 ] {68fb8335-331d-4610-b8f6-de9ef4f305c7} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:26.143696 [ 5 ] {68fb8335-331d-4610-b8f6-de9ef4f305c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2026.04.07 05:23:26.144094 [ 5 ] {68fb8335-331d-4610-b8f6-de9ef4f305c7} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.07 05:23:26.144339 [ 5 ] {68fb8335-331d-4610-b8f6-de9ef4f305c7} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:26.144497 [ 5 ] {68fb8335-331d-4610-b8f6-de9ef4f305c7} executeQuery: Read 140 rows, 12.49 KiB in 0.001717 sec., 81537.565521258 rows/sec., 7.10 MiB/sec. 2026.04.07 05:23:26.144546 [ 5 ] {68fb8335-331d-4610-b8f6-de9ef4f305c7} TCPHandler: Processed in 0.002061499 sec. 2026.04.07 05:23:26.144667 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:26.144768 [ 5 ] {a497fa0d-c88c-4199-8e2c-33b6f9064f23} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.07 05:23:26.144811 [ 5 ] {a497fa0d-c88c-4199-8e2c-33b6f9064f23} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.07 05:23:26.145257 [ 5 ] {a497fa0d-c88c-4199-8e2c-33b6f9064f23} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:26.145295 [ 5 ] {a497fa0d-c88c-4199-8e2c-33b6f9064f23} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2026.04.07 05:23:26.145591 [ 5 ] {a497fa0d-c88c-4199-8e2c-33b6f9064f23} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.07 05:23:26.145795 [ 5 ] {a497fa0d-c88c-4199-8e2c-33b6f9064f23} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:26.145901 [ 99 ] {} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.07 05:23:26.145925 [ 5 ] {a497fa0d-c88c-4199-8e2c-33b6f9064f23} executeQuery: Read 42 rows, 3.16 KiB in 0.001182 sec., 35532.99492385786 rows/sec., 2.61 MiB/sec. 2026.04.07 05:23:26.145969 [ 99 ] {} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:26.145976 [ 5 ] {a497fa0d-c88c-4199-8e2c-33b6f9064f23} TCPHandler: Processed in 0.001361855 sec. 2026.04.07 05:23:26.146002 [ 99 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2026.04.07 05:23:26.146100 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:26.146151 [ 190 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.04.07 05:23:26.146202 [ 5 ] {1c20355e-4e0b-411c-91b5-44e3b125397b} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:23:26.146247 [ 5 ] {1c20355e-4e0b-411c-91b5-44e3b125397b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:23:26.146319 [ 190 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:23:26.146363 [ 190 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 61 rows starting from the beginning of the part 2026.04.07 05:23:26.146439 [ 190 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 37 rows starting from the beginning of the part 2026.04.07 05:23:26.146494 [ 190 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 68 rows starting from the beginning of the part 2026.04.07 05:23:26.146556 [ 190 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 42 rows starting from the beginning of the part 2026.04.07 05:23:26.146605 [ 190 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part 2026.04.07 05:23:26.146656 [ 190 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 42 rows starting from the beginning of the part 2026.04.07 05:23:26.146677 [ 5 ] {1c20355e-4e0b-411c-91b5-44e3b125397b} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:26.146717 [ 5 ] {1c20355e-4e0b-411c-91b5-44e3b125397b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2026.04.07 05:23:26.147050 [ 5 ] {1c20355e-4e0b-411c-91b5-44e3b125397b} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.07 05:23:26.147278 [ 5 ] {1c20355e-4e0b-411c-91b5-44e3b125397b} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:26.147419 [ 5 ] {1c20355e-4e0b-411c-91b5-44e3b125397b} executeQuery: Read 106 rows, 8.48 KiB in 0.001236 sec., 85760.51779935276 rows/sec., 6.70 MiB/sec. 2026.04.07 05:23:26.147457 [ 5 ] {1c20355e-4e0b-411c-91b5-44e3b125397b} TCPHandler: Processed in 0.001406486 sec. 2026.04.07 05:23:26.147568 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:26.147629 [ 202 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 252 rows, containing 5 columns (5 merged, 0 gathered) in 0.001545369 sec., 163067.84981451032 rows/sec., 12.58 MiB/sec. 2026.04.07 05:23:26.147662 [ 5 ] {654ee9b2-7dc9-47a1-95d6-854885ffe797} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:23:26.147710 [ 5 ] {654ee9b2-7dc9-47a1-95d6-854885ffe797} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:23:26.147831 [ 199 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.07 05:23:26.148109 [ 5 ] {654ee9b2-7dc9-47a1-95d6-854885ffe797} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:26.148144 [ 199 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_11_2} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:26.148149 [ 5 ] {654ee9b2-7dc9-47a1-95d6-854885ffe797} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2026.04.07 05:23:26.148236 [ 199 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_11_2} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.07 05:23:26.148338 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.04.07 05:23:26.148514 [ 5 ] {654ee9b2-7dc9-47a1-95d6-854885ffe797} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.07 05:23:26.148736 [ 5 ] {654ee9b2-7dc9-47a1-95d6-854885ffe797} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:26.148866 [ 5 ] {654ee9b2-7dc9-47a1-95d6-854885ffe797} executeQuery: Read 160 rows, 11.41 KiB in 0.001223 sec., 130825.83810302535 rows/sec., 9.11 MiB/sec. 2026.04.07 05:23:26.148902 [ 5 ] {654ee9b2-7dc9-47a1-95d6-854885ffe797} TCPHandler: Processed in 0.001382877 sec. 2026.04.07 05:23:26.149004 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:26.149097 [ 5 ] {add919af-bf2f-4bbe-ba13-ac18a7d1427f} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.07 05:23:26.149150 [ 5 ] {add919af-bf2f-4bbe-ba13-ac18a7d1427f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.07 05:23:26.149989 [ 5 ] {add919af-bf2f-4bbe-ba13-ac18a7d1427f} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:26.150025 [ 5 ] {add919af-bf2f-4bbe-ba13-ac18a7d1427f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2026.04.07 05:23:26.150584 [ 5 ] {add919af-bf2f-4bbe-ba13-ac18a7d1427f} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.07 05:23:26.150805 [ 5 ] {add919af-bf2f-4bbe-ba13-ac18a7d1427f} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:26.150939 [ 5 ] {add919af-bf2f-4bbe-ba13-ac18a7d1427f} executeQuery: Read 42 rows, 77.07 KiB in 0.00186 sec., 22580.645161290322 rows/sec., 40.46 MiB/sec. 2026.04.07 05:23:26.150999 [ 5 ] {add919af-bf2f-4bbe-ba13-ac18a7d1427f} TCPHandler: Processed in 0.002043128 sec. 2026.04.07 05:23:26.151112 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:26.151207 [ 5 ] {bcf47020-e6a2-435c-8dca-d59d820bfa86} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:23:26.151248 [ 5 ] {bcf47020-e6a2-435c-8dca-d59d820bfa86} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:23:26.151579 [ 5 ] {bcf47020-e6a2-435c-8dca-d59d820bfa86} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:26.151614 [ 5 ] {bcf47020-e6a2-435c-8dca-d59d820bfa86} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2026.04.07 05:23:26.151916 [ 5 ] {bcf47020-e6a2-435c-8dca-d59d820bfa86} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.07 05:23:26.152121 [ 5 ] {bcf47020-e6a2-435c-8dca-d59d820bfa86} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:26.152247 [ 5 ] {bcf47020-e6a2-435c-8dca-d59d820bfa86} executeQuery: Read 60 rows, 4.14 KiB in 0.00106 sec., 56603.77358490566 rows/sec., 3.81 MiB/sec. 2026.04.07 05:23:26.152282 [ 5 ] {bcf47020-e6a2-435c-8dca-d59d820bfa86} TCPHandler: Processed in 0.001217973 sec. 2026.04.07 05:23:28.073599 [ 98 ] {} DNSResolver: Updating DNS cache 2026.04.07 05:23:28.073654 [ 98 ] {} DNSResolver: Updated DNS cache 2026.04.07 05:23:28.205944 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 6724 2026.04.07 05:23:28.206495 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:28.206542 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2026.04.07 05:23:28.207045 [ 244 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.07 05:23:28.207294 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:28.207432 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6724 2026.04.07 05:23:28.558188 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 2026.04.07 05:23:28.587128 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:28.587229 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2026.04.07 05:23:28.598069 [ 243 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.07 05:23:28.599489 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:28.620502 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 106 2026.04.07 05:23:29.000217 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 220.68 MiB, peak 227.64 MiB, free memory in arenas 0.00 B, will set to 221.73 MiB (RSS), difference: 1.05 MiB 2026.04.07 05:23:31.141120 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:31.141336 [ 5 ] {1a6cc89f-bfaa-469c-8644-6ce99515e031} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:23:31.141414 [ 5 ] {1a6cc89f-bfaa-469c-8644-6ce99515e031} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:23:31.142141 [ 5 ] {1a6cc89f-bfaa-469c-8644-6ce99515e031} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:31.142198 [ 5 ] {1a6cc89f-bfaa-469c-8644-6ce99515e031} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2026.04.07 05:23:31.142630 [ 5 ] {1a6cc89f-bfaa-469c-8644-6ce99515e031} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.07 05:23:31.142883 [ 5 ] {1a6cc89f-bfaa-469c-8644-6ce99515e031} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:31.143052 [ 5 ] {1a6cc89f-bfaa-469c-8644-6ce99515e031} executeQuery: Read 56 rows, 4.41 KiB in 0.001773 sec., 31584.884376762548 rows/sec., 2.43 MiB/sec. 2026.04.07 05:23:31.143102 [ 5 ] {1a6cc89f-bfaa-469c-8644-6ce99515e031} TCPHandler: Processed in 0.00212571 sec. 2026.04.07 05:23:31.143237 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:31.143341 [ 5 ] {3cc9118d-294c-4f5d-95f5-a916ad390093} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:23:31.143386 [ 5 ] {3cc9118d-294c-4f5d-95f5-a916ad390093} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:23:31.143829 [ 5 ] {3cc9118d-294c-4f5d-95f5-a916ad390093} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:31.143865 [ 5 ] {3cc9118d-294c-4f5d-95f5-a916ad390093} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2026.04.07 05:23:31.144183 [ 5 ] {3cc9118d-294c-4f5d-95f5-a916ad390093} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.07 05:23:31.144402 [ 5 ] {3cc9118d-294c-4f5d-95f5-a916ad390093} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:31.144540 [ 5 ] {3cc9118d-294c-4f5d-95f5-a916ad390093} executeQuery: Read 64 rows, 5.12 KiB in 0.001223 sec., 52330.335241210145 rows/sec., 4.08 MiB/sec. 2026.04.07 05:23:31.144579 [ 5 ] {3cc9118d-294c-4f5d-95f5-a916ad390093} TCPHandler: Processed in 0.001397576 sec. 2026.04.07 05:23:31.144696 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:31.144794 [ 5 ] {3303a2fd-568e-4a05-9f0c-afd08a11a3cd} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:23:31.144837 [ 5 ] {3303a2fd-568e-4a05-9f0c-afd08a11a3cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:23:31.145244 [ 5 ] {3303a2fd-568e-4a05-9f0c-afd08a11a3cd} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:31.145280 [ 5 ] {3303a2fd-568e-4a05-9f0c-afd08a11a3cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2026.04.07 05:23:31.145614 [ 5 ] {3303a2fd-568e-4a05-9f0c-afd08a11a3cd} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.07 05:23:31.145829 [ 5 ] {3303a2fd-568e-4a05-9f0c-afd08a11a3cd} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:31.145975 [ 5 ] {3303a2fd-568e-4a05-9f0c-afd08a11a3cd} executeQuery: Read 160 rows, 11.41 KiB in 0.001201 sec., 133222.31473771855 rows/sec., 9.28 MiB/sec. 2026.04.07 05:23:31.146012 [ 5 ] {3303a2fd-568e-4a05-9f0c-afd08a11a3cd} TCPHandler: Processed in 0.001366526 sec. 2026.04.07 05:23:31.146131 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:31.146227 [ 5 ] {e54baf88-2b1f-4334-bd69-0621cff1a685} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:23:31.146269 [ 5 ] {e54baf88-2b1f-4334-bd69-0621cff1a685} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:23:31.146599 [ 5 ] {e54baf88-2b1f-4334-bd69-0621cff1a685} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:31.146635 [ 5 ] {e54baf88-2b1f-4334-bd69-0621cff1a685} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2026.04.07 05:23:31.146943 [ 5 ] {e54baf88-2b1f-4334-bd69-0621cff1a685} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.07 05:23:31.147174 [ 5 ] {e54baf88-2b1f-4334-bd69-0621cff1a685} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:31.147318 [ 5 ] {e54baf88-2b1f-4334-bd69-0621cff1a685} executeQuery: Read 60 rows, 4.14 KiB in 0.00111 sec., 54054.054054054046 rows/sec., 3.64 MiB/sec. 2026.04.07 05:23:31.147354 [ 5 ] {e54baf88-2b1f-4334-bd69-0621cff1a685} TCPHandler: Processed in 0.001273784 sec. 2026.04.07 05:23:33.211971 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 380 2026.04.07 05:23:33.213987 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:33.214030 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2026.04.07 05:23:33.215201 [ 242 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.07 05:23:33.215486 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:33.215734 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 380 2026.04.07 05:23:33.215951 [ 89 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.07 05:23:33.216049 [ 89 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:33.216085 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2026.04.07 05:23:33.216239 [ 197 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.04.07 05:23:33.216986 [ 197 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:23:33.217161 [ 197 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 260 rows starting from the beginning of the part 2026.04.07 05:23:33.217673 [ 197 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 20 rows starting from the beginning of the part 2026.04.07 05:23:33.218051 [ 197 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 26 rows starting from the beginning of the part 2026.04.07 05:23:33.218422 [ 197 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 30 rows starting from the beginning of the part 2026.04.07 05:23:33.218820 [ 197 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 24 rows starting from the beginning of the part 2026.04.07 05:23:33.219217 [ 197 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 20 rows starting from the beginning of the part 2026.04.07 05:23:33.225356 [ 196 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 380 rows, containing 72 columns (72 merged, 0 gathered) in 0.009178243 sec., 41402.2596699608 rows/sec., 37.38 MiB/sec. 2026.04.07 05:23:33.226369 [ 196 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.07 05:23:33.226965 [ 196 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_11_2} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:33.227048 [ 196 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_11_2} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.07 05:23:33.227285 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.74 MiB. 2026.04.07 05:23:35.707843 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 7172 2026.04.07 05:23:35.708343 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:35.708390 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2026.04.07 05:23:35.708937 [ 244 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.07 05:23:35.709162 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:35.709284 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7172 2026.04.07 05:23:36.120970 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 2026.04.07 05:23:36.137636 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:36.137706 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2026.04.07 05:23:36.143326 [ 243 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.07 05:23:36.144036 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:36.145716 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:36.145918 [ 5 ] {58e86fa8-70ee-46cb-922c-654835ba4b7d} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.07 05:23:36.145992 [ 5 ] {58e86fa8-70ee-46cb-922c-654835ba4b7d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.07 05:23:36.146676 [ 5 ] {58e86fa8-70ee-46cb-922c-654835ba4b7d} oximeter.fields_i16 (19a28ab3-93b8-470f-bc08-bb1de0445c9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:36.146719 [ 5 ] {58e86fa8-70ee-46cb-922c-654835ba4b7d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2026.04.07 05:23:36.147113 [ 5 ] {58e86fa8-70ee-46cb-922c-654835ba4b7d} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.07 05:23:36.147210 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 113 2026.04.07 05:23:36.147343 [ 5 ] {58e86fa8-70ee-46cb-922c-654835ba4b7d} oximeter.fields_i16 (19a28ab3-93b8-470f-bc08-bb1de0445c9c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:36.147498 [ 5 ] {58e86fa8-70ee-46cb-922c-654835ba4b7d} executeQuery: Read 24 rows, 2.04 KiB in 0.001636 sec., 14669.926650366748 rows/sec., 1.22 MiB/sec. 2026.04.07 05:23:36.147538 [ 5 ] {58e86fa8-70ee-46cb-922c-654835ba4b7d} TCPHandler: Processed in 0.001962647 sec. 2026.04.07 05:23:36.147660 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:36.147758 [ 5 ] {76203218-060e-4fce-8616-edfd824fe274} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:23:36.147799 [ 5 ] {76203218-060e-4fce-8616-edfd824fe274} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:23:36.148352 [ 5 ] {76203218-060e-4fce-8616-edfd824fe274} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:36.148390 [ 5 ] {76203218-060e-4fce-8616-edfd824fe274} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2026.04.07 05:23:36.148719 [ 5 ] {76203218-060e-4fce-8616-edfd824fe274} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.07 05:23:36.148932 [ 5 ] {76203218-060e-4fce-8616-edfd824fe274} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:36.149062 [ 5 ] {76203218-060e-4fce-8616-edfd824fe274} executeQuery: Read 260 rows, 23.95 KiB in 0.001324 sec., 196374.62235649544 rows/sec., 17.66 MiB/sec. 2026.04.07 05:23:36.149100 [ 5 ] {76203218-060e-4fce-8616-edfd824fe274} TCPHandler: Processed in 0.001491608 sec. 2026.04.07 05:23:36.149218 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:36.149314 [ 5 ] {abbb4748-fb19-4eb5-b6e1-95d8b17fb3f8} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.07 05:23:36.149354 [ 5 ] {abbb4748-fb19-4eb5-b6e1-95d8b17fb3f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.07 05:23:36.149800 [ 5 ] {abbb4748-fb19-4eb5-b6e1-95d8b17fb3f8} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:36.149836 [ 5 ] {abbb4748-fb19-4eb5-b6e1-95d8b17fb3f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2026.04.07 05:23:36.150136 [ 5 ] {abbb4748-fb19-4eb5-b6e1-95d8b17fb3f8} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.07 05:23:36.150359 [ 5 ] {abbb4748-fb19-4eb5-b6e1-95d8b17fb3f8} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:36.150487 [ 5 ] {abbb4748-fb19-4eb5-b6e1-95d8b17fb3f8} executeQuery: Read 54 rows, 4.12 KiB in 0.001191 sec., 45340.05037783375 rows/sec., 3.38 MiB/sec. 2026.04.07 05:23:36.150524 [ 5 ] {abbb4748-fb19-4eb5-b6e1-95d8b17fb3f8} TCPHandler: Processed in 0.001357325 sec. 2026.04.07 05:23:36.150649 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:36.150745 [ 5 ] {596cf459-2aa3-42be-9ab4-6d212b524520} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.07 05:23:36.150785 [ 5 ] {596cf459-2aa3-42be-9ab4-6d212b524520} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.07 05:23:36.151182 [ 5 ] {596cf459-2aa3-42be-9ab4-6d212b524520} oximeter.fields_u32 (77106049-3b56-443c-8974-c866b1324d40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:36.151219 [ 5 ] {596cf459-2aa3-42be-9ab4-6d212b524520} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2026.04.07 05:23:36.151548 [ 5 ] {596cf459-2aa3-42be-9ab4-6d212b524520} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.07 05:23:36.151782 [ 5 ] {596cf459-2aa3-42be-9ab4-6d212b524520} oximeter.fields_u32 (77106049-3b56-443c-8974-c866b1324d40): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:36.151912 [ 5 ] {596cf459-2aa3-42be-9ab4-6d212b524520} executeQuery: Read 24 rows, 2.04 KiB in 0.001185 sec., 20253.164556962023 rows/sec., 1.68 MiB/sec. 2026.04.07 05:23:36.151950 [ 5 ] {596cf459-2aa3-42be-9ab4-6d212b524520} TCPHandler: Processed in 0.001351456 sec. 2026.04.07 05:23:36.152062 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:36.152158 [ 5 ] {c3b55a2d-9bdf-474f-819a-0d9e8ba3c8cd} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.07 05:23:36.152198 [ 5 ] {c3b55a2d-9bdf-474f-819a-0d9e8ba3c8cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.07 05:23:36.152601 [ 5 ] {c3b55a2d-9bdf-474f-819a-0d9e8ba3c8cd} oximeter.fields_u8 (0286c37b-6235-46e9-9a40-c9bc493e69eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:36.152637 [ 5 ] {c3b55a2d-9bdf-474f-819a-0d9e8ba3c8cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2026.04.07 05:23:36.152939 [ 5 ] {c3b55a2d-9bdf-474f-819a-0d9e8ba3c8cd} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.07 05:23:36.153151 [ 5 ] {c3b55a2d-9bdf-474f-819a-0d9e8ba3c8cd} oximeter.fields_u8 (0286c37b-6235-46e9-9a40-c9bc493e69eb): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:36.153279 [ 5 ] {c3b55a2d-9bdf-474f-819a-0d9e8ba3c8cd} executeQuery: Read 12 rows, 960.00 B in 0.001139 sec., 10535.557506584722 rows/sec., 823.09 KiB/sec. 2026.04.07 05:23:36.153318 [ 5 ] {c3b55a2d-9bdf-474f-819a-0d9e8ba3c8cd} TCPHandler: Processed in 0.001306124 sec. 2026.04.07 05:23:36.153431 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:36.153529 [ 5 ] {8f8c7db3-3dd8-4001-99d6-56e9ff2760a9} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:23:36.153570 [ 5 ] {8f8c7db3-3dd8-4001-99d6-56e9ff2760a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:23:36.154023 [ 5 ] {8f8c7db3-3dd8-4001-99d6-56e9ff2760a9} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:36.154060 [ 5 ] {8f8c7db3-3dd8-4001-99d6-56e9ff2760a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2026.04.07 05:23:36.154366 [ 5 ] {8f8c7db3-3dd8-4001-99d6-56e9ff2760a9} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.07 05:23:36.154586 [ 5 ] {8f8c7db3-3dd8-4001-99d6-56e9ff2760a9} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:36.154716 [ 5 ] {8f8c7db3-3dd8-4001-99d6-56e9ff2760a9} executeQuery: Read 142 rows, 11.74 KiB in 0.001204 sec., 117940.19933554817 rows/sec., 9.52 MiB/sec. 2026.04.07 05:23:36.154757 [ 5 ] {8f8c7db3-3dd8-4001-99d6-56e9ff2760a9} TCPHandler: Processed in 0.001375817 sec. 2026.04.07 05:23:36.154869 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:36.154987 [ 5 ] {311ba68b-c7ba-4fc5-8c19-af4aedabe046} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:23:36.155033 [ 5 ] {311ba68b-c7ba-4fc5-8c19-af4aedabe046} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:23:36.155472 [ 5 ] {311ba68b-c7ba-4fc5-8c19-af4aedabe046} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:36.155512 [ 5 ] {311ba68b-c7ba-4fc5-8c19-af4aedabe046} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2026.04.07 05:23:36.155872 [ 5 ] {311ba68b-c7ba-4fc5-8c19-af4aedabe046} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.07 05:23:36.156088 [ 5 ] {311ba68b-c7ba-4fc5-8c19-af4aedabe046} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:36.156214 [ 5 ] {311ba68b-c7ba-4fc5-8c19-af4aedabe046} executeQuery: Read 196 rows, 14.40 KiB in 0.001245 sec., 157429.718875502 rows/sec., 11.29 MiB/sec. 2026.04.07 05:23:36.156252 [ 5 ] {311ba68b-c7ba-4fc5-8c19-af4aedabe046} TCPHandler: Processed in 0.001432607 sec. 2026.04.07 05:23:36.156371 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:36.156469 [ 5 ] {f7633e7a-b5b1-422b-a0f3-f7459f3f4583} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.07 05:23:36.156523 [ 5 ] {f7633e7a-b5b1-422b-a0f3-f7459f3f4583} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.07 05:23:36.157380 [ 5 ] {f7633e7a-b5b1-422b-a0f3-f7459f3f4583} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:36.157424 [ 5 ] {f7633e7a-b5b1-422b-a0f3-f7459f3f4583} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2026.04.07 05:23:36.158015 [ 5 ] {f7633e7a-b5b1-422b-a0f3-f7459f3f4583} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.07 05:23:36.158237 [ 5 ] {f7633e7a-b5b1-422b-a0f3-f7459f3f4583} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:36.158385 [ 5 ] {f7633e7a-b5b1-422b-a0f3-f7459f3f4583} executeQuery: Read 42 rows, 77.07 KiB in 0.001935 sec., 21705.426356589145 rows/sec., 38.90 MiB/sec. 2026.04.07 05:23:36.158453 [ 5 ] {f7633e7a-b5b1-422b-a0f3-f7459f3f4583} TCPHandler: Processed in 0.00213122 sec. 2026.04.07 05:23:36.158574 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:36.158670 [ 5 ] {c5cc4dcb-07a5-4f49-8366-7c90155f6916} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:23:36.158712 [ 5 ] {c5cc4dcb-07a5-4f49-8366-7c90155f6916} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:23:36.159052 [ 5 ] {c5cc4dcb-07a5-4f49-8366-7c90155f6916} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:36.159091 [ 5 ] {c5cc4dcb-07a5-4f49-8366-7c90155f6916} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2026.04.07 05:23:36.159418 [ 5 ] {c5cc4dcb-07a5-4f49-8366-7c90155f6916} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.07 05:23:36.159634 [ 5 ] {c5cc4dcb-07a5-4f49-8366-7c90155f6916} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:36.159763 [ 5 ] {c5cc4dcb-07a5-4f49-8366-7c90155f6916} executeQuery: Read 60 rows, 4.14 KiB in 0.001112 sec., 53956.8345323741 rows/sec., 3.64 MiB/sec. 2026.04.07 05:23:36.159800 [ 5 ] {c5cc4dcb-07a5-4f49-8366-7c90155f6916} TCPHandler: Processed in 0.001276665 sec. 2026.04.07 05:23:41.140867 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:41.141077 [ 5 ] {005d409c-cf07-44af-aaf0-8d40928a5bae} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:23:41.141147 [ 5 ] {005d409c-cf07-44af-aaf0-8d40928a5bae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:23:41.141914 [ 5 ] {005d409c-cf07-44af-aaf0-8d40928a5bae} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:41.141955 [ 5 ] {005d409c-cf07-44af-aaf0-8d40928a5bae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2026.04.07 05:23:41.142338 [ 5 ] {005d409c-cf07-44af-aaf0-8d40928a5bae} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.07 05:23:41.142553 [ 5 ] {005d409c-cf07-44af-aaf0-8d40928a5bae} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:41.142703 [ 5 ] {005d409c-cf07-44af-aaf0-8d40928a5bae} executeQuery: Read 56 rows, 4.41 KiB in 0.00168 sec., 33333.33333333333 rows/sec., 2.56 MiB/sec. 2026.04.07 05:23:41.142742 [ 5 ] {005d409c-cf07-44af-aaf0-8d40928a5bae} TCPHandler: Processed in 0.002022729 sec. 2026.04.07 05:23:41.142870 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:41.142964 [ 5 ] {a6236c38-cdb5-48e6-b5ad-b642735dc239} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:23:41.143002 [ 5 ] {a6236c38-cdb5-48e6-b5ad-b642735dc239} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:23:41.143418 [ 5 ] {a6236c38-cdb5-48e6-b5ad-b642735dc239} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:41.143452 [ 5 ] {a6236c38-cdb5-48e6-b5ad-b642735dc239} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2026.04.07 05:23:41.143752 [ 5 ] {a6236c38-cdb5-48e6-b5ad-b642735dc239} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.07 05:23:41.143955 [ 5 ] {a6236c38-cdb5-48e6-b5ad-b642735dc239} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:41.144079 [ 5 ] {a6236c38-cdb5-48e6-b5ad-b642735dc239} executeQuery: Read 64 rows, 5.12 KiB in 0.001133 sec., 56487.202118270085 rows/sec., 4.41 MiB/sec. 2026.04.07 05:23:41.144115 [ 5 ] {a6236c38-cdb5-48e6-b5ad-b642735dc239} TCPHandler: Processed in 0.001303525 sec. 2026.04.07 05:23:41.144247 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:41.144339 [ 5 ] {48131d02-4705-4cde-a8bf-981cc7dfa043} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:23:41.144379 [ 5 ] {48131d02-4705-4cde-a8bf-981cc7dfa043} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:23:41.144788 [ 5 ] {48131d02-4705-4cde-a8bf-981cc7dfa043} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:41.144821 [ 5 ] {48131d02-4705-4cde-a8bf-981cc7dfa043} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2026.04.07 05:23:41.145135 [ 5 ] {48131d02-4705-4cde-a8bf-981cc7dfa043} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.07 05:23:41.145332 [ 5 ] {48131d02-4705-4cde-a8bf-981cc7dfa043} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:41.145455 [ 5 ] {48131d02-4705-4cde-a8bf-981cc7dfa043} executeQuery: Read 160 rows, 11.41 KiB in 0.001135 sec., 140969.16299559473 rows/sec., 9.82 MiB/sec. 2026.04.07 05:23:41.145490 [ 5 ] {48131d02-4705-4cde-a8bf-981cc7dfa043} TCPHandler: Processed in 0.001297515 sec. 2026.04.07 05:23:41.145609 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:41.145700 [ 5 ] {18818929-3cf5-4005-817a-4e42fe7e24ed} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:23:41.145740 [ 5 ] {18818929-3cf5-4005-817a-4e42fe7e24ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:23:41.146064 [ 5 ] {18818929-3cf5-4005-817a-4e42fe7e24ed} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:41.146096 [ 5 ] {18818929-3cf5-4005-817a-4e42fe7e24ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2026.04.07 05:23:41.146381 [ 5 ] {18818929-3cf5-4005-817a-4e42fe7e24ed} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.07 05:23:41.146589 [ 5 ] {18818929-3cf5-4005-817a-4e42fe7e24ed} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:41.146712 [ 5 ] {18818929-3cf5-4005-817a-4e42fe7e24ed} executeQuery: Read 60 rows, 4.14 KiB in 0.00103 sec., 58252.42718446601 rows/sec., 3.93 MiB/sec. 2026.04.07 05:23:41.146745 [ 5 ] {18818929-3cf5-4005-817a-4e42fe7e24ed} TCPHandler: Processed in 0.001191832 sec. 2026.04.07 05:23:43.073889 [ 79 ] {} DNSResolver: Updating DNS cache 2026.04.07 05:23:43.073940 [ 79 ] {} DNSResolver: Updated DNS cache 2026.04.07 05:23:43.209584 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 7684 2026.04.07 05:23:43.210354 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:43.210391 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2026.04.07 05:23:43.210870 [ 244 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.07 05:23:43.211088 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:43.211210 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7684 2026.04.07 05:23:43.211239 [ 79 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.04.07 05:23:43.211301 [ 79 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:43.211324 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2026.04.07 05:23:43.211518 [ 193 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.04.07 05:23:43.211743 [ 193 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:23:43.211800 [ 193 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5252 rows starting from the beginning of the part 2026.04.07 05:23:43.211889 [ 193 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 512 rows starting from the beginning of the part 2026.04.07 05:23:43.211945 [ 193 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 448 rows starting from the beginning of the part 2026.04.07 05:23:43.211987 [ 193 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 512 rows starting from the beginning of the part 2026.04.07 05:23:43.212022 [ 193 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 448 rows starting from the beginning of the part 2026.04.07 05:23:43.212061 [ 193 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 512 rows starting from the beginning of the part 2026.04.07 05:23:43.213496 [ 198 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 7684 rows, containing 4 columns (4 merged, 0 gathered) in 0.002065269 sec., 3720580.7088568127 rows/sec., 53.22 MiB/sec. 2026.04.07 05:23:43.214182 [ 193 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.04.07 05:23:43.214425 [ 193 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_16_3} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:43.214493 [ 193 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_16_3} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.04.07 05:23:43.214561 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.45 MiB. 2026.04.07 05:23:43.215895 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 406 2026.04.07 05:23:43.218109 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:43.218147 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2026.04.07 05:23:43.219348 [ 242 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.07 05:23:43.219607 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:43.219846 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 406 2026.04.07 05:23:43.648233 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 2026.04.07 05:23:43.665075 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:43.665140 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2026.04.07 05:23:43.670503 [ 243 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.07 05:23:43.671253 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:43.671550 [ 78 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.04.07 05:23:43.671614 [ 78 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:43.671635 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2026.04.07 05:23:43.671732 [ 202 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.04.07 05:23:43.674879 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 121 2026.04.07 05:23:43.676048 [ 202 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:23:43.677629 [ 202 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 83 rows starting from the beginning of the part 2026.04.07 05:23:43.682364 [ 202 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 8 rows starting from the beginning of the part 2026.04.07 05:23:43.686737 [ 202 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 7 rows starting from the beginning of the part 2026.04.07 05:23:43.691162 [ 202 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 8 rows starting from the beginning of the part 2026.04.07 05:23:43.695714 [ 202 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 7 rows starting from the beginning of the part 2026.04.07 05:23:43.699972 [ 202 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part 2026.04.07 05:23:43.758717 [ 195 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.087025543 sec., 1390.3963805201422 rows/sec., 7.19 MiB/sec. 2026.04.07 05:23:43.761382 [ 189 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.04.07 05:23:43.763612 [ 189 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_16_3} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:43.763733 [ 189 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_16_3} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.04.07 05:23:43.765727 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. 2026.04.07 05:23:44.000182 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 224.41 MiB, peak 234.36 MiB, free memory in arenas 0.00 B, will set to 233.80 MiB (RSS), difference: 9.39 MiB 2026.04.07 05:23:44.001266 [ 247 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000862187 sec. 2026.04.07 05:23:46.142735 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:46.142960 [ 5 ] {93efeaa7-3ad5-4233-a215-07c433881c8e} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:23:46.143037 [ 5 ] {93efeaa7-3ad5-4233-a215-07c433881c8e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:23:46.143837 [ 5 ] {93efeaa7-3ad5-4233-a215-07c433881c8e} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:46.143885 [ 5 ] {93efeaa7-3ad5-4233-a215-07c433881c8e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2026.04.07 05:23:46.144284 [ 5 ] {93efeaa7-3ad5-4233-a215-07c433881c8e} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.07 05:23:46.144510 [ 5 ] {93efeaa7-3ad5-4233-a215-07c433881c8e} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:46.144665 [ 23 ] {} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.04.07 05:23:46.144673 [ 5 ] {93efeaa7-3ad5-4233-a215-07c433881c8e} executeQuery: Read 140 rows, 12.49 KiB in 0.001775 sec., 78873.23943661971 rows/sec., 6.87 MiB/sec. 2026.04.07 05:23:46.144753 [ 23 ] {} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:46.144778 [ 5 ] {93efeaa7-3ad5-4233-a215-07c433881c8e} TCPHandler: Processed in 0.002176121 sec. 2026.04.07 05:23:46.144783 [ 23 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2026.04.07 05:23:46.144935 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:46.144948 [ 198 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.04.07 05:23:46.145042 [ 5 ] {0cf18e94-e70f-4b23-b801-737ec332f6cf} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.07 05:23:46.145090 [ 5 ] {0cf18e94-e70f-4b23-b801-737ec332f6cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.07 05:23:46.145132 [ 198 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:23:46.145174 [ 198 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 268 rows starting from the beginning of the part 2026.04.07 05:23:46.145259 [ 198 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 140 rows starting from the beginning of the part 2026.04.07 05:23:46.145311 [ 198 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 56 rows starting from the beginning of the part 2026.04.07 05:23:46.145360 [ 198 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 260 rows starting from the beginning of the part 2026.04.07 05:23:46.145407 [ 198 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 56 rows starting from the beginning of the part 2026.04.07 05:23:46.145455 [ 198 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 140 rows starting from the beginning of the part 2026.04.07 05:23:46.145608 [ 5 ] {0cf18e94-e70f-4b23-b801-737ec332f6cf} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:46.145661 [ 5 ] {0cf18e94-e70f-4b23-b801-737ec332f6cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2026.04.07 05:23:46.146159 [ 5 ] {0cf18e94-e70f-4b23-b801-737ec332f6cf} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.07 05:23:46.146390 [ 5 ] {0cf18e94-e70f-4b23-b801-737ec332f6cf} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:46.146527 [ 5 ] {0cf18e94-e70f-4b23-b801-737ec332f6cf} executeQuery: Read 42 rows, 3.16 KiB in 0.001509 sec., 27833.001988071574 rows/sec., 2.04 MiB/sec. 2026.04.07 05:23:46.146568 [ 5 ] {0cf18e94-e70f-4b23-b801-737ec332f6cf} TCPHandler: Processed in 0.001685202 sec. 2026.04.07 05:23:46.146586 [ 195 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 920 rows, containing 5 columns (5 merged, 0 gathered) in 0.001704612 sec., 539712.2629665871 rows/sec., 49.19 MiB/sec. 2026.04.07 05:23:46.146686 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:46.146771 [ 198 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.04.07 05:23:46.146792 [ 5 ] {8b2d3f10-a3f7-4fe2-843e-b3cc640da614} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:23:46.146840 [ 5 ] {8b2d3f10-a3f7-4fe2-843e-b3cc640da614} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:23:46.147038 [ 198 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_21_4} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:46.147113 [ 198 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_21_4} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.04.07 05:23:46.147188 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.04.07 05:23:46.147293 [ 5 ] {8b2d3f10-a3f7-4fe2-843e-b3cc640da614} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:46.147335 [ 5 ] {8b2d3f10-a3f7-4fe2-843e-b3cc640da614} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2026.04.07 05:23:46.147656 [ 5 ] {8b2d3f10-a3f7-4fe2-843e-b3cc640da614} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.07 05:23:46.147866 [ 5 ] {8b2d3f10-a3f7-4fe2-843e-b3cc640da614} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:46.147970 [ 23 ] {} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.04.07 05:23:46.147997 [ 5 ] {8b2d3f10-a3f7-4fe2-843e-b3cc640da614} executeQuery: Read 106 rows, 8.48 KiB in 0.001226 sec., 86460.0326264274 rows/sec., 6.75 MiB/sec. 2026.04.07 05:23:46.148002 [ 23 ] {} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:46.148036 [ 23 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2026.04.07 05:23:46.148041 [ 5 ] {8b2d3f10-a3f7-4fe2-843e-b3cc640da614} TCPHandler: Processed in 0.001405286 sec. 2026.04.07 05:23:46.148124 [ 186 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.04.07 05:23:46.148167 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:46.148230 [ 186 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:23:46.148260 [ 186 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 176 rows starting from the beginning of the part 2026.04.07 05:23:46.148269 [ 5 ] {eaa935a0-b315-418f-899a-ed3a6cd60229} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:23:46.148317 [ 5 ] {eaa935a0-b315-418f-899a-ed3a6cd60229} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:23:46.148344 [ 186 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 106 rows starting from the beginning of the part 2026.04.07 05:23:46.148398 [ 186 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 64 rows starting from the beginning of the part 2026.04.07 05:23:46.148441 [ 186 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 142 rows starting from the beginning of the part 2026.04.07 05:23:46.148488 [ 186 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 64 rows starting from the beginning of the part 2026.04.07 05:23:46.148534 [ 186 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 106 rows starting from the beginning of the part 2026.04.07 05:23:46.148730 [ 5 ] {eaa935a0-b315-418f-899a-ed3a6cd60229} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:46.148772 [ 5 ] {eaa935a0-b315-418f-899a-ed3a6cd60229} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2026.04.07 05:23:46.149127 [ 5 ] {eaa935a0-b315-418f-899a-ed3a6cd60229} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.07 05:23:46.149347 [ 5 ] {eaa935a0-b315-418f-899a-ed3a6cd60229} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:46.149423 [ 198 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 658 rows, containing 5 columns (5 merged, 0 gathered) in 0.001338435 sec., 491618.9430192725 rows/sec., 40.85 MiB/sec. 2026.04.07 05:23:46.149453 [ 23 ] {} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.04.07 05:23:46.149481 [ 23 ] {} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:46.149482 [ 5 ] {eaa935a0-b315-418f-899a-ed3a6cd60229} executeQuery: Read 160 rows, 11.41 KiB in 0.001232 sec., 129870.12987012987 rows/sec., 9.05 MiB/sec. 2026.04.07 05:23:46.149500 [ 23 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2026.04.07 05:23:46.149535 [ 5 ] {eaa935a0-b315-418f-899a-ed3a6cd60229} TCPHandler: Processed in 0.001418477 sec. 2026.04.07 05:23:46.149552 [ 186 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.04.07 05:23:46.149584 [ 198 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.04.07 05:23:46.149658 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:46.149667 [ 198 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:23:46.149708 [ 198 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 2732 rows starting from the beginning of the part 2026.04.07 05:23:46.149756 [ 198 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 160 rows starting from the beginning of the part 2026.04.07 05:23:46.149763 [ 5 ] {3e1e4601-4d30-4f02-a813-05b5f399c613} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.07 05:23:46.149795 [ 198 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 160 rows starting from the beginning of the part 2026.04.07 05:23:46.149818 [ 186 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_21_4} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:46.149823 [ 5 ] {3e1e4601-4d30-4f02-a813-05b5f399c613} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.07 05:23:46.149838 [ 198 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 196 rows starting from the beginning of the part 2026.04.07 05:23:46.149887 [ 198 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 160 rows starting from the beginning of the part 2026.04.07 05:23:46.149890 [ 186 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_21_4} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.04.07 05:23:46.149925 [ 198 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 160 rows starting from the beginning of the part 2026.04.07 05:23:46.149958 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.04.07 05:23:46.150687 [ 5 ] {3e1e4601-4d30-4f02-a813-05b5f399c613} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:46.150728 [ 5 ] {3e1e4601-4d30-4f02-a813-05b5f399c613} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2026.04.07 05:23:46.151293 [ 194 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 3568 rows, containing 5 columns (5 merged, 0 gathered) in 0.001738443 sec., 2052411.2668635093 rows/sec., 144.75 MiB/sec. 2026.04.07 05:23:46.151432 [ 5 ] {3e1e4601-4d30-4f02-a813-05b5f399c613} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.07 05:23:46.151652 [ 186 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.04.07 05:23:46.151684 [ 5 ] {3e1e4601-4d30-4f02-a813-05b5f399c613} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:46.151806 [ 23 ] {} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.07 05:23:46.151840 [ 23 ] {} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:46.151843 [ 5 ] {3e1e4601-4d30-4f02-a813-05b5f399c613} executeQuery: Read 42 rows, 77.07 KiB in 0.002099 sec., 20009.528346831823 rows/sec., 35.86 MiB/sec. 2026.04.07 05:23:46.151865 [ 23 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2026.04.07 05:23:46.151921 [ 5 ] {3e1e4601-4d30-4f02-a813-05b5f399c613} TCPHandler: Processed in 0.002312234 sec. 2026.04.07 05:23:46.151934 [ 186 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_21_4} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:46.151945 [ 198 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.04.07 05:23:46.152014 [ 186 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_21_4} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.04.07 05:23:46.152049 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:46.152072 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.88 MiB. 2026.04.07 05:23:46.152124 [ 198 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:23:46.152150 [ 5 ] {152387e7-847e-4383-90b5-d7de5e0ca25d} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:23:46.152164 [ 198 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 186 rows starting from the beginning of the part 2026.04.07 05:23:46.152200 [ 5 ] {152387e7-847e-4383-90b5-d7de5e0ca25d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:23:46.152278 [ 198 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 42 rows starting from the beginning of the part 2026.04.07 05:23:46.152397 [ 198 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 42 rows starting from the beginning of the part 2026.04.07 05:23:46.152492 [ 198 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 42 rows starting from the beginning of the part 2026.04.07 05:23:46.152547 [ 5 ] {152387e7-847e-4383-90b5-d7de5e0ca25d} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:46.152589 [ 5 ] {152387e7-847e-4383-90b5-d7de5e0ca25d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2026.04.07 05:23:46.152593 [ 198 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 42 rows starting from the beginning of the part 2026.04.07 05:23:46.152704 [ 198 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 42 rows starting from the beginning of the part 2026.04.07 05:23:46.152931 [ 5 ] {152387e7-847e-4383-90b5-d7de5e0ca25d} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.07 05:23:46.153188 [ 5 ] {152387e7-847e-4383-90b5-d7de5e0ca25d} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:46.153293 [ 23 ] {} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.04.07 05:23:46.153321 [ 23 ] {} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:46.153326 [ 5 ] {152387e7-847e-4383-90b5-d7de5e0ca25d} executeQuery: Read 60 rows, 4.14 KiB in 0.001196 sec., 50167.22408026756 rows/sec., 3.38 MiB/sec. 2026.04.07 05:23:46.153340 [ 23 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2026.04.07 05:23:46.153372 [ 5 ] {152387e7-847e-4383-90b5-d7de5e0ca25d} TCPHandler: Processed in 0.001373106 sec. 2026.04.07 05:23:46.153423 [ 186 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.04.07 05:23:46.153506 [ 186 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:23:46.153530 [ 186 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 906 rows starting from the beginning of the part 2026.04.07 05:23:46.153573 [ 186 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 60 rows starting from the beginning of the part 2026.04.07 05:23:46.153608 [ 186 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part 2026.04.07 05:23:46.153639 [ 186 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 60 rows starting from the beginning of the part 2026.04.07 05:23:46.153670 [ 186 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part 2026.04.07 05:23:46.153700 [ 186 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 60 rows starting from the beginning of the part 2026.04.07 05:23:46.154491 [ 192 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1206 rows, containing 4 columns (4 merged, 0 gathered) in 0.001095761 sec., 1100604.967689122 rows/sec., 74.33 MiB/sec. 2026.04.07 05:23:46.154700 [ 186 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.04.07 05:23:46.154931 [ 186 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_21_4} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:46.154992 [ 186 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_21_4} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.04.07 05:23:46.155047 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. 2026.04.07 05:23:46.156338 [ 191 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 396 rows, containing 19 columns (19 merged, 0 gathered) in 0.004421593 sec., 89560.48193490446 rows/sec., 160.49 MiB/sec. 2026.04.07 05:23:46.157024 [ 192 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.07 05:23:46.157412 [ 192 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_11_2} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:46.157496 [ 192 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_11_2} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.07 05:23:46.157663 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.90 MiB. 2026.04.07 05:23:47.000202 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 234.41 MiB, peak 241.14 MiB, free memory in arenas 0.00 B, will set to 235.87 MiB (RSS), difference: 1.46 MiB 2026.04.07 05:23:50.711355 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 8132 2026.04.07 05:23:50.712188 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:50.712269 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2026.04.07 05:23:50.712804 [ 244 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.07 05:23:50.713041 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:50.713164 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8132 2026.04.07 05:23:51.142186 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:51.142367 [ 5 ] {04ed296c-d70c-409a-a557-f6e0171e4766} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:23:51.142433 [ 5 ] {04ed296c-d70c-409a-a557-f6e0171e4766} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:23:51.143063 [ 5 ] {04ed296c-d70c-409a-a557-f6e0171e4766} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:51.143108 [ 5 ] {04ed296c-d70c-409a-a557-f6e0171e4766} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2026.04.07 05:23:51.143505 [ 5 ] {04ed296c-d70c-409a-a557-f6e0171e4766} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.04.07 05:23:51.143735 [ 5 ] {04ed296c-d70c-409a-a557-f6e0171e4766} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:51.143898 [ 5 ] {04ed296c-d70c-409a-a557-f6e0171e4766} executeQuery: Read 56 rows, 4.41 KiB in 0.00158 sec., 35443.037974683546 rows/sec., 2.72 MiB/sec. 2026.04.07 05:23:51.143947 [ 5 ] {04ed296c-d70c-409a-a557-f6e0171e4766} TCPHandler: Processed in 0.001901276 sec. 2026.04.07 05:23:51.144083 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:51.144185 [ 5 ] {d49e3aae-91f2-4de4-8000-d752fba7f954} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:23:51.144227 [ 5 ] {d49e3aae-91f2-4de4-8000-d752fba7f954} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:23:51.144669 [ 5 ] {d49e3aae-91f2-4de4-8000-d752fba7f954} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:51.144707 [ 5 ] {d49e3aae-91f2-4de4-8000-d752fba7f954} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2026.04.07 05:23:51.145010 [ 5 ] {d49e3aae-91f2-4de4-8000-d752fba7f954} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.04.07 05:23:51.145231 [ 5 ] {d49e3aae-91f2-4de4-8000-d752fba7f954} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:51.145357 [ 5 ] {d49e3aae-91f2-4de4-8000-d752fba7f954} executeQuery: Read 64 rows, 5.12 KiB in 0.001195 sec., 53556.48535564853 rows/sec., 4.18 MiB/sec. 2026.04.07 05:23:51.145397 [ 5 ] {d49e3aae-91f2-4de4-8000-d752fba7f954} TCPHandler: Processed in 0.001368226 sec. 2026.04.07 05:23:51.145517 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:51.145621 [ 5 ] {8a6b4a5e-0d3c-4473-bfd6-6b36baa7c0e3} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:23:51.145663 [ 5 ] {8a6b4a5e-0d3c-4473-bfd6-6b36baa7c0e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:23:51.146082 [ 5 ] {8a6b4a5e-0d3c-4473-bfd6-6b36baa7c0e3} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:51.146118 [ 5 ] {8a6b4a5e-0d3c-4473-bfd6-6b36baa7c0e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2026.04.07 05:23:51.146448 [ 5 ] {8a6b4a5e-0d3c-4473-bfd6-6b36baa7c0e3} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.04.07 05:23:51.146654 [ 5 ] {8a6b4a5e-0d3c-4473-bfd6-6b36baa7c0e3} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:51.146780 [ 5 ] {8a6b4a5e-0d3c-4473-bfd6-6b36baa7c0e3} executeQuery: Read 160 rows, 11.41 KiB in 0.001179 sec., 135708.22731128076 rows/sec., 9.45 MiB/sec. 2026.04.07 05:23:51.146817 [ 5 ] {8a6b4a5e-0d3c-4473-bfd6-6b36baa7c0e3} TCPHandler: Processed in 0.001350896 sec. 2026.04.07 05:23:51.146931 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:51.147026 [ 5 ] {a80aa3cb-ac14-46a3-ab87-d2338ddfd9ac} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:23:51.147067 [ 5 ] {a80aa3cb-ac14-46a3-ab87-d2338ddfd9ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:23:51.147405 [ 5 ] {a80aa3cb-ac14-46a3-ab87-d2338ddfd9ac} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:51.147442 [ 5 ] {a80aa3cb-ac14-46a3-ab87-d2338ddfd9ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2026.04.07 05:23:51.147746 [ 5 ] {a80aa3cb-ac14-46a3-ab87-d2338ddfd9ac} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.04.07 05:23:51.147954 [ 5 ] {a80aa3cb-ac14-46a3-ab87-d2338ddfd9ac} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:51.148082 [ 5 ] {a80aa3cb-ac14-46a3-ab87-d2338ddfd9ac} executeQuery: Read 60 rows, 4.14 KiB in 0.001075 sec., 55813.95348837209 rows/sec., 3.76 MiB/sec. 2026.04.07 05:23:51.148117 [ 5 ] {a80aa3cb-ac14-46a3-ab87-d2338ddfd9ac} TCPHandler: Processed in 0.001236543 sec. 2026.04.07 05:23:51.174981 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 2026.04.07 05:23:51.189625 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:51.189688 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2026.04.07 05:23:51.195534 [ 243 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.07 05:23:51.196195 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:51.198675 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 129 2026.04.07 05:23:53.220014 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 426 2026.04.07 05:23:53.222658 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:53.222703 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2026.04.07 05:23:53.223879 [ 242 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.07 05:23:53.224149 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:53.224402 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 426 2026.04.07 05:23:56.142375 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:56.142570 [ 5 ] {99b77cfb-ae5f-4c21-9586-0371115e68e1} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:23:56.142638 [ 5 ] {99b77cfb-ae5f-4c21-9586-0371115e68e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:23:56.143362 [ 5 ] {99b77cfb-ae5f-4c21-9586-0371115e68e1} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:56.143409 [ 5 ] {99b77cfb-ae5f-4c21-9586-0371115e68e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2026.04.07 05:23:56.143825 [ 5 ] {99b77cfb-ae5f-4c21-9586-0371115e68e1} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.04.07 05:23:56.144066 [ 5 ] {99b77cfb-ae5f-4c21-9586-0371115e68e1} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:56.144224 [ 5 ] {99b77cfb-ae5f-4c21-9586-0371115e68e1} executeQuery: Read 140 rows, 12.49 KiB in 0.001703 sec., 82207.86846741044 rows/sec., 7.16 MiB/sec. 2026.04.07 05:23:56.144270 [ 5 ] {99b77cfb-ae5f-4c21-9586-0371115e68e1} TCPHandler: Processed in 0.002024658 sec. 2026.04.07 05:23:56.144391 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:56.144497 [ 5 ] {4b850779-3ad1-471d-b88f-bd3b49419fac} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.07 05:23:56.144542 [ 5 ] {4b850779-3ad1-471d-b88f-bd3b49419fac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.07 05:23:56.144972 [ 5 ] {4b850779-3ad1-471d-b88f-bd3b49419fac} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:56.145009 [ 5 ] {4b850779-3ad1-471d-b88f-bd3b49419fac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2026.04.07 05:23:56.145325 [ 5 ] {4b850779-3ad1-471d-b88f-bd3b49419fac} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.07 05:23:56.145544 [ 5 ] {4b850779-3ad1-471d-b88f-bd3b49419fac} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:56.145684 [ 5 ] {4b850779-3ad1-471d-b88f-bd3b49419fac} executeQuery: Read 42 rows, 3.16 KiB in 0.001211 sec., 34682.08092485549 rows/sec., 2.55 MiB/sec. 2026.04.07 05:23:56.145725 [ 5 ] {4b850779-3ad1-471d-b88f-bd3b49419fac} TCPHandler: Processed in 0.001385766 sec. 2026.04.07 05:23:56.145842 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:56.145939 [ 5 ] {f41874c0-9ed6-43d8-99f8-208c59246690} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:23:56.145980 [ 5 ] {f41874c0-9ed6-43d8-99f8-208c59246690} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:23:56.146425 [ 5 ] {f41874c0-9ed6-43d8-99f8-208c59246690} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:56.146463 [ 5 ] {f41874c0-9ed6-43d8-99f8-208c59246690} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2026.04.07 05:23:56.146779 [ 5 ] {f41874c0-9ed6-43d8-99f8-208c59246690} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.04.07 05:23:56.147000 [ 5 ] {f41874c0-9ed6-43d8-99f8-208c59246690} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:56.147133 [ 5 ] {f41874c0-9ed6-43d8-99f8-208c59246690} executeQuery: Read 106 rows, 8.48 KiB in 0.001214 sec., 87314.6622734761 rows/sec., 6.82 MiB/sec. 2026.04.07 05:23:56.147172 [ 5 ] {f41874c0-9ed6-43d8-99f8-208c59246690} TCPHandler: Processed in 0.001381646 sec. 2026.04.07 05:23:56.147285 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:56.147382 [ 5 ] {643c8e17-83ec-4f10-a37b-608e3b3547e7} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:23:56.147426 [ 5 ] {643c8e17-83ec-4f10-a37b-608e3b3547e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:23:56.147821 [ 5 ] {643c8e17-83ec-4f10-a37b-608e3b3547e7} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:56.147856 [ 5 ] {643c8e17-83ec-4f10-a37b-608e3b3547e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2026.04.07 05:23:56.148165 [ 5 ] {643c8e17-83ec-4f10-a37b-608e3b3547e7} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.04.07 05:23:56.148364 [ 5 ] {643c8e17-83ec-4f10-a37b-608e3b3547e7} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:56.148552 [ 5 ] {643c8e17-83ec-4f10-a37b-608e3b3547e7} executeQuery: Read 160 rows, 11.41 KiB in 0.001188 sec., 134680.13468013468 rows/sec., 9.38 MiB/sec. 2026.04.07 05:23:56.148591 [ 5 ] {643c8e17-83ec-4f10-a37b-608e3b3547e7} TCPHandler: Processed in 0.001353266 sec. 2026.04.07 05:23:56.148697 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:56.148793 [ 5 ] {2aa6ebb1-17cc-4af6-a499-bd10d0e8169a} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.07 05:23:56.148847 [ 5 ] {2aa6ebb1-17cc-4af6-a499-bd10d0e8169a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.07 05:23:56.149668 [ 5 ] {2aa6ebb1-17cc-4af6-a499-bd10d0e8169a} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:56.149705 [ 5 ] {2aa6ebb1-17cc-4af6-a499-bd10d0e8169a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2026.04.07 05:23:56.150281 [ 5 ] {2aa6ebb1-17cc-4af6-a499-bd10d0e8169a} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.07 05:23:56.150507 [ 5 ] {2aa6ebb1-17cc-4af6-a499-bd10d0e8169a} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:56.150648 [ 5 ] {2aa6ebb1-17cc-4af6-a499-bd10d0e8169a} executeQuery: Read 42 rows, 77.07 KiB in 0.001874 sec., 22411.953041622197 rows/sec., 40.16 MiB/sec. 2026.04.07 05:23:56.150707 [ 5 ] {2aa6ebb1-17cc-4af6-a499-bd10d0e8169a} TCPHandler: Processed in 0.002059359 sec. 2026.04.07 05:23:56.150821 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:56.150917 [ 5 ] {9dfe632b-9399-40b5-88f3-58f14ba77ba4} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:23:56.150958 [ 5 ] {9dfe632b-9399-40b5-88f3-58f14ba77ba4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:23:56.151291 [ 5 ] {9dfe632b-9399-40b5-88f3-58f14ba77ba4} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:56.151328 [ 5 ] {9dfe632b-9399-40b5-88f3-58f14ba77ba4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2026.04.07 05:23:56.151643 [ 5 ] {9dfe632b-9399-40b5-88f3-58f14ba77ba4} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.04.07 05:23:56.151856 [ 5 ] {9dfe632b-9399-40b5-88f3-58f14ba77ba4} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:56.151983 [ 5 ] {9dfe632b-9399-40b5-88f3-58f14ba77ba4} executeQuery: Read 60 rows, 4.14 KiB in 0.001085 sec., 55299.53917050691 rows/sec., 3.73 MiB/sec. 2026.04.07 05:23:56.152019 [ 5 ] {9dfe632b-9399-40b5-88f3-58f14ba77ba4} TCPHandler: Processed in 0.001247223 sec. 2026.04.07 05:23:57.501870 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48786 2026.04.07 05:23:57.501977 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:23:57.502002 [ 288 ] {} TCP-Session: f2df43e5-d3b2-41f3-b5f7-2359ccba94a4 Authenticating user 'default' from [fd00:1122:3344:101::e]:48786 2026.04.07 05:23:57.502022 [ 288 ] {} TCP-Session: f2df43e5-d3b2-41f3-b5f7-2359ccba94a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:57.502035 [ 288 ] {} TCP-Session: f2df43e5-d3b2-41f3-b5f7-2359ccba94a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:57.502254 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64835 2026.04.07 05:23:57.502289 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43727 2026.04.07 05:23:57.502306 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47912 2026.04.07 05:23:57.502339 [ 288 ] {} TCP-Session: f2df43e5-d3b2-41f3-b5f7-2359ccba94a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:57.502373 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:23:57.502284 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47528 2026.04.07 05:23:57.502412 [ 293 ] {} TCP-Session: 32700353-f8d5-46d1-a2b6-dc43ff32d5d5 Authenticating user 'default' from [fd00:1122:3344:101::e]:43727 2026.04.07 05:23:57.502281 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45068 2026.04.07 05:23:57.502456 [ 293 ] {} TCP-Session: 32700353-f8d5-46d1-a2b6-dc43ff32d5d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:57.502276 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50794 2026.04.07 05:23:57.502528 [ 288 ] {e9089b44-8ad1-4c9c-b5ea-58f604516abd} executeQuery: (from [fd00:1122:3344:101::e]:48786) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.07 05:23:57.502516 [ 293 ] {} TCP-Session: 32700353-f8d5-46d1-a2b6-dc43ff32d5d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:57.502802 [ 288 ] {e9089b44-8ad1-4c9c-b5ea-58f604516abd} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.07 05:23:57.502860 [ 288 ] {e9089b44-8ad1-4c9c-b5ea-58f604516abd} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.07 05:23:57.503139 [ 288 ] {e9089b44-8ad1-4c9c-b5ea-58f604516abd} oximeter.version (b59983b3-b885-480b-8202-da32017c82ac) (SelectExecutor): Key condition: unknown 2026.04.07 05:23:57.503984 [ 300 ] {e9089b44-8ad1-4c9c-b5ea-58f604516abd} AggregatingTransform: Aggregating 2026.04.07 05:23:57.504045 [ 300 ] {e9089b44-8ad1-4c9c-b5ea-58f604516abd} Aggregator: Aggregation method: without_key 2026.04.07 05:23:57.504087 [ 300 ] {e9089b44-8ad1-4c9c-b5ea-58f604516abd} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000846205 sec. (1181.747 rows/sec., 46.16 KiB/sec.) 2026.04.07 05:23:57.504110 [ 300 ] {e9089b44-8ad1-4c9c-b5ea-58f604516abd} Aggregator: Merging aggregated data 2026.04.07 05:23:57.505558 [ 288 ] {e9089b44-8ad1-4c9c-b5ea-58f604516abd} executeQuery: Read 1 rows, 40.00 B in 0.003085 sec., 324.14910858995137 rows/sec., 12.66 KiB/sec. 2026.04.07 05:23:57.505677 [ 288 ] {e9089b44-8ad1-4c9c-b5ea-58f604516abd} TCPHandler: Processed in 0.003450105 sec. 2026.04.07 05:23:57.505825 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.07 05:23:57.505854 [ 288 ] {} TCP-Session: f2df43e5-d3b2-41f3-b5f7-2359ccba94a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:57.505891 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.07 05:23:57.505930 [ 293 ] {} TCP-Session: 32700353-f8d5-46d1-a2b6-dc43ff32d5d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:57.507031 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:23:57.507074 [ 289 ] {} TCP-Session: 5d57021b-0553-4ce4-b260-e61a44bc7901 Authenticating user 'default' from [fd00:1122:3344:101::e]:64835 2026.04.07 05:23:57.507094 [ 289 ] {} TCP-Session: 5d57021b-0553-4ce4-b260-e61a44bc7901 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:57.507107 [ 289 ] {} TCP-Session: 5d57021b-0553-4ce4-b260-e61a44bc7901 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:57.507131 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:23:57.507172 [ 290 ] {} TCP-Session: 7d7fc8d0-b994-43a2-aea3-c9b6253e8ed6 Authenticating user 'default' from [fd00:1122:3344:101::e]:50794 2026.04.07 05:23:57.507195 [ 290 ] {} TCP-Session: 7d7fc8d0-b994-43a2-aea3-c9b6253e8ed6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:57.507207 [ 290 ] {} TCP-Session: 7d7fc8d0-b994-43a2-aea3-c9b6253e8ed6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:57.507244 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:23:57.507305 [ 291 ] {} TCP-Session: a644e4c6-6b64-4dab-bb6c-daa7523e74a5 Authenticating user 'default' from [fd00:1122:3344:101::e]:45068 2026.04.07 05:23:57.507318 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64936 2026.04.07 05:23:57.507328 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64021 2026.04.07 05:23:57.507345 [ 291 ] {} TCP-Session: a644e4c6-6b64-4dab-bb6c-daa7523e74a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:57.507382 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:23:57.507385 [ 291 ] {} TCP-Session: a644e4c6-6b64-4dab-bb6c-daa7523e74a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:57.507410 [ 293 ] {} TCP-Session: 1bd4a563-7e99-4384-ab44-5cd0282d7d98 Authenticating user 'default' from [fd00:1122:3344:101::e]:64936 2026.04.07 05:23:57.507436 [ 293 ] {} TCP-Session: 1bd4a563-7e99-4384-ab44-5cd0282d7d98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:57.507448 [ 293 ] {} TCP-Session: 1bd4a563-7e99-4384-ab44-5cd0282d7d98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:57.515288 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:23:57.515330 [ 292 ] {} TCP-Session: 49112977-0747-44e3-87ea-71ad9c01d64f Authenticating user 'default' from [fd00:1122:3344:101::e]:47528 2026.04.07 05:23:57.515337 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:23:57.515352 [ 292 ] {} TCP-Session: 49112977-0747-44e3-87ea-71ad9c01d64f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:57.515383 [ 3 ] {} TCP-Session: 3d5e6f40-bf2b-43a9-8916-579ae3f23fc4 Authenticating user 'default' from [fd00:1122:3344:101::e]:64021 2026.04.07 05:23:57.515385 [ 292 ] {} TCP-Session: 49112977-0747-44e3-87ea-71ad9c01d64f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:57.515413 [ 3 ] {} TCP-Session: 3d5e6f40-bf2b-43a9-8916-579ae3f23fc4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:57.515437 [ 3 ] {} TCP-Session: 3d5e6f40-bf2b-43a9-8916-579ae3f23fc4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:57.517423 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:23:57.517463 [ 294 ] {} TCP-Session: 6f3f3854-f8e3-4f87-b7dd-4f38c30364aa Authenticating user 'default' from [fd00:1122:3344:101::e]:47912 2026.04.07 05:23:57.517482 [ 294 ] {} TCP-Session: 6f3f3854-f8e3-4f87-b7dd-4f38c30364aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:57.517495 [ 294 ] {} TCP-Session: 6f3f3854-f8e3-4f87-b7dd-4f38c30364aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:57.524252 [ 293 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:64936). (NETWORK_ERROR), 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::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.04.07 05:23:57.524417 [ 293 ] {} TCP-Session: 1bd4a563-7e99-4384-ab44-5cd0282d7d98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:57.524436 [ 294 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:47912). (NETWORK_ERROR), 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::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.04.07 05:23:57.524516 [ 294 ] {} TCP-Session: 6f3f3854-f8e3-4f87-b7dd-4f38c30364aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:57.524534 [ 290 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:50794). (NETWORK_ERROR), 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::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.04.07 05:23:57.524608 [ 290 ] {} TCP-Session: 7d7fc8d0-b994-43a2-aea3-c9b6253e8ed6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:57.524638 [ 291 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:45068). (NETWORK_ERROR), 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::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.04.07 05:23:57.524725 [ 291 ] {} TCP-Session: a644e4c6-6b64-4dab-bb6c-daa7523e74a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:57.524735 [ 3 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:64021). (NETWORK_ERROR), 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::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.04.07 05:23:57.524800 [ 3 ] {} TCP-Session: 3d5e6f40-bf2b-43a9-8916-579ae3f23fc4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:57.524825 [ 292 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:47528). (NETWORK_ERROR), 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::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.04.07 05:23:57.524904 [ 292 ] {} TCP-Session: 49112977-0747-44e3-87ea-71ad9c01d64f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:57.524927 [ 289 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:64835). (NETWORK_ERROR), 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::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.04.07 05:23:57.524999 [ 289 ] {} TCP-Session: 5d57021b-0553-4ce4-b260-e61a44bc7901 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:58.073994 [ 60 ] {} DNSResolver: Updating DNS cache 2026.04.07 05:23:58.074043 [ 60 ] {} DNSResolver: Updated DNS cache 2026.04.07 05:23:58.213383 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 8644 2026.04.07 05:23:58.213950 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:58.214001 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2026.04.07 05:23:58.214540 [ 244 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.07 05:23:58.214771 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:58.214912 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8644 2026.04.07 05:23:58.698900 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 2026.04.07 05:23:58.725274 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:23:58.725376 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2026.04.07 05:23:58.734341 [ 243 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.07 05:23:58.735953 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:23:58.744388 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 136 2026.04.07 05:23:59.134409 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40836 2026.04.07 05:23:59.134532 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:23:59.134562 [ 286 ] {} TCP-Session: 7db0a1e2-fa22-4bdb-b2ec-dcd5d0c95162 Authenticating user 'default' from [fd00:1122:3344:101::e]:40836 2026.04.07 05:23:59.134585 [ 286 ] {} TCP-Session: 7db0a1e2-fa22-4bdb-b2ec-dcd5d0c95162 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:59.134600 [ 286 ] {} TCP-Session: 7db0a1e2-fa22-4bdb-b2ec-dcd5d0c95162 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:59.134796 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59327 2026.04.07 05:23:59.134817 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62593 2026.04.07 05:23:59.134852 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63275 2026.04.07 05:23:59.134882 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52340 2026.04.07 05:23:59.134919 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:23:59.134930 [ 286 ] {} TCP-Session: 7db0a1e2-fa22-4bdb-b2ec-dcd5d0c95162 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:59.134963 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:23:59.134982 [ 288 ] {} TCP-Session: 9cab181b-c554-4aa3-8447-135e5538b3e3 Authenticating user 'default' from [fd00:1122:3344:101::e]:59327 2026.04.07 05:23:59.134923 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:23:59.135030 [ 288 ] {} TCP-Session: 9cab181b-c554-4aa3-8447-135e5538b3e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:59.135040 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:23:59.135058 [ 288 ] {} TCP-Session: 9cab181b-c554-4aa3-8447-135e5538b3e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:59.135052 [ 290 ] {} TCP-Session: dfd747ed-c3bb-4f98-b2fb-1b10d99b56b5 Authenticating user 'default' from [fd00:1122:3344:101::e]:62593 2026.04.07 05:23:59.135098 [ 3 ] {} TCP-Session: 1ee0105a-b15a-4966-8a45-82ea94315257 Authenticating user 'default' from [fd00:1122:3344:101::e]:52340 2026.04.07 05:23:59.135139 [ 290 ] {} TCP-Session: dfd747ed-c3bb-4f98-b2fb-1b10d99b56b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:59.135146 [ 286 ] {9be69adb-8d7f-4339-aded-92ef113459ce} executeQuery: (from [fd00:1122:3344:101::e]:40836) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.07 05:23:59.135167 [ 290 ] {} TCP-Session: dfd747ed-c3bb-4f98-b2fb-1b10d99b56b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:59.135165 [ 3 ] {} TCP-Session: 1ee0105a-b15a-4966-8a45-82ea94315257 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:59.135018 [ 293 ] {} TCP-Session: 58a1ae37-bcde-4cde-b743-bd43ddfa1561 Authenticating user 'default' from [fd00:1122:3344:101::e]:63275 2026.04.07 05:23:59.135212 [ 3 ] {} TCP-Session: 1ee0105a-b15a-4966-8a45-82ea94315257 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:59.135238 [ 293 ] {} TCP-Session: 58a1ae37-bcde-4cde-b743-bd43ddfa1561 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:59.134867 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56487 2026.04.07 05:23:59.135263 [ 293 ] {} TCP-Session: 58a1ae37-bcde-4cde-b743-bd43ddfa1561 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:59.134840 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33784 2026.04.07 05:23:59.134800 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60413 2026.04.07 05:23:59.135334 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:23:59.134836 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39415 2026.04.07 05:23:59.135379 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:23:59.135383 [ 294 ] {} TCP-Session: 692dbb8a-7cfe-4e39-bf2e-cea5ad16ab2a Authenticating user 'default' from [fd00:1122:3344:101::e]:56487 2026.04.07 05:23:59.135431 [ 286 ] {9be69adb-8d7f-4339-aded-92ef113459ce} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.07 05:23:59.135454 [ 294 ] {} TCP-Session: 692dbb8a-7cfe-4e39-bf2e-cea5ad16ab2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:59.135430 [ 291 ] {} TCP-Session: 081dcc57-9d96-45df-b686-4aa9bbea199d Authenticating user 'default' from [fd00:1122:3344:101::e]:33784 2026.04.07 05:23:59.135473 [ 294 ] {} TCP-Session: 692dbb8a-7cfe-4e39-bf2e-cea5ad16ab2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:59.135498 [ 291 ] {} TCP-Session: 081dcc57-9d96-45df-b686-4aa9bbea199d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:59.135505 [ 286 ] {9be69adb-8d7f-4339-aded-92ef113459ce} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.07 05:23:59.135522 [ 291 ] {} TCP-Session: 081dcc57-9d96-45df-b686-4aa9bbea199d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:59.135635 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:23:59.135636 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:23:59.135669 [ 289 ] {} TCP-Session: 2dd0b234-e387-49d6-91fa-759709813ca3 Authenticating user 'default' from [fd00:1122:3344:101::e]:60413 2026.04.07 05:23:59.135687 [ 292 ] {} TCP-Session: 0b5c7620-c0de-4586-98b4-01a15f325341 Authenticating user 'default' from [fd00:1122:3344:101::e]:39415 2026.04.07 05:23:59.135695 [ 289 ] {} TCP-Session: 2dd0b234-e387-49d6-91fa-759709813ca3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:59.135714 [ 292 ] {} TCP-Session: 0b5c7620-c0de-4586-98b4-01a15f325341 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:59.135722 [ 289 ] {} TCP-Session: 2dd0b234-e387-49d6-91fa-759709813ca3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:59.135736 [ 292 ] {} TCP-Session: 0b5c7620-c0de-4586-98b4-01a15f325341 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:59.135808 [ 286 ] {9be69adb-8d7f-4339-aded-92ef113459ce} oximeter.version (b59983b3-b885-480b-8202-da32017c82ac) (SelectExecutor): Key condition: unknown 2026.04.07 05:23:59.136842 [ 261 ] {9be69adb-8d7f-4339-aded-92ef113459ce} AggregatingTransform: Aggregating 2026.04.07 05:23:59.136893 [ 261 ] {9be69adb-8d7f-4339-aded-92ef113459ce} Aggregator: Aggregation method: without_key 2026.04.07 05:23:59.136921 [ 261 ] {9be69adb-8d7f-4339-aded-92ef113459ce} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00101259 sec. (987.567 rows/sec., 38.58 KiB/sec.) 2026.04.07 05:23:59.136935 [ 261 ] {9be69adb-8d7f-4339-aded-92ef113459ce} Aggregator: Merging aggregated data 2026.04.07 05:23:59.138165 [ 286 ] {9be69adb-8d7f-4339-aded-92ef113459ce} executeQuery: Read 1 rows, 40.00 B in 0.003079 sec., 324.78077297823967 rows/sec., 12.69 KiB/sec. 2026.04.07 05:23:59.138295 [ 286 ] {9be69adb-8d7f-4339-aded-92ef113459ce} TCPHandler: Processed in 0.003500836 sec. 2026.04.07 05:23:59.138414 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.07 05:23:59.138444 [ 286 ] {} TCP-Session: 7db0a1e2-fa22-4bdb-b2ec-dcd5d0c95162 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:59.138443 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.07 05:23:59.138465 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.07 05:23:59.138481 [ 3 ] {} TCPHandler: Done processing connection. 2026.04.07 05:23:59.138494 [ 288 ] {} TCP-Session: 9cab181b-c554-4aa3-8447-135e5538b3e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:59.138515 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.07 05:23:59.138544 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.07 05:23:59.138567 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.07 05:23:59.138571 [ 293 ] {} TCP-Session: 58a1ae37-bcde-4cde-b743-bd43ddfa1561 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:59.138590 [ 292 ] {} TCP-Session: 0b5c7620-c0de-4586-98b4-01a15f325341 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:59.138612 [ 294 ] {} TCP-Session: 692dbb8a-7cfe-4e39-bf2e-cea5ad16ab2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:59.138539 [ 3 ] {} TCP-Session: 1ee0105a-b15a-4966-8a45-82ea94315257 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:59.138537 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.07 05:23:59.138517 [ 289 ] {} TCP-Session: 2dd0b234-e387-49d6-91fa-759709813ca3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:59.138697 [ 291 ] {} TCP-Session: 081dcc57-9d96-45df-b686-4aa9bbea199d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:59.138498 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.07 05:23:59.138749 [ 290 ] {} TCP-Session: dfd747ed-c3bb-4f98-b2fb-1b10d99b56b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:59.266639 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54073 2026.04.07 05:23:59.266739 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:23:59.266764 [ 286 ] {} TCP-Session: 72e53984-f26d-43df-adc0-7e55595009fe Authenticating user 'default' from [fd00:1122:3344:101::e]:54073 2026.04.07 05:23:59.266785 [ 286 ] {} TCP-Session: 72e53984-f26d-43df-adc0-7e55595009fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:59.266798 [ 286 ] {} TCP-Session: 72e53984-f26d-43df-adc0-7e55595009fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:59.267028 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35229 2026.04.07 05:23:59.267060 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37449 2026.04.07 05:23:59.267068 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40424 2026.04.07 05:23:59.267087 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50918 2026.04.07 05:23:59.267058 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59142 2026.04.07 05:23:59.267142 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:23:59.267152 [ 286 ] {} TCP-Session: 72e53984-f26d-43df-adc0-7e55595009fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:23:59.267181 [ 292 ] {} TCP-Session: 9abf2103-377a-4d38-92d2-48b5412cd484 Authenticating user 'default' from [fd00:1122:3344:101::e]:37449 2026.04.07 05:23:59.267175 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:23:59.267207 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:23:59.267219 [ 292 ] {} TCP-Session: 9abf2103-377a-4d38-92d2-48b5412cd484 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:59.267241 [ 293 ] {} TCP-Session: f8bef5f0-8b8b-4a1e-b0f3-97060c4d3946 Authenticating user 'default' from [fd00:1122:3344:101::e]:40424 2026.04.07 05:23:59.267257 [ 292 ] {} TCP-Session: 9abf2103-377a-4d38-92d2-48b5412cd484 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:59.267254 [ 291 ] {} TCP-Session: 22471a01-452f-4d5e-b1c7-cc79109552cb Authenticating user 'default' from [fd00:1122:3344:101::e]:59142 2026.04.07 05:23:59.267277 [ 293 ] {} TCP-Session: f8bef5f0-8b8b-4a1e-b0f3-97060c4d3946 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:59.267207 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:23:59.267304 [ 291 ] {} TCP-Session: 22471a01-452f-4d5e-b1c7-cc79109552cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:59.267309 [ 293 ] {} TCP-Session: f8bef5f0-8b8b-4a1e-b0f3-97060c4d3946 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:59.267334 [ 3 ] {} TCP-Session: 194efb24-89e3-48df-a8bd-191ec0c156f2 Authenticating user 'default' from [fd00:1122:3344:101::e]:50918 2026.04.07 05:23:59.267335 [ 291 ] {} TCP-Session: 22471a01-452f-4d5e-b1c7-cc79109552cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:59.267363 [ 3 ] {} TCP-Session: 194efb24-89e3-48df-a8bd-191ec0c156f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:59.267142 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:23:59.267378 [ 3 ] {} TCP-Session: 194efb24-89e3-48df-a8bd-191ec0c156f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:59.267038 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61547 2026.04.07 05:23:59.267427 [ 288 ] {} TCP-Session: 0a0c6607-fd2c-4420-a2d4-c39043290a55 Authenticating user 'default' from [fd00:1122:3344:101::e]:35229 2026.04.07 05:23:59.267032 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36199 2026.04.07 05:23:59.267491 [ 288 ] {} TCP-Session: 0a0c6607-fd2c-4420-a2d4-c39043290a55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:59.267077 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48925 2026.04.07 05:23:59.267530 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:23:59.267612 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:23:59.267517 [ 288 ] {} TCP-Session: 0a0c6607-fd2c-4420-a2d4-c39043290a55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:59.267638 [ 290 ] {} TCP-Session: b55dba1c-25a0-4b50-8e78-6288d1d313f5 Authenticating user 'default' from [fd00:1122:3344:101::e]:61547 2026.04.07 05:23:59.267652 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:23:59.267650 [ 289 ] {} TCP-Session: 3904c2f4-a1cf-4a52-b260-db075077803e Authenticating user 'default' from [fd00:1122:3344:101::e]:36199 2026.04.07 05:23:59.267688 [ 290 ] {} TCP-Session: b55dba1c-25a0-4b50-8e78-6288d1d313f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:59.267717 [ 289 ] {} TCP-Session: 3904c2f4-a1cf-4a52-b260-db075077803e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:59.267736 [ 290 ] {} TCP-Session: b55dba1c-25a0-4b50-8e78-6288d1d313f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:59.267745 [ 289 ] {} TCP-Session: 3904c2f4-a1cf-4a52-b260-db075077803e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:59.267699 [ 294 ] {} TCP-Session: 92c548b9-0c26-4356-bb59-1e91f756313a Authenticating user 'default' from [fd00:1122:3344:101::e]:48925 2026.04.07 05:23:59.267337 [ 286 ] {1f0b03c4-0720-4599-bac3-094b40f2319f} executeQuery: (from [fd00:1122:3344:101::e]:54073) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.07 05:23:59.267798 [ 294 ] {} TCP-Session: 92c548b9-0c26-4356-bb59-1e91f756313a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:59.267826 [ 294 ] {} TCP-Session: 92c548b9-0c26-4356-bb59-1e91f756313a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:59.268081 [ 286 ] {1f0b03c4-0720-4599-bac3-094b40f2319f} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.07 05:23:59.268135 [ 286 ] {1f0b03c4-0720-4599-bac3-094b40f2319f} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.07 05:23:59.268446 [ 286 ] {1f0b03c4-0720-4599-bac3-094b40f2319f} oximeter.version (b59983b3-b885-480b-8202-da32017c82ac) (SelectExecutor): Key condition: unknown 2026.04.07 05:23:59.269411 [ 345 ] {1f0b03c4-0720-4599-bac3-094b40f2319f} AggregatingTransform: Aggregating 2026.04.07 05:23:59.269460 [ 345 ] {1f0b03c4-0720-4599-bac3-094b40f2319f} Aggregator: Aggregation method: without_key 2026.04.07 05:23:59.269496 [ 345 ] {1f0b03c4-0720-4599-bac3-094b40f2319f} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000941398 sec. (1062.250 rows/sec., 41.49 KiB/sec.) 2026.04.07 05:23:59.269516 [ 345 ] {1f0b03c4-0720-4599-bac3-094b40f2319f} Aggregator: Merging aggregated data 2026.04.07 05:23:59.270495 [ 286 ] {1f0b03c4-0720-4599-bac3-094b40f2319f} executeQuery: Read 1 rows, 40.00 B in 0.003169 sec., 315.5569580309246 rows/sec., 12.33 KiB/sec. 2026.04.07 05:23:59.270609 [ 286 ] {1f0b03c4-0720-4599-bac3-094b40f2319f} TCPHandler: Processed in 0.003547267 sec. 2026.04.07 05:23:59.270724 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.07 05:23:59.270749 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.07 05:23:59.270765 [ 286 ] {} TCP-Session: 72e53984-f26d-43df-adc0-7e55595009fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:59.270768 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.07 05:23:59.270790 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.07 05:23:59.270799 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.07 05:23:59.270818 [ 292 ] {} TCP-Session: 9abf2103-377a-4d38-92d2-48b5412cd484 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:59.270819 [ 3 ] {} TCPHandler: Done processing connection. 2026.04.07 05:23:59.270848 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.07 05:23:59.270865 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.07 05:23:59.270883 [ 3 ] {} TCP-Session: 194efb24-89e3-48df-a8bd-191ec0c156f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:59.270896 [ 291 ] {} TCP-Session: 22471a01-452f-4d5e-b1c7-cc79109552cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:59.270916 [ 293 ] {} TCP-Session: f8bef5f0-8b8b-4a1e-b0f3-97060c4d3946 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:59.270845 [ 289 ] {} TCP-Session: 3904c2f4-a1cf-4a52-b260-db075077803e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:59.270832 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.07 05:23:59.270782 [ 294 ] {} TCP-Session: 92c548b9-0c26-4356-bb59-1e91f756313a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:59.270988 [ 290 ] {} TCP-Session: b55dba1c-25a0-4b50-8e78-6288d1d313f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:23:59.270857 [ 288 ] {} TCP-Session: 0a0c6607-fd2c-4420-a2d4-c39043290a55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:01.140669 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:01.140872 [ 5 ] {a5443ab6-4986-48f7-81c2-9bca1c9b0f35} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:24:01.140949 [ 5 ] {a5443ab6-4986-48f7-81c2-9bca1c9b0f35} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:24:01.141758 [ 5 ] {a5443ab6-4986-48f7-81c2-9bca1c9b0f35} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:01.141801 [ 5 ] {a5443ab6-4986-48f7-81c2-9bca1c9b0f35} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2026.04.07 05:24:01.142198 [ 5 ] {a5443ab6-4986-48f7-81c2-9bca1c9b0f35} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.04.07 05:24:01.142432 [ 5 ] {a5443ab6-4986-48f7-81c2-9bca1c9b0f35} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:01.142593 [ 5 ] {a5443ab6-4986-48f7-81c2-9bca1c9b0f35} executeQuery: Read 56 rows, 4.41 KiB in 0.001777 sec., 31513.78728193585 rows/sec., 2.42 MiB/sec. 2026.04.07 05:24:01.142640 [ 5 ] {a5443ab6-4986-48f7-81c2-9bca1c9b0f35} TCPHandler: Processed in 0.0021376 sec. 2026.04.07 05:24:01.142775 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:01.142879 [ 5 ] {52311018-004e-4168-abe6-522454f7d1d4} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:24:01.142923 [ 5 ] {52311018-004e-4168-abe6-522454f7d1d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:24:01.143367 [ 5 ] {52311018-004e-4168-abe6-522454f7d1d4} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:01.143402 [ 5 ] {52311018-004e-4168-abe6-522454f7d1d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2026.04.07 05:24:01.143721 [ 5 ] {52311018-004e-4168-abe6-522454f7d1d4} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.04.07 05:24:01.143937 [ 5 ] {52311018-004e-4168-abe6-522454f7d1d4} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:01.144066 [ 5 ] {52311018-004e-4168-abe6-522454f7d1d4} executeQuery: Read 64 rows, 5.12 KiB in 0.001211 sec., 52848.88521882741 rows/sec., 4.12 MiB/sec. 2026.04.07 05:24:01.144104 [ 5 ] {52311018-004e-4168-abe6-522454f7d1d4} TCPHandler: Processed in 0.001382076 sec. 2026.04.07 05:24:01.144227 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:01.144327 [ 5 ] {cf3e472a-fe36-4e42-8c59-5e3853fcb42b} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:24:01.144372 [ 5 ] {cf3e472a-fe36-4e42-8c59-5e3853fcb42b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:24:01.144786 [ 5 ] {cf3e472a-fe36-4e42-8c59-5e3853fcb42b} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:01.144821 [ 5 ] {cf3e472a-fe36-4e42-8c59-5e3853fcb42b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2026.04.07 05:24:01.145158 [ 5 ] {cf3e472a-fe36-4e42-8c59-5e3853fcb42b} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.04.07 05:24:01.145377 [ 5 ] {cf3e472a-fe36-4e42-8c59-5e3853fcb42b} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:01.145513 [ 5 ] {cf3e472a-fe36-4e42-8c59-5e3853fcb42b} executeQuery: Read 160 rows, 11.41 KiB in 0.001207 sec., 132560.06628003315 rows/sec., 9.23 MiB/sec. 2026.04.07 05:24:01.145552 [ 5 ] {cf3e472a-fe36-4e42-8c59-5e3853fcb42b} TCPHandler: Processed in 0.001385306 sec. 2026.04.07 05:24:01.145660 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:01.145769 [ 5 ] {ad8cbee0-e9cd-4bc1-b4e4-ee18b8fff367} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:24:01.145811 [ 5 ] {ad8cbee0-e9cd-4bc1-b4e4-ee18b8fff367} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:24:01.146140 [ 5 ] {ad8cbee0-e9cd-4bc1-b4e4-ee18b8fff367} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:01.146177 [ 5 ] {ad8cbee0-e9cd-4bc1-b4e4-ee18b8fff367} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2026.04.07 05:24:01.146483 [ 5 ] {ad8cbee0-e9cd-4bc1-b4e4-ee18b8fff367} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.04.07 05:24:01.146695 [ 5 ] {ad8cbee0-e9cd-4bc1-b4e4-ee18b8fff367} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:01.146829 [ 5 ] {ad8cbee0-e9cd-4bc1-b4e4-ee18b8fff367} executeQuery: Read 60 rows, 4.14 KiB in 0.00108 sec., 55555.555555555555 rows/sec., 3.74 MiB/sec. 2026.04.07 05:24:01.146873 [ 5 ] {ad8cbee0-e9cd-4bc1-b4e4-ee18b8fff367} TCPHandler: Processed in 0.001263314 sec. 2026.04.07 05:24:03.224752 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 452 2026.04.07 05:24:03.226922 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:03.226966 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2026.04.07 05:24:03.228138 [ 242 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.07 05:24:03.228412 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:03.228652 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 452 2026.04.07 05:24:04.256638 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:04.256926 [ 5 ] {9c352c27-3f12-40db-8ddc-7bfc2517e09a} executeQuery: (from [fd00:1122:3344:101::d]:47237) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.04.07 05:24:04.257286 [ 5 ] {9c352c27-3f12-40db-8ddc-7bfc2517e09a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.07 05:24:04.257325 [ 5 ] {9c352c27-3f12-40db-8ddc-7bfc2517e09a} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2026.04.07 05:24:04.257589 [ 5 ] {9c352c27-3f12-40db-8ddc-7bfc2517e09a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.07 05:24:04.257665 [ 5 ] {9c352c27-3f12-40db-8ddc-7bfc2517e09a} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.07 05:24:04.257835 [ 5 ] {9c352c27-3f12-40db-8ddc-7bfc2517e09a} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5) (SelectExecutor): Key condition: (column 0 notIn 29-element set) 2026.04.07 05:24:04.257957 [ 329 ] {9c352c27-3f12-40db-8ddc-7bfc2517e09a} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.07 05:24:04.257981 [ 324 ] {9c352c27-3f12-40db-8ddc-7bfc2517e09a} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.07 05:24:04.258115 [ 5 ] {9c352c27-3f12-40db-8ddc-7bfc2517e09a} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5) (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 2026.04.07 05:24:04.258146 [ 5 ] {9c352c27-3f12-40db-8ddc-7bfc2517e09a} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.07 05:24:04.260226 [ 5 ] {9c352c27-3f12-40db-8ddc-7bfc2517e09a} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.07 05:24:04.260257 [ 5 ] {9c352c27-3f12-40db-8ddc-7bfc2517e09a} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5) (SelectExecutor): Reading approx. 29 rows with 2 streams 2026.04.07 05:24:04.260323 [ 5 ] {9c352c27-3f12-40db-8ddc-7bfc2517e09a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.04.07 05:24:04.260375 [ 5 ] {9c352c27-3f12-40db-8ddc-7bfc2517e09a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.04.07 05:24:04.261277 [ 5 ] {9c352c27-3f12-40db-8ddc-7bfc2517e09a} executeQuery: Read 29 rows, 1.26 KiB in 0.004489 sec., 6460.236132768991 rows/sec., 281.50 KiB/sec. 2026.04.07 05:24:04.261399 [ 5 ] {9c352c27-3f12-40db-8ddc-7bfc2517e09a} TCPHandler: Processed in 0.004938473 sec. 2026.04.07 05:24:04.261813 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:04.261958 [ 5 ] {b4a43e62-a72e-40f9-ade5-f51fe9008a5f} executeQuery: (from [fd00:1122:3344:101::d]:47237) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link: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) 2026.04.07 05:24:04.262181 [ 5 ] {b4a43e62-a72e-40f9-ade5-f51fe9008a5f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.07 05:24:04.262216 [ 5 ] {b4a43e62-a72e-40f9-ade5-f51fe9008a5f} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link: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 2026.04.07 05:24:04.262411 [ 5 ] {b4a43e62-a72e-40f9-ade5-f51fe9008a5f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.07 05:24:04.262464 [ 5 ] {b4a43e62-a72e-40f9-ade5-f51fe9008a5f} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.07 05:24:04.262570 [ 5 ] {b4a43e62-a72e-40f9-ade5-f51fe9008a5f} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5) (SelectExecutor): Key condition: (column 0 notIn 30-element set) 2026.04.07 05:24:04.262631 [ 329 ] {b4a43e62-a72e-40f9-ade5-f51fe9008a5f} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.07 05:24:04.262630 [ 317 ] {b4a43e62-a72e-40f9-ade5-f51fe9008a5f} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.07 05:24:04.262743 [ 5 ] {b4a43e62-a72e-40f9-ade5-f51fe9008a5f} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5) (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 2026.04.07 05:24:04.262768 [ 5 ] {b4a43e62-a72e-40f9-ade5-f51fe9008a5f} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.07 05:24:04.262823 [ 5 ] {b4a43e62-a72e-40f9-ade5-f51fe9008a5f} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.07 05:24:04.262842 [ 5 ] {b4a43e62-a72e-40f9-ade5-f51fe9008a5f} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5) (SelectExecutor): Reading approx. 29 rows with 2 streams 2026.04.07 05:24:04.262873 [ 5 ] {b4a43e62-a72e-40f9-ade5-f51fe9008a5f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link: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'))" 2026.04.07 05:24:04.262904 [ 5 ] {b4a43e62-a72e-40f9-ade5-f51fe9008a5f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link: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'))" 2026.04.07 05:24:04.263557 [ 5 ] {b4a43e62-a72e-40f9-ade5-f51fe9008a5f} executeQuery: Read 29 rows, 1.26 KiB in 0.001659 sec., 17480.409885473175 rows/sec., 761.71 KiB/sec. 2026.04.07 05:24:04.263673 [ 5 ] {b4a43e62-a72e-40f9-ade5-f51fe9008a5f} TCPHandler: Processed in 0.001924386 sec. 2026.04.07 05:24:04.263962 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:04.264098 [ 5 ] {b7baf7ef-85a7-43ca-9ab9-e0a668f75167} executeQuery: (from [fd00:1122:3344:101::d]:47237) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link: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) 2026.04.07 05:24:04.264310 [ 5 ] {b7baf7ef-85a7-43ca-9ab9-e0a668f75167} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.07 05:24:04.264345 [ 5 ] {b7baf7ef-85a7-43ca-9ab9-e0a668f75167} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link: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 2026.04.07 05:24:04.264538 [ 5 ] {b7baf7ef-85a7-43ca-9ab9-e0a668f75167} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.07 05:24:04.264591 [ 5 ] {b7baf7ef-85a7-43ca-9ab9-e0a668f75167} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.07 05:24:04.264692 [ 5 ] {b7baf7ef-85a7-43ca-9ab9-e0a668f75167} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5) (SelectExecutor): Key condition: (column 0 notIn 31-element set) 2026.04.07 05:24:04.264756 [ 317 ] {b7baf7ef-85a7-43ca-9ab9-e0a668f75167} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.07 05:24:04.264772 [ 324 ] {b7baf7ef-85a7-43ca-9ab9-e0a668f75167} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.07 05:24:04.264855 [ 5 ] {b7baf7ef-85a7-43ca-9ab9-e0a668f75167} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5) (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 2026.04.07 05:24:04.264881 [ 5 ] {b7baf7ef-85a7-43ca-9ab9-e0a668f75167} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.07 05:24:04.264934 [ 5 ] {b7baf7ef-85a7-43ca-9ab9-e0a668f75167} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.07 05:24:04.264952 [ 5 ] {b7baf7ef-85a7-43ca-9ab9-e0a668f75167} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5) (SelectExecutor): Reading approx. 29 rows with 2 streams 2026.04.07 05:24:04.264981 [ 5 ] {b7baf7ef-85a7-43ca-9ab9-e0a668f75167} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link: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'))" 2026.04.07 05:24:04.265012 [ 5 ] {b7baf7ef-85a7-43ca-9ab9-e0a668f75167} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link: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'))" 2026.04.07 05:24:04.265556 [ 5 ] {b7baf7ef-85a7-43ca-9ab9-e0a668f75167} executeQuery: Read 29 rows, 1.26 KiB in 0.001513 sec., 19167.217448777265 rows/sec., 835.21 KiB/sec. 2026.04.07 05:24:04.265666 [ 5 ] {b7baf7ef-85a7-43ca-9ab9-e0a668f75167} TCPHandler: Processed in 0.001762583 sec. 2026.04.07 05:24:04.265943 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:04.266078 [ 5 ] {56bb7a46-4869-45f4-9f4d-5b56b8ad4196} executeQuery: (from [fd00:1122:3344:101::d]:47237) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link: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) 2026.04.07 05:24:04.266293 [ 5 ] {56bb7a46-4869-45f4-9f4d-5b56b8ad4196} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.07 05:24:04.266328 [ 5 ] {56bb7a46-4869-45f4-9f4d-5b56b8ad4196} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link: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 2026.04.07 05:24:04.266523 [ 5 ] {56bb7a46-4869-45f4-9f4d-5b56b8ad4196} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.07 05:24:04.266576 [ 5 ] {56bb7a46-4869-45f4-9f4d-5b56b8ad4196} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.07 05:24:04.266675 [ 5 ] {56bb7a46-4869-45f4-9f4d-5b56b8ad4196} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5) (SelectExecutor): Key condition: (column 0 notIn 32-element set) 2026.04.07 05:24:04.266735 [ 317 ] {56bb7a46-4869-45f4-9f4d-5b56b8ad4196} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.07 05:24:04.266762 [ 324 ] {56bb7a46-4869-45f4-9f4d-5b56b8ad4196} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.07 05:24:04.266841 [ 5 ] {56bb7a46-4869-45f4-9f4d-5b56b8ad4196} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5) (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 2026.04.07 05:24:04.266867 [ 5 ] {56bb7a46-4869-45f4-9f4d-5b56b8ad4196} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.07 05:24:04.266921 [ 5 ] {56bb7a46-4869-45f4-9f4d-5b56b8ad4196} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.07 05:24:04.266937 [ 5 ] {56bb7a46-4869-45f4-9f4d-5b56b8ad4196} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5) (SelectExecutor): Reading approx. 29 rows with 2 streams 2026.04.07 05:24:04.266967 [ 5 ] {56bb7a46-4869-45f4-9f4d-5b56b8ad4196} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link: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'))" 2026.04.07 05:24:04.266999 [ 5 ] {56bb7a46-4869-45f4-9f4d-5b56b8ad4196} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link: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'))" 2026.04.07 05:24:04.267703 [ 5 ] {56bb7a46-4869-45f4-9f4d-5b56b8ad4196} executeQuery: Read 29 rows, 1.26 KiB in 0.00168 sec., 17261.90476190476 rows/sec., 752.19 KiB/sec. 2026.04.07 05:24:04.267803 [ 5 ] {56bb7a46-4869-45f4-9f4d-5b56b8ad4196} TCPHandler: Processed in 0.001919636 sec. 2026.04.07 05:24:04.268041 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:04.268177 [ 5 ] {b3026c3d-a9bc-4e1c-b745-9e2935b02774} executeQuery: (from [fd00:1122:3344:101::d]:47237) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link: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) 2026.04.07 05:24:04.268390 [ 5 ] {b3026c3d-a9bc-4e1c-b745-9e2935b02774} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.07 05:24:04.268426 [ 5 ] {b3026c3d-a9bc-4e1c-b745-9e2935b02774} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link: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 2026.04.07 05:24:04.268630 [ 5 ] {b3026c3d-a9bc-4e1c-b745-9e2935b02774} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.07 05:24:04.268682 [ 5 ] {b3026c3d-a9bc-4e1c-b745-9e2935b02774} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.07 05:24:04.268784 [ 5 ] {b3026c3d-a9bc-4e1c-b745-9e2935b02774} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5) (SelectExecutor): Key condition: (column 0 notIn 33-element set) 2026.04.07 05:24:04.268867 [ 336 ] {b3026c3d-a9bc-4e1c-b745-9e2935b02774} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.07 05:24:04.268880 [ 310 ] {b3026c3d-a9bc-4e1c-b745-9e2935b02774} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.07 05:24:04.268971 [ 5 ] {b3026c3d-a9bc-4e1c-b745-9e2935b02774} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5) (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 2026.04.07 05:24:04.268992 [ 5 ] {b3026c3d-a9bc-4e1c-b745-9e2935b02774} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.07 05:24:04.269047 [ 5 ] {b3026c3d-a9bc-4e1c-b745-9e2935b02774} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.07 05:24:04.269072 [ 5 ] {b3026c3d-a9bc-4e1c-b745-9e2935b02774} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5) (SelectExecutor): Reading approx. 29 rows with 2 streams 2026.04.07 05:24:04.269102 [ 5 ] {b3026c3d-a9bc-4e1c-b745-9e2935b02774} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link: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'))" 2026.04.07 05:24:04.269131 [ 5 ] {b3026c3d-a9bc-4e1c-b745-9e2935b02774} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link: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'))" 2026.04.07 05:24:04.269752 [ 5 ] {b3026c3d-a9bc-4e1c-b745-9e2935b02774} executeQuery: Read 29 rows, 1.26 KiB in 0.001632 sec., 17769.607843137255 rows/sec., 774.31 KiB/sec. 2026.04.07 05:24:04.269848 [ 5 ] {b3026c3d-a9bc-4e1c-b745-9e2935b02774} TCPHandler: Processed in 0.001856165 sec. 2026.04.07 05:24:04.270057 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:04.270191 [ 5 ] {be2142ec-2a02-42af-bd29-18f7a89c9777} executeQuery: (from [fd00:1122:3344:101::d]:47237) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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) 2026.04.07 05:24:04.270397 [ 5 ] {be2142ec-2a02-42af-bd29-18f7a89c9777} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.07 05:24:04.270432 [ 5 ] {be2142ec-2a02-42af-bd29-18f7a89c9777} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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 2026.04.07 05:24:04.270642 [ 5 ] {be2142ec-2a02-42af-bd29-18f7a89c9777} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.07 05:24:04.270694 [ 5 ] {be2142ec-2a02-42af-bd29-18f7a89c9777} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.07 05:24:04.270791 [ 5 ] {be2142ec-2a02-42af-bd29-18f7a89c9777} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5) (SelectExecutor): Key condition: (column 0 notIn 34-element set) 2026.04.07 05:24:04.270852 [ 324 ] {be2142ec-2a02-42af-bd29-18f7a89c9777} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.07 05:24:04.270865 [ 310 ] {be2142ec-2a02-42af-bd29-18f7a89c9777} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.07 05:24:04.270945 [ 5 ] {be2142ec-2a02-42af-bd29-18f7a89c9777} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5) (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 2026.04.07 05:24:04.270965 [ 5 ] {be2142ec-2a02-42af-bd29-18f7a89c9777} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.07 05:24:04.271017 [ 5 ] {be2142ec-2a02-42af-bd29-18f7a89c9777} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.07 05:24:04.271040 [ 5 ] {be2142ec-2a02-42af-bd29-18f7a89c9777} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5) (SelectExecutor): Reading approx. 29 rows with 2 streams 2026.04.07 05:24:04.271068 [ 5 ] {be2142ec-2a02-42af-bd29-18f7a89c9777} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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'))" 2026.04.07 05:24:04.271110 [ 5 ] {be2142ec-2a02-42af-bd29-18f7a89c9777} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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'))" 2026.04.07 05:24:04.271698 [ 5 ] {be2142ec-2a02-42af-bd29-18f7a89c9777} executeQuery: Read 29 rows, 1.26 KiB in 0.001562 sec., 18565.94110115237 rows/sec., 809.01 KiB/sec. 2026.04.07 05:24:04.271790 [ 5 ] {be2142ec-2a02-42af-bd29-18f7a89c9777} TCPHandler: Processed in 0.001781783 sec. 2026.04.07 05:24:04.410448 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:04.410684 [ 5 ] {dc66a6f0-ce61-47ac-9c08-2cd3f328a421} executeQuery: (from [fd00:1122:3344:101::d]:47237) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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) 2026.04.07 05:24:04.411054 [ 5 ] {dc66a6f0-ce61-47ac-9c08-2cd3f328a421} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.07 05:24:04.411097 [ 5 ] {dc66a6f0-ce61-47ac-9c08-2cd3f328a421} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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 2026.04.07 05:24:04.411354 [ 5 ] {dc66a6f0-ce61-47ac-9c08-2cd3f328a421} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.07 05:24:04.411425 [ 5 ] {dc66a6f0-ce61-47ac-9c08-2cd3f328a421} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.07 05:24:04.411569 [ 5 ] {dc66a6f0-ce61-47ac-9c08-2cd3f328a421} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5) (SelectExecutor): Key condition: (column 0 notIn 35-element set) 2026.04.07 05:24:04.411671 [ 310 ] {dc66a6f0-ce61-47ac-9c08-2cd3f328a421} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.07 05:24:04.411678 [ 336 ] {dc66a6f0-ce61-47ac-9c08-2cd3f328a421} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.07 05:24:04.411782 [ 5 ] {dc66a6f0-ce61-47ac-9c08-2cd3f328a421} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5) (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 2026.04.07 05:24:04.411809 [ 5 ] {dc66a6f0-ce61-47ac-9c08-2cd3f328a421} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.07 05:24:04.411884 [ 5 ] {dc66a6f0-ce61-47ac-9c08-2cd3f328a421} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.07 05:24:04.411903 [ 5 ] {dc66a6f0-ce61-47ac-9c08-2cd3f328a421} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5) (SelectExecutor): Reading approx. 29 rows with 2 streams 2026.04.07 05:24:04.411939 [ 5 ] {dc66a6f0-ce61-47ac-9c08-2cd3f328a421} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))" 2026.04.07 05:24:04.411978 [ 5 ] {dc66a6f0-ce61-47ac-9c08-2cd3f328a421} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))" 2026.04.07 05:24:04.412721 [ 5 ] {dc66a6f0-ce61-47ac-9c08-2cd3f328a421} executeQuery: Read 29 rows, 1.26 KiB in 0.002139 sec., 13557.737260402058 rows/sec., 590.78 KiB/sec. 2026.04.07 05:24:04.412846 [ 5 ] {dc66a6f0-ce61-47ac-9c08-2cd3f328a421} TCPHandler: Processed in 0.002530538 sec. 2026.04.07 05:24:04.444406 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:04.444593 [ 5 ] {41cf4942-c9ab-4dfc-a781-ac4e3cbc5306} executeQuery: (from [fd00:1122:3344:101::d]:47237) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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) 2026.04.07 05:24:04.444852 [ 5 ] {41cf4942-c9ab-4dfc-a781-ac4e3cbc5306} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.07 05:24:04.444888 [ 5 ] {41cf4942-c9ab-4dfc-a781-ac4e3cbc5306} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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 2026.04.07 05:24:04.445102 [ 5 ] {41cf4942-c9ab-4dfc-a781-ac4e3cbc5306} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.07 05:24:04.445157 [ 5 ] {41cf4942-c9ab-4dfc-a781-ac4e3cbc5306} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.07 05:24:04.445267 [ 5 ] {41cf4942-c9ab-4dfc-a781-ac4e3cbc5306} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5) (SelectExecutor): Key condition: (column 0 notIn 36-element set) 2026.04.07 05:24:04.445344 [ 324 ] {41cf4942-c9ab-4dfc-a781-ac4e3cbc5306} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.07 05:24:04.445346 [ 321 ] {41cf4942-c9ab-4dfc-a781-ac4e3cbc5306} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.07 05:24:04.445453 [ 5 ] {41cf4942-c9ab-4dfc-a781-ac4e3cbc5306} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5) (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 2026.04.07 05:24:04.445478 [ 5 ] {41cf4942-c9ab-4dfc-a781-ac4e3cbc5306} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.07 05:24:04.445539 [ 5 ] {41cf4942-c9ab-4dfc-a781-ac4e3cbc5306} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.07 05:24:04.445557 [ 5 ] {41cf4942-c9ab-4dfc-a781-ac4e3cbc5306} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5) (SelectExecutor): Reading approx. 29 rows with 2 streams 2026.04.07 05:24:04.445588 [ 5 ] {41cf4942-c9ab-4dfc-a781-ac4e3cbc5306} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))" 2026.04.07 05:24:04.445620 [ 5 ] {41cf4942-c9ab-4dfc-a781-ac4e3cbc5306} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))" 2026.04.07 05:24:04.446261 [ 5 ] {41cf4942-c9ab-4dfc-a781-ac4e3cbc5306} executeQuery: Read 29 rows, 1.26 KiB in 0.001751 sec., 16561.96459166191 rows/sec., 721.69 KiB/sec. 2026.04.07 05:24:04.446352 [ 5 ] {41cf4942-c9ab-4dfc-a781-ac4e3cbc5306} TCPHandler: Processed in 0.002011828 sec. 2026.04.07 05:24:04.464995 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:04.465166 [ 5 ] {f493849d-182c-4cc8-92a1-d807fa2da607} executeQuery: (from [fd00:1122:3344:101::d]:47237) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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', 'zone:cpu_nsec') FORMAT Native; (stage: Complete) 2026.04.07 05:24:04.465434 [ 5 ] {f493849d-182c-4cc8-92a1-d807fa2da607} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.07 05:24:04.465476 [ 5 ] {f493849d-182c-4cc8-92a1-d807fa2da607} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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', 'zone:cpu_nsec')" moved to PREWHERE 2026.04.07 05:24:04.465729 [ 5 ] {f493849d-182c-4cc8-92a1-d807fa2da607} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.07 05:24:04.465784 [ 5 ] {f493849d-182c-4cc8-92a1-d807fa2da607} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.07 05:24:04.465887 [ 5 ] {f493849d-182c-4cc8-92a1-d807fa2da607} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5) (SelectExecutor): Key condition: (column 0 notIn 37-element set) 2026.04.07 05:24:04.465947 [ 310 ] {f493849d-182c-4cc8-92a1-d807fa2da607} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.07 05:24:04.465961 [ 321 ] {f493849d-182c-4cc8-92a1-d807fa2da607} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.07 05:24:04.466057 [ 5 ] {f493849d-182c-4cc8-92a1-d807fa2da607} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5) (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 2026.04.07 05:24:04.466083 [ 5 ] {f493849d-182c-4cc8-92a1-d807fa2da607} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.07 05:24:04.466138 [ 5 ] {f493849d-182c-4cc8-92a1-d807fa2da607} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.07 05:24:04.466155 [ 5 ] {f493849d-182c-4cc8-92a1-d807fa2da607} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5) (SelectExecutor): Reading approx. 29 rows with 2 streams 2026.04.07 05:24:04.466185 [ 5 ] {f493849d-182c-4cc8-92a1-d807fa2da607} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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', 'zone:cpu_nsec'))" 2026.04.07 05:24:04.466220 [ 5 ] {f493849d-182c-4cc8-92a1-d807fa2da607} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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', 'zone:cpu_nsec'))" 2026.04.07 05:24:04.466860 [ 5 ] {f493849d-182c-4cc8-92a1-d807fa2da607} executeQuery: Read 29 rows, 1.26 KiB in 0.00177 sec., 16384.18079096045 rows/sec., 713.94 KiB/sec. 2026.04.07 05:24:04.466954 [ 5 ] {f493849d-182c-4cc8-92a1-d807fa2da607} TCPHandler: Processed in 0.002021098 sec. 2026.04.07 05:24:04.469134 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:04.469252 [ 5 ] {30289968-129d-43ae-872f-e260a22e4cfa} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.04.07 05:24:04.469299 [ 5 ] {30289968-129d-43ae-872f-e260a22e4cfa} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.07 05:24:04.469884 [ 5 ] {30289968-129d-43ae-872f-e260a22e4cfa} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:04.469925 [ 5 ] {30289968-129d-43ae-872f-e260a22e4cfa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2026.04.07 05:24:04.470410 [ 5 ] {30289968-129d-43ae-872f-e260a22e4cfa} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.07 05:24:04.470601 [ 5 ] {30289968-129d-43ae-872f-e260a22e4cfa} oximeter.timeseries_schema (cae10eeb-a8af-4b69-b3c9-d9d2b01b17a5): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:04.470745 [ 5 ] {30289968-129d-43ae-872f-e260a22e4cfa} executeQuery: Read 9 rows, 1.88 KiB in 0.001494 sec., 6024.096385542168 rows/sec., 1.23 MiB/sec. 2026.04.07 05:24:04.470784 [ 5 ] {30289968-129d-43ae-872f-e260a22e4cfa} TCPHandler: Processed in 0.001683121 sec. 2026.04.07 05:24:04.470888 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:04.470985 [ 5 ] {0def8eb3-5c8b-4861-9842-a9d17f84b741} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.07 05:24:04.471025 [ 5 ] {0def8eb3-5c8b-4861-9842-a9d17f84b741} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.07 05:24:04.471443 [ 5 ] {0def8eb3-5c8b-4861-9842-a9d17f84b741} oximeter.fields_i16 (19a28ab3-93b8-470f-bc08-bb1de0445c9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:04.471479 [ 5 ] {0def8eb3-5c8b-4861-9842-a9d17f84b741} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2026.04.07 05:24:04.471783 [ 5 ] {0def8eb3-5c8b-4861-9842-a9d17f84b741} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.07 05:24:04.471996 [ 5 ] {0def8eb3-5c8b-4861-9842-a9d17f84b741} oximeter.fields_i16 (19a28ab3-93b8-470f-bc08-bb1de0445c9c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:04.472098 [ 28 ] {} oximeter.fields_i16 (19a28ab3-93b8-470f-bc08-bb1de0445c9c) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.04.07 05:24:04.472133 [ 5 ] {0def8eb3-5c8b-4861-9842-a9d17f84b741} executeQuery: Read 24 rows, 2.04 KiB in 0.001169 sec., 20530.36783575706 rows/sec., 1.70 MiB/sec. 2026.04.07 05:24:04.472144 [ 28 ] {} oximeter.fields_i16 (19a28ab3-93b8-470f-bc08-bb1de0445c9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:04.472175 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2026.04.07 05:24:04.472177 [ 5 ] {0def8eb3-5c8b-4861-9842-a9d17f84b741} TCPHandler: Processed in 0.001337526 sec. 2026.04.07 05:24:04.472296 [ 187 ] {19a28ab3-93b8-470f-bc08-bb1de0445c9c::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.04.07 05:24:04.472298 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:04.472428 [ 187 ] {19a28ab3-93b8-470f-bc08-bb1de0445c9c::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:24:04.472431 [ 5 ] {1861797a-83ca-49db-9df4-36e95536bd3a} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.07 05:24:04.472468 [ 187 ] {19a28ab3-93b8-470f-bc08-bb1de0445c9c::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part 2026.04.07 05:24:04.472487 [ 5 ] {1861797a-83ca-49db-9df4-36e95536bd3a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.07 05:24:04.472541 [ 187 ] {19a28ab3-93b8-470f-bc08-bb1de0445c9c::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 24 rows starting from the beginning of the part 2026.04.07 05:24:04.472596 [ 187 ] {19a28ab3-93b8-470f-bc08-bb1de0445c9c::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part 2026.04.07 05:24:04.472645 [ 187 ] {19a28ab3-93b8-470f-bc08-bb1de0445c9c::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part 2026.04.07 05:24:04.472689 [ 187 ] {19a28ab3-93b8-470f-bc08-bb1de0445c9c::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part 2026.04.07 05:24:04.472897 [ 5 ] {1861797a-83ca-49db-9df4-36e95536bd3a} oximeter.fields_ipaddr (825a423c-b132-44a1-9146-cfb597c4352e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:04.472939 [ 5 ] {1861797a-83ca-49db-9df4-36e95536bd3a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2026.04.07 05:24:04.473238 [ 5 ] {1861797a-83ca-49db-9df4-36e95536bd3a} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.07 05:24:04.473430 [ 192 ] {19a28ab3-93b8-470f-bc08-bb1de0445c9c::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.001178912 sec., 101788.76794875275 rows/sec., 8.83 MiB/sec. 2026.04.07 05:24:04.473457 [ 5 ] {1861797a-83ca-49db-9df4-36e95536bd3a} oximeter.fields_ipaddr (825a423c-b132-44a1-9146-cfb597c4352e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:04.473587 [ 191 ] {19a28ab3-93b8-470f-bc08-bb1de0445c9c::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.04.07 05:24:04.473598 [ 5 ] {1861797a-83ca-49db-9df4-36e95536bd3a} executeQuery: Read 16 rows, 1.30 KiB in 0.001185 sec., 13502.109704641349 rows/sec., 1.08 MiB/sec. 2026.04.07 05:24:04.473646 [ 5 ] {1861797a-83ca-49db-9df4-36e95536bd3a} TCPHandler: Processed in 0.001398356 sec. 2026.04.07 05:24:04.473755 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:04.473850 [ 5 ] {b7e3d861-78b8-4316-b72b-e3c01de9fb9b} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:24:04.473865 [ 191 ] {19a28ab3-93b8-470f-bc08-bb1de0445c9c::all_1_5_1} oximeter.fields_i16 (19a28ab3-93b8-470f-bc08-bb1de0445c9c): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:04.473890 [ 5 ] {b7e3d861-78b8-4316-b72b-e3c01de9fb9b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:24:04.473943 [ 191 ] {19a28ab3-93b8-470f-bc08-bb1de0445c9c::all_1_5_1} oximeter.fields_i16 (19a28ab3-93b8-470f-bc08-bb1de0445c9c) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.04.07 05:24:04.474029 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2026.04.07 05:24:04.475482 [ 5 ] {b7e3d861-78b8-4316-b72b-e3c01de9fb9b} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:04.475523 [ 5 ] {b7e3d861-78b8-4316-b72b-e3c01de9fb9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2026.04.07 05:24:04.475993 [ 5 ] {b7e3d861-78b8-4316-b72b-e3c01de9fb9b} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.04.07 05:24:04.476211 [ 5 ] {b7e3d861-78b8-4316-b72b-e3c01de9fb9b} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:04.476350 [ 5 ] {b7e3d861-78b8-4316-b72b-e3c01de9fb9b} executeQuery: Read 2619 rows, 201.98 KiB in 0.002517 sec., 1040524.4338498211 rows/sec., 78.36 MiB/sec. 2026.04.07 05:24:04.476389 [ 5 ] {b7e3d861-78b8-4316-b72b-e3c01de9fb9b} MemoryTracker: Peak memory usage (for query): 4.02 MiB. 2026.04.07 05:24:04.476402 [ 5 ] {b7e3d861-78b8-4316-b72b-e3c01de9fb9b} TCPHandler: Processed in 0.00269809 sec. 2026.04.07 05:24:04.476520 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:04.476640 [ 5 ] {cf31ce4a-d535-4834-b7ee-3d3a767a0dab} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.07 05:24:04.476688 [ 5 ] {cf31ce4a-d535-4834-b7ee-3d3a767a0dab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.07 05:24:04.477201 [ 5 ] {cf31ce4a-d535-4834-b7ee-3d3a767a0dab} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:04.477246 [ 5 ] {cf31ce4a-d535-4834-b7ee-3d3a767a0dab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2026.04.07 05:24:04.477620 [ 5 ] {cf31ce4a-d535-4834-b7ee-3d3a767a0dab} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.07 05:24:04.477846 [ 5 ] {cf31ce4a-d535-4834-b7ee-3d3a767a0dab} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:04.477979 [ 5 ] {cf31ce4a-d535-4834-b7ee-3d3a767a0dab} executeQuery: Read 81 rows, 6.06 KiB in 0.001363 sec., 59427.73294203961 rows/sec., 4.34 MiB/sec. 2026.04.07 05:24:04.478018 [ 5 ] {cf31ce4a-d535-4834-b7ee-3d3a767a0dab} TCPHandler: Processed in 0.001558409 sec. 2026.04.07 05:24:04.478132 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:04.478227 [ 5 ] {847cd308-d47d-454e-bae3-166a6bab944e} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.07 05:24:04.478266 [ 5 ] {847cd308-d47d-454e-bae3-166a6bab944e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.07 05:24:04.478922 [ 5 ] {847cd308-d47d-454e-bae3-166a6bab944e} oximeter.fields_u32 (77106049-3b56-443c-8974-c866b1324d40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:04.478959 [ 5 ] {847cd308-d47d-454e-bae3-166a6bab944e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2026.04.07 05:24:04.479292 [ 5 ] {847cd308-d47d-454e-bae3-166a6bab944e} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.07 05:24:04.479503 [ 5 ] {847cd308-d47d-454e-bae3-166a6bab944e} oximeter.fields_u32 (77106049-3b56-443c-8974-c866b1324d40): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:04.479633 [ 5 ] {847cd308-d47d-454e-bae3-166a6bab944e} executeQuery: Read 825 rows, 49.42 KiB in 0.001424 sec., 579353.9325842697 rows/sec., 33.89 MiB/sec. 2026.04.07 05:24:04.479672 [ 5 ] {847cd308-d47d-454e-bae3-166a6bab944e} TCPHandler: Processed in 0.0015893 sec. 2026.04.07 05:24:04.479783 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:04.479876 [ 5 ] {ebf26969-6b24-450b-8bb3-22f632027fc5} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.04.07 05:24:04.479915 [ 5 ] {ebf26969-6b24-450b-8bb3-22f632027fc5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.04.07 05:24:04.480293 [ 5 ] {ebf26969-6b24-450b-8bb3-22f632027fc5} oximeter.fields_u64 (694db3f7-adc1-48c0-aa80-2e45c79f29b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:04.480330 [ 5 ] {ebf26969-6b24-450b-8bb3-22f632027fc5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2026.04.07 05:24:04.480801 [ 5 ] {ebf26969-6b24-450b-8bb3-22f632027fc5} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.07 05:24:04.481009 [ 5 ] {ebf26969-6b24-450b-8bb3-22f632027fc5} oximeter.fields_u64 (694db3f7-adc1-48c0-aa80-2e45c79f29b4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:04.481130 [ 5 ] {ebf26969-6b24-450b-8bb3-22f632027fc5} executeQuery: Read 2 rows, 144.00 B in 0.001273 sec., 1571.0919088766693 rows/sec., 110.47 KiB/sec. 2026.04.07 05:24:04.481168 [ 5 ] {ebf26969-6b24-450b-8bb3-22f632027fc5} TCPHandler: Processed in 0.001434477 sec. 2026.04.07 05:24:04.481277 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:04.481370 [ 5 ] {74b24576-313a-44f4-9e72-913bef8a3eea} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.07 05:24:04.481409 [ 5 ] {74b24576-313a-44f4-9e72-913bef8a3eea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.07 05:24:04.481794 [ 5 ] {74b24576-313a-44f4-9e72-913bef8a3eea} oximeter.fields_u8 (0286c37b-6235-46e9-9a40-c9bc493e69eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:04.481830 [ 5 ] {74b24576-313a-44f4-9e72-913bef8a3eea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2026.04.07 05:24:04.482115 [ 5 ] {74b24576-313a-44f4-9e72-913bef8a3eea} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.07 05:24:04.482313 [ 5 ] {74b24576-313a-44f4-9e72-913bef8a3eea} oximeter.fields_u8 (0286c37b-6235-46e9-9a40-c9bc493e69eb): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:04.482409 [ 28 ] {} oximeter.fields_u8 (0286c37b-6235-46e9-9a40-c9bc493e69eb) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.04.07 05:24:04.482442 [ 5 ] {74b24576-313a-44f4-9e72-913bef8a3eea} executeQuery: Read 12 rows, 960.00 B in 0.001089 sec., 11019.283746556475 rows/sec., 860.88 KiB/sec. 2026.04.07 05:24:04.482444 [ 28 ] {} oximeter.fields_u8 (0286c37b-6235-46e9-9a40-c9bc493e69eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:04.482487 [ 5 ] {74b24576-313a-44f4-9e72-913bef8a3eea} TCPHandler: Processed in 0.001258944 sec. 2026.04.07 05:24:04.482483 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2026.04.07 05:24:04.482609 [ 192 ] {0286c37b-6235-46e9-9a40-c9bc493e69eb::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.04.07 05:24:04.482632 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:04.482719 [ 192 ] {0286c37b-6235-46e9-9a40-c9bc493e69eb::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:24:04.482757 [ 192 ] {0286c37b-6235-46e9-9a40-c9bc493e69eb::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part 2026.04.07 05:24:04.482758 [ 5 ] {0570d823-f496-4f09-9d2c-caf18385fe58} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:24:04.482818 [ 5 ] {0570d823-f496-4f09-9d2c-caf18385fe58} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:24:04.482825 [ 192 ] {0286c37b-6235-46e9-9a40-c9bc493e69eb::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 12 rows starting from the beginning of the part 2026.04.07 05:24:04.482896 [ 192 ] {0286c37b-6235-46e9-9a40-c9bc493e69eb::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 12 rows starting from the beginning of the part 2026.04.07 05:24:04.482942 [ 192 ] {0286c37b-6235-46e9-9a40-c9bc493e69eb::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part 2026.04.07 05:24:04.482984 [ 192 ] {0286c37b-6235-46e9-9a40-c9bc493e69eb::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 12 rows starting from the beginning of the part 2026.04.07 05:24:04.483777 [ 5 ] {0570d823-f496-4f09-9d2c-caf18385fe58} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:04.483788 [ 191 ] {0286c37b-6235-46e9-9a40-c9bc493e69eb::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.001213663 sec., 49437.1172228205 rows/sec., 3.96 MiB/sec. 2026.04.07 05:24:04.483820 [ 5 ] {0570d823-f496-4f09-9d2c-caf18385fe58} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2026.04.07 05:24:04.483936 [ 200 ] {0286c37b-6235-46e9-9a40-c9bc493e69eb::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.04.07 05:24:04.484219 [ 200 ] {0286c37b-6235-46e9-9a40-c9bc493e69eb::all_1_5_1} oximeter.fields_u8 (0286c37b-6235-46e9-9a40-c9bc493e69eb): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:04.484279 [ 5 ] {0570d823-f496-4f09-9d2c-caf18385fe58} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.04.07 05:24:04.484293 [ 200 ] {0286c37b-6235-46e9-9a40-c9bc493e69eb::all_1_5_1} oximeter.fields_u8 (0286c37b-6235-46e9-9a40-c9bc493e69eb) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.04.07 05:24:04.484376 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.04.07 05:24:04.484518 [ 5 ] {0570d823-f496-4f09-9d2c-caf18385fe58} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:04.484663 [ 5 ] {0570d823-f496-4f09-9d2c-caf18385fe58} executeQuery: Read 1384 rows, 96.04 KiB in 0.00193 sec., 717098.4455958549 rows/sec., 48.60 MiB/sec. 2026.04.07 05:24:04.484703 [ 5 ] {0570d823-f496-4f09-9d2c-caf18385fe58} TCPHandler: Processed in 0.00213607 sec. 2026.04.07 05:24:04.484816 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:04.484911 [ 5 ] {94e96216-3ba3-4f18-a1e2-a6017f8852f1} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:24:04.484953 [ 5 ] {94e96216-3ba3-4f18-a1e2-a6017f8852f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:24:04.486531 [ 5 ] {94e96216-3ba3-4f18-a1e2-a6017f8852f1} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:04.486567 [ 5 ] {94e96216-3ba3-4f18-a1e2-a6017f8852f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2026.04.07 05:24:04.487302 [ 5 ] {94e96216-3ba3-4f18-a1e2-a6017f8852f1} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.04.07 05:24:04.487523 [ 5 ] {94e96216-3ba3-4f18-a1e2-a6017f8852f1} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:04.487665 [ 5 ] {94e96216-3ba3-4f18-a1e2-a6017f8852f1} executeQuery: Read 5289 rows, 349.72 KiB in 0.002772 sec., 1908008.6580086579 rows/sec., 123.21 MiB/sec. 2026.04.07 05:24:04.487705 [ 5 ] {94e96216-3ba3-4f18-a1e2-a6017f8852f1} MemoryTracker: Peak memory usage (for query): 4.17 MiB. 2026.04.07 05:24:04.487718 [ 5 ] {94e96216-3ba3-4f18-a1e2-a6017f8852f1} TCPHandler: Processed in 0.002950956 sec. 2026.04.07 05:24:04.487839 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:04.487964 [ 5 ] {989616a9-591f-46a0-b2a9-dc7cbe5704f2} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.07 05:24:04.488017 [ 5 ] {989616a9-591f-46a0-b2a9-dc7cbe5704f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.07 05:24:04.488912 [ 5 ] {989616a9-591f-46a0-b2a9-dc7cbe5704f2} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:04.488955 [ 5 ] {989616a9-591f-46a0-b2a9-dc7cbe5704f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2026.04.07 05:24:04.489620 [ 5 ] {989616a9-591f-46a0-b2a9-dc7cbe5704f2} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.07 05:24:04.489856 [ 5 ] {989616a9-591f-46a0-b2a9-dc7cbe5704f2} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:04.489997 [ 5 ] {989616a9-591f-46a0-b2a9-dc7cbe5704f2} executeQuery: Read 53 rows, 97.25 KiB in 0.002052 sec., 25828.460038986355 rows/sec., 46.28 MiB/sec. 2026.04.07 05:24:04.490083 [ 5 ] {989616a9-591f-46a0-b2a9-dc7cbe5704f2} TCPHandler: Processed in 0.002294294 sec. 2026.04.07 05:24:04.490200 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:04.490295 [ 5 ] {99e60195-e8a0-4b36-8b37-48ba7924cf9b} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:24:04.490335 [ 5 ] {99e60195-e8a0-4b36-8b37-48ba7924cf9b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:24:04.490660 [ 5 ] {99e60195-e8a0-4b36-8b37-48ba7924cf9b} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:04.490697 [ 5 ] {99e60195-e8a0-4b36-8b37-48ba7924cf9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2026.04.07 05:24:04.491000 [ 5 ] {99e60195-e8a0-4b36-8b37-48ba7924cf9b} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.04.07 05:24:04.491199 [ 5 ] {99e60195-e8a0-4b36-8b37-48ba7924cf9b} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:04.491333 [ 5 ] {99e60195-e8a0-4b36-8b37-48ba7924cf9b} executeQuery: Read 36 rows, 2.48 KiB in 0.001056 sec., 34090.90909090909 rows/sec., 2.30 MiB/sec. 2026.04.07 05:24:04.491368 [ 5 ] {99e60195-e8a0-4b36-8b37-48ba7924cf9b} TCPHandler: Processed in 0.001217813 sec. 2026.04.07 05:24:05.715138 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 9092 2026.04.07 05:24:05.715611 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:05.715647 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2026.04.07 05:24:05.716109 [ 244 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.07 05:24:05.716328 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:05.716446 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9092 2026.04.07 05:24:06.136764 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:06.136963 [ 5 ] {5bc5d963-d662-40f1-9a0e-66492776eae0} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:24:06.137039 [ 5 ] {5bc5d963-d662-40f1-9a0e-66492776eae0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:24:06.137767 [ 5 ] {5bc5d963-d662-40f1-9a0e-66492776eae0} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:06.137816 [ 5 ] {5bc5d963-d662-40f1-9a0e-66492776eae0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2026.04.07 05:24:06.138190 [ 5 ] {5bc5d963-d662-40f1-9a0e-66492776eae0} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.04.07 05:24:06.138413 [ 5 ] {5bc5d963-d662-40f1-9a0e-66492776eae0} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:06.138548 [ 27 ] {} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.04.07 05:24:06.138572 [ 5 ] {5bc5d963-d662-40f1-9a0e-66492776eae0} executeQuery: Read 56 rows, 4.41 KiB in 0.001664 sec., 33653.846153846156 rows/sec., 2.59 MiB/sec. 2026.04.07 05:24:06.138622 [ 27 ] {} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:06.138640 [ 5 ] {5bc5d963-d662-40f1-9a0e-66492776eae0} TCPHandler: Processed in 0.002013188 sec. 2026.04.07 05:24:06.138653 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2026.04.07 05:24:06.138780 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:06.138800 [ 192 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.04.07 05:24:06.138884 [ 5 ] {ae3a671c-8962-46a3-853d-7cb75b1a251f} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:24:06.138931 [ 5 ] {ae3a671c-8962-46a3-853d-7cb75b1a251f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:24:06.138944 [ 192 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:24:06.138991 [ 192 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 268 rows starting from the beginning of the part 2026.04.07 05:24:06.139066 [ 192 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 56 rows starting from the beginning of the part 2026.04.07 05:24:06.139129 [ 192 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 140 rows starting from the beginning of the part 2026.04.07 05:24:06.139177 [ 192 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 56 rows starting from the beginning of the part 2026.04.07 05:24:06.139220 [ 192 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 2619 rows starting from the beginning of the part 2026.04.07 05:24:06.139270 [ 192 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 56 rows starting from the beginning of the part 2026.04.07 05:24:06.139369 [ 5 ] {ae3a671c-8962-46a3-853d-7cb75b1a251f} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:06.139411 [ 5 ] {ae3a671c-8962-46a3-853d-7cb75b1a251f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2026.04.07 05:24:06.139741 [ 5 ] {ae3a671c-8962-46a3-853d-7cb75b1a251f} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.04.07 05:24:06.139971 [ 5 ] {ae3a671c-8962-46a3-853d-7cb75b1a251f} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:06.140081 [ 27 ] {} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.04.07 05:24:06.140107 [ 5 ] {ae3a671c-8962-46a3-853d-7cb75b1a251f} executeQuery: Read 64 rows, 5.12 KiB in 0.001246 sec., 51364.365971107545 rows/sec., 4.01 MiB/sec. 2026.04.07 05:24:06.140112 [ 27 ] {} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:06.140150 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2026.04.07 05:24:06.140152 [ 5 ] {ae3a671c-8962-46a3-853d-7cb75b1a251f} TCPHandler: Processed in 0.001424677 sec. 2026.04.07 05:24:06.140248 [ 191 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.04.07 05:24:06.140297 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:06.140369 [ 191 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:24:06.140398 [ 5 ] {03bff939-7ca8-4e0c-857d-0a5e63ab774c} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:24:06.140407 [ 191 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 176 rows starting from the beginning of the part 2026.04.07 05:24:06.140449 [ 5 ] {03bff939-7ca8-4e0c-857d-0a5e63ab774c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:24:06.140490 [ 191 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 64 rows starting from the beginning of the part 2026.04.07 05:24:06.140547 [ 191 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 106 rows starting from the beginning of the part 2026.04.07 05:24:06.140590 [ 191 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 64 rows starting from the beginning of the part 2026.04.07 05:24:06.140628 [ 191 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1384 rows starting from the beginning of the part 2026.04.07 05:24:06.140673 [ 191 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 64 rows starting from the beginning of the part 2026.04.07 05:24:06.140724 [ 190 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 3195 rows, containing 5 columns (5 merged, 0 gathered) in 0.001983097 sec., 1611116.3498305932 rows/sec., 130.35 MiB/sec. 2026.04.07 05:24:06.140832 [ 5 ] {03bff939-7ca8-4e0c-857d-0a5e63ab774c} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:06.140873 [ 5 ] {03bff939-7ca8-4e0c-857d-0a5e63ab774c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2026.04.07 05:24:06.141044 [ 199 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.04.07 05:24:06.141252 [ 5 ] {03bff939-7ca8-4e0c-857d-0a5e63ab774c} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.04.07 05:24:06.141373 [ 199 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_26_5} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:06.141462 [ 199 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_26_5} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.04.07 05:24:06.141508 [ 5 ] {03bff939-7ca8-4e0c-857d-0a5e63ab774c} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:06.141553 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. 2026.04.07 05:24:06.141615 [ 27 ] {} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.04.07 05:24:06.141639 [ 27 ] {} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:06.141646 [ 5 ] {03bff939-7ca8-4e0c-857d-0a5e63ab774c} executeQuery: Read 64 rows, 4.56 KiB in 0.001268 sec., 50473.18611987382 rows/sec., 3.52 MiB/sec. 2026.04.07 05:24:06.141654 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2026.04.07 05:24:06.141689 [ 5 ] {03bff939-7ca8-4e0c-857d-0a5e63ab774c} TCPHandler: Processed in 0.001441148 sec. 2026.04.07 05:24:06.141756 [ 197 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.04.07 05:24:06.141828 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:06.141848 [ 197 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:24:06.141866 [ 190 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1858 rows, containing 5 columns (5 merged, 0 gathered) in 0.001667622 sec., 1114161.3627068964 rows/sec., 82.93 MiB/sec. 2026.04.07 05:24:06.141878 [ 197 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 3568 rows starting from the beginning of the part 2026.04.07 05:24:06.141922 [ 5 ] {f5b30ad8-5b02-4f6e-8e74-9782b4fd18f9} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:24:06.141943 [ 197 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 160 rows starting from the beginning of the part 2026.04.07 05:24:06.141963 [ 5 ] {f5b30ad8-5b02-4f6e-8e74-9782b4fd18f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:24:06.141985 [ 197 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 160 rows starting from the beginning of the part 2026.04.07 05:24:06.142025 [ 197 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 160 rows starting from the beginning of the part 2026.04.07 05:24:06.142063 [ 197 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 5289 rows starting from the beginning of the part 2026.04.07 05:24:06.142102 [ 197 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 64 rows starting from the beginning of the part 2026.04.07 05:24:06.142113 [ 196 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.04.07 05:24:06.142300 [ 5 ] {f5b30ad8-5b02-4f6e-8e74-9782b4fd18f9} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:06.142341 [ 5 ] {f5b30ad8-5b02-4f6e-8e74-9782b4fd18f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2026.04.07 05:24:06.142493 [ 196 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_26_5} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:06.142593 [ 196 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_26_5} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.04.07 05:24:06.142666 [ 5 ] {f5b30ad8-5b02-4f6e-8e74-9782b4fd18f9} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.04.07 05:24:06.142692 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. 2026.04.07 05:24:06.142881 [ 5 ] {f5b30ad8-5b02-4f6e-8e74-9782b4fd18f9} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:06.142987 [ 27 ] {} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.04.07 05:24:06.143014 [ 27 ] {} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:06.143018 [ 5 ] {f5b30ad8-5b02-4f6e-8e74-9782b4fd18f9} executeQuery: Read 24 rows, 1.66 KiB in 0.001115 sec., 21524.663677130044 rows/sec., 1.45 MiB/sec. 2026.04.07 05:24:06.143032 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2026.04.07 05:24:06.143063 [ 5 ] {f5b30ad8-5b02-4f6e-8e74-9782b4fd18f9} TCPHandler: Processed in 0.001282404 sec. 2026.04.07 05:24:06.143128 [ 193 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.04.07 05:24:06.143218 [ 193 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:24:06.143244 [ 193 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1206 rows starting from the beginning of the part 2026.04.07 05:24:06.143294 [ 193 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 60 rows starting from the beginning of the part 2026.04.07 05:24:06.143332 [ 193 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 60 rows starting from the beginning of the part 2026.04.07 05:24:06.143368 [ 193 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 60 rows starting from the beginning of the part 2026.04.07 05:24:06.143402 [ 193 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 36 rows starting from the beginning of the part 2026.04.07 05:24:06.143437 [ 193 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 24 rows starting from the beginning of the part 2026.04.07 05:24:06.144305 [ 196 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1446 rows, containing 4 columns (4 merged, 0 gathered) in 0.001212893 sec., 1192190.9022477663 rows/sec., 80.49 MiB/sec. 2026.04.07 05:24:06.144581 [ 190 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.04.07 05:24:06.144905 [ 190 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_26_5} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:06.144980 [ 190 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_26_5} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.04.07 05:24:06.145067 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. 2026.04.07 05:24:06.145226 [ 202 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 9401 rows, containing 5 columns (5 merged, 0 gathered) in 0.003514436 sec., 2674966.907919222 rows/sec., 179.56 MiB/sec. 2026.04.07 05:24:06.145480 [ 188 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.04.07 05:24:06.145800 [ 188 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_26_5} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:06.145875 [ 188 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_26_5} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.04.07 05:24:06.145953 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.75 MiB. 2026.04.07 05:24:06.244636 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 2026.04.07 05:24:06.261792 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:06.261832 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2026.04.07 05:24:06.267630 [ 243 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.07 05:24:06.268341 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:06.270977 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 144 2026.04.07 05:24:07.001174 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 238.40 MiB, peak 250.85 MiB, free memory in arenas 0.00 B, will set to 239.60 MiB (RSS), difference: 1.20 MiB 2026.04.07 05:24:11.141105 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:11.141415 [ 5 ] {5cfff042-d684-4c06-a47b-358b439e2d94} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:24:11.141523 [ 5 ] {5cfff042-d684-4c06-a47b-358b439e2d94} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:24:11.142279 [ 5 ] {5cfff042-d684-4c06-a47b-358b439e2d94} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:11.142322 [ 5 ] {5cfff042-d684-4c06-a47b-358b439e2d94} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2026.04.07 05:24:11.142724 [ 5 ] {5cfff042-d684-4c06-a47b-358b439e2d94} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.04.07 05:24:11.142946 [ 5 ] {5cfff042-d684-4c06-a47b-358b439e2d94} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:11.143105 [ 5 ] {5cfff042-d684-4c06-a47b-358b439e2d94} executeQuery: Read 56 rows, 4.41 KiB in 0.001769 sec., 31656.302996042963 rows/sec., 2.43 MiB/sec. 2026.04.07 05:24:11.143154 [ 5 ] {5cfff042-d684-4c06-a47b-358b439e2d94} TCPHandler: Processed in 0.002231802 sec. 2026.04.07 05:24:11.143279 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:11.143382 [ 5 ] {85b6f559-a890-49f9-b253-0b876c9c5a07} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:24:11.143426 [ 5 ] {85b6f559-a890-49f9-b253-0b876c9c5a07} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:24:11.143860 [ 5 ] {85b6f559-a890-49f9-b253-0b876c9c5a07} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:11.143894 [ 5 ] {85b6f559-a890-49f9-b253-0b876c9c5a07} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2026.04.07 05:24:11.144209 [ 5 ] {85b6f559-a890-49f9-b253-0b876c9c5a07} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.04.07 05:24:11.144417 [ 5 ] {85b6f559-a890-49f9-b253-0b876c9c5a07} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:11.144543 [ 5 ] {85b6f559-a890-49f9-b253-0b876c9c5a07} executeQuery: Read 64 rows, 5.12 KiB in 0.001185 sec., 54008.438818565395 rows/sec., 4.22 MiB/sec. 2026.04.07 05:24:11.144585 [ 5 ] {85b6f559-a890-49f9-b253-0b876c9c5a07} TCPHandler: Processed in 0.001358066 sec. 2026.04.07 05:24:11.144703 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:11.144801 [ 5 ] {3ee5a54d-d8dd-4ff0-84c0-4c2c7aff9941} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:24:11.144844 [ 5 ] {3ee5a54d-d8dd-4ff0-84c0-4c2c7aff9941} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:24:11.145252 [ 5 ] {3ee5a54d-d8dd-4ff0-84c0-4c2c7aff9941} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:11.145286 [ 5 ] {3ee5a54d-d8dd-4ff0-84c0-4c2c7aff9941} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2026.04.07 05:24:11.145614 [ 5 ] {3ee5a54d-d8dd-4ff0-84c0-4c2c7aff9941} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.04.07 05:24:11.145820 [ 5 ] {3ee5a54d-d8dd-4ff0-84c0-4c2c7aff9941} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:11.145948 [ 5 ] {3ee5a54d-d8dd-4ff0-84c0-4c2c7aff9941} executeQuery: Read 160 rows, 11.41 KiB in 0.001167 sec., 137103.68466152527 rows/sec., 9.55 MiB/sec. 2026.04.07 05:24:11.145984 [ 5 ] {3ee5a54d-d8dd-4ff0-84c0-4c2c7aff9941} TCPHandler: Processed in 0.001331255 sec. 2026.04.07 05:24:11.146087 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:11.146184 [ 5 ] {084049ad-1e41-4354-b3dd-70a560f2674c} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:24:11.146224 [ 5 ] {084049ad-1e41-4354-b3dd-70a560f2674c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:24:11.146556 [ 5 ] {084049ad-1e41-4354-b3dd-70a560f2674c} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:11.146592 [ 5 ] {084049ad-1e41-4354-b3dd-70a560f2674c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2026.04.07 05:24:11.146897 [ 5 ] {084049ad-1e41-4354-b3dd-70a560f2674c} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.04.07 05:24:11.147107 [ 5 ] {084049ad-1e41-4354-b3dd-70a560f2674c} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:11.147236 [ 5 ] {084049ad-1e41-4354-b3dd-70a560f2674c} executeQuery: Read 60 rows, 4.14 KiB in 0.001071 sec., 56022.40896358544 rows/sec., 3.78 MiB/sec. 2026.04.07 05:24:11.147271 [ 5 ] {084049ad-1e41-4354-b3dd-70a560f2674c} TCPHandler: Processed in 0.001233233 sec. 2026.04.07 05:24:13.074109 [ 73 ] {} DNSResolver: Updating DNS cache 2026.04.07 05:24:13.074186 [ 73 ] {} DNSResolver: Updated DNS cache 2026.04.07 05:24:13.217301 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 9604 2026.04.07 05:24:13.217799 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:13.217837 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2026.04.07 05:24:13.218309 [ 244 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.07 05:24:13.218542 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:13.218669 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9604 2026.04.07 05:24:13.228917 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 510 2026.04.07 05:24:13.232271 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:13.232316 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2026.04.07 05:24:13.233544 [ 242 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.07 05:24:13.233807 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:13.234058 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 510 2026.04.07 05:24:13.771855 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 2026.04.07 05:24:13.788182 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:13.788239 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2026.04.07 05:24:13.794313 [ 243 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.07 05:24:13.795003 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:13.797731 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 151 2026.04.07 05:24:16.143129 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:16.143307 [ 5 ] {48158da6-894c-4363-9461-f245311fe627} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:24:16.143375 [ 5 ] {48158da6-894c-4363-9461-f245311fe627} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:24:16.144133 [ 5 ] {48158da6-894c-4363-9461-f245311fe627} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:16.144177 [ 5 ] {48158da6-894c-4363-9461-f245311fe627} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2026.04.07 05:24:16.144584 [ 5 ] {48158da6-894c-4363-9461-f245311fe627} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.04.07 05:24:16.144806 [ 5 ] {48158da6-894c-4363-9461-f245311fe627} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:16.144958 [ 5 ] {48158da6-894c-4363-9461-f245311fe627} executeQuery: Read 140 rows, 12.49 KiB in 0.001721 sec., 81348.05345729226 rows/sec., 7.09 MiB/sec. 2026.04.07 05:24:16.145003 [ 5 ] {48158da6-894c-4363-9461-f245311fe627} TCPHandler: Processed in 0.002025958 sec. 2026.04.07 05:24:16.145184 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:16.145280 [ 5 ] {e772788b-15e6-467c-a829-b5a17201c9b7} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.07 05:24:16.145322 [ 5 ] {e772788b-15e6-467c-a829-b5a17201c9b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.07 05:24:16.145818 [ 5 ] {e772788b-15e6-467c-a829-b5a17201c9b7} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:16.145856 [ 5 ] {e772788b-15e6-467c-a829-b5a17201c9b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2026.04.07 05:24:16.146159 [ 5 ] {e772788b-15e6-467c-a829-b5a17201c9b7} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.07 05:24:16.146364 [ 5 ] {e772788b-15e6-467c-a829-b5a17201c9b7} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:16.146469 [ 71 ] {} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.04.07 05:24:16.146493 [ 5 ] {e772788b-15e6-467c-a829-b5a17201c9b7} executeQuery: Read 42 rows, 3.16 KiB in 0.001191 sec., 35264.48362720403 rows/sec., 2.59 MiB/sec. 2026.04.07 05:24:16.146535 [ 71 ] {} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:16.146546 [ 5 ] {e772788b-15e6-467c-a829-b5a17201c9b7} TCPHandler: Processed in 0.001376456 sec. 2026.04.07 05:24:16.146563 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2026.04.07 05:24:16.146673 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:16.146685 [ 188 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.04.07 05:24:16.146775 [ 5 ] {4343cba7-37b0-45e9-b5f9-fcb97e599d83} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:24:16.146820 [ 5 ] {4343cba7-37b0-45e9-b5f9-fcb97e599d83} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:24:16.146836 [ 188 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:24:16.146878 [ 188 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 70 rows starting from the beginning of the part 2026.04.07 05:24:16.146978 [ 188 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 54 rows starting from the beginning of the part 2026.04.07 05:24:16.147033 [ 188 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 42 rows starting from the beginning of the part 2026.04.07 05:24:16.147093 [ 188 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 42 rows starting from the beginning of the part 2026.04.07 05:24:16.147143 [ 188 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 81 rows starting from the beginning of the part 2026.04.07 05:24:16.147191 [ 188 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 42 rows starting from the beginning of the part 2026.04.07 05:24:16.147252 [ 5 ] {4343cba7-37b0-45e9-b5f9-fcb97e599d83} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:16.147293 [ 5 ] {4343cba7-37b0-45e9-b5f9-fcb97e599d83} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2026.04.07 05:24:16.147657 [ 5 ] {4343cba7-37b0-45e9-b5f9-fcb97e599d83} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.04.07 05:24:16.147881 [ 5 ] {4343cba7-37b0-45e9-b5f9-fcb97e599d83} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:16.148014 [ 5 ] {4343cba7-37b0-45e9-b5f9-fcb97e599d83} executeQuery: Read 106 rows, 8.48 KiB in 0.001259 sec., 84193.80460683082 rows/sec., 6.58 MiB/sec. 2026.04.07 05:24:16.148052 [ 5 ] {4343cba7-37b0-45e9-b5f9-fcb97e599d83} TCPHandler: Processed in 0.001428977 sec. 2026.04.07 05:24:16.148173 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:16.148217 [ 202 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 331 rows, containing 5 columns (5 merged, 0 gathered) in 0.0015861 sec., 208687.9767984364 rows/sec., 16.12 MiB/sec. 2026.04.07 05:24:16.148268 [ 5 ] {76b93774-cede-4df8-a3f8-eb4ce9190788} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:24:16.148317 [ 5 ] {76b93774-cede-4df8-a3f8-eb4ce9190788} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:24:16.148390 [ 196 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.04.07 05:24:16.148742 [ 196 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_16_3} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:16.148746 [ 5 ] {76b93774-cede-4df8-a3f8-eb4ce9190788} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:16.148797 [ 5 ] {76b93774-cede-4df8-a3f8-eb4ce9190788} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2026.04.07 05:24:16.148821 [ 196 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_16_3} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.04.07 05:24:16.148903 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.04.07 05:24:16.149134 [ 5 ] {76b93774-cede-4df8-a3f8-eb4ce9190788} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.04.07 05:24:16.149358 [ 5 ] {76b93774-cede-4df8-a3f8-eb4ce9190788} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:16.149487 [ 5 ] {76b93774-cede-4df8-a3f8-eb4ce9190788} executeQuery: Read 160 rows, 11.41 KiB in 0.001238 sec., 129240.71082390954 rows/sec., 9.00 MiB/sec. 2026.04.07 05:24:16.149526 [ 5 ] {76b93774-cede-4df8-a3f8-eb4ce9190788} TCPHandler: Processed in 0.001401916 sec. 2026.04.07 05:24:16.149640 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:16.149735 [ 5 ] {5b5383c6-b572-46a9-9b4e-ef837a2b424d} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.07 05:24:16.149788 [ 5 ] {5b5383c6-b572-46a9-9b4e-ef837a2b424d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.07 05:24:16.150631 [ 5 ] {5b5383c6-b572-46a9-9b4e-ef837a2b424d} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:16.150666 [ 5 ] {5b5383c6-b572-46a9-9b4e-ef837a2b424d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2026.04.07 05:24:16.151226 [ 5 ] {5b5383c6-b572-46a9-9b4e-ef837a2b424d} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.07 05:24:16.151449 [ 5 ] {5b5383c6-b572-46a9-9b4e-ef837a2b424d} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:16.151586 [ 5 ] {5b5383c6-b572-46a9-9b4e-ef837a2b424d} executeQuery: Read 42 rows, 77.07 KiB in 0.001869 sec., 22471.91011235955 rows/sec., 40.27 MiB/sec. 2026.04.07 05:24:16.151647 [ 5 ] {5b5383c6-b572-46a9-9b4e-ef837a2b424d} TCPHandler: Processed in 0.002055449 sec. 2026.04.07 05:24:16.151770 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:16.151866 [ 5 ] {1bc387a9-2db6-404a-98b0-4f1dd7702bc3} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:24:16.151908 [ 5 ] {1bc387a9-2db6-404a-98b0-4f1dd7702bc3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:24:16.152246 [ 5 ] {1bc387a9-2db6-404a-98b0-4f1dd7702bc3} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:16.152282 [ 5 ] {1bc387a9-2db6-404a-98b0-4f1dd7702bc3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2026.04.07 05:24:16.152582 [ 5 ] {1bc387a9-2db6-404a-98b0-4f1dd7702bc3} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.04.07 05:24:16.152786 [ 5 ] {1bc387a9-2db6-404a-98b0-4f1dd7702bc3} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:16.152911 [ 5 ] {1bc387a9-2db6-404a-98b0-4f1dd7702bc3} executeQuery: Read 60 rows, 4.14 KiB in 0.001064 sec., 56390.97744360902 rows/sec., 3.80 MiB/sec. 2026.04.07 05:24:16.152947 [ 5 ] {1bc387a9-2db6-404a-98b0-4f1dd7702bc3} TCPHandler: Processed in 0.001225954 sec. 2026.04.07 05:24:17.085023 [ 69 ] {} oximeter.fields_ipaddr (825a423c-b132-44a1-9146-cfb597c4352e) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.04.07 05:24:17.085090 [ 69 ] {} oximeter.fields_ipaddr (825a423c-b132-44a1-9146-cfb597c4352e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:17.085112 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2026.04.07 05:24:17.085238 [ 188 ] {825a423c-b132-44a1-9146-cfb597c4352e::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.04.07 05:24:17.085397 [ 188 ] {825a423c-b132-44a1-9146-cfb597c4352e::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:24:17.085436 [ 188 ] {825a423c-b132-44a1-9146-cfb597c4352e::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 10 rows starting from the beginning of the part 2026.04.07 05:24:17.085509 [ 188 ] {825a423c-b132-44a1-9146-cfb597c4352e::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part 2026.04.07 05:24:17.085560 [ 188 ] {825a423c-b132-44a1-9146-cfb597c4352e::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part 2026.04.07 05:24:17.085619 [ 188 ] {825a423c-b132-44a1-9146-cfb597c4352e::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part 2026.04.07 05:24:17.085663 [ 188 ] {825a423c-b132-44a1-9146-cfb597c4352e::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 16 rows starting from the beginning of the part 2026.04.07 05:24:17.086521 [ 195 ] {825a423c-b132-44a1-9146-cfb597c4352e::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 44 rows, containing 5 columns (5 merged, 0 gathered) in 0.001336935 sec., 32911.09889411228 rows/sec., 2.75 MiB/sec. 2026.04.07 05:24:17.086741 [ 202 ] {825a423c-b132-44a1-9146-cfb597c4352e::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.04.07 05:24:17.087076 [ 202 ] {825a423c-b132-44a1-9146-cfb597c4352e::all_1_5_1} oximeter.fields_ipaddr (825a423c-b132-44a1-9146-cfb597c4352e): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:17.087156 [ 202 ] {825a423c-b132-44a1-9146-cfb597c4352e::all_1_5_1} oximeter.fields_ipaddr (825a423c-b132-44a1-9146-cfb597c4352e) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.04.07 05:24:17.087267 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.04.07 05:24:20.719094 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 10052 2026.04.07 05:24:20.719685 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:20.719743 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2026.04.07 05:24:20.720253 [ 244 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.07 05:24:20.720480 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:20.720608 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10052 2026.04.07 05:24:20.720604 [ 63 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.04.07 05:24:20.720680 [ 63 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:20.720726 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2026.04.07 05:24:20.720825 [ 188 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.04.07 05:24:20.720923 [ 188 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:24:20.720956 [ 188 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 7684 rows starting from the beginning of the part 2026.04.07 05:24:20.721030 [ 188 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 448 rows starting from the beginning of the part 2026.04.07 05:24:20.721072 [ 188 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 512 rows starting from the beginning of the part 2026.04.07 05:24:20.721112 [ 188 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 448 rows starting from the beginning of the part 2026.04.07 05:24:20.721147 [ 188 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 512 rows starting from the beginning of the part 2026.04.07 05:24:20.721186 [ 188 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 448 rows starting from the beginning of the part 2026.04.07 05:24:20.723472 [ 186 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 10052 rows, containing 4 columns (4 merged, 0 gathered) in 0.002721742 sec., 3693222.943247376 rows/sec., 52.83 MiB/sec. 2026.04.07 05:24:20.724021 [ 186 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.04.07 05:24:20.724464 [ 186 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_21_4} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:20.724575 [ 186 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_21_4} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.04.07 05:24:20.724708 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB. 2026.04.07 05:24:21.141486 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:21.141671 [ 5 ] {830f3318-a33c-4b88-b296-a161993a1227} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.07 05:24:21.141747 [ 5 ] {830f3318-a33c-4b88-b296-a161993a1227} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.07 05:24:21.142369 [ 5 ] {830f3318-a33c-4b88-b296-a161993a1227} oximeter.fields_ipaddr (825a423c-b132-44a1-9146-cfb597c4352e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:21.142420 [ 5 ] {830f3318-a33c-4b88-b296-a161993a1227} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2026.04.07 05:24:21.142834 [ 5 ] {830f3318-a33c-4b88-b296-a161993a1227} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.07 05:24:21.143072 [ 5 ] {830f3318-a33c-4b88-b296-a161993a1227} oximeter.fields_ipaddr (825a423c-b132-44a1-9146-cfb597c4352e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:21.143233 [ 5 ] {830f3318-a33c-4b88-b296-a161993a1227} executeQuery: Read 2 rows, 167.00 B in 0.001612 sec., 1240.6947890818858 rows/sec., 101.17 KiB/sec. 2026.04.07 05:24:21.143283 [ 5 ] {830f3318-a33c-4b88-b296-a161993a1227} TCPHandler: Processed in 0.001930116 sec. 2026.04.07 05:24:21.143409 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:21.143512 [ 5 ] {e4887636-e495-45ce-81b3-1aa5052b8f61} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:24:21.143566 [ 5 ] {e4887636-e495-45ce-81b3-1aa5052b8f61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:24:21.143993 [ 5 ] {e4887636-e495-45ce-81b3-1aa5052b8f61} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:21.144032 [ 5 ] {e4887636-e495-45ce-81b3-1aa5052b8f61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2026.04.07 05:24:21.144352 [ 5 ] {e4887636-e495-45ce-81b3-1aa5052b8f61} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.04.07 05:24:21.144579 [ 5 ] {e4887636-e495-45ce-81b3-1aa5052b8f61} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:21.144716 [ 5 ] {e4887636-e495-45ce-81b3-1aa5052b8f61} executeQuery: Read 57 rows, 4.48 KiB in 0.001228 sec., 46416.938110749186 rows/sec., 3.56 MiB/sec. 2026.04.07 05:24:21.144753 [ 5 ] {e4887636-e495-45ce-81b3-1aa5052b8f61} TCPHandler: Processed in 0.001398527 sec. 2026.04.07 05:24:21.144866 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:21.144963 [ 5 ] {feef8983-5ec8-41d5-8715-177b27cbfbf1} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.07 05:24:21.145005 [ 5 ] {feef8983-5ec8-41d5-8715-177b27cbfbf1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.07 05:24:21.145388 [ 5 ] {feef8983-5ec8-41d5-8715-177b27cbfbf1} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:21.145425 [ 5 ] {feef8983-5ec8-41d5-8715-177b27cbfbf1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2026.04.07 05:24:21.145711 [ 5 ] {feef8983-5ec8-41d5-8715-177b27cbfbf1} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.07 05:24:21.145942 [ 5 ] {feef8983-5ec8-41d5-8715-177b27cbfbf1} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:21.146071 [ 5 ] {feef8983-5ec8-41d5-8715-177b27cbfbf1} executeQuery: Read 2 rows, 143.00 B in 0.001127 sec., 1774.622892635315 rows/sec., 123.91 KiB/sec. 2026.04.07 05:24:21.146109 [ 5 ] {feef8983-5ec8-41d5-8715-177b27cbfbf1} TCPHandler: Processed in 0.001292704 sec. 2026.04.07 05:24:21.146222 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:21.146317 [ 5 ] {b5049fa1-46a6-494a-a84a-bd92a177cff0} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:24:21.146359 [ 5 ] {b5049fa1-46a6-494a-a84a-bd92a177cff0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:24:21.146770 [ 5 ] {b5049fa1-46a6-494a-a84a-bd92a177cff0} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:21.146807 [ 5 ] {b5049fa1-46a6-494a-a84a-bd92a177cff0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2026.04.07 05:24:21.147116 [ 5 ] {b5049fa1-46a6-494a-a84a-bd92a177cff0} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.04.07 05:24:21.147342 [ 5 ] {b5049fa1-46a6-494a-a84a-bd92a177cff0} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:21.147470 [ 5 ] {b5049fa1-46a6-494a-a84a-bd92a177cff0} executeQuery: Read 66 rows, 5.28 KiB in 0.001172 sec., 56313.99317406143 rows/sec., 4.40 MiB/sec. 2026.04.07 05:24:21.147507 [ 5 ] {b5049fa1-46a6-494a-a84a-bd92a177cff0} TCPHandler: Processed in 0.001335565 sec. 2026.04.07 05:24:21.147619 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:21.147714 [ 5 ] {078efdd2-fbaf-498f-bd8e-be9674ce9bb0} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:24:21.147756 [ 5 ] {078efdd2-fbaf-498f-bd8e-be9674ce9bb0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:24:21.148154 [ 5 ] {078efdd2-fbaf-498f-bd8e-be9674ce9bb0} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:21.148190 [ 5 ] {078efdd2-fbaf-498f-bd8e-be9674ce9bb0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2026.04.07 05:24:21.148525 [ 5 ] {078efdd2-fbaf-498f-bd8e-be9674ce9bb0} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.04.07 05:24:21.148736 [ 5 ] {078efdd2-fbaf-498f-bd8e-be9674ce9bb0} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:21.148865 [ 5 ] {078efdd2-fbaf-498f-bd8e-be9674ce9bb0} executeQuery: Read 161 rows, 11.48 KiB in 0.001169 sec., 137724.5508982036 rows/sec., 9.59 MiB/sec. 2026.04.07 05:24:21.148902 [ 5 ] {078efdd2-fbaf-498f-bd8e-be9674ce9bb0} TCPHandler: Processed in 0.001332455 sec. 2026.04.07 05:24:21.149048 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:21.149144 [ 5 ] {74a8669c-cd1a-49f6-9653-fa28bad4356a} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:24:21.149185 [ 5 ] {74a8669c-cd1a-49f6-9653-fa28bad4356a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:24:21.149548 [ 5 ] {74a8669c-cd1a-49f6-9653-fa28bad4356a} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:21.149587 [ 5 ] {74a8669c-cd1a-49f6-9653-fa28bad4356a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2026.04.07 05:24:21.149935 [ 5 ] {74a8669c-cd1a-49f6-9653-fa28bad4356a} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.04.07 05:24:21.150145 [ 5 ] {74a8669c-cd1a-49f6-9653-fa28bad4356a} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:21.150277 [ 5 ] {74a8669c-cd1a-49f6-9653-fa28bad4356a} executeQuery: Read 60 rows, 4.14 KiB in 0.00115 sec., 52173.913043478264 rows/sec., 3.52 MiB/sec. 2026.04.07 05:24:21.150316 [ 5 ] {74a8669c-cd1a-49f6-9653-fa28bad4356a} TCPHandler: Processed in 0.001325395 sec. 2026.04.07 05:24:21.298159 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 2026.04.07 05:24:21.314999 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:21.315050 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2026.04.07 05:24:21.321201 [ 243 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.07 05:24:21.321959 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:21.322266 [ 62 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.04.07 05:24:21.322348 [ 62 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:21.322385 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2026.04.07 05:24:21.322536 [ 194 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.04.07 05:24:21.324971 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 159 2026.04.07 05:24:21.326371 [ 194 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:24:21.327707 [ 194 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 121 rows starting from the beginning of the part 2026.04.07 05:24:21.332364 [ 194 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 8 rows starting from the beginning of the part 2026.04.07 05:24:21.336763 [ 194 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 7 rows starting from the beginning of the part 2026.04.07 05:24:21.341193 [ 194 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 8 rows starting from the beginning of the part 2026.04.07 05:24:21.345529 [ 194 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 7 rows starting from the beginning of the part 2026.04.07 05:24:21.349963 [ 194 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 8 rows starting from the beginning of the part 2026.04.07 05:24:21.403383 [ 188 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.080911317 sec., 1965.1144721819323 rows/sec., 10.16 MiB/sec. 2026.04.07 05:24:21.406382 [ 188 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.04.07 05:24:21.408566 [ 188 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_21_4} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:21.408678 [ 188 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_21_4} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.04.07 05:24:21.411141 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.04.07 05:24:22.001157 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 242.92 MiB, peak 253.46 MiB, free memory in arenas 0.00 B, will set to 250.11 MiB (RSS), difference: 7.19 MiB 2026.04.07 05:24:22.601790 [ 59 ] {} oximeter.fields_u32 (77106049-3b56-443c-8974-c866b1324d40) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.04.07 05:24:22.601929 [ 59 ] {} oximeter.fields_u32 (77106049-3b56-443c-8974-c866b1324d40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:22.601960 [ 59 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2026.04.07 05:24:22.602054 [ 195 ] {77106049-3b56-443c-8974-c866b1324d40::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.04.07 05:24:22.602186 [ 195 ] {77106049-3b56-443c-8974-c866b1324d40::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:24:22.602225 [ 195 ] {77106049-3b56-443c-8974-c866b1324d40::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part 2026.04.07 05:24:22.602311 [ 195 ] {77106049-3b56-443c-8974-c866b1324d40::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 24 rows starting from the beginning of the part 2026.04.07 05:24:22.602356 [ 195 ] {77106049-3b56-443c-8974-c866b1324d40::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part 2026.04.07 05:24:22.602398 [ 195 ] {77106049-3b56-443c-8974-c866b1324d40::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part 2026.04.07 05:24:22.602441 [ 195 ] {77106049-3b56-443c-8974-c866b1324d40::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 825 rows starting from the beginning of the part 2026.04.07 05:24:22.603381 [ 198 ] {77106049-3b56-443c-8974-c866b1324d40::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 921 rows, containing 5 columns (5 merged, 0 gathered) in 0.001363786 sec., 675325.8942385388 rows/sec., 43.80 MiB/sec. 2026.04.07 05:24:22.603559 [ 195 ] {77106049-3b56-443c-8974-c866b1324d40::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.04.07 05:24:22.603804 [ 195 ] {77106049-3b56-443c-8974-c866b1324d40::all_1_5_1} oximeter.fields_u32 (77106049-3b56-443c-8974-c866b1324d40): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:22.603868 [ 195 ] {77106049-3b56-443c-8974-c866b1324d40::all_1_5_1} oximeter.fields_u32 (77106049-3b56-443c-8974-c866b1324d40) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.04.07 05:24:22.603926 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2026.04.07 05:24:23.234589 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 534 2026.04.07 05:24:23.236699 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:23.236747 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2026.04.07 05:24:23.237949 [ 242 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.07 05:24:23.238216 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:23.238374 [ 59 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.04.07 05:24:23.238437 [ 59 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:23.238457 [ 59 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2026.04.07 05:24:23.238465 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 534 2026.04.07 05:24:23.238572 [ 200 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.04.07 05:24:23.239161 [ 200 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:24:23.239364 [ 200 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 380 rows starting from the beginning of the part 2026.04.07 05:24:23.239748 [ 200 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 26 rows starting from the beginning of the part 2026.04.07 05:24:23.240130 [ 200 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 20 rows starting from the beginning of the part 2026.04.07 05:24:23.240530 [ 200 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 26 rows starting from the beginning of the part 2026.04.07 05:24:23.240903 [ 200 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 58 rows starting from the beginning of the part 2026.04.07 05:24:23.241255 [ 200 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 24 rows starting from the beginning of the part 2026.04.07 05:24:23.248288 [ 195 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 534 rows, containing 72 columns (72 merged, 0 gathered) in 0.009771755 sec., 54647.29723575755 rows/sec., 48.76 MiB/sec. 2026.04.07 05:24:23.249385 [ 199 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.04.07 05:24:23.250025 [ 199 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_16_3} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:23.250117 [ 199 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_16_3} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.04.07 05:24:23.250437 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.85 MiB. 2026.04.07 05:24:26.143873 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:26.144072 [ 5 ] {7c903bfb-fca5-4ebc-86e2-1e649e83716d} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:24:26.144142 [ 5 ] {7c903bfb-fca5-4ebc-86e2-1e649e83716d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:24:26.144831 [ 5 ] {7c903bfb-fca5-4ebc-86e2-1e649e83716d} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:26.144882 [ 5 ] {7c903bfb-fca5-4ebc-86e2-1e649e83716d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2026.04.07 05:24:26.145349 [ 5 ] {7c903bfb-fca5-4ebc-86e2-1e649e83716d} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.04.07 05:24:26.145606 [ 5 ] {7c903bfb-fca5-4ebc-86e2-1e649e83716d} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:26.145785 [ 5 ] {7c903bfb-fca5-4ebc-86e2-1e649e83716d} executeQuery: Read 140 rows, 12.49 KiB in 0.001764 sec., 79365.07936507936 rows/sec., 6.91 MiB/sec. 2026.04.07 05:24:26.145836 [ 5 ] {7c903bfb-fca5-4ebc-86e2-1e649e83716d} TCPHandler: Processed in 0.00209257 sec. 2026.04.07 05:24:26.145961 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:26.146067 [ 5 ] {85ffd8fd-dc3e-405b-a2c3-a56c6783fa08} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.07 05:24:26.146110 [ 5 ] {85ffd8fd-dc3e-405b-a2c3-a56c6783fa08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.07 05:24:26.146545 [ 5 ] {85ffd8fd-dc3e-405b-a2c3-a56c6783fa08} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:26.146584 [ 5 ] {85ffd8fd-dc3e-405b-a2c3-a56c6783fa08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2026.04.07 05:24:26.146914 [ 5 ] {85ffd8fd-dc3e-405b-a2c3-a56c6783fa08} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.07 05:24:26.147132 [ 5 ] {85ffd8fd-dc3e-405b-a2c3-a56c6783fa08} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:26.147271 [ 5 ] {85ffd8fd-dc3e-405b-a2c3-a56c6783fa08} executeQuery: Read 42 rows, 3.16 KiB in 0.001229 sec., 34174.125305126116 rows/sec., 2.51 MiB/sec. 2026.04.07 05:24:26.147312 [ 5 ] {85ffd8fd-dc3e-405b-a2c3-a56c6783fa08} TCPHandler: Processed in 0.001404767 sec. 2026.04.07 05:24:26.147432 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:26.147529 [ 5 ] {62f3a722-5ed7-42bf-884a-e74037ac254b} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:24:26.147571 [ 5 ] {62f3a722-5ed7-42bf-884a-e74037ac254b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:24:26.148000 [ 5 ] {62f3a722-5ed7-42bf-884a-e74037ac254b} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:26.148038 [ 5 ] {62f3a722-5ed7-42bf-884a-e74037ac254b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2026.04.07 05:24:26.148360 [ 5 ] {62f3a722-5ed7-42bf-884a-e74037ac254b} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.04.07 05:24:26.148586 [ 5 ] {62f3a722-5ed7-42bf-884a-e74037ac254b} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:26.148718 [ 5 ] {62f3a722-5ed7-42bf-884a-e74037ac254b} executeQuery: Read 106 rows, 8.48 KiB in 0.001209 sec., 87675.76509511993 rows/sec., 6.85 MiB/sec. 2026.04.07 05:24:26.148757 [ 5 ] {62f3a722-5ed7-42bf-884a-e74037ac254b} TCPHandler: Processed in 0.001376546 sec. 2026.04.07 05:24:26.148873 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:26.148970 [ 5 ] {b3fd3f06-eace-430c-bc30-fd7314d036fc} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:24:26.149017 [ 5 ] {b3fd3f06-eace-430c-bc30-fd7314d036fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:24:26.149471 [ 5 ] {b3fd3f06-eace-430c-bc30-fd7314d036fc} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:26.149508 [ 5 ] {b3fd3f06-eace-430c-bc30-fd7314d036fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2026.04.07 05:24:26.149882 [ 5 ] {b3fd3f06-eace-430c-bc30-fd7314d036fc} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.04.07 05:24:26.150098 [ 5 ] {b3fd3f06-eace-430c-bc30-fd7314d036fc} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:26.150227 [ 5 ] {b3fd3f06-eace-430c-bc30-fd7314d036fc} executeQuery: Read 160 rows, 11.41 KiB in 0.001278 sec., 125195.61815336463 rows/sec., 8.72 MiB/sec. 2026.04.07 05:24:26.150264 [ 5 ] {b3fd3f06-eace-430c-bc30-fd7314d036fc} TCPHandler: Processed in 0.001440688 sec. 2026.04.07 05:24:26.150377 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:26.150470 [ 5 ] {30dcc44c-b198-4645-a452-90d6ccd10f81} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.07 05:24:26.150522 [ 5 ] {30dcc44c-b198-4645-a452-90d6ccd10f81} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.07 05:24:26.151311 [ 5 ] {30dcc44c-b198-4645-a452-90d6ccd10f81} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:26.151347 [ 5 ] {30dcc44c-b198-4645-a452-90d6ccd10f81} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2026.04.07 05:24:26.151928 [ 5 ] {30dcc44c-b198-4645-a452-90d6ccd10f81} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.07 05:24:26.152158 [ 5 ] {30dcc44c-b198-4645-a452-90d6ccd10f81} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:26.152298 [ 5 ] {30dcc44c-b198-4645-a452-90d6ccd10f81} executeQuery: Read 42 rows, 77.07 KiB in 0.001846 sec., 22751.89599133261 rows/sec., 40.77 MiB/sec. 2026.04.07 05:24:26.152369 [ 5 ] {30dcc44c-b198-4645-a452-90d6ccd10f81} TCPHandler: Processed in 0.002038958 sec. 2026.04.07 05:24:26.152481 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:26.152574 [ 5 ] {da5c6648-844d-4b9e-ab05-0ac743ee388f} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:24:26.152615 [ 5 ] {da5c6648-844d-4b9e-ab05-0ac743ee388f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:24:26.152946 [ 5 ] {da5c6648-844d-4b9e-ab05-0ac743ee388f} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:26.152982 [ 5 ] {da5c6648-844d-4b9e-ab05-0ac743ee388f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2026.04.07 05:24:26.153272 [ 5 ] {da5c6648-844d-4b9e-ab05-0ac743ee388f} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.04.07 05:24:26.153472 [ 5 ] {da5c6648-844d-4b9e-ab05-0ac743ee388f} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:26.153596 [ 5 ] {da5c6648-844d-4b9e-ab05-0ac743ee388f} executeQuery: Read 60 rows, 4.14 KiB in 0.00104 sec., 57692.307692307695 rows/sec., 3.89 MiB/sec. 2026.04.07 05:24:26.153630 [ 5 ] {da5c6648-844d-4b9e-ab05-0ac743ee388f} TCPHandler: Processed in 0.001196052 sec. 2026.04.07 05:24:28.074247 [ 43 ] {} DNSResolver: Updating DNS cache 2026.04.07 05:24:28.074305 [ 43 ] {} DNSResolver: Updated DNS cache 2026.04.07 05:24:28.221531 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 10564 2026.04.07 05:24:28.222039 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:28.222085 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2026.04.07 05:24:28.222684 [ 244 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.04.07 05:24:28.222923 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:28.223065 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10564 2026.04.07 05:24:28.825099 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 2026.04.07 05:24:28.840204 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:28.840261 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2026.04.07 05:24:28.846885 [ 243 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.04.07 05:24:28.847598 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:28.850409 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 166 2026.04.07 05:24:31.141050 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:31.141251 [ 5 ] {79955c76-bac2-40b1-a847-daf5126c91a7} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:24:31.141323 [ 5 ] {79955c76-bac2-40b1-a847-daf5126c91a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:24:31.141963 [ 5 ] {79955c76-bac2-40b1-a847-daf5126c91a7} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:31.142001 [ 5 ] {79955c76-bac2-40b1-a847-daf5126c91a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2026.04.07 05:24:31.142390 [ 5 ] {79955c76-bac2-40b1-a847-daf5126c91a7} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.04.07 05:24:31.142616 [ 5 ] {79955c76-bac2-40b1-a847-daf5126c91a7} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:31.142732 [ 41 ] {} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.04.07 05:24:31.142767 [ 5 ] {79955c76-bac2-40b1-a847-daf5126c91a7} executeQuery: Read 56 rows, 4.41 KiB in 0.00157 sec., 35668.789808917194 rows/sec., 2.74 MiB/sec. 2026.04.07 05:24:31.142773 [ 41 ] {} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:31.142802 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2026.04.07 05:24:31.142809 [ 5 ] {79955c76-bac2-40b1-a847-daf5126c91a7} TCPHandler: Processed in 0.001898876 sec. 2026.04.07 05:24:31.142895 [ 189 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.04.07 05:24:31.142927 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:31.142992 [ 189 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:24:31.143023 [ 5 ] {06727838-b243-469f-9a99-a260a0294281} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:24:31.143025 [ 189 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 2620 rows starting from the beginning of the part 2026.04.07 05:24:31.143065 [ 5 ] {06727838-b243-469f-9a99-a260a0294281} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:24:31.143099 [ 189 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 56 rows starting from the beginning of the part 2026.04.07 05:24:31.143147 [ 189 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 140 rows starting from the beginning of the part 2026.04.07 05:24:31.143204 [ 189 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 57 rows starting from the beginning of the part 2026.04.07 05:24:31.143248 [ 189 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 140 rows starting from the beginning of the part 2026.04.07 05:24:31.143292 [ 189 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 56 rows starting from the beginning of the part 2026.04.07 05:24:31.143476 [ 5 ] {06727838-b243-469f-9a99-a260a0294281} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:31.143511 [ 5 ] {06727838-b243-469f-9a99-a260a0294281} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2026.04.07 05:24:31.143930 [ 5 ] {06727838-b243-469f-9a99-a260a0294281} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.04.07 05:24:31.144157 [ 5 ] {06727838-b243-469f-9a99-a260a0294281} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:31.144250 [ 41 ] {} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.04.07 05:24:31.144273 [ 41 ] {} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:31.144282 [ 5 ] {06727838-b243-469f-9a99-a260a0294281} executeQuery: Read 64 rows, 5.12 KiB in 0.001278 sec., 50078.24726134585 rows/sec., 3.91 MiB/sec. 2026.04.07 05:24:31.144289 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2026.04.07 05:24:31.144319 [ 5 ] {06727838-b243-469f-9a99-a260a0294281} TCPHandler: Processed in 0.001442617 sec. 2026.04.07 05:24:31.144395 [ 195 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.04.07 05:24:31.144435 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:31.144535 [ 5 ] {db325730-bd59-4c6e-855e-f75702d9d8e2} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:24:31.144535 [ 195 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:24:31.144583 [ 5 ] {db325730-bd59-4c6e-855e-f75702d9d8e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:24:31.144589 [ 195 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1404 rows starting from the beginning of the part 2026.04.07 05:24:31.144624 [ 190 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 3069 rows, containing 5 columns (5 merged, 0 gathered) in 0.001761973 sec., 1741797.405522105 rows/sec., 139.84 MiB/sec. 2026.04.07 05:24:31.144665 [ 195 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 64 rows starting from the beginning of the part 2026.04.07 05:24:31.144718 [ 195 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 106 rows starting from the beginning of the part 2026.04.07 05:24:31.144760 [ 195 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 66 rows starting from the beginning of the part 2026.04.07 05:24:31.144795 [ 195 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 106 rows starting from the beginning of the part 2026.04.07 05:24:31.144846 [ 195 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 64 rows starting from the beginning of the part 2026.04.07 05:24:31.144906 [ 197 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.04.07 05:24:31.144989 [ 5 ] {db325730-bd59-4c6e-855e-f75702d9d8e2} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:31.145026 [ 5 ] {db325730-bd59-4c6e-855e-f75702d9d8e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2026.04.07 05:24:31.145207 [ 197 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_31_6} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:31.145273 [ 197 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_31_6} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.04.07 05:24:31.145337 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. 2026.04.07 05:24:31.145433 [ 5 ] {db325730-bd59-4c6e-855e-f75702d9d8e2} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.04.07 05:24:31.145667 [ 5 ] {db325730-bd59-4c6e-855e-f75702d9d8e2} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:31.145798 [ 5 ] {db325730-bd59-4c6e-855e-f75702d9d8e2} executeQuery: Read 160 rows, 11.41 KiB in 0.001282 sec., 124804.992199688 rows/sec., 8.69 MiB/sec. 2026.04.07 05:24:31.145797 [ 39 ] {} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.04.07 05:24:31.145837 [ 5 ] {db325730-bd59-4c6e-855e-f75702d9d8e2} TCPHandler: Processed in 0.001453198 sec. 2026.04.07 05:24:31.145861 [ 39 ] {} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:31.145886 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2026.04.07 05:24:31.145951 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:31.145957 [ 189 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.04.07 05:24:31.146027 [ 193 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1810 rows, containing 5 columns (5 merged, 0 gathered) in 0.001690692 sec., 1070567.5545871158 rows/sec., 79.24 MiB/sec. 2026.04.07 05:24:31.146040 [ 189 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:24:31.146045 [ 5 ] {0721bdd7-a6ab-45db-8fdd-a3e65ab40522} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:24:31.146070 [ 189 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 9401 rows starting from the beginning of the part 2026.04.07 05:24:31.146094 [ 5 ] {0721bdd7-a6ab-45db-8fdd-a3e65ab40522} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:24:31.146118 [ 189 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 160 rows starting from the beginning of the part 2026.04.07 05:24:31.146153 [ 189 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 160 rows starting from the beginning of the part 2026.04.07 05:24:31.146186 [ 189 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 161 rows starting from the beginning of the part 2026.04.07 05:24:31.146218 [ 189 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 160 rows starting from the beginning of the part 2026.04.07 05:24:31.146229 [ 197 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.04.07 05:24:31.146251 [ 189 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 160 rows starting from the beginning of the part 2026.04.07 05:24:31.146399 [ 5 ] {0721bdd7-a6ab-45db-8fdd-a3e65ab40522} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:31.146432 [ 5 ] {0721bdd7-a6ab-45db-8fdd-a3e65ab40522} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2026.04.07 05:24:31.146460 [ 197 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_31_6} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:31.146528 [ 197 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_31_6} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.04.07 05:24:31.146591 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. 2026.04.07 05:24:31.146712 [ 5 ] {0721bdd7-a6ab-45db-8fdd-a3e65ab40522} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.04.07 05:24:31.146977 [ 5 ] {0721bdd7-a6ab-45db-8fdd-a3e65ab40522} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:31.147085 [ 39 ] {} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.04.07 05:24:31.147104 [ 5 ] {0721bdd7-a6ab-45db-8fdd-a3e65ab40522} executeQuery: Read 60 rows, 4.14 KiB in 0.001068 sec., 56179.77528089888 rows/sec., 3.79 MiB/sec. 2026.04.07 05:24:31.147120 [ 39 ] {} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:31.147147 [ 5 ] {0721bdd7-a6ab-45db-8fdd-a3e65ab40522} TCPHandler: Processed in 0.001243933 sec. 2026.04.07 05:24:31.147148 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2026.04.07 05:24:31.147236 [ 195 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.04.07 05:24:31.147337 [ 195 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:24:31.147364 [ 195 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1446 rows starting from the beginning of the part 2026.04.07 05:24:31.147407 [ 195 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part 2026.04.07 05:24:31.147448 [ 195 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 60 rows starting from the beginning of the part 2026.04.07 05:24:31.147479 [ 195 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part 2026.04.07 05:24:31.147514 [ 195 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part 2026.04.07 05:24:31.147547 [ 195 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 60 rows starting from the beginning of the part 2026.04.07 05:24:31.148565 [ 193 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1746 rows, containing 4 columns (4 merged, 0 gathered) in 0.001358016 sec., 1285699.1375653895 rows/sec., 86.78 MiB/sec. 2026.04.07 05:24:31.148778 [ 195 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.04.07 05:24:31.149022 [ 195 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_31_6} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:31.149092 [ 195 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_31_6} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.04.07 05:24:31.149157 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. 2026.04.07 05:24:31.150052 [ 191 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 10202 rows, containing 5 columns (5 merged, 0 gathered) in 0.004117497 sec., 2477718.8665832663 rows/sec., 166.81 MiB/sec. 2026.04.07 05:24:31.150293 [ 195 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.04.07 05:24:31.150528 [ 195 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_31_6} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:31.150598 [ 195 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_31_6} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.04.07 05:24:31.150669 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.01 MiB. 2026.04.07 05:24:32.000284 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 252.56 MiB, peak 259.26 MiB, free memory in arenas 0.00 B, will set to 254.31 MiB (RSS), difference: 1.75 MiB 2026.04.07 05:24:33.238785 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 554 2026.04.07 05:24:33.240942 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:33.240986 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2026.04.07 05:24:33.242200 [ 242 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.07 05:24:33.242489 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:33.242746 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 554 2026.04.07 05:24:34.099708 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:34.099924 [ 5 ] {4fc20b86-9e26-438f-ba03-229392accd3d} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.07 05:24:34.100003 [ 5 ] {4fc20b86-9e26-438f-ba03-229392accd3d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.07 05:24:34.100702 [ 5 ] {4fc20b86-9e26-438f-ba03-229392accd3d} oximeter.fields_i16 (19a28ab3-93b8-470f-bc08-bb1de0445c9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:34.100762 [ 5 ] {4fc20b86-9e26-438f-ba03-229392accd3d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2026.04.07 05:24:34.101195 [ 5 ] {4fc20b86-9e26-438f-ba03-229392accd3d} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.07 05:24:34.101429 [ 5 ] {4fc20b86-9e26-438f-ba03-229392accd3d} oximeter.fields_i16 (19a28ab3-93b8-470f-bc08-bb1de0445c9c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:34.101601 [ 5 ] {4fc20b86-9e26-438f-ba03-229392accd3d} executeQuery: Read 24 rows, 2.04 KiB in 0.001733 sec., 13848.817080207733 rows/sec., 1.15 MiB/sec. 2026.04.07 05:24:34.101656 [ 5 ] {4fc20b86-9e26-438f-ba03-229392accd3d} TCPHandler: Processed in 0.00208052 sec. 2026.04.07 05:24:34.101786 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:34.101895 [ 5 ] {1af2af45-ed0f-4432-80ff-06f7161625c7} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:24:34.101941 [ 5 ] {1af2af45-ed0f-4432-80ff-06f7161625c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:24:34.103412 [ 5 ] {1af2af45-ed0f-4432-80ff-06f7161625c7} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:34.103451 [ 5 ] {1af2af45-ed0f-4432-80ff-06f7161625c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2026.04.07 05:24:34.103987 [ 5 ] {1af2af45-ed0f-4432-80ff-06f7161625c7} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.04.07 05:24:34.104202 [ 5 ] {1af2af45-ed0f-4432-80ff-06f7161625c7} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:34.104348 [ 5 ] {1af2af45-ed0f-4432-80ff-06f7161625c7} executeQuery: Read 2609 rows, 201.24 KiB in 0.002479 sec., 1052440.5002016942 rows/sec., 79.27 MiB/sec. 2026.04.07 05:24:34.104390 [ 5 ] {1af2af45-ed0f-4432-80ff-06f7161625c7} MemoryTracker: Peak memory usage (for query): 4.02 MiB. 2026.04.07 05:24:34.104403 [ 5 ] {1af2af45-ed0f-4432-80ff-06f7161625c7} TCPHandler: Processed in 0.00267135 sec. 2026.04.07 05:24:34.104521 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:34.104624 [ 5 ] {3a5a8ee2-7e7a-4c10-ac4b-fbad4e898611} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.07 05:24:34.104667 [ 5 ] {3a5a8ee2-7e7a-4c10-ac4b-fbad4e898611} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.07 05:24:34.105095 [ 5 ] {3a5a8ee2-7e7a-4c10-ac4b-fbad4e898611} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:34.105134 [ 5 ] {3a5a8ee2-7e7a-4c10-ac4b-fbad4e898611} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2026.04.07 05:24:34.105457 [ 5 ] {3a5a8ee2-7e7a-4c10-ac4b-fbad4e898611} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.07 05:24:34.105669 [ 5 ] {3a5a8ee2-7e7a-4c10-ac4b-fbad4e898611} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:34.105799 [ 5 ] {3a5a8ee2-7e7a-4c10-ac4b-fbad4e898611} executeQuery: Read 65 rows, 4.95 KiB in 0.001198 sec., 54257.09515859766 rows/sec., 4.03 MiB/sec. 2026.04.07 05:24:34.105836 [ 5 ] {3a5a8ee2-7e7a-4c10-ac4b-fbad4e898611} TCPHandler: Processed in 0.001367296 sec. 2026.04.07 05:24:34.105954 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:34.106051 [ 5 ] {13eae3c4-f673-40ca-bda6-3c169d8269f6} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.07 05:24:34.106091 [ 5 ] {13eae3c4-f673-40ca-bda6-3c169d8269f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.07 05:24:34.106714 [ 5 ] {13eae3c4-f673-40ca-bda6-3c169d8269f6} oximeter.fields_u32 (77106049-3b56-443c-8974-c866b1324d40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:34.106750 [ 5 ] {13eae3c4-f673-40ca-bda6-3c169d8269f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2026.04.07 05:24:34.107100 [ 5 ] {13eae3c4-f673-40ca-bda6-3c169d8269f6} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.07 05:24:34.107309 [ 5 ] {13eae3c4-f673-40ca-bda6-3c169d8269f6} oximeter.fields_u32 (77106049-3b56-443c-8974-c866b1324d40): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:34.107437 [ 5 ] {13eae3c4-f673-40ca-bda6-3c169d8269f6} executeQuery: Read 825 rows, 49.42 KiB in 0.001405 sec., 587188.6120996441 rows/sec., 34.35 MiB/sec. 2026.04.07 05:24:34.107475 [ 5 ] {13eae3c4-f673-40ca-bda6-3c169d8269f6} TCPHandler: Processed in 0.001571539 sec. 2026.04.07 05:24:34.107587 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:34.107683 [ 5 ] {bd685659-c366-4d83-ac2d-23332cff9bba} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.04.07 05:24:34.107722 [ 5 ] {bd685659-c366-4d83-ac2d-23332cff9bba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.04.07 05:24:34.108098 [ 5 ] {bd685659-c366-4d83-ac2d-23332cff9bba} oximeter.fields_u64 (694db3f7-adc1-48c0-aa80-2e45c79f29b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:34.108134 [ 5 ] {bd685659-c366-4d83-ac2d-23332cff9bba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2026.04.07 05:24:34.108435 [ 5 ] {bd685659-c366-4d83-ac2d-23332cff9bba} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.07 05:24:34.108641 [ 5 ] {bd685659-c366-4d83-ac2d-23332cff9bba} oximeter.fields_u64 (694db3f7-adc1-48c0-aa80-2e45c79f29b4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:34.108766 [ 5 ] {bd685659-c366-4d83-ac2d-23332cff9bba} executeQuery: Read 1 rows, 72.00 B in 0.001103 sec., 906.6183136899365 rows/sec., 63.75 KiB/sec. 2026.04.07 05:24:34.108803 [ 5 ] {bd685659-c366-4d83-ac2d-23332cff9bba} TCPHandler: Processed in 0.001266303 sec. 2026.04.07 05:24:34.108913 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:34.109007 [ 5 ] {aed133b5-5856-4c10-aac5-0d3a014260c1} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.07 05:24:34.109047 [ 5 ] {aed133b5-5856-4c10-aac5-0d3a014260c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.07 05:24:34.109430 [ 5 ] {aed133b5-5856-4c10-aac5-0d3a014260c1} oximeter.fields_u8 (0286c37b-6235-46e9-9a40-c9bc493e69eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:34.109464 [ 5 ] {aed133b5-5856-4c10-aac5-0d3a014260c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2026.04.07 05:24:34.109770 [ 5 ] {aed133b5-5856-4c10-aac5-0d3a014260c1} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.07 05:24:34.109986 [ 5 ] {aed133b5-5856-4c10-aac5-0d3a014260c1} oximeter.fields_u8 (0286c37b-6235-46e9-9a40-c9bc493e69eb): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:34.110116 [ 5 ] {aed133b5-5856-4c10-aac5-0d3a014260c1} executeQuery: Read 12 rows, 960.00 B in 0.001127 sec., 10647.73735581189 rows/sec., 831.85 KiB/sec. 2026.04.07 05:24:34.110154 [ 5 ] {aed133b5-5856-4c10-aac5-0d3a014260c1} TCPHandler: Processed in 0.001290384 sec. 2026.04.07 05:24:34.110271 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:34.110365 [ 5 ] {2e23cf58-68ff-49b5-ad2c-8249c80cc3c2} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:24:34.110405 [ 5 ] {2e23cf58-68ff-49b5-ad2c-8249c80cc3c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:24:34.111261 [ 5 ] {2e23cf58-68ff-49b5-ad2c-8249c80cc3c2} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:34.111298 [ 5 ] {2e23cf58-68ff-49b5-ad2c-8249c80cc3c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2026.04.07 05:24:34.111692 [ 5 ] {2e23cf58-68ff-49b5-ad2c-8249c80cc3c2} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.04.07 05:24:34.111913 [ 5 ] {2e23cf58-68ff-49b5-ad2c-8249c80cc3c2} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:34.112076 [ 5 ] {2e23cf58-68ff-49b5-ad2c-8249c80cc3c2} executeQuery: Read 1368 rows, 94.74 KiB in 0.001705 sec., 802346.0410557186 rows/sec., 54.26 MiB/sec. 2026.04.07 05:24:34.112130 [ 5 ] {2e23cf58-68ff-49b5-ad2c-8249c80cc3c2} TCPHandler: Processed in 0.001908756 sec. 2026.04.07 05:24:34.112257 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:34.112354 [ 5 ] {8d416dc3-155f-4514-917d-eb41658d111c} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:24:34.112396 [ 5 ] {8d416dc3-155f-4514-917d-eb41658d111c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:24:34.113071 [ 5 ] {8d416dc3-155f-4514-917d-eb41658d111c} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:34.113106 [ 5 ] {8d416dc3-155f-4514-917d-eb41658d111c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2026.04.07 05:24:34.113553 [ 5 ] {8d416dc3-155f-4514-917d-eb41658d111c} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.04.07 05:24:34.113764 [ 5 ] {8d416dc3-155f-4514-917d-eb41658d111c} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:34.113895 [ 5 ] {8d416dc3-155f-4514-917d-eb41658d111c} executeQuery: Read 1596 rows, 100.46 KiB in 0.001562 sec., 1021766.9654289372 rows/sec., 62.81 MiB/sec. 2026.04.07 05:24:34.113933 [ 5 ] {8d416dc3-155f-4514-917d-eb41658d111c} TCPHandler: Processed in 0.001727212 sec. 2026.04.07 05:24:34.114053 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:34.114147 [ 5 ] {3324a578-c8ac-4721-91dd-b80efdde9ce1} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.07 05:24:34.114202 [ 5 ] {3324a578-c8ac-4721-91dd-b80efdde9ce1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.07 05:24:34.115061 [ 5 ] {3324a578-c8ac-4721-91dd-b80efdde9ce1} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:34.115098 [ 5 ] {3324a578-c8ac-4721-91dd-b80efdde9ce1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2026.04.07 05:24:34.115669 [ 5 ] {3324a578-c8ac-4721-91dd-b80efdde9ce1} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.07 05:24:34.115887 [ 5 ] {3324a578-c8ac-4721-91dd-b80efdde9ce1} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:34.116008 [ 36 ] {} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.04.07 05:24:34.116027 [ 5 ] {3324a578-c8ac-4721-91dd-b80efdde9ce1} executeQuery: Read 53 rows, 97.25 KiB in 0.001899 sec., 27909.426013691416 rows/sec., 50.01 MiB/sec. 2026.04.07 05:24:34.116075 [ 36 ] {} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:34.116102 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2026.04.07 05:24:34.116103 [ 5 ] {3324a578-c8ac-4721-91dd-b80efdde9ce1} TCPHandler: Processed in 0.002101269 sec. 2026.04.07 05:24:34.116193 [ 193 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.04.07 05:24:34.116235 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:34.116331 [ 5 ] {bb527832-93c3-4c11-8bb0-49e1057df5e5} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:24:34.116373 [ 5 ] {bb527832-93c3-4c11-8bb0-49e1057df5e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:24:34.116387 [ 193 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:24:34.116442 [ 193 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 396 rows starting from the beginning of the part 2026.04.07 05:24:34.116575 [ 193 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 42 rows starting from the beginning of the part 2026.04.07 05:24:34.116680 [ 193 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 53 rows starting from the beginning of the part 2026.04.07 05:24:34.116702 [ 5 ] {bb527832-93c3-4c11-8bb0-49e1057df5e5} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:34.116739 [ 5 ] {bb527832-93c3-4c11-8bb0-49e1057df5e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2026.04.07 05:24:34.116780 [ 193 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 42 rows starting from the beginning of the part 2026.04.07 05:24:34.116873 [ 193 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 42 rows starting from the beginning of the part 2026.04.07 05:24:34.116970 [ 193 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 53 rows starting from the beginning of the part 2026.04.07 05:24:34.117054 [ 5 ] {bb527832-93c3-4c11-8bb0-49e1057df5e5} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.04.07 05:24:34.117280 [ 5 ] {bb527832-93c3-4c11-8bb0-49e1057df5e5} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:34.117411 [ 5 ] {bb527832-93c3-4c11-8bb0-49e1057df5e5} executeQuery: Read 36 rows, 2.48 KiB in 0.001099 sec., 32757.051865332123 rows/sec., 2.21 MiB/sec. 2026.04.07 05:24:34.117446 [ 5 ] {bb527832-93c3-4c11-8bb0-49e1057df5e5} TCPHandler: Processed in 0.001261044 sec. 2026.04.07 05:24:34.137877 [ 195 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 628 rows, containing 19 columns (19 merged, 0 gathered) in 0.02171659 sec., 28917.98390078737 rows/sec., 51.82 MiB/sec. 2026.04.07 05:24:34.138993 [ 191 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.04.07 05:24:34.139386 [ 191 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_16_3} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:34.139465 [ 191 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_16_3} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.04.07 05:24:34.139634 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.55 MiB. 2026.04.07 05:24:35.000196 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 255.10 MiB, peak 262.61 MiB, free memory in arenas 0.00 B, will set to 257.20 MiB (RSS), difference: 2.10 MiB 2026.04.07 05:24:35.723462 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 11012 2026.04.07 05:24:35.723928 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:35.723962 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2026.04.07 05:24:35.724434 [ 244 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.04.07 05:24:35.724678 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:35.724795 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11012 2026.04.07 05:24:36.137411 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:36.137617 [ 5 ] {ec8c494b-8e4c-479e-af83-529460b98600} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:24:36.137693 [ 5 ] {ec8c494b-8e4c-479e-af83-529460b98600} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:24:36.138385 [ 5 ] {ec8c494b-8e4c-479e-af83-529460b98600} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:36.138437 [ 5 ] {ec8c494b-8e4c-479e-af83-529460b98600} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2026.04.07 05:24:36.138861 [ 5 ] {ec8c494b-8e4c-479e-af83-529460b98600} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.04.07 05:24:36.139092 [ 5 ] {ec8c494b-8e4c-479e-af83-529460b98600} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:36.139259 [ 5 ] {ec8c494b-8e4c-479e-af83-529460b98600} executeQuery: Read 56 rows, 4.41 KiB in 0.001699 sec., 32960.5650382578 rows/sec., 2.53 MiB/sec. 2026.04.07 05:24:36.139308 [ 5 ] {ec8c494b-8e4c-479e-af83-529460b98600} TCPHandler: Processed in 0.002038849 sec. 2026.04.07 05:24:36.139429 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:36.139532 [ 5 ] {262a8ff7-949a-4bdf-9c49-72766c06741a} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:24:36.139574 [ 5 ] {262a8ff7-949a-4bdf-9c49-72766c06741a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:24:36.139993 [ 5 ] {262a8ff7-949a-4bdf-9c49-72766c06741a} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:36.140030 [ 5 ] {262a8ff7-949a-4bdf-9c49-72766c06741a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2026.04.07 05:24:36.140356 [ 5 ] {262a8ff7-949a-4bdf-9c49-72766c06741a} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.04.07 05:24:36.140561 [ 5 ] {262a8ff7-949a-4bdf-9c49-72766c06741a} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:36.140694 [ 5 ] {262a8ff7-949a-4bdf-9c49-72766c06741a} executeQuery: Read 64 rows, 5.12 KiB in 0.001185 sec., 54008.438818565395 rows/sec., 4.22 MiB/sec. 2026.04.07 05:24:36.140732 [ 5 ] {262a8ff7-949a-4bdf-9c49-72766c06741a} TCPHandler: Processed in 0.001354956 sec. 2026.04.07 05:24:36.140860 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:36.140957 [ 5 ] {1feb5094-f4fd-44a5-aa5d-0877d07fe904} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:24:36.141001 [ 5 ] {1feb5094-f4fd-44a5-aa5d-0877d07fe904} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:24:36.141381 [ 5 ] {1feb5094-f4fd-44a5-aa5d-0877d07fe904} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:36.141417 [ 5 ] {1feb5094-f4fd-44a5-aa5d-0877d07fe904} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2026.04.07 05:24:36.141739 [ 5 ] {1feb5094-f4fd-44a5-aa5d-0877d07fe904} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.04.07 05:24:36.141953 [ 5 ] {1feb5094-f4fd-44a5-aa5d-0877d07fe904} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:36.142082 [ 5 ] {1feb5094-f4fd-44a5-aa5d-0877d07fe904} executeQuery: Read 64 rows, 4.56 KiB in 0.001144 sec., 55944.055944055945 rows/sec., 3.90 MiB/sec. 2026.04.07 05:24:36.142118 [ 5 ] {1feb5094-f4fd-44a5-aa5d-0877d07fe904} TCPHandler: Processed in 0.001307395 sec. 2026.04.07 05:24:36.142233 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:36.142328 [ 5 ] {79172478-31d6-41c7-904a-4e18ebc2b0f9} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:24:36.142370 [ 5 ] {79172478-31d6-41c7-904a-4e18ebc2b0f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:24:36.142686 [ 5 ] {79172478-31d6-41c7-904a-4e18ebc2b0f9} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:36.142721 [ 5 ] {79172478-31d6-41c7-904a-4e18ebc2b0f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2026.04.07 05:24:36.143037 [ 5 ] {79172478-31d6-41c7-904a-4e18ebc2b0f9} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.04.07 05:24:36.143241 [ 5 ] {79172478-31d6-41c7-904a-4e18ebc2b0f9} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:36.143368 [ 5 ] {79172478-31d6-41c7-904a-4e18ebc2b0f9} executeQuery: Read 24 rows, 1.66 KiB in 0.001059 sec., 22662.889518413598 rows/sec., 1.53 MiB/sec. 2026.04.07 05:24:36.143404 [ 5 ] {79172478-31d6-41c7-904a-4e18ebc2b0f9} TCPHandler: Processed in 0.001220693 sec. 2026.04.07 05:24:36.350775 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 2026.04.07 05:24:36.367048 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:36.367120 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2026.04.07 05:24:36.373539 [ 243 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.04.07 05:24:36.374240 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:36.377124 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 174 2026.04.07 05:24:41.141610 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:41.141933 [ 5 ] {83958ecf-fa2c-4728-b17b-0c5ba46d7de0} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:24:41.142045 [ 5 ] {83958ecf-fa2c-4728-b17b-0c5ba46d7de0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:24:41.142753 [ 5 ] {83958ecf-fa2c-4728-b17b-0c5ba46d7de0} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:41.142795 [ 5 ] {83958ecf-fa2c-4728-b17b-0c5ba46d7de0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2026.04.07 05:24:41.143204 [ 5 ] {83958ecf-fa2c-4728-b17b-0c5ba46d7de0} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.04.07 05:24:41.143430 [ 5 ] {83958ecf-fa2c-4728-b17b-0c5ba46d7de0} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:41.143593 [ 5 ] {83958ecf-fa2c-4728-b17b-0c5ba46d7de0} executeQuery: Read 56 rows, 4.41 KiB in 0.00175 sec., 32000 rows/sec., 2.46 MiB/sec. 2026.04.07 05:24:41.143643 [ 5 ] {83958ecf-fa2c-4728-b17b-0c5ba46d7de0} TCPHandler: Processed in 0.002217312 sec. 2026.04.07 05:24:41.143778 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:41.143882 [ 5 ] {493d494e-9bed-4e39-93bf-509bc7031f84} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:24:41.143924 [ 5 ] {493d494e-9bed-4e39-93bf-509bc7031f84} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:24:41.144370 [ 5 ] {493d494e-9bed-4e39-93bf-509bc7031f84} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:41.144405 [ 5 ] {493d494e-9bed-4e39-93bf-509bc7031f84} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2026.04.07 05:24:41.144713 [ 5 ] {493d494e-9bed-4e39-93bf-509bc7031f84} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.04.07 05:24:41.144934 [ 5 ] {493d494e-9bed-4e39-93bf-509bc7031f84} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:41.145065 [ 5 ] {493d494e-9bed-4e39-93bf-509bc7031f84} executeQuery: Read 64 rows, 5.12 KiB in 0.001206 sec., 53067.99336650083 rows/sec., 4.14 MiB/sec. 2026.04.07 05:24:41.145104 [ 5 ] {493d494e-9bed-4e39-93bf-509bc7031f84} TCPHandler: Processed in 0.001380476 sec. 2026.04.07 05:24:41.145229 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:41.145327 [ 5 ] {c892efa0-bc52-4d6c-8936-9a1551b125aa} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:24:41.145371 [ 5 ] {c892efa0-bc52-4d6c-8936-9a1551b125aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:24:41.145800 [ 5 ] {c892efa0-bc52-4d6c-8936-9a1551b125aa} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:41.145834 [ 5 ] {c892efa0-bc52-4d6c-8936-9a1551b125aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2026.04.07 05:24:41.146164 [ 5 ] {c892efa0-bc52-4d6c-8936-9a1551b125aa} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.04.07 05:24:41.146374 [ 5 ] {c892efa0-bc52-4d6c-8936-9a1551b125aa} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:41.146504 [ 5 ] {c892efa0-bc52-4d6c-8936-9a1551b125aa} executeQuery: Read 160 rows, 11.41 KiB in 0.001198 sec., 133555.92654424038 rows/sec., 9.30 MiB/sec. 2026.04.07 05:24:41.146540 [ 5 ] {c892efa0-bc52-4d6c-8936-9a1551b125aa} TCPHandler: Processed in 0.001362286 sec. 2026.04.07 05:24:41.146657 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:41.146752 [ 5 ] {76b59289-964d-47fc-a603-175c4870c903} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:24:41.146793 [ 5 ] {76b59289-964d-47fc-a603-175c4870c903} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:24:41.147133 [ 5 ] {76b59289-964d-47fc-a603-175c4870c903} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:41.147168 [ 5 ] {76b59289-964d-47fc-a603-175c4870c903} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2026.04.07 05:24:41.147471 [ 5 ] {76b59289-964d-47fc-a603-175c4870c903} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.04.07 05:24:41.147680 [ 5 ] {76b59289-964d-47fc-a603-175c4870c903} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:41.147806 [ 5 ] {76b59289-964d-47fc-a603-175c4870c903} executeQuery: Read 60 rows, 4.14 KiB in 0.001074 sec., 55865.92178770949 rows/sec., 3.76 MiB/sec. 2026.04.07 05:24:41.147841 [ 5 ] {76b59289-964d-47fc-a603-175c4870c903} TCPHandler: Processed in 0.001234393 sec. 2026.04.07 05:24:43.074352 [ 90 ] {} DNSResolver: Updating DNS cache 2026.04.07 05:24:43.074409 [ 90 ] {} DNSResolver: Updated DNS cache 2026.04.07 05:24:43.224859 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 11524 2026.04.07 05:24:43.225677 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:43.225721 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2026.04.07 05:24:43.226207 [ 244 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.04.07 05:24:43.226452 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:43.226596 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11524 2026.04.07 05:24:43.242860 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 590 2026.04.07 05:24:43.245235 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:43.245274 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2026.04.07 05:24:43.246489 [ 242 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.07 05:24:43.246759 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:43.247019 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 590 2026.04.07 05:24:43.878162 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 2026.04.07 05:24:43.894104 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:43.894157 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2026.04.07 05:24:43.900491 [ 243 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.04.07 05:24:43.901190 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:43.903942 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 181 2026.04.07 05:24:46.143435 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:46.143638 [ 5 ] {4390d935-c0d0-438e-b662-220548176785} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:24:46.143714 [ 5 ] {4390d935-c0d0-438e-b662-220548176785} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:24:46.144463 [ 5 ] {4390d935-c0d0-438e-b662-220548176785} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:46.144514 [ 5 ] {4390d935-c0d0-438e-b662-220548176785} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2026.04.07 05:24:46.144932 [ 5 ] {4390d935-c0d0-438e-b662-220548176785} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.04.07 05:24:46.145167 [ 5 ] {4390d935-c0d0-438e-b662-220548176785} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:46.145327 [ 5 ] {4390d935-c0d0-438e-b662-220548176785} executeQuery: Read 140 rows, 12.49 KiB in 0.001745 sec., 80229.22636103151 rows/sec., 6.99 MiB/sec. 2026.04.07 05:24:46.145379 [ 5 ] {4390d935-c0d0-438e-b662-220548176785} TCPHandler: Processed in 0.002083969 sec. 2026.04.07 05:24:46.145514 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:46.145617 [ 5 ] {2bfff501-150b-4935-817d-1332cac3bb27} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.07 05:24:46.145660 [ 5 ] {2bfff501-150b-4935-817d-1332cac3bb27} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.07 05:24:46.146090 [ 5 ] {2bfff501-150b-4935-817d-1332cac3bb27} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:46.146127 [ 5 ] {2bfff501-150b-4935-817d-1332cac3bb27} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2026.04.07 05:24:46.146477 [ 5 ] {2bfff501-150b-4935-817d-1332cac3bb27} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.07 05:24:46.146687 [ 5 ] {2bfff501-150b-4935-817d-1332cac3bb27} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:46.146818 [ 5 ] {2bfff501-150b-4935-817d-1332cac3bb27} executeQuery: Read 42 rows, 3.16 KiB in 0.001225 sec., 34285.71428571429 rows/sec., 2.52 MiB/sec. 2026.04.07 05:24:46.146857 [ 5 ] {2bfff501-150b-4935-817d-1332cac3bb27} TCPHandler: Processed in 0.001396636 sec. 2026.04.07 05:24:46.146960 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:46.147057 [ 5 ] {fe16cdd3-df42-4eb9-83b0-707143dd56c9} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:24:46.147097 [ 5 ] {fe16cdd3-df42-4eb9-83b0-707143dd56c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:24:46.147527 [ 5 ] {fe16cdd3-df42-4eb9-83b0-707143dd56c9} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:46.147564 [ 5 ] {fe16cdd3-df42-4eb9-83b0-707143dd56c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2026.04.07 05:24:46.147869 [ 5 ] {fe16cdd3-df42-4eb9-83b0-707143dd56c9} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.04.07 05:24:46.148081 [ 5 ] {fe16cdd3-df42-4eb9-83b0-707143dd56c9} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:46.148211 [ 5 ] {fe16cdd3-df42-4eb9-83b0-707143dd56c9} executeQuery: Read 106 rows, 8.48 KiB in 0.001173 sec., 90366.58141517476 rows/sec., 7.06 MiB/sec. 2026.04.07 05:24:46.148248 [ 5 ] {fe16cdd3-df42-4eb9-83b0-707143dd56c9} TCPHandler: Processed in 0.001338086 sec. 2026.04.07 05:24:46.148363 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:46.148458 [ 5 ] {64554268-8078-4295-9c72-e0c5653a571d} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:24:46.148500 [ 5 ] {64554268-8078-4295-9c72-e0c5653a571d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:24:46.148910 [ 5 ] {64554268-8078-4295-9c72-e0c5653a571d} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:46.148945 [ 5 ] {64554268-8078-4295-9c72-e0c5653a571d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2026.04.07 05:24:46.149288 [ 5 ] {64554268-8078-4295-9c72-e0c5653a571d} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.04.07 05:24:46.149495 [ 5 ] {64554268-8078-4295-9c72-e0c5653a571d} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:46.149624 [ 5 ] {64554268-8078-4295-9c72-e0c5653a571d} executeQuery: Read 160 rows, 11.41 KiB in 0.001185 sec., 135021.0970464135 rows/sec., 9.40 MiB/sec. 2026.04.07 05:24:46.149660 [ 5 ] {64554268-8078-4295-9c72-e0c5653a571d} TCPHandler: Processed in 0.001346455 sec. 2026.04.07 05:24:46.149780 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:46.149905 [ 5 ] {6e41bf06-0187-4367-9356-12e46ec802f9} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.07 05:24:46.149971 [ 5 ] {6e41bf06-0187-4367-9356-12e46ec802f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.07 05:24:46.150883 [ 5 ] {6e41bf06-0187-4367-9356-12e46ec802f9} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:46.150920 [ 5 ] {6e41bf06-0187-4367-9356-12e46ec802f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2026.04.07 05:24:46.151530 [ 5 ] {6e41bf06-0187-4367-9356-12e46ec802f9} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.07 05:24:46.151754 [ 5 ] {6e41bf06-0187-4367-9356-12e46ec802f9} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:46.151899 [ 5 ] {6e41bf06-0187-4367-9356-12e46ec802f9} executeQuery: Read 42 rows, 77.07 KiB in 0.002018 sec., 20812.68582755203 rows/sec., 37.30 MiB/sec. 2026.04.07 05:24:46.151953 [ 5 ] {6e41bf06-0187-4367-9356-12e46ec802f9} TCPHandler: Processed in 0.002235673 sec. 2026.04.07 05:24:46.152081 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:46.152176 [ 5 ] {baa44f4f-f723-44e2-82af-acbbe2318a9a} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:24:46.152218 [ 5 ] {baa44f4f-f723-44e2-82af-acbbe2318a9a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:24:46.152558 [ 5 ] {baa44f4f-f723-44e2-82af-acbbe2318a9a} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:46.152595 [ 5 ] {baa44f4f-f723-44e2-82af-acbbe2318a9a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2026.04.07 05:24:46.152924 [ 5 ] {baa44f4f-f723-44e2-82af-acbbe2318a9a} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.04.07 05:24:46.153138 [ 5 ] {baa44f4f-f723-44e2-82af-acbbe2318a9a} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:46.153268 [ 5 ] {baa44f4f-f723-44e2-82af-acbbe2318a9a} executeQuery: Read 60 rows, 4.14 KiB in 0.00111 sec., 54054.054054054046 rows/sec., 3.64 MiB/sec. 2026.04.07 05:24:46.153304 [ 5 ] {baa44f4f-f723-44e2-82af-acbbe2318a9a} TCPHandler: Processed in 0.001274674 sec. 2026.04.07 05:24:50.727624 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 11972 2026.04.07 05:24:50.728124 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:50.728161 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2026.04.07 05:24:50.728643 [ 244 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.04.07 05:24:50.728871 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:50.729008 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11972 2026.04.07 05:24:51.141682 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:51.141864 [ 5 ] {51a42923-3252-404b-a0be-5ca876073fb1} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:24:51.141930 [ 5 ] {51a42923-3252-404b-a0be-5ca876073fb1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:24:51.142688 [ 5 ] {51a42923-3252-404b-a0be-5ca876073fb1} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:51.142732 [ 5 ] {51a42923-3252-404b-a0be-5ca876073fb1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2026.04.07 05:24:51.143153 [ 5 ] {51a42923-3252-404b-a0be-5ca876073fb1} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.04.07 05:24:51.143376 [ 5 ] {51a42923-3252-404b-a0be-5ca876073fb1} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:51.143522 [ 178 ] {} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.04.07 05:24:51.143530 [ 5 ] {51a42923-3252-404b-a0be-5ca876073fb1} executeQuery: Read 56 rows, 4.41 KiB in 0.001717 sec., 32615.026208503205 rows/sec., 2.51 MiB/sec. 2026.04.07 05:24:51.143597 [ 178 ] {} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:51.143617 [ 5 ] {51a42923-3252-404b-a0be-5ca876073fb1} TCPHandler: Processed in 0.002065029 sec. 2026.04.07 05:24:51.143627 [ 178 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2026.04.07 05:24:51.143760 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:51.143767 [ 192 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.04.07 05:24:51.143862 [ 5 ] {57874b44-78c6-4f4e-8661-dceebe6b429c} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:24:51.143908 [ 5 ] {57874b44-78c6-4f4e-8661-dceebe6b429c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:24:51.143911 [ 192 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:24:51.143955 [ 192 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 2620 rows starting from the beginning of the part 2026.04.07 05:24:51.144019 [ 192 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 2609 rows starting from the beginning of the part 2026.04.07 05:24:51.144062 [ 192 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 56 rows starting from the beginning of the part 2026.04.07 05:24:51.144101 [ 192 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 56 rows starting from the beginning of the part 2026.04.07 05:24:51.144191 [ 192 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 140 rows starting from the beginning of the part 2026.04.07 05:24:51.144262 [ 192 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 56 rows starting from the beginning of the part 2026.04.07 05:24:51.144360 [ 5 ] {57874b44-78c6-4f4e-8661-dceebe6b429c} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:51.144402 [ 5 ] {57874b44-78c6-4f4e-8661-dceebe6b429c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2026.04.07 05:24:51.144769 [ 5 ] {57874b44-78c6-4f4e-8661-dceebe6b429c} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.04.07 05:24:51.144985 [ 5 ] {57874b44-78c6-4f4e-8661-dceebe6b429c} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:51.145117 [ 5 ] {57874b44-78c6-4f4e-8661-dceebe6b429c} executeQuery: Read 64 rows, 5.12 KiB in 0.001274 sec., 50235.47880690738 rows/sec., 3.92 MiB/sec. 2026.04.07 05:24:51.145118 [ 178 ] {} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.04.07 05:24:51.145159 [ 5 ] {57874b44-78c6-4f4e-8661-dceebe6b429c} TCPHandler: Processed in 0.001449617 sec. 2026.04.07 05:24:51.145171 [ 178 ] {} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:51.145197 [ 178 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2026.04.07 05:24:51.145297 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:51.145315 [ 191 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.04.07 05:24:51.145398 [ 5 ] {dd280d5d-ff45-4ded-9b4c-7aea222cbfb9} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:24:51.145447 [ 5 ] {dd280d5d-ff45-4ded-9b4c-7aea222cbfb9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:24:51.145447 [ 191 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:24:51.145493 [ 191 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1404 rows starting from the beginning of the part 2026.04.07 05:24:51.145554 [ 191 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1368 rows starting from the beginning of the part 2026.04.07 05:24:51.145598 [ 191 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 64 rows starting from the beginning of the part 2026.04.07 05:24:51.145634 [ 191 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 64 rows starting from the beginning of the part 2026.04.07 05:24:51.145672 [ 191 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 106 rows starting from the beginning of the part 2026.04.07 05:24:51.145709 [ 191 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 64 rows starting from the beginning of the part 2026.04.07 05:24:51.145865 [ 5 ] {dd280d5d-ff45-4ded-9b4c-7aea222cbfb9} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:51.145907 [ 5 ] {dd280d5d-ff45-4ded-9b4c-7aea222cbfb9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2026.04.07 05:24:51.146378 [ 5 ] {dd280d5d-ff45-4ded-9b4c-7aea222cbfb9} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.04.07 05:24:51.146415 [ 186 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 5537 rows, containing 5 columns (5 merged, 0 gathered) in 0.002700711 sec., 2050200.854515718 rows/sec., 162.94 MiB/sec. 2026.04.07 05:24:51.146610 [ 5 ] {dd280d5d-ff45-4ded-9b4c-7aea222cbfb9} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:51.146746 [ 178 ] {} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.04.07 05:24:51.146747 [ 5 ] {dd280d5d-ff45-4ded-9b4c-7aea222cbfb9} executeQuery: Read 160 rows, 11.41 KiB in 0.001368 sec., 116959.06432748538 rows/sec., 8.15 MiB/sec. 2026.04.07 05:24:51.146779 [ 187 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.04.07 05:24:51.146788 [ 178 ] {} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:51.146813 [ 5 ] {dd280d5d-ff45-4ded-9b4c-7aea222cbfb9} TCPHandler: Processed in 0.001565179 sec. 2026.04.07 05:24:51.146830 [ 178 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2026.04.07 05:24:51.146910 [ 196 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.04.07 05:24:51.146934 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:51.146988 [ 202 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 3070 rows, containing 5 columns (5 merged, 0 gathered) in 0.001725043 sec., 1779665.7822442686 rows/sec., 129.19 MiB/sec. 2026.04.07 05:24:51.147019 [ 196 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:24:51.147036 [ 5 ] {cdb801ba-c923-4d72-a33b-f78ba19d1385} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:24:51.147056 [ 196 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 10202 rows starting from the beginning of the part 2026.04.07 05:24:51.147085 [ 5 ] {cdb801ba-c923-4d72-a33b-f78ba19d1385} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:24:51.147126 [ 187 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_36_7} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:51.147141 [ 196 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1596 rows starting from the beginning of the part 2026.04.07 05:24:51.147197 [ 196 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 64 rows starting from the beginning of the part 2026.04.07 05:24:51.147229 [ 187 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_36_7} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.04.07 05:24:51.147239 [ 194 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.04.07 05:24:51.147248 [ 196 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 160 rows starting from the beginning of the part 2026.04.07 05:24:51.147307 [ 196 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 160 rows starting from the beginning of the part 2026.04.07 05:24:51.147335 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. 2026.04.07 05:24:51.147354 [ 196 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 160 rows starting from the beginning of the part 2026.04.07 05:24:51.147440 [ 5 ] {cdb801ba-c923-4d72-a33b-f78ba19d1385} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:51.147484 [ 5 ] {cdb801ba-c923-4d72-a33b-f78ba19d1385} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2026.04.07 05:24:51.147593 [ 194 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_36_7} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:51.147683 [ 194 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_36_7} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.04.07 05:24:51.147787 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. 2026.04.07 05:24:51.147830 [ 5 ] {cdb801ba-c923-4d72-a33b-f78ba19d1385} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.04.07 05:24:51.148046 [ 5 ] {cdb801ba-c923-4d72-a33b-f78ba19d1385} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:51.148176 [ 178 ] {} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.04.07 05:24:51.148180 [ 5 ] {cdb801ba-c923-4d72-a33b-f78ba19d1385} executeQuery: Read 60 rows, 4.14 KiB in 0.001162 sec., 51635.11187607573 rows/sec., 3.48 MiB/sec. 2026.04.07 05:24:51.148217 [ 178 ] {} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:51.148237 [ 5 ] {cdb801ba-c923-4d72-a33b-f78ba19d1385} TCPHandler: Processed in 0.001352485 sec. 2026.04.07 05:24:51.148241 [ 178 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2026.04.07 05:24:51.148336 [ 188 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.04.07 05:24:51.148432 [ 188 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:24:51.148458 [ 188 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1746 rows starting from the beginning of the part 2026.04.07 05:24:51.148505 [ 188 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 36 rows starting from the beginning of the part 2026.04.07 05:24:51.148542 [ 188 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 24 rows starting from the beginning of the part 2026.04.07 05:24:51.148576 [ 188 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 60 rows starting from the beginning of the part 2026.04.07 05:24:51.148607 [ 188 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 60 rows starting from the beginning of the part 2026.04.07 05:24:51.148638 [ 188 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part 2026.04.07 05:24:51.149660 [ 202 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1986 rows, containing 4 columns (4 merged, 0 gathered) in 0.001358736 sec., 1461652.594764546 rows/sec., 98.63 MiB/sec. 2026.04.07 05:24:51.149903 [ 202 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.04.07 05:24:51.150212 [ 202 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_36_7} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:51.150293 [ 202 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_36_7} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.04.07 05:24:51.150386 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. 2026.04.07 05:24:51.150499 [ 202 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 12342 rows, containing 5 columns (5 merged, 0 gathered) in 0.003622518 sec., 3407022.408170229 rows/sec., 227.14 MiB/sec. 2026.04.07 05:24:51.150847 [ 187 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.04.07 05:24:51.151099 [ 187 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_36_7} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:51.151172 [ 187 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_36_7} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.04.07 05:24:51.151248 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.26 MiB. 2026.04.07 05:24:51.404960 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 2026.04.07 05:24:51.422396 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:51.422459 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2026.04.07 05:24:51.427976 [ 243 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.04.07 05:24:51.428688 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:51.431537 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 189 2026.04.07 05:24:53.247203 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 610 2026.04.07 05:24:53.249345 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:53.249393 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2026.04.07 05:24:53.250570 [ 242 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.07 05:24:53.250836 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:53.251085 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 610 2026.04.07 05:24:56.143127 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:56.143322 [ 5 ] {c5db7a21-c40b-45d9-82c1-c501ca4be61f} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:24:56.143392 [ 5 ] {c5db7a21-c40b-45d9-82c1-c501ca4be61f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:24:56.144137 [ 5 ] {c5db7a21-c40b-45d9-82c1-c501ca4be61f} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:56.144186 [ 5 ] {c5db7a21-c40b-45d9-82c1-c501ca4be61f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2026.04.07 05:24:56.144603 [ 5 ] {c5db7a21-c40b-45d9-82c1-c501ca4be61f} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.04.07 05:24:56.144833 [ 5 ] {c5db7a21-c40b-45d9-82c1-c501ca4be61f} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:56.144998 [ 5 ] {c5db7a21-c40b-45d9-82c1-c501ca4be61f} executeQuery: Read 140 rows, 12.49 KiB in 0.001726 sec., 81112.39860950173 rows/sec., 7.07 MiB/sec. 2026.04.07 05:24:56.145047 [ 5 ] {c5db7a21-c40b-45d9-82c1-c501ca4be61f} TCPHandler: Processed in 0.002052199 sec. 2026.04.07 05:24:56.145176 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:56.145280 [ 5 ] {ec85ed41-dc19-4c08-9f76-1918d5de7571} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.07 05:24:56.145324 [ 5 ] {ec85ed41-dc19-4c08-9f76-1918d5de7571} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.07 05:24:56.145753 [ 5 ] {ec85ed41-dc19-4c08-9f76-1918d5de7571} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:56.145791 [ 5 ] {ec85ed41-dc19-4c08-9f76-1918d5de7571} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2026.04.07 05:24:56.146096 [ 5 ] {ec85ed41-dc19-4c08-9f76-1918d5de7571} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.07 05:24:56.146320 [ 5 ] {ec85ed41-dc19-4c08-9f76-1918d5de7571} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:56.146438 [ 171 ] {} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.04.07 05:24:56.146454 [ 5 ] {ec85ed41-dc19-4c08-9f76-1918d5de7571} executeQuery: Read 42 rows, 3.16 KiB in 0.001198 sec., 35058.430717863106 rows/sec., 2.57 MiB/sec. 2026.04.07 05:24:56.146506 [ 171 ] {} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:56.146515 [ 5 ] {ec85ed41-dc19-4c08-9f76-1918d5de7571} TCPHandler: Processed in 0.001392466 sec. 2026.04.07 05:24:56.146534 [ 171 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2026.04.07 05:24:56.146651 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:56.146685 [ 198 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.04.07 05:24:56.146754 [ 5 ] {e1392ddf-8046-4528-a7e1-7c600dfe33c1} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:24:56.146800 [ 5 ] {e1392ddf-8046-4528-a7e1-7c600dfe33c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:24:56.146849 [ 198 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:24:56.146893 [ 198 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 83 rows starting from the beginning of the part 2026.04.07 05:24:56.146977 [ 198 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part 2026.04.07 05:24:56.147029 [ 198 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 42 rows starting from the beginning of the part 2026.04.07 05:24:56.147085 [ 198 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 65 rows starting from the beginning of the part 2026.04.07 05:24:56.147137 [ 198 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 42 rows starting from the beginning of the part 2026.04.07 05:24:56.147186 [ 198 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 42 rows starting from the beginning of the part 2026.04.07 05:24:56.147248 [ 5 ] {e1392ddf-8046-4528-a7e1-7c600dfe33c1} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:56.147291 [ 5 ] {e1392ddf-8046-4528-a7e1-7c600dfe33c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2026.04.07 05:24:56.147636 [ 5 ] {e1392ddf-8046-4528-a7e1-7c600dfe33c1} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.04.07 05:24:56.147863 [ 5 ] {e1392ddf-8046-4528-a7e1-7c600dfe33c1} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:56.148001 [ 5 ] {e1392ddf-8046-4528-a7e1-7c600dfe33c1} executeQuery: Read 106 rows, 8.48 KiB in 0.001267 sec., 83662.19415943173 rows/sec., 6.53 MiB/sec. 2026.04.07 05:24:56.148040 [ 5 ] {e1392ddf-8046-4528-a7e1-7c600dfe33c1} TCPHandler: Processed in 0.001439828 sec. 2026.04.07 05:24:56.148103 [ 187 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 276 rows, containing 5 columns (5 merged, 0 gathered) in 0.001495969 sec., 184495.80171781636 rows/sec., 14.26 MiB/sec. 2026.04.07 05:24:56.148154 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:56.148255 [ 5 ] {466666ab-fac0-4f44-be35-db5e32357bdf} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:24:56.148277 [ 202 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.04.07 05:24:56.148301 [ 5 ] {466666ab-fac0-4f44-be35-db5e32357bdf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:24:56.148590 [ 202 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_21_4} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:56.148667 [ 202 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_21_4} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.04.07 05:24:56.148742 [ 5 ] {466666ab-fac0-4f44-be35-db5e32357bdf} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:56.148749 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.04.07 05:24:56.148785 [ 5 ] {466666ab-fac0-4f44-be35-db5e32357bdf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2026.04.07 05:24:56.149136 [ 5 ] {466666ab-fac0-4f44-be35-db5e32357bdf} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.04.07 05:24:56.149346 [ 5 ] {466666ab-fac0-4f44-be35-db5e32357bdf} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:56.149477 [ 5 ] {466666ab-fac0-4f44-be35-db5e32357bdf} executeQuery: Read 160 rows, 11.41 KiB in 0.001242 sec., 128824.4766505636 rows/sec., 8.97 MiB/sec. 2026.04.07 05:24:56.149516 [ 5 ] {466666ab-fac0-4f44-be35-db5e32357bdf} TCPHandler: Processed in 0.001411457 sec. 2026.04.07 05:24:56.149627 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:56.149722 [ 5 ] {e5681524-9e3b-48a4-b767-5a57e1e126fe} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.07 05:24:56.149777 [ 5 ] {e5681524-9e3b-48a4-b767-5a57e1e126fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.07 05:24:56.150641 [ 5 ] {e5681524-9e3b-48a4-b767-5a57e1e126fe} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:56.150677 [ 5 ] {e5681524-9e3b-48a4-b767-5a57e1e126fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2026.04.07 05:24:56.151248 [ 5 ] {e5681524-9e3b-48a4-b767-5a57e1e126fe} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.07 05:24:56.151465 [ 5 ] {e5681524-9e3b-48a4-b767-5a57e1e126fe} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:56.151610 [ 5 ] {e5681524-9e3b-48a4-b767-5a57e1e126fe} executeQuery: Read 42 rows, 77.07 KiB in 0.001906 sec., 22035.67681007345 rows/sec., 39.49 MiB/sec. 2026.04.07 05:24:56.151671 [ 5 ] {e5681524-9e3b-48a4-b767-5a57e1e126fe} TCPHandler: Processed in 0.002093279 sec. 2026.04.07 05:24:56.151787 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:56.151883 [ 5 ] {5a50fc84-11b1-4909-92f1-1ca3971935e1} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:24:56.151924 [ 5 ] {5a50fc84-11b1-4909-92f1-1ca3971935e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:24:56.152263 [ 5 ] {5a50fc84-11b1-4909-92f1-1ca3971935e1} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:56.152298 [ 5 ] {5a50fc84-11b1-4909-92f1-1ca3971935e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2026.04.07 05:24:56.152612 [ 5 ] {5a50fc84-11b1-4909-92f1-1ca3971935e1} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.04.07 05:24:56.152819 [ 5 ] {5a50fc84-11b1-4909-92f1-1ca3971935e1} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:56.152946 [ 5 ] {5a50fc84-11b1-4909-92f1-1ca3971935e1} executeQuery: Read 60 rows, 4.14 KiB in 0.001083 sec., 55401.662049861494 rows/sec., 3.73 MiB/sec. 2026.04.07 05:24:56.152983 [ 5 ] {5a50fc84-11b1-4909-92f1-1ca3971935e1} TCPHandler: Processed in 0.001245544 sec. 2026.04.07 05:24:57.598537 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37356 2026.04.07 05:24:57.598650 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:24:57.598678 [ 286 ] {} TCP-Session: 1013fc05-2f7b-448a-bb0c-dfca84f6dbd8 Authenticating user 'default' from [fd00:1122:3344:101::e]:37356 2026.04.07 05:24:57.598700 [ 286 ] {} TCP-Session: 1013fc05-2f7b-448a-bb0c-dfca84f6dbd8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:57.598713 [ 286 ] {} TCP-Session: 1013fc05-2f7b-448a-bb0c-dfca84f6dbd8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:57.598899 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63852 2026.04.07 05:24:57.598929 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42608 2026.04.07 05:24:57.598903 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51992 2026.04.07 05:24:57.598987 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51839 2026.04.07 05:24:57.599009 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50500 2026.04.07 05:24:57.599030 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:24:57.599056 [ 286 ] {} TCP-Session: 1013fc05-2f7b-448a-bb0c-dfca84f6dbd8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:57.599076 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:24:57.599121 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:24:57.599119 [ 288 ] {} TCP-Session: 591fdd0d-a52d-4c98-9c31-6bb7fbc24e24 Authenticating user 'default' from [fd00:1122:3344:101::e]:63852 2026.04.07 05:24:57.599160 [ 293 ] {} TCP-Session: 29feeb24-99ea-4d2b-8e5c-9d237e61935c Authenticating user 'default' from [fd00:1122:3344:101::e]:51839 2026.04.07 05:24:57.599150 [ 289 ] {} TCP-Session: c29c5c47-634e-470d-b571-23748b7c0e92 Authenticating user 'default' from [fd00:1122:3344:101::e]:51992 2026.04.07 05:24:57.599188 [ 288 ] {} TCP-Session: 591fdd0d-a52d-4c98-9c31-6bb7fbc24e24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:57.599199 [ 293 ] {} TCP-Session: 29feeb24-99ea-4d2b-8e5c-9d237e61935c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:57.599217 [ 288 ] {} TCP-Session: 591fdd0d-a52d-4c98-9c31-6bb7fbc24e24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:57.599230 [ 293 ] {} TCP-Session: 29feeb24-99ea-4d2b-8e5c-9d237e61935c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:57.599218 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:24:57.599207 [ 289 ] {} TCP-Session: c29c5c47-634e-470d-b571-23748b7c0e92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:57.599028 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:24:57.599307 [ 286 ] {f35893ad-37a0-4e23-bfb6-b36691a461d3} executeQuery: (from [fd00:1122:3344:101::e]:37356) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.07 05:24:57.599352 [ 290 ] {} TCP-Session: 34faaa30-759b-42c3-9769-5260072754cc Authenticating user 'default' from [fd00:1122:3344:101::e]:42608 2026.04.07 05:24:57.599306 [ 3 ] {} TCP-Session: 7ff9cf84-2546-4f24-abf8-0f53eb0bce4a Authenticating user 'default' from [fd00:1122:3344:101::e]:50500 2026.04.07 05:24:57.599378 [ 290 ] {} TCP-Session: 34faaa30-759b-42c3-9769-5260072754cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:57.599310 [ 289 ] {} TCP-Session: c29c5c47-634e-470d-b571-23748b7c0e92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:57.599406 [ 3 ] {} TCP-Session: 7ff9cf84-2546-4f24-abf8-0f53eb0bce4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:57.599406 [ 290 ] {} TCP-Session: 34faaa30-759b-42c3-9769-5260072754cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:57.599443 [ 3 ] {} TCP-Session: 7ff9cf84-2546-4f24-abf8-0f53eb0bce4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:57.598996 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45822 2026.04.07 05:24:57.598970 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32931 2026.04.07 05:24:57.598968 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55606 2026.04.07 05:24:57.599605 [ 286 ] {f35893ad-37a0-4e23-bfb6-b36691a461d3} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.07 05:24:57.599663 [ 286 ] {f35893ad-37a0-4e23-bfb6-b36691a461d3} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.07 05:24:57.599735 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:24:57.599767 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:24:57.599777 [ 291 ] {} TCP-Session: 7a62f2e4-3a2e-4a06-8c2f-0b7c83dab3ea Authenticating user 'default' from [fd00:1122:3344:101::e]:32931 2026.04.07 05:24:57.599802 [ 292 ] {} TCP-Session: 227df4fb-a830-4b47-90a6-3d5cc23f4b77 Authenticating user 'default' from [fd00:1122:3344:101::e]:55606 2026.04.07 05:24:57.599811 [ 291 ] {} TCP-Session: 7a62f2e4-3a2e-4a06-8c2f-0b7c83dab3ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:57.599830 [ 292 ] {} TCP-Session: 227df4fb-a830-4b47-90a6-3d5cc23f4b77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:57.599841 [ 291 ] {} TCP-Session: 7a62f2e4-3a2e-4a06-8c2f-0b7c83dab3ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:57.599855 [ 292 ] {} TCP-Session: 227df4fb-a830-4b47-90a6-3d5cc23f4b77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:57.599803 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:24:57.599911 [ 294 ] {} TCP-Session: 95594613-630c-488e-8e1d-124f8b22f29e Authenticating user 'default' from [fd00:1122:3344:101::e]:45822 2026.04.07 05:24:57.599928 [ 294 ] {} TCP-Session: 95594613-630c-488e-8e1d-124f8b22f29e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:57.599940 [ 294 ] {} TCP-Session: 95594613-630c-488e-8e1d-124f8b22f29e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:57.599950 [ 286 ] {f35893ad-37a0-4e23-bfb6-b36691a461d3} oximeter.version (b59983b3-b885-480b-8202-da32017c82ac) (SelectExecutor): Key condition: unknown 2026.04.07 05:24:57.601186 [ 321 ] {f35893ad-37a0-4e23-bfb6-b36691a461d3} AggregatingTransform: Aggregating 2026.04.07 05:24:57.601234 [ 321 ] {f35893ad-37a0-4e23-bfb6-b36691a461d3} Aggregator: Aggregation method: without_key 2026.04.07 05:24:57.601277 [ 321 ] {f35893ad-37a0-4e23-bfb6-b36691a461d3} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001228763 sec. (813.827 rows/sec., 31.79 KiB/sec.) 2026.04.07 05:24:57.601302 [ 321 ] {f35893ad-37a0-4e23-bfb6-b36691a461d3} Aggregator: Merging aggregated data 2026.04.07 05:24:57.602497 [ 286 ] {f35893ad-37a0-4e23-bfb6-b36691a461d3} executeQuery: Read 1 rows, 40.00 B in 0.003267 sec., 306.0912151821243 rows/sec., 11.96 KiB/sec. 2026.04.07 05:24:57.602654 [ 286 ] {f35893ad-37a0-4e23-bfb6-b36691a461d3} TCPHandler: Processed in 0.003759551 sec. 2026.04.07 05:24:57.602764 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.07 05:24:57.602792 [ 286 ] {} TCP-Session: 1013fc05-2f7b-448a-bb0c-dfca84f6dbd8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:57.602794 [ 3 ] {} TCPHandler: Done processing connection. 2026.04.07 05:24:57.602811 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.07 05:24:57.602832 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.07 05:24:57.602850 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.07 05:24:57.602868 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.07 05:24:57.602885 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.07 05:24:57.602909 [ 293 ] {} TCP-Session: 29feeb24-99ea-4d2b-8e5c-9d237e61935c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:57.602925 [ 292 ] {} TCP-Session: 227df4fb-a830-4b47-90a6-3d5cc23f4b77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:57.602939 [ 288 ] {} TCP-Session: 591fdd0d-a52d-4c98-9c31-6bb7fbc24e24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:57.602906 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.07 05:24:57.602880 [ 289 ] {} TCP-Session: c29c5c47-634e-470d-b571-23748b7c0e92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:57.602862 [ 290 ] {} TCP-Session: 34faaa30-759b-42c3-9769-5260072754cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:57.603006 [ 291 ] {} TCP-Session: 7a62f2e4-3a2e-4a06-8c2f-0b7c83dab3ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:57.602841 [ 3 ] {} TCP-Session: 7ff9cf84-2546-4f24-abf8-0f53eb0bce4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:57.602919 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.07 05:24:57.603092 [ 294 ] {} TCP-Session: 95594613-630c-488e-8e1d-124f8b22f29e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:58.074682 [ 155 ] {} DNSResolver: Updating DNS cache 2026.04.07 05:24:58.074744 [ 155 ] {} DNSResolver: Updated DNS cache 2026.04.07 05:24:58.229183 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 12484 2026.04.07 05:24:58.229705 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:58.229756 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2026.04.07 05:24:58.230253 [ 244 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.04.07 05:24:58.230500 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:58.230641 [ 155 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.04.07 05:24:58.230645 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12484 2026.04.07 05:24:58.230720 [ 155 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:58.230751 [ 155 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2026.04.07 05:24:58.230894 [ 198 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.04.07 05:24:58.231038 [ 198 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:24:58.231092 [ 198 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_26_5} MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 10052 rows starting from the beginning of the part 2026.04.07 05:24:58.231188 [ 198 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 512 rows starting from the beginning of the part 2026.04.07 05:24:58.231257 [ 198 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 448 rows starting from the beginning of the part 2026.04.07 05:24:58.231313 [ 198 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 512 rows starting from the beginning of the part 2026.04.07 05:24:58.231357 [ 198 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 448 rows starting from the beginning of the part 2026.04.07 05:24:58.231401 [ 198 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 512 rows starting from the beginning of the part 2026.04.07 05:24:58.233363 [ 187 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 12484 rows, containing 4 columns (4 merged, 0 gathered) in 0.002537358 sec., 4920078.286154338 rows/sec., 70.38 MiB/sec. 2026.04.07 05:24:58.233763 [ 199 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.04.07 05:24:58.234106 [ 199 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_26_5} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:58.234198 [ 199 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_26_5} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.04.07 05:24:58.234334 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB. 2026.04.07 05:24:58.931895 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 2026.04.07 05:24:58.953655 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:58.953734 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2026.04.07 05:24:58.960682 [ 243 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.04.07 05:24:58.961569 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:58.961882 [ 155 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.04.07 05:24:58.961918 [ 155 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:24:58.961937 [ 155 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2026.04.07 05:24:58.962037 [ 187 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.04.07 05:24:58.965199 [ 187 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:24:58.966057 [ 187 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 159 rows starting from the beginning of the part 2026.04.07 05:24:58.966650 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 196 2026.04.07 05:24:58.969943 [ 187 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 7 rows starting from the beginning of the part 2026.04.07 05:24:58.975625 [ 187 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 8 rows starting from the beginning of the part 2026.04.07 05:24:58.980749 [ 187 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 7 rows starting from the beginning of the part 2026.04.07 05:24:58.985877 [ 187 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 8 rows starting from the beginning of the part 2026.04.07 05:24:58.990573 [ 187 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 7 rows starting from the beginning of the part 2026.04.07 05:24:59.000357 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 263.35 MiB, peak 267.13 MiB, free memory in arenas 0.00 B, will set to 261.80 MiB (RSS), difference: -1.54 MiB 2026.04.07 05:24:59.054149 [ 199 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.092145788 sec., 2127.064125817666 rows/sec., 11.00 MiB/sec. 2026.04.07 05:24:59.057275 [ 190 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.04.07 05:24:59.059600 [ 190 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_26_5} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:24:59.059719 [ 190 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_26_5} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.04.07 05:24:59.061772 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.04.07 05:24:59.200383 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53052 2026.04.07 05:24:59.200518 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:24:59.200547 [ 286 ] {} TCP-Session: 50a292e8-da51-480f-98e9-cae1dc8fd3c7 Authenticating user 'default' from [fd00:1122:3344:101::e]:53052 2026.04.07 05:24:59.200570 [ 286 ] {} TCP-Session: 50a292e8-da51-480f-98e9-cae1dc8fd3c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:59.200582 [ 286 ] {} TCP-Session: 50a292e8-da51-480f-98e9-cae1dc8fd3c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:59.200799 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43542 2026.04.07 05:24:59.200849 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57955 2026.04.07 05:24:59.200879 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33019 2026.04.07 05:24:59.200902 [ 286 ] {} TCP-Session: 50a292e8-da51-480f-98e9-cae1dc8fd3c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:59.200869 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57227 2026.04.07 05:24:59.200947 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:24:59.200976 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:24:59.200849 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40860 2026.04.07 05:24:59.201019 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:24:59.201025 [ 293 ] {} TCP-Session: 2695d4ed-81bf-4c75-b32f-3424e3ebb279 Authenticating user 'default' from [fd00:1122:3344:101::e]:57955 2026.04.07 05:24:59.201062 [ 3 ] {} TCP-Session: c6b3a04f-f331-4d0c-a657-debf0ea7e92a Authenticating user 'default' from [fd00:1122:3344:101::e]:33019 2026.04.07 05:24:59.201078 [ 293 ] {} TCP-Session: 2695d4ed-81bf-4c75-b32f-3424e3ebb279 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:59.201008 [ 288 ] {} TCP-Session: 60fcc880-e7d6-4d61-9dfb-7af6d867ee3d Authenticating user 'default' from [fd00:1122:3344:101::e]:43542 2026.04.07 05:24:59.201101 [ 293 ] {} TCP-Session: 2695d4ed-81bf-4c75-b32f-3424e3ebb279 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:59.201135 [ 288 ] {} TCP-Session: 60fcc880-e7d6-4d61-9dfb-7af6d867ee3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:59.201101 [ 286 ] {2e49db98-7fb3-435d-be76-85dc75dbddf6} executeQuery: (from [fd00:1122:3344:101::e]:53052) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.07 05:24:59.201158 [ 288 ] {} TCP-Session: 60fcc880-e7d6-4d61-9dfb-7af6d867ee3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:59.201098 [ 3 ] {} TCP-Session: c6b3a04f-f331-4d0c-a657-debf0ea7e92a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:59.201210 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:24:59.201227 [ 3 ] {} TCP-Session: c6b3a04f-f331-4d0c-a657-debf0ea7e92a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:59.200849 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57596 2026.04.07 05:24:59.201260 [ 294 ] {} TCP-Session: b2464be9-946e-4471-9282-88f9dc883cdf Authenticating user 'default' from [fd00:1122:3344:101::e]:57227 2026.04.07 05:24:59.201289 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:24:59.201317 [ 294 ] {} TCP-Session: b2464be9-946e-4471-9282-88f9dc883cdf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:59.201335 [ 291 ] {} TCP-Session: f0b987fc-fa74-4997-98a1-b64328372467 Authenticating user 'default' from [fd00:1122:3344:101::e]:40860 2026.04.07 05:24:59.201345 [ 294 ] {} TCP-Session: b2464be9-946e-4471-9282-88f9dc883cdf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:59.201363 [ 291 ] {} TCP-Session: f0b987fc-fa74-4997-98a1-b64328372467 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:59.200819 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59133 2026.04.07 05:24:59.201387 [ 291 ] {} TCP-Session: f0b987fc-fa74-4997-98a1-b64328372467 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:59.200801 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46732 2026.04.07 05:24:59.201450 [ 286 ] {2e49db98-7fb3-435d-be76-85dc75dbddf6} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.07 05:24:59.201518 [ 286 ] {2e49db98-7fb3-435d-be76-85dc75dbddf6} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.07 05:24:59.201637 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:24:59.201671 [ 292 ] {} TCP-Session: 8bfa7074-79ee-418c-82af-cf3f7ccd3de6 Authenticating user 'default' from [fd00:1122:3344:101::e]:57596 2026.04.07 05:24:59.201688 [ 292 ] {} TCP-Session: 8bfa7074-79ee-418c-82af-cf3f7ccd3de6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:59.201704 [ 292 ] {} TCP-Session: 8bfa7074-79ee-418c-82af-cf3f7ccd3de6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:59.201819 [ 286 ] {2e49db98-7fb3-435d-be76-85dc75dbddf6} oximeter.version (b59983b3-b885-480b-8202-da32017c82ac) (SelectExecutor): Key condition: unknown 2026.04.07 05:24:59.201852 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:24:59.201887 [ 289 ] {} TCP-Session: f175742a-f333-4293-8c31-bd5342a35b0d Authenticating user 'default' from [fd00:1122:3344:101::e]:46732 2026.04.07 05:24:59.201904 [ 289 ] {} TCP-Session: f175742a-f333-4293-8c31-bd5342a35b0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:59.201919 [ 289 ] {} TCP-Session: f175742a-f333-4293-8c31-bd5342a35b0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:59.201949 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:24:59.201983 [ 290 ] {} TCP-Session: e3d550e1-22b8-4648-9d0f-ce388e202d58 Authenticating user 'default' from [fd00:1122:3344:101::e]:59133 2026.04.07 05:24:59.202000 [ 290 ] {} TCP-Session: e3d550e1-22b8-4648-9d0f-ce388e202d58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:59.202012 [ 290 ] {} TCP-Session: e3d550e1-22b8-4648-9d0f-ce388e202d58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:59.202831 [ 295 ] {2e49db98-7fb3-435d-be76-85dc75dbddf6} AggregatingTransform: Aggregating 2026.04.07 05:24:59.202875 [ 295 ] {2e49db98-7fb3-435d-be76-85dc75dbddf6} Aggregator: Aggregation method: without_key 2026.04.07 05:24:59.202914 [ 295 ] {2e49db98-7fb3-435d-be76-85dc75dbddf6} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000984889 sec. (1015.343 rows/sec., 39.66 KiB/sec.) 2026.04.07 05:24:59.202934 [ 295 ] {2e49db98-7fb3-435d-be76-85dc75dbddf6} Aggregator: Merging aggregated data 2026.04.07 05:24:59.204056 [ 286 ] {2e49db98-7fb3-435d-be76-85dc75dbddf6} executeQuery: Read 1 rows, 40.00 B in 0.003009 sec., 332.3363243602526 rows/sec., 12.98 KiB/sec. 2026.04.07 05:24:59.204256 [ 286 ] {2e49db98-7fb3-435d-be76-85dc75dbddf6} TCPHandler: Processed in 0.003469115 sec. 2026.04.07 05:24:59.204375 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.07 05:24:59.204403 [ 286 ] {} TCP-Session: 50a292e8-da51-480f-98e9-cae1dc8fd3c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:59.204406 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.07 05:24:59.204428 [ 3 ] {} TCPHandler: Done processing connection. 2026.04.07 05:24:59.204451 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.07 05:24:59.204463 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.07 05:24:59.204472 [ 3 ] {} TCP-Session: c6b3a04f-f331-4d0c-a657-debf0ea7e92a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:59.204497 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.07 05:24:59.204520 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.07 05:24:59.204559 [ 293 ] {} TCP-Session: 2695d4ed-81bf-4c75-b32f-3424e3ebb279 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:59.204514 [ 289 ] {} TCP-Session: f175742a-f333-4293-8c31-bd5342a35b0d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:59.204581 [ 294 ] {} TCP-Session: b2464be9-946e-4471-9282-88f9dc883cdf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:59.204490 [ 291 ] {} TCP-Session: f0b987fc-fa74-4997-98a1-b64328372467 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:59.204503 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.07 05:24:59.204465 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.07 05:24:59.204668 [ 292 ] {} TCP-Session: 8bfa7074-79ee-418c-82af-cf3f7ccd3de6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:59.204454 [ 288 ] {} TCP-Session: 60fcc880-e7d6-4d61-9dfb-7af6d867ee3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:59.204690 [ 290 ] {} TCP-Session: e3d550e1-22b8-4648-9d0f-ce388e202d58 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:59.235918 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38493 2026.04.07 05:24:59.236003 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:24:59.236025 [ 292 ] {} TCP-Session: 1b7407d4-36ff-4e5f-91a5-7b2d7d433a45 Authenticating user 'default' from [fd00:1122:3344:101::e]:38493 2026.04.07 05:24:59.236044 [ 292 ] {} TCP-Session: 1b7407d4-36ff-4e5f-91a5-7b2d7d433a45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:59.236057 [ 292 ] {} TCP-Session: 1b7407d4-36ff-4e5f-91a5-7b2d7d433a45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:59.236241 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49811 2026.04.07 05:24:59.236258 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54234 2026.04.07 05:24:59.236282 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59581 2026.04.07 05:24:59.236294 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49647 2026.04.07 05:24:59.236322 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:24:59.236325 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62272 2026.04.07 05:24:59.236364 [ 293 ] {} TCP-Session: 1ec2502c-0252-4b00-9db0-c0a2dccc63d5 Authenticating user 'default' from [fd00:1122:3344:101::e]:49811 2026.04.07 05:24:59.236372 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:24:59.236390 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:24:59.236407 [ 293 ] {} TCP-Session: 1ec2502c-0252-4b00-9db0-c0a2dccc63d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:59.236426 [ 286 ] {} TCP-Session: 6ca5d510-571e-4917-9de2-dd3e63e3588a Authenticating user 'default' from [fd00:1122:3344:101::e]:59581 2026.04.07 05:24:59.236435 [ 289 ] {} TCP-Session: 6c795ee8-c47c-440c-a5b4-cc046c367450 Authenticating user 'default' from [fd00:1122:3344:101::e]:49647 2026.04.07 05:24:59.236438 [ 293 ] {} TCP-Session: 1ec2502c-0252-4b00-9db0-c0a2dccc63d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:59.236460 [ 286 ] {} TCP-Session: 6ca5d510-571e-4917-9de2-dd3e63e3588a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:59.236469 [ 289 ] {} TCP-Session: 6c795ee8-c47c-440c-a5b4-cc046c367450 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:59.236487 [ 286 ] {} TCP-Session: 6ca5d510-571e-4917-9de2-dd3e63e3588a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:59.236501 [ 289 ] {} TCP-Session: 6c795ee8-c47c-440c-a5b4-cc046c367450 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:59.236433 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:24:59.236357 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:24:59.236568 [ 291 ] {} TCP-Session: 8393253b-9e33-4752-9a05-1306f8a5fec9 Authenticating user 'default' from [fd00:1122:3344:101::e]:62272 2026.04.07 05:24:59.236587 [ 294 ] {} TCP-Session: c8d5474d-5935-4357-aaf9-e67fdc6f4160 Authenticating user 'default' from [fd00:1122:3344:101::e]:54234 2026.04.07 05:24:59.236600 [ 291 ] {} TCP-Session: 8393253b-9e33-4752-9a05-1306f8a5fec9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:59.236615 [ 294 ] {} TCP-Session: c8d5474d-5935-4357-aaf9-e67fdc6f4160 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:59.236628 [ 291 ] {} TCP-Session: 8393253b-9e33-4752-9a05-1306f8a5fec9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:59.236641 [ 294 ] {} TCP-Session: c8d5474d-5935-4357-aaf9-e67fdc6f4160 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:59.236318 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54539 2026.04.07 05:24:59.236265 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33271 2026.04.07 05:24:59.236350 [ 292 ] {} TCP-Session: 1b7407d4-36ff-4e5f-91a5-7b2d7d433a45 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:24:59.236728 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:24:59.236290 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38201 2026.04.07 05:24:59.236772 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:24:59.236769 [ 290 ] {} TCP-Session: 7b8bb8ba-2f24-4db5-b208-1fdf83257ffb Authenticating user 'default' from [fd00:1122:3344:101::e]:54539 2026.04.07 05:24:59.236827 [ 3 ] {} TCP-Session: b6957d93-5b77-42ec-8078-e05c7b5006f1 Authenticating user 'default' from [fd00:1122:3344:101::e]:33271 2026.04.07 05:24:59.236833 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:24:59.236838 [ 290 ] {} TCP-Session: 7b8bb8ba-2f24-4db5-b208-1fdf83257ffb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:59.236861 [ 3 ] {} TCP-Session: b6957d93-5b77-42ec-8078-e05c7b5006f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:59.236874 [ 288 ] {} TCP-Session: 789da8eb-2530-4f74-96ea-82524d83771e Authenticating user 'default' from [fd00:1122:3344:101::e]:38201 2026.04.07 05:24:59.236903 [ 3 ] {} TCP-Session: b6957d93-5b77-42ec-8078-e05c7b5006f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:59.236923 [ 288 ] {} TCP-Session: 789da8eb-2530-4f74-96ea-82524d83771e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:59.236928 [ 292 ] {ae65b90a-0141-4d5a-b4f7-ca85fbf2f7e9} executeQuery: (from [fd00:1122:3344:101::e]:38493) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.07 05:24:59.236945 [ 288 ] {} TCP-Session: 789da8eb-2530-4f74-96ea-82524d83771e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:59.236882 [ 290 ] {} TCP-Session: 7b8bb8ba-2f24-4db5-b208-1fdf83257ffb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:59.237279 [ 292 ] {ae65b90a-0141-4d5a-b4f7-ca85fbf2f7e9} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.07 05:24:59.237345 [ 292 ] {ae65b90a-0141-4d5a-b4f7-ca85fbf2f7e9} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.07 05:24:59.237665 [ 292 ] {ae65b90a-0141-4d5a-b4f7-ca85fbf2f7e9} oximeter.version (b59983b3-b885-480b-8202-da32017c82ac) (SelectExecutor): Key condition: unknown 2026.04.07 05:24:59.238810 [ 261 ] {ae65b90a-0141-4d5a-b4f7-ca85fbf2f7e9} AggregatingTransform: Aggregating 2026.04.07 05:24:59.238848 [ 261 ] {ae65b90a-0141-4d5a-b4f7-ca85fbf2f7e9} Aggregator: Aggregation method: without_key 2026.04.07 05:24:59.238882 [ 261 ] {ae65b90a-0141-4d5a-b4f7-ca85fbf2f7e9} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001118402 sec. (894.133 rows/sec., 34.93 KiB/sec.) 2026.04.07 05:24:59.238900 [ 261 ] {ae65b90a-0141-4d5a-b4f7-ca85fbf2f7e9} Aggregator: Merging aggregated data 2026.04.07 05:24:59.240218 [ 292 ] {ae65b90a-0141-4d5a-b4f7-ca85fbf2f7e9} executeQuery: Read 1 rows, 40.00 B in 0.003365 sec., 297.1768202080238 rows/sec., 11.61 KiB/sec. 2026.04.07 05:24:59.240392 [ 292 ] {ae65b90a-0141-4d5a-b4f7-ca85fbf2f7e9} TCPHandler: Processed in 0.004185139 sec. 2026.04.07 05:24:59.240487 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.07 05:24:59.240514 [ 292 ] {} TCP-Session: 1b7407d4-36ff-4e5f-91a5-7b2d7d433a45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:59.240518 [ 3 ] {} TCPHandler: Done processing connection. 2026.04.07 05:24:59.240542 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.07 05:24:59.240565 [ 3 ] {} TCP-Session: b6957d93-5b77-42ec-8078-e05c7b5006f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:59.240566 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.07 05:24:59.240603 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.07 05:24:59.240626 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.07 05:24:59.240632 [ 293 ] {} TCP-Session: 1ec2502c-0252-4b00-9db0-c0a2dccc63d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:59.240647 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.07 05:24:59.240665 [ 294 ] {} TCP-Session: c8d5474d-5935-4357-aaf9-e67fdc6f4160 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:59.240673 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.07 05:24:59.240700 [ 291 ] {} TCP-Session: 8393253b-9e33-4752-9a05-1306f8a5fec9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:59.240651 [ 286 ] {} TCP-Session: 6ca5d510-571e-4917-9de2-dd3e63e3588a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:59.240728 [ 290 ] {} TCP-Session: 7b8bb8ba-2f24-4db5-b208-1fdf83257ffb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:59.240585 [ 289 ] {} TCP-Session: 6c795ee8-c47c-440c-a5b4-cc046c367450 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:24:59.240583 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.07 05:24:59.240822 [ 288 ] {} TCP-Session: 789da8eb-2530-4f74-96ea-82524d83771e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:00.000193 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 258.83 MiB, peak 268.91 MiB, free memory in arenas 0.00 B, will set to 265.88 MiB (RSS), difference: 7.05 MiB 2026.04.07 05:25:01.142136 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:01.142338 [ 5 ] {d04c32a7-0b85-4960-9661-51ef4dc53229} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:25:01.142417 [ 5 ] {d04c32a7-0b85-4960-9661-51ef4dc53229} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:25:01.143179 [ 5 ] {d04c32a7-0b85-4960-9661-51ef4dc53229} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:01.143232 [ 5 ] {d04c32a7-0b85-4960-9661-51ef4dc53229} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2026.04.07 05:25:01.143647 [ 5 ] {d04c32a7-0b85-4960-9661-51ef4dc53229} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.04.07 05:25:01.143900 [ 5 ] {d04c32a7-0b85-4960-9661-51ef4dc53229} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:01.144077 [ 5 ] {d04c32a7-0b85-4960-9661-51ef4dc53229} executeQuery: Read 56 rows, 4.41 KiB in 0.001796 sec., 31180.400890868597 rows/sec., 2.40 MiB/sec. 2026.04.07 05:25:01.144129 [ 5 ] {d04c32a7-0b85-4960-9661-51ef4dc53229} TCPHandler: Processed in 0.002133691 sec. 2026.04.07 05:25:01.144267 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:01.144371 [ 5 ] {c07316bb-5514-4afd-a07d-42dddd1ecae7} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:25:01.144415 [ 5 ] {c07316bb-5514-4afd-a07d-42dddd1ecae7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:25:01.144873 [ 5 ] {c07316bb-5514-4afd-a07d-42dddd1ecae7} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:01.144911 [ 5 ] {c07316bb-5514-4afd-a07d-42dddd1ecae7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2026.04.07 05:25:01.145240 [ 5 ] {c07316bb-5514-4afd-a07d-42dddd1ecae7} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.04.07 05:25:01.145456 [ 5 ] {c07316bb-5514-4afd-a07d-42dddd1ecae7} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:01.145594 [ 5 ] {c07316bb-5514-4afd-a07d-42dddd1ecae7} executeQuery: Read 64 rows, 5.12 KiB in 0.001247 sec., 51323.17562149158 rows/sec., 4.01 MiB/sec. 2026.04.07 05:25:01.145634 [ 5 ] {c07316bb-5514-4afd-a07d-42dddd1ecae7} TCPHandler: Processed in 0.001430117 sec. 2026.04.07 05:25:01.145759 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:01.145856 [ 5 ] {e8bc3b3a-fa50-4c02-8d6d-28767db2ef3f} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:25:01.145901 [ 5 ] {e8bc3b3a-fa50-4c02-8d6d-28767db2ef3f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:25:01.146316 [ 5 ] {e8bc3b3a-fa50-4c02-8d6d-28767db2ef3f} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:01.146353 [ 5 ] {e8bc3b3a-fa50-4c02-8d6d-28767db2ef3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2026.04.07 05:25:01.146708 [ 5 ] {e8bc3b3a-fa50-4c02-8d6d-28767db2ef3f} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.04.07 05:25:01.146922 [ 5 ] {e8bc3b3a-fa50-4c02-8d6d-28767db2ef3f} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:01.147072 [ 5 ] {e8bc3b3a-fa50-4c02-8d6d-28767db2ef3f} executeQuery: Read 160 rows, 11.41 KiB in 0.001236 sec., 129449.83818770228 rows/sec., 9.02 MiB/sec. 2026.04.07 05:25:01.147111 [ 5 ] {e8bc3b3a-fa50-4c02-8d6d-28767db2ef3f} TCPHandler: Processed in 0.001403387 sec. 2026.04.07 05:25:01.147223 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:01.147318 [ 5 ] {062b53fd-d0fd-4834-a615-11f0182ff6b9} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:25:01.147360 [ 5 ] {062b53fd-d0fd-4834-a615-11f0182ff6b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:25:01.147694 [ 5 ] {062b53fd-d0fd-4834-a615-11f0182ff6b9} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:01.147731 [ 5 ] {062b53fd-d0fd-4834-a615-11f0182ff6b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2026.04.07 05:25:01.148052 [ 5 ] {062b53fd-d0fd-4834-a615-11f0182ff6b9} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.04.07 05:25:01.148271 [ 5 ] {062b53fd-d0fd-4834-a615-11f0182ff6b9} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:01.148415 [ 5 ] {062b53fd-d0fd-4834-a615-11f0182ff6b9} executeQuery: Read 60 rows, 4.14 KiB in 0.001117 sec., 53715.308863025966 rows/sec., 3.62 MiB/sec. 2026.04.07 05:25:01.148453 [ 5 ] {062b53fd-d0fd-4834-a615-11f0182ff6b9} TCPHandler: Processed in 0.001279834 sec. 2026.04.07 05:25:03.251288 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 636 2026.04.07 05:25:03.253456 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:03.253501 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2026.04.07 05:25:03.254723 [ 242 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.07 05:25:03.254982 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:03.255244 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 636 2026.04.07 05:25:04.096515 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:04.096739 [ 5 ] {0ac4af61-e359-44ad-834d-3c0f88d4420c} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.07 05:25:04.096814 [ 5 ] {0ac4af61-e359-44ad-834d-3c0f88d4420c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.07 05:25:04.097454 [ 5 ] {0ac4af61-e359-44ad-834d-3c0f88d4420c} oximeter.fields_i16 (19a28ab3-93b8-470f-bc08-bb1de0445c9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:04.097503 [ 5 ] {0ac4af61-e359-44ad-834d-3c0f88d4420c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2026.04.07 05:25:04.097902 [ 5 ] {0ac4af61-e359-44ad-834d-3c0f88d4420c} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.07 05:25:04.098125 [ 5 ] {0ac4af61-e359-44ad-834d-3c0f88d4420c} oximeter.fields_i16 (19a28ab3-93b8-470f-bc08-bb1de0445c9c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:04.098289 [ 5 ] {0ac4af61-e359-44ad-834d-3c0f88d4420c} executeQuery: Read 24 rows, 2.04 KiB in 0.001612 sec., 14888.33746898263 rows/sec., 1.24 MiB/sec. 2026.04.07 05:25:04.098329 [ 5 ] {0ac4af61-e359-44ad-834d-3c0f88d4420c} TCPHandler: Processed in 0.001965137 sec. 2026.04.07 05:25:04.098439 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:04.098528 [ 5 ] {9dd7b736-3805-45a4-b212-6badc85d368b} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.07 05:25:04.098567 [ 5 ] {9dd7b736-3805-45a4-b212-6badc85d368b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.07 05:25:04.098939 [ 5 ] {9dd7b736-3805-45a4-b212-6badc85d368b} oximeter.fields_ipaddr (825a423c-b132-44a1-9146-cfb597c4352e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:04.098973 [ 5 ] {9dd7b736-3805-45a4-b212-6badc85d368b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2026.04.07 05:25:04.099321 [ 5 ] {9dd7b736-3805-45a4-b212-6badc85d368b} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.07 05:25:04.099539 [ 5 ] {9dd7b736-3805-45a4-b212-6badc85d368b} oximeter.fields_ipaddr (825a423c-b132-44a1-9146-cfb597c4352e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:04.099672 [ 5 ] {9dd7b736-3805-45a4-b212-6badc85d368b} executeQuery: Read 16 rows, 1.30 KiB in 0.001139 sec., 14047.41000877963 rows/sec., 1.12 MiB/sec. 2026.04.07 05:25:04.099710 [ 5 ] {9dd7b736-3805-45a4-b212-6badc85d368b} TCPHandler: Processed in 0.001304235 sec. 2026.04.07 05:25:04.099824 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:04.099917 [ 5 ] {ecec3faa-1a38-4aa8-ab6d-c60cc0377c6d} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:25:04.099957 [ 5 ] {ecec3faa-1a38-4aa8-ab6d-c60cc0377c6d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:25:04.101492 [ 5 ] {ecec3faa-1a38-4aa8-ab6d-c60cc0377c6d} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:04.101528 [ 5 ] {ecec3faa-1a38-4aa8-ab6d-c60cc0377c6d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2026.04.07 05:25:04.101991 [ 5 ] {ecec3faa-1a38-4aa8-ab6d-c60cc0377c6d} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.04.07 05:25:04.102200 [ 5 ] {ecec3faa-1a38-4aa8-ab6d-c60cc0377c6d} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:04.102335 [ 5 ] {ecec3faa-1a38-4aa8-ab6d-c60cc0377c6d} executeQuery: Read 2617 rows, 201.82 KiB in 0.002435 sec., 1074743.3264887063 rows/sec., 80.94 MiB/sec. 2026.04.07 05:25:04.102375 [ 5 ] {ecec3faa-1a38-4aa8-ab6d-c60cc0377c6d} MemoryTracker: Peak memory usage (for query): 4.02 MiB. 2026.04.07 05:25:04.102388 [ 5 ] {ecec3faa-1a38-4aa8-ab6d-c60cc0377c6d} TCPHandler: Processed in 0.002613529 sec. 2026.04.07 05:25:04.102498 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:04.102593 [ 5 ] {4b9e8165-db3c-4fdf-892d-d5504f10f61e} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.07 05:25:04.102633 [ 5 ] {4b9e8165-db3c-4fdf-892d-d5504f10f61e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.07 05:25:04.103046 [ 5 ] {4b9e8165-db3c-4fdf-892d-d5504f10f61e} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:04.103080 [ 5 ] {4b9e8165-db3c-4fdf-892d-d5504f10f61e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2026.04.07 05:25:04.103383 [ 5 ] {4b9e8165-db3c-4fdf-892d-d5504f10f61e} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.04.07 05:25:04.103589 [ 5 ] {4b9e8165-db3c-4fdf-892d-d5504f10f61e} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:04.103716 [ 5 ] {4b9e8165-db3c-4fdf-892d-d5504f10f61e} executeQuery: Read 81 rows, 6.06 KiB in 0.001141 sec., 70990.35933391762 rows/sec., 5.19 MiB/sec. 2026.04.07 05:25:04.103754 [ 5 ] {4b9e8165-db3c-4fdf-892d-d5504f10f61e} TCPHandler: Processed in 0.001306365 sec. 2026.04.07 05:25:04.103864 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:04.103959 [ 5 ] {0d365582-54b3-4f0e-bdbb-ba722071c071} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.07 05:25:04.103998 [ 5 ] {0d365582-54b3-4f0e-bdbb-ba722071c071} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.07 05:25:04.104607 [ 5 ] {0d365582-54b3-4f0e-bdbb-ba722071c071} oximeter.fields_u32 (77106049-3b56-443c-8974-c866b1324d40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:04.104640 [ 5 ] {0d365582-54b3-4f0e-bdbb-ba722071c071} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2026.04.07 05:25:04.104950 [ 5 ] {0d365582-54b3-4f0e-bdbb-ba722071c071} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.07 05:25:04.105228 [ 5 ] {0d365582-54b3-4f0e-bdbb-ba722071c071} oximeter.fields_u32 (77106049-3b56-443c-8974-c866b1324d40): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:04.105356 [ 5 ] {0d365582-54b3-4f0e-bdbb-ba722071c071} executeQuery: Read 825 rows, 49.42 KiB in 0.001414 sec., 583451.2022630835 rows/sec., 34.13 MiB/sec. 2026.04.07 05:25:04.105394 [ 5 ] {0d365582-54b3-4f0e-bdbb-ba722071c071} TCPHandler: Processed in 0.00157896 sec. 2026.04.07 05:25:04.105507 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:04.105600 [ 5 ] {294a855f-b9d8-43ef-b044-59a4c72cbe95} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.04.07 05:25:04.105639 [ 5 ] {294a855f-b9d8-43ef-b044-59a4c72cbe95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.04.07 05:25:04.106011 [ 5 ] {294a855f-b9d8-43ef-b044-59a4c72cbe95} oximeter.fields_u64 (694db3f7-adc1-48c0-aa80-2e45c79f29b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:04.106046 [ 5 ] {294a855f-b9d8-43ef-b044-59a4c72cbe95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2026.04.07 05:25:04.106333 [ 5 ] {294a855f-b9d8-43ef-b044-59a4c72cbe95} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.07 05:25:04.106538 [ 5 ] {294a855f-b9d8-43ef-b044-59a4c72cbe95} oximeter.fields_u64 (694db3f7-adc1-48c0-aa80-2e45c79f29b4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:04.106665 [ 5 ] {294a855f-b9d8-43ef-b044-59a4c72cbe95} executeQuery: Read 1 rows, 72.00 B in 0.001082 sec., 924.2144177449168 rows/sec., 64.98 KiB/sec. 2026.04.07 05:25:04.106702 [ 5 ] {294a855f-b9d8-43ef-b044-59a4c72cbe95} TCPHandler: Processed in 0.001244904 sec. 2026.04.07 05:25:04.106810 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:04.106903 [ 5 ] {de63862f-98fc-41be-a566-0b7bbfb8ddda} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.07 05:25:04.106942 [ 5 ] {de63862f-98fc-41be-a566-0b7bbfb8ddda} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.07 05:25:04.107331 [ 5 ] {de63862f-98fc-41be-a566-0b7bbfb8ddda} oximeter.fields_u8 (0286c37b-6235-46e9-9a40-c9bc493e69eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:04.107365 [ 5 ] {de63862f-98fc-41be-a566-0b7bbfb8ddda} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2026.04.07 05:25:04.107657 [ 5 ] {de63862f-98fc-41be-a566-0b7bbfb8ddda} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.07 05:25:04.107864 [ 5 ] {de63862f-98fc-41be-a566-0b7bbfb8ddda} oximeter.fields_u8 (0286c37b-6235-46e9-9a40-c9bc493e69eb): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:04.107991 [ 5 ] {de63862f-98fc-41be-a566-0b7bbfb8ddda} executeQuery: Read 12 rows, 960.00 B in 0.001105 sec., 10859.728506787329 rows/sec., 848.42 KiB/sec. 2026.04.07 05:25:04.108028 [ 5 ] {de63862f-98fc-41be-a566-0b7bbfb8ddda} TCPHandler: Processed in 0.001268784 sec. 2026.04.07 05:25:04.108136 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:04.108231 [ 5 ] {3422bef7-8a50-45d6-89d6-920929679f87} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:25:04.108269 [ 5 ] {3422bef7-8a50-45d6-89d6-920929679f87} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:25:04.109072 [ 5 ] {3422bef7-8a50-45d6-89d6-920929679f87} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:04.109107 [ 5 ] {3422bef7-8a50-45d6-89d6-920929679f87} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2026.04.07 05:25:04.109464 [ 5 ] {3422bef7-8a50-45d6-89d6-920929679f87} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.04.07 05:25:04.109681 [ 5 ] {3422bef7-8a50-45d6-89d6-920929679f87} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:04.109811 [ 5 ] {3422bef7-8a50-45d6-89d6-920929679f87} executeQuery: Read 1384 rows, 96.04 KiB in 0.001597 sec., 866624.9217282406 rows/sec., 58.73 MiB/sec. 2026.04.07 05:25:04.109849 [ 5 ] {3422bef7-8a50-45d6-89d6-920929679f87} TCPHandler: Processed in 0.001761683 sec. 2026.04.07 05:25:04.109962 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:04.110057 [ 5 ] {441e4307-5c0b-47e6-b72e-b1280bf43ec1} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:25:04.110099 [ 5 ] {441e4307-5c0b-47e6-b72e-b1280bf43ec1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:25:04.110745 [ 5 ] {441e4307-5c0b-47e6-b72e-b1280bf43ec1} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:04.110778 [ 5 ] {441e4307-5c0b-47e6-b72e-b1280bf43ec1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2026.04.07 05:25:04.111274 [ 5 ] {441e4307-5c0b-47e6-b72e-b1280bf43ec1} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.04.07 05:25:04.111486 [ 5 ] {441e4307-5c0b-47e6-b72e-b1280bf43ec1} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:04.111626 [ 5 ] {441e4307-5c0b-47e6-b72e-b1280bf43ec1} executeQuery: Read 1604 rows, 101.02 KiB in 0.001587 sec., 1010712.0352867044 rows/sec., 62.16 MiB/sec. 2026.04.07 05:25:04.111666 [ 5 ] {441e4307-5c0b-47e6-b72e-b1280bf43ec1} TCPHandler: Processed in 0.001752313 sec. 2026.04.07 05:25:04.111774 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:04.111896 [ 5 ] {577b9ebb-d79c-43e1-b1d7-b0caceabbeb0} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.07 05:25:04.111950 [ 5 ] {577b9ebb-d79c-43e1-b1d7-b0caceabbeb0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.07 05:25:04.112937 [ 5 ] {577b9ebb-d79c-43e1-b1d7-b0caceabbeb0} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:04.112973 [ 5 ] {577b9ebb-d79c-43e1-b1d7-b0caceabbeb0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2026.04.07 05:25:04.113564 [ 5 ] {577b9ebb-d79c-43e1-b1d7-b0caceabbeb0} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.07 05:25:04.113786 [ 5 ] {577b9ebb-d79c-43e1-b1d7-b0caceabbeb0} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:04.113955 [ 5 ] {577b9ebb-d79c-43e1-b1d7-b0caceabbeb0} executeQuery: Read 53 rows, 97.25 KiB in 0.002078 sec., 25505.29355149182 rows/sec., 45.70 MiB/sec. 2026.04.07 05:25:04.114009 [ 5 ] {577b9ebb-d79c-43e1-b1d7-b0caceabbeb0} TCPHandler: Processed in 0.002284183 sec. 2026.04.07 05:25:04.114136 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:04.114262 [ 5 ] {6fe3f84e-f3d4-46a2-8154-353cef2c8c5f} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:25:04.114313 [ 5 ] {6fe3f84e-f3d4-46a2-8154-353cef2c8c5f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:25:04.114738 [ 5 ] {6fe3f84e-f3d4-46a2-8154-353cef2c8c5f} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:04.114783 [ 5 ] {6fe3f84e-f3d4-46a2-8154-353cef2c8c5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2026.04.07 05:25:04.115130 [ 5 ] {6fe3f84e-f3d4-46a2-8154-353cef2c8c5f} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.04.07 05:25:04.115339 [ 5 ] {6fe3f84e-f3d4-46a2-8154-353cef2c8c5f} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:04.115467 [ 5 ] {6fe3f84e-f3d4-46a2-8154-353cef2c8c5f} executeQuery: Read 36 rows, 2.48 KiB in 0.00123 sec., 29268.29268292683 rows/sec., 1.97 MiB/sec. 2026.04.07 05:25:04.115503 [ 5 ] {6fe3f84e-f3d4-46a2-8154-353cef2c8c5f} TCPHandler: Processed in 0.001430197 sec. 2026.04.07 05:25:05.731122 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 12932 2026.04.07 05:25:05.731755 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:05.731810 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2026.04.07 05:25:05.732407 [ 244 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.04.07 05:25:05.732640 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:05.732768 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12932 2026.04.07 05:25:06.137326 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:06.137533 [ 5 ] {a9c70c65-c16b-403f-ba83-76ec14e3be84} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:25:06.137611 [ 5 ] {a9c70c65-c16b-403f-ba83-76ec14e3be84} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:25:06.138388 [ 5 ] {a9c70c65-c16b-403f-ba83-76ec14e3be84} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:06.138438 [ 5 ] {a9c70c65-c16b-403f-ba83-76ec14e3be84} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2026.04.07 05:25:06.138866 [ 5 ] {a9c70c65-c16b-403f-ba83-76ec14e3be84} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.04.07 05:25:06.139097 [ 5 ] {a9c70c65-c16b-403f-ba83-76ec14e3be84} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:06.139277 [ 5 ] {a9c70c65-c16b-403f-ba83-76ec14e3be84} executeQuery: Read 56 rows, 4.41 KiB in 0.0018 sec., 31111.111111111113 rows/sec., 2.39 MiB/sec. 2026.04.07 05:25:06.139331 [ 5 ] {a9c70c65-c16b-403f-ba83-76ec14e3be84} TCPHandler: Processed in 0.00214404 sec. 2026.04.07 05:25:06.139460 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:06.139580 [ 5 ] {ede37ae2-40ed-433a-8bc2-2d50171146d7} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:25:06.139626 [ 5 ] {ede37ae2-40ed-433a-8bc2-2d50171146d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:25:06.140062 [ 5 ] {ede37ae2-40ed-433a-8bc2-2d50171146d7} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:06.140101 [ 5 ] {ede37ae2-40ed-433a-8bc2-2d50171146d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2026.04.07 05:25:06.140432 [ 5 ] {ede37ae2-40ed-433a-8bc2-2d50171146d7} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.04.07 05:25:06.140647 [ 5 ] {ede37ae2-40ed-433a-8bc2-2d50171146d7} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:06.140795 [ 5 ] {ede37ae2-40ed-433a-8bc2-2d50171146d7} executeQuery: Read 64 rows, 5.12 KiB in 0.001239 sec., 51654.5601291364 rows/sec., 4.03 MiB/sec. 2026.04.07 05:25:06.140835 [ 5 ] {ede37ae2-40ed-433a-8bc2-2d50171146d7} TCPHandler: Processed in 0.001432397 sec. 2026.04.07 05:25:06.140950 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:06.141047 [ 5 ] {492c69b3-a742-4d99-8acb-937275677404} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:25:06.141091 [ 5 ] {492c69b3-a742-4d99-8acb-937275677404} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:25:06.141455 [ 5 ] {492c69b3-a742-4d99-8acb-937275677404} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:06.141493 [ 5 ] {492c69b3-a742-4d99-8acb-937275677404} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2026.04.07 05:25:06.141812 [ 5 ] {492c69b3-a742-4d99-8acb-937275677404} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.04.07 05:25:06.142027 [ 5 ] {492c69b3-a742-4d99-8acb-937275677404} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:06.142165 [ 5 ] {492c69b3-a742-4d99-8acb-937275677404} executeQuery: Read 64 rows, 4.56 KiB in 0.001138 sec., 56239.015817223204 rows/sec., 3.92 MiB/sec. 2026.04.07 05:25:06.142202 [ 5 ] {492c69b3-a742-4d99-8acb-937275677404} TCPHandler: Processed in 0.001302965 sec. 2026.04.07 05:25:06.142315 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:06.142409 [ 5 ] {4283b2b0-16eb-4e78-b635-fc621995a1a0} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:25:06.142453 [ 5 ] {4283b2b0-16eb-4e78-b635-fc621995a1a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:25:06.142770 [ 5 ] {4283b2b0-16eb-4e78-b635-fc621995a1a0} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:06.142807 [ 5 ] {4283b2b0-16eb-4e78-b635-fc621995a1a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2026.04.07 05:25:06.143142 [ 5 ] {4283b2b0-16eb-4e78-b635-fc621995a1a0} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.04.07 05:25:06.143352 [ 5 ] {4283b2b0-16eb-4e78-b635-fc621995a1a0} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:06.143489 [ 5 ] {4283b2b0-16eb-4e78-b635-fc621995a1a0} executeQuery: Read 24 rows, 1.66 KiB in 0.001098 sec., 21857.92349726776 rows/sec., 1.47 MiB/sec. 2026.04.07 05:25:06.143526 [ 5 ] {4283b2b0-16eb-4e78-b635-fc621995a1a0} TCPHandler: Processed in 0.001261654 sec. 2026.04.07 05:25:06.467121 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 2026.04.07 05:25:06.482342 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:06.482397 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2026.04.07 05:25:06.488426 [ 243 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.04.07 05:25:06.489108 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:06.491629 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 204 2026.04.07 05:25:11.141863 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:11.142064 [ 5 ] {f0ae774a-26cc-4033-b6c7-a34ecd9eee07} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:25:11.142133 [ 5 ] {f0ae774a-26cc-4033-b6c7-a34ecd9eee07} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:25:11.142814 [ 5 ] {f0ae774a-26cc-4033-b6c7-a34ecd9eee07} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:11.142862 [ 5 ] {f0ae774a-26cc-4033-b6c7-a34ecd9eee07} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2026.04.07 05:25:11.143289 [ 5 ] {f0ae774a-26cc-4033-b6c7-a34ecd9eee07} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.04.07 05:25:11.143520 [ 5 ] {f0ae774a-26cc-4033-b6c7-a34ecd9eee07} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:11.143655 [ 133 ] {} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.04.07 05:25:11.143684 [ 5 ] {f0ae774a-26cc-4033-b6c7-a34ecd9eee07} executeQuery: Read 56 rows, 4.41 KiB in 0.00167 sec., 33532.934131736525 rows/sec., 2.58 MiB/sec. 2026.04.07 05:25:11.143690 [ 133 ] {} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:11.143715 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2026.04.07 05:25:11.143735 [ 5 ] {f0ae774a-26cc-4033-b6c7-a34ecd9eee07} TCPHandler: Processed in 0.002003358 sec. 2026.04.07 05:25:11.143802 [ 197 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.04.07 05:25:11.143871 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:11.143911 [ 197 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:25:11.143947 [ 197 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2620 rows starting from the beginning of the part 2026.04.07 05:25:11.143975 [ 5 ] {e7f27722-d3f6-478a-ac65-588e1188e7b7} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:25:11.144007 [ 197 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 140 rows starting from the beginning of the part 2026.04.07 05:25:11.144021 [ 5 ] {e7f27722-d3f6-478a-ac65-588e1188e7b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:25:11.144051 [ 197 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 56 rows starting from the beginning of the part 2026.04.07 05:25:11.144092 [ 197 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 2617 rows starting from the beginning of the part 2026.04.07 05:25:11.144141 [ 197 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 56 rows starting from the beginning of the part 2026.04.07 05:25:11.144182 [ 197 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 56 rows starting from the beginning of the part 2026.04.07 05:25:11.144462 [ 5 ] {e7f27722-d3f6-478a-ac65-588e1188e7b7} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:11.144497 [ 5 ] {e7f27722-d3f6-478a-ac65-588e1188e7b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2026.04.07 05:25:11.144852 [ 5 ] {e7f27722-d3f6-478a-ac65-588e1188e7b7} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.04.07 05:25:11.145066 [ 5 ] {e7f27722-d3f6-478a-ac65-588e1188e7b7} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:11.145171 [ 133 ] {} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.04.07 05:25:11.145196 [ 133 ] {} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:11.145206 [ 5 ] {e7f27722-d3f6-478a-ac65-588e1188e7b7} executeQuery: Read 64 rows, 5.12 KiB in 0.001255 sec., 50996.01593625498 rows/sec., 3.98 MiB/sec. 2026.04.07 05:25:11.145211 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2026.04.07 05:25:11.145246 [ 5 ] {e7f27722-d3f6-478a-ac65-588e1188e7b7} TCPHandler: Processed in 0.001430487 sec. 2026.04.07 05:25:11.145290 [ 189 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.04.07 05:25:11.145366 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:11.145390 [ 189 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:25:11.145417 [ 189 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1404 rows starting from the beginning of the part 2026.04.07 05:25:11.145465 [ 189 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 106 rows starting from the beginning of the part 2026.04.07 05:25:11.145468 [ 5 ] {add0d6c7-05e5-4cf1-81c2-8d5201942dc8} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:25:11.145507 [ 189 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 64 rows starting from the beginning of the part 2026.04.07 05:25:11.145520 [ 5 ] {add0d6c7-05e5-4cf1-81c2-8d5201942dc8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:25:11.145549 [ 189 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1384 rows starting from the beginning of the part 2026.04.07 05:25:11.145589 [ 189 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 64 rows starting from the beginning of the part 2026.04.07 05:25:11.145633 [ 189 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 64 rows starting from the beginning of the part 2026.04.07 05:25:11.145961 [ 5 ] {add0d6c7-05e5-4cf1-81c2-8d5201942dc8} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:11.145997 [ 5 ] {add0d6c7-05e5-4cf1-81c2-8d5201942dc8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.07 05:25:11.146161 [ 195 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 5545 rows, containing 5 columns (5 merged, 0 gathered) in 0.002394845 sec., 2315389.9312899164 rows/sec., 184.00 MiB/sec. 2026.04.07 05:25:11.146381 [ 5 ] {add0d6c7-05e5-4cf1-81c2-8d5201942dc8} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.04.07 05:25:11.146440 [ 193 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.04.07 05:25:11.146620 [ 5 ] {add0d6c7-05e5-4cf1-81c2-8d5201942dc8} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:11.146691 [ 193 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_41_8} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:11.146734 [ 133 ] {} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.04.07 05:25:11.146754 [ 193 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_41_8} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.04.07 05:25:11.146762 [ 5 ] {add0d6c7-05e5-4cf1-81c2-8d5201942dc8} executeQuery: Read 160 rows, 11.41 KiB in 0.001316 sec., 121580.54711246201 rows/sec., 8.47 MiB/sec. 2026.04.07 05:25:11.146770 [ 133 ] {} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:11.146792 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.07 05:25:11.146801 [ 5 ] {add0d6c7-05e5-4cf1-81c2-8d5201942dc8} TCPHandler: Processed in 0.001486748 sec. 2026.04.07 05:25:11.146821 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB. 2026.04.07 05:25:11.146882 [ 193 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.04.07 05:25:11.146938 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:11.146948 [ 193 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:25:11.146976 [ 193 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_41_8} MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 12342 rows starting from the beginning of the part 2026.04.07 05:25:11.147027 [ 193 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 160 rows starting from the beginning of the part 2026.04.07 05:25:11.147036 [ 5 ] {1c901116-c6d0-4b97-a9a1-e58ecb424f71} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:25:11.147070 [ 193 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 160 rows starting from the beginning of the part 2026.04.07 05:25:11.147081 [ 5 ] {1c901116-c6d0-4b97-a9a1-e58ecb424f71} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:25:11.147098 [ 195 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 3086 rows, containing 5 columns (5 merged, 0 gathered) in 0.001844214 sec., 1673341.5970163983 rows/sec., 121.56 MiB/sec. 2026.04.07 05:25:11.147109 [ 193 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1604 rows starting from the beginning of the part 2026.04.07 05:25:11.147158 [ 193 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 64 rows starting from the beginning of the part 2026.04.07 05:25:11.147195 [ 193 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 160 rows starting from the beginning of the part 2026.04.07 05:25:11.147391 [ 186 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.04.07 05:25:11.147448 [ 5 ] {1c901116-c6d0-4b97-a9a1-e58ecb424f71} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:11.147488 [ 5 ] {1c901116-c6d0-4b97-a9a1-e58ecb424f71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.07 05:25:11.147798 [ 186 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_41_8} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:11.147840 [ 5 ] {1c901116-c6d0-4b97-a9a1-e58ecb424f71} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.04.07 05:25:11.147907 [ 186 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_41_8} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.04.07 05:25:11.148017 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. 2026.04.07 05:25:11.148092 [ 5 ] {1c901116-c6d0-4b97-a9a1-e58ecb424f71} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:11.148198 [ 133 ] {} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.04.07 05:25:11.148222 [ 133 ] {} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:11.148237 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2026.04.07 05:25:11.148243 [ 5 ] {1c901116-c6d0-4b97-a9a1-e58ecb424f71} executeQuery: Read 60 rows, 4.14 KiB in 0.001227 sec., 48899.75550122249 rows/sec., 3.30 MiB/sec. 2026.04.07 05:25:11.148288 [ 5 ] {1c901116-c6d0-4b97-a9a1-e58ecb424f71} TCPHandler: Processed in 0.001402217 sec. 2026.04.07 05:25:11.148313 [ 194 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.04.07 05:25:11.148435 [ 194 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:25:11.148467 [ 194 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1986 rows starting from the beginning of the part 2026.04.07 05:25:11.148528 [ 194 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 60 rows starting from the beginning of the part 2026.04.07 05:25:11.148567 [ 194 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 60 rows starting from the beginning of the part 2026.04.07 05:25:11.148604 [ 194 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 36 rows starting from the beginning of the part 2026.04.07 05:25:11.148641 [ 194 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 24 rows starting from the beginning of the part 2026.04.07 05:25:11.148679 [ 194 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 60 rows starting from the beginning of the part 2026.04.07 05:25:11.149988 [ 188 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 2226 rows, containing 4 columns (4 merged, 0 gathered) in 0.001705822 sec., 1304942.7196976002 rows/sec., 88.05 MiB/sec. 2026.04.07 05:25:11.150396 [ 196 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.04.07 05:25:11.150755 [ 196 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_41_8} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:11.150853 [ 196 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_41_8} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.04.07 05:25:11.150958 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. 2026.04.07 05:25:11.151994 [ 196 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 14490 rows, containing 5 columns (5 merged, 0 gathered) in 0.005136247 sec., 2821126.0089322026 rows/sec., 186.78 MiB/sec. 2026.04.07 05:25:11.152496 [ 195 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.04.07 05:25:11.152802 [ 195 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_41_8} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:11.152884 [ 195 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_41_8} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.04.07 05:25:11.152979 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.68 MiB. 2026.04.07 05:25:12.001169 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 268.02 MiB, peak 275.09 MiB, free memory in arenas 0.00 B, will set to 270.26 MiB (RSS), difference: 2.24 MiB 2026.04.07 05:25:13.074804 [ 131 ] {} DNSResolver: Updating DNS cache 2026.04.07 05:25:13.074865 [ 131 ] {} DNSResolver: Updated DNS cache 2026.04.07 05:25:13.233674 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 13444 2026.04.07 05:25:13.234171 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:13.234208 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2026.04.07 05:25:13.234700 [ 244 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.04.07 05:25:13.234930 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:13.235055 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13444 2026.04.07 05:25:13.255513 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 674 2026.04.07 05:25:13.258041 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:13.258091 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2026.04.07 05:25:13.259341 [ 242 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.07 05:25:13.259609 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:13.259762 [ 129 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.04.07 05:25:13.259836 [ 129 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:13.259859 [ 129 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2026.04.07 05:25:13.259867 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 674 2026.04.07 05:25:13.259984 [ 191 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.04.07 05:25:13.260544 [ 191 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:25:13.260692 [ 191 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 534 rows starting from the beginning of the part 2026.04.07 05:25:13.261039 [ 191 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 20 rows starting from the beginning of the part 2026.04.07 05:25:13.261397 [ 191 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 36 rows starting from the beginning of the part 2026.04.07 05:25:13.261744 [ 191 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 20 rows starting from the beginning of the part 2026.04.07 05:25:13.262074 [ 191 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 26 rows starting from the beginning of the part 2026.04.07 05:25:13.262420 [ 191 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 38 rows starting from the beginning of the part 2026.04.07 05:25:13.268174 [ 196 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 674 rows, containing 72 columns (72 merged, 0 gathered) in 0.008244096 sec., 81755.47688915802 rows/sec., 69.91 MiB/sec. 2026.04.07 05:25:13.269048 [ 195 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.04.07 05:25:13.269576 [ 195 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_21_4} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:13.269648 [ 195 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_21_4} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.04.07 05:25:13.269773 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.06 MiB. 2026.04.07 05:25:13.992448 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 2026.04.07 05:25:14.007745 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:14.007801 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2026.04.07 05:25:14.013865 [ 243 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.04.07 05:25:14.014543 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:14.017152 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 211 2026.04.07 05:25:16.143192 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:16.143377 [ 5 ] {078bbef9-5b15-44c2-bdcc-31c2dd295212} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:25:16.143447 [ 5 ] {078bbef9-5b15-44c2-bdcc-31c2dd295212} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:25:16.144155 [ 5 ] {078bbef9-5b15-44c2-bdcc-31c2dd295212} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:16.144204 [ 5 ] {078bbef9-5b15-44c2-bdcc-31c2dd295212} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2026.04.07 05:25:16.144616 [ 5 ] {078bbef9-5b15-44c2-bdcc-31c2dd295212} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.04.07 05:25:16.144845 [ 5 ] {078bbef9-5b15-44c2-bdcc-31c2dd295212} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:16.145008 [ 5 ] {078bbef9-5b15-44c2-bdcc-31c2dd295212} executeQuery: Read 140 rows, 12.49 KiB in 0.00168 sec., 83333.33333333333 rows/sec., 7.26 MiB/sec. 2026.04.07 05:25:16.145059 [ 5 ] {078bbef9-5b15-44c2-bdcc-31c2dd295212} TCPHandler: Processed in 0.001996297 sec. 2026.04.07 05:25:16.145173 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:16.145276 [ 5 ] {8dd4b744-5fbc-4990-aef7-2d0a4167898b} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.07 05:25:16.145320 [ 5 ] {8dd4b744-5fbc-4990-aef7-2d0a4167898b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.07 05:25:16.145750 [ 5 ] {8dd4b744-5fbc-4990-aef7-2d0a4167898b} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:16.145788 [ 5 ] {8dd4b744-5fbc-4990-aef7-2d0a4167898b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2026.04.07 05:25:16.146098 [ 5 ] {8dd4b744-5fbc-4990-aef7-2d0a4167898b} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.04.07 05:25:16.146309 [ 5 ] {8dd4b744-5fbc-4990-aef7-2d0a4167898b} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:16.146444 [ 5 ] {8dd4b744-5fbc-4990-aef7-2d0a4167898b} executeQuery: Read 42 rows, 3.16 KiB in 0.001191 sec., 35264.48362720403 rows/sec., 2.59 MiB/sec. 2026.04.07 05:25:16.146483 [ 5 ] {8dd4b744-5fbc-4990-aef7-2d0a4167898b} TCPHandler: Processed in 0.001362636 sec. 2026.04.07 05:25:16.146593 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:16.146690 [ 5 ] {dc3f9b37-4029-4db6-9374-4716459337cb} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:25:16.146729 [ 5 ] {dc3f9b37-4029-4db6-9374-4716459337cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:25:16.147165 [ 5 ] {dc3f9b37-4029-4db6-9374-4716459337cb} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:16.147202 [ 5 ] {dc3f9b37-4029-4db6-9374-4716459337cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2026.04.07 05:25:16.147512 [ 5 ] {dc3f9b37-4029-4db6-9374-4716459337cb} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.04.07 05:25:16.147731 [ 5 ] {dc3f9b37-4029-4db6-9374-4716459337cb} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:16.147861 [ 5 ] {dc3f9b37-4029-4db6-9374-4716459337cb} executeQuery: Read 106 rows, 8.48 KiB in 0.001191 sec., 89000.83963056255 rows/sec., 6.95 MiB/sec. 2026.04.07 05:25:16.147899 [ 5 ] {dc3f9b37-4029-4db6-9374-4716459337cb} TCPHandler: Processed in 0.001355796 sec. 2026.04.07 05:25:16.148018 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:16.148114 [ 5 ] {d42c8a83-d7ff-469f-b6c2-d233d427c4b5} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:25:16.148157 [ 5 ] {d42c8a83-d7ff-469f-b6c2-d233d427c4b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:25:16.148567 [ 5 ] {d42c8a83-d7ff-469f-b6c2-d233d427c4b5} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:16.148604 [ 5 ] {d42c8a83-d7ff-469f-b6c2-d233d427c4b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2026.04.07 05:25:16.148939 [ 5 ] {d42c8a83-d7ff-469f-b6c2-d233d427c4b5} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.04.07 05:25:16.149149 [ 5 ] {d42c8a83-d7ff-469f-b6c2-d233d427c4b5} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:16.149284 [ 5 ] {d42c8a83-d7ff-469f-b6c2-d233d427c4b5} executeQuery: Read 160 rows, 11.41 KiB in 0.00119 sec., 134453.78151260503 rows/sec., 9.36 MiB/sec. 2026.04.07 05:25:16.149322 [ 5 ] {d42c8a83-d7ff-469f-b6c2-d233d427c4b5} TCPHandler: Processed in 0.001354726 sec. 2026.04.07 05:25:16.149438 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:16.149533 [ 5 ] {d3410e8c-09ae-4e34-9f44-b4870490730e} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.07 05:25:16.149586 [ 5 ] {d3410e8c-09ae-4e34-9f44-b4870490730e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.07 05:25:16.150407 [ 5 ] {d3410e8c-09ae-4e34-9f44-b4870490730e} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:16.150444 [ 5 ] {d3410e8c-09ae-4e34-9f44-b4870490730e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2026.04.07 05:25:16.151013 [ 5 ] {d3410e8c-09ae-4e34-9f44-b4870490730e} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.07 05:25:16.151234 [ 5 ] {d3410e8c-09ae-4e34-9f44-b4870490730e} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:16.151374 [ 5 ] {d3410e8c-09ae-4e34-9f44-b4870490730e} executeQuery: Read 42 rows, 77.07 KiB in 0.001859 sec., 22592.791823561056 rows/sec., 40.49 MiB/sec. 2026.04.07 05:25:16.151440 [ 5 ] {d3410e8c-09ae-4e34-9f44-b4870490730e} TCPHandler: Processed in 0.002052519 sec. 2026.04.07 05:25:16.151557 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:16.151652 [ 5 ] {43b62a9d-3ff3-43c8-b391-a1dfa01ce245} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:25:16.151693 [ 5 ] {43b62a9d-3ff3-43c8-b391-a1dfa01ce245} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:25:16.152023 [ 5 ] {43b62a9d-3ff3-43c8-b391-a1dfa01ce245} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:16.152059 [ 5 ] {43b62a9d-3ff3-43c8-b391-a1dfa01ce245} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2026.04.07 05:25:16.152389 [ 5 ] {43b62a9d-3ff3-43c8-b391-a1dfa01ce245} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.04.07 05:25:16.152606 [ 5 ] {43b62a9d-3ff3-43c8-b391-a1dfa01ce245} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:16.152736 [ 5 ] {43b62a9d-3ff3-43c8-b391-a1dfa01ce245} executeQuery: Read 60 rows, 4.14 KiB in 0.001103 sec., 54397.09882139619 rows/sec., 3.67 MiB/sec. 2026.04.07 05:25:16.152772 [ 5 ] {43b62a9d-3ff3-43c8-b391-a1dfa01ce245} TCPHandler: Processed in 0.001264914 sec. 2026.04.07 05:25:20.735375 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 13892 2026.04.07 05:25:20.735987 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:20.736037 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.07 05:25:20.736522 [ 244 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.04.07 05:25:20.736761 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:20.736904 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13892 2026.04.07 05:25:21.142281 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:21.142488 [ 5 ] {1f2764b2-6257-429d-ad81-2b7ffd51f031} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.07 05:25:21.142567 [ 5 ] {1f2764b2-6257-429d-ad81-2b7ffd51f031} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.07 05:25:21.143216 [ 5 ] {1f2764b2-6257-429d-ad81-2b7ffd51f031} oximeter.fields_ipaddr (825a423c-b132-44a1-9146-cfb597c4352e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:21.143267 [ 5 ] {1f2764b2-6257-429d-ad81-2b7ffd51f031} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.07 05:25:21.143672 [ 5 ] {1f2764b2-6257-429d-ad81-2b7ffd51f031} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.07 05:25:21.143906 [ 5 ] {1f2764b2-6257-429d-ad81-2b7ffd51f031} oximeter.fields_ipaddr (825a423c-b132-44a1-9146-cfb597c4352e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:21.144067 [ 5 ] {1f2764b2-6257-429d-ad81-2b7ffd51f031} executeQuery: Read 2 rows, 167.00 B in 0.001634 sec., 1223.9902080783354 rows/sec., 99.81 KiB/sec. 2026.04.07 05:25:21.144117 [ 5 ] {1f2764b2-6257-429d-ad81-2b7ffd51f031} TCPHandler: Processed in 0.001979837 sec. 2026.04.07 05:25:21.144233 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:21.144334 [ 5 ] {1cf1da3c-c2c9-4a14-9409-e9094398c074} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:25:21.144378 [ 5 ] {1cf1da3c-c2c9-4a14-9409-e9094398c074} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:25:21.144804 [ 5 ] {1cf1da3c-c2c9-4a14-9409-e9094398c074} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:21.144842 [ 5 ] {1cf1da3c-c2c9-4a14-9409-e9094398c074} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.07 05:25:21.145159 [ 5 ] {1cf1da3c-c2c9-4a14-9409-e9094398c074} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.04.07 05:25:21.145375 [ 5 ] {1cf1da3c-c2c9-4a14-9409-e9094398c074} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:21.145512 [ 5 ] {1cf1da3c-c2c9-4a14-9409-e9094398c074} executeQuery: Read 57 rows, 4.48 KiB in 0.0012 sec., 47500.00000000001 rows/sec., 3.64 MiB/sec. 2026.04.07 05:25:21.145550 [ 5 ] {1cf1da3c-c2c9-4a14-9409-e9094398c074} TCPHandler: Processed in 0.001369645 sec. 2026.04.07 05:25:21.145662 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:21.145758 [ 5 ] {5a345ab6-4e5c-4c52-9de1-2d0392ff6e72} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.07 05:25:21.145799 [ 5 ] {5a345ab6-4e5c-4c52-9de1-2d0392ff6e72} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.07 05:25:21.146180 [ 5 ] {5a345ab6-4e5c-4c52-9de1-2d0392ff6e72} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:21.146216 [ 5 ] {5a345ab6-4e5c-4c52-9de1-2d0392ff6e72} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.07 05:25:21.146505 [ 5 ] {5a345ab6-4e5c-4c52-9de1-2d0392ff6e72} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.04.07 05:25:21.146717 [ 5 ] {5a345ab6-4e5c-4c52-9de1-2d0392ff6e72} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:21.146848 [ 5 ] {5a345ab6-4e5c-4c52-9de1-2d0392ff6e72} executeQuery: Read 2 rows, 143.00 B in 0.001109 sec., 1803.4265103697026 rows/sec., 125.92 KiB/sec. 2026.04.07 05:25:21.146886 [ 5 ] {5a345ab6-4e5c-4c52-9de1-2d0392ff6e72} TCPHandler: Processed in 0.001272864 sec. 2026.04.07 05:25:21.146995 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:21.147089 [ 5 ] {b9f1c1f5-7155-4ca1-905c-d76fb847f729} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:25:21.147130 [ 5 ] {b9f1c1f5-7155-4ca1-905c-d76fb847f729} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:25:21.147531 [ 5 ] {b9f1c1f5-7155-4ca1-905c-d76fb847f729} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:21.147568 [ 5 ] {b9f1c1f5-7155-4ca1-905c-d76fb847f729} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.07 05:25:21.147891 [ 5 ] {b9f1c1f5-7155-4ca1-905c-d76fb847f729} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.04.07 05:25:21.148105 [ 5 ] {b9f1c1f5-7155-4ca1-905c-d76fb847f729} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:21.148238 [ 5 ] {b9f1c1f5-7155-4ca1-905c-d76fb847f729} executeQuery: Read 66 rows, 5.28 KiB in 0.001167 sec., 56555.269922879175 rows/sec., 4.42 MiB/sec. 2026.04.07 05:25:21.148276 [ 5 ] {b9f1c1f5-7155-4ca1-905c-d76fb847f729} TCPHandler: Processed in 0.001330545 sec. 2026.04.07 05:25:21.148392 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:21.148487 [ 5 ] {ed8072f5-7b4f-4951-baae-c3cbffa54abe} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:25:21.148531 [ 5 ] {ed8072f5-7b4f-4951-baae-c3cbffa54abe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:25:21.148940 [ 5 ] {ed8072f5-7b4f-4951-baae-c3cbffa54abe} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:21.148975 [ 5 ] {ed8072f5-7b4f-4951-baae-c3cbffa54abe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.07 05:25:21.149305 [ 5 ] {ed8072f5-7b4f-4951-baae-c3cbffa54abe} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.04.07 05:25:21.149518 [ 5 ] {ed8072f5-7b4f-4951-baae-c3cbffa54abe} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:21.149651 [ 5 ] {ed8072f5-7b4f-4951-baae-c3cbffa54abe} executeQuery: Read 161 rows, 11.48 KiB in 0.001182 sec., 136209.8138747885 rows/sec., 9.49 MiB/sec. 2026.04.07 05:25:21.149688 [ 5 ] {ed8072f5-7b4f-4951-baae-c3cbffa54abe} TCPHandler: Processed in 0.001344325 sec. 2026.04.07 05:25:21.149797 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:21.149890 [ 5 ] {a07f2c8d-af66-41bd-b261-3f10175272fd} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:25:21.149931 [ 5 ] {a07f2c8d-af66-41bd-b261-3f10175272fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:25:21.150252 [ 5 ] {a07f2c8d-af66-41bd-b261-3f10175272fd} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:21.150288 [ 5 ] {a07f2c8d-af66-41bd-b261-3f10175272fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.07 05:25:21.150599 [ 5 ] {a07f2c8d-af66-41bd-b261-3f10175272fd} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.04.07 05:25:21.150809 [ 5 ] {a07f2c8d-af66-41bd-b261-3f10175272fd} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:21.150943 [ 5 ] {a07f2c8d-af66-41bd-b261-3f10175272fd} executeQuery: Read 60 rows, 4.14 KiB in 0.001071 sec., 56022.40896358544 rows/sec., 3.78 MiB/sec. 2026.04.07 05:25:21.150978 [ 5 ] {a07f2c8d-af66-41bd-b261-3f10175272fd} TCPHandler: Processed in 0.001230344 sec. 2026.04.07 05:25:21.517498 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 2026.04.07 05:25:21.533591 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:21.533649 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.07 05:25:21.540053 [ 243 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.04.07 05:25:21.540735 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:21.543477 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 219 2026.04.07 05:25:23.260420 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 698 2026.04.07 05:25:23.262607 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:23.262643 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.07 05:25:23.263805 [ 242 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.04.07 05:25:23.264061 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:23.264318 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 698 2026.04.07 05:25:26.143959 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:26.144175 [ 5 ] {853df4ec-fc51-4f45-aba0-630574713aa7} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:25:26.144248 [ 5 ] {853df4ec-fc51-4f45-aba0-630574713aa7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:25:26.145140 [ 5 ] {853df4ec-fc51-4f45-aba0-630574713aa7} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:26.145194 [ 5 ] {853df4ec-fc51-4f45-aba0-630574713aa7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.07 05:25:26.145655 [ 5 ] {853df4ec-fc51-4f45-aba0-630574713aa7} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.04.07 05:25:26.145921 [ 5 ] {853df4ec-fc51-4f45-aba0-630574713aa7} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:26.146083 [ 5 ] {853df4ec-fc51-4f45-aba0-630574713aa7} executeQuery: Read 140 rows, 12.49 KiB in 0.001963 sec., 71319.40906775344 rows/sec., 6.21 MiB/sec. 2026.04.07 05:25:26.146132 [ 5 ] {853df4ec-fc51-4f45-aba0-630574713aa7} TCPHandler: Processed in 0.002316844 sec. 2026.04.07 05:25:26.146271 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:26.146371 [ 5 ] {b9d57dd7-fedc-49a0-ae23-8d05f232562e} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.07 05:25:26.146413 [ 5 ] {b9d57dd7-fedc-49a0-ae23-8d05f232562e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.07 05:25:26.146937 [ 5 ] {b9d57dd7-fedc-49a0-ae23-8d05f232562e} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:26.146972 [ 5 ] {b9d57dd7-fedc-49a0-ae23-8d05f232562e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.07 05:25:26.147263 [ 5 ] {b9d57dd7-fedc-49a0-ae23-8d05f232562e} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.04.07 05:25:26.147461 [ 5 ] {b9d57dd7-fedc-49a0-ae23-8d05f232562e} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:26.147589 [ 5 ] {b9d57dd7-fedc-49a0-ae23-8d05f232562e} executeQuery: Read 42 rows, 3.16 KiB in 0.001241 sec., 33843.674456083805 rows/sec., 2.49 MiB/sec. 2026.04.07 05:25:26.147627 [ 5 ] {b9d57dd7-fedc-49a0-ae23-8d05f232562e} TCPHandler: Processed in 0.001416187 sec. 2026.04.07 05:25:26.147759 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:26.147852 [ 5 ] {aee39bbc-6e7d-4ee3-8d82-0884a5a8d17d} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:25:26.147891 [ 5 ] {aee39bbc-6e7d-4ee3-8d82-0884a5a8d17d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:25:26.148379 [ 5 ] {aee39bbc-6e7d-4ee3-8d82-0884a5a8d17d} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:26.148416 [ 5 ] {aee39bbc-6e7d-4ee3-8d82-0884a5a8d17d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.07 05:25:26.148723 [ 5 ] {aee39bbc-6e7d-4ee3-8d82-0884a5a8d17d} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.04.07 05:25:26.148930 [ 5 ] {aee39bbc-6e7d-4ee3-8d82-0884a5a8d17d} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:26.149054 [ 5 ] {aee39bbc-6e7d-4ee3-8d82-0884a5a8d17d} executeQuery: Read 106 rows, 8.48 KiB in 0.001221 sec., 86814.08681408681 rows/sec., 6.78 MiB/sec. 2026.04.07 05:25:26.149092 [ 5 ] {aee39bbc-6e7d-4ee3-8d82-0884a5a8d17d} TCPHandler: Processed in 0.001389806 sec. 2026.04.07 05:25:26.149271 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:26.149403 [ 5 ] {38a60f39-5999-4306-b57c-c66b9a02caef} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:25:26.149463 [ 5 ] {38a60f39-5999-4306-b57c-c66b9a02caef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:25:26.150067 [ 5 ] {38a60f39-5999-4306-b57c-c66b9a02caef} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:26.150105 [ 5 ] {38a60f39-5999-4306-b57c-c66b9a02caef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.07 05:25:26.150459 [ 5 ] {38a60f39-5999-4306-b57c-c66b9a02caef} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.04.07 05:25:26.150680 [ 5 ] {38a60f39-5999-4306-b57c-c66b9a02caef} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:26.150810 [ 5 ] {38a60f39-5999-4306-b57c-c66b9a02caef} executeQuery: Read 160 rows, 11.41 KiB in 0.001437 sec., 111343.07585247043 rows/sec., 7.75 MiB/sec. 2026.04.07 05:25:26.150849 [ 5 ] {38a60f39-5999-4306-b57c-c66b9a02caef} TCPHandler: Processed in 0.001680151 sec. 2026.04.07 05:25:26.150964 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:26.151060 [ 5 ] {0b277b09-f066-4a15-be3b-784b291468db} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.07 05:25:26.151115 [ 5 ] {0b277b09-f066-4a15-be3b-784b291468db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.07 05:25:26.151956 [ 5 ] {0b277b09-f066-4a15-be3b-784b291468db} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:26.151993 [ 5 ] {0b277b09-f066-4a15-be3b-784b291468db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.07 05:25:26.152681 [ 5 ] {0b277b09-f066-4a15-be3b-784b291468db} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.07 05:25:26.152917 [ 5 ] {0b277b09-f066-4a15-be3b-784b291468db} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:26.153038 [ 108 ] {} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.04.07 05:25:26.153053 [ 5 ] {0b277b09-f066-4a15-be3b-784b291468db} executeQuery: Read 42 rows, 77.07 KiB in 0.002012 sec., 20874.751491053677 rows/sec., 37.41 MiB/sec. 2026.04.07 05:25:26.153099 [ 108 ] {} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:26.153124 [ 108 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.07 05:25:26.153138 [ 5 ] {0b277b09-f066-4a15-be3b-784b291468db} TCPHandler: Processed in 0.002223042 sec. 2026.04.07 05:25:26.153246 [ 202 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.04.07 05:25:26.153271 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:26.153384 [ 5 ] {22b0b643-e3a0-4b6c-ad0c-ace2c57bec3a} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:25:26.153425 [ 5 ] {22b0b643-e3a0-4b6c-ad0c-ace2c57bec3a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:25:26.153509 [ 202 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:25:26.153571 [ 202 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 628 rows starting from the beginning of the part 2026.04.07 05:25:26.153695 [ 202 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 42 rows starting from the beginning of the part 2026.04.07 05:25:26.153768 [ 5 ] {22b0b643-e3a0-4b6c-ad0c-ace2c57bec3a} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:26.153808 [ 5 ] {22b0b643-e3a0-4b6c-ad0c-ace2c57bec3a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.07 05:25:26.153810 [ 202 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 42 rows starting from the beginning of the part 2026.04.07 05:25:26.153917 [ 202 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 53 rows starting from the beginning of the part 2026.04.07 05:25:26.154014 [ 202 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 42 rows starting from the beginning of the part 2026.04.07 05:25:26.154115 [ 202 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 42 rows starting from the beginning of the part 2026.04.07 05:25:26.154138 [ 5 ] {22b0b643-e3a0-4b6c-ad0c-ace2c57bec3a} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.04.07 05:25:26.154357 [ 5 ] {22b0b643-e3a0-4b6c-ad0c-ace2c57bec3a} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:26.154493 [ 5 ] {22b0b643-e3a0-4b6c-ad0c-ace2c57bec3a} executeQuery: Read 60 rows, 4.14 KiB in 0.001128 sec., 53191.48936170212 rows/sec., 3.58 MiB/sec. 2026.04.07 05:25:26.154528 [ 5 ] {22b0b643-e3a0-4b6c-ad0c-ace2c57bec3a} TCPHandler: Processed in 0.001306195 sec. 2026.04.07 05:25:26.169752 [ 202 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 849 rows, containing 19 columns (19 merged, 0 gathered) in 0.016565223 sec., 51251.951150914174 rows/sec., 91.84 MiB/sec. 2026.04.07 05:25:26.170572 [ 202 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.04.07 05:25:26.170888 [ 202 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_21_4} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:26.170963 [ 202 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_21_4} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.04.07 05:25:26.171062 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.85 MiB. 2026.04.07 05:25:27.000225 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 271.99 MiB, peak 279.80 MiB, free memory in arenas 0.00 B, will set to 275.25 MiB (RSS), difference: 3.26 MiB 2026.04.07 05:25:28.074915 [ 113 ] {} DNSResolver: Updating DNS cache 2026.04.07 05:25:28.074997 [ 113 ] {} DNSResolver: Updated DNS cache 2026.04.07 05:25:28.237175 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 14404 2026.04.07 05:25:28.237752 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:28.237802 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.07 05:25:28.238321 [ 244 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.04.07 05:25:28.238554 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:28.238695 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14404 2026.04.07 05:25:29.043663 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 226 2026.04.07 05:25:29.060894 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:29.060954 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.07 05:25:29.067109 [ 243 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.04.07 05:25:29.067810 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:29.070632 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 226 2026.04.07 05:25:31.141316 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:31.141498 [ 5 ] {2b23efc4-7728-4bc6-9075-2e0f4abe9283} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:25:31.141567 [ 5 ] {2b23efc4-7728-4bc6-9075-2e0f4abe9283} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:25:31.142196 [ 5 ] {2b23efc4-7728-4bc6-9075-2e0f4abe9283} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:31.142237 [ 5 ] {2b23efc4-7728-4bc6-9075-2e0f4abe9283} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.07 05:25:31.142635 [ 5 ] {2b23efc4-7728-4bc6-9075-2e0f4abe9283} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.04.07 05:25:31.142865 [ 5 ] {2b23efc4-7728-4bc6-9075-2e0f4abe9283} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:31.143025 [ 5 ] {2b23efc4-7728-4bc6-9075-2e0f4abe9283} executeQuery: Read 56 rows, 4.41 KiB in 0.001578 sec., 35487.95944233207 rows/sec., 2.73 MiB/sec. 2026.04.07 05:25:31.143074 [ 5 ] {2b23efc4-7728-4bc6-9075-2e0f4abe9283} TCPHandler: Processed in 0.001886365 sec. 2026.04.07 05:25:31.143196 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:31.143298 [ 5 ] {c97477c5-bb10-4a8f-a363-e98edd5aa5a1} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:25:31.143341 [ 5 ] {c97477c5-bb10-4a8f-a363-e98edd5aa5a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:25:31.143769 [ 5 ] {c97477c5-bb10-4a8f-a363-e98edd5aa5a1} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:31.143803 [ 5 ] {c97477c5-bb10-4a8f-a363-e98edd5aa5a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.07 05:25:31.144113 [ 5 ] {c97477c5-bb10-4a8f-a363-e98edd5aa5a1} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.04.07 05:25:31.144325 [ 5 ] {c97477c5-bb10-4a8f-a363-e98edd5aa5a1} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:31.144458 [ 5 ] {c97477c5-bb10-4a8f-a363-e98edd5aa5a1} executeQuery: Read 64 rows, 5.12 KiB in 0.001183 sec., 54099.74640743872 rows/sec., 4.22 MiB/sec. 2026.04.07 05:25:31.144496 [ 5 ] {c97477c5-bb10-4a8f-a363-e98edd5aa5a1} TCPHandler: Processed in 0.001353755 sec. 2026.04.07 05:25:31.144613 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:31.144709 [ 5 ] {6ffa2a78-eb8d-4557-a0b0-6abfc591d139} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:25:31.144751 [ 5 ] {6ffa2a78-eb8d-4557-a0b0-6abfc591d139} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:25:31.145154 [ 5 ] {6ffa2a78-eb8d-4557-a0b0-6abfc591d139} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:31.145189 [ 5 ] {6ffa2a78-eb8d-4557-a0b0-6abfc591d139} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.07 05:25:31.145528 [ 5 ] {6ffa2a78-eb8d-4557-a0b0-6abfc591d139} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.04.07 05:25:31.145739 [ 5 ] {6ffa2a78-eb8d-4557-a0b0-6abfc591d139} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:31.145877 [ 5 ] {6ffa2a78-eb8d-4557-a0b0-6abfc591d139} executeQuery: Read 160 rows, 11.41 KiB in 0.001188 sec., 134680.13468013468 rows/sec., 9.38 MiB/sec. 2026.04.07 05:25:31.145914 [ 5 ] {6ffa2a78-eb8d-4557-a0b0-6abfc591d139} TCPHandler: Processed in 0.001351146 sec. 2026.04.07 05:25:31.146026 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:31.146122 [ 5 ] {143015bb-01a3-47b0-8fa9-9717a1344d65} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:25:31.146163 [ 5 ] {143015bb-01a3-47b0-8fa9-9717a1344d65} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:25:31.146493 [ 5 ] {143015bb-01a3-47b0-8fa9-9717a1344d65} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:31.146528 [ 5 ] {143015bb-01a3-47b0-8fa9-9717a1344d65} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.07 05:25:31.146836 [ 5 ] {143015bb-01a3-47b0-8fa9-9717a1344d65} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.04.07 05:25:31.147043 [ 5 ] {143015bb-01a3-47b0-8fa9-9717a1344d65} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:31.147174 [ 5 ] {143015bb-01a3-47b0-8fa9-9717a1344d65} executeQuery: Read 60 rows, 4.14 KiB in 0.001072 sec., 55970.14925373134 rows/sec., 3.77 MiB/sec. 2026.04.07 05:25:31.147210 [ 5 ] {143015bb-01a3-47b0-8fa9-9717a1344d65} TCPHandler: Processed in 0.001234083 sec. 2026.04.07 05:25:33.265340 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 718 2026.04.07 05:25:33.267452 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:33.267501 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.07 05:25:33.268716 [ 242 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.04.07 05:25:33.269000 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:33.269363 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 718 2026.04.07 05:25:34.101398 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:34.101618 [ 5 ] {e3953023-c6b1-4e6e-814a-ffa87cea29c0} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.07 05:25:34.101690 [ 5 ] {e3953023-c6b1-4e6e-814a-ffa87cea29c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.07 05:25:34.102350 [ 5 ] {e3953023-c6b1-4e6e-814a-ffa87cea29c0} oximeter.fields_i16 (19a28ab3-93b8-470f-bc08-bb1de0445c9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:34.102409 [ 5 ] {e3953023-c6b1-4e6e-814a-ffa87cea29c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.07 05:25:34.102837 [ 5 ] {e3953023-c6b1-4e6e-814a-ffa87cea29c0} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.07 05:25:34.103072 [ 5 ] {e3953023-c6b1-4e6e-814a-ffa87cea29c0} oximeter.fields_i16 (19a28ab3-93b8-470f-bc08-bb1de0445c9c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:34.103238 [ 5 ] {e3953023-c6b1-4e6e-814a-ffa87cea29c0} executeQuery: Read 24 rows, 2.04 KiB in 0.001671 sec., 14362.65709156194 rows/sec., 1.19 MiB/sec. 2026.04.07 05:25:34.103291 [ 5 ] {e3953023-c6b1-4e6e-814a-ffa87cea29c0} TCPHandler: Processed in 0.002025259 sec. 2026.04.07 05:25:34.103417 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:34.103523 [ 5 ] {b802b3e0-baaf-4a6a-b875-451e3674358e} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:25:34.103568 [ 5 ] {b802b3e0-baaf-4a6a-b875-451e3674358e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:25:34.105056 [ 5 ] {b802b3e0-baaf-4a6a-b875-451e3674358e} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:34.105096 [ 5 ] {b802b3e0-baaf-4a6a-b875-451e3674358e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.07 05:25:34.105637 [ 5 ] {b802b3e0-baaf-4a6a-b875-451e3674358e} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.04.07 05:25:34.105856 [ 5 ] {b802b3e0-baaf-4a6a-b875-451e3674358e} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:34.105986 [ 106 ] {} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.04.07 05:25:34.105999 [ 5 ] {b802b3e0-baaf-4a6a-b875-451e3674358e} executeQuery: Read 2609 rows, 201.24 KiB in 0.002501 sec., 1043182.7269092363 rows/sec., 78.58 MiB/sec. 2026.04.07 05:25:34.106069 [ 106 ] {} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:34.106086 [ 5 ] {b802b3e0-baaf-4a6a-b875-451e3674358e} MemoryTracker: Peak memory usage (for query): 4.02 MiB. 2026.04.07 05:25:34.106096 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.07 05:25:34.106109 [ 5 ] {b802b3e0-baaf-4a6a-b875-451e3674358e} TCPHandler: Processed in 0.002746822 sec. 2026.04.07 05:25:34.106225 [ 200 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.04.07 05:25:34.106237 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:34.106371 [ 200 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:25:34.106377 [ 5 ] {22d9b5b7-f1f2-431e-990a-77cc3b31e5f5} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.07 05:25:34.106412 [ 200 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2620 rows starting from the beginning of the part 2026.04.07 05:25:34.106435 [ 5 ] {22d9b5b7-f1f2-431e-990a-77cc3b31e5f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.07 05:25:34.106482 [ 200 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 140 rows starting from the beginning of the part 2026.04.07 05:25:34.106543 [ 200 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 57 rows starting from the beginning of the part 2026.04.07 05:25:34.106590 [ 200 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 140 rows starting from the beginning of the part 2026.04.07 05:25:34.106629 [ 200 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 56 rows starting from the beginning of the part 2026.04.07 05:25:34.106667 [ 200 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 2609 rows starting from the beginning of the part 2026.04.07 05:25:34.106890 [ 5 ] {22d9b5b7-f1f2-431e-990a-77cc3b31e5f5} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:34.106933 [ 5 ] {22d9b5b7-f1f2-431e-990a-77cc3b31e5f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.07 05:25:34.107263 [ 5 ] {22d9b5b7-f1f2-431e-990a-77cc3b31e5f5} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.04.07 05:25:34.107495 [ 5 ] {22d9b5b7-f1f2-431e-990a-77cc3b31e5f5} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:34.107608 [ 106 ] {} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.04.07 05:25:34.107634 [ 5 ] {22d9b5b7-f1f2-431e-990a-77cc3b31e5f5} executeQuery: Read 65 rows, 4.95 KiB in 0.001281 sec., 50741.6081186573 rows/sec., 3.77 MiB/sec. 2026.04.07 05:25:34.107639 [ 106 ] {} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:34.107675 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.07 05:25:34.107680 [ 5 ] {22d9b5b7-f1f2-431e-990a-77cc3b31e5f5} TCPHandler: Processed in 0.001494038 sec. 2026.04.07 05:25:34.107788 [ 198 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.04.07 05:25:34.107804 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:34.107914 [ 198 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:25:34.107915 [ 5 ] {696841d7-2e57-496d-b067-7d849805ae26} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.07 05:25:34.107953 [ 198 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 83 rows starting from the beginning of the part 2026.04.07 05:25:34.107973 [ 5 ] {696841d7-2e57-496d-b067-7d849805ae26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.07 05:25:34.108024 [ 198 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 81 rows starting from the beginning of the part 2026.04.07 05:25:34.108088 [ 198 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 42 rows starting from the beginning of the part 2026.04.07 05:25:34.108129 [ 198 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 2 rows starting from the beginning of the part 2026.04.07 05:25:34.108168 [ 198 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 42 rows starting from the beginning of the part 2026.04.07 05:25:34.108209 [ 198 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 65 rows starting from the beginning of the part 2026.04.07 05:25:34.108690 [ 5 ] {696841d7-2e57-496d-b067-7d849805ae26} oximeter.fields_u32 (77106049-3b56-443c-8974-c866b1324d40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:34.108731 [ 5 ] {696841d7-2e57-496d-b067-7d849805ae26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.07 05:25:34.108899 [ 199 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 5622 rows, containing 5 columns (5 merged, 0 gathered) in 0.002720101 sec., 2066835.0182585132 rows/sec., 164.83 MiB/sec. 2026.04.07 05:25:34.109042 [ 187 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 315 rows, containing 5 columns (5 merged, 0 gathered) in 0.001299725 sec., 242358.96054934696 rows/sec., 18.71 MiB/sec. 2026.04.07 05:25:34.109113 [ 5 ] {696841d7-2e57-496d-b067-7d849805ae26} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.07 05:25:34.109182 [ 198 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.04.07 05:25:34.109269 [ 190 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.04.07 05:25:34.109400 [ 5 ] {696841d7-2e57-496d-b067-7d849805ae26} oximeter.fields_u32 (77106049-3b56-443c-8974-c866b1324d40): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:34.109474 [ 198 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_26_5} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:34.109548 [ 198 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_26_5} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.04.07 05:25:34.109555 [ 5 ] {696841d7-2e57-496d-b067-7d849805ae26} executeQuery: Read 825 rows, 49.42 KiB in 0.00166 sec., 496987.9518072289 rows/sec., 29.07 MiB/sec. 2026.04.07 05:25:34.109601 [ 5 ] {696841d7-2e57-496d-b067-7d849805ae26} TCPHandler: Processed in 0.001847205 sec. 2026.04.07 05:25:34.109612 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.04.07 05:25:34.109662 [ 190 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_46_9} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:34.109717 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:34.109754 [ 190 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_46_9} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.04.07 05:25:34.109819 [ 5 ] {e58b4f0e-b6c9-4e8d-9565-88b35ce6cfc9} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.04.07 05:25:34.109863 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.11 MiB. 2026.04.07 05:25:34.109864 [ 5 ] {e58b4f0e-b6c9-4e8d-9565-88b35ce6cfc9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.04.07 05:25:34.110271 [ 5 ] {e58b4f0e-b6c9-4e8d-9565-88b35ce6cfc9} oximeter.fields_u64 (694db3f7-adc1-48c0-aa80-2e45c79f29b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:34.110307 [ 5 ] {e58b4f0e-b6c9-4e8d-9565-88b35ce6cfc9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.07 05:25:34.110602 [ 5 ] {e58b4f0e-b6c9-4e8d-9565-88b35ce6cfc9} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.07 05:25:34.110821 [ 5 ] {e58b4f0e-b6c9-4e8d-9565-88b35ce6cfc9} oximeter.fields_u64 (694db3f7-adc1-48c0-aa80-2e45c79f29b4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:34.110949 [ 5 ] {e58b4f0e-b6c9-4e8d-9565-88b35ce6cfc9} executeQuery: Read 1 rows, 72.00 B in 0.001149 sec., 870.3220191470843 rows/sec., 61.19 KiB/sec. 2026.04.07 05:25:34.110988 [ 5 ] {e58b4f0e-b6c9-4e8d-9565-88b35ce6cfc9} TCPHandler: Processed in 0.001321355 sec. 2026.04.07 05:25:34.111099 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:34.111192 [ 5 ] {6b6b57b8-798e-434c-9901-ff0371a26c51} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.07 05:25:34.111231 [ 5 ] {6b6b57b8-798e-434c-9901-ff0371a26c51} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.07 05:25:34.111619 [ 5 ] {6b6b57b8-798e-434c-9901-ff0371a26c51} oximeter.fields_u8 (0286c37b-6235-46e9-9a40-c9bc493e69eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:34.111656 [ 5 ] {6b6b57b8-798e-434c-9901-ff0371a26c51} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.07 05:25:34.111951 [ 5 ] {6b6b57b8-798e-434c-9901-ff0371a26c51} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.07 05:25:34.112155 [ 5 ] {6b6b57b8-798e-434c-9901-ff0371a26c51} oximeter.fields_u8 (0286c37b-6235-46e9-9a40-c9bc493e69eb): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:34.112281 [ 5 ] {6b6b57b8-798e-434c-9901-ff0371a26c51} executeQuery: Read 12 rows, 960.00 B in 0.001107 sec., 10840.108401084011 rows/sec., 846.88 KiB/sec. 2026.04.07 05:25:34.112321 [ 5 ] {6b6b57b8-798e-434c-9901-ff0371a26c51} TCPHandler: Processed in 0.001272054 sec. 2026.04.07 05:25:34.112431 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:34.112533 [ 5 ] {bd4774d2-1f92-4a84-836a-89f70bcd5934} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:25:34.112574 [ 5 ] {bd4774d2-1f92-4a84-836a-89f70bcd5934} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:25:34.113532 [ 5 ] {bd4774d2-1f92-4a84-836a-89f70bcd5934} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:34.113568 [ 5 ] {bd4774d2-1f92-4a84-836a-89f70bcd5934} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.07 05:25:34.113937 [ 5 ] {bd4774d2-1f92-4a84-836a-89f70bcd5934} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.04.07 05:25:34.114151 [ 5 ] {bd4774d2-1f92-4a84-836a-89f70bcd5934} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:34.114273 [ 116 ] {} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.04.07 05:25:34.114288 [ 5 ] {bd4774d2-1f92-4a84-836a-89f70bcd5934} executeQuery: Read 1368 rows, 94.74 KiB in 0.001781 sec., 768107.804604155 rows/sec., 51.95 MiB/sec. 2026.04.07 05:25:34.114325 [ 116 ] {} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:34.114342 [ 5 ] {bd4774d2-1f92-4a84-836a-89f70bcd5934} TCPHandler: Processed in 0.001960897 sec. 2026.04.07 05:25:34.114355 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.07 05:25:34.114437 [ 200 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.04.07 05:25:34.114468 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:34.114533 [ 200 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:25:34.114567 [ 200 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1404 rows starting from the beginning of the part 2026.04.07 05:25:34.114569 [ 5 ] {d519cdd2-6d9d-4a67-89d4-96d5b2a97ef7} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:25:34.114625 [ 5 ] {d519cdd2-6d9d-4a67-89d4-96d5b2a97ef7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:25:34.114625 [ 200 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 106 rows starting from the beginning of the part 2026.04.07 05:25:34.114684 [ 200 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 66 rows starting from the beginning of the part 2026.04.07 05:25:34.114724 [ 200 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 106 rows starting from the beginning of the part 2026.04.07 05:25:34.114765 [ 200 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 64 rows starting from the beginning of the part 2026.04.07 05:25:34.114805 [ 200 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 1368 rows starting from the beginning of the part 2026.04.07 05:25:34.115408 [ 5 ] {d519cdd2-6d9d-4a67-89d4-96d5b2a97ef7} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:34.115449 [ 5 ] {d519cdd2-6d9d-4a67-89d4-96d5b2a97ef7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.07 05:25:34.115911 [ 5 ] {d519cdd2-6d9d-4a67-89d4-96d5b2a97ef7} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.04.07 05:25:34.116017 [ 198 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 3114 rows, containing 5 columns (5 merged, 0 gathered) in 0.001608601 sec., 1935843.6305833452 rows/sec., 140.79 MiB/sec. 2026.04.07 05:25:34.116136 [ 5 ] {d519cdd2-6d9d-4a67-89d4-96d5b2a97ef7} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:34.116250 [ 187 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.04.07 05:25:34.116255 [ 116 ] {} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.04.07 05:25:34.116273 [ 5 ] {d519cdd2-6d9d-4a67-89d4-96d5b2a97ef7} executeQuery: Read 1596 rows, 100.46 KiB in 0.001723 sec., 926291.3522925131 rows/sec., 56.94 MiB/sec. 2026.04.07 05:25:34.116302 [ 116 ] {} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:34.116327 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.07 05:25:34.116328 [ 5 ] {d519cdd2-6d9d-4a67-89d4-96d5b2a97ef7} TCPHandler: Processed in 0.001909126 sec. 2026.04.07 05:25:34.116423 [ 197 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.04.07 05:25:34.116455 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:34.116550 [ 197 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:25:34.116554 [ 5 ] {4d0438dc-23c2-4c3e-b1b7-337b1c79954e} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.07 05:25:34.116576 [ 187 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_46_9} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:34.116589 [ 197 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_46_9} MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 14490 rows starting from the beginning of the part 2026.04.07 05:25:34.116620 [ 5 ] {4d0438dc-23c2-4c3e-b1b7-337b1c79954e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.07 05:25:34.116669 [ 187 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_46_9} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.04.07 05:25:34.116675 [ 197 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 160 rows starting from the beginning of the part 2026.04.07 05:25:34.116739 [ 197 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 161 rows starting from the beginning of the part 2026.04.07 05:25:34.116786 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. 2026.04.07 05:25:34.116788 [ 197 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 160 rows starting from the beginning of the part 2026.04.07 05:25:34.116854 [ 197 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 160 rows starting from the beginning of the part 2026.04.07 05:25:34.116900 [ 197 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 1596 rows starting from the beginning of the part 2026.04.07 05:25:34.117522 [ 5 ] {4d0438dc-23c2-4c3e-b1b7-337b1c79954e} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:34.117557 [ 5 ] {4d0438dc-23c2-4c3e-b1b7-337b1c79954e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.07 05:25:34.118189 [ 5 ] {4d0438dc-23c2-4c3e-b1b7-337b1c79954e} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.04.07 05:25:34.118415 [ 5 ] {4d0438dc-23c2-4c3e-b1b7-337b1c79954e} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:34.118562 [ 5 ] {4d0438dc-23c2-4c3e-b1b7-337b1c79954e} executeQuery: Read 53 rows, 97.25 KiB in 0.002026 sec., 26159.921026653505 rows/sec., 46.88 MiB/sec. 2026.04.07 05:25:34.118641 [ 5 ] {4d0438dc-23c2-4c3e-b1b7-337b1c79954e} TCPHandler: Processed in 0.002235362 sec. 2026.04.07 05:25:34.118757 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:34.118851 [ 5 ] {bc434512-d9b7-4a0f-b7ab-ac7683338baa} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:25:34.118893 [ 5 ] {bc434512-d9b7-4a0f-b7ab-ac7683338baa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:25:34.119239 [ 5 ] {bc434512-d9b7-4a0f-b7ab-ac7683338baa} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:34.119274 [ 5 ] {bc434512-d9b7-4a0f-b7ab-ac7683338baa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.07 05:25:34.119584 [ 5 ] {bc434512-d9b7-4a0f-b7ab-ac7683338baa} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.04.07 05:25:34.119801 [ 5 ] {bc434512-d9b7-4a0f-b7ab-ac7683338baa} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:34.119906 [ 116 ] {} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.04.07 05:25:34.119931 [ 5 ] {bc434512-d9b7-4a0f-b7ab-ac7683338baa} executeQuery: Read 36 rows, 2.48 KiB in 0.001098 sec., 32786.88524590164 rows/sec., 2.21 MiB/sec. 2026.04.07 05:25:34.119940 [ 116 ] {} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:34.119972 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.07 05:25:34.119976 [ 5 ] {bc434512-d9b7-4a0f-b7ab-ac7683338baa} TCPHandler: Processed in 0.001269484 sec. 2026.04.07 05:25:34.120056 [ 198 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.04.07 05:25:34.120162 [ 198 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:25:34.120192 [ 198 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2226 rows starting from the beginning of the part 2026.04.07 05:25:34.120249 [ 198 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 60 rows starting from the beginning of the part 2026.04.07 05:25:34.120291 [ 198 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 60 rows starting from the beginning of the part 2026.04.07 05:25:34.120330 [ 198 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 60 rows starting from the beginning of the part 2026.04.07 05:25:34.120369 [ 198 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 60 rows starting from the beginning of the part 2026.04.07 05:25:34.120409 [ 198 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 36 rows starting from the beginning of the part 2026.04.07 05:25:34.120821 [ 186 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 16727 rows, containing 5 columns (5 merged, 0 gathered) in 0.004440444 sec., 3766965.6457777647 rows/sec., 248.20 MiB/sec. 2026.04.07 05:25:34.121022 [ 187 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.04.07 05:25:34.121289 [ 187 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_46_9} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:34.121361 [ 187 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_46_9} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.04.07 05:25:34.121453 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.56 MiB. 2026.04.07 05:25:34.121538 [ 186 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 2502 rows, containing 4 columns (4 merged, 0 gathered) in 0.001520269 sec., 1645761.37512506 rows/sec., 111.03 MiB/sec. 2026.04.07 05:25:34.121814 [ 193 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.04.07 05:25:34.122114 [ 193 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_46_9} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:34.122181 [ 193 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_46_9} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.04.07 05:25:34.122256 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2026.04.07 05:25:35.739519 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 14852 2026.04.07 05:25:35.740018 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:35.740067 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.07 05:25:35.740562 [ 244 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.04.07 05:25:35.740814 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:35.740962 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14852 2026.04.07 05:25:35.740978 [ 122 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.04.07 05:25:35.741073 [ 122 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:35.741108 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.07 05:25:35.741300 [ 193 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.04.07 05:25:35.741533 [ 193 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:25:35.741597 [ 193 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 12484 rows starting from the beginning of the part 2026.04.07 05:25:35.741698 [ 193 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 448 rows starting from the beginning of the part 2026.04.07 05:25:35.741768 [ 193 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 512 rows starting from the beginning of the part 2026.04.07 05:25:35.741844 [ 193 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 448 rows starting from the beginning of the part 2026.04.07 05:25:35.741906 [ 193 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 512 rows starting from the beginning of the part 2026.04.07 05:25:35.741968 [ 193 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 448 rows starting from the beginning of the part 2026.04.07 05:25:35.743901 [ 186 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 14852 rows, containing 4 columns (4 merged, 0 gathered) in 0.002691161 sec., 5518807.681888969 rows/sec., 78.95 MiB/sec. 2026.04.07 05:25:35.744345 [ 194 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.04.07 05:25:35.744696 [ 194 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_31_6} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:35.744791 [ 194 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_31_6} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.04.07 05:25:35.744920 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB. 2026.04.07 05:25:36.137172 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:36.137364 [ 5 ] {27bf4777-512c-4176-8131-8de1f7872e85} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:25:36.137438 [ 5 ] {27bf4777-512c-4176-8131-8de1f7872e85} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:25:36.138132 [ 5 ] {27bf4777-512c-4176-8131-8de1f7872e85} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:36.138179 [ 5 ] {27bf4777-512c-4176-8131-8de1f7872e85} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.07 05:25:36.138567 [ 5 ] {27bf4777-512c-4176-8131-8de1f7872e85} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.04.07 05:25:36.138807 [ 5 ] {27bf4777-512c-4176-8131-8de1f7872e85} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:36.138969 [ 5 ] {27bf4777-512c-4176-8131-8de1f7872e85} executeQuery: Read 56 rows, 4.41 KiB in 0.001656 sec., 33816.42512077295 rows/sec., 2.60 MiB/sec. 2026.04.07 05:25:36.139020 [ 5 ] {27bf4777-512c-4176-8131-8de1f7872e85} TCPHandler: Processed in 0.001982227 sec. 2026.04.07 05:25:36.139144 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:36.139246 [ 5 ] {03650c8e-33f1-43d9-a0d0-d8a580ca1414} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:25:36.139288 [ 5 ] {03650c8e-33f1-43d9-a0d0-d8a580ca1414} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:25:36.139713 [ 5 ] {03650c8e-33f1-43d9-a0d0-d8a580ca1414} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:36.139752 [ 5 ] {03650c8e-33f1-43d9-a0d0-d8a580ca1414} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.07 05:25:36.140078 [ 5 ] {03650c8e-33f1-43d9-a0d0-d8a580ca1414} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.04.07 05:25:36.140286 [ 5 ] {03650c8e-33f1-43d9-a0d0-d8a580ca1414} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:36.140417 [ 5 ] {03650c8e-33f1-43d9-a0d0-d8a580ca1414} executeQuery: Read 64 rows, 5.12 KiB in 0.001194 sec., 53601.34003350084 rows/sec., 4.18 MiB/sec. 2026.04.07 05:25:36.140455 [ 5 ] {03650c8e-33f1-43d9-a0d0-d8a580ca1414} TCPHandler: Processed in 0.001364955 sec. 2026.04.07 05:25:36.140581 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:36.140678 [ 5 ] {206b33b3-740b-4170-b0bf-0fa5916cbe46} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:25:36.140723 [ 5 ] {206b33b3-740b-4170-b0bf-0fa5916cbe46} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:25:36.141091 [ 5 ] {206b33b3-740b-4170-b0bf-0fa5916cbe46} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:36.141126 [ 5 ] {206b33b3-740b-4170-b0bf-0fa5916cbe46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.07 05:25:36.141475 [ 5 ] {206b33b3-740b-4170-b0bf-0fa5916cbe46} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.04.07 05:25:36.141683 [ 5 ] {206b33b3-740b-4170-b0bf-0fa5916cbe46} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:36.141813 [ 5 ] {206b33b3-740b-4170-b0bf-0fa5916cbe46} executeQuery: Read 64 rows, 4.56 KiB in 0.001156 sec., 55363.32179930796 rows/sec., 3.86 MiB/sec. 2026.04.07 05:25:36.141851 [ 5 ] {206b33b3-740b-4170-b0bf-0fa5916cbe46} TCPHandler: Processed in 0.001320974 sec. 2026.04.07 05:25:36.141967 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:36.142063 [ 5 ] {acb280df-c50c-497b-b93f-64a689efdfc2} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:25:36.142104 [ 5 ] {acb280df-c50c-497b-b93f-64a689efdfc2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:25:36.142419 [ 5 ] {acb280df-c50c-497b-b93f-64a689efdfc2} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:36.142455 [ 5 ] {acb280df-c50c-497b-b93f-64a689efdfc2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.07 05:25:36.142768 [ 5 ] {acb280df-c50c-497b-b93f-64a689efdfc2} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.04.07 05:25:36.142979 [ 5 ] {acb280df-c50c-497b-b93f-64a689efdfc2} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:36.143110 [ 5 ] {acb280df-c50c-497b-b93f-64a689efdfc2} executeQuery: Read 24 rows, 1.66 KiB in 0.001067 sec., 22492.970946579193 rows/sec., 1.52 MiB/sec. 2026.04.07 05:25:36.143147 [ 5 ] {acb280df-c50c-497b-b93f-64a689efdfc2} TCPHandler: Processed in 0.001228913 sec. 2026.04.07 05:25:36.571486 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 234 2026.04.07 05:25:36.588685 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:36.588741 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.07 05:25:36.594175 [ 243 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.04.07 05:25:36.594883 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:36.595183 [ 150 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.04.07 05:25:36.595257 [ 150 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:36.595281 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.07 05:25:36.595383 [ 186 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.04.07 05:25:36.598054 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 234 2026.04.07 05:25:36.599581 [ 186 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:25:36.601179 [ 186 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 196 rows starting from the beginning of the part 2026.04.07 05:25:36.606294 [ 186 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 8 rows starting from the beginning of the part 2026.04.07 05:25:36.610947 [ 186 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 7 rows starting from the beginning of the part 2026.04.07 05:25:36.615592 [ 186 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 8 rows starting from the beginning of the part 2026.04.07 05:25:36.620113 [ 186 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 7 rows starting from the beginning of the part 2026.04.07 05:25:36.624337 [ 186 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 8 rows starting from the beginning of the part 2026.04.07 05:25:36.675370 [ 189 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.08002649 sec., 2924.031779976855 rows/sec., 15.12 MiB/sec. 2026.04.07 05:25:36.678047 [ 192 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.04.07 05:25:36.680120 [ 192 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_31_6} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:36.680238 [ 192 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_31_6} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.04.07 05:25:36.683263 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.04.07 05:25:37.000185 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 277.56 MiB, peak 288.11 MiB, free memory in arenas 0.00 B, will set to 280.66 MiB (RSS), difference: 3.11 MiB 2026.04.07 05:25:41.142358 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:41.142590 [ 5 ] {ae914c33-b7ff-4bbe-b15e-a8c76d2a6e9c} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:25:41.142668 [ 5 ] {ae914c33-b7ff-4bbe-b15e-a8c76d2a6e9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:25:41.143372 [ 5 ] {ae914c33-b7ff-4bbe-b15e-a8c76d2a6e9c} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:41.143423 [ 5 ] {ae914c33-b7ff-4bbe-b15e-a8c76d2a6e9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.07 05:25:41.143858 [ 5 ] {ae914c33-b7ff-4bbe-b15e-a8c76d2a6e9c} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.04.07 05:25:41.144088 [ 5 ] {ae914c33-b7ff-4bbe-b15e-a8c76d2a6e9c} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:41.144254 [ 5 ] {ae914c33-b7ff-4bbe-b15e-a8c76d2a6e9c} executeQuery: Read 56 rows, 4.41 KiB in 0.001729 sec., 32388.663967611334 rows/sec., 2.49 MiB/sec. 2026.04.07 05:25:41.144307 [ 5 ] {ae914c33-b7ff-4bbe-b15e-a8c76d2a6e9c} TCPHandler: Processed in 0.00208886 sec. 2026.04.07 05:25:41.144431 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:41.144534 [ 5 ] {cd13a458-04cd-4fdb-bea5-dfec70fc6ae5} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:25:41.144578 [ 5 ] {cd13a458-04cd-4fdb-bea5-dfec70fc6ae5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:25:41.145010 [ 5 ] {cd13a458-04cd-4fdb-bea5-dfec70fc6ae5} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:41.145048 [ 5 ] {cd13a458-04cd-4fdb-bea5-dfec70fc6ae5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.07 05:25:41.145364 [ 5 ] {cd13a458-04cd-4fdb-bea5-dfec70fc6ae5} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.04.07 05:25:41.145580 [ 5 ] {cd13a458-04cd-4fdb-bea5-dfec70fc6ae5} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:41.145714 [ 5 ] {cd13a458-04cd-4fdb-bea5-dfec70fc6ae5} executeQuery: Read 64 rows, 5.12 KiB in 0.001204 sec., 53156.14617940199 rows/sec., 4.15 MiB/sec. 2026.04.07 05:25:41.145753 [ 5 ] {cd13a458-04cd-4fdb-bea5-dfec70fc6ae5} TCPHandler: Processed in 0.001375506 sec. 2026.04.07 05:25:41.145867 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:41.145965 [ 5 ] {21378bdb-06dc-4a5e-b853-59924c125a61} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:25:41.146009 [ 5 ] {21378bdb-06dc-4a5e-b853-59924c125a61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:25:41.146424 [ 5 ] {21378bdb-06dc-4a5e-b853-59924c125a61} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:41.146460 [ 5 ] {21378bdb-06dc-4a5e-b853-59924c125a61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.07 05:25:41.146810 [ 5 ] {21378bdb-06dc-4a5e-b853-59924c125a61} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.04.07 05:25:41.147023 [ 5 ] {21378bdb-06dc-4a5e-b853-59924c125a61} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:41.147155 [ 5 ] {21378bdb-06dc-4a5e-b853-59924c125a61} executeQuery: Read 160 rows, 11.41 KiB in 0.001211 sec., 132122.21304706854 rows/sec., 9.20 MiB/sec. 2026.04.07 05:25:41.147193 [ 5 ] {21378bdb-06dc-4a5e-b853-59924c125a61} TCPHandler: Processed in 0.001376076 sec. 2026.04.07 05:25:41.147303 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:41.147399 [ 5 ] {92327493-7f4a-4ddf-826e-c8ac6c5b9ed3} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:25:41.147441 [ 5 ] {92327493-7f4a-4ddf-826e-c8ac6c5b9ed3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:25:41.147764 [ 5 ] {92327493-7f4a-4ddf-826e-c8ac6c5b9ed3} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:41.147797 [ 5 ] {92327493-7f4a-4ddf-826e-c8ac6c5b9ed3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.07 05:25:41.148098 [ 5 ] {92327493-7f4a-4ddf-826e-c8ac6c5b9ed3} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.04.07 05:25:41.148295 [ 5 ] {92327493-7f4a-4ddf-826e-c8ac6c5b9ed3} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:41.148415 [ 5 ] {92327493-7f4a-4ddf-826e-c8ac6c5b9ed3} executeQuery: Read 60 rows, 4.14 KiB in 0.001093 sec., 54894.784995425434 rows/sec., 3.70 MiB/sec. 2026.04.07 05:25:41.148449 [ 5 ] {92327493-7f4a-4ddf-826e-c8ac6c5b9ed3} TCPHandler: Processed in 0.001255814 sec. 2026.04.07 05:25:43.075061 [ 105 ] {} DNSResolver: Updating DNS cache 2026.04.07 05:25:43.075119 [ 105 ] {} DNSResolver: Updated DNS cache 2026.04.07 05:25:43.241113 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 15364 2026.04.07 05:25:43.241750 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:43.241789 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.07 05:25:43.242538 [ 244 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.04.07 05:25:43.242779 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:43.242909 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15364 2026.04.07 05:25:43.269602 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 754 2026.04.07 05:25:43.272325 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:43.272370 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.07 05:25:43.273599 [ 242 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.04.07 05:25:43.273856 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:43.274114 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 754 2026.04.07 05:25:44.001465 [ 247 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000986789 sec. 2026.04.07 05:25:44.098180 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 241 2026.04.07 05:25:44.113675 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:44.113726 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.07 05:25:44.119063 [ 243 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.04.07 05:25:44.119760 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:44.122197 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 241 2026.04.07 05:25:46.144404 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:46.144595 [ 5 ] {72417b7b-efec-436f-9ab9-00e41aa7d27b} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:25:46.144666 [ 5 ] {72417b7b-efec-436f-9ab9-00e41aa7d27b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:25:46.145437 [ 5 ] {72417b7b-efec-436f-9ab9-00e41aa7d27b} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:46.145490 [ 5 ] {72417b7b-efec-436f-9ab9-00e41aa7d27b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.07 05:25:46.145893 [ 5 ] {72417b7b-efec-436f-9ab9-00e41aa7d27b} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.04.07 05:25:46.146127 [ 5 ] {72417b7b-efec-436f-9ab9-00e41aa7d27b} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:46.146293 [ 5 ] {72417b7b-efec-436f-9ab9-00e41aa7d27b} executeQuery: Read 140 rows, 12.49 KiB in 0.001751 sec., 79954.31182181611 rows/sec., 6.96 MiB/sec. 2026.04.07 05:25:46.146342 [ 5 ] {72417b7b-efec-436f-9ab9-00e41aa7d27b} TCPHandler: Processed in 0.00207618 sec. 2026.04.07 05:25:46.146466 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:46.146575 [ 5 ] {bd1e4725-84a3-486f-9f19-8a77ce7e60fc} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.07 05:25:46.146619 [ 5 ] {bd1e4725-84a3-486f-9f19-8a77ce7e60fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.07 05:25:46.147044 [ 5 ] {bd1e4725-84a3-486f-9f19-8a77ce7e60fc} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:46.147082 [ 5 ] {bd1e4725-84a3-486f-9f19-8a77ce7e60fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.07 05:25:46.147391 [ 5 ] {bd1e4725-84a3-486f-9f19-8a77ce7e60fc} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.04.07 05:25:46.147608 [ 5 ] {bd1e4725-84a3-486f-9f19-8a77ce7e60fc} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:46.147739 [ 5 ] {bd1e4725-84a3-486f-9f19-8a77ce7e60fc} executeQuery: Read 42 rows, 3.16 KiB in 0.001187 sec., 35383.31929233362 rows/sec., 2.60 MiB/sec. 2026.04.07 05:25:46.147777 [ 5 ] {bd1e4725-84a3-486f-9f19-8a77ce7e60fc} TCPHandler: Processed in 0.001365225 sec. 2026.04.07 05:25:46.147901 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:46.148026 [ 5 ] {61a5ed11-4be4-4b50-a1e0-ba863fb86c64} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:25:46.148075 [ 5 ] {61a5ed11-4be4-4b50-a1e0-ba863fb86c64} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:25:46.148564 [ 5 ] {61a5ed11-4be4-4b50-a1e0-ba863fb86c64} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:46.148600 [ 5 ] {61a5ed11-4be4-4b50-a1e0-ba863fb86c64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.07 05:25:46.148931 [ 5 ] {61a5ed11-4be4-4b50-a1e0-ba863fb86c64} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.04.07 05:25:46.149143 [ 5 ] {61a5ed11-4be4-4b50-a1e0-ba863fb86c64} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:46.149270 [ 5 ] {61a5ed11-4be4-4b50-a1e0-ba863fb86c64} executeQuery: Read 106 rows, 8.48 KiB in 0.001271 sec., 83398.89850511408 rows/sec., 6.51 MiB/sec. 2026.04.07 05:25:46.149309 [ 5 ] {61a5ed11-4be4-4b50-a1e0-ba863fb86c64} TCPHandler: Processed in 0.001471007 sec. 2026.04.07 05:25:46.149419 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:46.149516 [ 5 ] {c6b5ae79-da86-4753-bbd1-18e57767a650} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:25:46.149559 [ 5 ] {c6b5ae79-da86-4753-bbd1-18e57767a650} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:25:46.149966 [ 5 ] {c6b5ae79-da86-4753-bbd1-18e57767a650} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:46.150001 [ 5 ] {c6b5ae79-da86-4753-bbd1-18e57767a650} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.07 05:25:46.150326 [ 5 ] {c6b5ae79-da86-4753-bbd1-18e57767a650} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.04.07 05:25:46.150545 [ 5 ] {c6b5ae79-da86-4753-bbd1-18e57767a650} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:46.150678 [ 5 ] {c6b5ae79-da86-4753-bbd1-18e57767a650} executeQuery: Read 160 rows, 11.41 KiB in 0.001181 sec., 135478.4081287045 rows/sec., 9.44 MiB/sec. 2026.04.07 05:25:46.150716 [ 5 ] {c6b5ae79-da86-4753-bbd1-18e57767a650} TCPHandler: Processed in 0.001346845 sec. 2026.04.07 05:25:46.150817 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:46.150910 [ 5 ] {bc6f5bc7-a3f5-4c7e-9dab-4fa31462feb7} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.07 05:25:46.150964 [ 5 ] {bc6f5bc7-a3f5-4c7e-9dab-4fa31462feb7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.07 05:25:46.151802 [ 5 ] {bc6f5bc7-a3f5-4c7e-9dab-4fa31462feb7} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:46.151835 [ 5 ] {bc6f5bc7-a3f5-4c7e-9dab-4fa31462feb7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.07 05:25:46.152417 [ 5 ] {bc6f5bc7-a3f5-4c7e-9dab-4fa31462feb7} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.04.07 05:25:46.152640 [ 5 ] {bc6f5bc7-a3f5-4c7e-9dab-4fa31462feb7} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:46.152774 [ 5 ] {bc6f5bc7-a3f5-4c7e-9dab-4fa31462feb7} executeQuery: Read 42 rows, 77.07 KiB in 0.001882 sec., 22316.684378320937 rows/sec., 39.99 MiB/sec. 2026.04.07 05:25:46.152828 [ 5 ] {bc6f5bc7-a3f5-4c7e-9dab-4fa31462feb7} TCPHandler: Processed in 0.002060399 sec. 2026.04.07 05:25:46.152940 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:46.153036 [ 5 ] {0ed89c49-122c-4e62-aa7d-ba79a0fa59ad} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:25:46.153076 [ 5 ] {0ed89c49-122c-4e62-aa7d-ba79a0fa59ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:25:46.153402 [ 5 ] {0ed89c49-122c-4e62-aa7d-ba79a0fa59ad} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:46.153435 [ 5 ] {0ed89c49-122c-4e62-aa7d-ba79a0fa59ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.07 05:25:46.153737 [ 5 ] {0ed89c49-122c-4e62-aa7d-ba79a0fa59ad} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.04.07 05:25:46.153954 [ 5 ] {0ed89c49-122c-4e62-aa7d-ba79a0fa59ad} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:46.154082 [ 5 ] {0ed89c49-122c-4e62-aa7d-ba79a0fa59ad} executeQuery: Read 60 rows, 4.14 KiB in 0.001065 sec., 56338.028169014084 rows/sec., 3.80 MiB/sec. 2026.04.07 05:25:46.154117 [ 5 ] {0ed89c49-122c-4e62-aa7d-ba79a0fa59ad} TCPHandler: Processed in 0.001226703 sec. 2026.04.07 05:25:50.743950 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 15812 2026.04.07 05:25:50.744436 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:50.744473 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.07 05:25:50.744960 [ 244 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.04.07 05:25:50.745191 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:50.745317 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15812 2026.04.07 05:25:51.141940 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:51.142141 [ 5 ] {0db92f01-7888-4534-9fa9-818dd118e7aa} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:25:51.142214 [ 5 ] {0db92f01-7888-4534-9fa9-818dd118e7aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:25:51.142889 [ 5 ] {0db92f01-7888-4534-9fa9-818dd118e7aa} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:51.142937 [ 5 ] {0db92f01-7888-4534-9fa9-818dd118e7aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.07 05:25:51.143324 [ 5 ] {0db92f01-7888-4534-9fa9-818dd118e7aa} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.04.07 05:25:51.143547 [ 5 ] {0db92f01-7888-4534-9fa9-818dd118e7aa} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:51.143705 [ 5 ] {0db92f01-7888-4534-9fa9-818dd118e7aa} executeQuery: Read 56 rows, 4.41 KiB in 0.001618 sec., 34610.630407911 rows/sec., 2.66 MiB/sec. 2026.04.07 05:25:51.143746 [ 5 ] {0db92f01-7888-4534-9fa9-818dd118e7aa} TCPHandler: Processed in 0.001947767 sec. 2026.04.07 05:25:51.143861 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:51.143956 [ 5 ] {d4b7198b-2926-4266-b8ea-39bc8978e6de} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:25:51.143997 [ 5 ] {d4b7198b-2926-4266-b8ea-39bc8978e6de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:25:51.144405 [ 5 ] {d4b7198b-2926-4266-b8ea-39bc8978e6de} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:51.144441 [ 5 ] {d4b7198b-2926-4266-b8ea-39bc8978e6de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.07 05:25:51.144744 [ 5 ] {d4b7198b-2926-4266-b8ea-39bc8978e6de} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.04.07 05:25:51.144955 [ 5 ] {d4b7198b-2926-4266-b8ea-39bc8978e6de} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:51.145084 [ 5 ] {d4b7198b-2926-4266-b8ea-39bc8978e6de} executeQuery: Read 64 rows, 5.12 KiB in 0.001147 sec., 55797.733217088055 rows/sec., 4.36 MiB/sec. 2026.04.07 05:25:51.145122 [ 5 ] {d4b7198b-2926-4266-b8ea-39bc8978e6de} TCPHandler: Processed in 0.001312015 sec. 2026.04.07 05:25:51.145236 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:51.145329 [ 5 ] {69feb67d-8490-4a90-babd-f23037e413fb} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:25:51.145372 [ 5 ] {69feb67d-8490-4a90-babd-f23037e413fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:25:51.145768 [ 5 ] {69feb67d-8490-4a90-babd-f23037e413fb} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:51.145804 [ 5 ] {69feb67d-8490-4a90-babd-f23037e413fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.07 05:25:51.146135 [ 5 ] {69feb67d-8490-4a90-babd-f23037e413fb} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.04.07 05:25:51.146358 [ 5 ] {69feb67d-8490-4a90-babd-f23037e413fb} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:51.146493 [ 5 ] {69feb67d-8490-4a90-babd-f23037e413fb} executeQuery: Read 160 rows, 11.41 KiB in 0.001182 sec., 135363.7901861252 rows/sec., 9.43 MiB/sec. 2026.04.07 05:25:51.146531 [ 5 ] {69feb67d-8490-4a90-babd-f23037e413fb} TCPHandler: Processed in 0.001344455 sec. 2026.04.07 05:25:51.146643 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:51.146737 [ 5 ] {cc47449f-fea7-4b2b-a924-8abbf2af6889} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:25:51.146778 [ 5 ] {cc47449f-fea7-4b2b-a924-8abbf2af6889} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:25:51.147104 [ 5 ] {cc47449f-fea7-4b2b-a924-8abbf2af6889} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:51.147140 [ 5 ] {cc47449f-fea7-4b2b-a924-8abbf2af6889} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.07 05:25:51.147440 [ 5 ] {cc47449f-fea7-4b2b-a924-8abbf2af6889} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.04.07 05:25:51.147654 [ 5 ] {cc47449f-fea7-4b2b-a924-8abbf2af6889} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:51.147785 [ 5 ] {cc47449f-fea7-4b2b-a924-8abbf2af6889} executeQuery: Read 60 rows, 4.14 KiB in 0.001067 sec., 56232.427366447984 rows/sec., 3.79 MiB/sec. 2026.04.07 05:25:51.147821 [ 5 ] {cc47449f-fea7-4b2b-a924-8abbf2af6889} TCPHandler: Processed in 0.001227554 sec. 2026.04.07 05:25:51.623247 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 249 2026.04.07 05:25:51.639028 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:51.639087 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.07 05:25:51.644828 [ 243 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.04.07 05:25:51.645518 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:51.648314 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 249 2026.04.07 05:25:53.275228 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 774 2026.04.07 05:25:53.277315 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:53.277358 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.04.07 05:25:53.278545 [ 242 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.04.07 05:25:53.278814 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:53.279070 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 774 2026.04.07 05:25:56.144261 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:56.144565 [ 5 ] {e9a5ed54-08bc-4748-af52-51e32ec1596b} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:25:56.144670 [ 5 ] {e9a5ed54-08bc-4748-af52-51e32ec1596b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:25:56.145403 [ 5 ] {e9a5ed54-08bc-4748-af52-51e32ec1596b} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:56.145445 [ 5 ] {e9a5ed54-08bc-4748-af52-51e32ec1596b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.07 05:25:56.145841 [ 5 ] {e9a5ed54-08bc-4748-af52-51e32ec1596b} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.04.07 05:25:56.146073 [ 5 ] {e9a5ed54-08bc-4748-af52-51e32ec1596b} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:56.146211 [ 93 ] {} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.04.07 05:25:56.146237 [ 5 ] {e9a5ed54-08bc-4748-af52-51e32ec1596b} executeQuery: Read 140 rows, 12.49 KiB in 0.001751 sec., 79954.31182181611 rows/sec., 6.96 MiB/sec. 2026.04.07 05:25:56.146253 [ 93 ] {} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:56.146275 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.07 05:25:56.146286 [ 5 ] {e9a5ed54-08bc-4748-af52-51e32ec1596b} TCPHandler: Processed in 0.002207862 sec. 2026.04.07 05:25:56.146375 [ 189 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.04.07 05:25:56.146411 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:56.146484 [ 189 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:25:56.146514 [ 5 ] {2a3b54e9-e354-4d59-ac45-3ab6b85ad6c3} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.07 05:25:56.146520 [ 189 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2620 rows starting from the beginning of the part 2026.04.07 05:25:56.146564 [ 5 ] {2a3b54e9-e354-4d59-ac45-3ab6b85ad6c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.07 05:25:56.146598 [ 189 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 56 rows starting from the beginning of the part 2026.04.07 05:25:56.146660 [ 189 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 56 rows starting from the beginning of the part 2026.04.07 05:25:56.146709 [ 189 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 140 rows starting from the beginning of the part 2026.04.07 05:25:56.146748 [ 189 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 56 rows starting from the beginning of the part 2026.04.07 05:25:56.146789 [ 189 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 140 rows starting from the beginning of the part 2026.04.07 05:25:56.147013 [ 5 ] {2a3b54e9-e354-4d59-ac45-3ab6b85ad6c3} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:56.147048 [ 5 ] {2a3b54e9-e354-4d59-ac45-3ab6b85ad6c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.07 05:25:56.147360 [ 5 ] {2a3b54e9-e354-4d59-ac45-3ab6b85ad6c3} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.04.07 05:25:56.147588 [ 5 ] {2a3b54e9-e354-4d59-ac45-3ab6b85ad6c3} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:56.147724 [ 5 ] {2a3b54e9-e354-4d59-ac45-3ab6b85ad6c3} executeQuery: Read 42 rows, 3.16 KiB in 0.001234 sec., 34035.65640194489 rows/sec., 2.50 MiB/sec. 2026.04.07 05:25:56.147765 [ 5 ] {2a3b54e9-e354-4d59-ac45-3ab6b85ad6c3} TCPHandler: Processed in 0.001408327 sec. 2026.04.07 05:25:56.147879 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:56.147977 [ 5 ] {13f451e9-2dd3-4550-9835-df43f05a793f} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:25:56.148022 [ 5 ] {13f451e9-2dd3-4550-9835-df43f05a793f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:25:56.148028 [ 191 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 3068 rows, containing 5 columns (5 merged, 0 gathered) in 0.001691692 sec., 1813568.9002489813 rows/sec., 145.60 MiB/sec. 2026.04.07 05:25:56.148320 [ 189 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.04.07 05:25:56.148447 [ 5 ] {13f451e9-2dd3-4550-9835-df43f05a793f} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:56.148483 [ 5 ] {13f451e9-2dd3-4550-9835-df43f05a793f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.07 05:25:56.148572 [ 189 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_51_10} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:56.148639 [ 189 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_51_10} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.04.07 05:25:56.148702 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. 2026.04.07 05:25:56.148796 [ 5 ] {13f451e9-2dd3-4550-9835-df43f05a793f} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.04.07 05:25:56.149009 [ 5 ] {13f451e9-2dd3-4550-9835-df43f05a793f} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:56.149105 [ 93 ] {} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.04.07 05:25:56.149130 [ 93 ] {} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:56.149138 [ 5 ] {13f451e9-2dd3-4550-9835-df43f05a793f} executeQuery: Read 106 rows, 8.48 KiB in 0.001181 sec., 89754.44538526672 rows/sec., 7.01 MiB/sec. 2026.04.07 05:25:56.149146 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.07 05:25:56.149176 [ 5 ] {13f451e9-2dd3-4550-9835-df43f05a793f} TCPHandler: Processed in 0.001348625 sec. 2026.04.07 05:25:56.149250 [ 195 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.04.07 05:25:56.149294 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:56.149367 [ 195 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:25:56.149393 [ 5 ] {fd76470e-b1d6-4d68-aaeb-8c9f216f3280} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:25:56.149403 [ 195 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1404 rows starting from the beginning of the part 2026.04.07 05:25:56.149444 [ 5 ] {fd76470e-b1d6-4d68-aaeb-8c9f216f3280} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:25:56.149478 [ 195 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 64 rows starting from the beginning of the part 2026.04.07 05:25:56.149523 [ 195 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 64 rows starting from the beginning of the part 2026.04.07 05:25:56.149560 [ 195 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 106 rows starting from the beginning of the part 2026.04.07 05:25:56.149599 [ 195 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 64 rows starting from the beginning of the part 2026.04.07 05:25:56.149638 [ 195 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 106 rows starting from the beginning of the part 2026.04.07 05:25:56.149850 [ 5 ] {fd76470e-b1d6-4d68-aaeb-8c9f216f3280} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:56.149891 [ 5 ] {fd76470e-b1d6-4d68-aaeb-8c9f216f3280} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.07 05:25:56.150236 [ 5 ] {fd76470e-b1d6-4d68-aaeb-8c9f216f3280} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.04.07 05:25:56.150456 [ 5 ] {fd76470e-b1d6-4d68-aaeb-8c9f216f3280} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:56.150589 [ 5 ] {fd76470e-b1d6-4d68-aaeb-8c9f216f3280} executeQuery: Read 160 rows, 11.41 KiB in 0.001216 sec., 131578.94736842104 rows/sec., 9.16 MiB/sec. 2026.04.07 05:25:56.150600 [ 91 ] {} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.04.07 05:25:56.150628 [ 5 ] {fd76470e-b1d6-4d68-aaeb-8c9f216f3280} TCPHandler: Processed in 0.001384566 sec. 2026.04.07 05:25:56.150645 [ 91 ] {} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:56.150671 [ 91 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.07 05:25:56.150671 [ 191 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 1808 rows, containing 5 columns (5 merged, 0 gathered) in 0.001460827 sec., 1237655.1090580884 rows/sec., 91.60 MiB/sec. 2026.04.07 05:25:56.150733 [ 195 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.04.07 05:25:56.150743 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:56.150833 [ 195 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:25:56.150849 [ 5 ] {7ae06fba-b282-42bb-8785-661fbc140b82} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.07 05:25:56.150863 [ 195 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_51_10} MergeTreeSequentialSource: Reading 4 marks from part all_1_46_9, total 16727 rows starting from the beginning of the part 2026.04.07 05:25:56.150911 [ 5 ] {7ae06fba-b282-42bb-8785-661fbc140b82} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.07 05:25:56.150918 [ 195 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 64 rows starting from the beginning of the part 2026.04.07 05:25:56.150933 [ 196 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.04.07 05:25:56.150983 [ 195 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 160 rows starting from the beginning of the part 2026.04.07 05:25:56.151022 [ 195 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 160 rows starting from the beginning of the part 2026.04.07 05:25:56.151055 [ 195 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 160 rows starting from the beginning of the part 2026.04.07 05:25:56.151090 [ 195 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 160 rows starting from the beginning of the part 2026.04.07 05:25:56.151311 [ 196 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_51_10} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:56.151416 [ 196 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_51_10} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.04.07 05:25:56.151521 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. 2026.04.07 05:25:56.151744 [ 5 ] {7ae06fba-b282-42bb-8785-661fbc140b82} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:56.151785 [ 5 ] {7ae06fba-b282-42bb-8785-661fbc140b82} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.07 05:25:56.152356 [ 5 ] {7ae06fba-b282-42bb-8785-661fbc140b82} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.04.07 05:25:56.152596 [ 5 ] {7ae06fba-b282-42bb-8785-661fbc140b82} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:56.152745 [ 5 ] {7ae06fba-b282-42bb-8785-661fbc140b82} executeQuery: Read 42 rows, 77.07 KiB in 0.001915 sec., 21932.11488250653 rows/sec., 39.30 MiB/sec. 2026.04.07 05:25:56.152811 [ 5 ] {7ae06fba-b282-42bb-8785-661fbc140b82} TCPHandler: Processed in 0.00211776 sec. 2026.04.07 05:25:56.152930 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:56.153026 [ 5 ] {cfe65b05-3fb2-47a2-b7ac-2d3c5b6991a6} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:25:56.153068 [ 5 ] {cfe65b05-3fb2-47a2-b7ac-2d3c5b6991a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:25:56.153402 [ 5 ] {cfe65b05-3fb2-47a2-b7ac-2d3c5b6991a6} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:56.153437 [ 5 ] {cfe65b05-3fb2-47a2-b7ac-2d3c5b6991a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.07 05:25:56.153873 [ 5 ] {cfe65b05-3fb2-47a2-b7ac-2d3c5b6991a6} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.04.07 05:25:56.154095 [ 5 ] {cfe65b05-3fb2-47a2-b7ac-2d3c5b6991a6} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:56.154192 [ 93 ] {} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.04.07 05:25:56.154215 [ 93 ] {} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:56.154226 [ 5 ] {cfe65b05-3fb2-47a2-b7ac-2d3c5b6991a6} executeQuery: Read 60 rows, 4.14 KiB in 0.001218 sec., 49261.08374384237 rows/sec., 3.32 MiB/sec. 2026.04.07 05:25:56.154230 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.07 05:25:56.154263 [ 5 ] {cfe65b05-3fb2-47a2-b7ac-2d3c5b6991a6} TCPHandler: Processed in 0.001383206 sec. 2026.04.07 05:25:56.154355 [ 202 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.04.07 05:25:56.154512 [ 202 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:25:56.154555 [ 202 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2502 rows starting from the beginning of the part 2026.04.07 05:25:56.154626 [ 202 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 24 rows starting from the beginning of the part 2026.04.07 05:25:56.154676 [ 202 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 60 rows starting from the beginning of the part 2026.04.07 05:25:56.154723 [ 202 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 60 rows starting from the beginning of the part 2026.04.07 05:25:56.154758 [ 202 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 60 rows starting from the beginning of the part 2026.04.07 05:25:56.154797 [ 202 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 60 rows starting from the beginning of the part 2026.04.07 05:25:56.156006 [ 199 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 2766 rows, containing 4 columns (4 merged, 0 gathered) in 0.001714002 sec., 1613767.0784514837 rows/sec., 108.86 MiB/sec. 2026.04.07 05:25:56.156286 [ 202 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.04.07 05:25:56.156382 [ 199 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 17431 rows, containing 5 columns (5 merged, 0 gathered) in 0.005675327 sec., 3071364.874658324 rows/sec., 202.83 MiB/sec. 2026.04.07 05:25:56.156559 [ 202 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_51_10} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:56.156594 [ 191 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.04.07 05:25:56.156650 [ 202 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_51_10} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.04.07 05:25:56.156746 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2026.04.07 05:25:56.156864 [ 191 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_51_10} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:56.156941 [ 191 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_51_10} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.04.07 05:25:56.157027 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.03 MiB. 2026.04.07 05:25:57.000374 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 281.44 MiB, peak 291.10 MiB, free memory in arenas 0.00 B, will set to 283.12 MiB (RSS), difference: 1.68 MiB 2026.04.07 05:25:57.373773 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47991 2026.04.07 05:25:57.373884 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:25:57.373911 [ 292 ] {} TCP-Session: 1573d835-1410-4cad-b582-dfd137de99ab Authenticating user 'default' from [fd00:1122:3344:101::e]:47991 2026.04.07 05:25:57.373933 [ 292 ] {} TCP-Session: 1573d835-1410-4cad-b582-dfd137de99ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:57.373947 [ 292 ] {} TCP-Session: 1573d835-1410-4cad-b582-dfd137de99ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:57.374126 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49934 2026.04.07 05:25:57.374176 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47656 2026.04.07 05:25:57.374198 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60738 2026.04.07 05:25:57.374225 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:25:57.374220 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49950 2026.04.07 05:25:57.374271 [ 293 ] {} TCP-Session: 2ecbd760-951d-4b54-856b-fb9f5e97ac75 Authenticating user 'default' from [fd00:1122:3344:101::e]:49934 2026.04.07 05:25:57.374212 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34462 2026.04.07 05:25:57.374314 [ 292 ] {} TCP-Session: 1573d835-1410-4cad-b582-dfd137de99ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:57.374315 [ 293 ] {} TCP-Session: 2ecbd760-951d-4b54-856b-fb9f5e97ac75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:57.374302 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:25:57.374399 [ 293 ] {} TCP-Session: 2ecbd760-951d-4b54-856b-fb9f5e97ac75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:57.374419 [ 289 ] {} TCP-Session: 41700afc-b4f8-4666-b96e-aaab2cd7c27c Authenticating user 'default' from [fd00:1122:3344:101::e]:60738 2026.04.07 05:25:57.374424 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:25:57.374439 [ 289 ] {} TCP-Session: 41700afc-b4f8-4666-b96e-aaab2cd7c27c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:57.374188 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52226 2026.04.07 05:25:57.374469 [ 289 ] {} TCP-Session: 41700afc-b4f8-4666-b96e-aaab2cd7c27c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:57.374469 [ 3 ] {} TCP-Session: df846d4c-9d92-4ce9-b216-ac059bf2eea5 Authenticating user 'default' from [fd00:1122:3344:101::e]:47656 2026.04.07 05:25:57.374179 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49689 2026.04.07 05:25:57.374549 [ 3 ] {} TCP-Session: df846d4c-9d92-4ce9-b216-ac059bf2eea5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:57.374566 [ 292 ] {2a41ca00-8040-41b6-9918-ae42ea4cd4b0} executeQuery: (from [fd00:1122:3344:101::e]:47991) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.07 05:25:57.374585 [ 3 ] {} TCP-Session: df846d4c-9d92-4ce9-b216-ac059bf2eea5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:57.374176 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63345 2026.04.07 05:25:57.374887 [ 292 ] {2a41ca00-8040-41b6-9918-ae42ea4cd4b0} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.07 05:25:57.374891 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:25:57.374952 [ 286 ] {} TCP-Session: c4f0e695-8abe-4fdb-99c5-28d8201360b0 Authenticating user 'default' from [fd00:1122:3344:101::e]:49689 2026.04.07 05:25:57.374957 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:25:57.374963 [ 292 ] {2a41ca00-8040-41b6-9918-ae42ea4cd4b0} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.07 05:25:57.374975 [ 286 ] {} TCP-Session: c4f0e695-8abe-4fdb-99c5-28d8201360b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:57.374992 [ 294 ] {} TCP-Session: 13890002-3a2c-429c-8551-fe4b62a6836f Authenticating user 'default' from [fd00:1122:3344:101::e]:63345 2026.04.07 05:25:57.375012 [ 286 ] {} TCP-Session: c4f0e695-8abe-4fdb-99c5-28d8201360b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:57.375025 [ 294 ] {} TCP-Session: 13890002-3a2c-429c-8551-fe4b62a6836f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:57.375039 [ 294 ] {} TCP-Session: 13890002-3a2c-429c-8551-fe4b62a6836f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:57.375061 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:25:57.375095 [ 291 ] {} TCP-Session: 3627618b-1f12-4159-a295-82a0f8a70507 Authenticating user 'default' from [fd00:1122:3344:101::e]:49950 2026.04.07 05:25:57.375112 [ 291 ] {} TCP-Session: 3627618b-1f12-4159-a295-82a0f8a70507 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:57.375124 [ 291 ] {} TCP-Session: 3627618b-1f12-4159-a295-82a0f8a70507 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:57.375297 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:25:57.375321 [ 292 ] {2a41ca00-8040-41b6-9918-ae42ea4cd4b0} oximeter.version (b59983b3-b885-480b-8202-da32017c82ac) (SelectExecutor): Key condition: unknown 2026.04.07 05:25:57.375329 [ 290 ] {} TCP-Session: e866eb75-2597-470d-b2d7-7c5a70df6776 Authenticating user 'default' from [fd00:1122:3344:101::e]:34462 2026.04.07 05:25:57.375371 [ 290 ] {} TCP-Session: e866eb75-2597-470d-b2d7-7c5a70df6776 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:57.375384 [ 290 ] {} TCP-Session: e866eb75-2597-470d-b2d7-7c5a70df6776 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:57.375400 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:25:57.375436 [ 288 ] {} TCP-Session: 5f1c3fb7-db40-4b90-be79-9df8a4058837 Authenticating user 'default' from [fd00:1122:3344:101::e]:52226 2026.04.07 05:25:57.375454 [ 288 ] {} TCP-Session: 5f1c3fb7-db40-4b90-be79-9df8a4058837 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:57.375467 [ 288 ] {} TCP-Session: 5f1c3fb7-db40-4b90-be79-9df8a4058837 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:57.376402 [ 337 ] {2a41ca00-8040-41b6-9918-ae42ea4cd4b0} AggregatingTransform: Aggregating 2026.04.07 05:25:57.376455 [ 337 ] {2a41ca00-8040-41b6-9918-ae42ea4cd4b0} Aggregator: Aggregation method: without_key 2026.04.07 05:25:57.376492 [ 337 ] {2a41ca00-8040-41b6-9918-ae42ea4cd4b0} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00104448 sec. (957.414 rows/sec., 37.40 KiB/sec.) 2026.04.07 05:25:57.376511 [ 337 ] {2a41ca00-8040-41b6-9918-ae42ea4cd4b0} Aggregator: Merging aggregated data 2026.04.07 05:25:57.377797 [ 292 ] {2a41ca00-8040-41b6-9918-ae42ea4cd4b0} executeQuery: Read 1 rows, 40.00 B in 0.00332 sec., 301.2048192771084 rows/sec., 11.77 KiB/sec. 2026.04.07 05:25:57.377942 [ 292 ] {2a41ca00-8040-41b6-9918-ae42ea4cd4b0} TCPHandler: Processed in 0.003743491 sec. 2026.04.07 05:25:57.378055 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.07 05:25:57.378086 [ 292 ] {} TCP-Session: 1573d835-1410-4cad-b582-dfd137de99ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:57.378087 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.07 05:25:57.378106 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.07 05:25:57.378135 [ 293 ] {} TCP-Session: 2ecbd760-951d-4b54-856b-fb9f5e97ac75 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:57.378140 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.07 05:25:57.378155 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.07 05:25:57.378171 [ 3 ] {} TCPHandler: Done processing connection. 2026.04.07 05:25:57.378192 [ 291 ] {} TCP-Session: 3627618b-1f12-4159-a295-82a0f8a70507 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:57.378207 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.07 05:25:57.378216 [ 286 ] {} TCP-Session: c4f0e695-8abe-4fdb-99c5-28d8201360b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:57.378232 [ 3 ] {} TCP-Session: df846d4c-9d92-4ce9-b216-ac059bf2eea5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:57.378260 [ 289 ] {} TCP-Session: 41700afc-b4f8-4666-b96e-aaab2cd7c27c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:57.378191 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.07 05:25:57.378153 [ 290 ] {} TCP-Session: e866eb75-2597-470d-b2d7-7c5a70df6776 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:57.378139 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.07 05:25:57.378333 [ 288 ] {} TCP-Session: 5f1c3fb7-db40-4b90-be79-9df8a4058837 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:57.378370 [ 294 ] {} TCP-Session: 13890002-3a2c-429c-8551-fe4b62a6836f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:58.075166 [ 95 ] {} DNSResolver: Updating DNS cache 2026.04.07 05:25:58.075218 [ 95 ] {} DNSResolver: Updated DNS cache 2026.04.07 05:25:58.245389 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 16324 2026.04.07 05:25:58.245950 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:58.246001 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.07 05:25:58.246499 [ 244 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.04.07 05:25:58.246753 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:58.246899 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16324 2026.04.07 05:25:59.148404 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257 2026.04.07 05:25:59.171487 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:25:59.171558 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.07 05:25:59.177706 [ 243 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.04.07 05:25:59.178465 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:25:59.182250 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 257 2026.04.07 05:25:59.400253 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53655 2026.04.07 05:25:59.400371 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:25:59.400396 [ 292 ] {} TCP-Session: 72a1122a-a6a2-4b0b-916f-afa584183835 Authenticating user 'default' from [fd00:1122:3344:101::e]:53655 2026.04.07 05:25:59.400417 [ 292 ] {} TCP-Session: 72a1122a-a6a2-4b0b-916f-afa584183835 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:59.400429 [ 292 ] {} TCP-Session: 72a1122a-a6a2-4b0b-916f-afa584183835 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:59.400613 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52077 2026.04.07 05:25:59.400671 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39353 2026.04.07 05:25:59.400712 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46037 2026.04.07 05:25:59.400735 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54884 2026.04.07 05:25:59.400774 [ 292 ] {} TCP-Session: 72a1122a-a6a2-4b0b-916f-afa584183835 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:59.400744 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63362 2026.04.07 05:25:59.400833 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:25:59.400818 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:25:59.400891 [ 290 ] {} TCP-Session: f4d2caea-b4cb-410c-af20-6d0721fcc866 Authenticating user 'default' from [fd00:1122:3344:101::e]:54884 2026.04.07 05:25:59.400809 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:25:59.400909 [ 294 ] {} TCP-Session: cf037c7a-f22b-4933-a135-0377e8d59579 Authenticating user 'default' from [fd00:1122:3344:101::e]:39353 2026.04.07 05:25:59.400921 [ 290 ] {} TCP-Session: f4d2caea-b4cb-410c-af20-6d0721fcc866 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:59.400943 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:25:59.400951 [ 289 ] {} TCP-Session: cb7d1d2d-2da4-4401-a41d-ceb2ce9fb666 Authenticating user 'default' from [fd00:1122:3344:101::e]:46037 2026.04.07 05:25:59.400972 [ 290 ] {} TCP-Session: f4d2caea-b4cb-410c-af20-6d0721fcc866 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:59.400996 [ 291 ] {} TCP-Session: d3886ff9-707b-4336-ad98-d45f5419787d Authenticating user 'default' from [fd00:1122:3344:101::e]:63362 2026.04.07 05:25:59.401010 [ 289 ] {} TCP-Session: cb7d1d2d-2da4-4401-a41d-ceb2ce9fb666 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:59.401043 [ 291 ] {} TCP-Session: d3886ff9-707b-4336-ad98-d45f5419787d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:59.401050 [ 289 ] {} TCP-Session: cb7d1d2d-2da4-4401-a41d-ceb2ce9fb666 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:59.401069 [ 291 ] {} TCP-Session: d3886ff9-707b-4336-ad98-d45f5419787d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:59.400954 [ 294 ] {} TCP-Session: cf037c7a-f22b-4933-a135-0377e8d59579 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:59.400950 [ 292 ] {0faed849-00df-4b64-93ae-2e455f1d0876} executeQuery: (from [fd00:1122:3344:101::e]:53655) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.07 05:25:59.401122 [ 294 ] {} TCP-Session: cf037c7a-f22b-4933-a135-0377e8d59579 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:59.400719 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:25:59.400686 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46238 2026.04.07 05:25:59.401201 [ 293 ] {} TCP-Session: 818fc439-4484-4cd7-a4fe-4bd0c9e4f671 Authenticating user 'default' from [fd00:1122:3344:101::e]:52077 2026.04.07 05:25:59.400682 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52676 2026.04.07 05:25:59.401244 [ 293 ] {} TCP-Session: 818fc439-4484-4cd7-a4fe-4bd0c9e4f671 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:59.401275 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:25:59.401291 [ 293 ] {} TCP-Session: 818fc439-4484-4cd7-a4fe-4bd0c9e4f671 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:59.400707 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51002 2026.04.07 05:25:59.401330 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:25:59.401313 [ 286 ] {} TCP-Session: e3b256b5-fcb0-4832-86d1-4cab312760f5 Authenticating user 'default' from [fd00:1122:3344:101::e]:46238 2026.04.07 05:25:59.401376 [ 3 ] {} TCP-Session: 8a6b2028-2d39-42c9-bbdf-3b144958216c Authenticating user 'default' from [fd00:1122:3344:101::e]:52676 2026.04.07 05:25:59.401398 [ 286 ] {} TCP-Session: e3b256b5-fcb0-4832-86d1-4cab312760f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:59.401405 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:25:59.401424 [ 286 ] {} TCP-Session: e3b256b5-fcb0-4832-86d1-4cab312760f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:59.401449 [ 288 ] {} TCP-Session: 424a8b5e-81ee-4b00-88ab-45cceca5dd63 Authenticating user 'default' from [fd00:1122:3344:101::e]:51002 2026.04.07 05:25:59.401462 [ 292 ] {0faed849-00df-4b64-93ae-2e455f1d0876} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.07 05:25:59.401482 [ 288 ] {} TCP-Session: 424a8b5e-81ee-4b00-88ab-45cceca5dd63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:59.401409 [ 3 ] {} TCP-Session: 8a6b2028-2d39-42c9-bbdf-3b144958216c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:59.401503 [ 288 ] {} TCP-Session: 424a8b5e-81ee-4b00-88ab-45cceca5dd63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:59.401526 [ 292 ] {0faed849-00df-4b64-93ae-2e455f1d0876} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.07 05:25:59.401527 [ 3 ] {} TCP-Session: 8a6b2028-2d39-42c9-bbdf-3b144958216c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:59.401812 [ 292 ] {0faed849-00df-4b64-93ae-2e455f1d0876} oximeter.version (b59983b3-b885-480b-8202-da32017c82ac) (SelectExecutor): Key condition: unknown 2026.04.07 05:25:59.402872 [ 260 ] {0faed849-00df-4b64-93ae-2e455f1d0876} AggregatingTransform: Aggregating 2026.04.07 05:25:59.402916 [ 260 ] {0faed849-00df-4b64-93ae-2e455f1d0876} Aggregator: Aggregation method: without_key 2026.04.07 05:25:59.402955 [ 260 ] {0faed849-00df-4b64-93ae-2e455f1d0876} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001040019 sec. (961.521 rows/sec., 37.56 KiB/sec.) 2026.04.07 05:25:59.402974 [ 260 ] {0faed849-00df-4b64-93ae-2e455f1d0876} Aggregator: Merging aggregated data 2026.04.07 05:25:59.404413 [ 292 ] {0faed849-00df-4b64-93ae-2e455f1d0876} executeQuery: Read 1 rows, 40.00 B in 0.003514 sec., 284.57598178713715 rows/sec., 11.12 KiB/sec. 2026.04.07 05:25:59.404569 [ 292 ] {0faed849-00df-4b64-93ae-2e455f1d0876} TCPHandler: Processed in 0.003901644 sec. 2026.04.07 05:25:59.404691 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.07 05:25:59.404722 [ 292 ] {} TCP-Session: 72a1122a-a6a2-4b0b-916f-afa584183835 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:59.404723 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.07 05:25:59.404742 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.07 05:25:59.404758 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.07 05:25:59.404773 [ 3 ] {} TCPHandler: Done processing connection. 2026.04.07 05:25:59.404800 [ 286 ] {} TCP-Session: e3b256b5-fcb0-4832-86d1-4cab312760f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:59.404818 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.07 05:25:59.404838 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.07 05:25:59.404861 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.07 05:25:59.404875 [ 294 ] {} TCP-Session: cf037c7a-f22b-4933-a135-0377e8d59579 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:59.404890 [ 288 ] {} TCP-Session: 424a8b5e-81ee-4b00-88ab-45cceca5dd63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:59.404915 [ 290 ] {} TCP-Session: f4d2caea-b4cb-410c-af20-6d0721fcc866 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:59.404849 [ 3 ] {} TCP-Session: 8a6b2028-2d39-42c9-bbdf-3b144958216c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:59.404823 [ 291 ] {} TCP-Session: d3886ff9-707b-4336-ad98-d45f5419787d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:59.404795 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.07 05:25:59.404779 [ 293 ] {} TCP-Session: 818fc439-4484-4cd7-a4fe-4bd0c9e4f671 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:59.405013 [ 289 ] {} TCP-Session: cb7d1d2d-2da4-4401-a41d-ceb2ce9fb666 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:59.417358 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57276 2026.04.07 05:25:59.417423 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:25:59.417445 [ 292 ] {} TCP-Session: cb5f6035-bd09-4770-9b42-79358f12491d Authenticating user 'default' from [fd00:1122:3344:101::e]:57276 2026.04.07 05:25:59.417461 [ 292 ] {} TCP-Session: cb5f6035-bd09-4770-9b42-79358f12491d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:59.417474 [ 292 ] {} TCP-Session: cb5f6035-bd09-4770-9b42-79358f12491d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:59.417684 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44148 2026.04.07 05:25:59.417705 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51791 2026.04.07 05:25:59.417723 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39840 2026.04.07 05:25:59.417739 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56989 2026.04.07 05:25:59.417760 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:25:59.417769 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40912 2026.04.07 05:25:59.417803 [ 293 ] {} TCP-Session: dc44b05d-ff55-486a-b53f-b3ec76656aa1 Authenticating user 'default' from [fd00:1122:3344:101::e]:44148 2026.04.07 05:25:59.417819 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:25:59.417838 [ 293 ] {} TCP-Session: dc44b05d-ff55-486a-b53f-b3ec76656aa1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:59.417857 [ 288 ] {} TCP-Session: 0cc0457d-2d2b-48a2-a29d-1f1e38a08ede Authenticating user 'default' from [fd00:1122:3344:101::e]:56989 2026.04.07 05:25:59.417871 [ 293 ] {} TCP-Session: dc44b05d-ff55-486a-b53f-b3ec76656aa1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:59.417885 [ 288 ] {} TCP-Session: 0cc0457d-2d2b-48a2-a29d-1f1e38a08ede Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:59.417858 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:25:59.417910 [ 288 ] {} TCP-Session: 0cc0457d-2d2b-48a2-a29d-1f1e38a08ede Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:59.417790 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:25:59.417939 [ 291 ] {} TCP-Session: 0f0d431a-d9d8-4282-92c2-1c1b4b221c70 Authenticating user 'default' from [fd00:1122:3344:101::e]:40912 2026.04.07 05:25:59.417973 [ 286 ] {} TCP-Session: 35ac15e7-6f86-4ed7-afd4-5a12503720c6 Authenticating user 'default' from [fd00:1122:3344:101::e]:39840 2026.04.07 05:25:59.417989 [ 291 ] {} TCP-Session: 0f0d431a-d9d8-4282-92c2-1c1b4b221c70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:59.418010 [ 286 ] {} TCP-Session: 35ac15e7-6f86-4ed7-afd4-5a12503720c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:59.418017 [ 291 ] {} TCP-Session: 0f0d431a-d9d8-4282-92c2-1c1b4b221c70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:59.418033 [ 286 ] {} TCP-Session: 35ac15e7-6f86-4ed7-afd4-5a12503720c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:59.417756 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46290 2026.04.07 05:25:59.417744 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51203 2026.04.07 05:25:59.417713 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35824 2026.04.07 05:25:59.418121 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:25:59.418146 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:25:59.418158 [ 290 ] {} TCP-Session: 29e1c501-80fb-4fc6-aeef-d4f21182137f Authenticating user 'default' from [fd00:1122:3344:101::e]:46290 2026.04.07 05:25:59.418176 [ 289 ] {} TCP-Session: 03fffd24-c17d-41d6-bffa-f1759288294e Authenticating user 'default' from [fd00:1122:3344:101::e]:51203 2026.04.07 05:25:59.418177 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:25:59.418204 [ 289 ] {} TCP-Session: 03fffd24-c17d-41d6-bffa-f1759288294e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:59.418221 [ 3 ] {} TCP-Session: e2d4b67d-4572-4d2c-8dc6-0671ebbaaa87 Authenticating user 'default' from [fd00:1122:3344:101::e]:35824 2026.04.07 05:25:59.418234 [ 289 ] {} TCP-Session: 03fffd24-c17d-41d6-bffa-f1759288294e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:59.418251 [ 3 ] {} TCP-Session: e2d4b67d-4572-4d2c-8dc6-0671ebbaaa87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:59.418189 [ 290 ] {} TCP-Session: 29e1c501-80fb-4fc6-aeef-d4f21182137f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:59.418275 [ 3 ] {} TCP-Session: e2d4b67d-4572-4d2c-8dc6-0671ebbaaa87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:59.418295 [ 290 ] {} TCP-Session: 29e1c501-80fb-4fc6-aeef-d4f21182137f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:59.417779 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:25:59.417716 [ 292 ] {} TCP-Session: cb5f6035-bd09-4770-9b42-79358f12491d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:25:59.418347 [ 294 ] {} TCP-Session: c822d95e-6c62-4725-937e-23c0f1e3caf8 Authenticating user 'default' from [fd00:1122:3344:101::e]:51791 2026.04.07 05:25:59.418379 [ 294 ] {} TCP-Session: c822d95e-6c62-4725-937e-23c0f1e3caf8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:59.418394 [ 294 ] {} TCP-Session: c822d95e-6c62-4725-937e-23c0f1e3caf8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:59.418473 [ 292 ] {d0608294-a4da-48c3-913d-6ba0e489ca7d} executeQuery: (from [fd00:1122:3344:101::e]:57276) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.07 05:25:59.418644 [ 292 ] {d0608294-a4da-48c3-913d-6ba0e489ca7d} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.07 05:25:59.418691 [ 292 ] {d0608294-a4da-48c3-913d-6ba0e489ca7d} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.07 05:25:59.418929 [ 292 ] {d0608294-a4da-48c3-913d-6ba0e489ca7d} oximeter.version (b59983b3-b885-480b-8202-da32017c82ac) (SelectExecutor): Key condition: unknown 2026.04.07 05:25:59.419736 [ 337 ] {d0608294-a4da-48c3-913d-6ba0e489ca7d} AggregatingTransform: Aggregating 2026.04.07 05:25:59.419769 [ 337 ] {d0608294-a4da-48c3-913d-6ba0e489ca7d} Aggregator: Aggregation method: without_key 2026.04.07 05:25:59.419808 [ 337 ] {d0608294-a4da-48c3-913d-6ba0e489ca7d} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000790545 sec. (1264.950 rows/sec., 49.41 KiB/sec.) 2026.04.07 05:25:59.419827 [ 337 ] {d0608294-a4da-48c3-913d-6ba0e489ca7d} Aggregator: Merging aggregated data 2026.04.07 05:25:59.421078 [ 292 ] {d0608294-a4da-48c3-913d-6ba0e489ca7d} executeQuery: Read 1 rows, 40.00 B in 0.002638 sec., 379.07505686125853 rows/sec., 14.81 KiB/sec. 2026.04.07 05:25:59.421208 [ 292 ] {d0608294-a4da-48c3-913d-6ba0e489ca7d} TCPHandler: Processed in 0.003546757 sec. 2026.04.07 05:25:59.421322 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.07 05:25:59.421345 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.07 05:25:59.421349 [ 292 ] {} TCP-Session: cb5f6035-bd09-4770-9b42-79358f12491d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:59.421367 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.07 05:25:59.421383 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.07 05:25:59.421405 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.07 05:25:59.421439 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.07 05:25:59.421441 [ 294 ] {} TCP-Session: c822d95e-6c62-4725-937e-23c0f1e3caf8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:59.421459 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.07 05:25:59.421476 [ 289 ] {} TCP-Session: 03fffd24-c17d-41d6-bffa-f1759288294e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:59.421472 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.07 05:25:59.421510 [ 288 ] {} TCP-Session: 0cc0457d-2d2b-48a2-a29d-1f1e38a08ede Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:59.421468 [ 293 ] {} TCP-Session: dc44b05d-ff55-486a-b53f-b3ec76656aa1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:59.421560 [ 290 ] {} TCP-Session: 29e1c501-80fb-4fc6-aeef-d4f21182137f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:59.421420 [ 3 ] {} TCPHandler: Done processing connection. 2026.04.07 05:25:59.421385 [ 286 ] {} TCP-Session: 35ac15e7-6f86-4ed7-afd4-5a12503720c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:59.421626 [ 3 ] {} TCP-Session: e2d4b67d-4572-4d2c-8dc6-0671ebbaaa87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:25:59.421425 [ 291 ] {} TCP-Session: 0f0d431a-d9d8-4282-92c2-1c1b4b221c70 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:01.141465 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:01.141649 [ 5 ] {8f5e5dae-4799-4760-8081-8e67891942a7} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:26:01.141719 [ 5 ] {8f5e5dae-4799-4760-8081-8e67891942a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:26:01.142374 [ 5 ] {8f5e5dae-4799-4760-8081-8e67891942a7} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:01.142424 [ 5 ] {8f5e5dae-4799-4760-8081-8e67891942a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.07 05:26:01.142835 [ 5 ] {8f5e5dae-4799-4760-8081-8e67891942a7} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.04.07 05:26:01.143066 [ 5 ] {8f5e5dae-4799-4760-8081-8e67891942a7} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:01.143232 [ 5 ] {8f5e5dae-4799-4760-8081-8e67891942a7} executeQuery: Read 56 rows, 4.41 KiB in 0.001633 sec., 34292.712798530316 rows/sec., 2.63 MiB/sec. 2026.04.07 05:26:01.143283 [ 5 ] {8f5e5dae-4799-4760-8081-8e67891942a7} TCPHandler: Processed in 0.001954707 sec. 2026.04.07 05:26:01.143411 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:01.143515 [ 5 ] {36506373-e127-485f-9679-f8047965cd3d} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:26:01.143559 [ 5 ] {36506373-e127-485f-9679-f8047965cd3d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:26:01.143977 [ 5 ] {36506373-e127-485f-9679-f8047965cd3d} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:01.144015 [ 5 ] {36506373-e127-485f-9679-f8047965cd3d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.07 05:26:01.144331 [ 5 ] {36506373-e127-485f-9679-f8047965cd3d} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.04.07 05:26:01.144541 [ 5 ] {36506373-e127-485f-9679-f8047965cd3d} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:01.144675 [ 5 ] {36506373-e127-485f-9679-f8047965cd3d} executeQuery: Read 64 rows, 5.12 KiB in 0.001184 sec., 54054.05405405405 rows/sec., 4.22 MiB/sec. 2026.04.07 05:26:01.144714 [ 5 ] {36506373-e127-485f-9679-f8047965cd3d} TCPHandler: Processed in 0.001357436 sec. 2026.04.07 05:26:01.144828 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:01.144925 [ 5 ] {65cf5536-b7ff-43aa-b695-c36d4375db63} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:26:01.144970 [ 5 ] {65cf5536-b7ff-43aa-b695-c36d4375db63} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:26:01.145388 [ 5 ] {65cf5536-b7ff-43aa-b695-c36d4375db63} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:01.145424 [ 5 ] {65cf5536-b7ff-43aa-b695-c36d4375db63} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.07 05:26:01.145773 [ 5 ] {65cf5536-b7ff-43aa-b695-c36d4375db63} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.04.07 05:26:01.145986 [ 5 ] {65cf5536-b7ff-43aa-b695-c36d4375db63} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:01.146123 [ 5 ] {65cf5536-b7ff-43aa-b695-c36d4375db63} executeQuery: Read 160 rows, 11.41 KiB in 0.001218 sec., 131362.88998357966 rows/sec., 9.15 MiB/sec. 2026.04.07 05:26:01.146161 [ 5 ] {65cf5536-b7ff-43aa-b695-c36d4375db63} TCPHandler: Processed in 0.001382906 sec. 2026.04.07 05:26:01.146286 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:01.146382 [ 5 ] {4888ab05-f72c-48a5-8c5b-85b9005cc56d} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:26:01.146423 [ 5 ] {4888ab05-f72c-48a5-8c5b-85b9005cc56d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:26:01.146832 [ 5 ] {4888ab05-f72c-48a5-8c5b-85b9005cc56d} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:01.146881 [ 5 ] {4888ab05-f72c-48a5-8c5b-85b9005cc56d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.07 05:26:01.147220 [ 5 ] {4888ab05-f72c-48a5-8c5b-85b9005cc56d} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.04.07 05:26:01.147435 [ 5 ] {4888ab05-f72c-48a5-8c5b-85b9005cc56d} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:01.147576 [ 5 ] {4888ab05-f72c-48a5-8c5b-85b9005cc56d} executeQuery: Read 60 rows, 4.14 KiB in 0.001212 sec., 49504.9504950495 rows/sec., 3.34 MiB/sec. 2026.04.07 05:26:01.147615 [ 5 ] {4888ab05-f72c-48a5-8c5b-85b9005cc56d} TCPHandler: Processed in 0.001383087 sec. 2026.04.07 05:26:03.279442 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 800 2026.04.07 05:26:03.282124 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:03.282170 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.07 05:26:03.283360 [ 242 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.04.07 05:26:03.283621 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:03.283799 [ 85 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.04.07 05:26:03.283876 [ 85 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:03.283889 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 800 2026.04.07 05:26:03.283899 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.07 05:26:03.284033 [ 199 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.04.07 05:26:03.284592 [ 199 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:26:03.284725 [ 199 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 674 rows starting from the beginning of the part 2026.04.07 05:26:03.285042 [ 199 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 24 rows starting from the beginning of the part 2026.04.07 05:26:03.285329 [ 199 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 20 rows starting from the beginning of the part 2026.04.07 05:26:03.285611 [ 199 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 36 rows starting from the beginning of the part 2026.04.07 05:26:03.285893 [ 199 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 20 rows starting from the beginning of the part 2026.04.07 05:26:03.286184 [ 199 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 26 rows starting from the beginning of the part 2026.04.07 05:26:03.292216 [ 191 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 800 rows, containing 72 columns (72 merged, 0 gathered) in 0.008236516 sec., 97128.44605656082 rows/sec., 80.89 MiB/sec. 2026.04.07 05:26:03.293389 [ 202 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.04.07 05:26:03.293967 [ 202 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_26_5} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:03.294045 [ 202 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_26_5} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.04.07 05:26:03.294355 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.25 MiB. 2026.04.07 05:26:04.101727 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:04.101921 [ 5 ] {5be65751-f4cd-4f04-b9d0-fb3d063e4eac} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.07 05:26:04.101986 [ 5 ] {5be65751-f4cd-4f04-b9d0-fb3d063e4eac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.07 05:26:04.102614 [ 5 ] {5be65751-f4cd-4f04-b9d0-fb3d063e4eac} oximeter.fields_i16 (19a28ab3-93b8-470f-bc08-bb1de0445c9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:04.102658 [ 5 ] {5be65751-f4cd-4f04-b9d0-fb3d063e4eac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.07 05:26:04.103051 [ 5 ] {5be65751-f4cd-4f04-b9d0-fb3d063e4eac} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.07 05:26:04.103285 [ 5 ] {5be65751-f4cd-4f04-b9d0-fb3d063e4eac} oximeter.fields_i16 (19a28ab3-93b8-470f-bc08-bb1de0445c9c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:04.103409 [ 85 ] {} oximeter.fields_i16 (19a28ab3-93b8-470f-bc08-bb1de0445c9c) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.04.07 05:26:04.103438 [ 5 ] {5be65751-f4cd-4f04-b9d0-fb3d063e4eac} executeQuery: Read 24 rows, 2.04 KiB in 0.001565 sec., 15335.463258785943 rows/sec., 1.27 MiB/sec. 2026.04.07 05:26:04.103454 [ 85 ] {} oximeter.fields_i16 (19a28ab3-93b8-470f-bc08-bb1de0445c9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:04.103479 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.07 05:26:04.103488 [ 5 ] {5be65751-f4cd-4f04-b9d0-fb3d063e4eac} TCPHandler: Processed in 0.001889075 sec. 2026.04.07 05:26:04.103602 [ 188 ] {19a28ab3-93b8-470f-bc08-bb1de0445c9c::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2026.04.07 05:26:04.103610 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:04.103766 [ 5 ] {2e053d65-6622-401b-9158-c5b29d14d63f} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.07 05:26:04.103772 [ 188 ] {19a28ab3-93b8-470f-bc08-bb1de0445c9c::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:26:04.103815 [ 5 ] {2e053d65-6622-401b-9158-c5b29d14d63f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.07 05:26:04.103824 [ 188 ] {19a28ab3-93b8-470f-bc08-bb1de0445c9c::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 24 rows starting from the beginning of the part 2026.04.07 05:26:04.103908 [ 188 ] {19a28ab3-93b8-470f-bc08-bb1de0445c9c::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 24 rows starting from the beginning of the part 2026.04.07 05:26:04.103970 [ 188 ] {19a28ab3-93b8-470f-bc08-bb1de0445c9c::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 24 rows starting from the beginning of the part 2026.04.07 05:26:04.104017 [ 188 ] {19a28ab3-93b8-470f-bc08-bb1de0445c9c::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 24 rows starting from the beginning of the part 2026.04.07 05:26:04.104060 [ 188 ] {19a28ab3-93b8-470f-bc08-bb1de0445c9c::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 24 rows starting from the beginning of the part 2026.04.07 05:26:04.104245 [ 5 ] {2e053d65-6622-401b-9158-c5b29d14d63f} oximeter.fields_ipaddr (825a423c-b132-44a1-9146-cfb597c4352e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:04.104286 [ 5 ] {2e053d65-6622-401b-9158-c5b29d14d63f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.07 05:26:04.104617 [ 5 ] {2e053d65-6622-401b-9158-c5b29d14d63f} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.07 05:26:04.104842 [ 202 ] {19a28ab3-93b8-470f-bc08-bb1de0445c9c::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.001289704 sec., 93044.60558391693 rows/sec., 8.07 MiB/sec. 2026.04.07 05:26:04.104866 [ 5 ] {2e053d65-6622-401b-9158-c5b29d14d63f} oximeter.fields_ipaddr (825a423c-b132-44a1-9146-cfb597c4352e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:04.105000 [ 188 ] {19a28ab3-93b8-470f-bc08-bb1de0445c9c::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.04.07 05:26:04.105031 [ 5 ] {2e053d65-6622-401b-9158-c5b29d14d63f} executeQuery: Read 16 rows, 1.30 KiB in 0.00129 sec., 12403.1007751938 rows/sec., 1011.39 KiB/sec. 2026.04.07 05:26:04.105077 [ 5 ] {2e053d65-6622-401b-9158-c5b29d14d63f} TCPHandler: Processed in 0.001520789 sec. 2026.04.07 05:26:04.105194 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:04.105264 [ 188 ] {19a28ab3-93b8-470f-bc08-bb1de0445c9c::all_1_9_2} oximeter.fields_i16 (19a28ab3-93b8-470f-bc08-bb1de0445c9c): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:04.105293 [ 5 ] {0c5cfc50-f6af-4cc7-9fbd-ac16ead12133} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:26:04.105339 [ 5 ] {0c5cfc50-f6af-4cc7-9fbd-ac16ead12133} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:26:04.105339 [ 188 ] {19a28ab3-93b8-470f-bc08-bb1de0445c9c::all_1_9_2} oximeter.fields_i16 (19a28ab3-93b8-470f-bc08-bb1de0445c9c) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.04.07 05:26:04.105435 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2026.04.07 05:26:04.106671 [ 5 ] {0c5cfc50-f6af-4cc7-9fbd-ac16ead12133} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:04.106711 [ 5 ] {0c5cfc50-f6af-4cc7-9fbd-ac16ead12133} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.07 05:26:04.107209 [ 5 ] {0c5cfc50-f6af-4cc7-9fbd-ac16ead12133} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.04.07 05:26:04.107427 [ 5 ] {0c5cfc50-f6af-4cc7-9fbd-ac16ead12133} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:04.107561 [ 5 ] {0c5cfc50-f6af-4cc7-9fbd-ac16ead12133} executeQuery: Read 2617 rows, 201.82 KiB in 0.002287 sec., 1144293.834717971 rows/sec., 86.18 MiB/sec. 2026.04.07 05:26:04.107601 [ 5 ] {0c5cfc50-f6af-4cc7-9fbd-ac16ead12133} MemoryTracker: Peak memory usage (for query): 4.02 MiB. 2026.04.07 05:26:04.107614 [ 5 ] {0c5cfc50-f6af-4cc7-9fbd-ac16ead12133} TCPHandler: Processed in 0.002469697 sec. 2026.04.07 05:26:04.107715 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:04.107813 [ 5 ] {dadcb6ec-639f-460c-be36-00099c58105a} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.07 05:26:04.107853 [ 5 ] {dadcb6ec-639f-460c-be36-00099c58105a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.07 05:26:04.108268 [ 5 ] {dadcb6ec-639f-460c-be36-00099c58105a} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:04.108303 [ 5 ] {dadcb6ec-639f-460c-be36-00099c58105a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.07 05:26:04.108630 [ 5 ] {dadcb6ec-639f-460c-be36-00099c58105a} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.04.07 05:26:04.108847 [ 5 ] {dadcb6ec-639f-460c-be36-00099c58105a} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:04.108971 [ 5 ] {dadcb6ec-639f-460c-be36-00099c58105a} executeQuery: Read 81 rows, 6.06 KiB in 0.001178 sec., 68760.61120543294 rows/sec., 5.03 MiB/sec. 2026.04.07 05:26:04.109007 [ 5 ] {dadcb6ec-639f-460c-be36-00099c58105a} TCPHandler: Processed in 0.001340505 sec. 2026.04.07 05:26:04.109118 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:04.109211 [ 5 ] {f3f486c8-5dac-4746-89a0-03c1ba84df6f} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.07 05:26:04.109249 [ 5 ] {f3f486c8-5dac-4746-89a0-03c1ba84df6f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.07 05:26:04.109858 [ 5 ] {f3f486c8-5dac-4746-89a0-03c1ba84df6f} oximeter.fields_u32 (77106049-3b56-443c-8974-c866b1324d40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:04.109893 [ 5 ] {f3f486c8-5dac-4746-89a0-03c1ba84df6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.07 05:26:04.110215 [ 5 ] {f3f486c8-5dac-4746-89a0-03c1ba84df6f} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.07 05:26:04.110423 [ 5 ] {f3f486c8-5dac-4746-89a0-03c1ba84df6f} oximeter.fields_u32 (77106049-3b56-443c-8974-c866b1324d40): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:04.110509 [ 85 ] {} oximeter.fields_u32 (77106049-3b56-443c-8974-c866b1324d40) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.04.07 05:26:04.110542 [ 85 ] {} oximeter.fields_u32 (77106049-3b56-443c-8974-c866b1324d40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:04.110548 [ 5 ] {f3f486c8-5dac-4746-89a0-03c1ba84df6f} executeQuery: Read 825 rows, 49.42 KiB in 0.001356 sec., 608407.0796460178 rows/sec., 35.59 MiB/sec. 2026.04.07 05:26:04.110559 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.07 05:26:04.110586 [ 5 ] {f3f486c8-5dac-4746-89a0-03c1ba84df6f} TCPHandler: Processed in 0.001516168 sec. 2026.04.07 05:26:04.110658 [ 202 ] {77106049-3b56-443c-8974-c866b1324d40::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2026.04.07 05:26:04.110695 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:04.110795 [ 202 ] {77106049-3b56-443c-8974-c866b1324d40::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:26:04.110804 [ 5 ] {3c74b676-176b-482b-944a-0871758ac30d} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.04.07 05:26:04.110840 [ 202 ] {77106049-3b56-443c-8974-c866b1324d40::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 825 rows starting from the beginning of the part 2026.04.07 05:26:04.110856 [ 5 ] {3c74b676-176b-482b-944a-0871758ac30d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.04.07 05:26:04.110931 [ 202 ] {77106049-3b56-443c-8974-c866b1324d40::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 825 rows starting from the beginning of the part 2026.04.07 05:26:04.110986 [ 202 ] {77106049-3b56-443c-8974-c866b1324d40::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 825 rows starting from the beginning of the part 2026.04.07 05:26:04.111034 [ 202 ] {77106049-3b56-443c-8974-c866b1324d40::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 825 rows starting from the beginning of the part 2026.04.07 05:26:04.111080 [ 202 ] {77106049-3b56-443c-8974-c866b1324d40::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 825 rows starting from the beginning of the part 2026.04.07 05:26:04.111241 [ 5 ] {3c74b676-176b-482b-944a-0871758ac30d} oximeter.fields_u64 (694db3f7-adc1-48c0-aa80-2e45c79f29b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:04.111281 [ 5 ] {3c74b676-176b-482b-944a-0871758ac30d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.07 05:26:04.111604 [ 5 ] {3c74b676-176b-482b-944a-0871758ac30d} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.07 05:26:04.111830 [ 5 ] {3c74b676-176b-482b-944a-0871758ac30d} oximeter.fields_u64 (694db3f7-adc1-48c0-aa80-2e45c79f29b4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:04.111963 [ 5 ] {3c74b676-176b-482b-944a-0871758ac30d} executeQuery: Read 1 rows, 72.00 B in 0.001183 sec., 845.30853761623 rows/sec., 59.44 KiB/sec. 2026.04.07 05:26:04.112000 [ 5 ] {3c74b676-176b-482b-944a-0871758ac30d} TCPHandler: Processed in 0.001352676 sec. 2026.04.07 05:26:04.112114 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:04.112205 [ 5 ] {7805a59c-9f09-4fec-aaae-ccf493bc820a} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.07 05:26:04.112242 [ 5 ] {7805a59c-9f09-4fec-aaae-ccf493bc820a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.07 05:26:04.112611 [ 187 ] {77106049-3b56-443c-8974-c866b1324d40::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 4125 rows, containing 5 columns (5 merged, 0 gathered) in 0.001993808 sec., 2068905.33090448 rows/sec., 128.92 MiB/sec. 2026.04.07 05:26:04.112624 [ 5 ] {7805a59c-9f09-4fec-aaae-ccf493bc820a} oximeter.fields_u8 (0286c37b-6235-46e9-9a40-c9bc493e69eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:04.112680 [ 5 ] {7805a59c-9f09-4fec-aaae-ccf493bc820a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.07 05:26:04.112796 [ 188 ] {77106049-3b56-443c-8974-c866b1324d40::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.04.07 05:26:04.113008 [ 5 ] {7805a59c-9f09-4fec-aaae-ccf493bc820a} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.07 05:26:04.113076 [ 188 ] {77106049-3b56-443c-8974-c866b1324d40::all_1_9_2} oximeter.fields_u32 (77106049-3b56-443c-8974-c866b1324d40): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:04.113163 [ 188 ] {77106049-3b56-443c-8974-c866b1324d40::all_1_9_2} oximeter.fields_u32 (77106049-3b56-443c-8974-c866b1324d40) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.04.07 05:26:04.113237 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. 2026.04.07 05:26:04.113267 [ 5 ] {7805a59c-9f09-4fec-aaae-ccf493bc820a} oximeter.fields_u8 (0286c37b-6235-46e9-9a40-c9bc493e69eb): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:04.113358 [ 85 ] {} oximeter.fields_u8 (0286c37b-6235-46e9-9a40-c9bc493e69eb) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.04.07 05:26:04.113381 [ 85 ] {} oximeter.fields_u8 (0286c37b-6235-46e9-9a40-c9bc493e69eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:04.113397 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.07 05:26:04.113401 [ 5 ] {7805a59c-9f09-4fec-aaae-ccf493bc820a} executeQuery: Read 12 rows, 960.00 B in 0.001213 sec., 9892.82769991756 rows/sec., 772.88 KiB/sec. 2026.04.07 05:26:04.113439 [ 5 ] {7805a59c-9f09-4fec-aaae-ccf493bc820a} TCPHandler: Processed in 0.001380266 sec. 2026.04.07 05:26:04.113473 [ 198 ] {0286c37b-6235-46e9-9a40-c9bc493e69eb::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2026.04.07 05:26:04.113545 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:04.113578 [ 198 ] {0286c37b-6235-46e9-9a40-c9bc493e69eb::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:26:04.113609 [ 198 ] {0286c37b-6235-46e9-9a40-c9bc493e69eb::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 12 rows starting from the beginning of the part 2026.04.07 05:26:04.113644 [ 5 ] {2881950d-2596-499a-b5cb-629c8b10cbf5} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:26:04.113661 [ 198 ] {0286c37b-6235-46e9-9a40-c9bc493e69eb::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 12 rows starting from the beginning of the part 2026.04.07 05:26:04.113687 [ 5 ] {2881950d-2596-499a-b5cb-629c8b10cbf5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:26:04.113712 [ 198 ] {0286c37b-6235-46e9-9a40-c9bc493e69eb::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 12 rows starting from the beginning of the part 2026.04.07 05:26:04.113773 [ 198 ] {0286c37b-6235-46e9-9a40-c9bc493e69eb::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 12 rows starting from the beginning of the part 2026.04.07 05:26:04.113813 [ 198 ] {0286c37b-6235-46e9-9a40-c9bc493e69eb::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 12 rows starting from the beginning of the part 2026.04.07 05:26:04.114484 [ 187 ] {0286c37b-6235-46e9-9a40-c9bc493e69eb::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.00104614 sec., 57353.70026956239 rows/sec., 4.59 MiB/sec. 2026.04.07 05:26:04.114513 [ 5 ] {2881950d-2596-499a-b5cb-629c8b10cbf5} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:04.114553 [ 5 ] {2881950d-2596-499a-b5cb-629c8b10cbf5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.07 05:26:04.114616 [ 202 ] {0286c37b-6235-46e9-9a40-c9bc493e69eb::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.04.07 05:26:04.114934 [ 202 ] {0286c37b-6235-46e9-9a40-c9bc493e69eb::all_1_9_2} oximeter.fields_u8 (0286c37b-6235-46e9-9a40-c9bc493e69eb): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:04.114978 [ 5 ] {2881950d-2596-499a-b5cb-629c8b10cbf5} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.04.07 05:26:04.115017 [ 202 ] {0286c37b-6235-46e9-9a40-c9bc493e69eb::all_1_9_2} oximeter.fields_u8 (0286c37b-6235-46e9-9a40-c9bc493e69eb) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.04.07 05:26:04.115101 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.04.07 05:26:04.115209 [ 5 ] {2881950d-2596-499a-b5cb-629c8b10cbf5} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:04.115342 [ 5 ] {2881950d-2596-499a-b5cb-629c8b10cbf5} executeQuery: Read 1384 rows, 96.04 KiB in 0.001716 sec., 806526.8065268064 rows/sec., 54.66 MiB/sec. 2026.04.07 05:26:04.115379 [ 5 ] {2881950d-2596-499a-b5cb-629c8b10cbf5} TCPHandler: Processed in 0.001881686 sec. 2026.04.07 05:26:04.115490 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:04.115582 [ 5 ] {201cb3db-bf1f-46d4-9bb1-3ddfdfd3d261} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:26:04.115623 [ 5 ] {201cb3db-bf1f-46d4-9bb1-3ddfdfd3d261} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:26:04.116271 [ 5 ] {201cb3db-bf1f-46d4-9bb1-3ddfdfd3d261} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:04.116305 [ 5 ] {201cb3db-bf1f-46d4-9bb1-3ddfdfd3d261} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.07 05:26:04.116734 [ 5 ] {201cb3db-bf1f-46d4-9bb1-3ddfdfd3d261} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.04.07 05:26:04.116947 [ 5 ] {201cb3db-bf1f-46d4-9bb1-3ddfdfd3d261} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:04.117073 [ 5 ] {201cb3db-bf1f-46d4-9bb1-3ddfdfd3d261} executeQuery: Read 1604 rows, 101.02 KiB in 0.001509 sec., 1062955.5997349238 rows/sec., 65.38 MiB/sec. 2026.04.07 05:26:04.117109 [ 5 ] {201cb3db-bf1f-46d4-9bb1-3ddfdfd3d261} TCPHandler: Processed in 0.001666791 sec. 2026.04.07 05:26:04.117216 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:04.117308 [ 5 ] {01a2fafc-d3f3-4dbc-a0b2-ce972147f4bf} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.07 05:26:04.117362 [ 5 ] {01a2fafc-d3f3-4dbc-a0b2-ce972147f4bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.07 05:26:04.118180 [ 5 ] {01a2fafc-d3f3-4dbc-a0b2-ce972147f4bf} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:04.118213 [ 5 ] {01a2fafc-d3f3-4dbc-a0b2-ce972147f4bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.07 05:26:04.118840 [ 5 ] {01a2fafc-d3f3-4dbc-a0b2-ce972147f4bf} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.04.07 05:26:04.119062 [ 5 ] {01a2fafc-d3f3-4dbc-a0b2-ce972147f4bf} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:04.119205 [ 5 ] {01a2fafc-d3f3-4dbc-a0b2-ce972147f4bf} executeQuery: Read 53 rows, 97.25 KiB in 0.001914 sec., 27690.700104493208 rows/sec., 49.62 MiB/sec. 2026.04.07 05:26:04.119269 [ 5 ] {01a2fafc-d3f3-4dbc-a0b2-ce972147f4bf} TCPHandler: Processed in 0.00209919 sec. 2026.04.07 05:26:04.119377 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:04.119468 [ 5 ] {51678155-67ed-4494-9c53-0a89cfc70235} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:26:04.119508 [ 5 ] {51678155-67ed-4494-9c53-0a89cfc70235} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:26:04.119835 [ 5 ] {51678155-67ed-4494-9c53-0a89cfc70235} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:04.119868 [ 5 ] {51678155-67ed-4494-9c53-0a89cfc70235} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.07 05:26:04.120168 [ 5 ] {51678155-67ed-4494-9c53-0a89cfc70235} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.04.07 05:26:04.120375 [ 5 ] {51678155-67ed-4494-9c53-0a89cfc70235} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:04.120497 [ 5 ] {51678155-67ed-4494-9c53-0a89cfc70235} executeQuery: Read 36 rows, 2.48 KiB in 0.001047 sec., 34383.95415472779 rows/sec., 2.32 MiB/sec. 2026.04.07 05:26:04.120625 [ 5 ] {51678155-67ed-4494-9c53-0a89cfc70235} TCPHandler: Processed in 0.001295724 sec. 2026.04.07 05:26:05.747253 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 16772 2026.04.07 05:26:05.748016 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:05.748086 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.07 05:26:05.748687 [ 244 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.04.07 05:26:05.748926 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:05.749056 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16772 2026.04.07 05:26:06.138021 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:06.138222 [ 5 ] {3df6dd62-eec1-48b9-b0a6-8b5f22ea0776} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:26:06.138296 [ 5 ] {3df6dd62-eec1-48b9-b0a6-8b5f22ea0776} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:26:06.139082 [ 5 ] {3df6dd62-eec1-48b9-b0a6-8b5f22ea0776} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:06.139124 [ 5 ] {3df6dd62-eec1-48b9-b0a6-8b5f22ea0776} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.07 05:26:06.139541 [ 5 ] {3df6dd62-eec1-48b9-b0a6-8b5f22ea0776} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.04.07 05:26:06.139774 [ 5 ] {3df6dd62-eec1-48b9-b0a6-8b5f22ea0776} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:06.139942 [ 5 ] {3df6dd62-eec1-48b9-b0a6-8b5f22ea0776} executeQuery: Read 56 rows, 4.41 KiB in 0.001771 sec., 31620.553359683796 rows/sec., 2.43 MiB/sec. 2026.04.07 05:26:06.140006 [ 5 ] {3df6dd62-eec1-48b9-b0a6-8b5f22ea0776} TCPHandler: Processed in 0.00212288 sec. 2026.04.07 05:26:06.140163 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:06.140270 [ 5 ] {12d8de8c-b598-428b-84a3-64182d57d1c1} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:26:06.140313 [ 5 ] {12d8de8c-b598-428b-84a3-64182d57d1c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:26:06.140790 [ 5 ] {12d8de8c-b598-428b-84a3-64182d57d1c1} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:06.140825 [ 5 ] {12d8de8c-b598-428b-84a3-64182d57d1c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.07 05:26:06.141175 [ 5 ] {12d8de8c-b598-428b-84a3-64182d57d1c1} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.04.07 05:26:06.141393 [ 5 ] {12d8de8c-b598-428b-84a3-64182d57d1c1} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:06.141525 [ 5 ] {12d8de8c-b598-428b-84a3-64182d57d1c1} executeQuery: Read 64 rows, 5.12 KiB in 0.001279 sec., 50039.093041438624 rows/sec., 3.91 MiB/sec. 2026.04.07 05:26:06.141564 [ 5 ] {12d8de8c-b598-428b-84a3-64182d57d1c1} TCPHandler: Processed in 0.001462358 sec. 2026.04.07 05:26:06.141709 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:06.141807 [ 5 ] {dec0a747-d711-428a-9551-9318ffc1a707} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:26:06.141851 [ 5 ] {dec0a747-d711-428a-9551-9318ffc1a707} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:26:06.142235 [ 5 ] {dec0a747-d711-428a-9551-9318ffc1a707} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:06.142268 [ 5 ] {dec0a747-d711-428a-9551-9318ffc1a707} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.07 05:26:06.142664 [ 5 ] {dec0a747-d711-428a-9551-9318ffc1a707} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.04.07 05:26:06.142882 [ 5 ] {dec0a747-d711-428a-9551-9318ffc1a707} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:06.143009 [ 5 ] {dec0a747-d711-428a-9551-9318ffc1a707} executeQuery: Read 64 rows, 4.56 KiB in 0.001223 sec., 52330.335241210145 rows/sec., 3.64 MiB/sec. 2026.04.07 05:26:06.143047 [ 5 ] {dec0a747-d711-428a-9551-9318ffc1a707} TCPHandler: Processed in 0.001390566 sec. 2026.04.07 05:26:06.143168 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:06.143264 [ 5 ] {318d8db2-14d9-44da-b112-18978c0e50b3} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:26:06.143306 [ 5 ] {318d8db2-14d9-44da-b112-18978c0e50b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:26:06.143639 [ 5 ] {318d8db2-14d9-44da-b112-18978c0e50b3} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:06.143673 [ 5 ] {318d8db2-14d9-44da-b112-18978c0e50b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.07 05:26:06.143978 [ 5 ] {318d8db2-14d9-44da-b112-18978c0e50b3} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.04.07 05:26:06.144189 [ 5 ] {318d8db2-14d9-44da-b112-18978c0e50b3} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:06.144320 [ 5 ] {318d8db2-14d9-44da-b112-18978c0e50b3} executeQuery: Read 24 rows, 1.66 KiB in 0.001074 sec., 22346.368715083798 rows/sec., 1.51 MiB/sec. 2026.04.07 05:26:06.144356 [ 5 ] {318d8db2-14d9-44da-b112-18978c0e50b3} TCPHandler: Processed in 0.001237893 sec. 2026.04.07 05:26:06.682615 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264 2026.04.07 05:26:06.700105 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:06.700166 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.07 05:26:06.706260 [ 243 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.04.07 05:26:06.706954 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:06.709812 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 264 2026.04.07 05:26:11.142001 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:11.142194 [ 5 ] {6a72b8d6-d16d-4f8d-bd7e-12cf7bd1a5c2} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:26:11.142259 [ 5 ] {6a72b8d6-d16d-4f8d-bd7e-12cf7bd1a5c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:26:11.142923 [ 5 ] {6a72b8d6-d16d-4f8d-bd7e-12cf7bd1a5c2} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:11.142964 [ 5 ] {6a72b8d6-d16d-4f8d-bd7e-12cf7bd1a5c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.07 05:26:11.143361 [ 5 ] {6a72b8d6-d16d-4f8d-bd7e-12cf7bd1a5c2} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.04.07 05:26:11.143621 [ 5 ] {6a72b8d6-d16d-4f8d-bd7e-12cf7bd1a5c2} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:11.143783 [ 5 ] {6a72b8d6-d16d-4f8d-bd7e-12cf7bd1a5c2} executeQuery: Read 56 rows, 4.41 KiB in 0.001639 sec., 34167.17510677242 rows/sec., 2.62 MiB/sec. 2026.04.07 05:26:11.143834 [ 5 ] {6a72b8d6-d16d-4f8d-bd7e-12cf7bd1a5c2} TCPHandler: Processed in 0.001961327 sec. 2026.04.07 05:26:11.143964 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:11.144068 [ 5 ] {8acb116f-e065-40ad-babd-11eb8ed32db3} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:26:11.144111 [ 5 ] {8acb116f-e065-40ad-babd-11eb8ed32db3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:26:11.144554 [ 5 ] {8acb116f-e065-40ad-babd-11eb8ed32db3} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:11.144589 [ 5 ] {8acb116f-e065-40ad-babd-11eb8ed32db3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.07 05:26:11.144915 [ 5 ] {8acb116f-e065-40ad-babd-11eb8ed32db3} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.04.07 05:26:11.145134 [ 5 ] {8acb116f-e065-40ad-babd-11eb8ed32db3} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:11.145269 [ 5 ] {8acb116f-e065-40ad-babd-11eb8ed32db3} executeQuery: Read 64 rows, 5.12 KiB in 0.001226 sec., 52202.28384991843 rows/sec., 4.07 MiB/sec. 2026.04.07 05:26:11.145307 [ 5 ] {8acb116f-e065-40ad-babd-11eb8ed32db3} TCPHandler: Processed in 0.001391607 sec. 2026.04.07 05:26:11.145429 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:11.145523 [ 5 ] {1469e2f5-237d-4592-8454-84baf0767689} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:26:11.145566 [ 5 ] {1469e2f5-237d-4592-8454-84baf0767689} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:26:11.145981 [ 5 ] {1469e2f5-237d-4592-8454-84baf0767689} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:11.146014 [ 5 ] {1469e2f5-237d-4592-8454-84baf0767689} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.07 05:26:11.146343 [ 5 ] {1469e2f5-237d-4592-8454-84baf0767689} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.04.07 05:26:11.146554 [ 5 ] {1469e2f5-237d-4592-8454-84baf0767689} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:11.146681 [ 5 ] {1469e2f5-237d-4592-8454-84baf0767689} executeQuery: Read 160 rows, 11.41 KiB in 0.001178 sec., 135823.42954159592 rows/sec., 9.46 MiB/sec. 2026.04.07 05:26:11.146717 [ 5 ] {1469e2f5-237d-4592-8454-84baf0767689} TCPHandler: Processed in 0.001336075 sec. 2026.04.07 05:26:11.146834 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:11.146926 [ 5 ] {67a55321-bfe1-4b73-8fc7-d26ba159508b} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:26:11.146968 [ 5 ] {67a55321-bfe1-4b73-8fc7-d26ba159508b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:26:11.147324 [ 5 ] {67a55321-bfe1-4b73-8fc7-d26ba159508b} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:11.147358 [ 5 ] {67a55321-bfe1-4b73-8fc7-d26ba159508b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.07 05:26:11.147658 [ 5 ] {67a55321-bfe1-4b73-8fc7-d26ba159508b} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.04.07 05:26:11.147869 [ 5 ] {67a55321-bfe1-4b73-8fc7-d26ba159508b} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:11.147997 [ 5 ] {67a55321-bfe1-4b73-8fc7-d26ba159508b} executeQuery: Read 60 rows, 4.14 KiB in 0.001089 sec., 55096.418732782375 rows/sec., 3.71 MiB/sec. 2026.04.07 05:26:11.148033 [ 5 ] {67a55321-bfe1-4b73-8fc7-d26ba159508b} TCPHandler: Processed in 0.001246044 sec. 2026.04.07 05:26:13.075266 [ 25 ] {} DNSResolver: Updating DNS cache 2026.04.07 05:26:13.075347 [ 25 ] {} DNSResolver: Updated DNS cache 2026.04.07 05:26:13.249229 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 17284 2026.04.07 05:26:13.249903 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:13.249958 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.07 05:26:13.250589 [ 244 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.04.07 05:26:13.250894 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:13.251048 [ 25 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.04.07 05:26:13.251056 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17284 2026.04.07 05:26:13.251127 [ 25 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:13.251156 [ 25 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.07 05:26:13.251299 [ 198 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.04.07 05:26:13.251473 [ 198 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:26:13.251518 [ 198 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14852 rows starting from the beginning of the part 2026.04.07 05:26:13.251601 [ 198 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 512 rows starting from the beginning of the part 2026.04.07 05:26:13.251652 [ 198 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 448 rows starting from the beginning of the part 2026.04.07 05:26:13.251694 [ 198 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 512 rows starting from the beginning of the part 2026.04.07 05:26:13.251732 [ 198 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 448 rows starting from the beginning of the part 2026.04.07 05:26:13.251774 [ 198 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 512 rows starting from the beginning of the part 2026.04.07 05:26:13.253819 [ 187 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 17284 rows, containing 4 columns (4 merged, 0 gathered) in 0.002582159 sec., 6693623.4368216675 rows/sec., 95.75 MiB/sec. 2026.04.07 05:26:13.253992 [ 197 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.04.07 05:26:13.254316 [ 197 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_36_7} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:13.254394 [ 197 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_36_7} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.04.07 05:26:13.254504 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.50 MiB. 2026.04.07 05:26:13.284289 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 838 2026.04.07 05:26:13.286799 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:13.286850 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.04.07 05:26:13.288065 [ 242 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.04.07 05:26:13.288375 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:13.288755 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 838 2026.04.07 05:26:14.209972 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 2026.04.07 05:26:14.226753 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:14.226802 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.07 05:26:14.232548 [ 243 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.04.07 05:26:14.233249 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:14.233573 [ 11 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.04.07 05:26:14.233683 [ 11 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:14.233726 [ 11 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.07 05:26:14.233883 [ 198 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.04.07 05:26:14.236113 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 272 2026.04.07 05:26:14.237913 [ 198 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:26:14.239374 [ 198 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 234 rows starting from the beginning of the part 2026.04.07 05:26:14.243960 [ 198 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 7 rows starting from the beginning of the part 2026.04.07 05:26:14.248566 [ 198 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 8 rows starting from the beginning of the part 2026.04.07 05:26:14.253022 [ 198 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 8 rows starting from the beginning of the part 2026.04.07 05:26:14.257219 [ 198 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 7 rows starting from the beginning of the part 2026.04.07 05:26:14.260936 [ 198 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 8 rows starting from the beginning of the part 2026.04.07 05:26:14.317591 [ 193 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.083761131 sec., 3247.3295996922484 rows/sec., 16.79 MiB/sec. 2026.04.07 05:26:14.320191 [ 194 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.04.07 05:26:14.322049 [ 194 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_36_7} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:14.322157 [ 194 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_36_7} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.04.07 05:26:14.324141 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB. 2026.04.07 05:26:15.000195 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 284.31 MiB, peak 296.19 MiB, free memory in arenas 0.00 B, will set to 287.41 MiB (RSS), difference: 3.10 MiB 2026.04.07 05:26:15.305863 [ 13 ] {} oximeter.fields_u64 (694db3f7-adc1-48c0-aa80-2e45c79f29b4) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.04.07 05:26:15.305926 [ 13 ] {} oximeter.fields_u64 (694db3f7-adc1-48c0-aa80-2e45c79f29b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:15.305947 [ 13 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.07 05:26:15.306075 [ 190 ] {694db3f7-adc1-48c0-aa80-2e45c79f29b4::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.04.07 05:26:15.306217 [ 190 ] {694db3f7-adc1-48c0-aa80-2e45c79f29b4::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:26:15.306251 [ 190 ] {694db3f7-adc1-48c0-aa80-2e45c79f29b4::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part 2026.04.07 05:26:15.306318 [ 190 ] {694db3f7-adc1-48c0-aa80-2e45c79f29b4::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part 2026.04.07 05:26:15.306366 [ 190 ] {694db3f7-adc1-48c0-aa80-2e45c79f29b4::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part 2026.04.07 05:26:15.306408 [ 190 ] {694db3f7-adc1-48c0-aa80-2e45c79f29b4::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part 2026.04.07 05:26:15.306459 [ 190 ] {694db3f7-adc1-48c0-aa80-2e45c79f29b4::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part 2026.04.07 05:26:15.307223 [ 192 ] {694db3f7-adc1-48c0-aa80-2e45c79f29b4::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 6 rows, containing 5 columns (5 merged, 0 gathered) in 0.001205933 sec., 4975.400789264412 rows/sec., 369.27 KiB/sec. 2026.04.07 05:26:15.307367 [ 186 ] {694db3f7-adc1-48c0-aa80-2e45c79f29b4::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.04.07 05:26:15.307656 [ 186 ] {694db3f7-adc1-48c0-aa80-2e45c79f29b4::all_1_5_1} oximeter.fields_u64 (694db3f7-adc1-48c0-aa80-2e45c79f29b4): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:15.307725 [ 186 ] {694db3f7-adc1-48c0-aa80-2e45c79f29b4::all_1_5_1} oximeter.fields_u64 (694db3f7-adc1-48c0-aa80-2e45c79f29b4) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.04.07 05:26:15.307801 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.04.07 05:26:16.146914 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:16.147109 [ 5 ] {418c2720-b8d7-4207-862c-ddbdcfa759e4} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:26:16.147179 [ 5 ] {418c2720-b8d7-4207-862c-ddbdcfa759e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:26:16.147927 [ 5 ] {418c2720-b8d7-4207-862c-ddbdcfa759e4} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:16.147982 [ 5 ] {418c2720-b8d7-4207-862c-ddbdcfa759e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.07 05:26:16.148421 [ 5 ] {418c2720-b8d7-4207-862c-ddbdcfa759e4} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.04.07 05:26:16.148661 [ 5 ] {418c2720-b8d7-4207-862c-ddbdcfa759e4} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:16.148822 [ 58 ] {} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.04.07 05:26:16.148832 [ 5 ] {418c2720-b8d7-4207-862c-ddbdcfa759e4} executeQuery: Read 140 rows, 12.49 KiB in 0.001775 sec., 78873.23943661971 rows/sec., 6.87 MiB/sec. 2026.04.07 05:26:16.148898 [ 58 ] {} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:16.148926 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.07 05:26:16.148926 [ 5 ] {418c2720-b8d7-4207-862c-ddbdcfa759e4} TCPHandler: Processed in 0.002148071 sec. 2026.04.07 05:26:16.149029 [ 190 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.04.07 05:26:16.149081 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:16.149151 [ 190 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:26:16.149189 [ 190 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2620 rows starting from the beginning of the part 2026.04.07 05:26:16.149192 [ 5 ] {ddba69cb-d05e-4135-b725-708f5e09aec3} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.07 05:26:16.149247 [ 5 ] {ddba69cb-d05e-4135-b725-708f5e09aec3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.07 05:26:16.149256 [ 190 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 56 rows starting from the beginning of the part 2026.04.07 05:26:16.149306 [ 190 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 2617 rows starting from the beginning of the part 2026.04.07 05:26:16.149358 [ 190 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 56 rows starting from the beginning of the part 2026.04.07 05:26:16.149396 [ 190 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 56 rows starting from the beginning of the part 2026.04.07 05:26:16.149440 [ 190 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 140 rows starting from the beginning of the part 2026.04.07 05:26:16.149685 [ 5 ] {ddba69cb-d05e-4135-b725-708f5e09aec3} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:16.149729 [ 5 ] {ddba69cb-d05e-4135-b725-708f5e09aec3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.07 05:26:16.150092 [ 5 ] {ddba69cb-d05e-4135-b725-708f5e09aec3} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.04.07 05:26:16.150316 [ 5 ] {ddba69cb-d05e-4135-b725-708f5e09aec3} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:16.150455 [ 5 ] {ddba69cb-d05e-4135-b725-708f5e09aec3} executeQuery: Read 42 rows, 3.16 KiB in 0.001289 sec., 32583.397982932507 rows/sec., 2.39 MiB/sec. 2026.04.07 05:26:16.150496 [ 5 ] {ddba69cb-d05e-4135-b725-708f5e09aec3} TCPHandler: Processed in 0.001468637 sec. 2026.04.07 05:26:16.150612 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:16.150710 [ 5 ] {b51a521c-c76a-462d-a000-6e2a7d276d18} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:26:16.150751 [ 5 ] {b51a521c-c76a-462d-a000-6e2a7d276d18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:26:16.151210 [ 5 ] {b51a521c-c76a-462d-a000-6e2a7d276d18} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:16.151246 [ 5 ] {b51a521c-c76a-462d-a000-6e2a7d276d18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.07 05:26:16.151426 [ 186 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 5545 rows, containing 5 columns (5 merged, 0 gathered) in 0.002440236 sec., 2272321.2017198335 rows/sec., 180.58 MiB/sec. 2026.04.07 05:26:16.151568 [ 5 ] {b51a521c-c76a-462d-a000-6e2a7d276d18} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.04.07 05:26:16.151757 [ 192 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.04.07 05:26:16.151827 [ 5 ] {b51a521c-c76a-462d-a000-6e2a7d276d18} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:16.151946 [ 58 ] {} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.04.07 05:26:16.151971 [ 5 ] {b51a521c-c76a-462d-a000-6e2a7d276d18} executeQuery: Read 106 rows, 8.48 KiB in 0.001281 sec., 82747.85323965651 rows/sec., 6.46 MiB/sec. 2026.04.07 05:26:16.151986 [ 58 ] {} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:16.152018 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.07 05:26:16.152020 [ 5 ] {b51a521c-c76a-462d-a000-6e2a7d276d18} TCPHandler: Processed in 0.001459407 sec. 2026.04.07 05:26:16.152110 [ 189 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.04.07 05:26:16.152122 [ 192 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_56_11} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:16.152155 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:16.152221 [ 189 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:26:16.152238 [ 192 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_56_11} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.04.07 05:26:16.152255 [ 5 ] {3a2751dc-97fe-4e17-b339-04eb0f26c886} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:26:16.152256 [ 189 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1404 rows starting from the beginning of the part 2026.04.07 05:26:16.152305 [ 5 ] {3a2751dc-97fe-4e17-b339-04eb0f26c886} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:26:16.152347 [ 189 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 64 rows starting from the beginning of the part 2026.04.07 05:26:16.152374 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. 2026.04.07 05:26:16.152400 [ 189 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 1384 rows starting from the beginning of the part 2026.04.07 05:26:16.152455 [ 189 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 64 rows starting from the beginning of the part 2026.04.07 05:26:16.152501 [ 189 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 64 rows starting from the beginning of the part 2026.04.07 05:26:16.152547 [ 189 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 106 rows starting from the beginning of the part 2026.04.07 05:26:16.152729 [ 5 ] {3a2751dc-97fe-4e17-b339-04eb0f26c886} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:16.152764 [ 5 ] {3a2751dc-97fe-4e17-b339-04eb0f26c886} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.07 05:26:16.153114 [ 5 ] {3a2751dc-97fe-4e17-b339-04eb0f26c886} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.04.07 05:26:16.153333 [ 5 ] {3a2751dc-97fe-4e17-b339-04eb0f26c886} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:16.153486 [ 58 ] {} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.04.07 05:26:16.153520 [ 58 ] {} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:16.153525 [ 5 ] {3a2751dc-97fe-4e17-b339-04eb0f26c886} executeQuery: Read 160 rows, 11.41 KiB in 0.001288 sec., 124223.60248447204 rows/sec., 8.65 MiB/sec. 2026.04.07 05:26:16.153538 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.07 05:26:16.153593 [ 5 ] {3a2751dc-97fe-4e17-b339-04eb0f26c886} TCPHandler: Processed in 0.001486928 sec. 2026.04.07 05:26:16.153630 [ 186 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.04.07 05:26:16.153734 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:16.153736 [ 186 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:26:16.153795 [ 186 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_56_11} MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 17431 rows starting from the beginning of the part 2026.04.07 05:26:16.153849 [ 5 ] {1b15ed33-ad1a-49b5-a39a-36b3b4210a61} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.07 05:26:16.153855 [ 186 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 160 rows starting from the beginning of the part 2026.04.07 05:26:16.153867 [ 196 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 3086 rows, containing 5 columns (5 merged, 0 gathered) in 0.001798464 sec., 1715908.6865236112 rows/sec., 124.66 MiB/sec. 2026.04.07 05:26:16.153913 [ 5 ] {1b15ed33-ad1a-49b5-a39a-36b3b4210a61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.07 05:26:16.153922 [ 186 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 1604 rows starting from the beginning of the part 2026.04.07 05:26:16.153979 [ 186 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 64 rows starting from the beginning of the part 2026.04.07 05:26:16.154027 [ 186 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 160 rows starting from the beginning of the part 2026.04.07 05:26:16.154072 [ 186 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 160 rows starting from the beginning of the part 2026.04.07 05:26:16.154089 [ 192 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.04.07 05:26:16.154393 [ 192 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_56_11} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:16.154476 [ 192 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_56_11} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.04.07 05:26:16.154577 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. 2026.04.07 05:26:16.154834 [ 5 ] {1b15ed33-ad1a-49b5-a39a-36b3b4210a61} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:16.154876 [ 5 ] {1b15ed33-ad1a-49b5-a39a-36b3b4210a61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.07 05:26:16.155543 [ 5 ] {1b15ed33-ad1a-49b5-a39a-36b3b4210a61} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.04.07 05:26:16.155969 [ 5 ] {1b15ed33-ad1a-49b5-a39a-36b3b4210a61} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:16.156106 [ 58 ] {} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.04.07 05:26:16.156136 [ 5 ] {1b15ed33-ad1a-49b5-a39a-36b3b4210a61} executeQuery: Read 42 rows, 77.07 KiB in 0.002306 sec., 18213.35646140503 rows/sec., 32.64 MiB/sec. 2026.04.07 05:26:16.156146 [ 58 ] {} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:16.156188 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.07 05:26:16.156223 [ 5 ] {1b15ed33-ad1a-49b5-a39a-36b3b4210a61} TCPHandler: Processed in 0.002552018 sec. 2026.04.07 05:26:16.156277 [ 196 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.04.07 05:26:16.156355 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:16.156460 [ 5 ] {b181c77e-fd96-491e-95ef-f827027dba3c} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:26:16.156490 [ 196 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:26:16.156503 [ 5 ] {b181c77e-fd96-491e-95ef-f827027dba3c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:26:16.156555 [ 196 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 849 rows starting from the beginning of the part 2026.04.07 05:26:16.156685 [ 196 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 53 rows starting from the beginning of the part 2026.04.07 05:26:16.156785 [ 196 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 42 rows starting from the beginning of the part 2026.04.07 05:26:16.156883 [ 5 ] {b181c77e-fd96-491e-95ef-f827027dba3c} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:16.156885 [ 196 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 42 rows starting from the beginning of the part 2026.04.07 05:26:16.156927 [ 5 ] {b181c77e-fd96-491e-95ef-f827027dba3c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.07 05:26:16.157018 [ 196 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 53 rows starting from the beginning of the part 2026.04.07 05:26:16.157130 [ 196 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 42 rows starting from the beginning of the part 2026.04.07 05:26:16.157283 [ 5 ] {b181c77e-fd96-491e-95ef-f827027dba3c} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.04.07 05:26:16.157525 [ 5 ] {b181c77e-fd96-491e-95ef-f827027dba3c} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:16.157652 [ 58 ] {} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.04.07 05:26:16.157670 [ 5 ] {b181c77e-fd96-491e-95ef-f827027dba3c} executeQuery: Read 60 rows, 4.14 KiB in 0.001231 sec., 48740.86108854589 rows/sec., 3.28 MiB/sec. 2026.04.07 05:26:16.157686 [ 58 ] {} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:16.157712 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.07 05:26:16.157715 [ 5 ] {b181c77e-fd96-491e-95ef-f827027dba3c} TCPHandler: Processed in 0.001411317 sec. 2026.04.07 05:26:16.157796 [ 200 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.04.07 05:26:16.157904 [ 200 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:26:16.157936 [ 200 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2766 rows starting from the beginning of the part 2026.04.07 05:26:16.157993 [ 200 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 60 rows starting from the beginning of the part 2026.04.07 05:26:16.158041 [ 200 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 36 rows starting from the beginning of the part 2026.04.07 05:26:16.158086 [ 200 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 24 rows starting from the beginning of the part 2026.04.07 05:26:16.158126 [ 200 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 60 rows starting from the beginning of the part 2026.04.07 05:26:16.158166 [ 200 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 60 rows starting from the beginning of the part 2026.04.07 05:26:16.159761 [ 195 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 3006 rows, containing 4 columns (4 merged, 0 gathered) in 0.001996608 sec., 1505553.4185979422 rows/sec., 101.55 MiB/sec. 2026.04.07 05:26:16.160240 [ 191 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.04.07 05:26:16.160602 [ 191 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_56_11} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:16.160698 [ 191 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_56_11} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.04.07 05:26:16.160820 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. 2026.04.07 05:26:16.161459 [ 186 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 19579 rows, containing 5 columns (5 merged, 0 gathered) in 0.007860748 sec., 2490729.8898272784 rows/sec., 163.81 MiB/sec. 2026.04.07 05:26:16.161803 [ 195 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.04.07 05:26:16.162071 [ 195 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_56_11} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:16.162146 [ 195 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_56_11} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.04.07 05:26:16.162232 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.29 MiB. 2026.04.07 05:26:16.164907 [ 191 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1081 rows, containing 19 columns (19 merged, 0 gathered) in 0.008667383 sec., 124720.46060500614 rows/sec., 223.49 MiB/sec. 2026.04.07 05:26:16.166622 [ 195 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.04.07 05:26:16.166951 [ 195 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_26_5} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:16.167027 [ 195 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_26_5} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.04.07 05:26:16.167142 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.50 MiB. 2026.04.07 05:26:17.000179 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 287.99 MiB, peak 301.22 MiB, free memory in arenas 0.00 B, will set to 294.71 MiB (RSS), difference: 6.72 MiB 2026.04.07 05:26:17.506881 [ 56 ] {} oximeter.fields_ipaddr (825a423c-b132-44a1-9146-cfb597c4352e) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.04.07 05:26:17.506976 [ 56 ] {} oximeter.fields_ipaddr (825a423c-b132-44a1-9146-cfb597c4352e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:17.507016 [ 56 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.07 05:26:17.507219 [ 186 ] {825a423c-b132-44a1-9146-cfb597c4352e::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2026.04.07 05:26:17.507445 [ 186 ] {825a423c-b132-44a1-9146-cfb597c4352e::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:26:17.507504 [ 186 ] {825a423c-b132-44a1-9146-cfb597c4352e::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 18 rows starting from the beginning of the part 2026.04.07 05:26:17.507612 [ 186 ] {825a423c-b132-44a1-9146-cfb597c4352e::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part 2026.04.07 05:26:17.507690 [ 186 ] {825a423c-b132-44a1-9146-cfb597c4352e::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 16 rows starting from the beginning of the part 2026.04.07 05:26:17.507774 [ 186 ] {825a423c-b132-44a1-9146-cfb597c4352e::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part 2026.04.07 05:26:17.507847 [ 186 ] {825a423c-b132-44a1-9146-cfb597c4352e::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 16 rows starting from the beginning of the part 2026.04.07 05:26:17.508633 [ 191 ] {825a423c-b132-44a1-9146-cfb597c4352e::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 5 columns (5 merged, 0 gathered) in 0.001494408 sec., 36134.7101996242 rows/sec., 3.02 MiB/sec. 2026.04.07 05:26:17.508830 [ 188 ] {825a423c-b132-44a1-9146-cfb597c4352e::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.04.07 05:26:17.509125 [ 188 ] {825a423c-b132-44a1-9146-cfb597c4352e::all_1_9_2} oximeter.fields_ipaddr (825a423c-b132-44a1-9146-cfb597c4352e): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:17.509200 [ 188 ] {825a423c-b132-44a1-9146-cfb597c4352e::all_1_9_2} oximeter.fields_ipaddr (825a423c-b132-44a1-9146-cfb597c4352e) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.04.07 05:26:17.509303 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.04.07 05:26:20.751205 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 17732 2026.04.07 05:26:20.751773 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:20.751812 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.07 05:26:20.752348 [ 244 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.04.07 05:26:20.752569 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:20.752692 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17732 2026.04.07 05:26:21.142517 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:21.142721 [ 5 ] {ba72ca7a-e250-41bb-9471-23896e7efcc0} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.07 05:26:21.142800 [ 5 ] {ba72ca7a-e250-41bb-9471-23896e7efcc0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.07 05:26:21.143528 [ 5 ] {ba72ca7a-e250-41bb-9471-23896e7efcc0} oximeter.fields_ipaddr (825a423c-b132-44a1-9146-cfb597c4352e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:21.143578 [ 5 ] {ba72ca7a-e250-41bb-9471-23896e7efcc0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.07 05:26:21.143965 [ 5 ] {ba72ca7a-e250-41bb-9471-23896e7efcc0} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.07 05:26:21.144197 [ 5 ] {ba72ca7a-e250-41bb-9471-23896e7efcc0} oximeter.fields_ipaddr (825a423c-b132-44a1-9146-cfb597c4352e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:21.144362 [ 5 ] {ba72ca7a-e250-41bb-9471-23896e7efcc0} executeQuery: Read 2 rows, 167.00 B in 0.001695 sec., 1179.9410029498526 rows/sec., 96.22 KiB/sec. 2026.04.07 05:26:21.144413 [ 5 ] {ba72ca7a-e250-41bb-9471-23896e7efcc0} TCPHandler: Processed in 0.002038659 sec. 2026.04.07 05:26:21.144542 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:21.144654 [ 5 ] {80afb5a2-ab3b-4ac4-bfce-4427a499bee6} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:26:21.144697 [ 5 ] {80afb5a2-ab3b-4ac4-bfce-4427a499bee6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:26:21.145220 [ 5 ] {80afb5a2-ab3b-4ac4-bfce-4427a499bee6} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:21.145259 [ 5 ] {80afb5a2-ab3b-4ac4-bfce-4427a499bee6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.07 05:26:21.145578 [ 5 ] {80afb5a2-ab3b-4ac4-bfce-4427a499bee6} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.04.07 05:26:21.145797 [ 5 ] {80afb5a2-ab3b-4ac4-bfce-4427a499bee6} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:21.145933 [ 5 ] {80afb5a2-ab3b-4ac4-bfce-4427a499bee6} executeQuery: Read 57 rows, 4.48 KiB in 0.001303 sec., 43745.20337682272 rows/sec., 3.36 MiB/sec. 2026.04.07 05:26:21.145972 [ 5 ] {80afb5a2-ab3b-4ac4-bfce-4427a499bee6} TCPHandler: Processed in 0.001483618 sec. 2026.04.07 05:26:21.146095 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:21.146201 [ 5 ] {3a7e4c6e-3913-40fc-a842-4ce05449e528} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.07 05:26:21.146243 [ 5 ] {3a7e4c6e-3913-40fc-a842-4ce05449e528} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.07 05:26:21.146717 [ 5 ] {3a7e4c6e-3913-40fc-a842-4ce05449e528} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:21.146756 [ 5 ] {3a7e4c6e-3913-40fc-a842-4ce05449e528} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.07 05:26:21.147049 [ 5 ] {3a7e4c6e-3913-40fc-a842-4ce05449e528} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.04.07 05:26:21.147249 [ 5 ] {3a7e4c6e-3913-40fc-a842-4ce05449e528} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:21.147381 [ 5 ] {3a7e4c6e-3913-40fc-a842-4ce05449e528} executeQuery: Read 2 rows, 143.00 B in 0.001199 sec., 1668.0567139282737 rows/sec., 116.47 KiB/sec. 2026.04.07 05:26:21.147384 [ 60 ] {} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.04.07 05:26:21.147420 [ 5 ] {3a7e4c6e-3913-40fc-a842-4ce05449e528} TCPHandler: Processed in 0.001375145 sec. 2026.04.07 05:26:21.147450 [ 60 ] {} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:21.147476 [ 60 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.07 05:26:21.147551 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:21.147612 [ 186 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.04.07 05:26:21.147651 [ 5 ] {5863cc8a-cc89-4896-ba21-2f23aa112bcd} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:26:21.147700 [ 5 ] {5863cc8a-cc89-4896-ba21-2f23aa112bcd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:26:21.147776 [ 186 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:26:21.147819 [ 186 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 83 rows starting from the beginning of the part 2026.04.07 05:26:21.147905 [ 186 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 42 rows starting from the beginning of the part 2026.04.07 05:26:21.147948 [ 186 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 42 rows starting from the beginning of the part 2026.04.07 05:26:21.147994 [ 186 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 81 rows starting from the beginning of the part 2026.04.07 05:26:21.148036 [ 186 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 42 rows starting from the beginning of the part 2026.04.07 05:26:21.148076 [ 186 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 2 rows starting from the beginning of the part 2026.04.07 05:26:21.148152 [ 5 ] {5863cc8a-cc89-4896-ba21-2f23aa112bcd} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:21.148195 [ 5 ] {5863cc8a-cc89-4896-ba21-2f23aa112bcd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.07 05:26:21.148542 [ 5 ] {5863cc8a-cc89-4896-ba21-2f23aa112bcd} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.04.07 05:26:21.148770 [ 5 ] {5863cc8a-cc89-4896-ba21-2f23aa112bcd} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:21.148907 [ 5 ] {5863cc8a-cc89-4896-ba21-2f23aa112bcd} executeQuery: Read 66 rows, 5.28 KiB in 0.001274 sec., 51805.33751962324 rows/sec., 4.05 MiB/sec. 2026.04.07 05:26:21.148945 [ 5 ] {5863cc8a-cc89-4896-ba21-2f23aa112bcd} TCPHandler: Processed in 0.001444937 sec. 2026.04.07 05:26:21.148988 [ 188 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 292 rows, containing 5 columns (5 merged, 0 gathered) in 0.001445887 sec., 201952.15808704274 rows/sec., 15.55 MiB/sec. 2026.04.07 05:26:21.149061 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:21.149162 [ 5 ] {14dd7757-5da2-4606-8c1b-08b005f4f880} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:26:21.149167 [ 199 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.04.07 05:26:21.149207 [ 5 ] {14dd7757-5da2-4606-8c1b-08b005f4f880} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:26:21.149475 [ 199 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_31_6} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:21.149565 [ 199 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_31_6} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.04.07 05:26:21.149644 [ 5 ] {14dd7757-5da2-4606-8c1b-08b005f4f880} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:21.149663 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.04.07 05:26:21.149689 [ 5 ] {14dd7757-5da2-4606-8c1b-08b005f4f880} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.07 05:26:21.150037 [ 5 ] {14dd7757-5da2-4606-8c1b-08b005f4f880} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.04.07 05:26:21.150257 [ 5 ] {14dd7757-5da2-4606-8c1b-08b005f4f880} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:21.150391 [ 5 ] {14dd7757-5da2-4606-8c1b-08b005f4f880} executeQuery: Read 161 rows, 11.48 KiB in 0.001248 sec., 129006.41025641026 rows/sec., 8.98 MiB/sec. 2026.04.07 05:26:21.150428 [ 5 ] {14dd7757-5da2-4606-8c1b-08b005f4f880} TCPHandler: Processed in 0.001416547 sec. 2026.04.07 05:26:21.150541 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:21.150636 [ 5 ] {5b8acfb5-220a-499c-8803-e8dbd648adf7} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:26:21.150678 [ 5 ] {5b8acfb5-220a-499c-8803-e8dbd648adf7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:26:21.151041 [ 5 ] {5b8acfb5-220a-499c-8803-e8dbd648adf7} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:21.151077 [ 5 ] {5b8acfb5-220a-499c-8803-e8dbd648adf7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.07 05:26:21.151378 [ 5 ] {5b8acfb5-220a-499c-8803-e8dbd648adf7} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.04.07 05:26:21.151582 [ 5 ] {5b8acfb5-220a-499c-8803-e8dbd648adf7} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:21.151710 [ 5 ] {5b8acfb5-220a-499c-8803-e8dbd648adf7} executeQuery: Read 60 rows, 4.14 KiB in 0.001092 sec., 54945.05494505494 rows/sec., 3.70 MiB/sec. 2026.04.07 05:26:21.151746 [ 5 ] {5b8acfb5-220a-499c-8803-e8dbd648adf7} TCPHandler: Processed in 0.001254284 sec. 2026.04.07 05:26:21.736180 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279 2026.04.07 05:26:21.750953 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:21.751006 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.07 05:26:21.756193 [ 243 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.04.07 05:26:21.756859 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:21.759372 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 279 2026.04.07 05:26:23.289007 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 862 2026.04.07 05:26:23.291587 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:23.291640 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.07 05:26:23.292859 [ 242 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.04.07 05:26:23.293144 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:23.293626 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 862 2026.04.07 05:26:26.143955 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:26.144161 [ 5 ] {608ea2e0-ab88-45d8-a083-573b898ac538} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:26:26.144234 [ 5 ] {608ea2e0-ab88-45d8-a083-573b898ac538} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:26:26.145029 [ 5 ] {608ea2e0-ab88-45d8-a083-573b898ac538} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:26.145072 [ 5 ] {608ea2e0-ab88-45d8-a083-573b898ac538} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.07 05:26:26.145471 [ 5 ] {608ea2e0-ab88-45d8-a083-573b898ac538} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.04.07 05:26:26.145697 [ 5 ] {608ea2e0-ab88-45d8-a083-573b898ac538} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:26.145867 [ 5 ] {608ea2e0-ab88-45d8-a083-573b898ac538} executeQuery: Read 140 rows, 12.49 KiB in 0.00176 sec., 79545.45454545454 rows/sec., 6.93 MiB/sec. 2026.04.07 05:26:26.145918 [ 5 ] {608ea2e0-ab88-45d8-a083-573b898ac538} TCPHandler: Processed in 0.002089309 sec. 2026.04.07 05:26:26.146049 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:26.146151 [ 5 ] {9977fdb0-8831-4de2-97b8-81025b8cd0b9} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.07 05:26:26.146193 [ 5 ] {9977fdb0-8831-4de2-97b8-81025b8cd0b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.07 05:26:26.146623 [ 5 ] {9977fdb0-8831-4de2-97b8-81025b8cd0b9} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:26.146660 [ 5 ] {9977fdb0-8831-4de2-97b8-81025b8cd0b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.07 05:26:26.146961 [ 5 ] {9977fdb0-8831-4de2-97b8-81025b8cd0b9} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.04.07 05:26:26.147167 [ 5 ] {9977fdb0-8831-4de2-97b8-81025b8cd0b9} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:26.147299 [ 5 ] {9977fdb0-8831-4de2-97b8-81025b8cd0b9} executeQuery: Read 42 rows, 3.16 KiB in 0.001171 sec., 35866.780529462 rows/sec., 2.63 MiB/sec. 2026.04.07 05:26:26.147338 [ 5 ] {9977fdb0-8831-4de2-97b8-81025b8cd0b9} TCPHandler: Processed in 0.001340556 sec. 2026.04.07 05:26:26.147444 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:26.147539 [ 5 ] {c4de3b3b-b581-4675-8e39-b2379ab2a714} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:26:26.147578 [ 5 ] {c4de3b3b-b581-4675-8e39-b2379ab2a714} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:26:26.148000 [ 5 ] {c4de3b3b-b581-4675-8e39-b2379ab2a714} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:26.148041 [ 5 ] {c4de3b3b-b581-4675-8e39-b2379ab2a714} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.07 05:26:26.148345 [ 5 ] {c4de3b3b-b581-4675-8e39-b2379ab2a714} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.04.07 05:26:26.148549 [ 5 ] {c4de3b3b-b581-4675-8e39-b2379ab2a714} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:26.148682 [ 5 ] {c4de3b3b-b581-4675-8e39-b2379ab2a714} executeQuery: Read 106 rows, 8.48 KiB in 0.001163 sec., 91143.59415305246 rows/sec., 7.12 MiB/sec. 2026.04.07 05:26:26.148720 [ 5 ] {c4de3b3b-b581-4675-8e39-b2379ab2a714} TCPHandler: Processed in 0.001324805 sec. 2026.04.07 05:26:26.148827 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:26.148921 [ 5 ] {5bbc996d-b40c-42fc-b957-b6c7fa9b6ef1} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:26:26.148964 [ 5 ] {5bbc996d-b40c-42fc-b957-b6c7fa9b6ef1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:26:26.149361 [ 5 ] {5bbc996d-b40c-42fc-b957-b6c7fa9b6ef1} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:26.149397 [ 5 ] {5bbc996d-b40c-42fc-b957-b6c7fa9b6ef1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.07 05:26:26.149711 [ 5 ] {5bbc996d-b40c-42fc-b957-b6c7fa9b6ef1} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.04.07 05:26:26.149914 [ 5 ] {5bbc996d-b40c-42fc-b957-b6c7fa9b6ef1} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:26.150050 [ 5 ] {5bbc996d-b40c-42fc-b957-b6c7fa9b6ef1} executeQuery: Read 160 rows, 11.41 KiB in 0.001147 sec., 139494.33304272013 rows/sec., 9.72 MiB/sec. 2026.04.07 05:26:26.150087 [ 5 ] {5bbc996d-b40c-42fc-b957-b6c7fa9b6ef1} TCPHandler: Processed in 0.001307295 sec. 2026.04.07 05:26:26.150190 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:26.150285 [ 5 ] {ff80c657-5677-4554-9a9c-6b565d161975} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.07 05:26:26.150337 [ 5 ] {ff80c657-5677-4554-9a9c-6b565d161975} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.07 05:26:26.151213 [ 5 ] {ff80c657-5677-4554-9a9c-6b565d161975} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:26.151250 [ 5 ] {ff80c657-5677-4554-9a9c-6b565d161975} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.07 05:26:26.151805 [ 5 ] {ff80c657-5677-4554-9a9c-6b565d161975} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.04.07 05:26:26.152038 [ 5 ] {ff80c657-5677-4554-9a9c-6b565d161975} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:26.152179 [ 5 ] {ff80c657-5677-4554-9a9c-6b565d161975} executeQuery: Read 42 rows, 77.07 KiB in 0.001913 sec., 21955.044432828017 rows/sec., 39.34 MiB/sec. 2026.04.07 05:26:26.152244 [ 5 ] {ff80c657-5677-4554-9a9c-6b565d161975} TCPHandler: Processed in 0.00210074 sec. 2026.04.07 05:26:26.152358 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:26.152453 [ 5 ] {2b5449d8-cf9f-4555-bd0f-74cd9e437d1b} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:26:26.152494 [ 5 ] {2b5449d8-cf9f-4555-bd0f-74cd9e437d1b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:26:26.152828 [ 5 ] {2b5449d8-cf9f-4555-bd0f-74cd9e437d1b} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:26.152863 [ 5 ] {2b5449d8-cf9f-4555-bd0f-74cd9e437d1b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.07 05:26:26.153174 [ 5 ] {2b5449d8-cf9f-4555-bd0f-74cd9e437d1b} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.04.07 05:26:26.153376 [ 5 ] {2b5449d8-cf9f-4555-bd0f-74cd9e437d1b} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:26.153507 [ 5 ] {2b5449d8-cf9f-4555-bd0f-74cd9e437d1b} executeQuery: Read 60 rows, 4.14 KiB in 0.001073 sec., 55917.98695246971 rows/sec., 3.77 MiB/sec. 2026.04.07 05:26:26.153542 [ 5 ] {2b5449d8-cf9f-4555-bd0f-74cd9e437d1b} TCPHandler: Processed in 0.001232993 sec. 2026.04.07 05:26:28.075400 [ 48 ] {} DNSResolver: Updating DNS cache 2026.04.07 05:26:28.075465 [ 48 ] {} DNSResolver: Updated DNS cache 2026.04.07 05:26:28.252778 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 18244 2026.04.07 05:26:28.253422 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:28.253461 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.07 05:26:28.253966 [ 244 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.04.07 05:26:28.254203 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:28.254335 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18244 2026.04.07 05:26:29.259442 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 2026.04.07 05:26:29.275900 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:29.275968 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.07 05:26:29.281333 [ 243 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.04.07 05:26:29.282058 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:29.284898 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 287 2026.04.07 05:26:31.142349 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:31.142616 [ 5 ] {5e744832-015d-4031-bce9-9c9419f18a7a} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:26:31.142717 [ 5 ] {5e744832-015d-4031-bce9-9c9419f18a7a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:26:31.143560 [ 5 ] {5e744832-015d-4031-bce9-9c9419f18a7a} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:31.143607 [ 5 ] {5e744832-015d-4031-bce9-9c9419f18a7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.07 05:26:31.144008 [ 5 ] {5e744832-015d-4031-bce9-9c9419f18a7a} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.04.07 05:26:31.144238 [ 5 ] {5e744832-015d-4031-bce9-9c9419f18a7a} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:31.144410 [ 5 ] {5e744832-015d-4031-bce9-9c9419f18a7a} executeQuery: Read 56 rows, 4.41 KiB in 0.001866 sec., 30010.718113612005 rows/sec., 2.31 MiB/sec. 2026.04.07 05:26:31.144457 [ 5 ] {5e744832-015d-4031-bce9-9c9419f18a7a} TCPHandler: Processed in 0.002259113 sec. 2026.04.07 05:26:31.144591 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:31.144689 [ 5 ] {540e3b65-8651-4120-9565-aa32a2b9ff50} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:26:31.144731 [ 5 ] {540e3b65-8651-4120-9565-aa32a2b9ff50} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:26:31.145174 [ 5 ] {540e3b65-8651-4120-9565-aa32a2b9ff50} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:31.145211 [ 5 ] {540e3b65-8651-4120-9565-aa32a2b9ff50} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.07 05:26:31.145532 [ 5 ] {540e3b65-8651-4120-9565-aa32a2b9ff50} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.04.07 05:26:31.145739 [ 5 ] {540e3b65-8651-4120-9565-aa32a2b9ff50} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:31.145875 [ 5 ] {540e3b65-8651-4120-9565-aa32a2b9ff50} executeQuery: Read 64 rows, 5.12 KiB in 0.001205 sec., 53112.03319502075 rows/sec., 4.15 MiB/sec. 2026.04.07 05:26:31.145914 [ 5 ] {540e3b65-8651-4120-9565-aa32a2b9ff50} TCPHandler: Processed in 0.001374236 sec. 2026.04.07 05:26:31.146029 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:31.146125 [ 5 ] {d6223633-cf6e-427c-898b-9a5908ba81da} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:26:31.146169 [ 5 ] {d6223633-cf6e-427c-898b-9a5908ba81da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:26:31.146586 [ 5 ] {d6223633-cf6e-427c-898b-9a5908ba81da} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:31.146622 [ 5 ] {d6223633-cf6e-427c-898b-9a5908ba81da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.07 05:26:31.146955 [ 5 ] {d6223633-cf6e-427c-898b-9a5908ba81da} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.04.07 05:26:31.147171 [ 5 ] {d6223633-cf6e-427c-898b-9a5908ba81da} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:31.147304 [ 5 ] {d6223633-cf6e-427c-898b-9a5908ba81da} executeQuery: Read 160 rows, 11.41 KiB in 0.001198 sec., 133555.92654424038 rows/sec., 9.30 MiB/sec. 2026.04.07 05:26:31.147342 [ 5 ] {d6223633-cf6e-427c-898b-9a5908ba81da} TCPHandler: Processed in 0.001362086 sec. 2026.04.07 05:26:31.147448 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:31.147544 [ 5 ] {0536ecd9-6ecc-4866-9457-271f43ccdf4c} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:26:31.147586 [ 5 ] {0536ecd9-6ecc-4866-9457-271f43ccdf4c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:26:31.147926 [ 5 ] {0536ecd9-6ecc-4866-9457-271f43ccdf4c} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:31.147963 [ 5 ] {0536ecd9-6ecc-4866-9457-271f43ccdf4c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.07 05:26:31.148286 [ 5 ] {0536ecd9-6ecc-4866-9457-271f43ccdf4c} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.04.07 05:26:31.148494 [ 5 ] {0536ecd9-6ecc-4866-9457-271f43ccdf4c} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:31.148630 [ 5 ] {0536ecd9-6ecc-4866-9457-271f43ccdf4c} executeQuery: Read 60 rows, 4.14 KiB in 0.001105 sec., 54298.64253393665 rows/sec., 3.66 MiB/sec. 2026.04.07 05:26:31.148666 [ 5 ] {0536ecd9-6ecc-4866-9457-271f43ccdf4c} TCPHandler: Processed in 0.001267174 sec. 2026.04.07 05:26:33.294029 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 882 2026.04.07 05:26:33.296275 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:33.296333 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.07 05:26:33.297563 [ 242 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.04.07 05:26:33.297852 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:33.298239 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 882 2026.04.07 05:26:34.103093 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:34.103312 [ 5 ] {bd855ed8-4a0e-4205-ab2d-773fbdcf7d80} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.07 05:26:34.103385 [ 5 ] {bd855ed8-4a0e-4205-ab2d-773fbdcf7d80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.07 05:26:34.104022 [ 5 ] {bd855ed8-4a0e-4205-ab2d-773fbdcf7d80} oximeter.fields_i16 (19a28ab3-93b8-470f-bc08-bb1de0445c9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:34.104070 [ 5 ] {bd855ed8-4a0e-4205-ab2d-773fbdcf7d80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.07 05:26:34.104461 [ 5 ] {bd855ed8-4a0e-4205-ab2d-773fbdcf7d80} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.07 05:26:34.104683 [ 5 ] {bd855ed8-4a0e-4205-ab2d-773fbdcf7d80} oximeter.fields_i16 (19a28ab3-93b8-470f-bc08-bb1de0445c9c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:34.104836 [ 5 ] {bd855ed8-4a0e-4205-ab2d-773fbdcf7d80} executeQuery: Read 24 rows, 2.04 KiB in 0.001579 sec., 15199.493350221659 rows/sec., 1.26 MiB/sec. 2026.04.07 05:26:34.104877 [ 5 ] {bd855ed8-4a0e-4205-ab2d-773fbdcf7d80} TCPHandler: Processed in 0.001926076 sec. 2026.04.07 05:26:34.104996 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:34.105092 [ 5 ] {9f338d7f-c97c-4889-927f-44f3c3c0e526} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:26:34.105132 [ 5 ] {9f338d7f-c97c-4889-927f-44f3c3c0e526} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:26:34.106538 [ 5 ] {9f338d7f-c97c-4889-927f-44f3c3c0e526} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:34.106574 [ 5 ] {9f338d7f-c97c-4889-927f-44f3c3c0e526} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.07 05:26:34.107041 [ 5 ] {9f338d7f-c97c-4889-927f-44f3c3c0e526} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.04.07 05:26:34.107262 [ 5 ] {9f338d7f-c97c-4889-927f-44f3c3c0e526} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:34.107400 [ 5 ] {9f338d7f-c97c-4889-927f-44f3c3c0e526} executeQuery: Read 2609 rows, 201.24 KiB in 0.002327 sec., 1121186.076493339 rows/sec., 84.45 MiB/sec. 2026.04.07 05:26:34.107440 [ 5 ] {9f338d7f-c97c-4889-927f-44f3c3c0e526} MemoryTracker: Peak memory usage (for query): 4.02 MiB. 2026.04.07 05:26:34.107453 [ 5 ] {9f338d7f-c97c-4889-927f-44f3c3c0e526} TCPHandler: Processed in 0.002506428 sec. 2026.04.07 05:26:34.107559 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:34.107655 [ 5 ] {24bea016-baec-419a-9e93-39723cd8666f} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.07 05:26:34.107695 [ 5 ] {24bea016-baec-419a-9e93-39723cd8666f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.07 05:26:34.108101 [ 5 ] {24bea016-baec-419a-9e93-39723cd8666f} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:34.108137 [ 5 ] {24bea016-baec-419a-9e93-39723cd8666f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.07 05:26:34.108427 [ 5 ] {24bea016-baec-419a-9e93-39723cd8666f} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.04.07 05:26:34.108625 [ 5 ] {24bea016-baec-419a-9e93-39723cd8666f} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:34.108742 [ 5 ] {24bea016-baec-419a-9e93-39723cd8666f} executeQuery: Read 65 rows, 4.95 KiB in 0.001139 sec., 57067.60316066725 rows/sec., 4.24 MiB/sec. 2026.04.07 05:26:34.108777 [ 5 ] {24bea016-baec-419a-9e93-39723cd8666f} TCPHandler: Processed in 0.001300395 sec. 2026.04.07 05:26:34.108881 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:34.108969 [ 5 ] {eaee5774-7a63-4700-aa41-b3c8340162b1} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.07 05:26:34.109005 [ 5 ] {eaee5774-7a63-4700-aa41-b3c8340162b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.07 05:26:34.109664 [ 5 ] {eaee5774-7a63-4700-aa41-b3c8340162b1} oximeter.fields_u32 (77106049-3b56-443c-8974-c866b1324d40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:34.109698 [ 5 ] {eaee5774-7a63-4700-aa41-b3c8340162b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.07 05:26:34.110029 [ 5 ] {eaee5774-7a63-4700-aa41-b3c8340162b1} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.07 05:26:34.110237 [ 5 ] {eaee5774-7a63-4700-aa41-b3c8340162b1} oximeter.fields_u32 (77106049-3b56-443c-8974-c866b1324d40): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:34.110362 [ 5 ] {eaee5774-7a63-4700-aa41-b3c8340162b1} executeQuery: Read 825 rows, 49.42 KiB in 0.001363 sec., 605282.4651504034 rows/sec., 35.41 MiB/sec. 2026.04.07 05:26:34.110400 [ 5 ] {eaee5774-7a63-4700-aa41-b3c8340162b1} TCPHandler: Processed in 0.001524398 sec. 2026.04.07 05:26:34.110508 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:34.110601 [ 5 ] {5b1df211-dde4-496f-aca7-83b2d28e8e33} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.04.07 05:26:34.110640 [ 5 ] {5b1df211-dde4-496f-aca7-83b2d28e8e33} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.04.07 05:26:34.111011 [ 5 ] {5b1df211-dde4-496f-aca7-83b2d28e8e33} oximeter.fields_u64 (694db3f7-adc1-48c0-aa80-2e45c79f29b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:34.111046 [ 5 ] {5b1df211-dde4-496f-aca7-83b2d28e8e33} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.07 05:26:34.111327 [ 5 ] {5b1df211-dde4-496f-aca7-83b2d28e8e33} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.07 05:26:34.111542 [ 5 ] {5b1df211-dde4-496f-aca7-83b2d28e8e33} oximeter.fields_u64 (694db3f7-adc1-48c0-aa80-2e45c79f29b4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:34.111665 [ 5 ] {5b1df211-dde4-496f-aca7-83b2d28e8e33} executeQuery: Read 1 rows, 72.00 B in 0.001082 sec., 924.2144177449168 rows/sec., 64.98 KiB/sec. 2026.04.07 05:26:34.111700 [ 5 ] {5b1df211-dde4-496f-aca7-83b2d28e8e33} TCPHandler: Processed in 0.001239643 sec. 2026.04.07 05:26:34.111806 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:34.111898 [ 5 ] {46d24bdb-5821-4a47-94db-ec1d05f0c1e9} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.07 05:26:34.111936 [ 5 ] {46d24bdb-5821-4a47-94db-ec1d05f0c1e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.07 05:26:34.112316 [ 5 ] {46d24bdb-5821-4a47-94db-ec1d05f0c1e9} oximeter.fields_u8 (0286c37b-6235-46e9-9a40-c9bc493e69eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:34.112349 [ 5 ] {46d24bdb-5821-4a47-94db-ec1d05f0c1e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.07 05:26:34.112631 [ 5 ] {46d24bdb-5821-4a47-94db-ec1d05f0c1e9} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.07 05:26:34.112840 [ 5 ] {46d24bdb-5821-4a47-94db-ec1d05f0c1e9} oximeter.fields_u8 (0286c37b-6235-46e9-9a40-c9bc493e69eb): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:34.112965 [ 5 ] {46d24bdb-5821-4a47-94db-ec1d05f0c1e9} executeQuery: Read 12 rows, 960.00 B in 0.001084 sec., 11070.110701107013 rows/sec., 864.85 KiB/sec. 2026.04.07 05:26:34.113002 [ 5 ] {46d24bdb-5821-4a47-94db-ec1d05f0c1e9} TCPHandler: Processed in 0.001244144 sec. 2026.04.07 05:26:34.113107 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:34.113199 [ 5 ] {41d5c860-bc39-4c6d-ac1b-b5f50d892ec6} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:26:34.113237 [ 5 ] {41d5c860-bc39-4c6d-ac1b-b5f50d892ec6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:26:34.114016 [ 5 ] {41d5c860-bc39-4c6d-ac1b-b5f50d892ec6} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:34.114050 [ 5 ] {41d5c860-bc39-4c6d-ac1b-b5f50d892ec6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.07 05:26:34.114404 [ 5 ] {41d5c860-bc39-4c6d-ac1b-b5f50d892ec6} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.04.07 05:26:34.114614 [ 5 ] {41d5c860-bc39-4c6d-ac1b-b5f50d892ec6} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:34.114743 [ 5 ] {41d5c860-bc39-4c6d-ac1b-b5f50d892ec6} executeQuery: Read 1368 rows, 94.74 KiB in 0.001561 sec., 876361.3068545803 rows/sec., 59.27 MiB/sec. 2026.04.07 05:26:34.114779 [ 5 ] {41d5c860-bc39-4c6d-ac1b-b5f50d892ec6} TCPHandler: Processed in 0.001719182 sec. 2026.04.07 05:26:34.114886 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:34.114980 [ 5 ] {ce386ba1-6a97-41b0-8926-41ab4f194307} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:26:34.115022 [ 5 ] {ce386ba1-6a97-41b0-8926-41ab4f194307} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:26:34.115666 [ 5 ] {ce386ba1-6a97-41b0-8926-41ab4f194307} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:34.115699 [ 5 ] {ce386ba1-6a97-41b0-8926-41ab4f194307} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.07 05:26:34.116141 [ 5 ] {ce386ba1-6a97-41b0-8926-41ab4f194307} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.04.07 05:26:34.116361 [ 5 ] {ce386ba1-6a97-41b0-8926-41ab4f194307} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:34.116491 [ 5 ] {ce386ba1-6a97-41b0-8926-41ab4f194307} executeQuery: Read 1596 rows, 100.46 KiB in 0.001529 sec., 1043819.4898626553 rows/sec., 64.16 MiB/sec. 2026.04.07 05:26:34.116527 [ 5 ] {ce386ba1-6a97-41b0-8926-41ab4f194307} TCPHandler: Processed in 0.001688392 sec. 2026.04.07 05:26:34.116648 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:34.116774 [ 5 ] {f7e64c83-8f4c-4bd3-a9aa-73c7477ec5a1} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.07 05:26:34.116838 [ 5 ] {f7e64c83-8f4c-4bd3-a9aa-73c7477ec5a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.07 05:26:34.117763 [ 5 ] {f7e64c83-8f4c-4bd3-a9aa-73c7477ec5a1} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:34.117799 [ 5 ] {f7e64c83-8f4c-4bd3-a9aa-73c7477ec5a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.07 05:26:34.118397 [ 5 ] {f7e64c83-8f4c-4bd3-a9aa-73c7477ec5a1} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.04.07 05:26:34.118647 [ 5 ] {f7e64c83-8f4c-4bd3-a9aa-73c7477ec5a1} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:34.118795 [ 5 ] {f7e64c83-8f4c-4bd3-a9aa-73c7477ec5a1} executeQuery: Read 53 rows, 97.25 KiB in 0.002045 sec., 25916.87041564792 rows/sec., 46.44 MiB/sec. 2026.04.07 05:26:34.118860 [ 5 ] {f7e64c83-8f4c-4bd3-a9aa-73c7477ec5a1} TCPHandler: Processed in 0.002273543 sec. 2026.04.07 05:26:34.118974 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:34.119070 [ 5 ] {8f41feae-a006-47eb-a0ac-abdbb43b2b2c} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:26:34.119113 [ 5 ] {8f41feae-a006-47eb-a0ac-abdbb43b2b2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:26:34.119440 [ 5 ] {8f41feae-a006-47eb-a0ac-abdbb43b2b2c} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:34.119473 [ 5 ] {8f41feae-a006-47eb-a0ac-abdbb43b2b2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.07 05:26:34.119783 [ 5 ] {8f41feae-a006-47eb-a0ac-abdbb43b2b2c} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.04.07 05:26:34.119992 [ 5 ] {8f41feae-a006-47eb-a0ac-abdbb43b2b2c} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:34.120119 [ 5 ] {8f41feae-a006-47eb-a0ac-abdbb43b2b2c} executeQuery: Read 36 rows, 2.48 KiB in 0.001068 sec., 33707.86516853933 rows/sec., 2.27 MiB/sec. 2026.04.07 05:26:34.120154 [ 5 ] {8f41feae-a006-47eb-a0ac-abdbb43b2b2c} TCPHandler: Processed in 0.001233013 sec. 2026.04.07 05:26:35.754735 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 18692 2026.04.07 05:26:35.755552 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:35.755636 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.07 05:26:35.756280 [ 244 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.04.07 05:26:35.756512 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:35.756655 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18692 2026.04.07 05:26:36.138107 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:36.138289 [ 5 ] {356ccffa-5154-4bb8-9019-81cb3129da2e} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:26:36.138356 [ 5 ] {356ccffa-5154-4bb8-9019-81cb3129da2e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:26:36.139002 [ 5 ] {356ccffa-5154-4bb8-9019-81cb3129da2e} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:36.139042 [ 5 ] {356ccffa-5154-4bb8-9019-81cb3129da2e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.07 05:26:36.139440 [ 5 ] {356ccffa-5154-4bb8-9019-81cb3129da2e} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.04.07 05:26:36.139673 [ 5 ] {356ccffa-5154-4bb8-9019-81cb3129da2e} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:36.139801 [ 73 ] {} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.04.07 05:26:36.139841 [ 73 ] {} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:36.139841 [ 5 ] {356ccffa-5154-4bb8-9019-81cb3129da2e} executeQuery: Read 56 rows, 4.41 KiB in 0.001601 sec., 34978.13866333541 rows/sec., 2.69 MiB/sec. 2026.04.07 05:26:36.139859 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.07 05:26:36.139898 [ 5 ] {356ccffa-5154-4bb8-9019-81cb3129da2e} TCPHandler: Processed in 0.001917926 sec. 2026.04.07 05:26:36.139971 [ 199 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.04.07 05:26:36.140026 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:36.140107 [ 199 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:26:36.140137 [ 5 ] {6ccbf53f-6774-42b8-8386-398dc2a0fd46} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:26:36.140144 [ 199 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2620 rows starting from the beginning of the part 2026.04.07 05:26:36.140188 [ 5 ] {6ccbf53f-6774-42b8-8386-398dc2a0fd46} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:26:36.140224 [ 199 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 57 rows starting from the beginning of the part 2026.04.07 05:26:36.140284 [ 199 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 140 rows starting from the beginning of the part 2026.04.07 05:26:36.140334 [ 199 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 56 rows starting from the beginning of the part 2026.04.07 05:26:36.140378 [ 199 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 2609 rows starting from the beginning of the part 2026.04.07 05:26:36.140421 [ 199 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 56 rows starting from the beginning of the part 2026.04.07 05:26:36.140635 [ 5 ] {6ccbf53f-6774-42b8-8386-398dc2a0fd46} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:36.140677 [ 5 ] {6ccbf53f-6774-42b8-8386-398dc2a0fd46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.07 05:26:36.141020 [ 5 ] {6ccbf53f-6774-42b8-8386-398dc2a0fd46} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.04.07 05:26:36.141265 [ 5 ] {6ccbf53f-6774-42b8-8386-398dc2a0fd46} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:36.141371 [ 73 ] {} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.04.07 05:26:36.141397 [ 73 ] {} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:36.141403 [ 5 ] {6ccbf53f-6774-42b8-8386-398dc2a0fd46} executeQuery: Read 64 rows, 5.12 KiB in 0.001292 sec., 49535.60371517028 rows/sec., 3.87 MiB/sec. 2026.04.07 05:26:36.141414 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.07 05:26:36.141444 [ 5 ] {6ccbf53f-6774-42b8-8386-398dc2a0fd46} TCPHandler: Processed in 0.001471658 sec. 2026.04.07 05:26:36.141516 [ 188 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.04.07 05:26:36.141560 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:36.141643 [ 188 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:26:36.141665 [ 5 ] {40eb34d6-f0a9-4070-a0e4-654f14ea0e56} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:26:36.141681 [ 188 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1404 rows starting from the beginning of the part 2026.04.07 05:26:36.141714 [ 5 ] {40eb34d6-f0a9-4070-a0e4-654f14ea0e56} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:26:36.141753 [ 188 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 66 rows starting from the beginning of the part 2026.04.07 05:26:36.141803 [ 188 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 106 rows starting from the beginning of the part 2026.04.07 05:26:36.141842 [ 188 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 64 rows starting from the beginning of the part 2026.04.07 05:26:36.141878 [ 188 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 1368 rows starting from the beginning of the part 2026.04.07 05:26:36.141927 [ 188 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 64 rows starting from the beginning of the part 2026.04.07 05:26:36.142081 [ 5 ] {40eb34d6-f0a9-4070-a0e4-654f14ea0e56} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:36.142123 [ 5 ] {40eb34d6-f0a9-4070-a0e4-654f14ea0e56} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.07 05:26:36.142467 [ 187 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 5538 rows, containing 5 columns (5 merged, 0 gathered) in 0.002547369 sec., 2174007.770370135 rows/sec., 172.78 MiB/sec. 2026.04.07 05:26:36.142491 [ 5 ] {40eb34d6-f0a9-4070-a0e4-654f14ea0e56} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.04.07 05:26:36.142734 [ 5 ] {40eb34d6-f0a9-4070-a0e4-654f14ea0e56} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:36.142783 [ 187 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.04.07 05:26:36.142833 [ 73 ] {} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900) (MergerMutator): Selected 5 parts from all_1_56_11 to all_60_60_0 2026.04.07 05:26:36.142862 [ 73 ] {} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:36.142868 [ 5 ] {40eb34d6-f0a9-4070-a0e4-654f14ea0e56} executeQuery: Read 64 rows, 4.56 KiB in 0.001225 sec., 52244.897959183676 rows/sec., 3.64 MiB/sec. 2026.04.07 05:26:36.142883 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.07 05:26:36.142909 [ 5 ] {40eb34d6-f0a9-4070-a0e4-654f14ea0e56} TCPHandler: Processed in 0.001400136 sec. 2026.04.07 05:26:36.142950 [ 199 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_60_12} MergeTask::PrepareStage: Merging 5 parts: from all_1_56_11 to all_60_60_0 into Compact with storage Full 2026.04.07 05:26:36.143024 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:36.143047 [ 199 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_60_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:26:36.143079 [ 199 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_60_12} MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 19579 rows starting from the beginning of the part 2026.04.07 05:26:36.143114 [ 197 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_61_12} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:36.143127 [ 5 ] {222927d9-1428-4474-8e88-85a2b6609e0b} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:26:36.143131 [ 199 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 161 rows starting from the beginning of the part 2026.04.07 05:26:36.143184 [ 5 ] {222927d9-1428-4474-8e88-85a2b6609e0b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:26:36.143195 [ 199 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 160 rows starting from the beginning of the part 2026.04.07 05:26:36.143194 [ 187 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 3072 rows, containing 5 columns (5 merged, 0 gathered) in 0.001726092 sec., 1779742.9105748709 rows/sec., 129.21 MiB/sec. 2026.04.07 05:26:36.143221 [ 197 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_61_12} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.04.07 05:26:36.143239 [ 199 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 160 rows starting from the beginning of the part 2026.04.07 05:26:36.143286 [ 199 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 1596 rows starting from the beginning of the part 2026.04.07 05:26:36.143330 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB. 2026.04.07 05:26:36.143432 [ 188 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.04.07 05:26:36.143531 [ 5 ] {222927d9-1428-4474-8e88-85a2b6609e0b} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:36.143576 [ 5 ] {222927d9-1428-4474-8e88-85a2b6609e0b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.07 05:26:36.143743 [ 188 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_61_12} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:36.143830 [ 188 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_61_12} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.04.07 05:26:36.143907 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. 2026.04.07 05:26:36.143940 [ 5 ] {222927d9-1428-4474-8e88-85a2b6609e0b} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.04.07 05:26:36.144171 [ 5 ] {222927d9-1428-4474-8e88-85a2b6609e0b} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:36.144272 [ 73 ] {} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.04.07 05:26:36.144298 [ 73 ] {} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:36.144306 [ 5 ] {222927d9-1428-4474-8e88-85a2b6609e0b} executeQuery: Read 24 rows, 1.66 KiB in 0.001198 sec., 20033.38898163606 rows/sec., 1.35 MiB/sec. 2026.04.07 05:26:36.144319 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.07 05:26:36.144344 [ 5 ] {222927d9-1428-4474-8e88-85a2b6609e0b} TCPHandler: Processed in 0.001370236 sec. 2026.04.07 05:26:36.144459 [ 194 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.04.07 05:26:36.144615 [ 194 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:26:36.144651 [ 194 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3006 rows starting from the beginning of the part 2026.04.07 05:26:36.144715 [ 194 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 60 rows starting from the beginning of the part 2026.04.07 05:26:36.144774 [ 194 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 60 rows starting from the beginning of the part 2026.04.07 05:26:36.144818 [ 194 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 60 rows starting from the beginning of the part 2026.04.07 05:26:36.144861 [ 194 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 36 rows starting from the beginning of the part 2026.04.07 05:26:36.144905 [ 194 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 24 rows starting from the beginning of the part 2026.04.07 05:26:36.146270 [ 187 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 3246 rows, containing 4 columns (4 merged, 0 gathered) in 0.001878116 sec., 1728327.7497236594 rows/sec., 116.57 MiB/sec. 2026.04.07 05:26:36.146594 [ 197 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.04.07 05:26:36.146916 [ 197 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_61_12} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:36.146985 [ 197 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_61_12} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.04.07 05:26:36.147057 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. 2026.04.07 05:26:36.149403 [ 198 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_60_12} MergeTask::MergeProjectionsStage: Merge sorted 21656 rows, containing 5 columns (5 merged, 0 gathered) in 0.006474692 sec., 3344715.084516762 rows/sec., 219.20 MiB/sec. 2026.04.07 05:26:36.150014 [ 198 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_60_12} MergedBlockOutputStream: filled checksums all_1_60_12 (state Temporary) 2026.04.07 05:26:36.150311 [ 198 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_60_12} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_merge_all_1_60_12 to all_1_60_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:36.150398 [ 198 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_60_12} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900) (MergerMutator): Merged 5 parts: [all_1_56_11, all_60_60_0] -> all_1_60_12 2026.04.07 05:26:36.150561 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.24 MiB. 2026.04.07 05:26:36.785263 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 2026.04.07 05:26:36.801445 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:36.801504 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.04.07 05:26:36.807289 [ 243 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.04.07 05:26:36.808007 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:36.810704 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 294 2026.04.07 05:26:37.000238 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 295.85 MiB, peak 305.61 MiB, free memory in arenas 0.00 B, will set to 297.27 MiB (RSS), difference: 1.42 MiB 2026.04.07 05:26:41.142917 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:41.143140 [ 5 ] {e8b59728-88b0-4487-ba26-fb426c329964} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:26:41.143215 [ 5 ] {e8b59728-88b0-4487-ba26-fb426c329964} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:26:41.143962 [ 5 ] {e8b59728-88b0-4487-ba26-fb426c329964} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:41.144009 [ 5 ] {e8b59728-88b0-4487-ba26-fb426c329964} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.04.07 05:26:41.144414 [ 5 ] {e8b59728-88b0-4487-ba26-fb426c329964} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.04.07 05:26:41.144660 [ 5 ] {e8b59728-88b0-4487-ba26-fb426c329964} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:41.144818 [ 5 ] {e8b59728-88b0-4487-ba26-fb426c329964} executeQuery: Read 56 rows, 4.41 KiB in 0.001734 sec., 32295.271049596307 rows/sec., 2.48 MiB/sec. 2026.04.07 05:26:41.144860 [ 5 ] {e8b59728-88b0-4487-ba26-fb426c329964} TCPHandler: Processed in 0.00208257 sec. 2026.04.07 05:26:41.144988 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:41.145084 [ 5 ] {9d94591d-1b60-4dfc-85ae-056c735745ab} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:26:41.145124 [ 5 ] {9d94591d-1b60-4dfc-85ae-056c735745ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:26:41.145530 [ 5 ] {9d94591d-1b60-4dfc-85ae-056c735745ab} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:41.145567 [ 5 ] {9d94591d-1b60-4dfc-85ae-056c735745ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.04.07 05:26:41.145866 [ 5 ] {9d94591d-1b60-4dfc-85ae-056c735745ab} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.04.07 05:26:41.146074 [ 5 ] {9d94591d-1b60-4dfc-85ae-056c735745ab} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:41.146199 [ 5 ] {9d94591d-1b60-4dfc-85ae-056c735745ab} executeQuery: Read 64 rows, 5.12 KiB in 0.001133 sec., 56487.202118270085 rows/sec., 4.41 MiB/sec. 2026.04.07 05:26:41.146238 [ 5 ] {9d94591d-1b60-4dfc-85ae-056c735745ab} TCPHandler: Processed in 0.001300685 sec. 2026.04.07 05:26:41.146350 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:41.146445 [ 5 ] {896614b2-a577-4b2d-942c-11f0c25524bb} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:26:41.146488 [ 5 ] {896614b2-a577-4b2d-942c-11f0c25524bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:26:41.146891 [ 5 ] {896614b2-a577-4b2d-942c-11f0c25524bb} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:41.146927 [ 5 ] {896614b2-a577-4b2d-942c-11f0c25524bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.04.07 05:26:41.147256 [ 5 ] {896614b2-a577-4b2d-942c-11f0c25524bb} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.04.07 05:26:41.147471 [ 5 ] {896614b2-a577-4b2d-942c-11f0c25524bb} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:41.147600 [ 5 ] {896614b2-a577-4b2d-942c-11f0c25524bb} executeQuery: Read 160 rows, 11.41 KiB in 0.001173 sec., 136402.38704177324 rows/sec., 9.50 MiB/sec. 2026.04.07 05:26:41.147637 [ 5 ] {896614b2-a577-4b2d-942c-11f0c25524bb} TCPHandler: Processed in 0.001337585 sec. 2026.04.07 05:26:41.147741 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:41.147834 [ 5 ] {201d9acb-702f-4846-a1fe-a72fe89fcfd3} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:26:41.147876 [ 5 ] {201d9acb-702f-4846-a1fe-a72fe89fcfd3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:26:41.148218 [ 5 ] {201d9acb-702f-4846-a1fe-a72fe89fcfd3} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:41.148252 [ 5 ] {201d9acb-702f-4846-a1fe-a72fe89fcfd3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.04.07 05:26:41.148553 [ 5 ] {201d9acb-702f-4846-a1fe-a72fe89fcfd3} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.04.07 05:26:41.148766 [ 5 ] {201d9acb-702f-4846-a1fe-a72fe89fcfd3} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:41.148894 [ 5 ] {201d9acb-702f-4846-a1fe-a72fe89fcfd3} executeQuery: Read 60 rows, 4.14 KiB in 0.001078 sec., 55658.62708719852 rows/sec., 3.75 MiB/sec. 2026.04.07 05:26:41.148930 [ 5 ] {201d9acb-702f-4846-a1fe-a72fe89fcfd3} TCPHandler: Processed in 0.001238934 sec. 2026.04.07 05:26:43.075714 [ 63 ] {} DNSResolver: Updating DNS cache 2026.04.07 05:26:43.075766 [ 63 ] {} DNSResolver: Updated DNS cache 2026.04.07 05:26:43.256714 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 19204 2026.04.07 05:26:43.257473 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:43.257546 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.04.07 05:26:43.258162 [ 244 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.04.07 05:26:43.258411 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:43.258559 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19204 2026.04.07 05:26:43.298400 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 918 2026.04.07 05:26:43.300867 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:43.300912 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.04.07 05:26:43.302099 [ 242 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.04.07 05:26:43.302371 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:43.302615 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 918 2026.04.07 05:26:44.311748 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 2026.04.07 05:26:44.329009 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:44.329074 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.04.07 05:26:44.335743 [ 243 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.04.07 05:26:44.336472 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:44.339610 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 302 2026.04.07 05:26:46.144352 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:46.144552 [ 5 ] {1ddd5a76-485d-4182-a48e-771a06cd0f20} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:26:46.144624 [ 5 ] {1ddd5a76-485d-4182-a48e-771a06cd0f20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:26:46.145366 [ 5 ] {1ddd5a76-485d-4182-a48e-771a06cd0f20} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:46.145404 [ 5 ] {1ddd5a76-485d-4182-a48e-771a06cd0f20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.04.07 05:26:46.145816 [ 5 ] {1ddd5a76-485d-4182-a48e-771a06cd0f20} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.04.07 05:26:46.146039 [ 5 ] {1ddd5a76-485d-4182-a48e-771a06cd0f20} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:46.146191 [ 5 ] {1ddd5a76-485d-4182-a48e-771a06cd0f20} executeQuery: Read 140 rows, 12.49 KiB in 0.001695 sec., 82595.87020648968 rows/sec., 7.19 MiB/sec. 2026.04.07 05:26:46.146232 [ 5 ] {1ddd5a76-485d-4182-a48e-771a06cd0f20} TCPHandler: Processed in 0.002016248 sec. 2026.04.07 05:26:46.146355 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:46.146453 [ 5 ] {2019a69d-3bfb-4e08-962d-9ac76c7463e6} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.07 05:26:46.146494 [ 5 ] {2019a69d-3bfb-4e08-962d-9ac76c7463e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.07 05:26:46.146903 [ 5 ] {2019a69d-3bfb-4e08-962d-9ac76c7463e6} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:46.146937 [ 5 ] {2019a69d-3bfb-4e08-962d-9ac76c7463e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.04.07 05:26:46.147254 [ 5 ] {2019a69d-3bfb-4e08-962d-9ac76c7463e6} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.04.07 05:26:46.147463 [ 5 ] {2019a69d-3bfb-4e08-962d-9ac76c7463e6} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:46.147589 [ 5 ] {2019a69d-3bfb-4e08-962d-9ac76c7463e6} executeQuery: Read 42 rows, 3.16 KiB in 0.001154 sec., 36395.14731369151 rows/sec., 2.67 MiB/sec. 2026.04.07 05:26:46.147626 [ 5 ] {2019a69d-3bfb-4e08-962d-9ac76c7463e6} TCPHandler: Processed in 0.001321885 sec. 2026.04.07 05:26:46.147742 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:46.147837 [ 5 ] {190333ab-a0bf-45e8-a283-92ae9a8138fc} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:26:46.147877 [ 5 ] {190333ab-a0bf-45e8-a283-92ae9a8138fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:26:46.148300 [ 5 ] {190333ab-a0bf-45e8-a283-92ae9a8138fc} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:46.148335 [ 5 ] {190333ab-a0bf-45e8-a283-92ae9a8138fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.04.07 05:26:46.148642 [ 5 ] {190333ab-a0bf-45e8-a283-92ae9a8138fc} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.04.07 05:26:46.148850 [ 5 ] {190333ab-a0bf-45e8-a283-92ae9a8138fc} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:46.148976 [ 5 ] {190333ab-a0bf-45e8-a283-92ae9a8138fc} executeQuery: Read 106 rows, 8.48 KiB in 0.001158 sec., 91537.1329879102 rows/sec., 7.15 MiB/sec. 2026.04.07 05:26:46.149013 [ 5 ] {190333ab-a0bf-45e8-a283-92ae9a8138fc} TCPHandler: Processed in 0.001321345 sec. 2026.04.07 05:26:46.149127 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:46.149223 [ 5 ] {8199aa5d-00f4-4b9f-a993-5b17b9898605} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:26:46.149266 [ 5 ] {8199aa5d-00f4-4b9f-a993-5b17b9898605} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:26:46.149668 [ 5 ] {8199aa5d-00f4-4b9f-a993-5b17b9898605} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:46.149702 [ 5 ] {8199aa5d-00f4-4b9f-a993-5b17b9898605} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.04.07 05:26:46.150042 [ 5 ] {8199aa5d-00f4-4b9f-a993-5b17b9898605} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.04.07 05:26:46.150251 [ 5 ] {8199aa5d-00f4-4b9f-a993-5b17b9898605} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:46.150379 [ 5 ] {8199aa5d-00f4-4b9f-a993-5b17b9898605} executeQuery: Read 160 rows, 11.41 KiB in 0.001174 sec., 136286.20102214653 rows/sec., 9.49 MiB/sec. 2026.04.07 05:26:46.150414 [ 5 ] {8199aa5d-00f4-4b9f-a993-5b17b9898605} TCPHandler: Processed in 0.001337856 sec. 2026.04.07 05:26:46.150536 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:46.150659 [ 5 ] {4acca0f7-6683-492b-b236-396c3729f691} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.07 05:26:46.150724 [ 5 ] {4acca0f7-6683-492b-b236-396c3729f691} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.07 05:26:46.151627 [ 5 ] {4acca0f7-6683-492b-b236-396c3729f691} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:46.151662 [ 5 ] {4acca0f7-6683-492b-b236-396c3729f691} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.04.07 05:26:46.152253 [ 5 ] {4acca0f7-6683-492b-b236-396c3729f691} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.04.07 05:26:46.152479 [ 5 ] {4acca0f7-6683-492b-b236-396c3729f691} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:46.152615 [ 5 ] {4acca0f7-6683-492b-b236-396c3729f691} executeQuery: Read 42 rows, 77.07 KiB in 0.001981 sec., 21201.413427561834 rows/sec., 37.99 MiB/sec. 2026.04.07 05:26:46.152677 [ 5 ] {4acca0f7-6683-492b-b236-396c3729f691} TCPHandler: Processed in 0.002203721 sec. 2026.04.07 05:26:46.152793 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:46.152890 [ 5 ] {80bcf3d6-0742-46db-9718-1c090007c67a} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:26:46.152931 [ 5 ] {80bcf3d6-0742-46db-9718-1c090007c67a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:26:46.153266 [ 5 ] {80bcf3d6-0742-46db-9718-1c090007c67a} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:46.153300 [ 5 ] {80bcf3d6-0742-46db-9718-1c090007c67a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.04.07 05:26:46.153624 [ 5 ] {80bcf3d6-0742-46db-9718-1c090007c67a} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.04.07 05:26:46.153832 [ 5 ] {80bcf3d6-0742-46db-9718-1c090007c67a} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:46.153960 [ 5 ] {80bcf3d6-0742-46db-9718-1c090007c67a} executeQuery: Read 60 rows, 4.14 KiB in 0.001089 sec., 55096.418732782375 rows/sec., 3.71 MiB/sec. 2026.04.07 05:26:46.153995 [ 5 ] {80bcf3d6-0742-46db-9718-1c090007c67a} TCPHandler: Processed in 0.001252804 sec. 2026.04.07 05:26:50.759621 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 19652 2026.04.07 05:26:50.760129 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:50.760177 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.04.07 05:26:50.760662 [ 244 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.04.07 05:26:50.760896 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:50.761039 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19652 2026.04.07 05:26:50.761034 [ 55 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.04.07 05:26:50.761119 [ 55 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:50.761142 [ 55 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.04.07 05:26:50.761265 [ 197 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.04.07 05:26:50.761414 [ 197 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:26:50.761457 [ 197 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_41_8} MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 17284 rows starting from the beginning of the part 2026.04.07 05:26:50.761538 [ 197 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 448 rows starting from the beginning of the part 2026.04.07 05:26:50.761588 [ 197 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 512 rows starting from the beginning of the part 2026.04.07 05:26:50.761638 [ 197 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 448 rows starting from the beginning of the part 2026.04.07 05:26:50.761683 [ 197 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 512 rows starting from the beginning of the part 2026.04.07 05:26:50.761729 [ 197 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 448 rows starting from the beginning of the part 2026.04.07 05:26:50.763675 [ 198 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 19652 rows, containing 4 columns (4 merged, 0 gathered) in 0.002464456 sec., 7974173.610727885 rows/sec., 114.07 MiB/sec. 2026.04.07 05:26:50.764060 [ 190 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.04.07 05:26:50.764385 [ 190 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_41_8} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:50.764469 [ 190 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_41_8} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.04.07 05:26:50.764575 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.60 MiB. 2026.04.07 05:26:51.142355 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:51.142551 [ 5 ] {09b7969e-d769-4509-8fba-495b39fe3ae2} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:26:51.142626 [ 5 ] {09b7969e-d769-4509-8fba-495b39fe3ae2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:26:51.143334 [ 5 ] {09b7969e-d769-4509-8fba-495b39fe3ae2} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:51.143389 [ 5 ] {09b7969e-d769-4509-8fba-495b39fe3ae2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.04.07 05:26:51.143835 [ 5 ] {09b7969e-d769-4509-8fba-495b39fe3ae2} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.04.07 05:26:51.144088 [ 5 ] {09b7969e-d769-4509-8fba-495b39fe3ae2} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:51.144246 [ 5 ] {09b7969e-d769-4509-8fba-495b39fe3ae2} executeQuery: Read 56 rows, 4.41 KiB in 0.001749 sec., 32018.296169239566 rows/sec., 2.46 MiB/sec. 2026.04.07 05:26:51.144295 [ 5 ] {09b7969e-d769-4509-8fba-495b39fe3ae2} TCPHandler: Processed in 0.002074179 sec. 2026.04.07 05:26:51.144417 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:51.144518 [ 5 ] {5c65397e-5e12-4e96-9847-395b3845826e} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:26:51.144559 [ 5 ] {5c65397e-5e12-4e96-9847-395b3845826e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:26:51.144972 [ 5 ] {5c65397e-5e12-4e96-9847-395b3845826e} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:51.145007 [ 5 ] {5c65397e-5e12-4e96-9847-395b3845826e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.04.07 05:26:51.145306 [ 5 ] {5c65397e-5e12-4e96-9847-395b3845826e} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.04.07 05:26:51.145505 [ 5 ] {5c65397e-5e12-4e96-9847-395b3845826e} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:51.145628 [ 5 ] {5c65397e-5e12-4e96-9847-395b3845826e} executeQuery: Read 64 rows, 5.12 KiB in 0.001134 sec., 56437.3897707231 rows/sec., 4.41 MiB/sec. 2026.04.07 05:26:51.145664 [ 5 ] {5c65397e-5e12-4e96-9847-395b3845826e} TCPHandler: Processed in 0.001297675 sec. 2026.04.07 05:26:51.145776 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:51.145868 [ 5 ] {2aa2b321-1770-49a2-aca0-5b23de79b92e} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:26:51.145909 [ 5 ] {2aa2b321-1770-49a2-aca0-5b23de79b92e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:26:51.146308 [ 5 ] {2aa2b321-1770-49a2-aca0-5b23de79b92e} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:51.146343 [ 5 ] {2aa2b321-1770-49a2-aca0-5b23de79b92e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.04.07 05:26:51.146674 [ 5 ] {2aa2b321-1770-49a2-aca0-5b23de79b92e} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.04.07 05:26:51.146887 [ 5 ] {2aa2b321-1770-49a2-aca0-5b23de79b92e} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:51.147012 [ 5 ] {2aa2b321-1770-49a2-aca0-5b23de79b92e} executeQuery: Read 160 rows, 11.41 KiB in 0.001162 sec., 137693.63166953527 rows/sec., 9.59 MiB/sec. 2026.04.07 05:26:51.147048 [ 5 ] {2aa2b321-1770-49a2-aca0-5b23de79b92e} TCPHandler: Processed in 0.001318755 sec. 2026.04.07 05:26:51.147155 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:51.147246 [ 5 ] {87f53f3d-e47d-4c9b-a965-e5a765c80304} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:26:51.147286 [ 5 ] {87f53f3d-e47d-4c9b-a965-e5a765c80304} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:26:51.147608 [ 5 ] {87f53f3d-e47d-4c9b-a965-e5a765c80304} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:51.147643 [ 5 ] {87f53f3d-e47d-4c9b-a965-e5a765c80304} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.04.07 05:26:51.147953 [ 5 ] {87f53f3d-e47d-4c9b-a965-e5a765c80304} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.04.07 05:26:51.148153 [ 5 ] {87f53f3d-e47d-4c9b-a965-e5a765c80304} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:51.148277 [ 5 ] {87f53f3d-e47d-4c9b-a965-e5a765c80304} executeQuery: Read 60 rows, 4.14 KiB in 0.001049 sec., 57197.33079122974 rows/sec., 3.85 MiB/sec. 2026.04.07 05:26:51.148312 [ 5 ] {87f53f3d-e47d-4c9b-a965-e5a765c80304} TCPHandler: Processed in 0.001203763 sec. 2026.04.07 05:26:51.840637 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 2026.04.07 05:26:51.857600 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:51.857655 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.04.07 05:26:51.864101 [ 243 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.04.07 05:26:51.864828 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:51.865100 [ 47 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.04.07 05:26:51.865151 [ 47 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:51.865173 [ 47 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.04.07 05:26:51.865306 [ 189 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.04.07 05:26:51.867942 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 309 2026.04.07 05:26:51.869012 [ 189 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:26:51.870570 [ 189 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 272 rows starting from the beginning of the part 2026.04.07 05:26:51.875321 [ 189 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 7 rows starting from the beginning of the part 2026.04.07 05:26:51.879776 [ 189 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 8 rows starting from the beginning of the part 2026.04.07 05:26:51.884152 [ 189 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 7 rows starting from the beginning of the part 2026.04.07 05:26:51.888648 [ 189 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 8 rows starting from the beginning of the part 2026.04.07 05:26:51.892855 [ 189 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 7 rows starting from the beginning of the part 2026.04.07 05:26:51.944242 [ 189 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.079000651 sec., 3911.360173475026 rows/sec., 20.22 MiB/sec. 2026.04.07 05:26:51.946981 [ 200 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.04.07 05:26:51.949043 [ 200 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_41_8} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:51.949153 [ 200 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_41_8} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.04.07 05:26:51.951779 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2026.04.07 05:26:52.000212 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 299.03 MiB, peak 312.43 MiB, free memory in arenas 0.00 B, will set to 300.52 MiB (RSS), difference: 1.49 MiB 2026.04.07 05:26:53.302782 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 938 2026.04.07 05:26:53.305039 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:53.305095 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.04.07 05:26:53.306465 [ 242 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.04.07 05:26:53.306807 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:53.306990 [ 43 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.04.07 05:26:53.307053 [ 43 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:53.307072 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.04.07 05:26:53.307190 [ 192 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.04.07 05:26:53.307309 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 938 2026.04.07 05:26:53.307739 [ 192 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:26:53.307900 [ 192 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 800 rows starting from the beginning of the part 2026.04.07 05:26:53.308274 [ 192 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 38 rows starting from the beginning of the part 2026.04.07 05:26:53.308611 [ 192 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 24 rows starting from the beginning of the part 2026.04.07 05:26:53.308916 [ 192 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 20 rows starting from the beginning of the part 2026.04.07 05:26:53.309209 [ 192 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 36 rows starting from the beginning of the part 2026.04.07 05:26:53.309573 [ 192 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 20 rows starting from the beginning of the part 2026.04.07 05:26:53.316519 [ 191 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 938 rows, containing 72 columns (72 merged, 0 gathered) in 0.009386767 sec., 99927.90915125515 rows/sec., 81.38 MiB/sec. 2026.04.07 05:26:53.317540 [ 196 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.04.07 05:26:53.318084 [ 196 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_31_6} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:53.318165 [ 196 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_31_6} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.04.07 05:26:53.318322 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.23 MiB. 2026.04.07 05:26:56.144490 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:56.144684 [ 5 ] {9e906710-d369-447e-89f0-df891eda72e1} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:26:56.144752 [ 5 ] {9e906710-d369-447e-89f0-df891eda72e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:26:56.145487 [ 5 ] {9e906710-d369-447e-89f0-df891eda72e1} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:56.145527 [ 5 ] {9e906710-d369-447e-89f0-df891eda72e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.04.07 05:26:56.145934 [ 5 ] {9e906710-d369-447e-89f0-df891eda72e1} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.04.07 05:26:56.146164 [ 5 ] {9e906710-d369-447e-89f0-df891eda72e1} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:56.146326 [ 5 ] {9e906710-d369-447e-89f0-df891eda72e1} executeQuery: Read 140 rows, 12.49 KiB in 0.001692 sec., 82742.31678486998 rows/sec., 7.21 MiB/sec. 2026.04.07 05:26:56.146376 [ 5 ] {9e906710-d369-447e-89f0-df891eda72e1} TCPHandler: Processed in 0.002014309 sec. 2026.04.07 05:26:56.146513 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:56.146616 [ 5 ] {e2f3e88d-ed50-4e44-9816-2b259efda6d8} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.07 05:26:56.146661 [ 5 ] {e2f3e88d-ed50-4e44-9816-2b259efda6d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.07 05:26:56.147098 [ 5 ] {e2f3e88d-ed50-4e44-9816-2b259efda6d8} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:56.147133 [ 5 ] {e2f3e88d-ed50-4e44-9816-2b259efda6d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.04.07 05:26:56.147443 [ 5 ] {e2f3e88d-ed50-4e44-9816-2b259efda6d8} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.04.07 05:26:56.147654 [ 5 ] {e2f3e88d-ed50-4e44-9816-2b259efda6d8} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:56.147775 [ 5 ] {e2f3e88d-ed50-4e44-9816-2b259efda6d8} executeQuery: Read 42 rows, 3.16 KiB in 0.001206 sec., 34825.87064676617 rows/sec., 2.56 MiB/sec. 2026.04.07 05:26:56.147811 [ 5 ] {e2f3e88d-ed50-4e44-9816-2b259efda6d8} TCPHandler: Processed in 0.001378036 sec. 2026.04.07 05:26:56.147920 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:56.148011 [ 5 ] {023d5c75-1f0b-4a89-9f8f-89d26014556d} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:26:56.148049 [ 5 ] {023d5c75-1f0b-4a89-9f8f-89d26014556d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:26:56.148521 [ 5 ] {023d5c75-1f0b-4a89-9f8f-89d26014556d} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:56.148557 [ 5 ] {023d5c75-1f0b-4a89-9f8f-89d26014556d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.04.07 05:26:56.148862 [ 5 ] {023d5c75-1f0b-4a89-9f8f-89d26014556d} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.04.07 05:26:56.149074 [ 5 ] {023d5c75-1f0b-4a89-9f8f-89d26014556d} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:56.149205 [ 5 ] {023d5c75-1f0b-4a89-9f8f-89d26014556d} executeQuery: Read 106 rows, 8.48 KiB in 0.001173 sec., 90366.58141517476 rows/sec., 7.06 MiB/sec. 2026.04.07 05:26:56.149243 [ 5 ] {023d5c75-1f0b-4a89-9f8f-89d26014556d} TCPHandler: Processed in 0.001340006 sec. 2026.04.07 05:26:56.149357 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:56.149454 [ 5 ] {85d4bd7c-8fae-4f60-addf-b26c7c42060e} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:26:56.149497 [ 5 ] {85d4bd7c-8fae-4f60-addf-b26c7c42060e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:26:56.149910 [ 5 ] {85d4bd7c-8fae-4f60-addf-b26c7c42060e} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:56.149944 [ 5 ] {85d4bd7c-8fae-4f60-addf-b26c7c42060e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.04.07 05:26:56.150270 [ 5 ] {85d4bd7c-8fae-4f60-addf-b26c7c42060e} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.04.07 05:26:56.150484 [ 5 ] {85d4bd7c-8fae-4f60-addf-b26c7c42060e} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:56.150584 [ 41 ] {} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900) (MergerMutator): Selected 6 parts from all_1_60_12 to all_65_65_0 2026.04.07 05:26:56.150621 [ 5 ] {85d4bd7c-8fae-4f60-addf-b26c7c42060e} executeQuery: Read 160 rows, 11.41 KiB in 0.001186 sec., 134907.25126475547 rows/sec., 9.40 MiB/sec. 2026.04.07 05:26:56.150622 [ 41 ] {} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:56.150652 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.04.07 05:26:56.150659 [ 5 ] {85d4bd7c-8fae-4f60-addf-b26c7c42060e} TCPHandler: Processed in 0.001353365 sec. 2026.04.07 05:26:56.150770 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:56.150785 [ 186 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_65_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_60_12 to all_65_65_0 into Compact with storage Full 2026.04.07 05:26:56.150867 [ 5 ] {e0b3d00d-becb-4822-bcb7-d6480b76f5d3} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.07 05:26:56.150925 [ 5 ] {e0b3d00d-becb-4822-bcb7-d6480b76f5d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.07 05:26:56.150958 [ 186 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_65_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:26:56.151005 [ 186 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_65_13} MergeTreeSequentialSource: Reading 4 marks from part all_1_60_12, total 21656 rows starting from the beginning of the part 2026.04.07 05:26:56.151087 [ 186 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 64 rows starting from the beginning of the part 2026.04.07 05:26:56.151142 [ 186 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 160 rows starting from the beginning of the part 2026.04.07 05:26:56.151195 [ 186 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 160 rows starting from the beginning of the part 2026.04.07 05:26:56.151261 [ 186 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 160 rows starting from the beginning of the part 2026.04.07 05:26:56.151317 [ 186 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 160 rows starting from the beginning of the part 2026.04.07 05:26:56.151768 [ 5 ] {e0b3d00d-becb-4822-bcb7-d6480b76f5d3} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:56.151809 [ 5 ] {e0b3d00d-becb-4822-bcb7-d6480b76f5d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.04.07 05:26:56.152909 [ 5 ] {e0b3d00d-becb-4822-bcb7-d6480b76f5d3} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.04.07 05:26:56.153151 [ 5 ] {e0b3d00d-becb-4822-bcb7-d6480b76f5d3} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:56.153299 [ 5 ] {e0b3d00d-becb-4822-bcb7-d6480b76f5d3} executeQuery: Read 42 rows, 77.07 KiB in 0.002451 sec., 17135.862913096695 rows/sec., 30.71 MiB/sec. 2026.04.07 05:26:56.153368 [ 5 ] {e0b3d00d-becb-4822-bcb7-d6480b76f5d3} TCPHandler: Processed in 0.00264835 sec. 2026.04.07 05:26:56.153517 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:56.153638 [ 5 ] {0456eb25-8aff-4375-bf61-08190145eb1b} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:26:56.153689 [ 5 ] {0456eb25-8aff-4375-bf61-08190145eb1b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:26:56.154107 [ 5 ] {0456eb25-8aff-4375-bf61-08190145eb1b} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:56.154150 [ 5 ] {0456eb25-8aff-4375-bf61-08190145eb1b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.04.07 05:26:56.154617 [ 5 ] {0456eb25-8aff-4375-bf61-08190145eb1b} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.04.07 05:26:56.154843 [ 5 ] {0456eb25-8aff-4375-bf61-08190145eb1b} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:56.154977 [ 5 ] {0456eb25-8aff-4375-bf61-08190145eb1b} executeQuery: Read 60 rows, 4.14 KiB in 0.001365 sec., 43956.04395604396 rows/sec., 2.96 MiB/sec. 2026.04.07 05:26:56.155014 [ 5 ] {0456eb25-8aff-4375-bf61-08190145eb1b} TCPHandler: Processed in 0.00156089 sec. 2026.04.07 05:26:56.167933 [ 196 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_65_13} MergeTask::MergeProjectionsStage: Merge sorted 22360 rows, containing 5 columns (5 merged, 0 gathered) in 0.017212685 sec., 1299041.9565570394 rows/sec., 85.30 MiB/sec. 2026.04.07 05:26:56.168452 [ 191 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_65_13} MergedBlockOutputStream: filled checksums all_1_65_13 (state Temporary) 2026.04.07 05:26:56.168772 [ 191 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_65_13} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_merge_all_1_65_13 to all_1_65_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:56.168856 [ 191 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_65_13} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900) (MergerMutator): Merged 6 parts: [all_1_60_12, all_65_65_0] -> all_1_65_13 2026.04.07 05:26:56.168971 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. 2026.04.07 05:26:57.000294 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 301.20 MiB, peak 312.43 MiB, free memory in arenas 0.00 B, will set to 303.04 MiB (RSS), difference: 1.85 MiB 2026.04.07 05:26:57.390584 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59237 2026.04.07 05:26:57.390684 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:26:57.390711 [ 293 ] {} TCP-Session: 279e6be1-93a9-4260-a33b-a274c03d67ee Authenticating user 'default' from [fd00:1122:3344:101::e]:59237 2026.04.07 05:26:57.390735 [ 293 ] {} TCP-Session: 279e6be1-93a9-4260-a33b-a274c03d67ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:57.390747 [ 293 ] {} TCP-Session: 279e6be1-93a9-4260-a33b-a274c03d67ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:57.390977 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61731 2026.04.07 05:26:57.391019 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60907 2026.04.07 05:26:57.391038 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62232 2026.04.07 05:26:57.391082 [ 293 ] {} TCP-Session: 279e6be1-93a9-4260-a33b-a274c03d67ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:57.391107 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:26:57.391114 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:26:57.391030 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52588 2026.04.07 05:26:57.391150 [ 294 ] {} TCP-Session: a77ee05c-b14e-45f2-bf63-871bab12ed4c Authenticating user 'default' from [fd00:1122:3344:101::e]:61731 2026.04.07 05:26:57.391141 [ 290 ] {} TCP-Session: 1c26d413-ccb8-4669-9e89-5500cf8816c8 Authenticating user 'default' from [fd00:1122:3344:101::e]:60907 2026.04.07 05:26:57.391219 [ 294 ] {} TCP-Session: a77ee05c-b14e-45f2-bf63-871bab12ed4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:57.391227 [ 290 ] {} TCP-Session: 1c26d413-ccb8-4669-9e89-5500cf8816c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:57.391236 [ 294 ] {} TCP-Session: a77ee05c-b14e-45f2-bf63-871bab12ed4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:57.391244 [ 290 ] {} TCP-Session: 1c26d413-ccb8-4669-9e89-5500cf8816c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:57.391006 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35856 2026.04.07 05:26:57.391280 [ 293 ] {89b9942f-2ff4-49d1-bf8b-915f6dfb1633} executeQuery: (from [fd00:1122:3344:101::e]:59237) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.07 05:26:57.390986 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43478 2026.04.07 05:26:57.391308 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:26:57.390989 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60812 2026.04.07 05:26:57.391364 [ 292 ] {} TCP-Session: fb596458-d687-4f9b-89d2-9ff28b53564b Authenticating user 'default' from [fd00:1122:3344:101::e]:62232 2026.04.07 05:26:57.391007 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41181 2026.04.07 05:26:57.391410 [ 292 ] {} TCP-Session: fb596458-d687-4f9b-89d2-9ff28b53564b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:57.391431 [ 292 ] {} TCP-Session: fb596458-d687-4f9b-89d2-9ff28b53564b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:57.391749 [ 293 ] {89b9942f-2ff4-49d1-bf8b-915f6dfb1633} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.07 05:26:57.391814 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:26:57.391818 [ 293 ] {89b9942f-2ff4-49d1-bf8b-915f6dfb1633} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.07 05:26:57.391854 [ 291 ] {} TCP-Session: 0ecfb7b2-8bdf-49c4-8053-ec14e10be09b Authenticating user 'default' from [fd00:1122:3344:101::e]:52588 2026.04.07 05:26:57.391886 [ 291 ] {} TCP-Session: 0ecfb7b2-8bdf-49c4-8053-ec14e10be09b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:57.391899 [ 291 ] {} TCP-Session: 0ecfb7b2-8bdf-49c4-8053-ec14e10be09b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:57.391932 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:26:57.391967 [ 288 ] {} TCP-Session: ec134985-8755-4271-b699-e2cfc6d45d4d Authenticating user 'default' from [fd00:1122:3344:101::e]:41181 2026.04.07 05:26:57.391985 [ 288 ] {} TCP-Session: ec134985-8755-4271-b699-e2cfc6d45d4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:57.391997 [ 288 ] {} TCP-Session: ec134985-8755-4271-b699-e2cfc6d45d4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:57.392185 [ 293 ] {89b9942f-2ff4-49d1-bf8b-915f6dfb1633} oximeter.version (b59983b3-b885-480b-8202-da32017c82ac) (SelectExecutor): Key condition: unknown 2026.04.07 05:26:57.392293 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:26:57.392323 [ 289 ] {} TCP-Session: 26f9a062-b72b-4eb6-89b6-e21d3d3aad49 Authenticating user 'default' from [fd00:1122:3344:101::e]:35856 2026.04.07 05:26:57.392340 [ 289 ] {} TCP-Session: 26f9a062-b72b-4eb6-89b6-e21d3d3aad49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:57.392353 [ 289 ] {} TCP-Session: 26f9a062-b72b-4eb6-89b6-e21d3d3aad49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:57.392411 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:26:57.392446 [ 3 ] {} TCP-Session: 38a1c914-9b59-477b-b592-07d85e53bdd4 Authenticating user 'default' from [fd00:1122:3344:101::e]:43478 2026.04.07 05:26:57.392463 [ 3 ] {} TCP-Session: 38a1c914-9b59-477b-b592-07d85e53bdd4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:57.392484 [ 3 ] {} TCP-Session: 38a1c914-9b59-477b-b592-07d85e53bdd4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:57.392518 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:26:57.392553 [ 286 ] {} TCP-Session: 40128f21-bc0b-4c31-b0c8-1733510a17f0 Authenticating user 'default' from [fd00:1122:3344:101::e]:60812 2026.04.07 05:26:57.392569 [ 286 ] {} TCP-Session: 40128f21-bc0b-4c31-b0c8-1733510a17f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:57.392581 [ 286 ] {} TCP-Session: 40128f21-bc0b-4c31-b0c8-1733510a17f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:57.393192 [ 346 ] {89b9942f-2ff4-49d1-bf8b-915f6dfb1633} AggregatingTransform: Aggregating 2026.04.07 05:26:57.393344 [ 346 ] {89b9942f-2ff4-49d1-bf8b-915f6dfb1633} Aggregator: Aggregation method: without_key 2026.04.07 05:26:57.393374 [ 346 ] {89b9942f-2ff4-49d1-bf8b-915f6dfb1633} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00108247 sec. (923.813 rows/sec., 36.09 KiB/sec.) 2026.04.07 05:26:57.393390 [ 346 ] {89b9942f-2ff4-49d1-bf8b-915f6dfb1633} Aggregator: Merging aggregated data 2026.04.07 05:26:57.394510 [ 293 ] {89b9942f-2ff4-49d1-bf8b-915f6dfb1633} executeQuery: Read 1 rows, 40.00 B in 0.003294 sec., 303.58227079538557 rows/sec., 11.86 KiB/sec. 2026.04.07 05:26:57.394638 [ 293 ] {89b9942f-2ff4-49d1-bf8b-915f6dfb1633} TCPHandler: Processed in 0.00368671 sec. 2026.04.07 05:26:57.394762 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.07 05:26:57.394789 [ 293 ] {} TCP-Session: 279e6be1-93a9-4260-a33b-a274c03d67ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:57.394793 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.07 05:26:57.394825 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.07 05:26:57.394836 [ 292 ] {} TCP-Session: fb596458-d687-4f9b-89d2-9ff28b53564b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:57.394853 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.07 05:26:57.394871 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.07 05:26:57.394884 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.07 05:26:57.394908 [ 288 ] {} TCP-Session: ec134985-8755-4271-b699-e2cfc6d45d4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:57.394927 [ 294 ] {} TCP-Session: a77ee05c-b14e-45f2-bf63-871bab12ed4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:57.394941 [ 286 ] {} TCP-Session: 40128f21-bc0b-4c31-b0c8-1733510a17f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:57.394927 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.07 05:26:57.394908 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.07 05:26:57.395002 [ 291 ] {} TCP-Session: 0ecfb7b2-8bdf-49c4-8053-ec14e10be09b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:57.394871 [ 290 ] {} TCP-Session: 1c26d413-ccb8-4669-9e89-5500cf8816c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:57.395024 [ 289 ] {} TCP-Session: 26f9a062-b72b-4eb6-89b6-e21d3d3aad49 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:57.394841 [ 3 ] {} TCPHandler: Done processing connection. 2026.04.07 05:26:57.395095 [ 3 ] {} TCP-Session: 38a1c914-9b59-477b-b592-07d85e53bdd4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:58.076013 [ 39 ] {} DNSResolver: Updating DNS cache 2026.04.07 05:26:58.076064 [ 39 ] {} DNSResolver: Updated DNS cache 2026.04.07 05:26:58.261311 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 20164 2026.04.07 05:26:58.261909 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:58.261962 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.04.07 05:26:58.262531 [ 244 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.04.07 05:26:58.262768 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:58.262908 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20164 2026.04.07 05:26:59.245364 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53444 2026.04.07 05:26:59.245476 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:26:59.245508 [ 293 ] {} TCP-Session: e4c553b1-9dbb-43dc-bcf3-ce6cb940ea44 Authenticating user 'default' from [fd00:1122:3344:101::e]:53444 2026.04.07 05:26:59.245529 [ 293 ] {} TCP-Session: e4c553b1-9dbb-43dc-bcf3-ce6cb940ea44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:59.245541 [ 293 ] {} TCP-Session: e4c553b1-9dbb-43dc-bcf3-ce6cb940ea44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:59.245742 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65168 2026.04.07 05:26:59.245779 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37217 2026.04.07 05:26:59.245812 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55420 2026.04.07 05:26:59.245832 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41214 2026.04.07 05:26:59.245878 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:26:59.245880 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:26:59.245901 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:26:59.245923 [ 294 ] {} TCP-Session: 6448b279-4991-48b8-9af1-bcb0ec85f9be Authenticating user 'default' from [fd00:1122:3344:101::e]:65168 2026.04.07 05:26:59.245926 [ 286 ] {} TCP-Session: ec7c64c2-bdf8-467c-aad1-94545d87a179 Authenticating user 'default' from [fd00:1122:3344:101::e]:37217 2026.04.07 05:26:59.245942 [ 290 ] {} TCP-Session: 5edad3a8-a618-4bad-a844-b6de0922426d Authenticating user 'default' from [fd00:1122:3344:101::e]:55420 2026.04.07 05:26:59.245955 [ 286 ] {} TCP-Session: ec7c64c2-bdf8-467c-aad1-94545d87a179 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:59.245972 [ 290 ] {} TCP-Session: 5edad3a8-a618-4bad-a844-b6de0922426d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:59.245968 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:26:59.245997 [ 290 ] {} TCP-Session: 5edad3a8-a618-4bad-a844-b6de0922426d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:59.245991 [ 286 ] {} TCP-Session: ec7c64c2-bdf8-467c-aad1-94545d87a179 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:59.246024 [ 292 ] {} TCP-Session: 62e89933-f361-4603-82d6-24a244b4f4f8 Authenticating user 'default' from [fd00:1122:3344:101::e]:41214 2026.04.07 05:26:59.245823 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51271 2026.04.07 05:26:59.246061 [ 292 ] {} TCP-Session: 62e89933-f361-4603-82d6-24a244b4f4f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:59.245950 [ 294 ] {} TCP-Session: 6448b279-4991-48b8-9af1-bcb0ec85f9be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:59.246134 [ 292 ] {} TCP-Session: 62e89933-f361-4603-82d6-24a244b4f4f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:59.246159 [ 294 ] {} TCP-Session: 6448b279-4991-48b8-9af1-bcb0ec85f9be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:59.245803 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62473 2026.04.07 05:26:59.246190 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:26:59.245798 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38705 2026.04.07 05:26:59.246254 [ 291 ] {} TCP-Session: 03bc519b-0ae5-4368-9334-6a0d89b914f9 Authenticating user 'default' from [fd00:1122:3344:101::e]:51271 2026.04.07 05:26:59.246260 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:26:59.246292 [ 291 ] {} TCP-Session: 03bc519b-0ae5-4368-9334-6a0d89b914f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:59.246310 [ 288 ] {} TCP-Session: 0514787c-150d-4e2a-9836-81b63b199f95 Authenticating user 'default' from [fd00:1122:3344:101::e]:62473 2026.04.07 05:26:59.246317 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:26:59.246320 [ 291 ] {} TCP-Session: 03bc519b-0ae5-4368-9334-6a0d89b914f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:59.246338 [ 288 ] {} TCP-Session: 0514787c-150d-4e2a-9836-81b63b199f95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:59.246361 [ 289 ] {} TCP-Session: b1758558-a994-4031-b7a0-4d97f0f4b112 Authenticating user 'default' from [fd00:1122:3344:101::e]:38705 2026.04.07 05:26:59.246378 [ 288 ] {} TCP-Session: 0514787c-150d-4e2a-9836-81b63b199f95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:59.246397 [ 289 ] {} TCP-Session: b1758558-a994-4031-b7a0-4d97f0f4b112 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:59.245774 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54888 2026.04.07 05:26:59.246419 [ 289 ] {} TCP-Session: b1758558-a994-4031-b7a0-4d97f0f4b112 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:59.245850 [ 293 ] {} TCP-Session: e4c553b1-9dbb-43dc-bcf3-ce6cb940ea44 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:59.246529 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:26:59.246564 [ 3 ] {} TCP-Session: 6d64f342-76fc-452c-8630-02445654d959 Authenticating user 'default' from [fd00:1122:3344:101::e]:54888 2026.04.07 05:26:59.246589 [ 3 ] {} TCP-Session: 6d64f342-76fc-452c-8630-02445654d959 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:59.246607 [ 3 ] {} TCP-Session: 6d64f342-76fc-452c-8630-02445654d959 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:59.246640 [ 293 ] {c835dc69-e917-4062-82c3-cf059483c9a6} executeQuery: (from [fd00:1122:3344:101::e]:53444) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.07 05:26:59.246889 [ 293 ] {c835dc69-e917-4062-82c3-cf059483c9a6} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.07 05:26:59.246944 [ 293 ] {c835dc69-e917-4062-82c3-cf059483c9a6} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.07 05:26:59.247221 [ 293 ] {c835dc69-e917-4062-82c3-cf059483c9a6} oximeter.version (b59983b3-b885-480b-8202-da32017c82ac) (SelectExecutor): Key condition: unknown 2026.04.07 05:26:59.248197 [ 344 ] {c835dc69-e917-4062-82c3-cf059483c9a6} AggregatingTransform: Aggregating 2026.04.07 05:26:59.248238 [ 344 ] {c835dc69-e917-4062-82c3-cf059483c9a6} Aggregator: Aggregation method: without_key 2026.04.07 05:26:59.248269 [ 344 ] {c835dc69-e917-4062-82c3-cf059483c9a6} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000949048 sec. (1053.687 rows/sec., 41.16 KiB/sec.) 2026.04.07 05:26:59.248284 [ 344 ] {c835dc69-e917-4062-82c3-cf059483c9a6} Aggregator: Merging aggregated data 2026.04.07 05:26:59.249756 [ 293 ] {c835dc69-e917-4062-82c3-cf059483c9a6} executeQuery: Read 1 rows, 40.00 B in 0.003169 sec., 315.5569580309246 rows/sec., 12.33 KiB/sec. 2026.04.07 05:26:59.249905 [ 293 ] {c835dc69-e917-4062-82c3-cf059483c9a6} TCPHandler: Processed in 0.004165669 sec. 2026.04.07 05:26:59.250011 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.07 05:26:59.250041 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.07 05:26:59.250046 [ 293 ] {} TCP-Session: e4c553b1-9dbb-43dc-bcf3-ce6cb940ea44 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:59.250067 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.07 05:26:59.250087 [ 292 ] {} TCP-Session: 62e89933-f361-4603-82d6-24a244b4f4f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:59.250122 [ 288 ] {} TCP-Session: 0514787c-150d-4e2a-9836-81b63b199f95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:59.250127 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.07 05:26:59.250145 [ 3 ] {} TCPHandler: Done processing connection. 2026.04.07 05:26:59.250165 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.07 05:26:59.250178 [ 291 ] {} TCP-Session: 03bc519b-0ae5-4368-9334-6a0d89b914f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:59.250191 [ 3 ] {} TCP-Session: 6d64f342-76fc-452c-8630-02445654d959 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:59.250214 [ 289 ] {} TCP-Session: b1758558-a994-4031-b7a0-4d97f0f4b112 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:59.250182 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.07 05:26:59.250104 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.07 05:26:59.250087 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.07 05:26:59.250281 [ 290 ] {} TCP-Session: 5edad3a8-a618-4bad-a844-b6de0922426d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:59.250291 [ 286 ] {} TCP-Session: ec7c64c2-bdf8-467c-aad1-94545d87a179 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:59.250309 [ 294 ] {} TCP-Session: 6448b279-4991-48b8-9af1-bcb0ec85f9be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:59.361266 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64099 2026.04.07 05:26:59.361364 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:26:59.361399 [ 293 ] {} TCP-Session: 54dbd429-dddf-48fb-911c-e734b28509a9 Authenticating user 'default' from [fd00:1122:3344:101::e]:64099 2026.04.07 05:26:59.361423 [ 293 ] {} TCP-Session: 54dbd429-dddf-48fb-911c-e734b28509a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:59.361436 [ 293 ] {} TCP-Session: 54dbd429-dddf-48fb-911c-e734b28509a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:59.361642 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46857 2026.04.07 05:26:59.361704 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33129 2026.04.07 05:26:59.361700 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50238 2026.04.07 05:26:59.361737 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63887 2026.04.07 05:26:59.361764 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61754 2026.04.07 05:26:59.361773 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:26:59.361756 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33015 2026.04.07 05:26:59.361852 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:26:59.361860 [ 286 ] {} TCP-Session: a60e99ac-34d7-4456-8113-a6b68c5497c6 Authenticating user 'default' from [fd00:1122:3344:101::e]:33129 2026.04.07 05:26:59.361744 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50281 2026.04.07 05:26:59.361902 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:26:59.361902 [ 3 ] {} TCP-Session: 84784493-1ab8-4834-bcb8-f52d9daad8ff Authenticating user 'default' from [fd00:1122:3344:101::e]:50238 2026.04.07 05:26:59.361936 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:26:59.361945 [ 292 ] {} TCP-Session: 5c031455-e1f1-4e2a-8e0d-e9e6d976ffb1 Authenticating user 'default' from [fd00:1122:3344:101::e]:61754 2026.04.07 05:26:59.361951 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:26:59.361975 [ 291 ] {} TCP-Session: 571aff15-160c-43af-aaca-eda90c2a3e82 Authenticating user 'default' from [fd00:1122:3344:101::e]:33015 2026.04.07 05:26:59.361992 [ 292 ] {} TCP-Session: 5c031455-e1f1-4e2a-8e0d-e9e6d976ffb1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:59.362000 [ 290 ] {} TCP-Session: e1048f86-977d-4c0b-9c5e-ef427a54da59 Authenticating user 'default' from [fd00:1122:3344:101::e]:50281 2026.04.07 05:26:59.362030 [ 292 ] {} TCP-Session: 5c031455-e1f1-4e2a-8e0d-e9e6d976ffb1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:59.362050 [ 290 ] {} TCP-Session: e1048f86-977d-4c0b-9c5e-ef427a54da59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:59.362014 [ 291 ] {} TCP-Session: 571aff15-160c-43af-aaca-eda90c2a3e82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:59.362078 [ 290 ] {} TCP-Session: e1048f86-977d-4c0b-9c5e-ef427a54da59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:59.361960 [ 3 ] {} TCP-Session: 84784493-1ab8-4834-bcb8-f52d9daad8ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:59.362112 [ 291 ] {} TCP-Session: 571aff15-160c-43af-aaca-eda90c2a3e82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:59.362136 [ 3 ] {} TCP-Session: 84784493-1ab8-4834-bcb8-f52d9daad8ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:59.361737 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:26:59.361728 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33186 2026.04.07 05:26:59.362213 [ 294 ] {} TCP-Session: cbdf8efd-ca31-438c-bb28-f0b92487c687 Authenticating user 'default' from [fd00:1122:3344:101::e]:46857 2026.04.07 05:26:59.361908 [ 286 ] {} TCP-Session: a60e99ac-34d7-4456-8113-a6b68c5497c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:59.362250 [ 294 ] {} TCP-Session: cbdf8efd-ca31-438c-bb28-f0b92487c687 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:59.362261 [ 286 ] {} TCP-Session: a60e99ac-34d7-4456-8113-a6b68c5497c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:59.362272 [ 294 ] {} TCP-Session: cbdf8efd-ca31-438c-bb28-f0b92487c687 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:59.361842 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:26:59.362292 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:26:59.362330 [ 289 ] {} TCP-Session: 2f03d2c8-0b83-4303-842b-fa52a06e930e Authenticating user 'default' from [fd00:1122:3344:101::e]:63887 2026.04.07 05:26:59.361845 [ 293 ] {} TCP-Session: 54dbd429-dddf-48fb-911c-e734b28509a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:26:59.362363 [ 289 ] {} TCP-Session: 2f03d2c8-0b83-4303-842b-fa52a06e930e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:59.362361 [ 288 ] {} TCP-Session: fe472231-cf96-479b-b316-b2c6969fabc9 Authenticating user 'default' from [fd00:1122:3344:101::e]:33186 2026.04.07 05:26:59.362388 [ 289 ] {} TCP-Session: 2f03d2c8-0b83-4303-842b-fa52a06e930e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:59.362415 [ 288 ] {} TCP-Session: fe472231-cf96-479b-b316-b2c6969fabc9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:59.362434 [ 288 ] {} TCP-Session: fe472231-cf96-479b-b316-b2c6969fabc9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:59.362538 [ 293 ] {6bd2c712-074c-4fe4-83e2-a0bdd2ef4f69} executeQuery: (from [fd00:1122:3344:101::e]:64099) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.07 05:26:59.362795 [ 293 ] {6bd2c712-074c-4fe4-83e2-a0bdd2ef4f69} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.07 05:26:59.362850 [ 293 ] {6bd2c712-074c-4fe4-83e2-a0bdd2ef4f69} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.07 05:26:59.363171 [ 293 ] {6bd2c712-074c-4fe4-83e2-a0bdd2ef4f69} oximeter.version (b59983b3-b885-480b-8202-da32017c82ac) (SelectExecutor): Key condition: unknown 2026.04.07 05:26:59.364174 [ 299 ] {6bd2c712-074c-4fe4-83e2-a0bdd2ef4f69} AggregatingTransform: Aggregating 2026.04.07 05:26:59.364266 [ 299 ] {6bd2c712-074c-4fe4-83e2-a0bdd2ef4f69} Aggregator: Aggregation method: without_key 2026.04.07 05:26:59.364307 [ 299 ] {6bd2c712-074c-4fe4-83e2-a0bdd2ef4f69} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001032699 sec. (968.336 rows/sec., 37.83 KiB/sec.) 2026.04.07 05:26:59.364328 [ 299 ] {6bd2c712-074c-4fe4-83e2-a0bdd2ef4f69} Aggregator: Merging aggregated data 2026.04.07 05:26:59.365750 [ 293 ] {6bd2c712-074c-4fe4-83e2-a0bdd2ef4f69} executeQuery: Read 1 rows, 40.00 B in 0.003269 sec., 305.90394616090543 rows/sec., 11.95 KiB/sec. 2026.04.07 05:26:59.365902 [ 293 ] {6bd2c712-074c-4fe4-83e2-a0bdd2ef4f69} TCPHandler: Processed in 0.004181479 sec. 2026.04.07 05:26:59.366033 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.07 05:26:59.366059 [ 293 ] {} TCP-Session: 54dbd429-dddf-48fb-911c-e734b28509a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:59.366059 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.07 05:26:59.366078 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.07 05:26:59.366099 [ 3 ] {} TCPHandler: Done processing connection. 2026.04.07 05:26:59.366117 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.07 05:26:59.366131 [ 292 ] {} TCP-Session: 5c031455-e1f1-4e2a-8e0d-e9e6d976ffb1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:59.366153 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.07 05:26:59.366150 [ 3 ] {} TCP-Session: 84784493-1ab8-4834-bcb8-f52d9daad8ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:59.366166 [ 291 ] {} TCP-Session: 571aff15-160c-43af-aaca-eda90c2a3e82 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:59.366190 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.07 05:26:59.366198 [ 289 ] {} TCP-Session: 2f03d2c8-0b83-4303-842b-fa52a06e930e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:59.366171 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.07 05:26:59.366240 [ 286 ] {} TCP-Session: a60e99ac-34d7-4456-8113-a6b68c5497c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:59.366134 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.07 05:26:59.366285 [ 288 ] {} TCP-Session: fe472231-cf96-479b-b316-b2c6969fabc9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:59.366110 [ 294 ] {} TCP-Session: cbdf8efd-ca31-438c-bb28-f0b92487c687 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:59.366324 [ 290 ] {} TCP-Session: e1048f86-977d-4c0b-9c5e-ef427a54da59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:26:59.368194 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 2026.04.07 05:26:59.385029 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:26:59.385103 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.04.07 05:26:59.391202 [ 243 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.04.07 05:26:59.392012 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:26:59.396446 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 317 2026.04.07 05:27:01.143872 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:01.144160 [ 5 ] {8a1b3cd4-50e2-48a9-a37d-e9700210520b} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:27:01.144267 [ 5 ] {8a1b3cd4-50e2-48a9-a37d-e9700210520b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:27:01.145064 [ 5 ] {8a1b3cd4-50e2-48a9-a37d-e9700210520b} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:01.145111 [ 5 ] {8a1b3cd4-50e2-48a9-a37d-e9700210520b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.04.07 05:27:01.145496 [ 5 ] {8a1b3cd4-50e2-48a9-a37d-e9700210520b} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.04.07 05:27:01.145718 [ 5 ] {8a1b3cd4-50e2-48a9-a37d-e9700210520b} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:01.145859 [ 36 ] {} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.04.07 05:27:01.145884 [ 5 ] {8a1b3cd4-50e2-48a9-a37d-e9700210520b} executeQuery: Read 56 rows, 4.41 KiB in 0.001803 sec., 31059.34553521908 rows/sec., 2.39 MiB/sec. 2026.04.07 05:27:01.145928 [ 36 ] {} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:01.145948 [ 5 ] {8a1b3cd4-50e2-48a9-a37d-e9700210520b} TCPHandler: Processed in 0.002266993 sec. 2026.04.07 05:27:01.145958 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.04.07 05:27:01.146074 [ 193 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2026.04.07 05:27:01.146118 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:01.146192 [ 193 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:27:01.146221 [ 5 ] {37150c7b-b281-4521-a4ad-aed3fd30f241} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:27:01.146225 [ 193 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2620 rows starting from the beginning of the part 2026.04.07 05:27:01.146267 [ 5 ] {37150c7b-b281-4521-a4ad-aed3fd30f241} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:27:01.146298 [ 193 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 56 rows starting from the beginning of the part 2026.04.07 05:27:01.146347 [ 193 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 140 rows starting from the beginning of the part 2026.04.07 05:27:01.146404 [ 193 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 56 rows starting from the beginning of the part 2026.04.07 05:27:01.146445 [ 193 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 140 rows starting from the beginning of the part 2026.04.07 05:27:01.146490 [ 193 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 56 rows starting from the beginning of the part 2026.04.07 05:27:01.146744 [ 5 ] {37150c7b-b281-4521-a4ad-aed3fd30f241} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:01.146780 [ 5 ] {37150c7b-b281-4521-a4ad-aed3fd30f241} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.04.07 05:27:01.147103 [ 5 ] {37150c7b-b281-4521-a4ad-aed3fd30f241} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.04.07 05:27:01.147316 [ 5 ] {37150c7b-b281-4521-a4ad-aed3fd30f241} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:01.147438 [ 36 ] {} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.04.07 05:27:01.147457 [ 5 ] {37150c7b-b281-4521-a4ad-aed3fd30f241} executeQuery: Read 64 rows, 5.12 KiB in 0.001259 sec., 50833.99523431295 rows/sec., 3.97 MiB/sec. 2026.04.07 05:27:01.147472 [ 36 ] {} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:01.147501 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.04.07 05:27:01.147505 [ 5 ] {37150c7b-b281-4521-a4ad-aed3fd30f241} TCPHandler: Processed in 0.001447247 sec. 2026.04.07 05:27:01.147635 [ 194 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2026.04.07 05:27:01.147642 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:01.147793 [ 5 ] {a0c4fdef-8fa4-42f2-a58f-b03b121c8a3f} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:27:01.147805 [ 194 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:27:01.147838 [ 5 ] {a0c4fdef-8fa4-42f2-a58f-b03b121c8a3f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:27:01.147847 [ 194 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1404 rows starting from the beginning of the part 2026.04.07 05:27:01.147877 [ 187 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 3068 rows, containing 5 columns (5 merged, 0 gathered) in 0.001841514 sec., 1666020.4592525498 rows/sec., 133.76 MiB/sec. 2026.04.07 05:27:01.147930 [ 194 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 64 rows starting from the beginning of the part 2026.04.07 05:27:01.147996 [ 194 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 106 rows starting from the beginning of the part 2026.04.07 05:27:01.148048 [ 194 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 64 rows starting from the beginning of the part 2026.04.07 05:27:01.148093 [ 194 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 106 rows starting from the beginning of the part 2026.04.07 05:27:01.148136 [ 194 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 64 rows starting from the beginning of the part 2026.04.07 05:27:01.148242 [ 199 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.04.07 05:27:01.148279 [ 5 ] {a0c4fdef-8fa4-42f2-a58f-b03b121c8a3f} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:01.148324 [ 5 ] {a0c4fdef-8fa4-42f2-a58f-b03b121c8a3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.04.07 05:27:01.148673 [ 199 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_66_13} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:01.148727 [ 5 ] {a0c4fdef-8fa4-42f2-a58f-b03b121c8a3f} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.04.07 05:27:01.148767 [ 199 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_66_13} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.04.07 05:27:01.148870 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. 2026.04.07 05:27:01.148975 [ 5 ] {a0c4fdef-8fa4-42f2-a58f-b03b121c8a3f} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:01.149117 [ 5 ] {a0c4fdef-8fa4-42f2-a58f-b03b121c8a3f} executeQuery: Read 160 rows, 11.41 KiB in 0.001346 sec., 118870.72808320951 rows/sec., 8.28 MiB/sec. 2026.04.07 05:27:01.149156 [ 5 ] {a0c4fdef-8fa4-42f2-a58f-b03b121c8a3f} TCPHandler: Processed in 0.00156444 sec. 2026.04.07 05:27:01.149279 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:01.149327 [ 199 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 1808 rows, containing 5 columns (5 merged, 0 gathered) in 0.001767073 sec., 1023160.8994082304 rows/sec., 75.72 MiB/sec. 2026.04.07 05:27:01.149374 [ 5 ] {d33d7bc8-43be-4024-b5cb-6eb007043a22} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:27:01.149419 [ 5 ] {d33d7bc8-43be-4024-b5cb-6eb007043a22} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:27:01.149537 [ 199 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.04.07 05:27:01.149761 [ 5 ] {d33d7bc8-43be-4024-b5cb-6eb007043a22} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:01.149783 [ 199 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_66_13} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:01.149801 [ 5 ] {d33d7bc8-43be-4024-b5cb-6eb007043a22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.04.07 05:27:01.149863 [ 199 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_66_13} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.04.07 05:27:01.149948 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. 2026.04.07 05:27:01.150123 [ 5 ] {d33d7bc8-43be-4024-b5cb-6eb007043a22} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.04.07 05:27:01.150331 [ 5 ] {d33d7bc8-43be-4024-b5cb-6eb007043a22} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:01.150441 [ 32 ] {} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.04.07 05:27:01.150464 [ 5 ] {d33d7bc8-43be-4024-b5cb-6eb007043a22} executeQuery: Read 60 rows, 4.14 KiB in 0.001109 sec., 54102.795311091075 rows/sec., 3.65 MiB/sec. 2026.04.07 05:27:01.150477 [ 32 ] {} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:01.150506 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.04.07 05:27:01.150512 [ 5 ] {d33d7bc8-43be-4024-b5cb-6eb007043a22} TCPHandler: Processed in 0.001282864 sec. 2026.04.07 05:27:01.150592 [ 187 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2026.04.07 05:27:01.150700 [ 187 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:27:01.150731 [ 187 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3246 rows starting from the beginning of the part 2026.04.07 05:27:01.150804 [ 187 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 60 rows starting from the beginning of the part 2026.04.07 05:27:01.150847 [ 187 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 60 rows starting from the beginning of the part 2026.04.07 05:27:01.150896 [ 187 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 60 rows starting from the beginning of the part 2026.04.07 05:27:01.150934 [ 187 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 60 rows starting from the beginning of the part 2026.04.07 05:27:01.150975 [ 187 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 60 rows starting from the beginning of the part 2026.04.07 05:27:01.152221 [ 194 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 3546 rows, containing 4 columns (4 merged, 0 gathered) in 0.001664011 sec., 2130995.528274753 rows/sec., 143.72 MiB/sec. 2026.04.07 05:27:01.152527 [ 198 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.04.07 05:27:01.152821 [ 198 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_66_13} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:01.152904 [ 198 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_66_13} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.04.07 05:27:01.153006 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2026.04.07 05:27:03.307653 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 964 2026.04.07 05:27:03.310088 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:03.310149 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.04.07 05:27:03.311422 [ 242 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.04.07 05:27:03.311709 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:03.312111 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 964 2026.04.07 05:27:04.104754 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:04.105082 [ 5 ] {b2515c45-48aa-4096-bf31-28d74ddecbc3} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.07 05:27:04.105198 [ 5 ] {b2515c45-48aa-4096-bf31-28d74ddecbc3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.07 05:27:04.106037 [ 5 ] {b2515c45-48aa-4096-bf31-28d74ddecbc3} oximeter.fields_i16 (19a28ab3-93b8-470f-bc08-bb1de0445c9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:04.106089 [ 5 ] {b2515c45-48aa-4096-bf31-28d74ddecbc3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.04.07 05:27:04.106504 [ 5 ] {b2515c45-48aa-4096-bf31-28d74ddecbc3} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.07 05:27:04.106727 [ 5 ] {b2515c45-48aa-4096-bf31-28d74ddecbc3} oximeter.fields_i16 (19a28ab3-93b8-470f-bc08-bb1de0445c9c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:04.106892 [ 5 ] {b2515c45-48aa-4096-bf31-28d74ddecbc3} executeQuery: Read 24 rows, 2.04 KiB in 0.001899 sec., 12638.23064770932 rows/sec., 1.05 MiB/sec. 2026.04.07 05:27:04.106943 [ 5 ] {b2515c45-48aa-4096-bf31-28d74ddecbc3} TCPHandler: Processed in 0.002366725 sec. 2026.04.07 05:27:04.107074 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:04.107181 [ 5 ] {c015f4d2-b424-4634-8f07-213495be18db} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.07 05:27:04.107225 [ 5 ] {c015f4d2-b424-4634-8f07-213495be18db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.07 05:27:04.107644 [ 5 ] {c015f4d2-b424-4634-8f07-213495be18db} oximeter.fields_ipaddr (825a423c-b132-44a1-9146-cfb597c4352e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:04.107682 [ 5 ] {c015f4d2-b424-4634-8f07-213495be18db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.04.07 05:27:04.107978 [ 5 ] {c015f4d2-b424-4634-8f07-213495be18db} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.07 05:27:04.108186 [ 5 ] {c015f4d2-b424-4634-8f07-213495be18db} oximeter.fields_ipaddr (825a423c-b132-44a1-9146-cfb597c4352e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:04.108322 [ 5 ] {c015f4d2-b424-4634-8f07-213495be18db} executeQuery: Read 16 rows, 1.30 KiB in 0.001164 sec., 13745.704467353951 rows/sec., 1.09 MiB/sec. 2026.04.07 05:27:04.108362 [ 5 ] {c015f4d2-b424-4634-8f07-213495be18db} TCPHandler: Processed in 0.001340215 sec. 2026.04.07 05:27:04.108480 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:04.108576 [ 5 ] {45514d25-156f-4edf-ad78-0bcb87e32dc0} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:27:04.108616 [ 5 ] {45514d25-156f-4edf-ad78-0bcb87e32dc0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:27:04.110051 [ 5 ] {45514d25-156f-4edf-ad78-0bcb87e32dc0} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:04.110088 [ 5 ] {45514d25-156f-4edf-ad78-0bcb87e32dc0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.04.07 05:27:04.110561 [ 5 ] {45514d25-156f-4edf-ad78-0bcb87e32dc0} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.04.07 05:27:04.110773 [ 5 ] {45514d25-156f-4edf-ad78-0bcb87e32dc0} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:04.110908 [ 5 ] {45514d25-156f-4edf-ad78-0bcb87e32dc0} executeQuery: Read 2617 rows, 201.82 KiB in 0.002352 sec., 1112670.068027211 rows/sec., 83.80 MiB/sec. 2026.04.07 05:27:04.110949 [ 5 ] {45514d25-156f-4edf-ad78-0bcb87e32dc0} MemoryTracker: Peak memory usage (for query): 4.02 MiB. 2026.04.07 05:27:04.110962 [ 5 ] {45514d25-156f-4edf-ad78-0bcb87e32dc0} TCPHandler: Processed in 0.002531988 sec. 2026.04.07 05:27:04.111083 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:04.111180 [ 5 ] {95c96476-121c-4689-9bb0-cc40f4e64fca} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.07 05:27:04.111221 [ 5 ] {95c96476-121c-4689-9bb0-cc40f4e64fca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.07 05:27:04.111677 [ 5 ] {95c96476-121c-4689-9bb0-cc40f4e64fca} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:04.111713 [ 5 ] {95c96476-121c-4689-9bb0-cc40f4e64fca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.04.07 05:27:04.112010 [ 5 ] {95c96476-121c-4689-9bb0-cc40f4e64fca} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.04.07 05:27:04.112233 [ 5 ] {95c96476-121c-4689-9bb0-cc40f4e64fca} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:04.112350 [ 31 ] {} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.04.07 05:27:04.112362 [ 5 ] {95c96476-121c-4689-9bb0-cc40f4e64fca} executeQuery: Read 81 rows, 6.06 KiB in 0.001201 sec., 67443.79683597002 rows/sec., 4.93 MiB/sec. 2026.04.07 05:27:04.112434 [ 31 ] {} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:04.112449 [ 5 ] {95c96476-121c-4689-9bb0-cc40f4e64fca} TCPHandler: Processed in 0.001415977 sec. 2026.04.07 05:27:04.112462 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.04.07 05:27:04.112574 [ 199 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.04.07 05:27:04.112580 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:04.112712 [ 5 ] {267ffd2e-22c3-4c96-b820-6053577a5897} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.07 05:27:04.112713 [ 199 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:27:04.112763 [ 199 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 83 rows starting from the beginning of the part 2026.04.07 05:27:04.112764 [ 5 ] {267ffd2e-22c3-4c96-b820-6053577a5897} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.07 05:27:04.112834 [ 199 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 42 rows starting from the beginning of the part 2026.04.07 05:27:04.112896 [ 199 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 65 rows starting from the beginning of the part 2026.04.07 05:27:04.112938 [ 199 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 42 rows starting from the beginning of the part 2026.04.07 05:27:04.112976 [ 199 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 42 rows starting from the beginning of the part 2026.04.07 05:27:04.113013 [ 199 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 81 rows starting from the beginning of the part 2026.04.07 05:27:04.113434 [ 5 ] {267ffd2e-22c3-4c96-b820-6053577a5897} oximeter.fields_u32 (77106049-3b56-443c-8974-c866b1324d40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:04.113474 [ 5 ] {267ffd2e-22c3-4c96-b820-6053577a5897} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.04.07 05:27:04.113910 [ 198 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 355 rows, containing 5 columns (5 merged, 0 gathered) in 0.001379535 sec., 257333.08687347546 rows/sec., 19.87 MiB/sec. 2026.04.07 05:27:04.113926 [ 5 ] {267ffd2e-22c3-4c96-b820-6053577a5897} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.07 05:27:04.114089 [ 199 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.04.07 05:27:04.114235 [ 5 ] {267ffd2e-22c3-4c96-b820-6053577a5897} oximeter.fields_u32 (77106049-3b56-443c-8974-c866b1324d40): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:04.114384 [ 199 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_36_7} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:04.114409 [ 5 ] {267ffd2e-22c3-4c96-b820-6053577a5897} executeQuery: Read 825 rows, 49.42 KiB in 0.001715 sec., 481049.56268221576 rows/sec., 28.14 MiB/sec. 2026.04.07 05:27:04.114460 [ 5 ] {267ffd2e-22c3-4c96-b820-6053577a5897} TCPHandler: Processed in 0.001929136 sec. 2026.04.07 05:27:04.114462 [ 199 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_36_7} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.04.07 05:27:04.114559 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.04.07 05:27:04.114597 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:04.114700 [ 5 ] {d6717c18-438c-45e0-b218-1c29b29b0ead} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.04.07 05:27:04.114743 [ 5 ] {d6717c18-438c-45e0-b218-1c29b29b0ead} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.04.07 05:27:04.115122 [ 5 ] {d6717c18-438c-45e0-b218-1c29b29b0ead} oximeter.fields_u64 (694db3f7-adc1-48c0-aa80-2e45c79f29b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:04.115159 [ 5 ] {d6717c18-438c-45e0-b218-1c29b29b0ead} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.04.07 05:27:04.115446 [ 5 ] {d6717c18-438c-45e0-b218-1c29b29b0ead} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.07 05:27:04.115652 [ 5 ] {d6717c18-438c-45e0-b218-1c29b29b0ead} oximeter.fields_u64 (694db3f7-adc1-48c0-aa80-2e45c79f29b4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:04.115776 [ 5 ] {d6717c18-438c-45e0-b218-1c29b29b0ead} executeQuery: Read 1 rows, 72.00 B in 0.001095 sec., 913.2420091324201 rows/sec., 64.21 KiB/sec. 2026.04.07 05:27:04.115813 [ 5 ] {d6717c18-438c-45e0-b218-1c29b29b0ead} TCPHandler: Processed in 0.001273604 sec. 2026.04.07 05:27:04.115923 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:04.116019 [ 5 ] {33028e5b-3bcf-42ff-b80d-a101d528c392} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.07 05:27:04.116058 [ 5 ] {33028e5b-3bcf-42ff-b80d-a101d528c392} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.07 05:27:04.116445 [ 5 ] {33028e5b-3bcf-42ff-b80d-a101d528c392} oximeter.fields_u8 (0286c37b-6235-46e9-9a40-c9bc493e69eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:04.116482 [ 5 ] {33028e5b-3bcf-42ff-b80d-a101d528c392} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.04.07 05:27:04.116775 [ 5 ] {33028e5b-3bcf-42ff-b80d-a101d528c392} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.07 05:27:04.116982 [ 5 ] {33028e5b-3bcf-42ff-b80d-a101d528c392} oximeter.fields_u8 (0286c37b-6235-46e9-9a40-c9bc493e69eb): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:04.117108 [ 5 ] {33028e5b-3bcf-42ff-b80d-a101d528c392} executeQuery: Read 12 rows, 960.00 B in 0.001106 sec., 10849.9095840868 rows/sec., 847.65 KiB/sec. 2026.04.07 05:27:04.117144 [ 5 ] {33028e5b-3bcf-42ff-b80d-a101d528c392} TCPHandler: Processed in 0.001269014 sec. 2026.04.07 05:27:04.117261 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:04.117352 [ 5 ] {252324ad-725f-4eca-8b81-af7fa8a3b4b3} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:27:04.117390 [ 5 ] {252324ad-725f-4eca-8b81-af7fa8a3b4b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:27:04.118184 [ 5 ] {252324ad-725f-4eca-8b81-af7fa8a3b4b3} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:04.118218 [ 5 ] {252324ad-725f-4eca-8b81-af7fa8a3b4b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.04.07 05:27:04.118585 [ 5 ] {252324ad-725f-4eca-8b81-af7fa8a3b4b3} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.04.07 05:27:04.118786 [ 5 ] {252324ad-725f-4eca-8b81-af7fa8a3b4b3} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:04.118911 [ 5 ] {252324ad-725f-4eca-8b81-af7fa8a3b4b3} executeQuery: Read 1384 rows, 96.04 KiB in 0.001576 sec., 878172.5888324874 rows/sec., 59.51 MiB/sec. 2026.04.07 05:27:04.118947 [ 5 ] {252324ad-725f-4eca-8b81-af7fa8a3b4b3} TCPHandler: Processed in 0.001741893 sec. 2026.04.07 05:27:04.119058 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:04.119150 [ 5 ] {ae633fff-bb05-4cbb-b8dd-99e7e3c691a9} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:27:04.119190 [ 5 ] {ae633fff-bb05-4cbb-b8dd-99e7e3c691a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:27:04.119845 [ 5 ] {ae633fff-bb05-4cbb-b8dd-99e7e3c691a9} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:04.119880 [ 5 ] {ae633fff-bb05-4cbb-b8dd-99e7e3c691a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.04.07 05:27:04.120301 [ 5 ] {ae633fff-bb05-4cbb-b8dd-99e7e3c691a9} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.04.07 05:27:04.120502 [ 5 ] {ae633fff-bb05-4cbb-b8dd-99e7e3c691a9} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:04.120629 [ 5 ] {ae633fff-bb05-4cbb-b8dd-99e7e3c691a9} executeQuery: Read 1604 rows, 101.02 KiB in 0.001497 sec., 1071476.2859051435 rows/sec., 65.90 MiB/sec. 2026.04.07 05:27:04.120665 [ 5 ] {ae633fff-bb05-4cbb-b8dd-99e7e3c691a9} TCPHandler: Processed in 0.001654381 sec. 2026.04.07 05:27:04.120772 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:04.120863 [ 5 ] {d2c38891-e91b-48cc-9f5b-d7adb2aed902} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.07 05:27:04.120916 [ 5 ] {d2c38891-e91b-48cc-9f5b-d7adb2aed902} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.07 05:27:04.121781 [ 5 ] {d2c38891-e91b-48cc-9f5b-d7adb2aed902} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:04.121817 [ 5 ] {d2c38891-e91b-48cc-9f5b-d7adb2aed902} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.04.07 05:27:04.122369 [ 5 ] {d2c38891-e91b-48cc-9f5b-d7adb2aed902} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.04.07 05:27:04.122579 [ 5 ] {d2c38891-e91b-48cc-9f5b-d7adb2aed902} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:04.122679 [ 31 ] {} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.04.07 05:27:04.122714 [ 5 ] {d2c38891-e91b-48cc-9f5b-d7adb2aed902} executeQuery: Read 53 rows, 97.25 KiB in 0.001868 sec., 28372.591006423983 rows/sec., 50.84 MiB/sec. 2026.04.07 05:27:04.122715 [ 31 ] {} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:04.122756 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.04.07 05:27:04.122772 [ 5 ] {d2c38891-e91b-48cc-9f5b-d7adb2aed902} TCPHandler: Processed in 0.002046509 sec. 2026.04.07 05:27:04.122883 [ 194 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.04.07 05:27:04.122891 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:04.123019 [ 5 ] {fef3b20a-488e-4502-b2f7-6a0cf82769e0} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:27:04.123059 [ 5 ] {fef3b20a-488e-4502-b2f7-6a0cf82769e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:27:04.123163 [ 194 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:27:04.123233 [ 194 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1081 rows starting from the beginning of the part 2026.04.07 05:27:04.123378 [ 5 ] {fef3b20a-488e-4502-b2f7-6a0cf82769e0} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:04.123413 [ 194 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 42 rows starting from the beginning of the part 2026.04.07 05:27:04.123418 [ 5 ] {fef3b20a-488e-4502-b2f7-6a0cf82769e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.04.07 05:27:04.123544 [ 194 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 53 rows starting from the beginning of the part 2026.04.07 05:27:04.123668 [ 194 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 42 rows starting from the beginning of the part 2026.04.07 05:27:04.123743 [ 5 ] {fef3b20a-488e-4502-b2f7-6a0cf82769e0} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.04.07 05:27:04.123766 [ 194 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 42 rows starting from the beginning of the part 2026.04.07 05:27:04.123879 [ 194 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 53 rows starting from the beginning of the part 2026.04.07 05:27:04.123977 [ 5 ] {fef3b20a-488e-4502-b2f7-6a0cf82769e0} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:04.124109 [ 5 ] {fef3b20a-488e-4502-b2f7-6a0cf82769e0} executeQuery: Read 36 rows, 2.48 KiB in 0.001108 sec., 32490.974729241876 rows/sec., 2.19 MiB/sec. 2026.04.07 05:27:04.124144 [ 5 ] {fef3b20a-488e-4502-b2f7-6a0cf82769e0} TCPHandler: Processed in 0.001300815 sec. 2026.04.07 05:27:04.130820 [ 190 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1313 rows, containing 19 columns (19 merged, 0 gathered) in 0.007990001 sec., 164330.39244926252 rows/sec., 294.47 MiB/sec. 2026.04.07 05:27:04.132114 [ 190 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.04.07 05:27:04.132440 [ 190 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_31_6} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:04.132518 [ 190 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_31_6} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.04.07 05:27:04.132617 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.63 MiB. 2026.04.07 05:27:05.000188 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 304.05 MiB, peak 315.63 MiB, free memory in arenas 0.00 B, will set to 306.99 MiB (RSS), difference: 2.93 MiB 2026.04.07 05:27:05.762985 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 20612 2026.04.07 05:27:05.763535 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:05.763587 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.04.07 05:27:05.764080 [ 244 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.04.07 05:27:05.764341 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:05.764468 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20612 2026.04.07 05:27:06.138448 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:06.138629 [ 5 ] {f0caf8ca-e1a6-4f84-9cfc-de3746ae5fe4} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:27:06.138696 [ 5 ] {f0caf8ca-e1a6-4f84-9cfc-de3746ae5fe4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:27:06.139347 [ 5 ] {f0caf8ca-e1a6-4f84-9cfc-de3746ae5fe4} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:06.139391 [ 5 ] {f0caf8ca-e1a6-4f84-9cfc-de3746ae5fe4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.04.07 05:27:06.139795 [ 5 ] {f0caf8ca-e1a6-4f84-9cfc-de3746ae5fe4} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.04.07 05:27:06.140016 [ 5 ] {f0caf8ca-e1a6-4f84-9cfc-de3746ae5fe4} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:06.140179 [ 5 ] {f0caf8ca-e1a6-4f84-9cfc-de3746ae5fe4} executeQuery: Read 56 rows, 4.41 KiB in 0.001599 sec., 35021.88868042527 rows/sec., 2.69 MiB/sec. 2026.04.07 05:27:06.140231 [ 5 ] {f0caf8ca-e1a6-4f84-9cfc-de3746ae5fe4} TCPHandler: Processed in 0.001908206 sec. 2026.04.07 05:27:06.140355 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:06.140457 [ 5 ] {ef51817c-8342-438a-9e56-757595951f35} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:27:06.140500 [ 5 ] {ef51817c-8342-438a-9e56-757595951f35} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:27:06.140940 [ 5 ] {ef51817c-8342-438a-9e56-757595951f35} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:06.140975 [ 5 ] {ef51817c-8342-438a-9e56-757595951f35} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.04.07 05:27:06.141293 [ 5 ] {ef51817c-8342-438a-9e56-757595951f35} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.04.07 05:27:06.141498 [ 5 ] {ef51817c-8342-438a-9e56-757595951f35} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:06.141629 [ 5 ] {ef51817c-8342-438a-9e56-757595951f35} executeQuery: Read 64 rows, 5.12 KiB in 0.001196 sec., 53511.70568561873 rows/sec., 4.18 MiB/sec. 2026.04.07 05:27:06.141666 [ 5 ] {ef51817c-8342-438a-9e56-757595951f35} TCPHandler: Processed in 0.001362415 sec. 2026.04.07 05:27:06.141785 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:06.141880 [ 5 ] {80e0788e-315c-418e-a325-6b9af756edd5} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:27:06.141924 [ 5 ] {80e0788e-315c-418e-a325-6b9af756edd5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:27:06.142300 [ 5 ] {80e0788e-315c-418e-a325-6b9af756edd5} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:06.142333 [ 5 ] {80e0788e-315c-418e-a325-6b9af756edd5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.04.07 05:27:06.142663 [ 5 ] {80e0788e-315c-418e-a325-6b9af756edd5} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.04.07 05:27:06.142903 [ 5 ] {80e0788e-315c-418e-a325-6b9af756edd5} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:06.143033 [ 5 ] {80e0788e-315c-418e-a325-6b9af756edd5} executeQuery: Read 64 rows, 4.56 KiB in 0.001173 sec., 54560.954816709294 rows/sec., 3.80 MiB/sec. 2026.04.07 05:27:06.143069 [ 5 ] {80e0788e-315c-418e-a325-6b9af756edd5} TCPHandler: Processed in 0.001332155 sec. 2026.04.07 05:27:06.143182 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:06.143283 [ 5 ] {9ec6a4e3-0c1e-4435-9027-616d1ac75a42} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:27:06.143325 [ 5 ] {9ec6a4e3-0c1e-4435-9027-616d1ac75a42} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:27:06.143666 [ 5 ] {9ec6a4e3-0c1e-4435-9027-616d1ac75a42} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:06.143699 [ 5 ] {9ec6a4e3-0c1e-4435-9027-616d1ac75a42} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.04.07 05:27:06.143996 [ 5 ] {9ec6a4e3-0c1e-4435-9027-616d1ac75a42} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.04.07 05:27:06.144203 [ 5 ] {9ec6a4e3-0c1e-4435-9027-616d1ac75a42} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:06.144331 [ 5 ] {9ec6a4e3-0c1e-4435-9027-616d1ac75a42} executeQuery: Read 24 rows, 1.66 KiB in 0.001068 sec., 22471.91011235955 rows/sec., 1.51 MiB/sec. 2026.04.07 05:27:06.144366 [ 5 ] {9ec6a4e3-0c1e-4435-9027-616d1ac75a42} TCPHandler: Processed in 0.001231233 sec. 2026.04.07 05:27:06.896511 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 324 2026.04.07 05:27:06.912984 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:06.913038 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.04.07 05:27:06.919145 [ 243 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.04.07 05:27:06.919847 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:06.922891 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 324 2026.04.07 05:27:11.143609 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:11.143916 [ 5 ] {35fa7eb5-9660-4104-9cea-af38c3bec174} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:27:11.144000 [ 5 ] {35fa7eb5-9660-4104-9cea-af38c3bec174} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:27:11.144652 [ 5 ] {35fa7eb5-9660-4104-9cea-af38c3bec174} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:11.144691 [ 5 ] {35fa7eb5-9660-4104-9cea-af38c3bec174} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.04.07 05:27:11.145097 [ 5 ] {35fa7eb5-9660-4104-9cea-af38c3bec174} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.04.07 05:27:11.145333 [ 5 ] {35fa7eb5-9660-4104-9cea-af38c3bec174} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:11.145493 [ 5 ] {35fa7eb5-9660-4104-9cea-af38c3bec174} executeQuery: Read 56 rows, 4.41 KiB in 0.001653 sec., 33877.7979431337 rows/sec., 2.60 MiB/sec. 2026.04.07 05:27:11.145543 [ 5 ] {35fa7eb5-9660-4104-9cea-af38c3bec174} TCPHandler: Processed in 0.002127091 sec. 2026.04.07 05:27:11.145674 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:11.145780 [ 5 ] {3f7d6a6d-0626-4c9e-a746-fed7ae934f8a} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:27:11.145822 [ 5 ] {3f7d6a6d-0626-4c9e-a746-fed7ae934f8a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:27:11.146259 [ 5 ] {3f7d6a6d-0626-4c9e-a746-fed7ae934f8a} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:11.146296 [ 5 ] {3f7d6a6d-0626-4c9e-a746-fed7ae934f8a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.04.07 05:27:11.146619 [ 5 ] {3f7d6a6d-0626-4c9e-a746-fed7ae934f8a} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.04.07 05:27:11.146848 [ 5 ] {3f7d6a6d-0626-4c9e-a746-fed7ae934f8a} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:11.146983 [ 5 ] {3f7d6a6d-0626-4c9e-a746-fed7ae934f8a} executeQuery: Read 64 rows, 5.12 KiB in 0.001226 sec., 52202.28384991843 rows/sec., 4.07 MiB/sec. 2026.04.07 05:27:11.147023 [ 5 ] {3f7d6a6d-0626-4c9e-a746-fed7ae934f8a} TCPHandler: Processed in 0.001401157 sec. 2026.04.07 05:27:11.147139 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:11.147237 [ 5 ] {249a1006-4149-4d81-961f-730eee3d82fb} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:27:11.147280 [ 5 ] {249a1006-4149-4d81-961f-730eee3d82fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:27:11.147691 [ 5 ] {249a1006-4149-4d81-961f-730eee3d82fb} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:11.147728 [ 5 ] {249a1006-4149-4d81-961f-730eee3d82fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.04.07 05:27:11.148060 [ 5 ] {249a1006-4149-4d81-961f-730eee3d82fb} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.04.07 05:27:11.148278 [ 5 ] {249a1006-4149-4d81-961f-730eee3d82fb} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:11.148409 [ 5 ] {249a1006-4149-4d81-961f-730eee3d82fb} executeQuery: Read 160 rows, 11.41 KiB in 0.001193 sec., 134115.6747694887 rows/sec., 9.34 MiB/sec. 2026.04.07 05:27:11.148448 [ 5 ] {249a1006-4149-4d81-961f-730eee3d82fb} TCPHandler: Processed in 0.001358875 sec. 2026.04.07 05:27:11.148555 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:11.148652 [ 5 ] {aeabb6e0-d790-43a9-bc1c-30753d3fdd66} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:27:11.148694 [ 5 ] {aeabb6e0-d790-43a9-bc1c-30753d3fdd66} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:27:11.149027 [ 5 ] {aeabb6e0-d790-43a9-bc1c-30753d3fdd66} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:11.149064 [ 5 ] {aeabb6e0-d790-43a9-bc1c-30753d3fdd66} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.04.07 05:27:11.149383 [ 5 ] {aeabb6e0-d790-43a9-bc1c-30753d3fdd66} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.04.07 05:27:11.149596 [ 5 ] {aeabb6e0-d790-43a9-bc1c-30753d3fdd66} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:11.149729 [ 5 ] {aeabb6e0-d790-43a9-bc1c-30753d3fdd66} executeQuery: Read 60 rows, 4.14 KiB in 0.001096 sec., 54744.52554744526 rows/sec., 3.69 MiB/sec. 2026.04.07 05:27:11.149765 [ 5 ] {aeabb6e0-d790-43a9-bc1c-30753d3fdd66} TCPHandler: Processed in 0.001264154 sec. 2026.04.07 05:27:13.076331 [ 112 ] {} DNSResolver: Updating DNS cache 2026.04.07 05:27:13.076403 [ 112 ] {} DNSResolver: Updated DNS cache 2026.04.07 05:27:13.264596 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 21124 2026.04.07 05:27:13.265070 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:13.265102 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.04.07 05:27:13.265588 [ 244 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.04.07 05:27:13.265816 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:13.265937 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21124 2026.04.07 05:27:13.312260 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1002 2026.04.07 05:27:13.314749 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:13.314789 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.04.07 05:27:13.315953 [ 242 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.04.07 05:27:13.316228 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:13.316479 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1002 2026.04.07 05:27:14.422991 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 332 2026.04.07 05:27:14.440468 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:14.440534 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.04.07 05:27:14.446634 [ 243 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.04.07 05:27:14.447327 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:14.450474 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 332 2026.04.07 05:27:16.145609 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:16.145895 [ 5 ] {c85e15fe-84b8-40bf-bf89-be474612fe4f} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:27:16.145999 [ 5 ] {c85e15fe-84b8-40bf-bf89-be474612fe4f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:27:16.146753 [ 5 ] {c85e15fe-84b8-40bf-bf89-be474612fe4f} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:16.146799 [ 5 ] {c85e15fe-84b8-40bf-bf89-be474612fe4f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.04.07 05:27:16.147211 [ 5 ] {c85e15fe-84b8-40bf-bf89-be474612fe4f} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.04.07 05:27:16.147433 [ 5 ] {c85e15fe-84b8-40bf-bf89-be474612fe4f} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:16.147592 [ 5 ] {c85e15fe-84b8-40bf-bf89-be474612fe4f} executeQuery: Read 140 rows, 12.49 KiB in 0.001774 sec., 78917.70011273958 rows/sec., 6.87 MiB/sec. 2026.04.07 05:27:16.147640 [ 5 ] {c85e15fe-84b8-40bf-bf89-be474612fe4f} TCPHandler: Processed in 0.002222211 sec. 2026.04.07 05:27:16.147769 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:16.147871 [ 5 ] {13cb87db-8bd9-4816-9d48-8dac6b5429c2} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.07 05:27:16.147911 [ 5 ] {13cb87db-8bd9-4816-9d48-8dac6b5429c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.07 05:27:16.148324 [ 5 ] {13cb87db-8bd9-4816-9d48-8dac6b5429c2} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:16.148361 [ 5 ] {13cb87db-8bd9-4816-9d48-8dac6b5429c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.04.07 05:27:16.148661 [ 5 ] {13cb87db-8bd9-4816-9d48-8dac6b5429c2} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.04.07 05:27:16.148869 [ 5 ] {13cb87db-8bd9-4816-9d48-8dac6b5429c2} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:16.148995 [ 5 ] {13cb87db-8bd9-4816-9d48-8dac6b5429c2} executeQuery: Read 42 rows, 3.16 KiB in 0.001144 sec., 36713.28671328671 rows/sec., 2.70 MiB/sec. 2026.04.07 05:27:16.149034 [ 5 ] {13cb87db-8bd9-4816-9d48-8dac6b5429c2} TCPHandler: Processed in 0.001318725 sec. 2026.04.07 05:27:16.149154 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:16.149254 [ 5 ] {da74e79a-b235-4587-a504-a22795f6b411} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:27:16.149293 [ 5 ] {da74e79a-b235-4587-a504-a22795f6b411} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:27:16.149733 [ 5 ] {da74e79a-b235-4587-a504-a22795f6b411} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:16.149768 [ 5 ] {da74e79a-b235-4587-a504-a22795f6b411} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.04.07 05:27:16.150066 [ 5 ] {da74e79a-b235-4587-a504-a22795f6b411} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.04.07 05:27:16.150268 [ 5 ] {da74e79a-b235-4587-a504-a22795f6b411} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:16.150393 [ 5 ] {da74e79a-b235-4587-a504-a22795f6b411} executeQuery: Read 106 rows, 8.48 KiB in 0.001161 sec., 91300.6029285099 rows/sec., 7.13 MiB/sec. 2026.04.07 05:27:16.150431 [ 5 ] {da74e79a-b235-4587-a504-a22795f6b411} TCPHandler: Processed in 0.001333085 sec. 2026.04.07 05:27:16.150558 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:16.150654 [ 5 ] {a2574023-3a39-42e1-b168-0aba635106e3} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:27:16.150696 [ 5 ] {a2574023-3a39-42e1-b168-0aba635106e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:27:16.151120 [ 5 ] {a2574023-3a39-42e1-b168-0aba635106e3} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:16.151154 [ 5 ] {a2574023-3a39-42e1-b168-0aba635106e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.04.07 05:27:16.151480 [ 5 ] {a2574023-3a39-42e1-b168-0aba635106e3} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.04.07 05:27:16.151690 [ 5 ] {a2574023-3a39-42e1-b168-0aba635106e3} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:16.151814 [ 173 ] {} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900) (MergerMutator): Selected 6 parts from all_1_65_13 to all_70_70_0 2026.04.07 05:27:16.151818 [ 5 ] {a2574023-3a39-42e1-b168-0aba635106e3} executeQuery: Read 160 rows, 11.41 KiB in 0.001184 sec., 135135.13513513515 rows/sec., 9.41 MiB/sec. 2026.04.07 05:27:16.151852 [ 173 ] {} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:16.151870 [ 5 ] {a2574023-3a39-42e1-b168-0aba635106e3} TCPHandler: Processed in 0.001373766 sec. 2026.04.07 05:27:16.151871 [ 173 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.04.07 05:27:16.151985 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:16.152013 [ 190 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_70_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_65_13 to all_70_70_0 into Compact with storage Full 2026.04.07 05:27:16.152081 [ 5 ] {564786fa-492b-45bd-8868-8b64c3a58b4b} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.07 05:27:16.152138 [ 5 ] {564786fa-492b-45bd-8868-8b64c3a58b4b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.07 05:27:16.152164 [ 190 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_70_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:27:16.152206 [ 190 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_70_14} MergeTreeSequentialSource: Reading 4 marks from part all_1_65_13, total 22360 rows starting from the beginning of the part 2026.04.07 05:27:16.152284 [ 190 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 160 rows starting from the beginning of the part 2026.04.07 05:27:16.152330 [ 190 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 1604 rows starting from the beginning of the part 2026.04.07 05:27:16.152374 [ 190 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 64 rows starting from the beginning of the part 2026.04.07 05:27:16.152417 [ 190 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 160 rows starting from the beginning of the part 2026.04.07 05:27:16.152459 [ 190 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 160 rows starting from the beginning of the part 2026.04.07 05:27:16.153046 [ 5 ] {564786fa-492b-45bd-8868-8b64c3a58b4b} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:16.153087 [ 5 ] {564786fa-492b-45bd-8868-8b64c3a58b4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.04.07 05:27:16.153733 [ 5 ] {564786fa-492b-45bd-8868-8b64c3a58b4b} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.04.07 05:27:16.153968 [ 5 ] {564786fa-492b-45bd-8868-8b64c3a58b4b} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:16.154120 [ 5 ] {564786fa-492b-45bd-8868-8b64c3a58b4b} executeQuery: Read 42 rows, 77.07 KiB in 0.002058 sec., 20408.163265306124 rows/sec., 36.57 MiB/sec. 2026.04.07 05:27:16.154195 [ 5 ] {564786fa-492b-45bd-8868-8b64c3a58b4b} TCPHandler: Processed in 0.002258772 sec. 2026.04.07 05:27:16.154315 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:16.154412 [ 5 ] {075573e2-446f-448e-a864-463592e37279} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:27:16.154453 [ 5 ] {075573e2-446f-448e-a864-463592e37279} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:27:16.154795 [ 5 ] {075573e2-446f-448e-a864-463592e37279} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:16.154830 [ 5 ] {075573e2-446f-448e-a864-463592e37279} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.04.07 05:27:16.155162 [ 5 ] {075573e2-446f-448e-a864-463592e37279} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.04.07 05:27:16.155369 [ 5 ] {075573e2-446f-448e-a864-463592e37279} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:16.155497 [ 5 ] {075573e2-446f-448e-a864-463592e37279} executeQuery: Read 60 rows, 4.14 KiB in 0.001103 sec., 54397.09882139619 rows/sec., 3.67 MiB/sec. 2026.04.07 05:27:16.155533 [ 5 ] {075573e2-446f-448e-a864-463592e37279} TCPHandler: Processed in 0.001266595 sec. 2026.04.07 05:27:16.160990 [ 195 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_70_14} MergeTask::MergeProjectionsStage: Merge sorted 24508 rows, containing 5 columns (5 merged, 0 gathered) in 0.00903274 sec., 2713240.9435010864 rows/sec., 177.67 MiB/sec. 2026.04.07 05:27:16.161584 [ 202 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_70_14} MergedBlockOutputStream: filled checksums all_1_70_14 (state Temporary) 2026.04.07 05:27:16.161913 [ 202 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_70_14} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_merge_all_1_70_14 to all_1_70_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:16.162002 [ 202 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_70_14} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900) (MergerMutator): Merged 6 parts: [all_1_65_13, all_70_70_0] -> all_1_70_14 2026.04.07 05:27:16.162091 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.24 MiB. 2026.04.07 05:27:20.766941 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 21572 2026.04.07 05:27:20.767457 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:20.767493 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.04.07 05:27:20.767961 [ 244 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.04.07 05:27:20.768184 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:20.768309 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21572 2026.04.07 05:27:21.143782 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:21.143978 [ 5 ] {d7d062d6-9341-4cb4-8e7a-cbf4912aa1e3} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.07 05:27:21.144051 [ 5 ] {d7d062d6-9341-4cb4-8e7a-cbf4912aa1e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.07 05:27:21.144705 [ 5 ] {d7d062d6-9341-4cb4-8e7a-cbf4912aa1e3} oximeter.fields_ipaddr (825a423c-b132-44a1-9146-cfb597c4352e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:21.144746 [ 5 ] {d7d062d6-9341-4cb4-8e7a-cbf4912aa1e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.04.07 05:27:21.145121 [ 5 ] {d7d062d6-9341-4cb4-8e7a-cbf4912aa1e3} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.07 05:27:21.145350 [ 5 ] {d7d062d6-9341-4cb4-8e7a-cbf4912aa1e3} oximeter.fields_ipaddr (825a423c-b132-44a1-9146-cfb597c4352e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:21.145505 [ 5 ] {d7d062d6-9341-4cb4-8e7a-cbf4912aa1e3} executeQuery: Read 2 rows, 167.00 B in 0.001582 sec., 1264.2225031605562 rows/sec., 103.09 KiB/sec. 2026.04.07 05:27:21.145547 [ 5 ] {d7d062d6-9341-4cb4-8e7a-cbf4912aa1e3} TCPHandler: Processed in 0.001902046 sec. 2026.04.07 05:27:21.145666 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:21.145762 [ 5 ] {ca1fd151-9449-4bd3-a0fa-c1a4284b206a} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:27:21.145801 [ 5 ] {ca1fd151-9449-4bd3-a0fa-c1a4284b206a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:27:21.146219 [ 5 ] {ca1fd151-9449-4bd3-a0fa-c1a4284b206a} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:21.146253 [ 5 ] {ca1fd151-9449-4bd3-a0fa-c1a4284b206a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.04.07 05:27:21.146565 [ 5 ] {ca1fd151-9449-4bd3-a0fa-c1a4284b206a} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.04.07 05:27:21.146778 [ 5 ] {ca1fd151-9449-4bd3-a0fa-c1a4284b206a} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:21.146880 [ 153 ] {} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.04.07 05:27:21.146906 [ 5 ] {ca1fd151-9449-4bd3-a0fa-c1a4284b206a} executeQuery: Read 57 rows, 4.48 KiB in 0.001162 sec., 49053.35628227194 rows/sec., 3.76 MiB/sec. 2026.04.07 05:27:21.146915 [ 153 ] {} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:21.146936 [ 153 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.04.07 05:27:21.146943 [ 5 ] {ca1fd151-9449-4bd3-a0fa-c1a4284b206a} TCPHandler: Processed in 0.001327175 sec. 2026.04.07 05:27:21.147025 [ 197 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2026.04.07 05:27:21.147062 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:21.147124 [ 197 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:27:21.147157 [ 197 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 2620 rows starting from the beginning of the part 2026.04.07 05:27:21.147178 [ 5 ] {02ae2f90-5795-4a15-a052-baa93e6225f4} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.07 05:27:21.147222 [ 197 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 2617 rows starting from the beginning of the part 2026.04.07 05:27:21.147227 [ 5 ] {02ae2f90-5795-4a15-a052-baa93e6225f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.07 05:27:21.147271 [ 197 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 56 rows starting from the beginning of the part 2026.04.07 05:27:21.147321 [ 197 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 56 rows starting from the beginning of the part 2026.04.07 05:27:21.147365 [ 197 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 140 rows starting from the beginning of the part 2026.04.07 05:27:21.147408 [ 197 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 57 rows starting from the beginning of the part 2026.04.07 05:27:21.147706 [ 5 ] {02ae2f90-5795-4a15-a052-baa93e6225f4} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:21.147748 [ 5 ] {02ae2f90-5795-4a15-a052-baa93e6225f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.04.07 05:27:21.148107 [ 5 ] {02ae2f90-5795-4a15-a052-baa93e6225f4} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.04.07 05:27:21.148317 [ 5 ] {02ae2f90-5795-4a15-a052-baa93e6225f4} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:21.148449 [ 5 ] {02ae2f90-5795-4a15-a052-baa93e6225f4} executeQuery: Read 2 rows, 143.00 B in 0.001295 sec., 1544.4015444015445 rows/sec., 107.84 KiB/sec. 2026.04.07 05:27:21.148487 [ 5 ] {02ae2f90-5795-4a15-a052-baa93e6225f4} TCPHandler: Processed in 0.001483698 sec. 2026.04.07 05:27:21.148595 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:21.148687 [ 5 ] {cf6a431d-f8e9-4bb3-b4a6-e7a024cc7f79} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:27:21.148726 [ 5 ] {cf6a431d-f8e9-4bb3-b4a6-e7a024cc7f79} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:27:21.149137 [ 5 ] {cf6a431d-f8e9-4bb3-b4a6-e7a024cc7f79} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:21.149171 [ 5 ] {cf6a431d-f8e9-4bb3-b4a6-e7a024cc7f79} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.04.07 05:27:21.149364 [ 189 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 5546 rows, containing 5 columns (5 merged, 0 gathered) in 0.002379975 sec., 2330276.578535489 rows/sec., 185.19 MiB/sec. 2026.04.07 05:27:21.149469 [ 5 ] {cf6a431d-f8e9-4bb3-b4a6-e7a024cc7f79} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.04.07 05:27:21.149585 [ 197 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.04.07 05:27:21.149681 [ 5 ] {cf6a431d-f8e9-4bb3-b4a6-e7a024cc7f79} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:21.149780 [ 153 ] {} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.04.07 05:27:21.149807 [ 5 ] {cf6a431d-f8e9-4bb3-b4a6-e7a024cc7f79} executeQuery: Read 66 rows, 5.28 KiB in 0.001139 sec., 57945.56628621597 rows/sec., 4.53 MiB/sec. 2026.04.07 05:27:21.149813 [ 197 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_71_14} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:21.149808 [ 153 ] {} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:21.149845 [ 5 ] {cf6a431d-f8e9-4bb3-b4a6-e7a024cc7f79} TCPHandler: Processed in 0.001297925 sec. 2026.04.07 05:27:21.149854 [ 153 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.04.07 05:27:21.149884 [ 197 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_71_14} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.04.07 05:27:21.149942 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. 2026.04.07 05:27:21.149954 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:21.149983 [ 192 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2026.04.07 05:27:21.150046 [ 5 ] {18ca9aa4-7d08-489b-a889-22d459c23f18} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:27:21.150093 [ 5 ] {18ca9aa4-7d08-489b-a889-22d459c23f18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:27:21.150117 [ 192 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:27:21.150155 [ 192 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1404 rows starting from the beginning of the part 2026.04.07 05:27:21.150216 [ 192 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 1384 rows starting from the beginning of the part 2026.04.07 05:27:21.150261 [ 192 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 64 rows starting from the beginning of the part 2026.04.07 05:27:21.150300 [ 192 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 64 rows starting from the beginning of the part 2026.04.07 05:27:21.150336 [ 192 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 106 rows starting from the beginning of the part 2026.04.07 05:27:21.150387 [ 192 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 66 rows starting from the beginning of the part 2026.04.07 05:27:21.150491 [ 5 ] {18ca9aa4-7d08-489b-a889-22d459c23f18} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:21.150534 [ 5 ] {18ca9aa4-7d08-489b-a889-22d459c23f18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.04.07 05:27:21.150873 [ 5 ] {18ca9aa4-7d08-489b-a889-22d459c23f18} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.04.07 05:27:21.151091 [ 5 ] {18ca9aa4-7d08-489b-a889-22d459c23f18} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:21.151227 [ 5 ] {18ca9aa4-7d08-489b-a889-22d459c23f18} executeQuery: Read 161 rows, 11.48 KiB in 0.001199 sec., 134278.56547122603 rows/sec., 9.35 MiB/sec. 2026.04.07 05:27:21.151264 [ 5 ] {18ca9aa4-7d08-489b-a889-22d459c23f18} TCPHandler: Processed in 0.001357666 sec. 2026.04.07 05:27:21.151371 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:21.151463 [ 5 ] {4772c539-bdd3-4709-b3b6-eb506ecfe8db} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:27:21.151503 [ 5 ] {4772c539-bdd3-4709-b3b6-eb506ecfe8db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:27:21.151739 [ 197 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 3088 rows, containing 5 columns (5 merged, 0 gathered) in 0.001837444 sec., 1680595.4358336907 rows/sec., 122.10 MiB/sec. 2026.04.07 05:27:21.151834 [ 5 ] {4772c539-bdd3-4709-b3b6-eb506ecfe8db} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:21.151869 [ 5 ] {4772c539-bdd3-4709-b3b6-eb506ecfe8db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.04.07 05:27:21.151912 [ 189 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.04.07 05:27:21.152163 [ 189 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_71_14} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:21.152179 [ 5 ] {4772c539-bdd3-4709-b3b6-eb506ecfe8db} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.04.07 05:27:21.152234 [ 189 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_71_14} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.04.07 05:27:21.152318 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. 2026.04.07 05:27:21.152382 [ 5 ] {4772c539-bdd3-4709-b3b6-eb506ecfe8db} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:21.152477 [ 153 ] {} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.04.07 05:27:21.152505 [ 153 ] {} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:21.152511 [ 5 ] {4772c539-bdd3-4709-b3b6-eb506ecfe8db} executeQuery: Read 60 rows, 4.14 KiB in 0.001067 sec., 56232.427366447984 rows/sec., 3.79 MiB/sec. 2026.04.07 05:27:21.152521 [ 153 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.04.07 05:27:21.152547 [ 5 ] {4772c539-bdd3-4709-b3b6-eb506ecfe8db} TCPHandler: Processed in 0.001223753 sec. 2026.04.07 05:27:21.152600 [ 196 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2026.04.07 05:27:21.152699 [ 196 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:27:21.152727 [ 196 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3546 rows starting from the beginning of the part 2026.04.07 05:27:21.152782 [ 196 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 36 rows starting from the beginning of the part 2026.04.07 05:27:21.152822 [ 196 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 24 rows starting from the beginning of the part 2026.04.07 05:27:21.152859 [ 196 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 60 rows starting from the beginning of the part 2026.04.07 05:27:21.152895 [ 196 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 60 rows starting from the beginning of the part 2026.04.07 05:27:21.152930 [ 196 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 60 rows starting from the beginning of the part 2026.04.07 05:27:21.154061 [ 189 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 3786 rows, containing 4 columns (4 merged, 0 gathered) in 0.001497038 sec., 2528993.919994015 rows/sec., 170.55 MiB/sec. 2026.04.07 05:27:21.154354 [ 197 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.04.07 05:27:21.154629 [ 197 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_71_14} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:21.154702 [ 197 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_71_14} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.04.07 05:27:21.154777 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. 2026.04.07 05:27:21.951471 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 339 2026.04.07 05:27:21.969043 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:21.969110 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.04.07 05:27:21.975356 [ 243 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.04.07 05:27:21.976055 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:21.979142 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 339 2026.04.07 05:27:23.317648 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1026 2026.04.07 05:27:23.319870 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:23.319929 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.04.07 05:27:23.321138 [ 242 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.04.07 05:27:23.321413 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:23.321798 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1026 2026.04.07 05:27:26.145336 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:26.145612 [ 5 ] {3e38939f-3fa9-4086-ba1a-84173f25a276} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:27:26.145678 [ 5 ] {3e38939f-3fa9-4086-ba1a-84173f25a276} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:27:26.146415 [ 5 ] {3e38939f-3fa9-4086-ba1a-84173f25a276} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:26.146463 [ 5 ] {3e38939f-3fa9-4086-ba1a-84173f25a276} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.04.07 05:27:26.146856 [ 5 ] {3e38939f-3fa9-4086-ba1a-84173f25a276} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.04.07 05:27:26.147072 [ 5 ] {3e38939f-3fa9-4086-ba1a-84173f25a276} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:26.147227 [ 5 ] {3e38939f-3fa9-4086-ba1a-84173f25a276} executeQuery: Read 140 rows, 12.49 KiB in 0.001665 sec., 84084.08408408408 rows/sec., 7.32 MiB/sec. 2026.04.07 05:27:26.147269 [ 5 ] {3e38939f-3fa9-4086-ba1a-84173f25a276} TCPHandler: Processed in 0.002116989 sec. 2026.04.07 05:27:26.147392 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:26.147486 [ 5 ] {c592661e-5d95-484b-8543-19b7909abbc9} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.07 05:27:26.147526 [ 5 ] {c592661e-5d95-484b-8543-19b7909abbc9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.07 05:27:26.147960 [ 5 ] {c592661e-5d95-484b-8543-19b7909abbc9} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:26.147996 [ 5 ] {c592661e-5d95-484b-8543-19b7909abbc9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.04.07 05:27:26.148280 [ 5 ] {c592661e-5d95-484b-8543-19b7909abbc9} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.04.07 05:27:26.148481 [ 5 ] {c592661e-5d95-484b-8543-19b7909abbc9} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:26.148606 [ 5 ] {c592661e-5d95-484b-8543-19b7909abbc9} executeQuery: Read 42 rows, 3.16 KiB in 0.001139 sec., 36874.45127304653 rows/sec., 2.71 MiB/sec. 2026.04.07 05:27:26.148643 [ 5 ] {c592661e-5d95-484b-8543-19b7909abbc9} TCPHandler: Processed in 0.001299714 sec. 2026.04.07 05:27:26.148754 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:26.148851 [ 5 ] {cfefb220-fd83-4057-85cd-03feb5c06d76} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:27:26.148890 [ 5 ] {cfefb220-fd83-4057-85cd-03feb5c06d76} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:27:26.149297 [ 5 ] {cfefb220-fd83-4057-85cd-03feb5c06d76} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:26.149332 [ 5 ] {cfefb220-fd83-4057-85cd-03feb5c06d76} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.04.07 05:27:26.149621 [ 5 ] {cfefb220-fd83-4057-85cd-03feb5c06d76} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.04.07 05:27:26.149829 [ 5 ] {cfefb220-fd83-4057-85cd-03feb5c06d76} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:26.149953 [ 5 ] {cfefb220-fd83-4057-85cd-03feb5c06d76} executeQuery: Read 106 rows, 8.48 KiB in 0.001119 sec., 94727.43521000893 rows/sec., 7.40 MiB/sec. 2026.04.07 05:27:26.149989 [ 5 ] {cfefb220-fd83-4057-85cd-03feb5c06d76} TCPHandler: Processed in 0.001283204 sec. 2026.04.07 05:27:26.150105 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:26.150198 [ 5 ] {eacd46f3-4d78-4ccf-8f28-6f3e33c80c7f} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:27:26.150240 [ 5 ] {eacd46f3-4d78-4ccf-8f28-6f3e33c80c7f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:27:26.150652 [ 5 ] {eacd46f3-4d78-4ccf-8f28-6f3e33c80c7f} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:26.150687 [ 5 ] {eacd46f3-4d78-4ccf-8f28-6f3e33c80c7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.04.07 05:27:26.151009 [ 5 ] {eacd46f3-4d78-4ccf-8f28-6f3e33c80c7f} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.04.07 05:27:26.151207 [ 5 ] {eacd46f3-4d78-4ccf-8f28-6f3e33c80c7f} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:26.151333 [ 5 ] {eacd46f3-4d78-4ccf-8f28-6f3e33c80c7f} executeQuery: Read 160 rows, 11.41 KiB in 0.001153 sec., 138768.43018213357 rows/sec., 9.66 MiB/sec. 2026.04.07 05:27:26.151370 [ 5 ] {eacd46f3-4d78-4ccf-8f28-6f3e33c80c7f} TCPHandler: Processed in 0.001312965 sec. 2026.04.07 05:27:26.151479 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:26.151576 [ 5 ] {32883c20-e60d-4dc0-a989-265800e81ca3} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.07 05:27:26.151629 [ 5 ] {32883c20-e60d-4dc0-a989-265800e81ca3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.07 05:27:26.152467 [ 5 ] {32883c20-e60d-4dc0-a989-265800e81ca3} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:26.152503 [ 5 ] {32883c20-e60d-4dc0-a989-265800e81ca3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.04.07 05:27:26.153066 [ 5 ] {32883c20-e60d-4dc0-a989-265800e81ca3} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.04.07 05:27:26.153281 [ 5 ] {32883c20-e60d-4dc0-a989-265800e81ca3} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:26.153415 [ 5 ] {32883c20-e60d-4dc0-a989-265800e81ca3} executeQuery: Read 42 rows, 77.07 KiB in 0.001861 sec., 22568.511552928532 rows/sec., 40.44 MiB/sec. 2026.04.07 05:27:26.153478 [ 5 ] {32883c20-e60d-4dc0-a989-265800e81ca3} TCPHandler: Processed in 0.002046489 sec. 2026.04.07 05:27:26.153595 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:26.153688 [ 5 ] {2a0588af-c6ca-4428-bf13-1abf758a6605} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:27:26.153730 [ 5 ] {2a0588af-c6ca-4428-bf13-1abf758a6605} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:27:26.154068 [ 5 ] {2a0588af-c6ca-4428-bf13-1abf758a6605} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:26.154103 [ 5 ] {2a0588af-c6ca-4428-bf13-1abf758a6605} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.04.07 05:27:26.154400 [ 5 ] {2a0588af-c6ca-4428-bf13-1abf758a6605} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.04.07 05:27:26.154617 [ 5 ] {2a0588af-c6ca-4428-bf13-1abf758a6605} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:26.154744 [ 5 ] {2a0588af-c6ca-4428-bf13-1abf758a6605} executeQuery: Read 60 rows, 4.14 KiB in 0.001074 sec., 55865.92178770949 rows/sec., 3.76 MiB/sec. 2026.04.07 05:27:26.154779 [ 5 ] {2a0588af-c6ca-4428-bf13-1abf758a6605} TCPHandler: Processed in 0.001232153 sec. 2026.04.07 05:27:28.076458 [ 146 ] {} DNSResolver: Updating DNS cache 2026.04.07 05:27:28.076522 [ 146 ] {} DNSResolver: Updated DNS cache 2026.04.07 05:27:28.268681 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 22084 2026.04.07 05:27:28.269501 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:28.269570 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.04.07 05:27:28.270089 [ 244 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.04.07 05:27:28.270350 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:28.270500 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22084 2026.04.07 05:27:28.270542 [ 146 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.04.07 05:27:28.270645 [ 146 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:28.270681 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.04.07 05:27:28.270876 [ 189 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.04.07 05:27:28.271102 [ 189 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:27:28.271165 [ 189 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_46_9} MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 19652 rows starting from the beginning of the part 2026.04.07 05:27:28.271268 [ 189 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 512 rows starting from the beginning of the part 2026.04.07 05:27:28.271340 [ 189 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 448 rows starting from the beginning of the part 2026.04.07 05:27:28.271421 [ 189 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 512 rows starting from the beginning of the part 2026.04.07 05:27:28.271493 [ 189 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 448 rows starting from the beginning of the part 2026.04.07 05:27:28.271561 [ 189 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 512 rows starting from the beginning of the part 2026.04.07 05:27:28.274053 [ 191 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 22084 rows, containing 4 columns (4 merged, 0 gathered) in 0.003264162 sec., 6765595.580121329 rows/sec., 96.78 MiB/sec. 2026.04.07 05:27:28.274362 [ 197 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.04.07 05:27:28.274650 [ 197 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_46_9} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:28.274726 [ 197 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_46_9} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.04.07 05:27:28.274817 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.69 MiB. 2026.04.07 05:27:29.479479 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 347 2026.04.07 05:27:29.496682 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:29.496727 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.04.07 05:27:29.502830 [ 243 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.04.07 05:27:29.503576 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:29.503857 [ 143 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.04.07 05:27:29.503899 [ 143 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:29.503920 [ 143 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.04.07 05:27:29.504103 [ 186 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.04.07 05:27:29.506761 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 347 2026.04.07 05:27:29.508148 [ 186 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:27:29.509593 [ 186 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 309 rows starting from the beginning of the part 2026.04.07 05:27:29.514132 [ 186 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 8 rows starting from the beginning of the part 2026.04.07 05:27:29.518727 [ 186 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 7 rows starting from the beginning of the part 2026.04.07 05:27:29.523056 [ 186 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 8 rows starting from the beginning of the part 2026.04.07 05:27:29.527592 [ 186 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 7 rows starting from the beginning of the part 2026.04.07 05:27:29.531899 [ 186 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 8 rows starting from the beginning of the part 2026.04.07 05:27:29.580817 [ 187 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.076798509 sec., 4518.316885553078 rows/sec., 23.36 MiB/sec. 2026.04.07 05:27:29.583694 [ 188 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.04.07 05:27:29.585731 [ 188 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_46_9} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:29.585837 [ 188 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_46_9} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.04.07 05:27:29.588789 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2026.04.07 05:27:31.143164 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:31.143448 [ 5 ] {e09be5dd-27fc-4e28-b4dc-407f61ca2e80} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:27:31.143553 [ 5 ] {e09be5dd-27fc-4e28-b4dc-407f61ca2e80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:27:31.144327 [ 5 ] {e09be5dd-27fc-4e28-b4dc-407f61ca2e80} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:31.144374 [ 5 ] {e09be5dd-27fc-4e28-b4dc-407f61ca2e80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.04.07 05:27:31.144766 [ 5 ] {e09be5dd-27fc-4e28-b4dc-407f61ca2e80} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.04.07 05:27:31.144986 [ 5 ] {e09be5dd-27fc-4e28-b4dc-407f61ca2e80} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:31.145140 [ 5 ] {e09be5dd-27fc-4e28-b4dc-407f61ca2e80} executeQuery: Read 56 rows, 4.41 KiB in 0.001769 sec., 31656.302996042963 rows/sec., 2.43 MiB/sec. 2026.04.07 05:27:31.145181 [ 5 ] {e09be5dd-27fc-4e28-b4dc-407f61ca2e80} TCPHandler: Processed in 0.002200972 sec. 2026.04.07 05:27:31.145299 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:31.145394 [ 5 ] {041d1d9f-5007-4e10-be08-bfe1abfd4eb8} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:27:31.145434 [ 5 ] {041d1d9f-5007-4e10-be08-bfe1abfd4eb8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:27:31.145847 [ 5 ] {041d1d9f-5007-4e10-be08-bfe1abfd4eb8} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:31.145883 [ 5 ] {041d1d9f-5007-4e10-be08-bfe1abfd4eb8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.04.07 05:27:31.146183 [ 5 ] {041d1d9f-5007-4e10-be08-bfe1abfd4eb8} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.04.07 05:27:31.146395 [ 5 ] {041d1d9f-5007-4e10-be08-bfe1abfd4eb8} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:31.146520 [ 5 ] {041d1d9f-5007-4e10-be08-bfe1abfd4eb8} executeQuery: Read 64 rows, 5.12 KiB in 0.001145 sec., 55895.19650655022 rows/sec., 4.36 MiB/sec. 2026.04.07 05:27:31.146557 [ 5 ] {041d1d9f-5007-4e10-be08-bfe1abfd4eb8} TCPHandler: Processed in 0.001307324 sec. 2026.04.07 05:27:31.146669 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:31.146762 [ 5 ] {b0ea0413-a5a2-4421-b1a3-3f8f11239fe4} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:27:31.146804 [ 5 ] {b0ea0413-a5a2-4421-b1a3-3f8f11239fe4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:27:31.147244 [ 5 ] {b0ea0413-a5a2-4421-b1a3-3f8f11239fe4} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:31.147281 [ 5 ] {b0ea0413-a5a2-4421-b1a3-3f8f11239fe4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.04.07 05:27:31.147621 [ 5 ] {b0ea0413-a5a2-4421-b1a3-3f8f11239fe4} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.04.07 05:27:31.147844 [ 5 ] {b0ea0413-a5a2-4421-b1a3-3f8f11239fe4} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:31.147973 [ 5 ] {b0ea0413-a5a2-4421-b1a3-3f8f11239fe4} executeQuery: Read 160 rows, 11.41 KiB in 0.00123 sec., 130081.30081300813 rows/sec., 9.06 MiB/sec. 2026.04.07 05:27:31.148011 [ 5 ] {b0ea0413-a5a2-4421-b1a3-3f8f11239fe4} TCPHandler: Processed in 0.001389596 sec. 2026.04.07 05:27:31.148120 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:31.148214 [ 5 ] {bbe7387b-988c-48cd-9ef7-369401319218} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:27:31.148255 [ 5 ] {bbe7387b-988c-48cd-9ef7-369401319218} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:27:31.148586 [ 5 ] {bbe7387b-988c-48cd-9ef7-369401319218} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:31.148621 [ 5 ] {bbe7387b-988c-48cd-9ef7-369401319218} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.04.07 05:27:31.148920 [ 5 ] {bbe7387b-988c-48cd-9ef7-369401319218} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.04.07 05:27:31.149122 [ 5 ] {bbe7387b-988c-48cd-9ef7-369401319218} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:31.149247 [ 5 ] {bbe7387b-988c-48cd-9ef7-369401319218} executeQuery: Read 60 rows, 4.14 KiB in 0.001051 sec., 57088.487155090384 rows/sec., 3.85 MiB/sec. 2026.04.07 05:27:31.149282 [ 5 ] {bbe7387b-988c-48cd-9ef7-369401319218} TCPHandler: Processed in 0.001210193 sec. 2026.04.07 05:27:33.322241 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1046 2026.04.07 05:27:33.324400 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:33.324444 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.04.07 05:27:33.325604 [ 242 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.04.07 05:27:33.325865 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:33.326123 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1046 2026.04.07 05:27:34.100086 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:34.100284 [ 5 ] {fdf7a30f-0a6e-4d44-8c13-071dc2f45547} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.07 05:27:34.100353 [ 5 ] {fdf7a30f-0a6e-4d44-8c13-071dc2f45547} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.07 05:27:34.101069 [ 5 ] {fdf7a30f-0a6e-4d44-8c13-071dc2f45547} oximeter.fields_i16 (19a28ab3-93b8-470f-bc08-bb1de0445c9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:34.101111 [ 5 ] {fdf7a30f-0a6e-4d44-8c13-071dc2f45547} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.04.07 05:27:34.101509 [ 5 ] {fdf7a30f-0a6e-4d44-8c13-071dc2f45547} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.07 05:27:34.101739 [ 5 ] {fdf7a30f-0a6e-4d44-8c13-071dc2f45547} oximeter.fields_i16 (19a28ab3-93b8-470f-bc08-bb1de0445c9c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:34.101902 [ 5 ] {fdf7a30f-0a6e-4d44-8c13-071dc2f45547} executeQuery: Read 24 rows, 2.04 KiB in 0.001668 sec., 14388.489208633093 rows/sec., 1.19 MiB/sec. 2026.04.07 05:27:34.101954 [ 5 ] {fdf7a30f-0a6e-4d44-8c13-071dc2f45547} TCPHandler: Processed in 0.001995878 sec. 2026.04.07 05:27:34.102076 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:34.102179 [ 5 ] {bc1b00af-c943-41e9-a201-076fb53c59bc} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:27:34.102223 [ 5 ] {bc1b00af-c943-41e9-a201-076fb53c59bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:27:34.103807 [ 5 ] {bc1b00af-c943-41e9-a201-076fb53c59bc} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:34.103842 [ 5 ] {bc1b00af-c943-41e9-a201-076fb53c59bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.04.07 05:27:34.104319 [ 5 ] {bc1b00af-c943-41e9-a201-076fb53c59bc} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.04.07 05:27:34.104533 [ 5 ] {bc1b00af-c943-41e9-a201-076fb53c59bc} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:34.104671 [ 5 ] {bc1b00af-c943-41e9-a201-076fb53c59bc} executeQuery: Read 2609 rows, 201.24 KiB in 0.002515 sec., 1037375.745526839 rows/sec., 78.14 MiB/sec. 2026.04.07 05:27:34.104713 [ 5 ] {bc1b00af-c943-41e9-a201-076fb53c59bc} MemoryTracker: Peak memory usage (for query): 4.02 MiB. 2026.04.07 05:27:34.104726 [ 5 ] {bc1b00af-c943-41e9-a201-076fb53c59bc} TCPHandler: Processed in 0.002705411 sec. 2026.04.07 05:27:34.104830 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:34.104929 [ 5 ] {c799d481-f1a5-4279-8b5e-71a127fa26c3} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.07 05:27:34.104970 [ 5 ] {c799d481-f1a5-4279-8b5e-71a127fa26c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.07 05:27:34.105423 [ 5 ] {c799d481-f1a5-4279-8b5e-71a127fa26c3} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:34.105458 [ 5 ] {c799d481-f1a5-4279-8b5e-71a127fa26c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.04.07 05:27:34.105780 [ 5 ] {c799d481-f1a5-4279-8b5e-71a127fa26c3} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.04.07 05:27:34.105992 [ 5 ] {c799d481-f1a5-4279-8b5e-71a127fa26c3} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:34.106118 [ 5 ] {c799d481-f1a5-4279-8b5e-71a127fa26c3} executeQuery: Read 65 rows, 4.95 KiB in 0.001211 sec., 53674.64905037159 rows/sec., 3.99 MiB/sec. 2026.04.07 05:27:34.106156 [ 5 ] {c799d481-f1a5-4279-8b5e-71a127fa26c3} TCPHandler: Processed in 0.001376966 sec. 2026.04.07 05:27:34.106266 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:34.106361 [ 5 ] {b1208723-0ec9-41c5-9e54-330a0faf90f5} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.07 05:27:34.106401 [ 5 ] {b1208723-0ec9-41c5-9e54-330a0faf90f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.07 05:27:34.107044 [ 5 ] {b1208723-0ec9-41c5-9e54-330a0faf90f5} oximeter.fields_u32 (77106049-3b56-443c-8974-c866b1324d40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:34.107078 [ 5 ] {b1208723-0ec9-41c5-9e54-330a0faf90f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.04.07 05:27:34.107410 [ 5 ] {b1208723-0ec9-41c5-9e54-330a0faf90f5} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.07 05:27:34.107619 [ 5 ] {b1208723-0ec9-41c5-9e54-330a0faf90f5} oximeter.fields_u32 (77106049-3b56-443c-8974-c866b1324d40): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:34.107746 [ 5 ] {b1208723-0ec9-41c5-9e54-330a0faf90f5} executeQuery: Read 825 rows, 49.42 KiB in 0.001404 sec., 587606.8376068376 rows/sec., 34.37 MiB/sec. 2026.04.07 05:27:34.107784 [ 5 ] {b1208723-0ec9-41c5-9e54-330a0faf90f5} TCPHandler: Processed in 0.00156797 sec. 2026.04.07 05:27:34.107892 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:34.107987 [ 5 ] {040a0f66-dcec-4dcd-970c-dadbcdad63fd} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.04.07 05:27:34.108027 [ 5 ] {040a0f66-dcec-4dcd-970c-dadbcdad63fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.04.07 05:27:34.108400 [ 5 ] {040a0f66-dcec-4dcd-970c-dadbcdad63fd} oximeter.fields_u64 (694db3f7-adc1-48c0-aa80-2e45c79f29b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:34.108435 [ 5 ] {040a0f66-dcec-4dcd-970c-dadbcdad63fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.04.07 05:27:34.108723 [ 5 ] {040a0f66-dcec-4dcd-970c-dadbcdad63fd} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.07 05:27:34.108932 [ 5 ] {040a0f66-dcec-4dcd-970c-dadbcdad63fd} oximeter.fields_u64 (694db3f7-adc1-48c0-aa80-2e45c79f29b4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:34.109056 [ 5 ] {040a0f66-dcec-4dcd-970c-dadbcdad63fd} executeQuery: Read 1 rows, 72.00 B in 0.001087 sec., 919.963201471941 rows/sec., 64.68 KiB/sec. 2026.04.07 05:27:34.109093 [ 5 ] {040a0f66-dcec-4dcd-970c-dadbcdad63fd} TCPHandler: Processed in 0.001250754 sec. 2026.04.07 05:27:34.109199 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:34.109294 [ 5 ] {472e5bdc-e660-4dc7-ada1-c7a5a8a0ab9c} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.07 05:27:34.109333 [ 5 ] {472e5bdc-e660-4dc7-ada1-c7a5a8a0ab9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.07 05:27:34.109717 [ 5 ] {472e5bdc-e660-4dc7-ada1-c7a5a8a0ab9c} oximeter.fields_u8 (0286c37b-6235-46e9-9a40-c9bc493e69eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:34.109752 [ 5 ] {472e5bdc-e660-4dc7-ada1-c7a5a8a0ab9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.04.07 05:27:34.110056 [ 5 ] {472e5bdc-e660-4dc7-ada1-c7a5a8a0ab9c} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.07 05:27:34.110267 [ 5 ] {472e5bdc-e660-4dc7-ada1-c7a5a8a0ab9c} oximeter.fields_u8 (0286c37b-6235-46e9-9a40-c9bc493e69eb): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:34.110395 [ 5 ] {472e5bdc-e660-4dc7-ada1-c7a5a8a0ab9c} executeQuery: Read 12 rows, 960.00 B in 0.001119 sec., 10723.860589812333 rows/sec., 837.80 KiB/sec. 2026.04.07 05:27:34.110433 [ 5 ] {472e5bdc-e660-4dc7-ada1-c7a5a8a0ab9c} TCPHandler: Processed in 0.001282824 sec. 2026.04.07 05:27:34.110536 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:34.110629 [ 5 ] {ca18efbd-c700-4690-805e-4d19eccaa8b9} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:27:34.110668 [ 5 ] {ca18efbd-c700-4690-805e-4d19eccaa8b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:27:34.111475 [ 5 ] {ca18efbd-c700-4690-805e-4d19eccaa8b9} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:34.111512 [ 5 ] {ca18efbd-c700-4690-805e-4d19eccaa8b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.04.07 05:27:34.111878 [ 5 ] {ca18efbd-c700-4690-805e-4d19eccaa8b9} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.04.07 05:27:34.112087 [ 5 ] {ca18efbd-c700-4690-805e-4d19eccaa8b9} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:34.112219 [ 5 ] {ca18efbd-c700-4690-805e-4d19eccaa8b9} executeQuery: Read 1368 rows, 94.74 KiB in 0.001607 sec., 851275.668948351 rows/sec., 57.57 MiB/sec. 2026.04.07 05:27:34.112259 [ 5 ] {ca18efbd-c700-4690-805e-4d19eccaa8b9} TCPHandler: Processed in 0.001771753 sec. 2026.04.07 05:27:34.112374 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:34.112467 [ 5 ] {b32d9c02-a1ff-4a88-a288-d34a1fcaa909} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:27:34.112510 [ 5 ] {b32d9c02-a1ff-4a88-a288-d34a1fcaa909} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:27:34.113192 [ 5 ] {b32d9c02-a1ff-4a88-a288-d34a1fcaa909} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:34.113228 [ 5 ] {b32d9c02-a1ff-4a88-a288-d34a1fcaa909} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.04.07 05:27:34.113656 [ 5 ] {b32d9c02-a1ff-4a88-a288-d34a1fcaa909} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.04.07 05:27:34.113870 [ 5 ] {b32d9c02-a1ff-4a88-a288-d34a1fcaa909} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:34.114002 [ 5 ] {b32d9c02-a1ff-4a88-a288-d34a1fcaa909} executeQuery: Read 1596 rows, 100.46 KiB in 0.001552 sec., 1028350.5154639175 rows/sec., 63.21 MiB/sec. 2026.04.07 05:27:34.114039 [ 5 ] {b32d9c02-a1ff-4a88-a288-d34a1fcaa909} TCPHandler: Processed in 0.001715123 sec. 2026.04.07 05:27:34.114145 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:34.114240 [ 5 ] {c8669449-c12b-4dd5-a706-394945c1838d} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.07 05:27:34.114294 [ 5 ] {c8669449-c12b-4dd5-a706-394945c1838d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.07 05:27:34.115167 [ 5 ] {c8669449-c12b-4dd5-a706-394945c1838d} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:34.115203 [ 5 ] {c8669449-c12b-4dd5-a706-394945c1838d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.04.07 05:27:34.115795 [ 5 ] {c8669449-c12b-4dd5-a706-394945c1838d} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.04.07 05:27:34.116027 [ 5 ] {c8669449-c12b-4dd5-a706-394945c1838d} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:34.116170 [ 5 ] {c8669449-c12b-4dd5-a706-394945c1838d} executeQuery: Read 53 rows, 97.25 KiB in 0.001948 sec., 27207.392197125257 rows/sec., 48.75 MiB/sec. 2026.04.07 05:27:34.116232 [ 5 ] {c8669449-c12b-4dd5-a706-394945c1838d} TCPHandler: Processed in 0.0021358 sec. 2026.04.07 05:27:34.116350 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:34.116446 [ 5 ] {f1169395-01b3-44d9-b840-c815e025fb73} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:27:34.116487 [ 5 ] {f1169395-01b3-44d9-b840-c815e025fb73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:27:34.116815 [ 5 ] {f1169395-01b3-44d9-b840-c815e025fb73} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:34.116851 [ 5 ] {f1169395-01b3-44d9-b840-c815e025fb73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.04.07 05:27:34.117161 [ 5 ] {f1169395-01b3-44d9-b840-c815e025fb73} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.04.07 05:27:34.117367 [ 5 ] {f1169395-01b3-44d9-b840-c815e025fb73} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:34.117497 [ 5 ] {f1169395-01b3-44d9-b840-c815e025fb73} executeQuery: Read 36 rows, 2.48 KiB in 0.001069 sec., 33676.333021515435 rows/sec., 2.27 MiB/sec. 2026.04.07 05:27:34.117532 [ 5 ] {f1169395-01b3-44d9-b840-c815e025fb73} TCPHandler: Processed in 0.001230953 sec. 2026.04.07 05:27:35.770609 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 22532 2026.04.07 05:27:35.771432 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:35.771488 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.04.07 05:27:35.772045 [ 244 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.04.07 05:27:35.772297 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:35.772446 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22532 2026.04.07 05:27:36.138181 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:36.138381 [ 5 ] {9231a4e5-7250-4dd7-8914-167a3b021d5a} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:27:36.138454 [ 5 ] {9231a4e5-7250-4dd7-8914-167a3b021d5a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:27:36.139139 [ 5 ] {9231a4e5-7250-4dd7-8914-167a3b021d5a} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:36.139185 [ 5 ] {9231a4e5-7250-4dd7-8914-167a3b021d5a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.04.07 05:27:36.139568 [ 5 ] {9231a4e5-7250-4dd7-8914-167a3b021d5a} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.04.07 05:27:36.139801 [ 5 ] {9231a4e5-7250-4dd7-8914-167a3b021d5a} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:36.139957 [ 5 ] {9231a4e5-7250-4dd7-8914-167a3b021d5a} executeQuery: Read 56 rows, 4.41 KiB in 0.00163 sec., 34355.82822085889 rows/sec., 2.64 MiB/sec. 2026.04.07 05:27:36.139998 [ 5 ] {9231a4e5-7250-4dd7-8914-167a3b021d5a} TCPHandler: Processed in 0.001954327 sec. 2026.04.07 05:27:36.140110 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:36.140203 [ 5 ] {22808be0-be01-4c83-bf3f-b9624b0cb357} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:27:36.140242 [ 5 ] {22808be0-be01-4c83-bf3f-b9624b0cb357} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:27:36.140649 [ 5 ] {22808be0-be01-4c83-bf3f-b9624b0cb357} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:36.140684 [ 5 ] {22808be0-be01-4c83-bf3f-b9624b0cb357} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.04.07 05:27:36.140988 [ 5 ] {22808be0-be01-4c83-bf3f-b9624b0cb357} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.04.07 05:27:36.141209 [ 5 ] {22808be0-be01-4c83-bf3f-b9624b0cb357} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:36.141341 [ 5 ] {22808be0-be01-4c83-bf3f-b9624b0cb357} executeQuery: Read 64 rows, 5.12 KiB in 0.001157 sec., 55315.471045808124 rows/sec., 4.32 MiB/sec. 2026.04.07 05:27:36.141379 [ 5 ] {22808be0-be01-4c83-bf3f-b9624b0cb357} TCPHandler: Processed in 0.001317285 sec. 2026.04.07 05:27:36.141491 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:36.141585 [ 5 ] {940a2405-5482-4354-b675-be0ac76c55c5} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:27:36.141628 [ 5 ] {940a2405-5482-4354-b675-be0ac76c55c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:27:36.141991 [ 5 ] {940a2405-5482-4354-b675-be0ac76c55c5} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:36.142027 [ 5 ] {940a2405-5482-4354-b675-be0ac76c55c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.04.07 05:27:36.142342 [ 5 ] {940a2405-5482-4354-b675-be0ac76c55c5} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.04.07 05:27:36.142550 [ 5 ] {940a2405-5482-4354-b675-be0ac76c55c5} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:36.142672 [ 128 ] {} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900) (MergerMutator): Selected 5 parts from all_1_70_14 to all_74_74_0 2026.04.07 05:27:36.142677 [ 5 ] {940a2405-5482-4354-b675-be0ac76c55c5} executeQuery: Read 64 rows, 4.56 KiB in 0.00111 sec., 57657.657657657655 rows/sec., 4.02 MiB/sec. 2026.04.07 05:27:36.142747 [ 128 ] {} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:36.142763 [ 5 ] {940a2405-5482-4354-b675-be0ac76c55c5} TCPHandler: Processed in 0.001319384 sec. 2026.04.07 05:27:36.142772 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.04.07 05:27:36.142883 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:36.142888 [ 193 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_74_15} MergeTask::PrepareStage: Merging 5 parts: from all_1_70_14 to all_74_74_0 into Compact with storage Full 2026.04.07 05:27:36.142980 [ 5 ] {0c0e848a-1a69-4a5c-96aa-713e72e30091} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:27:36.143017 [ 193 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_74_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:27:36.143021 [ 5 ] {0c0e848a-1a69-4a5c-96aa-713e72e30091} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:27:36.143056 [ 193 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_74_15} MergeTreeSequentialSource: Reading 4 marks from part all_1_70_14, total 24508 rows starting from the beginning of the part 2026.04.07 05:27:36.143124 [ 193 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_74_15} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 161 rows starting from the beginning of the part 2026.04.07 05:27:36.143177 [ 193 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_74_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 160 rows starting from the beginning of the part 2026.04.07 05:27:36.143230 [ 193 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_74_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 160 rows starting from the beginning of the part 2026.04.07 05:27:36.143278 [ 193 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_74_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 1596 rows starting from the beginning of the part 2026.04.07 05:27:36.143352 [ 5 ] {0c0e848a-1a69-4a5c-96aa-713e72e30091} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:36.143388 [ 5 ] {0c0e848a-1a69-4a5c-96aa-713e72e30091} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.04.07 05:27:36.143698 [ 5 ] {0c0e848a-1a69-4a5c-96aa-713e72e30091} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.04.07 05:27:36.143910 [ 5 ] {0c0e848a-1a69-4a5c-96aa-713e72e30091} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:36.144039 [ 5 ] {0c0e848a-1a69-4a5c-96aa-713e72e30091} executeQuery: Read 24 rows, 1.66 KiB in 0.001078 sec., 22263.450834879408 rows/sec., 1.50 MiB/sec. 2026.04.07 05:27:36.144075 [ 5 ] {0c0e848a-1a69-4a5c-96aa-713e72e30091} TCPHandler: Processed in 0.001240833 sec. 2026.04.07 05:27:36.150468 [ 198 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_74_15} MergeTask::MergeProjectionsStage: Merge sorted 26585 rows, containing 5 columns (5 merged, 0 gathered) in 0.007618443 sec., 3489558.1682503894 rows/sec., 227.93 MiB/sec. 2026.04.07 05:27:36.150874 [ 198 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_74_15} MergedBlockOutputStream: filled checksums all_1_74_15 (state Temporary) 2026.04.07 05:27:36.151198 [ 198 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_74_15} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_merge_all_1_74_15 to all_1_74_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:36.151278 [ 198 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_74_15} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900) (MergerMutator): Merged 5 parts: [all_1_70_14, all_74_74_0] -> all_1_74_15 2026.04.07 05:27:36.151387 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. 2026.04.07 05:27:37.000186 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 310.71 MiB, peak 323.11 MiB, free memory in arenas 0.00 B, will set to 313.14 MiB (RSS), difference: 2.43 MiB 2026.04.07 05:27:37.006812 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 354 2026.04.07 05:27:37.023637 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:37.023726 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.04.07 05:27:37.029328 [ 243 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.04.07 05:27:37.030040 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:37.033264 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 354 2026.04.07 05:27:41.143364 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:41.143584 [ 5 ] {1d86f985-6aa7-4855-9099-9a307b9248c5} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:27:41.143663 [ 5 ] {1d86f985-6aa7-4855-9099-9a307b9248c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:27:41.144347 [ 5 ] {1d86f985-6aa7-4855-9099-9a307b9248c5} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:41.144398 [ 5 ] {1d86f985-6aa7-4855-9099-9a307b9248c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.04.07 05:27:41.144811 [ 5 ] {1d86f985-6aa7-4855-9099-9a307b9248c5} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.04.07 05:27:41.145055 [ 5 ] {1d86f985-6aa7-4855-9099-9a307b9248c5} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:41.145220 [ 5 ] {1d86f985-6aa7-4855-9099-9a307b9248c5} executeQuery: Read 56 rows, 4.41 KiB in 0.001691 sec., 33116.499112950914 rows/sec., 2.54 MiB/sec. 2026.04.07 05:27:41.145215 [ 119 ] {} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.04.07 05:27:41.145271 [ 5 ] {1d86f985-6aa7-4855-9099-9a307b9248c5} TCPHandler: Processed in 0.002049948 sec. 2026.04.07 05:27:41.145294 [ 119 ] {} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:41.145321 [ 119 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.04.07 05:27:41.145400 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:41.145423 [ 199 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2026.04.07 05:27:41.145508 [ 5 ] {739e3bfb-0fb5-4e1e-8a83-82e88b2c6a73} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:27:41.145538 [ 199 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:27:41.145556 [ 5 ] {739e3bfb-0fb5-4e1e-8a83-82e88b2c6a73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:27:41.145575 [ 199 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 2620 rows starting from the beginning of the part 2026.04.07 05:27:41.145645 [ 199 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 140 rows starting from the beginning of the part 2026.04.07 05:27:41.145691 [ 199 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 56 rows starting from the beginning of the part 2026.04.07 05:27:41.145732 [ 199 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 2609 rows starting from the beginning of the part 2026.04.07 05:27:41.145770 [ 199 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 56 rows starting from the beginning of the part 2026.04.07 05:27:41.145823 [ 199 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 56 rows starting from the beginning of the part 2026.04.07 05:27:41.145995 [ 5 ] {739e3bfb-0fb5-4e1e-8a83-82e88b2c6a73} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:41.146039 [ 5 ] {739e3bfb-0fb5-4e1e-8a83-82e88b2c6a73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.04.07 05:27:41.146400 [ 5 ] {739e3bfb-0fb5-4e1e-8a83-82e88b2c6a73} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.04.07 05:27:41.146630 [ 5 ] {739e3bfb-0fb5-4e1e-8a83-82e88b2c6a73} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:41.146750 [ 119 ] {} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.04.07 05:27:41.146768 [ 5 ] {739e3bfb-0fb5-4e1e-8a83-82e88b2c6a73} executeQuery: Read 64 rows, 5.12 KiB in 0.001284 sec., 49844.23676012461 rows/sec., 3.89 MiB/sec. 2026.04.07 05:27:41.146781 [ 119 ] {} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:41.146811 [ 119 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.04.07 05:27:41.146814 [ 5 ] {739e3bfb-0fb5-4e1e-8a83-82e88b2c6a73} TCPHandler: Processed in 0.001468007 sec. 2026.04.07 05:27:41.146937 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:41.146944 [ 198 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2026.04.07 05:27:41.147037 [ 5 ] {824317ad-94d2-4de0-81e2-f962ad9086dc} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:27:41.147086 [ 5 ] {824317ad-94d2-4de0-81e2-f962ad9086dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:27:41.147101 [ 198 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:27:41.147142 [ 198 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1404 rows starting from the beginning of the part 2026.04.07 05:27:41.147223 [ 198 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 106 rows starting from the beginning of the part 2026.04.07 05:27:41.147270 [ 198 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 64 rows starting from the beginning of the part 2026.04.07 05:27:41.147317 [ 198 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 1368 rows starting from the beginning of the part 2026.04.07 05:27:41.147361 [ 198 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 64 rows starting from the beginning of the part 2026.04.07 05:27:41.147413 [ 198 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 64 rows starting from the beginning of the part 2026.04.07 05:27:41.147515 [ 5 ] {824317ad-94d2-4de0-81e2-f962ad9086dc} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:41.147557 [ 5 ] {824317ad-94d2-4de0-81e2-f962ad9086dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.04.07 05:27:41.147898 [ 194 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 5537 rows, containing 5 columns (5 merged, 0 gathered) in 0.002514098 sec., 2202380.336804691 rows/sec., 175.04 MiB/sec. 2026.04.07 05:27:41.147947 [ 5 ] {824317ad-94d2-4de0-81e2-f962ad9086dc} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.04.07 05:27:41.148185 [ 5 ] {824317ad-94d2-4de0-81e2-f962ad9086dc} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:41.148266 [ 202 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.04.07 05:27:41.148329 [ 5 ] {824317ad-94d2-4de0-81e2-f962ad9086dc} executeQuery: Read 160 rows, 11.41 KiB in 0.001313 sec., 121858.33968012186 rows/sec., 8.49 MiB/sec. 2026.04.07 05:27:41.148373 [ 5 ] {824317ad-94d2-4de0-81e2-f962ad9086dc} TCPHandler: Processed in 0.001486038 sec. 2026.04.07 05:27:41.148487 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:41.148562 [ 202 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_76_15} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:41.148583 [ 5 ] {cdc98097-dfb6-4d08-ae1a-4587be62af7a} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:27:41.148629 [ 5 ] {cdc98097-dfb6-4d08-ae1a-4587be62af7a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:27:41.148649 [ 202 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_76_15} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.04.07 05:27:41.148764 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB. 2026.04.07 05:27:41.148881 [ 194 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 3070 rows, containing 5 columns (5 merged, 0 gathered) in 0.002006758 sec., 1529830.702057747 rows/sec., 111.05 MiB/sec. 2026.04.07 05:27:41.148970 [ 5 ] {cdc98097-dfb6-4d08-ae1a-4587be62af7a} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:41.149011 [ 5 ] {cdc98097-dfb6-4d08-ae1a-4587be62af7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.04.07 05:27:41.149079 [ 202 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.04.07 05:27:41.149376 [ 5 ] {cdc98097-dfb6-4d08-ae1a-4587be62af7a} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.04.07 05:27:41.149396 [ 202 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_76_15} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:41.149477 [ 202 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_76_15} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.04.07 05:27:41.149549 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. 2026.04.07 05:27:41.149617 [ 5 ] {cdc98097-dfb6-4d08-ae1a-4587be62af7a} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:41.149741 [ 110 ] {} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.04.07 05:27:41.149756 [ 5 ] {cdc98097-dfb6-4d08-ae1a-4587be62af7a} executeQuery: Read 60 rows, 4.14 KiB in 0.001192 sec., 50335.57046979866 rows/sec., 3.39 MiB/sec. 2026.04.07 05:27:41.149787 [ 110 ] {} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:41.149803 [ 5 ] {cdc98097-dfb6-4d08-ae1a-4587be62af7a} TCPHandler: Processed in 0.001365966 sec. 2026.04.07 05:27:41.149815 [ 110 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.04.07 05:27:41.149917 [ 190 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2026.04.07 05:27:41.150016 [ 190 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:27:41.150044 [ 190 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 3786 rows starting from the beginning of the part 2026.04.07 05:27:41.150095 [ 190 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 60 rows starting from the beginning of the part 2026.04.07 05:27:41.150139 [ 190 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 60 rows starting from the beginning of the part 2026.04.07 05:27:41.150179 [ 190 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 36 rows starting from the beginning of the part 2026.04.07 05:27:41.150215 [ 190 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 24 rows starting from the beginning of the part 2026.04.07 05:27:41.150253 [ 190 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 60 rows starting from the beginning of the part 2026.04.07 05:27:41.151497 [ 190 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 4026 rows, containing 4 columns (4 merged, 0 gathered) in 0.001615871 sec., 2491535.5248036506 rows/sec., 168.02 MiB/sec. 2026.04.07 05:27:41.151846 [ 195 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.04.07 05:27:41.152157 [ 195 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_76_15} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:41.152238 [ 195 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_76_15} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.04.07 05:27:41.152328 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. 2026.04.07 05:27:43.076801 [ 114 ] {} DNSResolver: Updating DNS cache 2026.04.07 05:27:43.076884 [ 114 ] {} DNSResolver: Updated DNS cache 2026.04.07 05:27:43.272545 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 23044 2026.04.07 05:27:43.273258 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:43.273300 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.04.07 05:27:43.273784 [ 244 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.04.07 05:27:43.274025 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:43.274187 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23044 2026.04.07 05:27:43.326262 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1082 2026.04.07 05:27:43.328786 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:43.328833 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.04.07 05:27:43.330384 [ 242 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.04.07 05:27:43.330666 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:43.330822 [ 108 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.04.07 05:27:43.330866 [ 108 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:43.330885 [ 108 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.04.07 05:27:43.330927 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1082 2026.04.07 05:27:43.330983 [ 194 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.04.07 05:27:43.331413 [ 194 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:27:43.331536 [ 194 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 938 rows starting from the beginning of the part 2026.04.07 05:27:43.331865 [ 194 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 26 rows starting from the beginning of the part 2026.04.07 05:27:43.332194 [ 194 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 38 rows starting from the beginning of the part 2026.04.07 05:27:43.332530 [ 194 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 24 rows starting from the beginning of the part 2026.04.07 05:27:43.332855 [ 194 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 20 rows starting from the beginning of the part 2026.04.07 05:27:43.333180 [ 194 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 36 rows starting from the beginning of the part 2026.04.07 05:27:43.342139 [ 192 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1082 rows, containing 72 columns (72 merged, 0 gathered) in 0.011196001 sec., 96641.64910310386 rows/sec., 77.40 MiB/sec. 2026.04.07 05:27:43.343689 [ 196 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.04.07 05:27:43.344516 [ 196 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_36_7} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:43.344627 [ 196 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_36_7} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.04.07 05:27:43.344953 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.58 MiB. 2026.04.07 05:27:44.001306 [ 247 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000934727 sec. 2026.04.07 05:27:44.533343 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 362 2026.04.07 05:27:44.550258 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:44.550322 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.04.07 05:27:44.556541 [ 243 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.04.07 05:27:44.557225 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:44.560064 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 362 2026.04.07 05:27:46.133000 [ 113 ] {} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9) (MergerMutator): Selected 5 parts from all_1_36_7 to all_40_40_0 2026.04.07 05:27:46.133064 [ 113 ] {} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:46.133084 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.04.07 05:27:46.133232 [ 190 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_40_8} MergeTask::PrepareStage: Merging 5 parts: from all_1_36_7 to all_40_40_0 into Compact with storage Full 2026.04.07 05:27:46.133387 [ 190 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_40_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:27:46.133424 [ 190 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 83 rows starting from the beginning of the part 2026.04.07 05:27:46.133504 [ 190 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 42 rows starting from the beginning of the part 2026.04.07 05:27:46.133551 [ 190 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 2 rows starting from the beginning of the part 2026.04.07 05:27:46.133596 [ 190 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 42 rows starting from the beginning of the part 2026.04.07 05:27:46.133638 [ 190 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 65 rows starting from the beginning of the part 2026.04.07 05:27:46.134443 [ 196 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_40_8} MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 5 columns (5 merged, 0 gathered) in 0.001278564 sec., 183017.82312031309 rows/sec., 14.15 MiB/sec. 2026.04.07 05:27:46.134644 [ 189 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_40_8} MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) 2026.04.07 05:27:46.134951 [ 189 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_40_8} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:46.135035 [ 189 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_40_8} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9) (MergerMutator): Merged 5 parts: [all_1_36_7, all_40_40_0] -> all_1_40_8 2026.04.07 05:27:46.135154 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.04.07 05:27:46.146489 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:46.146645 [ 5 ] {60bd956c-ae40-4586-a434-72f092b54e76} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:27:46.146709 [ 5 ] {60bd956c-ae40-4586-a434-72f092b54e76} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:27:46.147473 [ 5 ] {60bd956c-ae40-4586-a434-72f092b54e76} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:46.147515 [ 5 ] {60bd956c-ae40-4586-a434-72f092b54e76} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.04.07 05:27:46.147950 [ 5 ] {60bd956c-ae40-4586-a434-72f092b54e76} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.04.07 05:27:46.148178 [ 5 ] {60bd956c-ae40-4586-a434-72f092b54e76} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:46.148336 [ 5 ] {60bd956c-ae40-4586-a434-72f092b54e76} executeQuery: Read 140 rows, 12.49 KiB in 0.001741 sec., 80413.555427915 rows/sec., 7.00 MiB/sec. 2026.04.07 05:27:46.148389 [ 5 ] {60bd956c-ae40-4586-a434-72f092b54e76} TCPHandler: Processed in 0.002025789 sec. 2026.04.07 05:27:46.148529 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:46.148637 [ 5 ] {1ed48dbf-c67b-4c79-8735-ea2e709480b0} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.07 05:27:46.148680 [ 5 ] {1ed48dbf-c67b-4c79-8735-ea2e709480b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.07 05:27:46.149128 [ 5 ] {1ed48dbf-c67b-4c79-8735-ea2e709480b0} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:46.149164 [ 5 ] {1ed48dbf-c67b-4c79-8735-ea2e709480b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.04.07 05:27:46.149471 [ 5 ] {1ed48dbf-c67b-4c79-8735-ea2e709480b0} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.04.07 05:27:46.149681 [ 5 ] {1ed48dbf-c67b-4c79-8735-ea2e709480b0} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:46.149813 [ 5 ] {1ed48dbf-c67b-4c79-8735-ea2e709480b0} executeQuery: Read 42 rows, 3.16 KiB in 0.0012 sec., 35000 rows/sec., 2.57 MiB/sec. 2026.04.07 05:27:46.149853 [ 5 ] {1ed48dbf-c67b-4c79-8735-ea2e709480b0} TCPHandler: Processed in 0.001377726 sec. 2026.04.07 05:27:46.149974 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:46.150073 [ 5 ] {cd7a657f-b76f-4f87-926b-c6729755f27e} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:27:46.150113 [ 5 ] {cd7a657f-b76f-4f87-926b-c6729755f27e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:27:46.150561 [ 5 ] {cd7a657f-b76f-4f87-926b-c6729755f27e} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:46.150595 [ 5 ] {cd7a657f-b76f-4f87-926b-c6729755f27e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.04.07 05:27:46.150915 [ 5 ] {cd7a657f-b76f-4f87-926b-c6729755f27e} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.04.07 05:27:46.151130 [ 5 ] {cd7a657f-b76f-4f87-926b-c6729755f27e} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:46.151261 [ 5 ] {cd7a657f-b76f-4f87-926b-c6729755f27e} executeQuery: Read 106 rows, 8.48 KiB in 0.00121 sec., 87603.30578512397 rows/sec., 6.84 MiB/sec. 2026.04.07 05:27:46.151299 [ 5 ] {cd7a657f-b76f-4f87-926b-c6729755f27e} TCPHandler: Processed in 0.001375077 sec. 2026.04.07 05:27:46.151429 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:46.151526 [ 5 ] {0e8574bd-af88-4092-9bc9-a0315d919738} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:27:46.151569 [ 5 ] {0e8574bd-af88-4092-9bc9-a0315d919738} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:27:46.152017 [ 5 ] {0e8574bd-af88-4092-9bc9-a0315d919738} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:46.152052 [ 5 ] {0e8574bd-af88-4092-9bc9-a0315d919738} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.04.07 05:27:46.152394 [ 5 ] {0e8574bd-af88-4092-9bc9-a0315d919738} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.04.07 05:27:46.152601 [ 5 ] {0e8574bd-af88-4092-9bc9-a0315d919738} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:46.152731 [ 5 ] {0e8574bd-af88-4092-9bc9-a0315d919738} executeQuery: Read 160 rows, 11.41 KiB in 0.001226 sec., 130505.70962479607 rows/sec., 9.09 MiB/sec. 2026.04.07 05:27:46.152769 [ 5 ] {0e8574bd-af88-4092-9bc9-a0315d919738} TCPHandler: Processed in 0.001389216 sec. 2026.04.07 05:27:46.152890 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:46.152985 [ 5 ] {a7ccd4cb-c659-4db7-b078-6a71eb9cbda1} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.07 05:27:46.153039 [ 5 ] {a7ccd4cb-c659-4db7-b078-6a71eb9cbda1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.07 05:27:46.153925 [ 5 ] {a7ccd4cb-c659-4db7-b078-6a71eb9cbda1} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:46.153959 [ 5 ] {a7ccd4cb-c659-4db7-b078-6a71eb9cbda1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.04.07 05:27:46.154542 [ 5 ] {a7ccd4cb-c659-4db7-b078-6a71eb9cbda1} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.04.07 05:27:46.154769 [ 5 ] {a7ccd4cb-c659-4db7-b078-6a71eb9cbda1} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:46.154911 [ 5 ] {a7ccd4cb-c659-4db7-b078-6a71eb9cbda1} executeQuery: Read 42 rows, 77.07 KiB in 0.001945 sec., 21593.830334190232 rows/sec., 38.70 MiB/sec. 2026.04.07 05:27:46.154980 [ 5 ] {a7ccd4cb-c659-4db7-b078-6a71eb9cbda1} TCPHandler: Processed in 0.002139981 sec. 2026.04.07 05:27:46.155113 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:46.155209 [ 5 ] {1922f0d4-88ea-411a-9672-50c511ffc9ab} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:27:46.155251 [ 5 ] {1922f0d4-88ea-411a-9672-50c511ffc9ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:27:46.155628 [ 5 ] {1922f0d4-88ea-411a-9672-50c511ffc9ab} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:46.155661 [ 5 ] {1922f0d4-88ea-411a-9672-50c511ffc9ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.04.07 05:27:46.155975 [ 5 ] {1922f0d4-88ea-411a-9672-50c511ffc9ab} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.04.07 05:27:46.156181 [ 5 ] {1922f0d4-88ea-411a-9672-50c511ffc9ab} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:46.156310 [ 5 ] {1922f0d4-88ea-411a-9672-50c511ffc9ab} executeQuery: Read 60 rows, 4.14 KiB in 0.001121 sec., 53523.63960749331 rows/sec., 3.61 MiB/sec. 2026.04.07 05:27:46.156346 [ 5 ] {1922f0d4-88ea-411a-9672-50c511ffc9ab} TCPHandler: Processed in 0.001283464 sec. 2026.04.07 05:27:50.774286 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 23492 2026.04.07 05:27:50.775100 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:50.775166 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.04.07 05:27:50.775710 [ 244 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.04.07 05:27:50.775951 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:50.776074 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23492 2026.04.07 05:27:51.143875 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:51.144065 [ 5 ] {af05f1ad-2d5d-4fbc-8468-e4b794e9f618} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:27:51.144134 [ 5 ] {af05f1ad-2d5d-4fbc-8468-e4b794e9f618} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:27:51.144786 [ 5 ] {af05f1ad-2d5d-4fbc-8468-e4b794e9f618} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:51.144836 [ 5 ] {af05f1ad-2d5d-4fbc-8468-e4b794e9f618} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.04.07 05:27:51.145224 [ 5 ] {af05f1ad-2d5d-4fbc-8468-e4b794e9f618} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.04.07 05:27:51.145449 [ 5 ] {af05f1ad-2d5d-4fbc-8468-e4b794e9f618} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:51.145617 [ 5 ] {af05f1ad-2d5d-4fbc-8468-e4b794e9f618} executeQuery: Read 56 rows, 4.41 KiB in 0.001601 sec., 34978.13866333541 rows/sec., 2.69 MiB/sec. 2026.04.07 05:27:51.145666 [ 5 ] {af05f1ad-2d5d-4fbc-8468-e4b794e9f618} TCPHandler: Processed in 0.001924746 sec. 2026.04.07 05:27:51.145789 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:51.145890 [ 5 ] {f3438008-1ab8-4fdb-a856-c5f177f64252} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:27:51.145933 [ 5 ] {f3438008-1ab8-4fdb-a856-c5f177f64252} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:27:51.146370 [ 5 ] {f3438008-1ab8-4fdb-a856-c5f177f64252} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:51.146407 [ 5 ] {f3438008-1ab8-4fdb-a856-c5f177f64252} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.04.07 05:27:51.146702 [ 5 ] {f3438008-1ab8-4fdb-a856-c5f177f64252} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.04.07 05:27:51.146905 [ 5 ] {f3438008-1ab8-4fdb-a856-c5f177f64252} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:51.147037 [ 5 ] {f3438008-1ab8-4fdb-a856-c5f177f64252} executeQuery: Read 64 rows, 5.12 KiB in 0.001169 sec., 54747.64756201882 rows/sec., 4.27 MiB/sec. 2026.04.07 05:27:51.147076 [ 5 ] {f3438008-1ab8-4fdb-a856-c5f177f64252} TCPHandler: Processed in 0.001337555 sec. 2026.04.07 05:27:51.147186 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:51.147279 [ 5 ] {d8457cf7-0d31-4e6a-b256-96fc780600c2} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:27:51.147322 [ 5 ] {d8457cf7-0d31-4e6a-b256-96fc780600c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:27:51.147738 [ 5 ] {d8457cf7-0d31-4e6a-b256-96fc780600c2} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:51.147774 [ 5 ] {d8457cf7-0d31-4e6a-b256-96fc780600c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.04.07 05:27:51.148095 [ 5 ] {d8457cf7-0d31-4e6a-b256-96fc780600c2} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.04.07 05:27:51.148298 [ 5 ] {d8457cf7-0d31-4e6a-b256-96fc780600c2} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:51.148429 [ 5 ] {d8457cf7-0d31-4e6a-b256-96fc780600c2} executeQuery: Read 160 rows, 11.41 KiB in 0.00117 sec., 136752.13675213675 rows/sec., 9.52 MiB/sec. 2026.04.07 05:27:51.148466 [ 5 ] {d8457cf7-0d31-4e6a-b256-96fc780600c2} TCPHandler: Processed in 0.001328185 sec. 2026.04.07 05:27:51.148572 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:51.148663 [ 5 ] {1668c10b-f242-43c2-a959-3e9f52f8ea16} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:27:51.148704 [ 5 ] {1668c10b-f242-43c2-a959-3e9f52f8ea16} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:27:51.149031 [ 5 ] {1668c10b-f242-43c2-a959-3e9f52f8ea16} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:51.149067 [ 5 ] {1668c10b-f242-43c2-a959-3e9f52f8ea16} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.04.07 05:27:51.149361 [ 5 ] {1668c10b-f242-43c2-a959-3e9f52f8ea16} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.04.07 05:27:51.149569 [ 5 ] {1668c10b-f242-43c2-a959-3e9f52f8ea16} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:51.149698 [ 5 ] {1668c10b-f242-43c2-a959-3e9f52f8ea16} executeQuery: Read 60 rows, 4.14 KiB in 0.001053 sec., 56980.05698005699 rows/sec., 3.84 MiB/sec. 2026.04.07 05:27:51.149733 [ 5 ] {1668c10b-f242-43c2-a959-3e9f52f8ea16} TCPHandler: Processed in 0.001209503 sec. 2026.04.07 05:27:52.061103 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 369 2026.04.07 05:27:52.077834 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:52.077890 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.04.07 05:27:52.084116 [ 243 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.04.07 05:27:52.084852 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:52.087569 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 369 2026.04.07 05:27:53.332106 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1102 2026.04.07 05:27:53.334481 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:53.334539 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.04.07 05:27:53.335779 [ 242 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.04.07 05:27:53.336075 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:53.336488 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1102 2026.04.07 05:27:56.144938 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:56.145134 [ 5 ] {fd09852c-85cb-4aea-a0d4-d1e793edd90f} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:27:56.145202 [ 5 ] {fd09852c-85cb-4aea-a0d4-d1e793edd90f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:27:56.145936 [ 5 ] {fd09852c-85cb-4aea-a0d4-d1e793edd90f} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:56.145984 [ 5 ] {fd09852c-85cb-4aea-a0d4-d1e793edd90f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.04.07 05:27:56.146396 [ 5 ] {fd09852c-85cb-4aea-a0d4-d1e793edd90f} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.04.07 05:27:56.146630 [ 5 ] {fd09852c-85cb-4aea-a0d4-d1e793edd90f} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:56.146797 [ 5 ] {fd09852c-85cb-4aea-a0d4-d1e793edd90f} executeQuery: Read 140 rows, 12.49 KiB in 0.001714 sec., 81680.28004667444 rows/sec., 7.11 MiB/sec. 2026.04.07 05:27:56.146846 [ 5 ] {fd09852c-85cb-4aea-a0d4-d1e793edd90f} TCPHandler: Processed in 0.002035128 sec. 2026.04.07 05:27:56.146970 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:56.147073 [ 5 ] {d2e22d85-7a00-4003-a7ae-081e46717405} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.07 05:27:56.147118 [ 5 ] {d2e22d85-7a00-4003-a7ae-081e46717405} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.07 05:27:56.147540 [ 5 ] {d2e22d85-7a00-4003-a7ae-081e46717405} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:56.147577 [ 5 ] {d2e22d85-7a00-4003-a7ae-081e46717405} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.04.07 05:27:56.147891 [ 5 ] {d2e22d85-7a00-4003-a7ae-081e46717405} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.04.07 05:27:56.148107 [ 5 ] {d2e22d85-7a00-4003-a7ae-081e46717405} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:56.148242 [ 5 ] {d2e22d85-7a00-4003-a7ae-081e46717405} executeQuery: Read 42 rows, 3.16 KiB in 0.001192 sec., 35234.899328859065 rows/sec., 2.59 MiB/sec. 2026.04.07 05:27:56.148281 [ 5 ] {d2e22d85-7a00-4003-a7ae-081e46717405} TCPHandler: Processed in 0.001363835 sec. 2026.04.07 05:27:56.148392 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:56.148489 [ 5 ] {c200f432-c892-4c18-a913-2a1c7ef83197} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:27:56.148529 [ 5 ] {c200f432-c892-4c18-a913-2a1c7ef83197} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:27:56.148949 [ 5 ] {c200f432-c892-4c18-a913-2a1c7ef83197} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:56.148985 [ 5 ] {c200f432-c892-4c18-a913-2a1c7ef83197} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.04.07 05:27:56.149300 [ 5 ] {c200f432-c892-4c18-a913-2a1c7ef83197} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.04.07 05:27:56.149517 [ 5 ] {c200f432-c892-4c18-a913-2a1c7ef83197} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:56.149647 [ 5 ] {c200f432-c892-4c18-a913-2a1c7ef83197} executeQuery: Read 106 rows, 8.48 KiB in 0.001177 sec., 90059.47323704332 rows/sec., 7.03 MiB/sec. 2026.04.07 05:27:56.149684 [ 5 ] {c200f432-c892-4c18-a913-2a1c7ef83197} TCPHandler: Processed in 0.001341966 sec. 2026.04.07 05:27:56.149795 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:56.149891 [ 5 ] {0c7f060e-88b9-4cd9-91df-bd470f2cbce6} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:27:56.149935 [ 5 ] {0c7f060e-88b9-4cd9-91df-bd470f2cbce6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:27:56.150345 [ 5 ] {0c7f060e-88b9-4cd9-91df-bd470f2cbce6} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:56.150382 [ 5 ] {0c7f060e-88b9-4cd9-91df-bd470f2cbce6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.04.07 05:27:56.150714 [ 5 ] {0c7f060e-88b9-4cd9-91df-bd470f2cbce6} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.04.07 05:27:56.150925 [ 5 ] {0c7f060e-88b9-4cd9-91df-bd470f2cbce6} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:56.151038 [ 75 ] {} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900) (MergerMutator): Selected 6 parts from all_1_74_15 to all_79_79_0 2026.04.07 05:27:56.151055 [ 5 ] {0c7f060e-88b9-4cd9-91df-bd470f2cbce6} executeQuery: Read 160 rows, 11.41 KiB in 0.001183 sec., 135249.36601859677 rows/sec., 9.42 MiB/sec. 2026.04.07 05:27:56.151106 [ 75 ] {} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:56.151115 [ 5 ] {0c7f060e-88b9-4cd9-91df-bd470f2cbce6} TCPHandler: Processed in 0.001369266 sec. 2026.04.07 05:27:56.151133 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.04.07 05:27:56.151235 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:56.151237 [ 197 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_79_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_74_15 to all_79_79_0 into Compact with storage Full 2026.04.07 05:27:56.151335 [ 5 ] {f7e3a588-d184-4851-a14a-63ebe28a7383} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.07 05:27:56.151355 [ 197 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_79_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:27:56.151391 [ 197 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_79_16} MergeTreeSequentialSource: Reading 5 marks from part all_1_74_15, total 26585 rows starting from the beginning of the part 2026.04.07 05:27:56.151392 [ 5 ] {f7e3a588-d184-4851-a14a-63ebe28a7383} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.07 05:27:56.151460 [ 197 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_79_16} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 64 rows starting from the beginning of the part 2026.04.07 05:27:56.151521 [ 197 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_79_16} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 160 rows starting from the beginning of the part 2026.04.07 05:27:56.151569 [ 197 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_79_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 160 rows starting from the beginning of the part 2026.04.07 05:27:56.151614 [ 197 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_79_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 160 rows starting from the beginning of the part 2026.04.07 05:27:56.151657 [ 197 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_79_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 160 rows starting from the beginning of the part 2026.04.07 05:27:56.152273 [ 5 ] {f7e3a588-d184-4851-a14a-63ebe28a7383} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:56.152308 [ 5 ] {f7e3a588-d184-4851-a14a-63ebe28a7383} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.04.07 05:27:56.153136 [ 5 ] {f7e3a588-d184-4851-a14a-63ebe28a7383} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.04.07 05:27:56.153382 [ 5 ] {f7e3a588-d184-4851-a14a-63ebe28a7383} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:56.153498 [ 75 ] {} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.04.07 05:27:56.153532 [ 75 ] {} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:56.153537 [ 5 ] {f7e3a588-d184-4851-a14a-63ebe28a7383} executeQuery: Read 42 rows, 77.07 KiB in 0.002219 sec., 18927.44479495268 rows/sec., 33.92 MiB/sec. 2026.04.07 05:27:56.153554 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.04.07 05:27:56.153628 [ 5 ] {f7e3a588-d184-4851-a14a-63ebe28a7383} TCPHandler: Processed in 0.002441886 sec. 2026.04.07 05:27:56.153648 [ 189 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.04.07 05:27:56.153749 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:56.153830 [ 189 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:27:56.153845 [ 5 ] {d5235d9e-d2ab-435a-909e-8a3e1998d8cc} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:27:56.153880 [ 189 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1313 rows starting from the beginning of the part 2026.04.07 05:27:56.153888 [ 5 ] {d5235d9e-d2ab-435a-909e-8a3e1998d8cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:27:56.153988 [ 189 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 42 rows starting from the beginning of the part 2026.04.07 05:27:56.154085 [ 189 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 42 rows starting from the beginning of the part 2026.04.07 05:27:56.154179 [ 189 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 53 rows starting from the beginning of the part 2026.04.07 05:27:56.154229 [ 5 ] {d5235d9e-d2ab-435a-909e-8a3e1998d8cc} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:56.154267 [ 5 ] {d5235d9e-d2ab-435a-909e-8a3e1998d8cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.04.07 05:27:56.154275 [ 189 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 42 rows starting from the beginning of the part 2026.04.07 05:27:56.154369 [ 189 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 42 rows starting from the beginning of the part 2026.04.07 05:27:56.154680 [ 5 ] {d5235d9e-d2ab-435a-909e-8a3e1998d8cc} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.04.07 05:27:56.154912 [ 5 ] {d5235d9e-d2ab-435a-909e-8a3e1998d8cc} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:56.155057 [ 5 ] {d5235d9e-d2ab-435a-909e-8a3e1998d8cc} executeQuery: Read 60 rows, 4.14 KiB in 0.00123 sec., 48780.48780487805 rows/sec., 3.29 MiB/sec. 2026.04.07 05:27:56.155096 [ 5 ] {d5235d9e-d2ab-435a-909e-8a3e1998d8cc} TCPHandler: Processed in 0.001396677 sec. 2026.04.07 05:27:56.159990 [ 196 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_79_16} MergeTask::MergeProjectionsStage: Merge sorted 27289 rows, containing 5 columns (5 merged, 0 gathered) in 0.008794606 sec., 3102924.6790589597 rows/sec., 203.02 MiB/sec. 2026.04.07 05:27:56.160492 [ 187 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_79_16} MergedBlockOutputStream: filled checksums all_1_79_16 (state Temporary) 2026.04.07 05:27:56.160806 [ 187 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_79_16} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_merge_all_1_79_16 to all_1_79_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:56.160884 [ 187 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_79_16} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900) (MergerMutator): Merged 6 parts: [all_1_74_15, all_79_79_0] -> all_1_79_16 2026.04.07 05:27:56.160994 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. 2026.04.07 05:27:56.161851 [ 187 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1534 rows, containing 19 columns (19 merged, 0 gathered) in 0.008238875 sec., 186190.46896572653 rows/sec., 333.64 MiB/sec. 2026.04.07 05:27:56.164138 [ 187 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.04.07 05:27:56.164476 [ 187 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_36_7} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:56.164547 [ 187 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_36_7} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.04.07 05:27:56.164716 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.82 MiB. 2026.04.07 05:27:57.000318 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 314.81 MiB, peak 328.25 MiB, free memory in arenas 0.00 B, will set to 321.66 MiB (RSS), difference: 6.85 MiB 2026.04.07 05:27:57.453901 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55010 2026.04.07 05:27:57.454029 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:27:57.454057 [ 290 ] {} TCP-Session: 1f5fd897-1e86-496e-8f93-e0c67b5b167b Authenticating user 'default' from [fd00:1122:3344:101::e]:55010 2026.04.07 05:27:57.454079 [ 290 ] {} TCP-Session: 1f5fd897-1e86-496e-8f93-e0c67b5b167b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:57.454092 [ 290 ] {} TCP-Session: 1f5fd897-1e86-496e-8f93-e0c67b5b167b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:57.454289 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57554 2026.04.07 05:27:57.454327 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37384 2026.04.07 05:27:57.454349 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38871 2026.04.07 05:27:57.454339 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51595 2026.04.07 05:27:57.454410 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50286 2026.04.07 05:27:57.454433 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:27:57.454457 [ 290 ] {} TCP-Session: 1f5fd897-1e86-496e-8f93-e0c67b5b167b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:57.454488 [ 291 ] {} TCP-Session: b69bf4c6-8cae-48df-948e-9c86feb51257 Authenticating user 'default' from [fd00:1122:3344:101::e]:57554 2026.04.07 05:27:57.454500 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:27:57.454457 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:27:57.454523 [ 291 ] {} TCP-Session: b69bf4c6-8cae-48df-948e-9c86feb51257 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:57.454535 [ 3 ] {} TCP-Session: 7cc44c30-ff07-458e-ac3e-ec43265e4eef Authenticating user 'default' from [fd00:1122:3344:101::e]:51595 2026.04.07 05:27:57.454559 [ 286 ] {} TCP-Session: cfe63a7f-cccc-4514-bda1-c661590b999f Authenticating user 'default' from [fd00:1122:3344:101::e]:38871 2026.04.07 05:27:57.454564 [ 291 ] {} TCP-Session: b69bf4c6-8cae-48df-948e-9c86feb51257 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:57.454579 [ 3 ] {} TCP-Session: 7cc44c30-ff07-458e-ac3e-ec43265e4eef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:57.454596 [ 286 ] {} TCP-Session: cfe63a7f-cccc-4514-bda1-c661590b999f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:57.454620 [ 3 ] {} TCP-Session: 7cc44c30-ff07-458e-ac3e-ec43265e4eef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:57.454633 [ 286 ] {} TCP-Session: cfe63a7f-cccc-4514-bda1-c661590b999f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:57.454643 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:27:57.454665 [ 290 ] {f3195d1f-eb84-451f-9af2-f55e435be230} executeQuery: (from [fd00:1122:3344:101::e]:55010) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.07 05:27:57.454708 [ 289 ] {} TCP-Session: bb6f1e97-309e-4aae-9a20-7833ef51d9da Authenticating user 'default' from [fd00:1122:3344:101::e]:50286 2026.04.07 05:27:57.454430 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:27:57.454741 [ 289 ] {} TCP-Session: bb6f1e97-309e-4aae-9a20-7833ef51d9da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:57.454411 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62506 2026.04.07 05:27:57.454765 [ 289 ] {} TCP-Session: bb6f1e97-309e-4aae-9a20-7833ef51d9da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:57.454297 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41557 2026.04.07 05:27:57.454294 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62167 2026.04.07 05:27:57.454760 [ 294 ] {} TCP-Session: 7493b32a-31b2-457b-b4b9-aa6fe651eed2 Authenticating user 'default' from [fd00:1122:3344:101::e]:37384 2026.04.07 05:27:57.454945 [ 294 ] {} TCP-Session: 7493b32a-31b2-457b-b4b9-aa6fe651eed2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:57.454961 [ 294 ] {} TCP-Session: 7493b32a-31b2-457b-b4b9-aa6fe651eed2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:57.455066 [ 290 ] {f3195d1f-eb84-451f-9af2-f55e435be230} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.07 05:27:57.455127 [ 290 ] {f3195d1f-eb84-451f-9af2-f55e435be230} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.07 05:27:57.455325 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:27:57.455371 [ 292 ] {} TCP-Session: 93d82475-e591-4e1c-8ddf-8ab0a1633244 Authenticating user 'default' from [fd00:1122:3344:101::e]:62167 2026.04.07 05:27:57.455397 [ 292 ] {} TCP-Session: 93d82475-e591-4e1c-8ddf-8ab0a1633244 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:57.455410 [ 292 ] {} TCP-Session: 93d82475-e591-4e1c-8ddf-8ab0a1633244 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:57.455437 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:27:57.455468 [ 293 ] {} TCP-Session: 09d1fb60-e673-4d7d-a2df-e2baa31c50ef Authenticating user 'default' from [fd00:1122:3344:101::e]:41557 2026.04.07 05:27:57.455484 [ 293 ] {} TCP-Session: 09d1fb60-e673-4d7d-a2df-e2baa31c50ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:57.455496 [ 293 ] {} TCP-Session: 09d1fb60-e673-4d7d-a2df-e2baa31c50ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:57.455547 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:27:57.455561 [ 290 ] {f3195d1f-eb84-451f-9af2-f55e435be230} oximeter.version (b59983b3-b885-480b-8202-da32017c82ac) (SelectExecutor): Key condition: unknown 2026.04.07 05:27:57.455587 [ 288 ] {} TCP-Session: 67aa69f2-2bd6-44c2-9cde-275cf1811430 Authenticating user 'default' from [fd00:1122:3344:101::e]:62506 2026.04.07 05:27:57.455614 [ 288 ] {} TCP-Session: 67aa69f2-2bd6-44c2-9cde-275cf1811430 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:57.455627 [ 288 ] {} TCP-Session: 67aa69f2-2bd6-44c2-9cde-275cf1811430 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:57.456657 [ 347 ] {f3195d1f-eb84-451f-9af2-f55e435be230} AggregatingTransform: Aggregating 2026.04.07 05:27:57.456716 [ 347 ] {f3195d1f-eb84-451f-9af2-f55e435be230} Aggregator: Aggregation method: without_key 2026.04.07 05:27:57.456756 [ 347 ] {f3195d1f-eb84-451f-9af2-f55e435be230} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001077701 sec. (927.901 rows/sec., 36.25 KiB/sec.) 2026.04.07 05:27:57.456776 [ 347 ] {f3195d1f-eb84-451f-9af2-f55e435be230} Aggregator: Merging aggregated data 2026.04.07 05:27:57.458047 [ 290 ] {f3195d1f-eb84-451f-9af2-f55e435be230} executeQuery: Read 1 rows, 40.00 B in 0.003447 sec., 290.1073397156948 rows/sec., 11.33 KiB/sec. 2026.04.07 05:27:57.458198 [ 290 ] {f3195d1f-eb84-451f-9af2-f55e435be230} TCPHandler: Processed in 0.003894953 sec. 2026.04.07 05:27:57.458318 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.07 05:27:57.458348 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.07 05:27:57.458349 [ 290 ] {} TCP-Session: 1f5fd897-1e86-496e-8f93-e0c67b5b167b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:57.458370 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.07 05:27:57.458387 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.07 05:27:57.458412 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.07 05:27:57.458434 [ 293 ] {} TCP-Session: 09d1fb60-e673-4d7d-a2df-e2baa31c50ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:57.458450 [ 292 ] {} TCP-Session: 93d82475-e591-4e1c-8ddf-8ab0a1633244 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:57.458446 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.07 05:27:57.458480 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.07 05:27:57.458507 [ 294 ] {} TCP-Session: 7493b32a-31b2-457b-b4b9-aa6fe651eed2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:57.458465 [ 289 ] {} TCP-Session: bb6f1e97-309e-4aae-9a20-7833ef51d9da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:57.458535 [ 288 ] {} TCP-Session: 67aa69f2-2bd6-44c2-9cde-275cf1811430 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:57.458465 [ 3 ] {} TCPHandler: Done processing connection. 2026.04.07 05:27:57.458429 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.07 05:27:57.458601 [ 3 ] {} TCP-Session: 7cc44c30-ff07-458e-ac3e-ec43265e4eef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:57.458393 [ 291 ] {} TCP-Session: b69bf4c6-8cae-48df-948e-9c86feb51257 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:57.458626 [ 286 ] {} TCP-Session: cfe63a7f-cccc-4514-bda1-c661590b999f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:58.077140 [ 105 ] {} DNSResolver: Updating DNS cache 2026.04.07 05:27:58.077196 [ 105 ] {} DNSResolver: Updated DNS cache 2026.04.07 05:27:58.276281 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 24004 2026.04.07 05:27:58.276862 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:58.276916 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.04.07 05:27:58.277421 [ 244 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.04.07 05:27:58.277672 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:58.277826 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24004 2026.04.07 05:27:59.281222 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50572 2026.04.07 05:27:59.281349 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:27:59.281376 [ 290 ] {} TCP-Session: 86a87cfc-1cdd-436c-a7f4-1f55466a234d Authenticating user 'default' from [fd00:1122:3344:101::e]:50572 2026.04.07 05:27:59.281398 [ 290 ] {} TCP-Session: 86a87cfc-1cdd-436c-a7f4-1f55466a234d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:59.281410 [ 290 ] {} TCP-Session: 86a87cfc-1cdd-436c-a7f4-1f55466a234d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:59.281591 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36520 2026.04.07 05:27:59.281640 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45423 2026.04.07 05:27:59.281667 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41708 2026.04.07 05:27:59.281691 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52088 2026.04.07 05:27:59.281704 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46265 2026.04.07 05:27:59.281719 [ 290 ] {} TCP-Session: 86a87cfc-1cdd-436c-a7f4-1f55466a234d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:59.281773 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:27:59.281764 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:27:59.281762 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:27:59.281804 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:27:59.281811 [ 294 ] {} TCP-Session: ea1bbbe9-62af-4898-a6e2-09e426d830d4 Authenticating user 'default' from [fd00:1122:3344:101::e]:41708 2026.04.07 05:27:59.281848 [ 292 ] {} TCP-Session: 3bec0bcb-932c-478d-bb67-0de2392b32aa Authenticating user 'default' from [fd00:1122:3344:101::e]:45423 2026.04.07 05:27:59.281858 [ 288 ] {} TCP-Session: c62de02a-3428-42d1-b3b7-6faca2951d31 Authenticating user 'default' from [fd00:1122:3344:101::e]:46265 2026.04.07 05:27:59.281874 [ 294 ] {} TCP-Session: ea1bbbe9-62af-4898-a6e2-09e426d830d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:59.281889 [ 292 ] {} TCP-Session: 3bec0bcb-932c-478d-bb67-0de2392b32aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:59.281900 [ 288 ] {} TCP-Session: c62de02a-3428-42d1-b3b7-6faca2951d31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:59.281908 [ 294 ] {} TCP-Session: ea1bbbe9-62af-4898-a6e2-09e426d830d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:59.281926 [ 292 ] {} TCP-Session: 3bec0bcb-932c-478d-bb67-0de2392b32aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:59.281935 [ 288 ] {} TCP-Session: c62de02a-3428-42d1-b3b7-6faca2951d31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:59.281805 [ 286 ] {} TCP-Session: 563ea616-f00d-48ec-8c7f-04677d47b9c8 Authenticating user 'default' from [fd00:1122:3344:101::e]:52088 2026.04.07 05:27:59.281981 [ 290 ] {dfe7cfc2-7860-42ba-a9a7-c563b41afef0} executeQuery: (from [fd00:1122:3344:101::e]:50572) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.07 05:27:59.282004 [ 286 ] {} TCP-Session: 563ea616-f00d-48ec-8c7f-04677d47b9c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:59.281712 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:27:59.282026 [ 286 ] {} TCP-Session: 563ea616-f00d-48ec-8c7f-04677d47b9c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:59.281705 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58156 2026.04.07 05:27:59.281679 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64570 2026.04.07 05:27:59.281644 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39611 2026.04.07 05:27:59.282076 [ 291 ] {} TCP-Session: 44839d9e-962a-4f48-b971-7c812c7da1fe Authenticating user 'default' from [fd00:1122:3344:101::e]:36520 2026.04.07 05:27:59.282193 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:27:59.282202 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:27:59.282235 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:27:59.282239 [ 289 ] {} TCP-Session: 97d2db49-a811-45ed-9613-09f9d3946f9b Authenticating user 'default' from [fd00:1122:3344:101::e]:58156 2026.04.07 05:27:59.282258 [ 3 ] {} TCP-Session: 7c706264-4c8c-48d5-8588-aa274f0db513 Authenticating user 'default' from [fd00:1122:3344:101::e]:64570 2026.04.07 05:27:59.282270 [ 293 ] {} TCP-Session: f048f8e4-189a-405c-a340-a46f4d10a1b3 Authenticating user 'default' from [fd00:1122:3344:101::e]:39611 2026.04.07 05:27:59.282282 [ 289 ] {} TCP-Session: 97d2db49-a811-45ed-9613-09f9d3946f9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:59.282292 [ 3 ] {} TCP-Session: 7c706264-4c8c-48d5-8588-aa274f0db513 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:59.282310 [ 289 ] {} TCP-Session: 97d2db49-a811-45ed-9613-09f9d3946f9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:59.282330 [ 3 ] {} TCP-Session: 7c706264-4c8c-48d5-8588-aa274f0db513 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:59.282302 [ 293 ] {} TCP-Session: f048f8e4-189a-405c-a340-a46f4d10a1b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:59.282216 [ 291 ] {} TCP-Session: 44839d9e-962a-4f48-b971-7c812c7da1fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:59.282379 [ 293 ] {} TCP-Session: f048f8e4-189a-405c-a340-a46f4d10a1b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:59.282395 [ 291 ] {} TCP-Session: 44839d9e-962a-4f48-b971-7c812c7da1fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:59.282298 [ 290 ] {dfe7cfc2-7860-42ba-a9a7-c563b41afef0} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.07 05:27:59.282486 [ 290 ] {dfe7cfc2-7860-42ba-a9a7-c563b41afef0} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.07 05:27:59.282779 [ 290 ] {dfe7cfc2-7860-42ba-a9a7-c563b41afef0} oximeter.version (b59983b3-b885-480b-8202-da32017c82ac) (SelectExecutor): Key condition: unknown 2026.04.07 05:27:59.283745 [ 296 ] {dfe7cfc2-7860-42ba-a9a7-c563b41afef0} AggregatingTransform: Aggregating 2026.04.07 05:27:59.283802 [ 296 ] {dfe7cfc2-7860-42ba-a9a7-c563b41afef0} Aggregator: Aggregation method: without_key 2026.04.07 05:27:59.283840 [ 296 ] {dfe7cfc2-7860-42ba-a9a7-c563b41afef0} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000958458 sec. (1043.343 rows/sec., 40.76 KiB/sec.) 2026.04.07 05:27:59.283859 [ 296 ] {dfe7cfc2-7860-42ba-a9a7-c563b41afef0} Aggregator: Merging aggregated data 2026.04.07 05:27:59.285404 [ 290 ] {dfe7cfc2-7860-42ba-a9a7-c563b41afef0} executeQuery: Read 1 rows, 40.00 B in 0.003506 sec., 285.2253280091272 rows/sec., 11.14 KiB/sec. 2026.04.07 05:27:59.285673 [ 290 ] {dfe7cfc2-7860-42ba-a9a7-c563b41afef0} TCPHandler: Processed in 0.004074377 sec. 2026.04.07 05:27:59.285783 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.07 05:27:59.285805 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.07 05:27:59.285829 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.07 05:27:59.285845 [ 3 ] {} TCPHandler: Done processing connection. 2026.04.07 05:27:59.285867 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.07 05:27:59.285886 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.07 05:27:59.285913 [ 3 ] {} TCP-Session: 7c706264-4c8c-48d5-8588-aa274f0db513 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:59.285906 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.07 05:27:59.285940 [ 292 ] {} TCP-Session: 3bec0bcb-932c-478d-bb67-0de2392b32aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:59.285947 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.07 05:27:59.285979 [ 293 ] {} TCP-Session: f048f8e4-189a-405c-a340-a46f4d10a1b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:59.285929 [ 288 ] {} TCP-Session: c62de02a-3428-42d1-b3b7-6faca2951d31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:59.286020 [ 286 ] {} TCP-Session: 563ea616-f00d-48ec-8c7f-04677d47b9c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:59.285890 [ 289 ] {} TCP-Session: 97d2db49-a811-45ed-9613-09f9d3946f9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:59.285856 [ 291 ] {} TCP-Session: 44839d9e-962a-4f48-b971-7c812c7da1fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:59.285928 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.07 05:27:59.285830 [ 290 ] {} TCP-Session: 86a87cfc-1cdd-436c-a7f4-1f55466a234d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:59.286150 [ 294 ] {} TCP-Session: ea1bbbe9-62af-4898-a6e2-09e426d830d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:59.428095 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42739 2026.04.07 05:27:59.428200 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:27:59.428226 [ 290 ] {} TCP-Session: 527e266e-2bf2-4124-82e8-4fbe7599a772 Authenticating user 'default' from [fd00:1122:3344:101::e]:42739 2026.04.07 05:27:59.428248 [ 290 ] {} TCP-Session: 527e266e-2bf2-4124-82e8-4fbe7599a772 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:59.428261 [ 290 ] {} TCP-Session: 527e266e-2bf2-4124-82e8-4fbe7599a772 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:59.428457 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60123 2026.04.07 05:27:59.428470 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61122 2026.04.07 05:27:59.428506 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49897 2026.04.07 05:27:59.428536 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64145 2026.04.07 05:27:59.428544 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55361 2026.04.07 05:27:59.428588 [ 290 ] {} TCP-Session: 527e266e-2bf2-4124-82e8-4fbe7599a772 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:27:59.428629 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:27:59.428632 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:27:59.428664 [ 294 ] {} TCP-Session: ad820295-19dc-4407-9906-29746a302130 Authenticating user 'default' from [fd00:1122:3344:101::e]:49897 2026.04.07 05:27:59.428678 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:27:59.428688 [ 288 ] {} TCP-Session: 8152059a-9ec3-4b57-9667-2ba93d753ae1 Authenticating user 'default' from [fd00:1122:3344:101::e]:64145 2026.04.07 05:27:59.428696 [ 294 ] {} TCP-Session: ad820295-19dc-4407-9906-29746a302130 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:59.428717 [ 289 ] {} TCP-Session: 4dfaf143-337d-4731-b000-b459cc17216c Authenticating user 'default' from [fd00:1122:3344:101::e]:55361 2026.04.07 05:27:59.428730 [ 288 ] {} TCP-Session: 8152059a-9ec3-4b57-9667-2ba93d753ae1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:59.428741 [ 294 ] {} TCP-Session: ad820295-19dc-4407-9906-29746a302130 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:59.428760 [ 289 ] {} TCP-Session: 4dfaf143-337d-4731-b000-b459cc17216c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:59.428764 [ 288 ] {} TCP-Session: 8152059a-9ec3-4b57-9667-2ba93d753ae1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:59.428793 [ 289 ] {} TCP-Session: 4dfaf143-337d-4731-b000-b459cc17216c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:59.428802 [ 290 ] {87b22018-6470-4059-81bb-553bf16d4ee3} executeQuery: (from [fd00:1122:3344:101::e]:42739) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.07 05:27:59.428529 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59079 2026.04.07 05:27:59.428517 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39273 2026.04.07 05:27:59.428473 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63445 2026.04.07 05:27:59.428905 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:27:59.428579 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:27:59.428939 [ 286 ] {} TCP-Session: 8903d06c-8c55-4436-a267-43ddf522f404 Authenticating user 'default' from [fd00:1122:3344:101::e]:59079 2026.04.07 05:27:59.428961 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:27:59.428979 [ 291 ] {} TCP-Session: 6b2557a5-0ebd-4b27-90ba-4ec940be7396 Authenticating user 'default' from [fd00:1122:3344:101::e]:60123 2026.04.07 05:27:59.428981 [ 286 ] {} TCP-Session: 8903d06c-8c55-4436-a267-43ddf522f404 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:59.429001 [ 293 ] {} TCP-Session: fecca5b1-e1ea-4a7d-b2e5-c3ddfc1484d7 Authenticating user 'default' from [fd00:1122:3344:101::e]:63445 2026.04.07 05:27:59.429024 [ 286 ] {} TCP-Session: 8903d06c-8c55-4436-a267-43ddf522f404 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:59.429048 [ 293 ] {} TCP-Session: fecca5b1-e1ea-4a7d-b2e5-c3ddfc1484d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:59.429017 [ 291 ] {} TCP-Session: 6b2557a5-0ebd-4b27-90ba-4ec940be7396 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:59.429072 [ 293 ] {} TCP-Session: fecca5b1-e1ea-4a7d-b2e5-c3ddfc1484d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:59.429086 [ 290 ] {87b22018-6470-4059-81bb-553bf16d4ee3} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.07 05:27:59.429108 [ 291 ] {} TCP-Session: 6b2557a5-0ebd-4b27-90ba-4ec940be7396 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:59.428951 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:27:59.428625 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:27:59.429171 [ 3 ] {} TCP-Session: bed5b69d-a8e9-4319-bbdf-e998bb1a21ee Authenticating user 'default' from [fd00:1122:3344:101::e]:39273 2026.04.07 05:27:59.429177 [ 290 ] {87b22018-6470-4059-81bb-553bf16d4ee3} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.07 05:27:59.429203 [ 292 ] {} TCP-Session: 1ee3340e-6929-4bfd-9295-5d2af7b18555 Authenticating user 'default' from [fd00:1122:3344:101::e]:61122 2026.04.07 05:27:59.429208 [ 3 ] {} TCP-Session: bed5b69d-a8e9-4319-bbdf-e998bb1a21ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:59.429240 [ 292 ] {} TCP-Session: 1ee3340e-6929-4bfd-9295-5d2af7b18555 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:59.429246 [ 3 ] {} TCP-Session: bed5b69d-a8e9-4319-bbdf-e998bb1a21ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:59.429281 [ 292 ] {} TCP-Session: 1ee3340e-6929-4bfd-9295-5d2af7b18555 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:59.429506 [ 290 ] {87b22018-6470-4059-81bb-553bf16d4ee3} oximeter.version (b59983b3-b885-480b-8202-da32017c82ac) (SelectExecutor): Key condition: unknown 2026.04.07 05:27:59.430552 [ 345 ] {87b22018-6470-4059-81bb-553bf16d4ee3} AggregatingTransform: Aggregating 2026.04.07 05:27:59.430588 [ 345 ] {87b22018-6470-4059-81bb-553bf16d4ee3} Aggregator: Aggregation method: without_key 2026.04.07 05:27:59.430622 [ 345 ] {87b22018-6470-4059-81bb-553bf16d4ee3} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001012059 sec. (988.085 rows/sec., 38.60 KiB/sec.) 2026.04.07 05:27:59.430642 [ 345 ] {87b22018-6470-4059-81bb-553bf16d4ee3} Aggregator: Merging aggregated data 2026.04.07 05:27:59.431950 [ 290 ] {87b22018-6470-4059-81bb-553bf16d4ee3} executeQuery: Read 1 rows, 40.00 B in 0.003205 sec., 312.01248049922 rows/sec., 12.19 KiB/sec. 2026.04.07 05:27:59.432132 [ 290 ] {87b22018-6470-4059-81bb-553bf16d4ee3} TCPHandler: Processed in 0.003658449 sec. 2026.04.07 05:27:59.432239 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.07 05:27:59.432272 [ 290 ] {} TCP-Session: 527e266e-2bf2-4124-82e8-4fbe7599a772 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:59.432272 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.07 05:27:59.432294 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.07 05:27:59.432321 [ 293 ] {} TCP-Session: fecca5b1-e1ea-4a7d-b2e5-c3ddfc1484d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:59.432333 [ 289 ] {} TCP-Session: 4dfaf143-337d-4731-b000-b459cc17216c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:59.432334 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.07 05:27:59.432354 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.07 05:27:59.432387 [ 3 ] {} TCPHandler: Done processing connection. 2026.04.07 05:27:59.432388 [ 291 ] {} TCP-Session: 6b2557a5-0ebd-4b27-90ba-4ec940be7396 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:59.432409 [ 292 ] {} TCP-Session: 1ee3340e-6929-4bfd-9295-5d2af7b18555 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:59.432419 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.07 05:27:59.432440 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.07 05:27:59.432472 [ 286 ] {} TCP-Session: 8903d06c-8c55-4436-a267-43ddf522f404 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:59.432432 [ 3 ] {} TCP-Session: bed5b69d-a8e9-4319-bbdf-e998bb1a21ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:59.432496 [ 288 ] {} TCP-Session: 8152059a-9ec3-4b57-9667-2ba93d753ae1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:59.432401 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.07 05:27:59.432567 [ 294 ] {} TCP-Session: ad820295-19dc-4407-9906-29746a302130 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:27:59.587778 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 377 2026.04.07 05:27:59.608678 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:27:59.608746 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.04.07 05:27:59.617177 [ 243 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.04.07 05:27:59.618040 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:27:59.622701 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 377 2026.04.07 05:28:01.143013 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:01.143192 [ 5 ] {e8517025-0bec-4099-a38f-0c9968ca4a5c} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:28:01.143261 [ 5 ] {e8517025-0bec-4099-a38f-0c9968ca4a5c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:28:01.143945 [ 5 ] {e8517025-0bec-4099-a38f-0c9968ca4a5c} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:01.143986 [ 5 ] {e8517025-0bec-4099-a38f-0c9968ca4a5c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.04.07 05:28:01.144397 [ 5 ] {e8517025-0bec-4099-a38f-0c9968ca4a5c} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.04.07 05:28:01.144634 [ 5 ] {e8517025-0bec-4099-a38f-0c9968ca4a5c} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:01.144795 [ 5 ] {e8517025-0bec-4099-a38f-0c9968ca4a5c} executeQuery: Read 56 rows, 4.41 KiB in 0.001653 sec., 33877.7979431337 rows/sec., 2.60 MiB/sec. 2026.04.07 05:28:01.144847 [ 5 ] {e8517025-0bec-4099-a38f-0c9968ca4a5c} TCPHandler: Processed in 0.001963017 sec. 2026.04.07 05:28:01.144976 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:01.145082 [ 5 ] {7bc41653-9c76-4985-84bc-72771aba36c5} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:28:01.145126 [ 5 ] {7bc41653-9c76-4985-84bc-72771aba36c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:28:01.145578 [ 5 ] {7bc41653-9c76-4985-84bc-72771aba36c5} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:01.145613 [ 5 ] {7bc41653-9c76-4985-84bc-72771aba36c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.04.07 05:28:01.145935 [ 5 ] {7bc41653-9c76-4985-84bc-72771aba36c5} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.04.07 05:28:01.146148 [ 5 ] {7bc41653-9c76-4985-84bc-72771aba36c5} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:01.146279 [ 5 ] {7bc41653-9c76-4985-84bc-72771aba36c5} executeQuery: Read 64 rows, 5.12 KiB in 0.001222 sec., 52373.158756137476 rows/sec., 4.09 MiB/sec. 2026.04.07 05:28:01.146317 [ 5 ] {7bc41653-9c76-4985-84bc-72771aba36c5} TCPHandler: Processed in 0.001393546 sec. 2026.04.07 05:28:01.146438 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:01.146537 [ 5 ] {ba4fcd47-78f3-4b2d-b143-ba65acdd9d61} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:28:01.146582 [ 5 ] {ba4fcd47-78f3-4b2d-b143-ba65acdd9d61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:28:01.147006 [ 5 ] {ba4fcd47-78f3-4b2d-b143-ba65acdd9d61} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:01.147043 [ 5 ] {ba4fcd47-78f3-4b2d-b143-ba65acdd9d61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.04.07 05:28:01.147388 [ 5 ] {ba4fcd47-78f3-4b2d-b143-ba65acdd9d61} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.04.07 05:28:01.147602 [ 5 ] {ba4fcd47-78f3-4b2d-b143-ba65acdd9d61} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:01.147732 [ 5 ] {ba4fcd47-78f3-4b2d-b143-ba65acdd9d61} executeQuery: Read 160 rows, 11.41 KiB in 0.001216 sec., 131578.94736842104 rows/sec., 9.16 MiB/sec. 2026.04.07 05:28:01.147769 [ 5 ] {ba4fcd47-78f3-4b2d-b143-ba65acdd9d61} TCPHandler: Processed in 0.001381086 sec. 2026.04.07 05:28:01.147890 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:01.147986 [ 5 ] {b6797cf1-952b-4de5-a039-8e3b8791ac5d} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:28:01.148030 [ 5 ] {b6797cf1-952b-4de5-a039-8e3b8791ac5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:28:01.148414 [ 5 ] {b6797cf1-952b-4de5-a039-8e3b8791ac5d} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:01.148449 [ 5 ] {b6797cf1-952b-4de5-a039-8e3b8791ac5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.04.07 05:28:01.148783 [ 5 ] {b6797cf1-952b-4de5-a039-8e3b8791ac5d} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.04.07 05:28:01.148991 [ 5 ] {b6797cf1-952b-4de5-a039-8e3b8791ac5d} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:01.149122 [ 5 ] {b6797cf1-952b-4de5-a039-8e3b8791ac5d} executeQuery: Read 60 rows, 4.14 KiB in 0.001155 sec., 51948.05194805195 rows/sec., 3.50 MiB/sec. 2026.04.07 05:28:01.149159 [ 5 ] {b6797cf1-952b-4de5-a039-8e3b8791ac5d} TCPHandler: Processed in 0.001318584 sec. 2026.04.07 05:28:03.336918 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1128 2026.04.07 05:28:03.339755 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:03.339816 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.04.07 05:28:03.341109 [ 242 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.04.07 05:28:03.341391 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:03.341796 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1128 2026.04.07 05:28:04.106250 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:04.106445 [ 5 ] {96d55564-c0ad-41f2-87e0-0635c71ba88e} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.07 05:28:04.106511 [ 5 ] {96d55564-c0ad-41f2-87e0-0635c71ba88e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.07 05:28:04.107168 [ 5 ] {96d55564-c0ad-41f2-87e0-0635c71ba88e} oximeter.fields_i16 (19a28ab3-93b8-470f-bc08-bb1de0445c9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:04.107212 [ 5 ] {96d55564-c0ad-41f2-87e0-0635c71ba88e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.04.07 05:28:04.107599 [ 5 ] {96d55564-c0ad-41f2-87e0-0635c71ba88e} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.07 05:28:04.107825 [ 5 ] {96d55564-c0ad-41f2-87e0-0635c71ba88e} oximeter.fields_i16 (19a28ab3-93b8-470f-bc08-bb1de0445c9c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:04.107959 [ 99 ] {} oximeter.fields_i16 (19a28ab3-93b8-470f-bc08-bb1de0445c9c) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2026.04.07 05:28:04.107985 [ 5 ] {96d55564-c0ad-41f2-87e0-0635c71ba88e} executeQuery: Read 24 rows, 2.04 KiB in 0.001588 sec., 15113.350125944584 rows/sec., 1.25 MiB/sec. 2026.04.07 05:28:04.108033 [ 99 ] {} oximeter.fields_i16 (19a28ab3-93b8-470f-bc08-bb1de0445c9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:04.108045 [ 5 ] {96d55564-c0ad-41f2-87e0-0635c71ba88e} TCPHandler: Processed in 0.001921557 sec. 2026.04.07 05:28:04.108065 [ 99 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.04.07 05:28:04.108178 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:04.108221 [ 196 ] {19a28ab3-93b8-470f-bc08-bb1de0445c9c::all_1_13_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full 2026.04.07 05:28:04.108277 [ 5 ] {b7b77ccd-5504-46e4-bc1d-f51fb4f63eb3} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.07 05:28:04.108324 [ 5 ] {b7b77ccd-5504-46e4-bc1d-f51fb4f63eb3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.07 05:28:04.108365 [ 196 ] {19a28ab3-93b8-470f-bc08-bb1de0445c9c::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:28:04.108406 [ 196 ] {19a28ab3-93b8-470f-bc08-bb1de0445c9c::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 24 rows starting from the beginning of the part 2026.04.07 05:28:04.108478 [ 196 ] {19a28ab3-93b8-470f-bc08-bb1de0445c9c::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 24 rows starting from the beginning of the part 2026.04.07 05:28:04.108537 [ 196 ] {19a28ab3-93b8-470f-bc08-bb1de0445c9c::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 24 rows starting from the beginning of the part 2026.04.07 05:28:04.108581 [ 196 ] {19a28ab3-93b8-470f-bc08-bb1de0445c9c::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 24 rows starting from the beginning of the part 2026.04.07 05:28:04.108625 [ 196 ] {19a28ab3-93b8-470f-bc08-bb1de0445c9c::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 24 rows starting from the beginning of the part 2026.04.07 05:28:04.108749 [ 5 ] {b7b77ccd-5504-46e4-bc1d-f51fb4f63eb3} oximeter.fields_ipaddr (825a423c-b132-44a1-9146-cfb597c4352e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:04.108791 [ 5 ] {b7b77ccd-5504-46e4-bc1d-f51fb4f63eb3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.04.07 05:28:04.109101 [ 5 ] {b7b77ccd-5504-46e4-bc1d-f51fb4f63eb3} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.07 05:28:04.109324 [ 5 ] {b7b77ccd-5504-46e4-bc1d-f51fb4f63eb3} oximeter.fields_ipaddr (825a423c-b132-44a1-9146-cfb597c4352e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:04.109419 [ 187 ] {19a28ab3-93b8-470f-bc08-bb1de0445c9c::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.001266235 sec., 94769.13843007023 rows/sec., 8.22 MiB/sec. 2026.04.07 05:28:04.109454 [ 5 ] {b7b77ccd-5504-46e4-bc1d-f51fb4f63eb3} executeQuery: Read 16 rows, 1.30 KiB in 0.001196 sec., 13377.926421404682 rows/sec., 1.07 MiB/sec. 2026.04.07 05:28:04.109496 [ 5 ] {b7b77ccd-5504-46e4-bc1d-f51fb4f63eb3} TCPHandler: Processed in 0.001366246 sec. 2026.04.07 05:28:04.109549 [ 196 ] {19a28ab3-93b8-470f-bc08-bb1de0445c9c::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2026.04.07 05:28:04.109612 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:04.109710 [ 5 ] {c141a8bf-5b65-4256-bd34-edb8866411fa} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:28:04.109751 [ 5 ] {c141a8bf-5b65-4256-bd34-edb8866411fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:28:04.109811 [ 196 ] {19a28ab3-93b8-470f-bc08-bb1de0445c9c::all_1_13_3} oximeter.fields_i16 (19a28ab3-93b8-470f-bc08-bb1de0445c9c): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:04.109880 [ 196 ] {19a28ab3-93b8-470f-bc08-bb1de0445c9c::all_1_13_3} oximeter.fields_i16 (19a28ab3-93b8-470f-bc08-bb1de0445c9c) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2026.04.07 05:28:04.109944 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2026.04.07 05:28:04.111662 [ 5 ] {c141a8bf-5b65-4256-bd34-edb8866411fa} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:04.111702 [ 5 ] {c141a8bf-5b65-4256-bd34-edb8866411fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.04.07 05:28:04.112154 [ 5 ] {c141a8bf-5b65-4256-bd34-edb8866411fa} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.04.07 05:28:04.112356 [ 5 ] {c141a8bf-5b65-4256-bd34-edb8866411fa} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:04.112469 [ 99 ] {} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.04.07 05:28:04.112485 [ 5 ] {c141a8bf-5b65-4256-bd34-edb8866411fa} executeQuery: Read 2617 rows, 201.82 KiB in 0.00282 sec., 928014.1843971631 rows/sec., 69.89 MiB/sec. 2026.04.07 05:28:04.112502 [ 99 ] {} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:04.112526 [ 99 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.04.07 05:28:04.112528 [ 5 ] {c141a8bf-5b65-4256-bd34-edb8866411fa} MemoryTracker: Peak memory usage (for query): 4.02 MiB. 2026.04.07 05:28:04.112555 [ 5 ] {c141a8bf-5b65-4256-bd34-edb8866411fa} TCPHandler: Processed in 0.003022547 sec. 2026.04.07 05:28:04.112650 [ 186 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2026.04.07 05:28:04.112662 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:04.112796 [ 5 ] {3ef4b071-7507-420a-a1ec-0681ab539df3} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.07 05:28:04.112813 [ 186 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:28:04.112833 [ 5 ] {3ef4b071-7507-420a-a1ec-0681ab539df3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.07 05:28:04.112855 [ 186 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 2620 rows starting from the beginning of the part 2026.04.07 05:28:04.112942 [ 186 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 140 rows starting from the beginning of the part 2026.04.07 05:28:04.112998 [ 186 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 56 rows starting from the beginning of the part 2026.04.07 05:28:04.113105 [ 186 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 140 rows starting from the beginning of the part 2026.04.07 05:28:04.113150 [ 186 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 56 rows starting from the beginning of the part 2026.04.07 05:28:04.113198 [ 186 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 2617 rows starting from the beginning of the part 2026.04.07 05:28:04.113329 [ 5 ] {3ef4b071-7507-420a-a1ec-0681ab539df3} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:04.113371 [ 5 ] {3ef4b071-7507-420a-a1ec-0681ab539df3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.04.07 05:28:04.113684 [ 5 ] {3ef4b071-7507-420a-a1ec-0681ab539df3} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.04.07 05:28:04.113893 [ 5 ] {3ef4b071-7507-420a-a1ec-0681ab539df3} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:04.114027 [ 5 ] {3ef4b071-7507-420a-a1ec-0681ab539df3} executeQuery: Read 81 rows, 6.06 KiB in 0.001201 sec., 67443.79683597002 rows/sec., 4.93 MiB/sec. 2026.04.07 05:28:04.114066 [ 5 ] {3ef4b071-7507-420a-a1ec-0681ab539df3} TCPHandler: Processed in 0.001411866 sec. 2026.04.07 05:28:04.114178 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:04.114271 [ 5 ] {f401a889-f6e4-450f-8226-461cde9dfd5f} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.07 05:28:04.114310 [ 5 ] {f401a889-f6e4-450f-8226-461cde9dfd5f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.07 05:28:04.115057 [ 5 ] {f401a889-f6e4-450f-8226-461cde9dfd5f} oximeter.fields_u32 (77106049-3b56-443c-8974-c866b1324d40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:04.115093 [ 5 ] {f401a889-f6e4-450f-8226-461cde9dfd5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.04.07 05:28:04.115445 [ 5 ] {f401a889-f6e4-450f-8226-461cde9dfd5f} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.07 05:28:04.115609 [ 187 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 5629 rows, containing 5 columns (5 merged, 0 gathered) in 0.002987766 sec., 1884016.352016858 rows/sec., 150.24 MiB/sec. 2026.04.07 05:28:04.115654 [ 5 ] {f401a889-f6e4-450f-8226-461cde9dfd5f} oximeter.fields_u32 (77106049-3b56-443c-8974-c866b1324d40): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:04.115756 [ 99 ] {} oximeter.fields_u32 (77106049-3b56-443c-8974-c866b1324d40) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2026.04.07 05:28:04.115784 [ 99 ] {} oximeter.fields_u32 (77106049-3b56-443c-8974-c866b1324d40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:04.115786 [ 5 ] {f401a889-f6e4-450f-8226-461cde9dfd5f} executeQuery: Read 825 rows, 49.42 KiB in 0.001533 sec., 538160.469667319 rows/sec., 31.48 MiB/sec. 2026.04.07 05:28:04.115802 [ 99 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.04.07 05:28:04.115838 [ 5 ] {f401a889-f6e4-450f-8226-461cde9dfd5f} TCPHandler: Processed in 0.001707603 sec. 2026.04.07 05:28:04.115898 [ 199 ] {77106049-3b56-443c-8974-c866b1324d40::all_1_13_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full 2026.04.07 05:28:04.115945 [ 187 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.04.07 05:28:04.115951 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:04.116009 [ 199 ] {77106049-3b56-443c-8974-c866b1324d40::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:28:04.116045 [ 199 ] {77106049-3b56-443c-8974-c866b1324d40::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 825 rows starting from the beginning of the part 2026.04.07 05:28:04.116056 [ 5 ] {d3ce6a07-b34d-47fb-b457-78a17fbc6702} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.04.07 05:28:04.116101 [ 5 ] {d3ce6a07-b34d-47fb-b457-78a17fbc6702} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.04.07 05:28:04.116110 [ 199 ] {77106049-3b56-443c-8974-c866b1324d40::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 825 rows starting from the beginning of the part 2026.04.07 05:28:04.116173 [ 199 ] {77106049-3b56-443c-8974-c866b1324d40::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 825 rows starting from the beginning of the part 2026.04.07 05:28:04.116226 [ 199 ] {77106049-3b56-443c-8974-c866b1324d40::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 825 rows starting from the beginning of the part 2026.04.07 05:28:04.116254 [ 187 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_81_16} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:04.116270 [ 199 ] {77106049-3b56-443c-8974-c866b1324d40::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 825 rows starting from the beginning of the part 2026.04.07 05:28:04.116341 [ 187 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_81_16} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.04.07 05:28:04.116445 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.11 MiB. 2026.04.07 05:28:04.116484 [ 5 ] {d3ce6a07-b34d-47fb-b457-78a17fbc6702} oximeter.fields_u64 (694db3f7-adc1-48c0-aa80-2e45c79f29b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:04.116527 [ 5 ] {d3ce6a07-b34d-47fb-b457-78a17fbc6702} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.04.07 05:28:04.116842 [ 5 ] {d3ce6a07-b34d-47fb-b457-78a17fbc6702} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.07 05:28:04.117068 [ 5 ] {d3ce6a07-b34d-47fb-b457-78a17fbc6702} oximeter.fields_u64 (694db3f7-adc1-48c0-aa80-2e45c79f29b4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:04.117197 [ 5 ] {d3ce6a07-b34d-47fb-b457-78a17fbc6702} executeQuery: Read 1 rows, 72.00 B in 0.001159 sec., 862.8127696289904 rows/sec., 60.67 KiB/sec. 2026.04.07 05:28:04.117235 [ 5 ] {d3ce6a07-b34d-47fb-b457-78a17fbc6702} TCPHandler: Processed in 0.001332595 sec. 2026.04.07 05:28:04.117339 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:04.117431 [ 5 ] {f1e330fb-1cf3-455d-91e2-b5989ddf8fb1} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.07 05:28:04.117469 [ 5 ] {f1e330fb-1cf3-455d-91e2-b5989ddf8fb1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.07 05:28:04.117667 [ 187 ] {77106049-3b56-443c-8974-c866b1324d40::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 4125 rows, containing 5 columns (5 merged, 0 gathered) in 0.001801554 sec., 2289689.9010520917 rows/sec., 142.67 MiB/sec. 2026.04.07 05:28:04.117842 [ 193 ] {77106049-3b56-443c-8974-c866b1324d40::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2026.04.07 05:28:04.117857 [ 5 ] {f1e330fb-1cf3-455d-91e2-b5989ddf8fb1} oximeter.fields_u8 (0286c37b-6235-46e9-9a40-c9bc493e69eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:04.117892 [ 5 ] {f1e330fb-1cf3-455d-91e2-b5989ddf8fb1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.04.07 05:28:04.118149 [ 193 ] {77106049-3b56-443c-8974-c866b1324d40::all_1_13_3} oximeter.fields_u32 (77106049-3b56-443c-8974-c866b1324d40): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:04.118186 [ 5 ] {f1e330fb-1cf3-455d-91e2-b5989ddf8fb1} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.07 05:28:04.118227 [ 193 ] {77106049-3b56-443c-8974-c866b1324d40::all_1_13_3} oximeter.fields_u32 (77106049-3b56-443c-8974-c866b1324d40) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2026.04.07 05:28:04.118315 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. 2026.04.07 05:28:04.118390 [ 5 ] {f1e330fb-1cf3-455d-91e2-b5989ddf8fb1} oximeter.fields_u8 (0286c37b-6235-46e9-9a40-c9bc493e69eb): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:04.118493 [ 100 ] {} oximeter.fields_u8 (0286c37b-6235-46e9-9a40-c9bc493e69eb) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2026.04.07 05:28:04.118517 [ 5 ] {f1e330fb-1cf3-455d-91e2-b5989ddf8fb1} executeQuery: Read 12 rows, 960.00 B in 0.001104 sec., 10869.565217391304 rows/sec., 849.18 KiB/sec. 2026.04.07 05:28:04.118543 [ 100 ] {} oximeter.fields_u8 (0286c37b-6235-46e9-9a40-c9bc493e69eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:04.118562 [ 5 ] {f1e330fb-1cf3-455d-91e2-b5989ddf8fb1} TCPHandler: Processed in 0.001270764 sec. 2026.04.07 05:28:04.118570 [ 100 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.04.07 05:28:04.118668 [ 186 ] {0286c37b-6235-46e9-9a40-c9bc493e69eb::all_1_13_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full 2026.04.07 05:28:04.118676 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:04.118779 [ 186 ] {0286c37b-6235-46e9-9a40-c9bc493e69eb::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:28:04.118793 [ 5 ] {2ec91829-9c75-40ce-83e4-e1e5a50f3531} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:28:04.118814 [ 186 ] {0286c37b-6235-46e9-9a40-c9bc493e69eb::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 12 rows starting from the beginning of the part 2026.04.07 05:28:04.118838 [ 5 ] {2ec91829-9c75-40ce-83e4-e1e5a50f3531} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:28:04.118889 [ 186 ] {0286c37b-6235-46e9-9a40-c9bc493e69eb::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 12 rows starting from the beginning of the part 2026.04.07 05:28:04.118943 [ 186 ] {0286c37b-6235-46e9-9a40-c9bc493e69eb::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 12 rows starting from the beginning of the part 2026.04.07 05:28:04.118985 [ 186 ] {0286c37b-6235-46e9-9a40-c9bc493e69eb::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 12 rows starting from the beginning of the part 2026.04.07 05:28:04.119022 [ 186 ] {0286c37b-6235-46e9-9a40-c9bc493e69eb::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 12 rows starting from the beginning of the part 2026.04.07 05:28:04.119677 [ 186 ] {0286c37b-6235-46e9-9a40-c9bc493e69eb::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.00104142 sec., 57613.64291064125 rows/sec., 4.62 MiB/sec. 2026.04.07 05:28:04.119830 [ 202 ] {0286c37b-6235-46e9-9a40-c9bc493e69eb::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2026.04.07 05:28:04.119868 [ 5 ] {2ec91829-9c75-40ce-83e4-e1e5a50f3531} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:04.119909 [ 5 ] {2ec91829-9c75-40ce-83e4-e1e5a50f3531} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.04.07 05:28:04.120152 [ 202 ] {0286c37b-6235-46e9-9a40-c9bc493e69eb::all_1_13_3} oximeter.fields_u8 (0286c37b-6235-46e9-9a40-c9bc493e69eb): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:04.120230 [ 202 ] {0286c37b-6235-46e9-9a40-c9bc493e69eb::all_1_13_3} oximeter.fields_u8 (0286c37b-6235-46e9-9a40-c9bc493e69eb) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2026.04.07 05:28:04.120308 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.04.07 05:28:04.120308 [ 5 ] {2ec91829-9c75-40ce-83e4-e1e5a50f3531} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.04.07 05:28:04.120533 [ 5 ] {2ec91829-9c75-40ce-83e4-e1e5a50f3531} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:04.120669 [ 5 ] {2ec91829-9c75-40ce-83e4-e1e5a50f3531} executeQuery: Read 1384 rows, 96.04 KiB in 0.001893 sec., 731114.6328578976 rows/sec., 49.55 MiB/sec. 2026.04.07 05:28:04.120684 [ 98 ] {} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.04.07 05:28:04.120706 [ 5 ] {2ec91829-9c75-40ce-83e4-e1e5a50f3531} TCPHandler: Processed in 0.002077369 sec. 2026.04.07 05:28:04.120731 [ 98 ] {} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:04.120764 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.04.07 05:28:04.120822 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:04.120831 [ 186 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2026.04.07 05:28:04.120922 [ 186 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:28:04.120924 [ 5 ] {89858268-807e-4c39-b66a-c1e82c9108fd} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:28:04.120945 [ 186 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1404 rows starting from the beginning of the part 2026.04.07 05:28:04.120982 [ 5 ] {89858268-807e-4c39-b66a-c1e82c9108fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:28:04.120998 [ 186 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 106 rows starting from the beginning of the part 2026.04.07 05:28:04.121040 [ 186 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 64 rows starting from the beginning of the part 2026.04.07 05:28:04.121074 [ 186 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 106 rows starting from the beginning of the part 2026.04.07 05:28:04.121111 [ 186 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 64 rows starting from the beginning of the part 2026.04.07 05:28:04.121146 [ 186 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 1384 rows starting from the beginning of the part 2026.04.07 05:28:04.121861 [ 5 ] {89858268-807e-4c39-b66a-c1e82c9108fd} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:04.121901 [ 5 ] {89858268-807e-4c39-b66a-c1e82c9108fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.04.07 05:28:04.122322 [ 202 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 3128 rows, containing 5 columns (5 merged, 0 gathered) in 0.001519709 sec., 2058288.7908145573 rows/sec., 149.79 MiB/sec. 2026.04.07 05:28:04.122343 [ 5 ] {89858268-807e-4c39-b66a-c1e82c9108fd} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.04.07 05:28:04.122489 [ 202 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.04.07 05:28:04.122588 [ 5 ] {89858268-807e-4c39-b66a-c1e82c9108fd} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:04.122741 [ 5 ] {89858268-807e-4c39-b66a-c1e82c9108fd} executeQuery: Read 1604 rows, 101.02 KiB in 0.001835 sec., 874114.4414168937 rows/sec., 53.76 MiB/sec. 2026.04.07 05:28:04.122749 [ 202 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_81_16} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:04.122796 [ 5 ] {89858268-807e-4c39-b66a-c1e82c9108fd} TCPHandler: Processed in 0.002022388 sec. 2026.04.07 05:28:04.122831 [ 202 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_81_16} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.04.07 05:28:04.122900 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. 2026.04.07 05:28:04.122915 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:04.123011 [ 5 ] {13c476e8-d111-4297-a4ae-578ee2f07c50} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.07 05:28:04.123065 [ 5 ] {13c476e8-d111-4297-a4ae-578ee2f07c50} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.07 05:28:04.124031 [ 5 ] {13c476e8-d111-4297-a4ae-578ee2f07c50} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:04.124067 [ 5 ] {13c476e8-d111-4297-a4ae-578ee2f07c50} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.04.07 05:28:04.124653 [ 5 ] {13c476e8-d111-4297-a4ae-578ee2f07c50} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.04.07 05:28:04.124872 [ 5 ] {13c476e8-d111-4297-a4ae-578ee2f07c50} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:04.125013 [ 5 ] {13c476e8-d111-4297-a4ae-578ee2f07c50} executeQuery: Read 53 rows, 97.25 KiB in 0.00202 sec., 26237.623762376235 rows/sec., 47.02 MiB/sec. 2026.04.07 05:28:04.125080 [ 5 ] {13c476e8-d111-4297-a4ae-578ee2f07c50} TCPHandler: Processed in 0.002211322 sec. 2026.04.07 05:28:04.125188 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:04.125282 [ 5 ] {a2cd0bbb-cebd-4b39-9fae-7a802816c812} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:28:04.125323 [ 5 ] {a2cd0bbb-cebd-4b39-9fae-7a802816c812} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:28:04.125646 [ 5 ] {a2cd0bbb-cebd-4b39-9fae-7a802816c812} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:04.125682 [ 5 ] {a2cd0bbb-cebd-4b39-9fae-7a802816c812} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.04.07 05:28:04.125980 [ 5 ] {a2cd0bbb-cebd-4b39-9fae-7a802816c812} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.04.07 05:28:04.126185 [ 5 ] {a2cd0bbb-cebd-4b39-9fae-7a802816c812} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:04.126313 [ 5 ] {a2cd0bbb-cebd-4b39-9fae-7a802816c812} executeQuery: Read 36 rows, 2.48 KiB in 0.001049 sec., 34318.39847473784 rows/sec., 2.31 MiB/sec. 2026.04.07 05:28:04.126321 [ 98 ] {} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.04.07 05:28:04.126349 [ 5 ] {a2cd0bbb-cebd-4b39-9fae-7a802816c812} TCPHandler: Processed in 0.001210623 sec. 2026.04.07 05:28:04.126363 [ 98 ] {} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:04.126387 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.04.07 05:28:04.126457 [ 186 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2026.04.07 05:28:04.126555 [ 186 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:28:04.126583 [ 186 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4026 rows starting from the beginning of the part 2026.04.07 05:28:04.126636 [ 186 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 60 rows starting from the beginning of the part 2026.04.07 05:28:04.126675 [ 186 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 60 rows starting from the beginning of the part 2026.04.07 05:28:04.126712 [ 186 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 60 rows starting from the beginning of the part 2026.04.07 05:28:04.126749 [ 186 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 60 rows starting from the beginning of the part 2026.04.07 05:28:04.126788 [ 186 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 36 rows starting from the beginning of the part 2026.04.07 05:28:04.127973 [ 186 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 4302 rows, containing 4 columns (4 merged, 0 gathered) in 0.001544429 sec., 2785495.4808540894 rows/sec., 187.84 MiB/sec. 2026.04.07 05:28:04.128303 [ 198 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.04.07 05:28:04.128608 [ 198 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_81_16} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:04.128684 [ 198 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_81_16} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.04.07 05:28:04.128757 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.95 MiB. 2026.04.07 05:28:05.778147 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 24452 2026.04.07 05:28:05.778691 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:05.778730 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.04.07 05:28:05.779228 [ 244 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.04.07 05:28:05.779433 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:05.779544 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24452 2026.04.07 05:28:05.779544 [ 100 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.04.07 05:28:05.779592 [ 100 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:05.779612 [ 100 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.04.07 05:28:05.779732 [ 195 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.04.07 05:28:05.779861 [ 195 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:28:05.779895 [ 195 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_51_10} MergeTreeSequentialSource: Reading 4 marks from part all_1_46_9, total 22084 rows starting from the beginning of the part 2026.04.07 05:28:05.779954 [ 195 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 448 rows starting from the beginning of the part 2026.04.07 05:28:05.779996 [ 195 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 512 rows starting from the beginning of the part 2026.04.07 05:28:05.780113 [ 195 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 448 rows starting from the beginning of the part 2026.04.07 05:28:05.780155 [ 195 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 512 rows starting from the beginning of the part 2026.04.07 05:28:05.780195 [ 195 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 448 rows starting from the beginning of the part 2026.04.07 05:28:05.782292 [ 186 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 24452 rows, containing 4 columns (4 merged, 0 gathered) in 0.002567948 sec., 9521999.666659916 rows/sec., 136.21 MiB/sec. 2026.04.07 05:28:05.782668 [ 187 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.04.07 05:28:05.782975 [ 187 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_51_10} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:05.783091 [ 187 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_51_10} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.04.07 05:28:05.783199 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.72 MiB. 2026.04.07 05:28:06.139138 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:06.139339 [ 5 ] {eb145ed8-03ce-4e41-8d3e-25cb5eeced89} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:28:06.139414 [ 5 ] {eb145ed8-03ce-4e41-8d3e-25cb5eeced89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:28:06.140135 [ 5 ] {eb145ed8-03ce-4e41-8d3e-25cb5eeced89} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:06.140174 [ 5 ] {eb145ed8-03ce-4e41-8d3e-25cb5eeced89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.04.07 05:28:06.140601 [ 5 ] {eb145ed8-03ce-4e41-8d3e-25cb5eeced89} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.04.07 05:28:06.140835 [ 5 ] {eb145ed8-03ce-4e41-8d3e-25cb5eeced89} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:06.140995 [ 5 ] {eb145ed8-03ce-4e41-8d3e-25cb5eeced89} executeQuery: Read 56 rows, 4.41 KiB in 0.001714 sec., 32672.112018669777 rows/sec., 2.51 MiB/sec. 2026.04.07 05:28:06.141046 [ 5 ] {eb145ed8-03ce-4e41-8d3e-25cb5eeced89} TCPHandler: Processed in 0.002047959 sec. 2026.04.07 05:28:06.141171 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:06.141278 [ 5 ] {5ad03da6-208a-43c5-b8bd-781957765a46} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:28:06.141321 [ 5 ] {5ad03da6-208a-43c5-b8bd-781957765a46} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:28:06.141754 [ 5 ] {5ad03da6-208a-43c5-b8bd-781957765a46} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:06.141790 [ 5 ] {5ad03da6-208a-43c5-b8bd-781957765a46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.04.07 05:28:06.142117 [ 5 ] {5ad03da6-208a-43c5-b8bd-781957765a46} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.04.07 05:28:06.142335 [ 5 ] {5ad03da6-208a-43c5-b8bd-781957765a46} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:06.142468 [ 5 ] {5ad03da6-208a-43c5-b8bd-781957765a46} executeQuery: Read 64 rows, 5.12 KiB in 0.001214 sec., 52718.28665568369 rows/sec., 4.11 MiB/sec. 2026.04.07 05:28:06.142506 [ 5 ] {5ad03da6-208a-43c5-b8bd-781957765a46} TCPHandler: Processed in 0.001385816 sec. 2026.04.07 05:28:06.142620 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:06.142717 [ 5 ] {795e4875-897d-4695-9fe8-1ea4b5c4beef} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:28:06.142761 [ 5 ] {795e4875-897d-4695-9fe8-1ea4b5c4beef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:28:06.143125 [ 5 ] {795e4875-897d-4695-9fe8-1ea4b5c4beef} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:06.143159 [ 5 ] {795e4875-897d-4695-9fe8-1ea4b5c4beef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.04.07 05:28:06.143489 [ 5 ] {795e4875-897d-4695-9fe8-1ea4b5c4beef} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.04.07 05:28:06.143700 [ 5 ] {795e4875-897d-4695-9fe8-1ea4b5c4beef} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:06.143837 [ 5 ] {795e4875-897d-4695-9fe8-1ea4b5c4beef} executeQuery: Read 64 rows, 4.56 KiB in 0.00114 sec., 56140.350877192985 rows/sec., 3.91 MiB/sec. 2026.04.07 05:28:06.143874 [ 5 ] {795e4875-897d-4695-9fe8-1ea4b5c4beef} TCPHandler: Processed in 0.001302575 sec. 2026.04.07 05:28:06.143986 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:06.144081 [ 5 ] {f1cf55aa-3409-4d0b-8475-256617ae2aff} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:28:06.144157 [ 5 ] {f1cf55aa-3409-4d0b-8475-256617ae2aff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:28:06.144579 [ 5 ] {f1cf55aa-3409-4d0b-8475-256617ae2aff} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:06.144621 [ 5 ] {f1cf55aa-3409-4d0b-8475-256617ae2aff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.04.07 05:28:06.145005 [ 5 ] {f1cf55aa-3409-4d0b-8475-256617ae2aff} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.04.07 05:28:06.145225 [ 5 ] {f1cf55aa-3409-4d0b-8475-256617ae2aff} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:06.145361 [ 5 ] {f1cf55aa-3409-4d0b-8475-256617ae2aff} executeQuery: Read 24 rows, 1.66 KiB in 0.001299 sec., 18475.750577367206 rows/sec., 1.25 MiB/sec. 2026.04.07 05:28:06.145400 [ 5 ] {f1cf55aa-3409-4d0b-8475-256617ae2aff} TCPHandler: Processed in 0.001463487 sec. 2026.04.07 05:28:07.122914 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 384 2026.04.07 05:28:07.141642 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:07.141699 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.04.07 05:28:07.147822 [ 243 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.04.07 05:28:07.148522 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:07.148812 [ 91 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.04.07 05:28:07.148849 [ 91 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:07.148867 [ 91 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.04.07 05:28:07.148995 [ 194 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.04.07 05:28:07.152274 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 384 2026.04.07 05:28:07.153102 [ 194 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:28:07.154624 [ 194 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 347 rows starting from the beginning of the part 2026.04.07 05:28:07.159359 [ 194 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 7 rows starting from the beginning of the part 2026.04.07 05:28:07.163951 [ 194 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 8 rows starting from the beginning of the part 2026.04.07 05:28:07.168919 [ 194 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 7 rows starting from the beginning of the part 2026.04.07 05:28:07.173809 [ 194 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 8 rows starting from the beginning of the part 2026.04.07 05:28:07.177683 [ 194 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 7 rows starting from the beginning of the part 2026.04.07 05:28:07.229673 [ 191 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 384 rows, containing 679 columns (679 merged, 0 gathered) in 0.080740893 sec., 4755.954334069603 rows/sec., 24.59 MiB/sec. 2026.04.07 05:28:07.232767 [ 188 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.04.07 05:28:07.234816 [ 188 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_51_10} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:07.234929 [ 188 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_51_10} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.04.07 05:28:07.237786 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2026.04.07 05:28:08.000226 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 322.86 MiB, peak 336.26 MiB, free memory in arenas 0.00 B, will set to 324.00 MiB (RSS), difference: 1.15 MiB 2026.04.07 05:28:11.143784 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:11.144003 [ 5 ] {c6695cc6-bab5-4aa1-a3a1-287f2528ca8b} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:28:11.144085 [ 5 ] {c6695cc6-bab5-4aa1-a3a1-287f2528ca8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:28:11.144764 [ 5 ] {c6695cc6-bab5-4aa1-a3a1-287f2528ca8b} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:11.144809 [ 5 ] {c6695cc6-bab5-4aa1-a3a1-287f2528ca8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.04.07 05:28:11.145228 [ 5 ] {c6695cc6-bab5-4aa1-a3a1-287f2528ca8b} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.04.07 05:28:11.145455 [ 5 ] {c6695cc6-bab5-4aa1-a3a1-287f2528ca8b} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:11.145610 [ 5 ] {c6695cc6-bab5-4aa1-a3a1-287f2528ca8b} executeQuery: Read 56 rows, 4.41 KiB in 0.001663 sec., 33674.08298256164 rows/sec., 2.59 MiB/sec. 2026.04.07 05:28:11.145653 [ 5 ] {c6695cc6-bab5-4aa1-a3a1-287f2528ca8b} TCPHandler: Processed in 0.002009098 sec. 2026.04.07 05:28:11.145777 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:11.145874 [ 5 ] {04cd7c0e-dc71-43d6-b43a-4439c7921cd8} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:28:11.145914 [ 5 ] {04cd7c0e-dc71-43d6-b43a-4439c7921cd8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:28:11.146338 [ 5 ] {04cd7c0e-dc71-43d6-b43a-4439c7921cd8} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:11.146374 [ 5 ] {04cd7c0e-dc71-43d6-b43a-4439c7921cd8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.04.07 05:28:11.146678 [ 5 ] {04cd7c0e-dc71-43d6-b43a-4439c7921cd8} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.04.07 05:28:11.146900 [ 5 ] {04cd7c0e-dc71-43d6-b43a-4439c7921cd8} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:11.147034 [ 5 ] {04cd7c0e-dc71-43d6-b43a-4439c7921cd8} executeQuery: Read 64 rows, 5.12 KiB in 0.00118 sec., 54237.28813559322 rows/sec., 4.23 MiB/sec. 2026.04.07 05:28:11.147073 [ 5 ] {04cd7c0e-dc71-43d6-b43a-4439c7921cd8} TCPHandler: Processed in 0.001347535 sec. 2026.04.07 05:28:11.147194 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:11.147290 [ 5 ] {3de3bf05-2bcc-452a-88c1-9e91aeef6984} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:28:11.147332 [ 5 ] {3de3bf05-2bcc-452a-88c1-9e91aeef6984} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:28:11.147744 [ 5 ] {3de3bf05-2bcc-452a-88c1-9e91aeef6984} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:11.147780 [ 5 ] {3de3bf05-2bcc-452a-88c1-9e91aeef6984} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.04.07 05:28:11.148118 [ 5 ] {3de3bf05-2bcc-452a-88c1-9e91aeef6984} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.04.07 05:28:11.148344 [ 5 ] {3de3bf05-2bcc-452a-88c1-9e91aeef6984} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:11.148481 [ 5 ] {3de3bf05-2bcc-452a-88c1-9e91aeef6984} executeQuery: Read 160 rows, 11.41 KiB in 0.00121 sec., 132231.40495867768 rows/sec., 9.21 MiB/sec. 2026.04.07 05:28:11.148519 [ 5 ] {3de3bf05-2bcc-452a-88c1-9e91aeef6984} TCPHandler: Processed in 0.001374786 sec. 2026.04.07 05:28:11.148635 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:11.148731 [ 5 ] {0891e149-1590-4f8a-b1e5-e5bef6beabce} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:28:11.148772 [ 5 ] {0891e149-1590-4f8a-b1e5-e5bef6beabce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:28:11.149119 [ 5 ] {0891e149-1590-4f8a-b1e5-e5bef6beabce} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:11.149155 [ 5 ] {0891e149-1590-4f8a-b1e5-e5bef6beabce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.04.07 05:28:11.149468 [ 5 ] {0891e149-1590-4f8a-b1e5-e5bef6beabce} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.04.07 05:28:11.149686 [ 5 ] {0891e149-1590-4f8a-b1e5-e5bef6beabce} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:11.149815 [ 5 ] {0891e149-1590-4f8a-b1e5-e5bef6beabce} executeQuery: Read 60 rows, 4.14 KiB in 0.001102 sec., 54446.4609800363 rows/sec., 3.67 MiB/sec. 2026.04.07 05:28:11.149852 [ 5 ] {0891e149-1590-4f8a-b1e5-e5bef6beabce} TCPHandler: Processed in 0.001267424 sec. 2026.04.07 05:28:13.077267 [ 85 ] {} DNSResolver: Updating DNS cache 2026.04.07 05:28:13.077347 [ 85 ] {} DNSResolver: Updated DNS cache 2026.04.07 05:28:13.280605 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 24964 2026.04.07 05:28:13.281150 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:13.281201 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.04.07 05:28:13.281714 [ 244 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.04.07 05:28:13.281970 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:13.282115 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24964 2026.04.07 05:28:13.342886 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1166 2026.04.07 05:28:13.345477 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:13.345530 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.04.07 05:28:13.346753 [ 242 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.04.07 05:28:13.347065 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:13.347337 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1166 2026.04.07 05:28:14.653206 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 392 2026.04.07 05:28:14.668084 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:14.668136 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:14.673321 [ 243 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.04.07 05:28:14.674006 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:14.676827 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 392 2026.04.07 05:28:16.073781 [ 80 ] {} oximeter.fields_ipaddr (825a423c-b132-44a1-9146-cfb597c4352e) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2026.04.07 05:28:16.073869 [ 80 ] {} oximeter.fields_ipaddr (825a423c-b132-44a1-9146-cfb597c4352e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:16.073904 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:16.074058 [ 192 ] {825a423c-b132-44a1-9146-cfb597c4352e::all_1_13_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full 2026.04.07 05:28:16.074256 [ 192 ] {825a423c-b132-44a1-9146-cfb597c4352e::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:28:16.074303 [ 192 ] {825a423c-b132-44a1-9146-cfb597c4352e::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 18 rows starting from the beginning of the part 2026.04.07 05:28:16.074393 [ 192 ] {825a423c-b132-44a1-9146-cfb597c4352e::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part 2026.04.07 05:28:16.074443 [ 192 ] {825a423c-b132-44a1-9146-cfb597c4352e::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 16 rows starting from the beginning of the part 2026.04.07 05:28:16.074489 [ 192 ] {825a423c-b132-44a1-9146-cfb597c4352e::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part 2026.04.07 05:28:16.074531 [ 192 ] {825a423c-b132-44a1-9146-cfb597c4352e::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 16 rows starting from the beginning of the part 2026.04.07 05:28:16.075406 [ 190 ] {825a423c-b132-44a1-9146-cfb597c4352e::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 5 columns (5 merged, 0 gathered) in 0.001413276 sec., 38209.09716148863 rows/sec., 3.19 MiB/sec. 2026.04.07 05:28:16.075621 [ 189 ] {825a423c-b132-44a1-9146-cfb597c4352e::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2026.04.07 05:28:16.075971 [ 189 ] {825a423c-b132-44a1-9146-cfb597c4352e::all_1_13_3} oximeter.fields_ipaddr (825a423c-b132-44a1-9146-cfb597c4352e): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:16.076063 [ 189 ] {825a423c-b132-44a1-9146-cfb597c4352e::all_1_13_3} oximeter.fields_ipaddr (825a423c-b132-44a1-9146-cfb597c4352e) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2026.04.07 05:28:16.076167 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.04.07 05:28:16.144782 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:16.144956 [ 5 ] {2404c121-1ecf-40ee-acd7-1fb9658cedbe} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:28:16.145026 [ 5 ] {2404c121-1ecf-40ee-acd7-1fb9658cedbe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:28:16.145751 [ 5 ] {2404c121-1ecf-40ee-acd7-1fb9658cedbe} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:16.145792 [ 5 ] {2404c121-1ecf-40ee-acd7-1fb9658cedbe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:16.146158 [ 5 ] {2404c121-1ecf-40ee-acd7-1fb9658cedbe} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.04.07 05:28:16.146373 [ 5 ] {2404c121-1ecf-40ee-acd7-1fb9658cedbe} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:16.146522 [ 5 ] {2404c121-1ecf-40ee-acd7-1fb9658cedbe} executeQuery: Read 140 rows, 12.49 KiB in 0.001618 sec., 86526.5760197775 rows/sec., 7.54 MiB/sec. 2026.04.07 05:28:16.146564 [ 5 ] {2404c121-1ecf-40ee-acd7-1fb9658cedbe} TCPHandler: Processed in 0.001908796 sec. 2026.04.07 05:28:16.146691 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:16.146789 [ 5 ] {4507bdc0-d896-490d-a892-6a4b4860b4c0} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.07 05:28:16.146830 [ 5 ] {4507bdc0-d896-490d-a892-6a4b4860b4c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.07 05:28:16.147259 [ 5 ] {4507bdc0-d896-490d-a892-6a4b4860b4c0} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:16.147296 [ 5 ] {4507bdc0-d896-490d-a892-6a4b4860b4c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:16.147594 [ 5 ] {4507bdc0-d896-490d-a892-6a4b4860b4c0} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.04.07 05:28:16.147813 [ 5 ] {4507bdc0-d896-490d-a892-6a4b4860b4c0} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:16.147941 [ 5 ] {4507bdc0-d896-490d-a892-6a4b4860b4c0} executeQuery: Read 42 rows, 3.16 KiB in 0.001172 sec., 35836.17747440273 rows/sec., 2.63 MiB/sec. 2026.04.07 05:28:16.147980 [ 5 ] {4507bdc0-d896-490d-a892-6a4b4860b4c0} TCPHandler: Processed in 0.001339595 sec. 2026.04.07 05:28:16.148120 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:16.148216 [ 5 ] {3222d854-fc71-4047-849a-9c9bee25e655} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:28:16.148254 [ 5 ] {3222d854-fc71-4047-849a-9c9bee25e655} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:28:16.148685 [ 5 ] {3222d854-fc71-4047-849a-9c9bee25e655} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:16.148721 [ 5 ] {3222d854-fc71-4047-849a-9c9bee25e655} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:16.149021 [ 5 ] {3222d854-fc71-4047-849a-9c9bee25e655} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.04.07 05:28:16.149236 [ 5 ] {3222d854-fc71-4047-849a-9c9bee25e655} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:16.149367 [ 5 ] {3222d854-fc71-4047-849a-9c9bee25e655} executeQuery: Read 106 rows, 8.48 KiB in 0.001169 sec., 90675.79127459368 rows/sec., 7.08 MiB/sec. 2026.04.07 05:28:16.149405 [ 5 ] {3222d854-fc71-4047-849a-9c9bee25e655} TCPHandler: Processed in 0.001352866 sec. 2026.04.07 05:28:16.149519 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:16.149611 [ 5 ] {76db3caa-b0b3-43f5-889a-bb367dbfe82c} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:28:16.149653 [ 5 ] {76db3caa-b0b3-43f5-889a-bb367dbfe82c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:28:16.150066 [ 5 ] {76db3caa-b0b3-43f5-889a-bb367dbfe82c} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:16.150102 [ 5 ] {76db3caa-b0b3-43f5-889a-bb367dbfe82c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:16.150431 [ 5 ] {76db3caa-b0b3-43f5-889a-bb367dbfe82c} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.04.07 05:28:16.150645 [ 5 ] {76db3caa-b0b3-43f5-889a-bb367dbfe82c} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:16.150760 [ 78 ] {} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900) (MergerMutator): Selected 6 parts from all_1_79_16 to all_84_84_0 2026.04.07 05:28:16.150770 [ 5 ] {76db3caa-b0b3-43f5-889a-bb367dbfe82c} executeQuery: Read 160 rows, 11.41 KiB in 0.001178 sec., 135823.42954159592 rows/sec., 9.46 MiB/sec. 2026.04.07 05:28:16.150818 [ 78 ] {} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:16.150828 [ 5 ] {76db3caa-b0b3-43f5-889a-bb367dbfe82c} TCPHandler: Processed in 0.001355496 sec. 2026.04.07 05:28:16.150847 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:16.150936 [ 197 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_84_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_79_16 to all_84_84_0 into Compact with storage Full 2026.04.07 05:28:16.151000 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:16.151023 [ 197 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_84_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:28:16.151051 [ 197 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_84_17} MergeTreeSequentialSource: Reading 5 marks from part all_1_79_16, total 27289 rows starting from the beginning of the part 2026.04.07 05:28:16.151102 [ 5 ] {d5a2b1de-bea7-41d8-8e12-380a10315295} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.07 05:28:16.151108 [ 197 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_84_17} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 160 rows starting from the beginning of the part 2026.04.07 05:28:16.151158 [ 5 ] {d5a2b1de-bea7-41d8-8e12-380a10315295} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.07 05:28:16.151169 [ 197 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_84_17} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 1604 rows starting from the beginning of the part 2026.04.07 05:28:16.151213 [ 197 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_84_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 64 rows starting from the beginning of the part 2026.04.07 05:28:16.151250 [ 197 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_84_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 160 rows starting from the beginning of the part 2026.04.07 05:28:16.151289 [ 197 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_84_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 160 rows starting from the beginning of the part 2026.04.07 05:28:16.152074 [ 5 ] {d5a2b1de-bea7-41d8-8e12-380a10315295} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:16.152111 [ 5 ] {d5a2b1de-bea7-41d8-8e12-380a10315295} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:16.152735 [ 5 ] {d5a2b1de-bea7-41d8-8e12-380a10315295} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.04.07 05:28:16.152966 [ 5 ] {d5a2b1de-bea7-41d8-8e12-380a10315295} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:16.153127 [ 5 ] {d5a2b1de-bea7-41d8-8e12-380a10315295} executeQuery: Read 42 rows, 77.07 KiB in 0.002043 sec., 20558.00293685756 rows/sec., 36.84 MiB/sec. 2026.04.07 05:28:16.153195 [ 5 ] {d5a2b1de-bea7-41d8-8e12-380a10315295} TCPHandler: Processed in 0.002249132 sec. 2026.04.07 05:28:16.153316 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:16.153410 [ 5 ] {b54de79d-beeb-4762-9bc0-3c302db761c2} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:28:16.153454 [ 5 ] {b54de79d-beeb-4762-9bc0-3c302db761c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:28:16.153798 [ 5 ] {b54de79d-beeb-4762-9bc0-3c302db761c2} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:16.153834 [ 5 ] {b54de79d-beeb-4762-9bc0-3c302db761c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:16.154192 [ 5 ] {b54de79d-beeb-4762-9bc0-3c302db761c2} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.04.07 05:28:16.154397 [ 5 ] {b54de79d-beeb-4762-9bc0-3c302db761c2} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:16.154528 [ 5 ] {b54de79d-beeb-4762-9bc0-3c302db761c2} executeQuery: Read 60 rows, 4.14 KiB in 0.001137 sec., 52770.44854881267 rows/sec., 3.56 MiB/sec. 2026.04.07 05:28:16.154564 [ 5 ] {b54de79d-beeb-4762-9bc0-3c302db761c2} TCPHandler: Processed in 0.001296584 sec. 2026.04.07 05:28:16.157959 [ 190 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_84_17} MergeTask::MergeProjectionsStage: Merge sorted 29437 rows, containing 5 columns (5 merged, 0 gathered) in 0.007056803 sec., 4171435.705375366 rows/sec., 272.37 MiB/sec. 2026.04.07 05:28:16.158503 [ 200 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_84_17} MergedBlockOutputStream: filled checksums all_1_84_17 (state Temporary) 2026.04.07 05:28:16.158801 [ 200 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_84_17} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_merge_all_1_84_17 to all_1_84_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:16.158890 [ 200 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_84_17} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900) (MergerMutator): Merged 6 parts: [all_1_79_16, all_84_84_0] -> all_1_84_17 2026.04.07 05:28:16.159007 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. 2026.04.07 05:28:17.000213 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 324.55 MiB, peak 336.26 MiB, free memory in arenas 0.00 B, will set to 325.87 MiB (RSS), difference: 1.32 MiB 2026.04.07 05:28:18.073977 [ 77 ] {} oximeter.fields_u64 (694db3f7-adc1-48c0-aa80-2e45c79f29b4) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.04.07 05:28:18.074049 [ 77 ] {} oximeter.fields_u64 (694db3f7-adc1-48c0-aa80-2e45c79f29b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:18.074075 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:18.074182 [ 196 ] {694db3f7-adc1-48c0-aa80-2e45c79f29b4::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2026.04.07 05:28:18.074331 [ 196 ] {694db3f7-adc1-48c0-aa80-2e45c79f29b4::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:28:18.074370 [ 196 ] {694db3f7-adc1-48c0-aa80-2e45c79f29b4::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 2 rows starting from the beginning of the part 2026.04.07 05:28:18.074445 [ 196 ] {694db3f7-adc1-48c0-aa80-2e45c79f29b4::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part 2026.04.07 05:28:18.074488 [ 196 ] {694db3f7-adc1-48c0-aa80-2e45c79f29b4::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part 2026.04.07 05:28:18.074529 [ 196 ] {694db3f7-adc1-48c0-aa80-2e45c79f29b4::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part 2026.04.07 05:28:18.074568 [ 196 ] {694db3f7-adc1-48c0-aa80-2e45c79f29b4::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part 2026.04.07 05:28:18.075286 [ 190 ] {694db3f7-adc1-48c0-aa80-2e45c79f29b4::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 6 rows, containing 5 columns (5 merged, 0 gathered) in 0.001147852 sec., 5227.154720294951 rows/sec., 387.95 KiB/sec. 2026.04.07 05:28:18.075427 [ 196 ] {694db3f7-adc1-48c0-aa80-2e45c79f29b4::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.04.07 05:28:18.075674 [ 196 ] {694db3f7-adc1-48c0-aa80-2e45c79f29b4::all_1_9_2} oximeter.fields_u64 (694db3f7-adc1-48c0-aa80-2e45c79f29b4): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:18.075762 [ 196 ] {694db3f7-adc1-48c0-aa80-2e45c79f29b4::all_1_9_2} oximeter.fields_u64 (694db3f7-adc1-48c0-aa80-2e45c79f29b4) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.04.07 05:28:18.075845 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2026.04.07 05:28:20.782391 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 25412 2026.04.07 05:28:20.782962 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:20.783011 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:20.783534 [ 244 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.04.07 05:28:20.783756 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:20.783879 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25412 2026.04.07 05:28:21.143943 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:21.144140 [ 5 ] {8d45a5de-c6b7-4e36-9b3d-4895f217184d} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.07 05:28:21.144216 [ 5 ] {8d45a5de-c6b7-4e36-9b3d-4895f217184d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.07 05:28:21.144870 [ 5 ] {8d45a5de-c6b7-4e36-9b3d-4895f217184d} oximeter.fields_ipaddr (825a423c-b132-44a1-9146-cfb597c4352e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:21.144913 [ 5 ] {8d45a5de-c6b7-4e36-9b3d-4895f217184d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:21.145300 [ 5 ] {8d45a5de-c6b7-4e36-9b3d-4895f217184d} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.07 05:28:21.145534 [ 5 ] {8d45a5de-c6b7-4e36-9b3d-4895f217184d} oximeter.fields_ipaddr (825a423c-b132-44a1-9146-cfb597c4352e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:21.145696 [ 5 ] {8d45a5de-c6b7-4e36-9b3d-4895f217184d} executeQuery: Read 2 rows, 167.00 B in 0.001608 sec., 1243.7810945273632 rows/sec., 101.42 KiB/sec. 2026.04.07 05:28:21.145746 [ 5 ] {8d45a5de-c6b7-4e36-9b3d-4895f217184d} TCPHandler: Processed in 0.001939347 sec. 2026.04.07 05:28:21.145872 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:21.145974 [ 5 ] {a63a40da-9271-4897-81a1-9a7d50978a4a} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:28:21.146018 [ 5 ] {a63a40da-9271-4897-81a1-9a7d50978a4a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:28:21.146454 [ 5 ] {a63a40da-9271-4897-81a1-9a7d50978a4a} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:21.146491 [ 5 ] {a63a40da-9271-4897-81a1-9a7d50978a4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:21.146808 [ 5 ] {a63a40da-9271-4897-81a1-9a7d50978a4a} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.04.07 05:28:21.147020 [ 5 ] {a63a40da-9271-4897-81a1-9a7d50978a4a} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:21.147156 [ 5 ] {a63a40da-9271-4897-81a1-9a7d50978a4a} executeQuery: Read 57 rows, 4.48 KiB in 0.001205 sec., 47302.90456431536 rows/sec., 3.63 MiB/sec. 2026.04.07 05:28:21.147196 [ 5 ] {a63a40da-9271-4897-81a1-9a7d50978a4a} TCPHandler: Processed in 0.001376455 sec. 2026.04.07 05:28:21.147314 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:21.147410 [ 5 ] {7e91ad76-319d-4d01-a26d-2fc6f170ad6f} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.07 05:28:21.147452 [ 5 ] {7e91ad76-319d-4d01-a26d-2fc6f170ad6f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.07 05:28:21.147838 [ 5 ] {7e91ad76-319d-4d01-a26d-2fc6f170ad6f} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:21.147876 [ 5 ] {7e91ad76-319d-4d01-a26d-2fc6f170ad6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:21.148160 [ 5 ] {7e91ad76-319d-4d01-a26d-2fc6f170ad6f} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.04.07 05:28:21.148376 [ 5 ] {7e91ad76-319d-4d01-a26d-2fc6f170ad6f} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:21.148493 [ 8 ] {} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9) (MergerMutator): Selected 6 parts from all_1_40_8 to all_45_45_0 2026.04.07 05:28:21.148510 [ 5 ] {7e91ad76-319d-4d01-a26d-2fc6f170ad6f} executeQuery: Read 2 rows, 143.00 B in 0.001119 sec., 1787.3100983020554 rows/sec., 124.80 KiB/sec. 2026.04.07 05:28:21.148561 [ 8 ] {} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:21.148571 [ 5 ] {7e91ad76-319d-4d01-a26d-2fc6f170ad6f} TCPHandler: Processed in 0.001307435 sec. 2026.04.07 05:28:21.148589 [ 8 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:21.148699 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:21.148733 [ 202 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_45_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_40_8 to all_45_45_0 into Compact with storage Full 2026.04.07 05:28:21.148803 [ 5 ] {580e2456-9f3f-4438-844d-cc82b4cf2798} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:28:21.148846 [ 5 ] {580e2456-9f3f-4438-844d-cc82b4cf2798} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:28:21.148864 [ 202 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_45_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:28:21.148905 [ 202 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 83 rows starting from the beginning of the part 2026.04.07 05:28:21.148979 [ 202 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 42 rows starting from the beginning of the part 2026.04.07 05:28:21.149030 [ 202 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 42 rows starting from the beginning of the part 2026.04.07 05:28:21.149092 [ 202 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 81 rows starting from the beginning of the part 2026.04.07 05:28:21.149150 [ 202 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 42 rows starting from the beginning of the part 2026.04.07 05:28:21.149199 [ 202 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 2 rows starting from the beginning of the part 2026.04.07 05:28:21.149269 [ 5 ] {580e2456-9f3f-4438-844d-cc82b4cf2798} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:21.149311 [ 5 ] {580e2456-9f3f-4438-844d-cc82b4cf2798} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:21.149656 [ 5 ] {580e2456-9f3f-4438-844d-cc82b4cf2798} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.04.07 05:28:21.149893 [ 5 ] {580e2456-9f3f-4438-844d-cc82b4cf2798} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:21.150033 [ 5 ] {580e2456-9f3f-4438-844d-cc82b4cf2798} executeQuery: Read 66 rows, 5.28 KiB in 0.001248 sec., 52884.61538461538 rows/sec., 4.13 MiB/sec. 2026.04.07 05:28:21.150072 [ 5 ] {580e2456-9f3f-4438-844d-cc82b4cf2798} TCPHandler: Processed in 0.001424317 sec. 2026.04.07 05:28:21.150091 [ 196 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_45_9} MergeTask::MergeProjectionsStage: Merge sorted 292 rows, containing 5 columns (5 merged, 0 gathered) in 0.001410777 sec., 206978.14041482104 rows/sec., 15.94 MiB/sec. 2026.04.07 05:28:21.150191 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:21.150263 [ 190 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_45_9} MergedBlockOutputStream: filled checksums all_1_45_9 (state Temporary) 2026.04.07 05:28:21.150293 [ 5 ] {a0bf8355-eef1-40f1-83e9-67c5c8503d20} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:28:21.150340 [ 5 ] {a0bf8355-eef1-40f1-83e9-67c5c8503d20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:28:21.150529 [ 190 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_45_9} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Renaming temporary part tmp_merge_all_1_45_9 to all_1_45_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:21.150603 [ 190 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_45_9} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9) (MergerMutator): Merged 6 parts: [all_1_40_8, all_45_45_0] -> all_1_45_9 2026.04.07 05:28:21.150678 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.04.07 05:28:21.150759 [ 5 ] {a0bf8355-eef1-40f1-83e9-67c5c8503d20} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:21.150800 [ 5 ] {a0bf8355-eef1-40f1-83e9-67c5c8503d20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:21.151143 [ 5 ] {a0bf8355-eef1-40f1-83e9-67c5c8503d20} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.04.07 05:28:21.151367 [ 5 ] {a0bf8355-eef1-40f1-83e9-67c5c8503d20} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:21.151499 [ 5 ] {a0bf8355-eef1-40f1-83e9-67c5c8503d20} executeQuery: Read 161 rows, 11.48 KiB in 0.001225 sec., 131428.57142857142 rows/sec., 9.15 MiB/sec. 2026.04.07 05:28:21.151537 [ 5 ] {a0bf8355-eef1-40f1-83e9-67c5c8503d20} TCPHandler: Processed in 0.001395086 sec. 2026.04.07 05:28:21.151650 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:21.151746 [ 5 ] {b4d6cfae-7de3-4e2d-b14b-1c2d696d6191} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:28:21.151788 [ 5 ] {b4d6cfae-7de3-4e2d-b14b-1c2d696d6191} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:28:21.152124 [ 5 ] {b4d6cfae-7de3-4e2d-b14b-1c2d696d6191} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:21.152159 [ 5 ] {b4d6cfae-7de3-4e2d-b14b-1c2d696d6191} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:21.152471 [ 5 ] {b4d6cfae-7de3-4e2d-b14b-1c2d696d6191} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.04.07 05:28:21.152684 [ 5 ] {b4d6cfae-7de3-4e2d-b14b-1c2d696d6191} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:21.152818 [ 5 ] {b4d6cfae-7de3-4e2d-b14b-1c2d696d6191} executeQuery: Read 60 rows, 4.14 KiB in 0.001089 sec., 55096.418732782375 rows/sec., 3.71 MiB/sec. 2026.04.07 05:28:21.152855 [ 5 ] {b4d6cfae-7de3-4e2d-b14b-1c2d696d6191} TCPHandler: Processed in 0.001253613 sec. 2026.04.07 05:28:22.177145 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 400 2026.04.07 05:28:22.192890 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:22.192937 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:22.198550 [ 243 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.04.07 05:28:22.199221 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:22.201794 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 400 2026.04.07 05:28:23.347921 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1190 2026.04.07 05:28:23.350923 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:23.350981 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:23.352200 [ 242 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.04.07 05:28:23.352479 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:23.352758 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1190 2026.04.07 05:28:26.146221 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:26.146474 [ 5 ] {9e6fd84d-2324-4b4a-b88f-60447ce90b77} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:28:26.146564 [ 5 ] {9e6fd84d-2324-4b4a-b88f-60447ce90b77} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:28:26.147379 [ 5 ] {9e6fd84d-2324-4b4a-b88f-60447ce90b77} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:26.147430 [ 5 ] {9e6fd84d-2324-4b4a-b88f-60447ce90b77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:26.147863 [ 5 ] {9e6fd84d-2324-4b4a-b88f-60447ce90b77} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.04.07 05:28:26.148092 [ 5 ] {9e6fd84d-2324-4b4a-b88f-60447ce90b77} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:26.148251 [ 5 ] {9e6fd84d-2324-4b4a-b88f-60447ce90b77} executeQuery: Read 140 rows, 12.49 KiB in 0.00184 sec., 76086.95652173912 rows/sec., 6.63 MiB/sec. 2026.04.07 05:28:26.148270 [ 44 ] {} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.04.07 05:28:26.148301 [ 5 ] {9e6fd84d-2324-4b4a-b88f-60447ce90b77} TCPHandler: Processed in 0.002239962 sec. 2026.04.07 05:28:26.148345 [ 44 ] {} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:26.148378 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:26.148468 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:26.148503 [ 202 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2026.04.07 05:28:26.148577 [ 5 ] {00716b4b-236a-4423-931c-ca81bc0255a2} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.07 05:28:26.148629 [ 5 ] {00716b4b-236a-4423-931c-ca81bc0255a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.07 05:28:26.148649 [ 202 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:28:26.148690 [ 202 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 2620 rows starting from the beginning of the part 2026.04.07 05:28:26.148757 [ 202 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 56 rows starting from the beginning of the part 2026.04.07 05:28:26.148805 [ 202 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 56 rows starting from the beginning of the part 2026.04.07 05:28:26.148859 [ 202 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 140 rows starting from the beginning of the part 2026.04.07 05:28:26.148901 [ 202 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 57 rows starting from the beginning of the part 2026.04.07 05:28:26.148941 [ 202 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 140 rows starting from the beginning of the part 2026.04.07 05:28:26.149085 [ 5 ] {00716b4b-236a-4423-931c-ca81bc0255a2} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:26.149127 [ 5 ] {00716b4b-236a-4423-931c-ca81bc0255a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:26.149457 [ 5 ] {00716b4b-236a-4423-931c-ca81bc0255a2} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.04.07 05:28:26.149691 [ 5 ] {00716b4b-236a-4423-931c-ca81bc0255a2} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:26.149830 [ 5 ] {00716b4b-236a-4423-931c-ca81bc0255a2} executeQuery: Read 42 rows, 3.16 KiB in 0.001279 sec., 32838.154808444095 rows/sec., 2.41 MiB/sec. 2026.04.07 05:28:26.149869 [ 5 ] {00716b4b-236a-4423-931c-ca81bc0255a2} TCPHandler: Processed in 0.001452738 sec. 2026.04.07 05:28:26.149983 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:26.150078 [ 5 ] {eb3616f8-bd29-438a-afc4-ee2530a4eead} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:28:26.150118 [ 5 ] {eb3616f8-bd29-438a-afc4-ee2530a4eead} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:28:26.150403 [ 196 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 3069 rows, containing 5 columns (5 merged, 0 gathered) in 0.001962447 sec., 1563863.890336911 rows/sec., 125.55 MiB/sec. 2026.04.07 05:28:26.150544 [ 5 ] {eb3616f8-bd29-438a-afc4-ee2530a4eead} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:26.150581 [ 5 ] {eb3616f8-bd29-438a-afc4-ee2530a4eead} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:26.150698 [ 199 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.04.07 05:28:26.150887 [ 5 ] {eb3616f8-bd29-438a-afc4-ee2530a4eead} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.04.07 05:28:26.151049 [ 199 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_86_17} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:26.151120 [ 5 ] {eb3616f8-bd29-438a-afc4-ee2530a4eead} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:26.151141 [ 199 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_86_17} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.04.07 05:28:26.151248 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. 2026.04.07 05:28:26.151251 [ 60 ] {} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.04.07 05:28:26.151256 [ 5 ] {eb3616f8-bd29-438a-afc4-ee2530a4eead} executeQuery: Read 106 rows, 8.48 KiB in 0.001258 sec., 84260.73131955485 rows/sec., 6.58 MiB/sec. 2026.04.07 05:28:26.151373 [ 60 ] {} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:26.151397 [ 5 ] {eb3616f8-bd29-438a-afc4-ee2530a4eead} TCPHandler: Processed in 0.001461178 sec. 2026.04.07 05:28:26.151399 [ 60 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:26.151508 [ 198 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2026.04.07 05:28:26.151521 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:26.151629 [ 198 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:28:26.151636 [ 5 ] {8625dbdf-5307-44ad-9231-c624c9579b09} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:28:26.151665 [ 198 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1404 rows starting from the beginning of the part 2026.04.07 05:28:26.151690 [ 5 ] {8625dbdf-5307-44ad-9231-c624c9579b09} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:28:26.151728 [ 198 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 64 rows starting from the beginning of the part 2026.04.07 05:28:26.151779 [ 198 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 64 rows starting from the beginning of the part 2026.04.07 05:28:26.151822 [ 198 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 106 rows starting from the beginning of the part 2026.04.07 05:28:26.151864 [ 198 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 66 rows starting from the beginning of the part 2026.04.07 05:28:26.151906 [ 198 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 106 rows starting from the beginning of the part 2026.04.07 05:28:26.152108 [ 5 ] {8625dbdf-5307-44ad-9231-c624c9579b09} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:26.152149 [ 5 ] {8625dbdf-5307-44ad-9231-c624c9579b09} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:26.152494 [ 5 ] {8625dbdf-5307-44ad-9231-c624c9579b09} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.04.07 05:28:26.152716 [ 5 ] {8625dbdf-5307-44ad-9231-c624c9579b09} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:26.152850 [ 5 ] {8625dbdf-5307-44ad-9231-c624c9579b09} executeQuery: Read 160 rows, 11.41 KiB in 0.001234 sec., 129659.64343598054 rows/sec., 9.03 MiB/sec. 2026.04.07 05:28:26.152888 [ 5 ] {8625dbdf-5307-44ad-9231-c624c9579b09} TCPHandler: Processed in 0.001415407 sec. 2026.04.07 05:28:26.152985 [ 187 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 1810 rows, containing 5 columns (5 merged, 0 gathered) in 0.001520669 sec., 1190265.600206225 rows/sec., 88.10 MiB/sec. 2026.04.07 05:28:26.153001 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:26.153107 [ 5 ] {0c501e47-54b5-4746-a118-3cc2ec19f131} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.07 05:28:26.153162 [ 5 ] {0c501e47-54b5-4746-a118-3cc2ec19f131} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.07 05:28:26.153178 [ 198 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.04.07 05:28:26.153447 [ 198 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_86_17} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:26.153523 [ 198 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_86_17} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.04.07 05:28:26.153611 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. 2026.04.07 05:28:26.154053 [ 5 ] {0c501e47-54b5-4746-a118-3cc2ec19f131} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:26.154094 [ 5 ] {0c501e47-54b5-4746-a118-3cc2ec19f131} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:26.154687 [ 5 ] {0c501e47-54b5-4746-a118-3cc2ec19f131} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.04.07 05:28:26.154914 [ 5 ] {0c501e47-54b5-4746-a118-3cc2ec19f131} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:26.155050 [ 5 ] {0c501e47-54b5-4746-a118-3cc2ec19f131} executeQuery: Read 42 rows, 77.07 KiB in 0.001962 sec., 21406.727828746174 rows/sec., 38.36 MiB/sec. 2026.04.07 05:28:26.155116 [ 5 ] {0c501e47-54b5-4746-a118-3cc2ec19f131} TCPHandler: Processed in 0.002161831 sec. 2026.04.07 05:28:26.155234 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:26.155328 [ 5 ] {72adf7d1-b3dd-41e5-b003-0a7f828208c9} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:28:26.155373 [ 5 ] {72adf7d1-b3dd-41e5-b003-0a7f828208c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:28:26.155709 [ 5 ] {72adf7d1-b3dd-41e5-b003-0a7f828208c9} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:26.155745 [ 5 ] {72adf7d1-b3dd-41e5-b003-0a7f828208c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:26.156039 [ 5 ] {72adf7d1-b3dd-41e5-b003-0a7f828208c9} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.04.07 05:28:26.156235 [ 5 ] {72adf7d1-b3dd-41e5-b003-0a7f828208c9} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:26.156349 [ 16 ] {} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.04.07 05:28:26.156361 [ 5 ] {72adf7d1-b3dd-41e5-b003-0a7f828208c9} executeQuery: Read 60 rows, 4.14 KiB in 0.001052 sec., 57034.22053231939 rows/sec., 3.84 MiB/sec. 2026.04.07 05:28:26.156397 [ 16 ] {} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:26.156416 [ 5 ] {72adf7d1-b3dd-41e5-b003-0a7f828208c9} TCPHandler: Processed in 0.001229244 sec. 2026.04.07 05:28:26.156424 [ 16 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:26.156515 [ 196 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2026.04.07 05:28:26.156660 [ 196 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:28:26.156694 [ 196 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4302 rows starting from the beginning of the part 2026.04.07 05:28:26.156755 [ 196 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 24 rows starting from the beginning of the part 2026.04.07 05:28:26.156796 [ 196 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 60 rows starting from the beginning of the part 2026.04.07 05:28:26.156835 [ 196 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 60 rows starting from the beginning of the part 2026.04.07 05:28:26.156881 [ 196 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 60 rows starting from the beginning of the part 2026.04.07 05:28:26.156918 [ 196 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 60 rows starting from the beginning of the part 2026.04.07 05:28:26.158507 [ 187 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 4566 rows, containing 4 columns (4 merged, 0 gathered) in 0.002028168 sec., 2251292.792313063 rows/sec., 151.81 MiB/sec. 2026.04.07 05:28:26.158826 [ 198 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.04.07 05:28:26.159081 [ 198 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_86_17} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:26.159154 [ 198 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_86_17} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.04.07 05:28:26.159246 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. 2026.04.07 05:28:28.077600 [ 49 ] {} DNSResolver: Updating DNS cache 2026.04.07 05:28:28.077654 [ 49 ] {} DNSResolver: Updated DNS cache 2026.04.07 05:28:28.284196 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 25924 2026.04.07 05:28:28.284787 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:28.284843 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:28.285348 [ 244 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.04.07 05:28:28.285590 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:28.285735 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25924 2026.04.07 05:28:29.701932 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 407 2026.04.07 05:28:29.718138 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:29.718194 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:29.724095 [ 243 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.04.07 05:28:29.724770 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:29.728040 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 407 2026.04.07 05:28:31.143893 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:31.144112 [ 5 ] {bb251d49-700c-4f86-a6ec-bfd3c20f3473} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:28:31.144193 [ 5 ] {bb251d49-700c-4f86-a6ec-bfd3c20f3473} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:28:31.144858 [ 5 ] {bb251d49-700c-4f86-a6ec-bfd3c20f3473} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:31.144905 [ 5 ] {bb251d49-700c-4f86-a6ec-bfd3c20f3473} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:31.145284 [ 5 ] {bb251d49-700c-4f86-a6ec-bfd3c20f3473} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.04.07 05:28:31.145501 [ 5 ] {bb251d49-700c-4f86-a6ec-bfd3c20f3473} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:31.145660 [ 5 ] {bb251d49-700c-4f86-a6ec-bfd3c20f3473} executeQuery: Read 56 rows, 4.41 KiB in 0.001607 sec., 34847.542003733666 rows/sec., 2.68 MiB/sec. 2026.04.07 05:28:31.145707 [ 5 ] {bb251d49-700c-4f86-a6ec-bfd3c20f3473} TCPHandler: Processed in 0.001955637 sec. 2026.04.07 05:28:31.145829 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:31.145929 [ 5 ] {c6d91599-83b0-4db4-94c7-23927382b8ec} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:28:31.145971 [ 5 ] {c6d91599-83b0-4db4-94c7-23927382b8ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:28:31.146409 [ 5 ] {c6d91599-83b0-4db4-94c7-23927382b8ec} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:31.146444 [ 5 ] {c6d91599-83b0-4db4-94c7-23927382b8ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:31.146740 [ 5 ] {c6d91599-83b0-4db4-94c7-23927382b8ec} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.04.07 05:28:31.146946 [ 5 ] {c6d91599-83b0-4db4-94c7-23927382b8ec} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:31.147072 [ 5 ] {c6d91599-83b0-4db4-94c7-23927382b8ec} executeQuery: Read 64 rows, 5.12 KiB in 0.001167 sec., 54841.47386461011 rows/sec., 4.28 MiB/sec. 2026.04.07 05:28:31.147110 [ 5 ] {c6d91599-83b0-4db4-94c7-23927382b8ec} TCPHandler: Processed in 0.001331465 sec. 2026.04.07 05:28:31.147224 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:31.147319 [ 5 ] {01d4fd00-7f74-46fc-8ddd-a8b3c589550c} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:28:31.147361 [ 5 ] {01d4fd00-7f74-46fc-8ddd-a8b3c589550c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:28:31.147779 [ 5 ] {01d4fd00-7f74-46fc-8ddd-a8b3c589550c} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:31.147814 [ 5 ] {01d4fd00-7f74-46fc-8ddd-a8b3c589550c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:31.148141 [ 5 ] {01d4fd00-7f74-46fc-8ddd-a8b3c589550c} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.04.07 05:28:31.148352 [ 5 ] {01d4fd00-7f74-46fc-8ddd-a8b3c589550c} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:31.148480 [ 5 ] {01d4fd00-7f74-46fc-8ddd-a8b3c589550c} executeQuery: Read 160 rows, 11.41 KiB in 0.001182 sec., 135363.7901861252 rows/sec., 9.43 MiB/sec. 2026.04.07 05:28:31.148516 [ 5 ] {01d4fd00-7f74-46fc-8ddd-a8b3c589550c} TCPHandler: Processed in 0.001340395 sec. 2026.04.07 05:28:31.148623 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:31.148716 [ 5 ] {5cf4e080-4754-4cdf-abd7-9733c8e13a0d} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:28:31.148757 [ 5 ] {5cf4e080-4754-4cdf-abd7-9733c8e13a0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:28:31.149082 [ 5 ] {5cf4e080-4754-4cdf-abd7-9733c8e13a0d} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:31.149117 [ 5 ] {5cf4e080-4754-4cdf-abd7-9733c8e13a0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:31.149411 [ 5 ] {5cf4e080-4754-4cdf-abd7-9733c8e13a0d} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.04.07 05:28:31.149611 [ 5 ] {5cf4e080-4754-4cdf-abd7-9733c8e13a0d} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:31.149735 [ 5 ] {5cf4e080-4754-4cdf-abd7-9733c8e13a0d} executeQuery: Read 60 rows, 4.14 KiB in 0.001037 sec., 57859.209257473485 rows/sec., 3.90 MiB/sec. 2026.04.07 05:28:31.149769 [ 5 ] {5cf4e080-4754-4cdf-abd7-9733c8e13a0d} TCPHandler: Processed in 0.001192873 sec. 2026.04.07 05:28:33.353842 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1210 2026.04.07 05:28:33.356009 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:33.356057 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:33.357251 [ 242 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.04.07 05:28:33.357521 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:33.357693 [ 68 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.04.07 05:28:33.357758 [ 68 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:33.357778 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:33.357793 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1210 2026.04.07 05:28:33.357878 [ 186 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.04.07 05:28:33.358327 [ 186 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:28:33.358451 [ 186 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1082 rows starting from the beginning of the part 2026.04.07 05:28:33.358811 [ 186 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 20 rows starting from the beginning of the part 2026.04.07 05:28:33.359142 [ 186 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 26 rows starting from the beginning of the part 2026.04.07 05:28:33.359479 [ 186 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 38 rows starting from the beginning of the part 2026.04.07 05:28:33.359811 [ 186 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 24 rows starting from the beginning of the part 2026.04.07 05:28:33.360131 [ 186 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 20 rows starting from the beginning of the part 2026.04.07 05:28:33.366780 [ 186 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 1210 rows, containing 72 columns (72 merged, 0 gathered) in 0.008947999 sec., 135225.763883076 rows/sec., 107.06 MiB/sec. 2026.04.07 05:28:33.368426 [ 188 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.04.07 05:28:33.369071 [ 188 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_41_8} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:33.369160 [ 188 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_41_8} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.04.07 05:28:33.369527 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.78 MiB. 2026.04.07 05:28:34.100265 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:34.100483 [ 5 ] {a1346c1e-f990-4e0e-ba5c-b9b74345a340} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.07 05:28:34.100558 [ 5 ] {a1346c1e-f990-4e0e-ba5c-b9b74345a340} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.07 05:28:34.101261 [ 5 ] {a1346c1e-f990-4e0e-ba5c-b9b74345a340} oximeter.fields_i16 (19a28ab3-93b8-470f-bc08-bb1de0445c9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:34.101311 [ 5 ] {a1346c1e-f990-4e0e-ba5c-b9b74345a340} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:34.101685 [ 5 ] {a1346c1e-f990-4e0e-ba5c-b9b74345a340} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.07 05:28:34.101902 [ 5 ] {a1346c1e-f990-4e0e-ba5c-b9b74345a340} oximeter.fields_i16 (19a28ab3-93b8-470f-bc08-bb1de0445c9c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:34.102054 [ 5 ] {a1346c1e-f990-4e0e-ba5c-b9b74345a340} executeQuery: Read 24 rows, 2.04 KiB in 0.001626 sec., 14760.147601476014 rows/sec., 1.22 MiB/sec. 2026.04.07 05:28:34.102096 [ 5 ] {a1346c1e-f990-4e0e-ba5c-b9b74345a340} TCPHandler: Processed in 0.001974598 sec. 2026.04.07 05:28:34.102207 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:34.102301 [ 5 ] {cdd25bd2-7dcf-45db-9527-a1fa94450688} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:28:34.102342 [ 5 ] {cdd25bd2-7dcf-45db-9527-a1fa94450688} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:28:34.104488 [ 5 ] {cdd25bd2-7dcf-45db-9527-a1fa94450688} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:34.104525 [ 5 ] {cdd25bd2-7dcf-45db-9527-a1fa94450688} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:34.104995 [ 5 ] {cdd25bd2-7dcf-45db-9527-a1fa94450688} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.04.07 05:28:34.105202 [ 5 ] {cdd25bd2-7dcf-45db-9527-a1fa94450688} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:34.105334 [ 5 ] {cdd25bd2-7dcf-45db-9527-a1fa94450688} executeQuery: Read 2609 rows, 201.24 KiB in 0.003051 sec., 855129.4657489348 rows/sec., 64.41 MiB/sec. 2026.04.07 05:28:34.105374 [ 5 ] {cdd25bd2-7dcf-45db-9527-a1fa94450688} MemoryTracker: Peak memory usage (for query): 4.02 MiB. 2026.04.07 05:28:34.105387 [ 5 ] {cdd25bd2-7dcf-45db-9527-a1fa94450688} TCPHandler: Processed in 0.003229581 sec. 2026.04.07 05:28:34.105501 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:34.105594 [ 5 ] {b932a8bc-f280-4455-865d-10165a761a90} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.07 05:28:34.105633 [ 5 ] {b932a8bc-f280-4455-865d-10165a761a90} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.07 05:28:34.106061 [ 5 ] {b932a8bc-f280-4455-865d-10165a761a90} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:34.106096 [ 5 ] {b932a8bc-f280-4455-865d-10165a761a90} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:34.106386 [ 5 ] {b932a8bc-f280-4455-865d-10165a761a90} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.04.07 05:28:34.106589 [ 5 ] {b932a8bc-f280-4455-865d-10165a761a90} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:34.106710 [ 5 ] {b932a8bc-f280-4455-865d-10165a761a90} executeQuery: Read 65 rows, 4.95 KiB in 0.001135 sec., 57268.72246696035 rows/sec., 4.26 MiB/sec. 2026.04.07 05:28:34.106747 [ 5 ] {b932a8bc-f280-4455-865d-10165a761a90} TCPHandler: Processed in 0.001294715 sec. 2026.04.07 05:28:34.106858 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:34.106950 [ 5 ] {a6d9f2ea-aa09-4213-a7c2-84a43b0fac79} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.07 05:28:34.106988 [ 5 ] {a6d9f2ea-aa09-4213-a7c2-84a43b0fac79} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.07 05:28:34.107825 [ 5 ] {a6d9f2ea-aa09-4213-a7c2-84a43b0fac79} oximeter.fields_u32 (77106049-3b56-443c-8974-c866b1324d40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:34.107862 [ 5 ] {a6d9f2ea-aa09-4213-a7c2-84a43b0fac79} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:34.108188 [ 5 ] {a6d9f2ea-aa09-4213-a7c2-84a43b0fac79} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.07 05:28:34.108398 [ 5 ] {a6d9f2ea-aa09-4213-a7c2-84a43b0fac79} oximeter.fields_u32 (77106049-3b56-443c-8974-c866b1324d40): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:34.108522 [ 5 ] {a6d9f2ea-aa09-4213-a7c2-84a43b0fac79} executeQuery: Read 825 rows, 49.42 KiB in 0.001589 sec., 519194.4619257395 rows/sec., 30.37 MiB/sec. 2026.04.07 05:28:34.108560 [ 5 ] {a6d9f2ea-aa09-4213-a7c2-84a43b0fac79} TCPHandler: Processed in 0.001748943 sec. 2026.04.07 05:28:34.108673 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:34.108766 [ 5 ] {c669d01d-c555-4c9b-b7b9-6eff376a1d41} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.04.07 05:28:34.108805 [ 5 ] {c669d01d-c555-4c9b-b7b9-6eff376a1d41} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.04.07 05:28:34.109185 [ 5 ] {c669d01d-c555-4c9b-b7b9-6eff376a1d41} oximeter.fields_u64 (694db3f7-adc1-48c0-aa80-2e45c79f29b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:34.109221 [ 5 ] {c669d01d-c555-4c9b-b7b9-6eff376a1d41} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:34.109501 [ 5 ] {c669d01d-c555-4c9b-b7b9-6eff376a1d41} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.07 05:28:34.109721 [ 5 ] {c669d01d-c555-4c9b-b7b9-6eff376a1d41} oximeter.fields_u64 (694db3f7-adc1-48c0-aa80-2e45c79f29b4): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:34.109845 [ 5 ] {c669d01d-c555-4c9b-b7b9-6eff376a1d41} executeQuery: Read 1 rows, 72.00 B in 0.001098 sec., 910.7468123861566 rows/sec., 64.04 KiB/sec. 2026.04.07 05:28:34.109882 [ 5 ] {c669d01d-c555-4c9b-b7b9-6eff376a1d41} TCPHandler: Processed in 0.001259704 sec. 2026.04.07 05:28:34.109992 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:34.110085 [ 5 ] {d5980483-7c3a-44ec-9294-33b72054ace2} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.07 05:28:34.110122 [ 5 ] {d5980483-7c3a-44ec-9294-33b72054ace2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.07 05:28:34.110512 [ 5 ] {d5980483-7c3a-44ec-9294-33b72054ace2} oximeter.fields_u8 (0286c37b-6235-46e9-9a40-c9bc493e69eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:34.110547 [ 5 ] {d5980483-7c3a-44ec-9294-33b72054ace2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:34.110825 [ 5 ] {d5980483-7c3a-44ec-9294-33b72054ace2} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.07 05:28:34.111023 [ 5 ] {d5980483-7c3a-44ec-9294-33b72054ace2} oximeter.fields_u8 (0286c37b-6235-46e9-9a40-c9bc493e69eb): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:34.111147 [ 5 ] {d5980483-7c3a-44ec-9294-33b72054ace2} executeQuery: Read 12 rows, 960.00 B in 0.00108 sec., 11111.111111111111 rows/sec., 868.06 KiB/sec. 2026.04.07 05:28:34.111183 [ 5 ] {d5980483-7c3a-44ec-9294-33b72054ace2} TCPHandler: Processed in 0.001237953 sec. 2026.04.07 05:28:34.111293 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:34.111385 [ 5 ] {4d09a975-222d-465d-9505-f28d7d6d7de3} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:28:34.111422 [ 5 ] {4d09a975-222d-465d-9505-f28d7d6d7de3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:28:34.112448 [ 5 ] {4d09a975-222d-465d-9505-f28d7d6d7de3} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:34.112484 [ 5 ] {4d09a975-222d-465d-9505-f28d7d6d7de3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:34.112838 [ 5 ] {4d09a975-222d-465d-9505-f28d7d6d7de3} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.04.07 05:28:34.113045 [ 5 ] {4d09a975-222d-465d-9505-f28d7d6d7de3} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:34.113176 [ 5 ] {4d09a975-222d-465d-9505-f28d7d6d7de3} executeQuery: Read 1368 rows, 94.74 KiB in 0.001808 sec., 756637.168141593 rows/sec., 51.17 MiB/sec. 2026.04.07 05:28:34.113212 [ 5 ] {4d09a975-222d-465d-9505-f28d7d6d7de3} TCPHandler: Processed in 0.001966157 sec. 2026.04.07 05:28:34.113317 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:34.113409 [ 5 ] {cbbc5e5c-b4b3-406e-a60b-991b512fde53} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:28:34.113452 [ 5 ] {cbbc5e5c-b4b3-406e-a60b-991b512fde53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:28:34.114295 [ 5 ] {cbbc5e5c-b4b3-406e-a60b-991b512fde53} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:34.114330 [ 5 ] {cbbc5e5c-b4b3-406e-a60b-991b512fde53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:34.114753 [ 5 ] {cbbc5e5c-b4b3-406e-a60b-991b512fde53} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.04.07 05:28:34.114973 [ 5 ] {cbbc5e5c-b4b3-406e-a60b-991b512fde53} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:34.115099 [ 5 ] {cbbc5e5c-b4b3-406e-a60b-991b512fde53} executeQuery: Read 1596 rows, 100.46 KiB in 0.001707 sec., 934973.6379613357 rows/sec., 57.47 MiB/sec. 2026.04.07 05:28:34.115134 [ 5 ] {cbbc5e5c-b4b3-406e-a60b-991b512fde53} TCPHandler: Processed in 0.001864776 sec. 2026.04.07 05:28:34.115243 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:34.115335 [ 5 ] {c24a36d9-b515-4a0e-9059-e8788e5d9563} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.07 05:28:34.115387 [ 5 ] {c24a36d9-b515-4a0e-9059-e8788e5d9563} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.07 05:28:34.116292 [ 5 ] {c24a36d9-b515-4a0e-9059-e8788e5d9563} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:34.116328 [ 5 ] {c24a36d9-b515-4a0e-9059-e8788e5d9563} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:34.116879 [ 5 ] {c24a36d9-b515-4a0e-9059-e8788e5d9563} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.04.07 05:28:34.117112 [ 5 ] {c24a36d9-b515-4a0e-9059-e8788e5d9563} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:34.117248 [ 5 ] {c24a36d9-b515-4a0e-9059-e8788e5d9563} executeQuery: Read 53 rows, 97.25 KiB in 0.001931 sec., 27446.918694976695 rows/sec., 49.18 MiB/sec. 2026.04.07 05:28:34.117313 [ 5 ] {c24a36d9-b515-4a0e-9059-e8788e5d9563} TCPHandler: Processed in 0.00211717 sec. 2026.04.07 05:28:34.117417 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:34.117509 [ 5 ] {34892264-b852-42f5-ad2b-21281f7c5ecd} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:28:34.117549 [ 5 ] {34892264-b852-42f5-ad2b-21281f7c5ecd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:28:34.117876 [ 5 ] {34892264-b852-42f5-ad2b-21281f7c5ecd} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:34.117911 [ 5 ] {34892264-b852-42f5-ad2b-21281f7c5ecd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:34.118204 [ 5 ] {34892264-b852-42f5-ad2b-21281f7c5ecd} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.04.07 05:28:34.118414 [ 5 ] {34892264-b852-42f5-ad2b-21281f7c5ecd} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:34.118545 [ 5 ] {34892264-b852-42f5-ad2b-21281f7c5ecd} executeQuery: Read 36 rows, 2.48 KiB in 0.001054 sec., 34155.59772296015 rows/sec., 2.30 MiB/sec. 2026.04.07 05:28:34.118580 [ 5 ] {34892264-b852-42f5-ad2b-21281f7c5ecd} TCPHandler: Processed in 0.001209183 sec. 2026.04.07 05:28:35.786754 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 26372 2026.04.07 05:28:35.787252 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:35.787305 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:35.787804 [ 244 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.04.07 05:28:35.788059 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:35.788208 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26372 2026.04.07 05:28:36.138903 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:36.139106 [ 5 ] {969687bb-1467-4d77-aa03-ccb4c2b7777a} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:28:36.139178 [ 5 ] {969687bb-1467-4d77-aa03-ccb4c2b7777a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:28:36.139856 [ 5 ] {969687bb-1467-4d77-aa03-ccb4c2b7777a} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:36.139904 [ 5 ] {969687bb-1467-4d77-aa03-ccb4c2b7777a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:36.140313 [ 5 ] {969687bb-1467-4d77-aa03-ccb4c2b7777a} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.04.07 05:28:36.140547 [ 5 ] {969687bb-1467-4d77-aa03-ccb4c2b7777a} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:36.140698 [ 5 ] {969687bb-1467-4d77-aa03-ccb4c2b7777a} executeQuery: Read 56 rows, 4.41 KiB in 0.001646 sec., 34021.87120291616 rows/sec., 2.61 MiB/sec. 2026.04.07 05:28:36.140740 [ 5 ] {969687bb-1467-4d77-aa03-ccb4c2b7777a} TCPHandler: Processed in 0.001974517 sec. 2026.04.07 05:28:36.140857 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:36.140954 [ 5 ] {8220e93f-22aa-4841-9689-8ae97596c946} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:28:36.140993 [ 5 ] {8220e93f-22aa-4841-9689-8ae97596c946} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:28:36.141407 [ 5 ] {8220e93f-22aa-4841-9689-8ae97596c946} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:36.141443 [ 5 ] {8220e93f-22aa-4841-9689-8ae97596c946} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:36.141742 [ 5 ] {8220e93f-22aa-4841-9689-8ae97596c946} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.04.07 05:28:36.141955 [ 5 ] {8220e93f-22aa-4841-9689-8ae97596c946} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:36.142089 [ 5 ] {8220e93f-22aa-4841-9689-8ae97596c946} executeQuery: Read 64 rows, 5.12 KiB in 0.001153 sec., 55507.37207285343 rows/sec., 4.33 MiB/sec. 2026.04.07 05:28:36.142126 [ 5 ] {8220e93f-22aa-4841-9689-8ae97596c946} TCPHandler: Processed in 0.001318894 sec. 2026.04.07 05:28:36.142239 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:36.142339 [ 5 ] {0f7a8a76-373c-4e2b-9371-fcad2d70bc78} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:28:36.142382 [ 5 ] {0f7a8a76-373c-4e2b-9371-fcad2d70bc78} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:28:36.142739 [ 5 ] {0f7a8a76-373c-4e2b-9371-fcad2d70bc78} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:36.142774 [ 5 ] {0f7a8a76-373c-4e2b-9371-fcad2d70bc78} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:36.143095 [ 5 ] {0f7a8a76-373c-4e2b-9371-fcad2d70bc78} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.04.07 05:28:36.143305 [ 5 ] {0f7a8a76-373c-4e2b-9371-fcad2d70bc78} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:36.143432 [ 5 ] {0f7a8a76-373c-4e2b-9371-fcad2d70bc78} executeQuery: Read 64 rows, 4.56 KiB in 0.001111 sec., 57605.760576057604 rows/sec., 4.01 MiB/sec. 2026.04.07 05:28:36.143428 [ 74 ] {} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900) (MergerMutator): Selected 5 parts from all_1_84_17 to all_88_88_0 2026.04.07 05:28:36.143469 [ 5 ] {0f7a8a76-373c-4e2b-9371-fcad2d70bc78} TCPHandler: Processed in 0.001279604 sec. 2026.04.07 05:28:36.143509 [ 74 ] {} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:36.143534 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:36.143600 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:36.143657 [ 187 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_88_18} MergeTask::PrepareStage: Merging 5 parts: from all_1_84_17 to all_88_88_0 into Compact with storage Full 2026.04.07 05:28:36.143698 [ 5 ] {70424af2-cec8-4ede-949f-85441b016a36} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:28:36.143748 [ 5 ] {70424af2-cec8-4ede-949f-85441b016a36} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:28:36.143822 [ 187 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_88_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:28:36.143868 [ 187 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_88_18} MergeTreeSequentialSource: Reading 5 marks from part all_1_84_17, total 29437 rows starting from the beginning of the part 2026.04.07 05:28:36.143955 [ 187 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_88_18} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 161 rows starting from the beginning of the part 2026.04.07 05:28:36.144011 [ 187 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_88_18} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 160 rows starting from the beginning of the part 2026.04.07 05:28:36.144062 [ 5 ] {70424af2-cec8-4ede-949f-85441b016a36} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:36.144068 [ 187 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_88_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 160 rows starting from the beginning of the part 2026.04.07 05:28:36.144105 [ 5 ] {70424af2-cec8-4ede-949f-85441b016a36} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:36.144132 [ 187 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_88_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 1596 rows starting from the beginning of the part 2026.04.07 05:28:36.144468 [ 5 ] {70424af2-cec8-4ede-949f-85441b016a36} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.04.07 05:28:36.144705 [ 5 ] {70424af2-cec8-4ede-949f-85441b016a36} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:36.144838 [ 5 ] {70424af2-cec8-4ede-949f-85441b016a36} executeQuery: Read 24 rows, 1.66 KiB in 0.001158 sec., 20725.38860103627 rows/sec., 1.40 MiB/sec. 2026.04.07 05:28:36.144874 [ 5 ] {70424af2-cec8-4ede-949f-85441b016a36} TCPHandler: Processed in 0.001325645 sec. 2026.04.07 05:28:36.151502 [ 188 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_88_18} MergeTask::MergeProjectionsStage: Merge sorted 31514 rows, containing 5 columns (5 merged, 0 gathered) in 0.007897589 sec., 3990331.7328870874 rows/sec., 260.03 MiB/sec. 2026.04.07 05:28:36.152052 [ 188 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_88_18} MergedBlockOutputStream: filled checksums all_1_88_18 (state Temporary) 2026.04.07 05:28:36.152375 [ 188 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_88_18} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_merge_all_1_88_18 to all_1_88_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:36.152465 [ 188 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_88_18} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900) (MergerMutator): Merged 5 parts: [all_1_84_17, all_88_88_0] -> all_1_88_18 2026.04.07 05:28:36.152578 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. 2026.04.07 05:28:37.001174 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 326.25 MiB, peak 336.26 MiB, free memory in arenas 0.00 B, will set to 327.95 MiB (RSS), difference: 1.69 MiB 2026.04.07 05:28:37.228989 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415 2026.04.07 05:28:37.245454 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:37.245509 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:37.251636 [ 243 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.04.07 05:28:37.252319 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:37.255188 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 415 2026.04.07 05:28:41.143654 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:41.143870 [ 5 ] {bebb8d18-280b-4adc-8d9b-fe7f5adb4c63} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:28:41.143947 [ 5 ] {bebb8d18-280b-4adc-8d9b-fe7f5adb4c63} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:28:41.144618 [ 5 ] {bebb8d18-280b-4adc-8d9b-fe7f5adb4c63} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:41.144662 [ 5 ] {bebb8d18-280b-4adc-8d9b-fe7f5adb4c63} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:41.145073 [ 5 ] {bebb8d18-280b-4adc-8d9b-fe7f5adb4c63} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.04.07 05:28:41.145302 [ 5 ] {bebb8d18-280b-4adc-8d9b-fe7f5adb4c63} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:41.145466 [ 5 ] {bebb8d18-280b-4adc-8d9b-fe7f5adb4c63} executeQuery: Read 56 rows, 4.41 KiB in 0.00165 sec., 33939.393939393936 rows/sec., 2.61 MiB/sec. 2026.04.07 05:28:41.145517 [ 5 ] {bebb8d18-280b-4adc-8d9b-fe7f5adb4c63} TCPHandler: Processed in 0.001999798 sec. 2026.04.07 05:28:41.145635 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:41.145737 [ 5 ] {23b89235-18cb-4612-86c3-6f2c3b01ce15} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:28:41.145779 [ 5 ] {23b89235-18cb-4612-86c3-6f2c3b01ce15} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:28:41.146212 [ 5 ] {23b89235-18cb-4612-86c3-6f2c3b01ce15} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:41.146249 [ 5 ] {23b89235-18cb-4612-86c3-6f2c3b01ce15} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:41.146561 [ 5 ] {23b89235-18cb-4612-86c3-6f2c3b01ce15} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.04.07 05:28:41.146771 [ 5 ] {23b89235-18cb-4612-86c3-6f2c3b01ce15} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:41.146900 [ 5 ] {23b89235-18cb-4612-86c3-6f2c3b01ce15} executeQuery: Read 64 rows, 5.12 KiB in 0.001186 sec., 53962.900505902195 rows/sec., 4.21 MiB/sec. 2026.04.07 05:28:41.146939 [ 5 ] {23b89235-18cb-4612-86c3-6f2c3b01ce15} TCPHandler: Processed in 0.001355036 sec. 2026.04.07 05:28:41.147053 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:41.147150 [ 5 ] {7028a46c-fff2-4e3f-9746-c086de58ffe3} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:28:41.147192 [ 5 ] {7028a46c-fff2-4e3f-9746-c086de58ffe3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:28:41.147596 [ 5 ] {7028a46c-fff2-4e3f-9746-c086de58ffe3} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:41.147632 [ 5 ] {7028a46c-fff2-4e3f-9746-c086de58ffe3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:41.147959 [ 5 ] {7028a46c-fff2-4e3f-9746-c086de58ffe3} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.04.07 05:28:41.148166 [ 5 ] {7028a46c-fff2-4e3f-9746-c086de58ffe3} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:41.148298 [ 5 ] {7028a46c-fff2-4e3f-9746-c086de58ffe3} executeQuery: Read 160 rows, 11.41 KiB in 0.001168 sec., 136986.301369863 rows/sec., 9.54 MiB/sec. 2026.04.07 05:28:41.148335 [ 5 ] {7028a46c-fff2-4e3f-9746-c086de58ffe3} TCPHandler: Processed in 0.001331815 sec. 2026.04.07 05:28:41.148443 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:41.148538 [ 5 ] {4c2b2f54-41bf-4951-9459-b70ffccecc31} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:28:41.148579 [ 5 ] {4c2b2f54-41bf-4951-9459-b70ffccecc31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:28:41.148902 [ 5 ] {4c2b2f54-41bf-4951-9459-b70ffccecc31} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:41.148938 [ 5 ] {4c2b2f54-41bf-4951-9459-b70ffccecc31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:41.149256 [ 5 ] {4c2b2f54-41bf-4951-9459-b70ffccecc31} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.04.07 05:28:41.149458 [ 5 ] {4c2b2f54-41bf-4951-9459-b70ffccecc31} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:41.149580 [ 5 ] {4c2b2f54-41bf-4951-9459-b70ffccecc31} executeQuery: Read 60 rows, 4.14 KiB in 0.001077 sec., 55710.30640668523 rows/sec., 3.75 MiB/sec. 2026.04.07 05:28:41.149612 [ 5 ] {4c2b2f54-41bf-4951-9459-b70ffccecc31} TCPHandler: Processed in 0.001237364 sec. 2026.04.07 05:28:43.077721 [ 62 ] {} DNSResolver: Updating DNS cache 2026.04.07 05:28:43.077819 [ 62 ] {} DNSResolver: Updated DNS cache 2026.04.07 05:28:43.288670 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 26884 2026.04.07 05:28:43.289481 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:43.289547 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:43.290050 [ 244 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.04.07 05:28:43.290279 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:43.290404 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26884 2026.04.07 05:28:43.290434 [ 62 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.04.07 05:28:43.290497 [ 62 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:43.290520 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:43.290636 [ 191 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.04.07 05:28:43.290780 [ 191 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:28:43.290819 [ 191 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_56_11} MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 24452 rows starting from the beginning of the part 2026.04.07 05:28:43.290881 [ 191 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 512 rows starting from the beginning of the part 2026.04.07 05:28:43.290925 [ 191 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 448 rows starting from the beginning of the part 2026.04.07 05:28:43.290978 [ 191 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 512 rows starting from the beginning of the part 2026.04.07 05:28:43.291018 [ 191 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 448 rows starting from the beginning of the part 2026.04.07 05:28:43.291058 [ 191 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 512 rows starting from the beginning of the part 2026.04.07 05:28:43.293502 [ 194 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 26884 rows, containing 4 columns (4 merged, 0 gathered) in 0.002917725 sec., 9214028.052678028 rows/sec., 131.81 MiB/sec. 2026.04.07 05:28:43.293826 [ 189 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.04.07 05:28:43.294244 [ 189 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_56_11} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:43.294356 [ 189 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_56_11} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.04.07 05:28:43.294493 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.75 MiB. 2026.04.07 05:28:43.358202 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1246 2026.04.07 05:28:43.360700 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:43.360760 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:43.362033 [ 242 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.04.07 05:28:43.362316 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:43.362752 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1246 2026.04.07 05:28:44.755593 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 422 2026.04.07 05:28:44.773082 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:44.773146 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:44.779529 [ 243 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.04.07 05:28:44.780225 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:44.780523 [ 62 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.04.07 05:28:44.780591 [ 62 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:44.780611 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:44.780720 [ 191 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.04.07 05:28:44.783456 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 422 2026.04.07 05:28:44.784676 [ 191 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:28:44.785465 [ 191 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 384 rows starting from the beginning of the part 2026.04.07 05:28:44.788824 [ 191 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 8 rows starting from the beginning of the part 2026.04.07 05:28:44.792298 [ 191 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 8 rows starting from the beginning of the part 2026.04.07 05:28:44.796087 [ 191 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 7 rows starting from the beginning of the part 2026.04.07 05:28:44.800240 [ 191 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 8 rows starting from the beginning of the part 2026.04.07 05:28:44.804029 [ 191 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 7 rows starting from the beginning of the part 2026.04.07 05:28:44.856865 [ 191 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 679 columns (679 merged, 0 gathered) in 0.076180527 sec., 5539.473361742431 rows/sec., 28.64 MiB/sec. 2026.04.07 05:28:44.859186 [ 191 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.04.07 05:28:44.860923 [ 191 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_56_11} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:44.861024 [ 191 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_56_11} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.04.07 05:28:44.862616 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2026.04.07 05:28:46.145784 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:46.145974 [ 5 ] {96469521-dd72-4e31-bbf7-3a62a09f2666} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:28:46.146038 [ 5 ] {96469521-dd72-4e31-bbf7-3a62a09f2666} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:28:46.146748 [ 5 ] {96469521-dd72-4e31-bbf7-3a62a09f2666} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:46.146793 [ 5 ] {96469521-dd72-4e31-bbf7-3a62a09f2666} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:46.147223 [ 5 ] {96469521-dd72-4e31-bbf7-3a62a09f2666} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.04.07 05:28:46.147449 [ 5 ] {96469521-dd72-4e31-bbf7-3a62a09f2666} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:46.147604 [ 51 ] {} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.04.07 05:28:46.147612 [ 5 ] {96469521-dd72-4e31-bbf7-3a62a09f2666} executeQuery: Read 140 rows, 12.49 KiB in 0.001686 sec., 83036.7734282325 rows/sec., 7.23 MiB/sec. 2026.04.07 05:28:46.147690 [ 51 ] {} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:46.147713 [ 5 ] {96469521-dd72-4e31-bbf7-3a62a09f2666} TCPHandler: Processed in 0.002070289 sec. 2026.04.07 05:28:46.147720 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:46.147846 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:46.147864 [ 200 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2026.04.07 05:28:46.147953 [ 5 ] {c45ec3aa-3346-4e73-8880-eebdb599a9c6} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.07 05:28:46.148000 [ 5 ] {c45ec3aa-3346-4e73-8880-eebdb599a9c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.07 05:28:46.148009 [ 200 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:28:46.148051 [ 200 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 2620 rows starting from the beginning of the part 2026.04.07 05:28:46.148120 [ 200 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 56 rows starting from the beginning of the part 2026.04.07 05:28:46.148177 [ 200 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 2609 rows starting from the beginning of the part 2026.04.07 05:28:46.148224 [ 200 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 56 rows starting from the beginning of the part 2026.04.07 05:28:46.148267 [ 200 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 56 rows starting from the beginning of the part 2026.04.07 05:28:46.148310 [ 200 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 140 rows starting from the beginning of the part 2026.04.07 05:28:46.148429 [ 5 ] {c45ec3aa-3346-4e73-8880-eebdb599a9c6} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:46.148470 [ 5 ] {c45ec3aa-3346-4e73-8880-eebdb599a9c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:46.148959 [ 5 ] {c45ec3aa-3346-4e73-8880-eebdb599a9c6} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.04.07 05:28:46.149191 [ 5 ] {c45ec3aa-3346-4e73-8880-eebdb599a9c6} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:46.149334 [ 5 ] {c45ec3aa-3346-4e73-8880-eebdb599a9c6} executeQuery: Read 42 rows, 3.16 KiB in 0.001405 sec., 29893.2384341637 rows/sec., 2.20 MiB/sec. 2026.04.07 05:28:46.149373 [ 5 ] {c45ec3aa-3346-4e73-8880-eebdb599a9c6} TCPHandler: Processed in 0.0015798 sec. 2026.04.07 05:28:46.149487 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:46.149582 [ 5 ] {c230cb97-a578-4814-a740-6e8a031b9b97} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:28:46.149627 [ 5 ] {c230cb97-a578-4814-a740-6e8a031b9b97} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:28:46.150048 [ 5 ] {c230cb97-a578-4814-a740-6e8a031b9b97} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:46.150084 [ 5 ] {c230cb97-a578-4814-a740-6e8a031b9b97} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:46.150248 [ 192 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 5537 rows, containing 5 columns (5 merged, 0 gathered) in 0.002441306 sec., 2268048.331507808 rows/sec., 180.26 MiB/sec. 2026.04.07 05:28:46.150398 [ 5 ] {c230cb97-a578-4814-a740-6e8a031b9b97} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.04.07 05:28:46.150537 [ 200 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.04.07 05:28:46.150665 [ 5 ] {c230cb97-a578-4814-a740-6e8a031b9b97} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:46.150812 [ 51 ] {} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.04.07 05:28:46.150816 [ 200 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_91_18} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:46.150852 [ 51 ] {} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:46.150817 [ 5 ] {c230cb97-a578-4814-a740-6e8a031b9b97} executeQuery: Read 106 rows, 8.48 KiB in 0.001255 sec., 84462.15139442231 rows/sec., 6.60 MiB/sec. 2026.04.07 05:28:46.150883 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:46.150920 [ 5 ] {c230cb97-a578-4814-a740-6e8a031b9b97} TCPHandler: Processed in 0.001483608 sec. 2026.04.07 05:28:46.150923 [ 200 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_91_18} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.04.07 05:28:46.151009 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB. 2026.04.07 05:28:46.151043 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:46.151056 [ 192 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2026.04.07 05:28:46.151146 [ 5 ] {834053e9-9c92-4dad-a17a-85143a5b8cc3} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:28:46.151181 [ 192 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:28:46.151193 [ 5 ] {834053e9-9c92-4dad-a17a-85143a5b8cc3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:28:46.151220 [ 192 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1404 rows starting from the beginning of the part 2026.04.07 05:28:46.151291 [ 192 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 64 rows starting from the beginning of the part 2026.04.07 05:28:46.151340 [ 192 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 1368 rows starting from the beginning of the part 2026.04.07 05:28:46.151384 [ 192 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 64 rows starting from the beginning of the part 2026.04.07 05:28:46.151427 [ 192 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 64 rows starting from the beginning of the part 2026.04.07 05:28:46.151468 [ 192 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 106 rows starting from the beginning of the part 2026.04.07 05:28:46.151611 [ 5 ] {834053e9-9c92-4dad-a17a-85143a5b8cc3} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:46.151654 [ 5 ] {834053e9-9c92-4dad-a17a-85143a5b8cc3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:46.151998 [ 5 ] {834053e9-9c92-4dad-a17a-85143a5b8cc3} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.04.07 05:28:46.152230 [ 5 ] {834053e9-9c92-4dad-a17a-85143a5b8cc3} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:46.152368 [ 5 ] {834053e9-9c92-4dad-a17a-85143a5b8cc3} executeQuery: Read 160 rows, 11.41 KiB in 0.00124 sec., 129032.25806451614 rows/sec., 8.99 MiB/sec. 2026.04.07 05:28:46.152406 [ 5 ] {834053e9-9c92-4dad-a17a-85143a5b8cc3} TCPHandler: Processed in 0.001413077 sec. 2026.04.07 05:28:46.152527 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:46.152554 [ 200 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 3070 rows, containing 5 columns (5 merged, 0 gathered) in 0.00159186 sec., 1928561.5569208346 rows/sec., 140.00 MiB/sec. 2026.04.07 05:28:46.152621 [ 5 ] {d90e7330-b85f-46ff-9e0a-d333e6e5c584} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.07 05:28:46.152680 [ 5 ] {d90e7330-b85f-46ff-9e0a-d333e6e5c584} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.07 05:28:46.152752 [ 192 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.04.07 05:28:46.152979 [ 192 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_91_18} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:46.153046 [ 192 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_91_18} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.04.07 05:28:46.153107 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. 2026.04.07 05:28:46.153570 [ 5 ] {d90e7330-b85f-46ff-9e0a-d333e6e5c584} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:46.153612 [ 5 ] {d90e7330-b85f-46ff-9e0a-d333e6e5c584} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:46.154196 [ 5 ] {d90e7330-b85f-46ff-9e0a-d333e6e5c584} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.04.07 05:28:46.154430 [ 5 ] {d90e7330-b85f-46ff-9e0a-d333e6e5c584} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:46.154551 [ 51 ] {} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.04.07 05:28:46.154570 [ 5 ] {d90e7330-b85f-46ff-9e0a-d333e6e5c584} executeQuery: Read 42 rows, 77.07 KiB in 0.001968 sec., 21341.463414634145 rows/sec., 38.24 MiB/sec. 2026.04.07 05:28:46.154586 [ 51 ] {} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:46.154619 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:46.154647 [ 5 ] {d90e7330-b85f-46ff-9e0a-d333e6e5c584} TCPHandler: Processed in 0.002170011 sec. 2026.04.07 05:28:46.154705 [ 200 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.04.07 05:28:46.154769 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:46.154872 [ 5 ] {2ecc371d-e437-4447-a929-8afd3a53be36} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:28:46.154894 [ 200 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:28:46.154913 [ 5 ] {2ecc371d-e437-4447-a929-8afd3a53be36} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:28:46.154943 [ 200 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1534 rows starting from the beginning of the part 2026.04.07 05:28:46.155049 [ 200 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 53 rows starting from the beginning of the part 2026.04.07 05:28:46.155140 [ 200 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 42 rows starting from the beginning of the part 2026.04.07 05:28:46.155241 [ 200 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 42 rows starting from the beginning of the part 2026.04.07 05:28:46.155256 [ 5 ] {2ecc371d-e437-4447-a929-8afd3a53be36} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:46.155297 [ 5 ] {2ecc371d-e437-4447-a929-8afd3a53be36} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:46.155335 [ 200 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 53 rows starting from the beginning of the part 2026.04.07 05:28:46.155430 [ 200 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 42 rows starting from the beginning of the part 2026.04.07 05:28:46.155629 [ 5 ] {2ecc371d-e437-4447-a929-8afd3a53be36} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.04.07 05:28:46.155891 [ 5 ] {2ecc371d-e437-4447-a929-8afd3a53be36} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:46.156028 [ 5 ] {2ecc371d-e437-4447-a929-8afd3a53be36} executeQuery: Read 60 rows, 4.14 KiB in 0.001175 sec., 51063.82978723404 rows/sec., 3.44 MiB/sec. 2026.04.07 05:28:46.156043 [ 50 ] {} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.04.07 05:28:46.156066 [ 5 ] {2ecc371d-e437-4447-a929-8afd3a53be36} TCPHandler: Processed in 0.001347376 sec. 2026.04.07 05:28:46.156112 [ 50 ] {} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:46.156138 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:46.156237 [ 193 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2026.04.07 05:28:46.156353 [ 193 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:28:46.156387 [ 193 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 4566 rows starting from the beginning of the part 2026.04.07 05:28:46.156450 [ 193 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 60 rows starting from the beginning of the part 2026.04.07 05:28:46.156497 [ 193 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 36 rows starting from the beginning of the part 2026.04.07 05:28:46.156552 [ 193 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 24 rows starting from the beginning of the part 2026.04.07 05:28:46.156596 [ 193 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 60 rows starting from the beginning of the part 2026.04.07 05:28:46.156639 [ 193 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 60 rows starting from the beginning of the part 2026.04.07 05:28:46.159142 [ 190 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 4806 rows, containing 4 columns (4 merged, 0 gathered) in 0.002953716 sec., 1627102.9442234798 rows/sec., 109.72 MiB/sec. 2026.04.07 05:28:46.159711 [ 199 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.04.07 05:28:46.160032 [ 199 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_91_18} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:46.160123 [ 199 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_91_18} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.04.07 05:28:46.160220 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.11 MiB. 2026.04.07 05:28:46.166065 [ 199 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 1766 rows, containing 19 columns (19 merged, 0 gathered) in 0.011391985 sec., 155021.27153432873 rows/sec., 277.79 MiB/sec. 2026.04.07 05:28:46.167856 [ 190 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.04.07 05:28:46.168248 [ 190 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_41_8} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:46.168331 [ 190 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_41_8} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.04.07 05:28:46.168470 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.88 MiB. 2026.04.07 05:28:47.000249 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 329.81 MiB, peak 342.65 MiB, free memory in arenas 0.00 B, will set to 337.18 MiB (RSS), difference: 7.37 MiB 2026.04.07 05:28:50.790624 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 27332 2026.04.07 05:28:50.791177 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:50.791226 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:50.791726 [ 244 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.04.07 05:28:50.791972 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:50.792119 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27332 2026.04.07 05:28:51.144257 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:51.144442 [ 5 ] {fe5c6c8b-3923-4c3c-a222-6fa69d1063b5} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:28:51.144507 [ 5 ] {fe5c6c8b-3923-4c3c-a222-6fa69d1063b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:28:51.145152 [ 5 ] {fe5c6c8b-3923-4c3c-a222-6fa69d1063b5} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:51.145196 [ 5 ] {fe5c6c8b-3923-4c3c-a222-6fa69d1063b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:51.145592 [ 5 ] {fe5c6c8b-3923-4c3c-a222-6fa69d1063b5} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.04.07 05:28:51.145838 [ 5 ] {fe5c6c8b-3923-4c3c-a222-6fa69d1063b5} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:51.145992 [ 5 ] {fe5c6c8b-3923-4c3c-a222-6fa69d1063b5} executeQuery: Read 56 rows, 4.41 KiB in 0.0016 sec., 35000 rows/sec., 2.69 MiB/sec. 2026.04.07 05:28:51.146035 [ 5 ] {fe5c6c8b-3923-4c3c-a222-6fa69d1063b5} TCPHandler: Processed in 0.001907045 sec. 2026.04.07 05:28:51.146153 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:51.146249 [ 5 ] {f7248351-32a3-4d96-b117-e2890b416760} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:28:51.146289 [ 5 ] {f7248351-32a3-4d96-b117-e2890b416760} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:28:51.146706 [ 5 ] {f7248351-32a3-4d96-b117-e2890b416760} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:51.146742 [ 5 ] {f7248351-32a3-4d96-b117-e2890b416760} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:51.147057 [ 5 ] {f7248351-32a3-4d96-b117-e2890b416760} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.04.07 05:28:51.147276 [ 5 ] {f7248351-32a3-4d96-b117-e2890b416760} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:51.147405 [ 5 ] {f7248351-32a3-4d96-b117-e2890b416760} executeQuery: Read 64 rows, 5.12 KiB in 0.001175 sec., 54468.085106382976 rows/sec., 4.25 MiB/sec. 2026.04.07 05:28:51.147444 [ 5 ] {f7248351-32a3-4d96-b117-e2890b416760} TCPHandler: Processed in 0.001342195 sec. 2026.04.07 05:28:51.147561 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:51.147658 [ 5 ] {a0baacc4-d269-417a-8c5d-4d9d5295fab4} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:28:51.147702 [ 5 ] {a0baacc4-d269-417a-8c5d-4d9d5295fab4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:28:51.148105 [ 5 ] {a0baacc4-d269-417a-8c5d-4d9d5295fab4} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:51.148140 [ 5 ] {a0baacc4-d269-417a-8c5d-4d9d5295fab4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:51.148480 [ 5 ] {a0baacc4-d269-417a-8c5d-4d9d5295fab4} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.04.07 05:28:51.148714 [ 5 ] {a0baacc4-d269-417a-8c5d-4d9d5295fab4} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:51.148843 [ 5 ] {a0baacc4-d269-417a-8c5d-4d9d5295fab4} executeQuery: Read 160 rows, 11.41 KiB in 0.001204 sec., 132890.36544850498 rows/sec., 9.26 MiB/sec. 2026.04.07 05:28:51.148892 [ 5 ] {a0baacc4-d269-417a-8c5d-4d9d5295fab4} TCPHandler: Processed in 0.001379726 sec. 2026.04.07 05:28:51.149026 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:51.149122 [ 5 ] {4c6bce30-d873-4652-8176-7c260d3d470d} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:28:51.149164 [ 5 ] {4c6bce30-d873-4652-8176-7c260d3d470d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:28:51.149519 [ 5 ] {4c6bce30-d873-4652-8176-7c260d3d470d} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:51.149553 [ 5 ] {4c6bce30-d873-4652-8176-7c260d3d470d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:51.149861 [ 5 ] {4c6bce30-d873-4652-8176-7c260d3d470d} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.04.07 05:28:51.150078 [ 5 ] {4c6bce30-d873-4652-8176-7c260d3d470d} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:51.150206 [ 5 ] {4c6bce30-d873-4652-8176-7c260d3d470d} executeQuery: Read 60 rows, 4.14 KiB in 0.001102 sec., 54446.4609800363 rows/sec., 3.67 MiB/sec. 2026.04.07 05:28:51.150243 [ 5 ] {4c6bce30-d873-4652-8176-7c260d3d470d} TCPHandler: Processed in 0.001267434 sec. 2026.04.07 05:28:52.283597 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 430 2026.04.07 05:28:52.299388 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:52.299450 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:52.305124 [ 243 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.04.07 05:28:52.305815 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:52.308741 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 430 2026.04.07 05:28:53.363041 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1266 2026.04.07 05:28:53.365308 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:53.365364 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:53.366595 [ 242 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.04.07 05:28:53.366871 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:53.367240 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1266 2026.04.07 05:28:56.146392 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:56.146587 [ 5 ] {19d5892e-2bf3-4cbf-9048-159d314a326d} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:28:56.146657 [ 5 ] {19d5892e-2bf3-4cbf-9048-159d314a326d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:28:56.147356 [ 5 ] {19d5892e-2bf3-4cbf-9048-159d314a326d} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:56.147403 [ 5 ] {19d5892e-2bf3-4cbf-9048-159d314a326d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:56.147819 [ 5 ] {19d5892e-2bf3-4cbf-9048-159d314a326d} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.04.07 05:28:56.148054 [ 5 ] {19d5892e-2bf3-4cbf-9048-159d314a326d} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:56.148219 [ 5 ] {19d5892e-2bf3-4cbf-9048-159d314a326d} executeQuery: Read 140 rows, 12.49 KiB in 0.001681 sec., 83283.75966686496 rows/sec., 7.25 MiB/sec. 2026.04.07 05:28:56.148272 [ 5 ] {19d5892e-2bf3-4cbf-9048-159d314a326d} TCPHandler: Processed in 0.002007928 sec. 2026.04.07 05:28:56.148388 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:56.148492 [ 5 ] {87732d3f-8723-4eed-b595-60d438a280f5} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.07 05:28:56.148535 [ 5 ] {87732d3f-8723-4eed-b595-60d438a280f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.07 05:28:56.148974 [ 5 ] {87732d3f-8723-4eed-b595-60d438a280f5} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:56.149012 [ 5 ] {87732d3f-8723-4eed-b595-60d438a280f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:56.149327 [ 5 ] {87732d3f-8723-4eed-b595-60d438a280f5} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.04.07 05:28:56.149556 [ 5 ] {87732d3f-8723-4eed-b595-60d438a280f5} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:56.149687 [ 5 ] {87732d3f-8723-4eed-b595-60d438a280f5} executeQuery: Read 42 rows, 3.16 KiB in 0.001218 sec., 34482.75862068966 rows/sec., 2.53 MiB/sec. 2026.04.07 05:28:56.149727 [ 5 ] {87732d3f-8723-4eed-b595-60d438a280f5} TCPHandler: Processed in 0.001393087 sec. 2026.04.07 05:28:56.149844 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:56.149942 [ 5 ] {26c64814-6237-464c-a4a6-69ee775ae80a} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:28:56.149982 [ 5 ] {26c64814-6237-464c-a4a6-69ee775ae80a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:28:56.150409 [ 5 ] {26c64814-6237-464c-a4a6-69ee775ae80a} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:56.150445 [ 5 ] {26c64814-6237-464c-a4a6-69ee775ae80a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:56.150755 [ 5 ] {26c64814-6237-464c-a4a6-69ee775ae80a} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.04.07 05:28:56.150972 [ 5 ] {26c64814-6237-464c-a4a6-69ee775ae80a} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:56.151104 [ 5 ] {26c64814-6237-464c-a4a6-69ee775ae80a} executeQuery: Read 106 rows, 8.48 KiB in 0.001182 sec., 89678.51099830795 rows/sec., 7.00 MiB/sec. 2026.04.07 05:28:56.151142 [ 5 ] {26c64814-6237-464c-a4a6-69ee775ae80a} TCPHandler: Processed in 0.001348665 sec. 2026.04.07 05:28:56.151258 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:56.151356 [ 5 ] {280f540b-dc7d-4942-b283-40bfcf1001db} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:28:56.151398 [ 5 ] {280f540b-dc7d-4942-b283-40bfcf1001db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:28:56.151805 [ 5 ] {280f540b-dc7d-4942-b283-40bfcf1001db} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:56.151840 [ 5 ] {280f540b-dc7d-4942-b283-40bfcf1001db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:56.152175 [ 5 ] {280f540b-dc7d-4942-b283-40bfcf1001db} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.04.07 05:28:56.152387 [ 5 ] {280f540b-dc7d-4942-b283-40bfcf1001db} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:56.152520 [ 5 ] {280f540b-dc7d-4942-b283-40bfcf1001db} executeQuery: Read 160 rows, 11.41 KiB in 0.001184 sec., 135135.13513513515 rows/sec., 9.41 MiB/sec. 2026.04.07 05:28:56.152516 [ 38 ] {} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900) (MergerMutator): Selected 2 parts from all_1_88_18 to all_89_89_0 2026.04.07 05:28:56.152559 [ 5 ] {280f540b-dc7d-4942-b283-40bfcf1001db} TCPHandler: Processed in 0.001351225 sec. 2026.04.07 05:28:56.152598 [ 38 ] {} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:56.152625 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:56.152689 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:56.152734 [ 196 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_89_19} MergeTask::PrepareStage: Merging 2 parts: from all_1_88_18 to all_89_89_0 into Compact with storage Full 2026.04.07 05:28:56.152790 [ 5 ] {941d7037-962d-4d3d-8c9c-d6713097c615} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.07 05:28:56.152849 [ 5 ] {941d7037-962d-4d3d-8c9c-d6713097c615} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.07 05:28:56.152882 [ 196 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_89_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:28:56.152927 [ 196 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_89_19} MergeTreeSequentialSource: Reading 5 marks from part all_1_88_18, total 31514 rows starting from the beginning of the part 2026.04.07 05:28:56.152995 [ 196 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_89_19} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 64 rows starting from the beginning of the part 2026.04.07 05:28:56.153711 [ 5 ] {941d7037-962d-4d3d-8c9c-d6713097c615} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:56.153752 [ 5 ] {941d7037-962d-4d3d-8c9c-d6713097c615} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:28:56.154361 [ 5 ] {941d7037-962d-4d3d-8c9c-d6713097c615} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.04.07 05:28:56.154617 [ 5 ] {941d7037-962d-4d3d-8c9c-d6713097c615} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:56.154768 [ 5 ] {941d7037-962d-4d3d-8c9c-d6713097c615} executeQuery: Read 42 rows, 77.07 KiB in 0.001997 sec., 21031.54732098147 rows/sec., 37.69 MiB/sec. 2026.04.07 05:28:56.154835 [ 5 ] {941d7037-962d-4d3d-8c9c-d6713097c615} TCPHandler: Processed in 0.002195801 sec. 2026.04.07 05:28:56.154954 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:56.155051 [ 5 ] {ccbad9f6-c563-4664-b2a6-4f9aeb3e05a6} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:28:56.155093 [ 5 ] {ccbad9f6-c563-4664-b2a6-4f9aeb3e05a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:28:56.155442 [ 5 ] {ccbad9f6-c563-4664-b2a6-4f9aeb3e05a6} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:56.155477 [ 5 ] {ccbad9f6-c563-4664-b2a6-4f9aeb3e05a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:28:56.155832 [ 5 ] {ccbad9f6-c563-4664-b2a6-4f9aeb3e05a6} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.04.07 05:28:56.156054 [ 5 ] {ccbad9f6-c563-4664-b2a6-4f9aeb3e05a6} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:56.156189 [ 5 ] {ccbad9f6-c563-4664-b2a6-4f9aeb3e05a6} executeQuery: Read 60 rows, 4.14 KiB in 0.001157 sec., 51858.254105445114 rows/sec., 3.49 MiB/sec. 2026.04.07 05:28:56.156226 [ 5 ] {ccbad9f6-c563-4664-b2a6-4f9aeb3e05a6} TCPHandler: Processed in 0.001321765 sec. 2026.04.07 05:28:56.159149 [ 199 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_89_19} MergeTask::MergeProjectionsStage: Merge sorted 31578 rows, containing 5 columns (5 merged, 0 gathered) in 0.006458431 sec., 4889422.833502441 rows/sec., 318.67 MiB/sec. 2026.04.07 05:28:56.159832 [ 202 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_89_19} MergedBlockOutputStream: filled checksums all_1_89_19 (state Temporary) 2026.04.07 05:28:56.160197 [ 202 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_89_19} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_merge_all_1_89_19 to all_1_89_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:56.160284 [ 202 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_89_19} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900) (MergerMutator): Merged 2 parts: [all_1_88_18, all_89_89_0] -> all_1_89_19 2026.04.07 05:28:56.160372 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. 2026.04.07 05:28:57.706011 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53835 2026.04.07 05:28:57.706126 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:28:57.706158 [ 290 ] {} TCP-Session: 123d402f-8e9e-425c-8953-cbf4e5c46b8e Authenticating user 'default' from [fd00:1122:3344:101::e]:53835 2026.04.07 05:28:57.706184 [ 290 ] {} TCP-Session: 123d402f-8e9e-425c-8953-cbf4e5c46b8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:57.706200 [ 290 ] {} TCP-Session: 123d402f-8e9e-425c-8953-cbf4e5c46b8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:57.706409 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54720 2026.04.07 05:28:57.706450 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55984 2026.04.07 05:28:57.706481 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51372 2026.04.07 05:28:57.706499 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34657 2026.04.07 05:28:57.706546 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:28:57.706573 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:28:57.706575 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:28:57.706609 [ 291 ] {} TCP-Session: e079ab15-dff7-46c5-8634-28dc30ccb486 Authenticating user 'default' from [fd00:1122:3344:101::e]:54720 2026.04.07 05:28:57.706626 [ 286 ] {} TCP-Session: 6244810d-7de4-4331-b3bc-e4f8596ab5d4 Authenticating user 'default' from [fd00:1122:3344:101::e]:51372 2026.04.07 05:28:57.706636 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:28:57.706649 [ 291 ] {} TCP-Session: e079ab15-dff7-46c5-8634-28dc30ccb486 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:57.706655 [ 286 ] {} TCP-Session: 6244810d-7de4-4331-b3bc-e4f8596ab5d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:57.706676 [ 289 ] {} TCP-Session: 92ee5ad7-8f44-4b09-9a3b-08721cd2a685 Authenticating user 'default' from [fd00:1122:3344:101::e]:34657 2026.04.07 05:28:57.706698 [ 286 ] {} TCP-Session: 6244810d-7de4-4331-b3bc-e4f8596ab5d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:57.706681 [ 291 ] {} TCP-Session: e079ab15-dff7-46c5-8634-28dc30ccb486 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:57.706727 [ 289 ] {} TCP-Session: 92ee5ad7-8f44-4b09-9a3b-08721cd2a685 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:57.706614 [ 292 ] {} TCP-Session: 1fce2792-c975-4335-adf7-363d8563bbb7 Authenticating user 'default' from [fd00:1122:3344:101::e]:55984 2026.04.07 05:28:57.706765 [ 289 ] {} TCP-Session: 92ee5ad7-8f44-4b09-9a3b-08721cd2a685 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:57.706526 [ 290 ] {} TCP-Session: 123d402f-8e9e-425c-8953-cbf4e5c46b8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:57.706491 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45393 2026.04.07 05:28:57.706469 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64655 2026.04.07 05:28:57.706458 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64033 2026.04.07 05:28:57.706906 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:28:57.706454 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53565 2026.04.07 05:28:57.706943 [ 288 ] {} TCP-Session: e9e44ce3-e37d-40fa-8307-a014191d7b4b Authenticating user 'default' from [fd00:1122:3344:101::e]:45393 2026.04.07 05:28:57.706795 [ 292 ] {} TCP-Session: 1fce2792-c975-4335-adf7-363d8563bbb7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:57.706980 [ 290 ] {f12713fb-6581-4d26-b750-27cf54ec7b46} executeQuery: (from [fd00:1122:3344:101::e]:53835) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.07 05:28:57.706984 [ 288 ] {} TCP-Session: e9e44ce3-e37d-40fa-8307-a014191d7b4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:57.706991 [ 292 ] {} TCP-Session: 1fce2792-c975-4335-adf7-363d8563bbb7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:57.707020 [ 288 ] {} TCP-Session: e9e44ce3-e37d-40fa-8307-a014191d7b4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:57.707084 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:28:57.707115 [ 3 ] {} TCP-Session: 4fbe1d91-3bb8-4e95-b5a4-0791cc148334 Authenticating user 'default' from [fd00:1122:3344:101::e]:64655 2026.04.07 05:28:57.707134 [ 3 ] {} TCP-Session: 4fbe1d91-3bb8-4e95-b5a4-0791cc148334 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:57.707146 [ 3 ] {} TCP-Session: 4fbe1d91-3bb8-4e95-b5a4-0791cc148334 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:57.707268 [ 290 ] {f12713fb-6581-4d26-b750-27cf54ec7b46} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.07 05:28:57.707333 [ 290 ] {f12713fb-6581-4d26-b750-27cf54ec7b46} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.07 05:28:57.707476 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:28:57.707510 [ 293 ] {} TCP-Session: 60db595a-9aa9-418c-85cc-68a53902b423 Authenticating user 'default' from [fd00:1122:3344:101::e]:53565 2026.04.07 05:28:57.707528 [ 293 ] {} TCP-Session: 60db595a-9aa9-418c-85cc-68a53902b423 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:57.707546 [ 293 ] {} TCP-Session: 60db595a-9aa9-418c-85cc-68a53902b423 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:57.707586 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:28:57.707618 [ 294 ] {} TCP-Session: 829faffc-ab90-4ef5-889f-3c0b20f1f487 Authenticating user 'default' from [fd00:1122:3344:101::e]:64033 2026.04.07 05:28:57.707625 [ 290 ] {f12713fb-6581-4d26-b750-27cf54ec7b46} oximeter.version (b59983b3-b885-480b-8202-da32017c82ac) (SelectExecutor): Key condition: unknown 2026.04.07 05:28:57.707636 [ 294 ] {} TCP-Session: 829faffc-ab90-4ef5-889f-3c0b20f1f487 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:57.707656 [ 294 ] {} TCP-Session: 829faffc-ab90-4ef5-889f-3c0b20f1f487 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:57.708595 [ 331 ] {f12713fb-6581-4d26-b750-27cf54ec7b46} AggregatingTransform: Aggregating 2026.04.07 05:28:57.708656 [ 331 ] {f12713fb-6581-4d26-b750-27cf54ec7b46} Aggregator: Aggregation method: without_key 2026.04.07 05:28:57.708701 [ 331 ] {f12713fb-6581-4d26-b750-27cf54ec7b46} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000971558 sec. (1029.275 rows/sec., 40.21 KiB/sec.) 2026.04.07 05:28:57.708726 [ 331 ] {f12713fb-6581-4d26-b750-27cf54ec7b46} Aggregator: Merging aggregated data 2026.04.07 05:28:57.710393 [ 290 ] {f12713fb-6581-4d26-b750-27cf54ec7b46} executeQuery: Read 1 rows, 40.00 B in 0.00347 sec., 288.1844380403458 rows/sec., 11.26 KiB/sec. 2026.04.07 05:28:57.710541 [ 290 ] {f12713fb-6581-4d26-b750-27cf54ec7b46} TCPHandler: Processed in 0.004137258 sec. 2026.04.07 05:28:57.710655 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.07 05:28:57.710657 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.07 05:28:57.710677 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.07 05:28:57.710694 [ 289 ] {} TCP-Session: 92ee5ad7-8f44-4b09-9a3b-08721cd2a685 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:57.710710 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.07 05:28:57.710732 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.07 05:28:57.710768 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.07 05:28:57.710785 [ 291 ] {} TCP-Session: e079ab15-dff7-46c5-8634-28dc30ccb486 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:57.710802 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.07 05:28:57.710815 [ 294 ] {} TCP-Session: 829faffc-ab90-4ef5-889f-3c0b20f1f487 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:57.710801 [ 292 ] {} TCP-Session: 1fce2792-c975-4335-adf7-363d8563bbb7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:57.710859 [ 288 ] {} TCP-Session: e9e44ce3-e37d-40fa-8307-a014191d7b4b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:57.710785 [ 3 ] {} TCPHandler: Done processing connection. 2026.04.07 05:28:57.710753 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.07 05:28:57.710925 [ 3 ] {} TCP-Session: 4fbe1d91-3bb8-4e95-b5a4-0791cc148334 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:57.710735 [ 293 ] {} TCP-Session: 60db595a-9aa9-418c-85cc-68a53902b423 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:57.710958 [ 286 ] {} TCP-Session: 6244810d-7de4-4331-b3bc-e4f8596ab5d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:57.710720 [ 290 ] {} TCP-Session: 123d402f-8e9e-425c-8953-cbf4e5c46b8e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:58.077877 [ 33 ] {} DNSResolver: Updating DNS cache 2026.04.07 05:28:58.077928 [ 33 ] {} DNSResolver: Updated DNS cache 2026.04.07 05:28:58.292292 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 27844 2026.04.07 05:28:58.292863 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:58.292908 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:58.293399 [ 244 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.04.07 05:28:58.293654 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:58.293816 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27844 2026.04.07 05:28:59.088398 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55075 2026.04.07 05:28:59.088555 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:28:59.088594 [ 292 ] {} TCP-Session: 673b0f86-192e-4bad-b14b-028c1128f5cb Authenticating user 'default' from [fd00:1122:3344:101::e]:55075 2026.04.07 05:28:59.088623 [ 292 ] {} TCP-Session: 673b0f86-192e-4bad-b14b-028c1128f5cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:59.088642 [ 292 ] {} TCP-Session: 673b0f86-192e-4bad-b14b-028c1128f5cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:59.088864 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37811 2026.04.07 05:28:59.088911 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60679 2026.04.07 05:28:59.088944 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58460 2026.04.07 05:28:59.088968 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:28:59.088987 [ 292 ] {} TCP-Session: 673b0f86-192e-4bad-b14b-028c1128f5cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:59.089008 [ 293 ] {} TCP-Session: 1aec1996-c3c7-4def-a06b-e0c46b42349c Authenticating user 'default' from [fd00:1122:3344:101::e]:37811 2026.04.07 05:28:59.088966 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57238 2026.04.07 05:28:59.089049 [ 293 ] {} TCP-Session: 1aec1996-c3c7-4def-a06b-e0c46b42349c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:59.089046 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:28:59.089097 [ 293 ] {} TCP-Session: 1aec1996-c3c7-4def-a06b-e0c46b42349c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:59.089035 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:28:59.089127 [ 294 ] {} TCP-Session: 5058b1cb-5156-4677-adc9-c484510534ab Authenticating user 'default' from [fd00:1122:3344:101::e]:60679 2026.04.07 05:28:59.089149 [ 289 ] {} TCP-Session: f6a51c7d-fb4e-40ec-bd9a-03745dc41c70 Authenticating user 'default' from [fd00:1122:3344:101::e]:58460 2026.04.07 05:28:59.089153 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:28:59.089180 [ 289 ] {} TCP-Session: f6a51c7d-fb4e-40ec-bd9a-03745dc41c70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:59.089186 [ 292 ] {9c7f9ea9-c319-4173-b685-b7cc2b115120} executeQuery: (from [fd00:1122:3344:101::e]:55075) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.07 05:28:59.089203 [ 289 ] {} TCP-Session: f6a51c7d-fb4e-40ec-bd9a-03745dc41c70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:59.089200 [ 291 ] {} TCP-Session: 1100aa1c-9b65-4569-9492-72e5f645f9cc Authenticating user 'default' from [fd00:1122:3344:101::e]:57238 2026.04.07 05:28:59.089170 [ 294 ] {} TCP-Session: 5058b1cb-5156-4677-adc9-c484510534ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:59.088956 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64184 2026.04.07 05:28:59.089280 [ 294 ] {} TCP-Session: 5058b1cb-5156-4677-adc9-c484510534ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:59.088935 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45538 2026.04.07 05:28:59.088927 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60731 2026.04.07 05:28:59.089350 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:28:59.088925 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62397 2026.04.07 05:28:59.089401 [ 290 ] {} TCP-Session: df854b81-7acb-4394-948a-771a09b28af3 Authenticating user 'default' from [fd00:1122:3344:101::e]:64184 2026.04.07 05:28:59.089398 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:28:59.089422 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:28:59.089430 [ 290 ] {} TCP-Session: df854b81-7acb-4394-948a-771a09b28af3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:59.089459 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:28:59.089471 [ 290 ] {} TCP-Session: df854b81-7acb-4394-948a-771a09b28af3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:59.089466 [ 3 ] {} TCP-Session: 9c80f205-24d5-40fb-a9f9-c499d6d7315d Authenticating user 'default' from [fd00:1122:3344:101::e]:60731 2026.04.07 05:28:59.089489 [ 286 ] {} TCP-Session: a2a3bc63-ad5f-4f7b-a401-42ad4eb78b0e Authenticating user 'default' from [fd00:1122:3344:101::e]:62397 2026.04.07 05:28:59.089510 [ 3 ] {} TCP-Session: 9c80f205-24d5-40fb-a9f9-c499d6d7315d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:59.089512 [ 292 ] {9c7f9ea9-c319-4173-b685-b7cc2b115120} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.07 05:28:59.089542 [ 3 ] {} TCP-Session: 9c80f205-24d5-40fb-a9f9-c499d6d7315d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:59.089528 [ 286 ] {} TCP-Session: a2a3bc63-ad5f-4f7b-a401-42ad4eb78b0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:59.089450 [ 288 ] {} TCP-Session: d9f0b3f9-d367-4dbf-a333-eedee304aa73 Authenticating user 'default' from [fd00:1122:3344:101::e]:45538 2026.04.07 05:28:59.089595 [ 292 ] {9c7f9ea9-c319-4173-b685-b7cc2b115120} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.07 05:28:59.089594 [ 286 ] {} TCP-Session: a2a3bc63-ad5f-4f7b-a401-42ad4eb78b0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:59.089617 [ 288 ] {} TCP-Session: d9f0b3f9-d367-4dbf-a333-eedee304aa73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:59.089273 [ 291 ] {} TCP-Session: 1100aa1c-9b65-4569-9492-72e5f645f9cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:59.089653 [ 288 ] {} TCP-Session: d9f0b3f9-d367-4dbf-a333-eedee304aa73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:59.089675 [ 291 ] {} TCP-Session: 1100aa1c-9b65-4569-9492-72e5f645f9cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:59.089912 [ 292 ] {9c7f9ea9-c319-4173-b685-b7cc2b115120} oximeter.version (b59983b3-b885-480b-8202-da32017c82ac) (SelectExecutor): Key condition: unknown 2026.04.07 05:28:59.090854 [ 322 ] {9c7f9ea9-c319-4173-b685-b7cc2b115120} AggregatingTransform: Aggregating 2026.04.07 05:28:59.090913 [ 322 ] {9c7f9ea9-c319-4173-b685-b7cc2b115120} Aggregator: Aggregation method: without_key 2026.04.07 05:28:59.090953 [ 322 ] {9c7f9ea9-c319-4173-b685-b7cc2b115120} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000935317 sec. (1069.156 rows/sec., 41.76 KiB/sec.) 2026.04.07 05:28:59.090973 [ 322 ] {9c7f9ea9-c319-4173-b685-b7cc2b115120} Aggregator: Merging aggregated data 2026.04.07 05:28:59.092242 [ 292 ] {9c7f9ea9-c319-4173-b685-b7cc2b115120} executeQuery: Read 1 rows, 40.00 B in 0.003128 sec., 319.693094629156 rows/sec., 12.49 KiB/sec. 2026.04.07 05:28:59.092398 [ 292 ] {9c7f9ea9-c319-4173-b685-b7cc2b115120} TCPHandler: Processed in 0.003525397 sec. 2026.04.07 05:28:59.092514 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.07 05:28:59.092541 [ 292 ] {} TCP-Session: 673b0f86-192e-4bad-b14b-028c1128f5cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:59.092550 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.07 05:28:59.092571 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.07 05:28:59.092593 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.07 05:28:59.092599 [ 293 ] {} TCP-Session: 1aec1996-c3c7-4def-a06b-e0c46b42349c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:59.092618 [ 291 ] {} TCP-Session: 1100aa1c-9b65-4569-9492-72e5f645f9cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:59.092633 [ 289 ] {} TCP-Session: f6a51c7d-fb4e-40ec-bd9a-03745dc41c70 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:59.092648 [ 3 ] {} TCPHandler: Done processing connection. 2026.04.07 05:28:59.092676 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.07 05:28:59.092700 [ 3 ] {} TCP-Session: 9c80f205-24d5-40fb-a9f9-c499d6d7315d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:59.092675 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.07 05:28:59.092731 [ 290 ] {} TCP-Session: df854b81-7acb-4394-948a-771a09b28af3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:59.092629 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.07 05:28:59.092759 [ 286 ] {} TCP-Session: a2a3bc63-ad5f-4f7b-a401-42ad4eb78b0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:59.092611 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.07 05:28:59.092790 [ 288 ] {} TCP-Session: d9f0b3f9-d367-4dbf-a333-eedee304aa73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:59.092829 [ 294 ] {} TCP-Session: 5058b1cb-5156-4677-adc9-c484510534ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:59.114191 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59397 2026.04.07 05:28:59.114266 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:28:59.114288 [ 292 ] {} TCP-Session: 3824947f-b2e8-4229-95db-1f737eacb51b Authenticating user 'default' from [fd00:1122:3344:101::e]:59397 2026.04.07 05:28:59.114306 [ 292 ] {} TCP-Session: 3824947f-b2e8-4229-95db-1f737eacb51b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:59.114318 [ 292 ] {} TCP-Session: 3824947f-b2e8-4229-95db-1f737eacb51b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:59.114514 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47068 2026.04.07 05:28:59.114528 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39572 2026.04.07 05:28:59.114543 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52563 2026.04.07 05:28:59.114585 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41026 2026.04.07 05:28:59.114609 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:28:59.114616 [ 292 ] {} TCP-Session: 3824947f-b2e8-4229-95db-1f737eacb51b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:28:59.114645 [ 293 ] {} TCP-Session: 8d9ff003-405f-446d-8c50-866bd5d96c1d Authenticating user 'default' from [fd00:1122:3344:101::e]:47068 2026.04.07 05:28:59.114652 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54815 2026.04.07 05:28:59.114665 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:28:59.114677 [ 293 ] {} TCP-Session: 8d9ff003-405f-446d-8c50-866bd5d96c1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:59.114711 [ 3 ] {} TCP-Session: b0880481-978e-4eb1-986a-5ec8ef32dbd1 Authenticating user 'default' from [fd00:1122:3344:101::e]:52563 2026.04.07 05:28:59.114718 [ 293 ] {} TCP-Session: 8d9ff003-405f-446d-8c50-866bd5d96c1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:59.114738 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:28:59.114743 [ 3 ] {} TCP-Session: b0880481-978e-4eb1-986a-5ec8ef32dbd1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:59.114664 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:28:59.114782 [ 292 ] {2ea02b98-ba10-4b5a-bed1-d72f3ef09853} executeQuery: (from [fd00:1122:3344:101::e]:59397) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.07 05:28:59.114811 [ 289 ] {} TCP-Session: 3fd4861e-3059-4032-a272-465d8349456b Authenticating user 'default' from [fd00:1122:3344:101::e]:41026 2026.04.07 05:28:59.114767 [ 291 ] {} TCP-Session: 1e6d0556-2026-4191-ae88-c0cd35440fa2 Authenticating user 'default' from [fd00:1122:3344:101::e]:54815 2026.04.07 05:28:59.114837 [ 289 ] {} TCP-Session: 3fd4861e-3059-4032-a272-465d8349456b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:59.114858 [ 291 ] {} TCP-Session: 1e6d0556-2026-4191-ae88-c0cd35440fa2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:59.114626 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:28:59.114886 [ 289 ] {} TCP-Session: 3fd4861e-3059-4032-a272-465d8349456b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:59.114891 [ 291 ] {} TCP-Session: 1e6d0556-2026-4191-ae88-c0cd35440fa2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:59.114918 [ 294 ] {} TCP-Session: 66ea3549-2144-475b-9ec6-94e166854f81 Authenticating user 'default' from [fd00:1122:3344:101::e]:39572 2026.04.07 05:28:59.114593 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49683 2026.04.07 05:28:59.114952 [ 294 ] {} TCP-Session: 66ea3549-2144-475b-9ec6-94e166854f81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:59.114559 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49061 2026.04.07 05:28:59.114978 [ 294 ] {} TCP-Session: 66ea3549-2144-475b-9ec6-94e166854f81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:59.115003 [ 292 ] {2ea02b98-ba10-4b5a-bed1-d72f3ef09853} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.07 05:28:59.115012 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:28:59.115033 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:28:59.114566 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34572 2026.04.07 05:28:59.115057 [ 292 ] {2ea02b98-ba10-4b5a-bed1-d72f3ef09853} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.07 05:28:59.115061 [ 286 ] {} TCP-Session: b6e8662d-d850-4e88-8886-9d32673c2877 Authenticating user 'default' from [fd00:1122:3344:101::e]:49061 2026.04.07 05:28:59.115054 [ 290 ] {} TCP-Session: fad61e25-1446-4f99-a689-6f2457281f77 Authenticating user 'default' from [fd00:1122:3344:101::e]:49683 2026.04.07 05:28:59.115120 [ 286 ] {} TCP-Session: b6e8662d-d850-4e88-8886-9d32673c2877 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:59.114769 [ 3 ] {} TCP-Session: b0880481-978e-4eb1-986a-5ec8ef32dbd1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:59.115127 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:28:59.115136 [ 290 ] {} TCP-Session: fad61e25-1446-4f99-a689-6f2457281f77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:59.115186 [ 288 ] {} TCP-Session: 6fab1c10-5a74-4a42-8308-6824d7571cea Authenticating user 'default' from [fd00:1122:3344:101::e]:34572 2026.04.07 05:28:59.115205 [ 290 ] {} TCP-Session: fad61e25-1446-4f99-a689-6f2457281f77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:59.115138 [ 286 ] {} TCP-Session: b6e8662d-d850-4e88-8886-9d32673c2877 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:59.115221 [ 288 ] {} TCP-Session: 6fab1c10-5a74-4a42-8308-6824d7571cea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:59.115251 [ 288 ] {} TCP-Session: 6fab1c10-5a74-4a42-8308-6824d7571cea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:59.115333 [ 292 ] {2ea02b98-ba10-4b5a-bed1-d72f3ef09853} oximeter.version (b59983b3-b885-480b-8202-da32017c82ac) (SelectExecutor): Key condition: unknown 2026.04.07 05:28:59.116276 [ 344 ] {2ea02b98-ba10-4b5a-bed1-d72f3ef09853} AggregatingTransform: Aggregating 2026.04.07 05:28:59.116313 [ 344 ] {2ea02b98-ba10-4b5a-bed1-d72f3ef09853} Aggregator: Aggregation method: without_key 2026.04.07 05:28:59.116351 [ 344 ] {2ea02b98-ba10-4b5a-bed1-d72f3ef09853} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000922038 sec. (1084.554 rows/sec., 42.37 KiB/sec.) 2026.04.07 05:28:59.116370 [ 344 ] {2ea02b98-ba10-4b5a-bed1-d72f3ef09853} Aggregator: Merging aggregated data 2026.04.07 05:28:59.117649 [ 292 ] {2ea02b98-ba10-4b5a-bed1-d72f3ef09853} executeQuery: Read 1 rows, 40.00 B in 0.002906 sec., 344.1156228492773 rows/sec., 13.44 KiB/sec. 2026.04.07 05:28:59.117815 [ 292 ] {2ea02b98-ba10-4b5a-bed1-d72f3ef09853} TCPHandler: Processed in 0.003283002 sec. 2026.04.07 05:28:59.117919 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.07 05:28:59.117947 [ 292 ] {} TCP-Session: 3824947f-b2e8-4229-95db-1f737eacb51b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:59.117947 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.07 05:28:59.117974 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.07 05:28:59.117986 [ 288 ] {} TCP-Session: 6fab1c10-5a74-4a42-8308-6824d7571cea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:59.117990 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.07 05:28:59.118009 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.07 05:28:59.118032 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.07 05:28:59.118068 [ 3 ] {} TCPHandler: Done processing connection. 2026.04.07 05:28:59.118102 [ 289 ] {} TCP-Session: 3fd4861e-3059-4032-a272-465d8349456b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:59.118090 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.07 05:28:59.118128 [ 3 ] {} TCP-Session: b0880481-978e-4eb1-986a-5ec8ef32dbd1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:59.118071 [ 294 ] {} TCP-Session: 66ea3549-2144-475b-9ec6-94e166854f81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:59.118167 [ 290 ] {} TCP-Session: fad61e25-1446-4f99-a689-6f2457281f77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:59.118054 [ 286 ] {} TCP-Session: b6e8662d-d850-4e88-8886-9d32673c2877 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:59.118053 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.07 05:28:59.118022 [ 291 ] {} TCP-Session: 1e6d0556-2026-4191-ae88-c0cd35440fa2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:59.118245 [ 293 ] {} TCP-Session: 8d9ff003-405f-446d-8c50-866bd5d96c1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:28:59.808870 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 437 2026.04.07 05:28:59.825149 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:28:59.825216 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:28:59.831202 [ 243 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.04.07 05:28:59.831887 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:28:59.834788 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 437 2026.04.07 05:29:01.143876 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:01.144096 [ 5 ] {67125e83-cc27-43a3-98bc-ee1909e24179} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:29:01.144177 [ 5 ] {67125e83-cc27-43a3-98bc-ee1909e24179} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:29:01.144857 [ 5 ] {67125e83-cc27-43a3-98bc-ee1909e24179} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:01.144902 [ 5 ] {67125e83-cc27-43a3-98bc-ee1909e24179} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:29:01.145299 [ 5 ] {67125e83-cc27-43a3-98bc-ee1909e24179} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.04.07 05:29:01.145523 [ 5 ] {67125e83-cc27-43a3-98bc-ee1909e24179} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:01.145680 [ 5 ] {67125e83-cc27-43a3-98bc-ee1909e24179} executeQuery: Read 56 rows, 4.41 KiB in 0.00165 sec., 33939.393939393936 rows/sec., 2.61 MiB/sec. 2026.04.07 05:29:01.145736 [ 5 ] {67125e83-cc27-43a3-98bc-ee1909e24179} TCPHandler: Processed in 0.001988927 sec. 2026.04.07 05:29:01.145867 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:01.145975 [ 5 ] {d3f6b78d-0c42-48e4-8a50-19b9f82e61da} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:29:01.146017 [ 5 ] {d3f6b78d-0c42-48e4-8a50-19b9f82e61da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:29:01.146472 [ 5 ] {d3f6b78d-0c42-48e4-8a50-19b9f82e61da} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:01.146508 [ 5 ] {d3f6b78d-0c42-48e4-8a50-19b9f82e61da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:29:01.146824 [ 5 ] {d3f6b78d-0c42-48e4-8a50-19b9f82e61da} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.04.07 05:29:01.147030 [ 5 ] {d3f6b78d-0c42-48e4-8a50-19b9f82e61da} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:01.147157 [ 5 ] {d3f6b78d-0c42-48e4-8a50-19b9f82e61da} executeQuery: Read 64 rows, 5.12 KiB in 0.001206 sec., 53067.99336650083 rows/sec., 4.14 MiB/sec. 2026.04.07 05:29:01.147194 [ 5 ] {d3f6b78d-0c42-48e4-8a50-19b9f82e61da} TCPHandler: Processed in 0.001382346 sec. 2026.04.07 05:29:01.147313 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:01.147407 [ 5 ] {559c505a-2abf-49b6-9884-57a0c22da006} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:29:01.147450 [ 5 ] {559c505a-2abf-49b6-9884-57a0c22da006} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:29:01.147864 [ 5 ] {559c505a-2abf-49b6-9884-57a0c22da006} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:01.147899 [ 5 ] {559c505a-2abf-49b6-9884-57a0c22da006} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:29:01.148232 [ 5 ] {559c505a-2abf-49b6-9884-57a0c22da006} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.04.07 05:29:01.148450 [ 5 ] {559c505a-2abf-49b6-9884-57a0c22da006} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:01.148575 [ 31 ] {} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900) (MergerMutator): Selected 2 parts from all_1_89_19 to all_90_90_0 2026.04.07 05:29:01.148587 [ 5 ] {559c505a-2abf-49b6-9884-57a0c22da006} executeQuery: Read 160 rows, 11.41 KiB in 0.001199 sec., 133444.53711426188 rows/sec., 9.29 MiB/sec. 2026.04.07 05:29:01.148657 [ 31 ] {} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:01.148670 [ 5 ] {559c505a-2abf-49b6-9884-57a0c22da006} TCPHandler: Processed in 0.001403907 sec. 2026.04.07 05:29:01.148699 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:29:01.148793 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:01.148830 [ 198 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_90_20} MergeTask::PrepareStage: Merging 2 parts: from all_1_89_19 to all_90_90_0 into Compact with storage Full 2026.04.07 05:29:01.148890 [ 5 ] {03f6b17b-b722-4b89-96a6-8a7190d0ad80} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:29:01.148935 [ 5 ] {03f6b17b-b722-4b89-96a6-8a7190d0ad80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:29:01.148987 [ 198 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_90_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:29:01.149034 [ 198 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_90_20} MergeTreeSequentialSource: Reading 5 marks from part all_1_89_19, total 31578 rows starting from the beginning of the part 2026.04.07 05:29:01.149112 [ 198 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_90_20} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 160 rows starting from the beginning of the part 2026.04.07 05:29:01.149262 [ 5 ] {03f6b17b-b722-4b89-96a6-8a7190d0ad80} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:01.149304 [ 5 ] {03f6b17b-b722-4b89-96a6-8a7190d0ad80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:01.149641 [ 5 ] {03f6b17b-b722-4b89-96a6-8a7190d0ad80} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.04.07 05:29:01.149847 [ 5 ] {03f6b17b-b722-4b89-96a6-8a7190d0ad80} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:01.149978 [ 5 ] {03f6b17b-b722-4b89-96a6-8a7190d0ad80} executeQuery: Read 60 rows, 4.14 KiB in 0.001107 sec., 54200.54200542006 rows/sec., 3.65 MiB/sec. 2026.04.07 05:29:01.150013 [ 5 ] {03f6b17b-b722-4b89-96a6-8a7190d0ad80} TCPHandler: Processed in 0.001267844 sec. 2026.04.07 05:29:01.154459 [ 199 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_90_20} MergeTask::MergeProjectionsStage: Merge sorted 31738 rows, containing 5 columns (5 merged, 0 gathered) in 0.005678947 sec., 5588712.1327246055 rows/sec., 364.37 MiB/sec. 2026.04.07 05:29:01.154964 [ 186 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_90_20} MergedBlockOutputStream: filled checksums all_1_90_20 (state Temporary) 2026.04.07 05:29:01.155258 [ 186 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_90_20} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_merge_all_1_90_20 to all_1_90_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:01.155334 [ 186 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_90_20} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900) (MergerMutator): Merged 2 parts: [all_1_89_19, all_90_90_0] -> all_1_90_20 2026.04.07 05:29:01.155417 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. 2026.04.07 05:29:03.367409 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1292 2026.04.07 05:29:03.369820 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:03.369876 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.04.07 05:29:03.371113 [ 242 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.04.07 05:29:03.371385 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:03.371763 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1292 2026.04.07 05:29:04.105109 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:04.105312 [ 5 ] {1b432aaf-6858-40cd-8977-4cd4f669a61e} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.07 05:29:04.105380 [ 5 ] {1b432aaf-6858-40cd-8977-4cd4f669a61e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.07 05:29:04.106027 [ 5 ] {1b432aaf-6858-40cd-8977-4cd4f669a61e} oximeter.fields_i16 (19a28ab3-93b8-470f-bc08-bb1de0445c9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:04.106077 [ 5 ] {1b432aaf-6858-40cd-8977-4cd4f669a61e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:04.106487 [ 5 ] {1b432aaf-6858-40cd-8977-4cd4f669a61e} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.07 05:29:04.106712 [ 5 ] {1b432aaf-6858-40cd-8977-4cd4f669a61e} oximeter.fields_i16 (19a28ab3-93b8-470f-bc08-bb1de0445c9c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:04.106874 [ 5 ] {1b432aaf-6858-40cd-8977-4cd4f669a61e} executeQuery: Read 24 rows, 2.04 KiB in 0.001611 sec., 14897.579143389199 rows/sec., 1.24 MiB/sec. 2026.04.07 05:29:04.106926 [ 5 ] {1b432aaf-6858-40cd-8977-4cd4f669a61e} TCPHandler: Processed in 0.001951117 sec. 2026.04.07 05:29:04.107049 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:04.107154 [ 5 ] {ff07b1c3-fbe3-4f27-9fef-3217b9d42f87} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.07 05:29:04.107198 [ 5 ] {ff07b1c3-fbe3-4f27-9fef-3217b9d42f87} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.07 05:29:04.107612 [ 5 ] {ff07b1c3-fbe3-4f27-9fef-3217b9d42f87} oximeter.fields_ipaddr (825a423c-b132-44a1-9146-cfb597c4352e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:04.107649 [ 5 ] {ff07b1c3-fbe3-4f27-9fef-3217b9d42f87} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:04.107962 [ 5 ] {ff07b1c3-fbe3-4f27-9fef-3217b9d42f87} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.07 05:29:04.108167 [ 5 ] {ff07b1c3-fbe3-4f27-9fef-3217b9d42f87} oximeter.fields_ipaddr (825a423c-b132-44a1-9146-cfb597c4352e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:04.108303 [ 5 ] {ff07b1c3-fbe3-4f27-9fef-3217b9d42f87} executeQuery: Read 16 rows, 1.30 KiB in 0.001173 sec., 13640.238704177324 rows/sec., 1.09 MiB/sec. 2026.04.07 05:29:04.108342 [ 5 ] {ff07b1c3-fbe3-4f27-9fef-3217b9d42f87} TCPHandler: Processed in 0.001346185 sec. 2026.04.07 05:29:04.108447 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:04.108543 [ 5 ] {020f713d-24fa-430e-94bc-ceb40fa1a509} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:29:04.108583 [ 5 ] {020f713d-24fa-430e-94bc-ceb40fa1a509} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:29:04.110012 [ 5 ] {020f713d-24fa-430e-94bc-ceb40fa1a509} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:04.110048 [ 5 ] {020f713d-24fa-430e-94bc-ceb40fa1a509} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:04.110510 [ 5 ] {020f713d-24fa-430e-94bc-ceb40fa1a509} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.04.07 05:29:04.110727 [ 5 ] {020f713d-24fa-430e-94bc-ceb40fa1a509} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:04.110863 [ 5 ] {020f713d-24fa-430e-94bc-ceb40fa1a509} executeQuery: Read 2617 rows, 201.82 KiB in 0.002339 sec., 1118854.2112013681 rows/sec., 84.26 MiB/sec. 2026.04.07 05:29:04.110905 [ 5 ] {020f713d-24fa-430e-94bc-ceb40fa1a509} MemoryTracker: Peak memory usage (for query): 4.02 MiB. 2026.04.07 05:29:04.110918 [ 5 ] {020f713d-24fa-430e-94bc-ceb40fa1a509} TCPHandler: Processed in 0.002520908 sec. 2026.04.07 05:29:04.111020 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:04.111116 [ 5 ] {cc1754ef-5c59-40cc-91f4-afad17e7b2cd} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.07 05:29:04.111157 [ 5 ] {cc1754ef-5c59-40cc-91f4-afad17e7b2cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.07 05:29:04.111579 [ 5 ] {cc1754ef-5c59-40cc-91f4-afad17e7b2cd} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:04.111615 [ 5 ] {cc1754ef-5c59-40cc-91f4-afad17e7b2cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:04.111945 [ 5 ] {cc1754ef-5c59-40cc-91f4-afad17e7b2cd} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.04.07 05:29:04.112153 [ 5 ] {cc1754ef-5c59-40cc-91f4-afad17e7b2cd} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:04.112268 [ 30 ] {} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9) (MergerMutator): Selected 6 parts from all_1_45_9 to all_50_50_0 2026.04.07 05:29:04.112281 [ 5 ] {cc1754ef-5c59-40cc-91f4-afad17e7b2cd} executeQuery: Read 81 rows, 6.06 KiB in 0.001185 sec., 68354.43037974683 rows/sec., 5.00 MiB/sec. 2026.04.07 05:29:04.112357 [ 30 ] {} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:04.112373 [ 5 ] {cc1754ef-5c59-40cc-91f4-afad17e7b2cd} TCPHandler: Processed in 0.001402276 sec. 2026.04.07 05:29:04.112385 [ 30 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:04.112501 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:04.112517 [ 187 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_50_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_45_9 to all_50_50_0 into Compact with storage Full 2026.04.07 05:29:04.112600 [ 5 ] {673888b3-4f09-4a28-ab5f-f55dbfe48307} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.07 05:29:04.112646 [ 5 ] {673888b3-4f09-4a28-ab5f-f55dbfe48307} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.07 05:29:04.112679 [ 187 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_50_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:29:04.112721 [ 187 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_45_9, total 83 rows starting from the beginning of the part 2026.04.07 05:29:04.112797 [ 187 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 42 rows starting from the beginning of the part 2026.04.07 05:29:04.112851 [ 187 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 65 rows starting from the beginning of the part 2026.04.07 05:29:04.112902 [ 187 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 42 rows starting from the beginning of the part 2026.04.07 05:29:04.112949 [ 187 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 42 rows starting from the beginning of the part 2026.04.07 05:29:04.112997 [ 187 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 81 rows starting from the beginning of the part 2026.04.07 05:29:04.113280 [ 5 ] {673888b3-4f09-4a28-ab5f-f55dbfe48307} oximeter.fields_u32 (77106049-3b56-443c-8974-c866b1324d40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:04.113325 [ 5 ] {673888b3-4f09-4a28-ab5f-f55dbfe48307} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:04.113682 [ 5 ] {673888b3-4f09-4a28-ab5f-f55dbfe48307} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.07 05:29:04.113899 [ 5 ] {673888b3-4f09-4a28-ab5f-f55dbfe48307} oximeter.fields_u32 (77106049-3b56-443c-8974-c866b1324d40): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:04.113932 [ 186 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_50_10} MergeTask::MergeProjectionsStage: Merge sorted 355 rows, containing 5 columns (5 merged, 0 gathered) in 0.001474208 sec., 240807.2673598298 rows/sec., 18.60 MiB/sec. 2026.04.07 05:29:04.114032 [ 5 ] {673888b3-4f09-4a28-ab5f-f55dbfe48307} executeQuery: Read 825 rows, 49.42 KiB in 0.001451 sec., 568573.3976567884 rows/sec., 33.26 MiB/sec. 2026.04.07 05:29:04.114076 [ 5 ] {673888b3-4f09-4a28-ab5f-f55dbfe48307} TCPHandler: Processed in 0.001626021 sec. 2026.04.07 05:29:04.114098 [ 199 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_50_10} MergedBlockOutputStream: filled checksums all_1_50_10 (state Temporary) 2026.04.07 05:29:04.114188 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:04.114287 [ 5 ] {c1cd4cb4-dd84-48e4-93eb-ad4e60a13c2c} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.04.07 05:29:04.114328 [ 5 ] {c1cd4cb4-dd84-48e4-93eb-ad4e60a13c2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.04.07 05:29:04.114381 [ 199 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_50_10} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Renaming temporary part tmp_merge_all_1_50_10 to all_1_50_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:04.114461 [ 199 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_50_10} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9) (MergerMutator): Merged 6 parts: [all_1_45_9, all_50_50_0] -> all_1_50_10 2026.04.07 05:29:04.114539 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.04.07 05:29:04.114713 [ 5 ] {c1cd4cb4-dd84-48e4-93eb-ad4e60a13c2c} oximeter.fields_u64 (694db3f7-adc1-48c0-aa80-2e45c79f29b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:04.114754 [ 5 ] {c1cd4cb4-dd84-48e4-93eb-ad4e60a13c2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:04.115059 [ 5 ] {c1cd4cb4-dd84-48e4-93eb-ad4e60a13c2c} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.07 05:29:04.115266 [ 5 ] {c1cd4cb4-dd84-48e4-93eb-ad4e60a13c2c} oximeter.fields_u64 (694db3f7-adc1-48c0-aa80-2e45c79f29b4): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:04.115399 [ 5 ] {c1cd4cb4-dd84-48e4-93eb-ad4e60a13c2c} executeQuery: Read 1 rows, 72.00 B in 0.001131 sec., 884.1732979664014 rows/sec., 62.17 KiB/sec. 2026.04.07 05:29:04.115438 [ 5 ] {c1cd4cb4-dd84-48e4-93eb-ad4e60a13c2c} TCPHandler: Processed in 0.001299244 sec. 2026.04.07 05:29:04.115540 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:04.115635 [ 5 ] {0ddcb516-919e-4d06-9dc0-2b5576c5970e} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.07 05:29:04.115674 [ 5 ] {0ddcb516-919e-4d06-9dc0-2b5576c5970e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.07 05:29:04.116063 [ 5 ] {0ddcb516-919e-4d06-9dc0-2b5576c5970e} oximeter.fields_u8 (0286c37b-6235-46e9-9a40-c9bc493e69eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:04.116098 [ 5 ] {0ddcb516-919e-4d06-9dc0-2b5576c5970e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:04.116388 [ 5 ] {0ddcb516-919e-4d06-9dc0-2b5576c5970e} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.07 05:29:04.116597 [ 5 ] {0ddcb516-919e-4d06-9dc0-2b5576c5970e} oximeter.fields_u8 (0286c37b-6235-46e9-9a40-c9bc493e69eb): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:04.116724 [ 5 ] {0ddcb516-919e-4d06-9dc0-2b5576c5970e} executeQuery: Read 12 rows, 960.00 B in 0.001108 sec., 10830.324909747293 rows/sec., 846.12 KiB/sec. 2026.04.07 05:29:04.116761 [ 5 ] {0ddcb516-919e-4d06-9dc0-2b5576c5970e} TCPHandler: Processed in 0.001269864 sec. 2026.04.07 05:29:04.116872 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:04.116967 [ 5 ] {567479b0-7e7a-4f69-a869-d1f388c9a999} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:29:04.117006 [ 5 ] {567479b0-7e7a-4f69-a869-d1f388c9a999} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:29:04.117800 [ 5 ] {567479b0-7e7a-4f69-a869-d1f388c9a999} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:04.117834 [ 5 ] {567479b0-7e7a-4f69-a869-d1f388c9a999} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:04.118198 [ 5 ] {567479b0-7e7a-4f69-a869-d1f388c9a999} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.04.07 05:29:04.118408 [ 5 ] {567479b0-7e7a-4f69-a869-d1f388c9a999} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:04.118538 [ 5 ] {567479b0-7e7a-4f69-a869-d1f388c9a999} executeQuery: Read 1384 rows, 96.04 KiB in 0.001589 sec., 870988.0427942103 rows/sec., 59.02 MiB/sec. 2026.04.07 05:29:04.118576 [ 5 ] {567479b0-7e7a-4f69-a869-d1f388c9a999} TCPHandler: Processed in 0.001753183 sec. 2026.04.07 05:29:04.118690 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:04.118785 [ 5 ] {1c04637a-f51e-453d-98bf-9401f6bfaba3} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:29:04.118827 [ 5 ] {1c04637a-f51e-453d-98bf-9401f6bfaba3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:29:04.119489 [ 5 ] {1c04637a-f51e-453d-98bf-9401f6bfaba3} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:04.119525 [ 5 ] {1c04637a-f51e-453d-98bf-9401f6bfaba3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:04.119954 [ 5 ] {1c04637a-f51e-453d-98bf-9401f6bfaba3} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.04.07 05:29:04.120177 [ 5 ] {1c04637a-f51e-453d-98bf-9401f6bfaba3} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:04.120295 [ 92 ] {} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900) (MergerMutator): Selected 6 parts from all_1_90_20 to all_95_95_0 2026.04.07 05:29:04.120307 [ 5 ] {1c04637a-f51e-453d-98bf-9401f6bfaba3} executeQuery: Read 1604 rows, 101.02 KiB in 0.001541 sec., 1040882.5438027255 rows/sec., 64.02 MiB/sec. 2026.04.07 05:29:04.120373 [ 92 ] {} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:04.120387 [ 5 ] {1c04637a-f51e-453d-98bf-9401f6bfaba3} TCPHandler: Processed in 0.001746813 sec. 2026.04.07 05:29:04.120408 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:04.120507 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:04.120513 [ 186 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_95_21} MergeTask::PrepareStage: Merging 6 parts: from all_1_90_20 to all_95_95_0 into Compact with storage Full 2026.04.07 05:29:04.120607 [ 5 ] {14f0f08f-d494-4d50-8087-e9c80086d81f} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.07 05:29:04.120661 [ 186 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_95_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:29:04.120666 [ 5 ] {14f0f08f-d494-4d50-8087-e9c80086d81f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.07 05:29:04.120708 [ 186 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_95_21} MergeTreeSequentialSource: Reading 5 marks from part all_1_90_20, total 31738 rows starting from the beginning of the part 2026.04.07 05:29:04.120788 [ 186 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_95_21} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 160 rows starting from the beginning of the part 2026.04.07 05:29:04.120841 [ 186 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_95_21} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 160 rows starting from the beginning of the part 2026.04.07 05:29:04.120893 [ 186 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_95_21} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 160 rows starting from the beginning of the part 2026.04.07 05:29:04.120940 [ 186 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_95_21} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 160 rows starting from the beginning of the part 2026.04.07 05:29:04.120988 [ 186 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_95_21} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 1604 rows starting from the beginning of the part 2026.04.07 05:29:04.121542 [ 5 ] {14f0f08f-d494-4d50-8087-e9c80086d81f} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:04.121583 [ 5 ] {14f0f08f-d494-4d50-8087-e9c80086d81f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:04.122186 [ 5 ] {14f0f08f-d494-4d50-8087-e9c80086d81f} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.04.07 05:29:04.122434 [ 5 ] {14f0f08f-d494-4d50-8087-e9c80086d81f} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:04.122579 [ 5 ] {14f0f08f-d494-4d50-8087-e9c80086d81f} executeQuery: Read 53 rows, 97.25 KiB in 0.00199 sec., 26633.165829145728 rows/sec., 47.73 MiB/sec. 2026.04.07 05:29:04.122648 [ 5 ] {14f0f08f-d494-4d50-8087-e9c80086d81f} TCPHandler: Processed in 0.002190741 sec. 2026.04.07 05:29:04.122761 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:04.122855 [ 5 ] {3b8166a1-6446-4fe4-be21-268c1160259d} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:29:04.122897 [ 5 ] {3b8166a1-6446-4fe4-be21-268c1160259d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:29:04.123220 [ 5 ] {3b8166a1-6446-4fe4-be21-268c1160259d} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:04.123255 [ 5 ] {3b8166a1-6446-4fe4-be21-268c1160259d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:04.123567 [ 5 ] {3b8166a1-6446-4fe4-be21-268c1160259d} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.04.07 05:29:04.123777 [ 5 ] {3b8166a1-6446-4fe4-be21-268c1160259d} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:04.123913 [ 5 ] {3b8166a1-6446-4fe4-be21-268c1160259d} executeQuery: Read 36 rows, 2.48 KiB in 0.001077 sec., 33426.18384401114 rows/sec., 2.25 MiB/sec. 2026.04.07 05:29:04.123949 [ 5 ] {3b8166a1-6446-4fe4-be21-268c1160259d} TCPHandler: Processed in 0.001239543 sec. 2026.04.07 05:29:04.127830 [ 188 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_95_21} MergeTask::MergeProjectionsStage: Merge sorted 33982 rows, containing 5 columns (5 merged, 0 gathered) in 0.007359969 sec., 4617139.012406167 rows/sec., 300.61 MiB/sec. 2026.04.07 05:29:04.128078 [ 186 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_95_21} MergedBlockOutputStream: filled checksums all_1_95_21 (state Temporary) 2026.04.07 05:29:04.128355 [ 186 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_95_21} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_merge_all_1_95_21 to all_1_95_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:04.128436 [ 186 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_95_21} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900) (MergerMutator): Merged 6 parts: [all_1_90_20, all_95_95_0] -> all_1_95_21 2026.04.07 05:29:04.128512 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. 2026.04.07 05:29:05.794935 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 28292 2026.04.07 05:29:05.795430 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:05.795475 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:05.795969 [ 244 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.04.07 05:29:05.796214 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:05.796361 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28292 2026.04.07 05:29:06.139215 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:06.139417 [ 5 ] {69afef37-1c31-48d4-9399-4cf533a4de42} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:29:06.139491 [ 5 ] {69afef37-1c31-48d4-9399-4cf533a4de42} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:29:06.140180 [ 5 ] {69afef37-1c31-48d4-9399-4cf533a4de42} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:06.140232 [ 5 ] {69afef37-1c31-48d4-9399-4cf533a4de42} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:06.140644 [ 5 ] {69afef37-1c31-48d4-9399-4cf533a4de42} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.04.07 05:29:06.140895 [ 5 ] {69afef37-1c31-48d4-9399-4cf533a4de42} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:06.141051 [ 5 ] {69afef37-1c31-48d4-9399-4cf533a4de42} executeQuery: Read 56 rows, 4.41 KiB in 0.001687 sec., 33195.02074688797 rows/sec., 2.55 MiB/sec. 2026.04.07 05:29:06.141070 [ 170 ] {} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2026.04.07 05:29:06.141094 [ 5 ] {69afef37-1c31-48d4-9399-4cf533a4de42} TCPHandler: Processed in 0.002019058 sec. 2026.04.07 05:29:06.141147 [ 170 ] {} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:06.141178 [ 170 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:06.141242 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:06.141298 [ 188 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2026.04.07 05:29:06.141344 [ 5 ] {120201a9-9a6d-4bcb-8293-57a61856f181} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:29:06.141387 [ 5 ] {120201a9-9a6d-4bcb-8293-57a61856f181} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:29:06.141436 [ 188 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:29:06.141478 [ 188 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 2620 rows starting from the beginning of the part 2026.04.07 05:29:06.141545 [ 188 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 56 rows starting from the beginning of the part 2026.04.07 05:29:06.141614 [ 188 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 140 rows starting from the beginning of the part 2026.04.07 05:29:06.141692 [ 188 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 56 rows starting from the beginning of the part 2026.04.07 05:29:06.141744 [ 188 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 2617 rows starting from the beginning of the part 2026.04.07 05:29:06.141810 [ 188 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 56 rows starting from the beginning of the part 2026.04.07 05:29:06.141816 [ 5 ] {120201a9-9a6d-4bcb-8293-57a61856f181} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:06.141866 [ 5 ] {120201a9-9a6d-4bcb-8293-57a61856f181} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:06.142216 [ 5 ] {120201a9-9a6d-4bcb-8293-57a61856f181} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.04.07 05:29:06.142441 [ 5 ] {120201a9-9a6d-4bcb-8293-57a61856f181} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:06.142579 [ 170 ] {} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2026.04.07 05:29:06.142583 [ 5 ] {120201a9-9a6d-4bcb-8293-57a61856f181} executeQuery: Read 64 rows, 5.12 KiB in 0.001259 sec., 50833.99523431295 rows/sec., 3.97 MiB/sec. 2026.04.07 05:29:06.142621 [ 170 ] {} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:06.142644 [ 5 ] {120201a9-9a6d-4bcb-8293-57a61856f181} TCPHandler: Processed in 0.001453708 sec. 2026.04.07 05:29:06.142645 [ 170 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:06.142767 [ 186 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2026.04.07 05:29:06.142771 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:06.142876 [ 186 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:29:06.142887 [ 5 ] {d8b9ea2c-3ed9-4986-ac77-d03f95f815a3} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:29:06.142917 [ 186 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1404 rows starting from the beginning of the part 2026.04.07 05:29:06.142939 [ 5 ] {d8b9ea2c-3ed9-4986-ac77-d03f95f815a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:29:06.142990 [ 186 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 64 rows starting from the beginning of the part 2026.04.07 05:29:06.143049 [ 186 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 106 rows starting from the beginning of the part 2026.04.07 05:29:06.143123 [ 186 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 64 rows starting from the beginning of the part 2026.04.07 05:29:06.143162 [ 186 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 1384 rows starting from the beginning of the part 2026.04.07 05:29:06.143201 [ 186 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 64 rows starting from the beginning of the part 2026.04.07 05:29:06.143315 [ 5 ] {d8b9ea2c-3ed9-4986-ac77-d03f95f815a3} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:06.143357 [ 5 ] {d8b9ea2c-3ed9-4986-ac77-d03f95f815a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:06.143711 [ 5 ] {d8b9ea2c-3ed9-4986-ac77-d03f95f815a3} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.04.07 05:29:06.143803 [ 189 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 5545 rows, containing 5 columns (5 merged, 0 gathered) in 0.002560618 sec., 2165492.861488906 rows/sec., 172.09 MiB/sec. 2026.04.07 05:29:06.143949 [ 5 ] {d8b9ea2c-3ed9-4986-ac77-d03f95f815a3} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:06.144097 [ 5 ] {d8b9ea2c-3ed9-4986-ac77-d03f95f815a3} executeQuery: Read 64 rows, 4.56 KiB in 0.001229 sec., 52074.857607811224 rows/sec., 3.63 MiB/sec. 2026.04.07 05:29:06.144135 [ 5 ] {d8b9ea2c-3ed9-4986-ac77-d03f95f815a3} TCPHandler: Processed in 0.001414687 sec. 2026.04.07 05:29:06.144141 [ 189 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2026.04.07 05:29:06.144252 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:06.144346 [ 5 ] {803908c5-6391-499d-893f-0a70596bd187} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:29:06.144389 [ 5 ] {803908c5-6391-499d-893f-0a70596bd187} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:29:06.144439 [ 189 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_96_19} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:06.144508 [ 189 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_96_19} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2026.04.07 05:29:06.144553 [ 188 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 3086 rows, containing 5 columns (5 merged, 0 gathered) in 0.001828515 sec., 1687708.3316242963 rows/sec., 122.61 MiB/sec. 2026.04.07 05:29:06.144609 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. 2026.04.07 05:29:06.144713 [ 5 ] {803908c5-6391-499d-893f-0a70596bd187} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:06.144750 [ 5 ] {803908c5-6391-499d-893f-0a70596bd187} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:06.144751 [ 186 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2026.04.07 05:29:06.145064 [ 186 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_96_19} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:06.145099 [ 5 ] {803908c5-6391-499d-893f-0a70596bd187} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.04.07 05:29:06.145138 [ 186 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_96_19} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2026.04.07 05:29:06.145221 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. 2026.04.07 05:29:06.145346 [ 5 ] {803908c5-6391-499d-893f-0a70596bd187} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:06.145476 [ 170 ] {} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2026.04.07 05:29:06.145487 [ 5 ] {803908c5-6391-499d-893f-0a70596bd187} executeQuery: Read 24 rows, 1.66 KiB in 0.00116 sec., 20689.655172413793 rows/sec., 1.39 MiB/sec. 2026.04.07 05:29:06.145522 [ 170 ] {} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:06.145542 [ 5 ] {803908c5-6391-499d-893f-0a70596bd187} TCPHandler: Processed in 0.001340995 sec. 2026.04.07 05:29:06.145549 [ 170 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:06.145677 [ 195 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2026.04.07 05:29:06.145827 [ 195 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:29:06.145864 [ 195 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 4806 rows starting from the beginning of the part 2026.04.07 05:29:06.145928 [ 195 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 60 rows starting from the beginning of the part 2026.04.07 05:29:06.145984 [ 195 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 60 rows starting from the beginning of the part 2026.04.07 05:29:06.146025 [ 195 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 60 rows starting from the beginning of the part 2026.04.07 05:29:06.146066 [ 195 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 36 rows starting from the beginning of the part 2026.04.07 05:29:06.146106 [ 195 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 24 rows starting from the beginning of the part 2026.04.07 05:29:06.147788 [ 195 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 5046 rows, containing 4 columns (4 merged, 0 gathered) in 0.00216833 sec., 2327136.5520930854 rows/sec., 156.91 MiB/sec. 2026.04.07 05:29:06.148171 [ 189 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2026.04.07 05:29:06.148460 [ 189 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_96_19} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:06.148527 [ 189 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_96_19} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2026.04.07 05:29:06.148615 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB. 2026.04.07 05:29:07.335813 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 445 2026.04.07 05:29:07.353417 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:07.353480 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:07.359634 [ 243 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.04.07 05:29:07.360389 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:07.363765 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 445 2026.04.07 05:29:11.143975 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:11.144193 [ 5 ] {0d0b63ad-630e-4852-b77f-de6db40bcc9b} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:29:11.144269 [ 5 ] {0d0b63ad-630e-4852-b77f-de6db40bcc9b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:29:11.144987 [ 5 ] {0d0b63ad-630e-4852-b77f-de6db40bcc9b} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:11.145034 [ 5 ] {0d0b63ad-630e-4852-b77f-de6db40bcc9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:11.145437 [ 5 ] {0d0b63ad-630e-4852-b77f-de6db40bcc9b} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.04.07 05:29:11.145665 [ 5 ] {0d0b63ad-630e-4852-b77f-de6db40bcc9b} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:11.145829 [ 5 ] {0d0b63ad-630e-4852-b77f-de6db40bcc9b} executeQuery: Read 56 rows, 4.41 KiB in 0.001691 sec., 33116.499112950914 rows/sec., 2.54 MiB/sec. 2026.04.07 05:29:11.145880 [ 5 ] {0d0b63ad-630e-4852-b77f-de6db40bcc9b} TCPHandler: Processed in 0.002045108 sec. 2026.04.07 05:29:11.146012 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:11.146116 [ 5 ] {d39c8e9c-551d-43a7-bdff-8bae38de1365} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:29:11.146159 [ 5 ] {d39c8e9c-551d-43a7-bdff-8bae38de1365} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:29:11.146594 [ 5 ] {d39c8e9c-551d-43a7-bdff-8bae38de1365} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:11.146629 [ 5 ] {d39c8e9c-551d-43a7-bdff-8bae38de1365} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:11.146943 [ 5 ] {d39c8e9c-551d-43a7-bdff-8bae38de1365} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.04.07 05:29:11.147155 [ 5 ] {d39c8e9c-551d-43a7-bdff-8bae38de1365} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:11.147288 [ 5 ] {d39c8e9c-551d-43a7-bdff-8bae38de1365} executeQuery: Read 64 rows, 5.12 KiB in 0.001196 sec., 53511.70568561873 rows/sec., 4.18 MiB/sec. 2026.04.07 05:29:11.147326 [ 5 ] {d39c8e9c-551d-43a7-bdff-8bae38de1365} TCPHandler: Processed in 0.001366626 sec. 2026.04.07 05:29:11.147446 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:11.147542 [ 5 ] {f5fc031c-a0e2-4d2b-88d1-a484db08db6f} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:29:11.147585 [ 5 ] {f5fc031c-a0e2-4d2b-88d1-a484db08db6f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:29:11.148007 [ 5 ] {f5fc031c-a0e2-4d2b-88d1-a484db08db6f} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:11.148042 [ 5 ] {f5fc031c-a0e2-4d2b-88d1-a484db08db6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:11.148376 [ 5 ] {f5fc031c-a0e2-4d2b-88d1-a484db08db6f} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.04.07 05:29:11.148596 [ 5 ] {f5fc031c-a0e2-4d2b-88d1-a484db08db6f} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:11.148731 [ 5 ] {f5fc031c-a0e2-4d2b-88d1-a484db08db6f} executeQuery: Read 160 rows, 11.41 KiB in 0.001209 sec., 132340.77750206782 rows/sec., 9.22 MiB/sec. 2026.04.07 05:29:11.148770 [ 5 ] {f5fc031c-a0e2-4d2b-88d1-a484db08db6f} TCPHandler: Processed in 0.001373166 sec. 2026.04.07 05:29:11.148883 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:11.148979 [ 5 ] {f0ed9fc5-b949-44ec-a9f2-0064873495a7} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:29:11.149019 [ 5 ] {f0ed9fc5-b949-44ec-a9f2-0064873495a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:29:11.149360 [ 5 ] {f0ed9fc5-b949-44ec-a9f2-0064873495a7} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:11.149396 [ 5 ] {f0ed9fc5-b949-44ec-a9f2-0064873495a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:11.149716 [ 5 ] {f0ed9fc5-b949-44ec-a9f2-0064873495a7} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.04.07 05:29:11.149924 [ 5 ] {f0ed9fc5-b949-44ec-a9f2-0064873495a7} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:11.150055 [ 5 ] {f0ed9fc5-b949-44ec-a9f2-0064873495a7} executeQuery: Read 60 rows, 4.14 KiB in 0.001096 sec., 54744.52554744526 rows/sec., 3.69 MiB/sec. 2026.04.07 05:29:11.150090 [ 5 ] {f0ed9fc5-b949-44ec-a9f2-0064873495a7} TCPHandler: Processed in 0.001257044 sec. 2026.04.07 05:29:13.077961 [ 148 ] {} DNSResolver: Updating DNS cache 2026.04.07 05:29:13.078008 [ 148 ] {} DNSResolver: Updated DNS cache 2026.04.07 05:29:13.296473 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 28804 2026.04.07 05:29:13.297046 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:13.297091 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:13.297576 [ 244 ] {} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.04.07 05:29:13.297869 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:13.298102 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28804 2026.04.07 05:29:13.371893 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1330 2026.04.07 05:29:13.374340 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:13.374386 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:13.375564 [ 242 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.04.07 05:29:13.375818 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:13.376073 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1330 2026.04.07 05:29:14.863825 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 452 2026.04.07 05:29:14.880227 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:14.880273 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:14.886359 [ 243 ] {} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.04.07 05:29:14.887065 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:14.889823 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 452 2026.04.07 05:29:16.145799 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:16.146000 [ 5 ] {820ef7dc-a1c5-488d-9876-609c9e620f61} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:29:16.146072 [ 5 ] {820ef7dc-a1c5-488d-9876-609c9e620f61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:29:16.146844 [ 5 ] {820ef7dc-a1c5-488d-9876-609c9e620f61} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:16.146892 [ 5 ] {820ef7dc-a1c5-488d-9876-609c9e620f61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:16.147295 [ 5 ] {820ef7dc-a1c5-488d-9876-609c9e620f61} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2026.04.07 05:29:16.147513 [ 5 ] {820ef7dc-a1c5-488d-9876-609c9e620f61} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:16.147675 [ 5 ] {820ef7dc-a1c5-488d-9876-609c9e620f61} executeQuery: Read 140 rows, 12.49 KiB in 0.00173 sec., 80924.85549132948 rows/sec., 7.05 MiB/sec. 2026.04.07 05:29:16.147717 [ 5 ] {820ef7dc-a1c5-488d-9876-609c9e620f61} TCPHandler: Processed in 0.002060899 sec. 2026.04.07 05:29:16.147854 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:16.147950 [ 5 ] {ca6629e4-269e-4ce8-92bb-623393f4d098} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.07 05:29:16.147990 [ 5 ] {ca6629e4-269e-4ce8-92bb-623393f4d098} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.07 05:29:16.148407 [ 5 ] {ca6629e4-269e-4ce8-92bb-623393f4d098} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:16.148443 [ 5 ] {ca6629e4-269e-4ce8-92bb-623393f4d098} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:16.148743 [ 5 ] {ca6629e4-269e-4ce8-92bb-623393f4d098} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.04.07 05:29:16.148953 [ 5 ] {ca6629e4-269e-4ce8-92bb-623393f4d098} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:16.149085 [ 5 ] {ca6629e4-269e-4ce8-92bb-623393f4d098} executeQuery: Read 42 rows, 3.16 KiB in 0.001155 sec., 36363.63636363636 rows/sec., 2.67 MiB/sec. 2026.04.07 05:29:16.149123 [ 5 ] {ca6629e4-269e-4ce8-92bb-623393f4d098} TCPHandler: Processed in 0.001320485 sec. 2026.04.07 05:29:16.149258 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:16.149384 [ 5 ] {9c1a9d3b-c58e-458d-8cdf-16185d957a1c} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:29:16.149432 [ 5 ] {9c1a9d3b-c58e-458d-8cdf-16185d957a1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:29:16.149930 [ 5 ] {9c1a9d3b-c58e-458d-8cdf-16185d957a1c} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:16.149967 [ 5 ] {9c1a9d3b-c58e-458d-8cdf-16185d957a1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:16.150297 [ 5 ] {9c1a9d3b-c58e-458d-8cdf-16185d957a1c} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2026.04.07 05:29:16.150504 [ 5 ] {9c1a9d3b-c58e-458d-8cdf-16185d957a1c} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:16.150639 [ 5 ] {9c1a9d3b-c58e-458d-8cdf-16185d957a1c} executeQuery: Read 106 rows, 8.48 KiB in 0.00128 sec., 82812.5 rows/sec., 6.47 MiB/sec. 2026.04.07 05:29:16.150678 [ 5 ] {9c1a9d3b-c58e-458d-8cdf-16185d957a1c} TCPHandler: Processed in 0.001483528 sec. 2026.04.07 05:29:16.150794 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:16.150889 [ 5 ] {0ae0e2ef-7f25-4ada-9fee-08f5edd866bc} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:29:16.150933 [ 5 ] {0ae0e2ef-7f25-4ada-9fee-08f5edd866bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:29:16.151348 [ 5 ] {0ae0e2ef-7f25-4ada-9fee-08f5edd866bc} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:16.151384 [ 5 ] {0ae0e2ef-7f25-4ada-9fee-08f5edd866bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:16.151710 [ 5 ] {0ae0e2ef-7f25-4ada-9fee-08f5edd866bc} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2026.04.07 05:29:16.151920 [ 5 ] {0ae0e2ef-7f25-4ada-9fee-08f5edd866bc} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:16.152049 [ 5 ] {0ae0e2ef-7f25-4ada-9fee-08f5edd866bc} executeQuery: Read 160 rows, 11.41 KiB in 0.001179 sec., 135708.22731128076 rows/sec., 9.45 MiB/sec. 2026.04.07 05:29:16.152087 [ 5 ] {0ae0e2ef-7f25-4ada-9fee-08f5edd866bc} TCPHandler: Processed in 0.001344866 sec. 2026.04.07 05:29:16.152198 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:16.152294 [ 5 ] {f0c7b094-769a-4148-bba3-246c4c5a74c2} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.07 05:29:16.152347 [ 5 ] {f0c7b094-769a-4148-bba3-246c4c5a74c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.07 05:29:16.153224 [ 5 ] {f0c7b094-769a-4148-bba3-246c4c5a74c2} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:16.153259 [ 5 ] {f0c7b094-769a-4148-bba3-246c4c5a74c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:16.153826 [ 5 ] {f0c7b094-769a-4148-bba3-246c4c5a74c2} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.04.07 05:29:16.154052 [ 5 ] {f0c7b094-769a-4148-bba3-246c4c5a74c2} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:16.154192 [ 5 ] {f0c7b094-769a-4148-bba3-246c4c5a74c2} executeQuery: Read 42 rows, 77.07 KiB in 0.001917 sec., 21909.23317683881 rows/sec., 39.26 MiB/sec. 2026.04.07 05:29:16.154257 [ 5 ] {f0c7b094-769a-4148-bba3-246c4c5a74c2} TCPHandler: Processed in 0.00210996 sec. 2026.04.07 05:29:16.154372 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:16.154468 [ 5 ] {50c6b9cf-c159-404f-a913-dc21d63609c3} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:29:16.154509 [ 5 ] {50c6b9cf-c159-404f-a913-dc21d63609c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:29:16.154871 [ 5 ] {50c6b9cf-c159-404f-a913-dc21d63609c3} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:16.154910 [ 5 ] {50c6b9cf-c159-404f-a913-dc21d63609c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:16.155240 [ 5 ] {50c6b9cf-c159-404f-a913-dc21d63609c3} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2026.04.07 05:29:16.155457 [ 5 ] {50c6b9cf-c159-404f-a913-dc21d63609c3} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:16.155594 [ 5 ] {50c6b9cf-c159-404f-a913-dc21d63609c3} executeQuery: Read 60 rows, 4.14 KiB in 0.001144 sec., 52447.55244755244 rows/sec., 3.53 MiB/sec. 2026.04.07 05:29:16.155631 [ 5 ] {50c6b9cf-c159-404f-a913-dc21d63609c3} TCPHandler: Processed in 0.001309295 sec. 2026.04.07 05:29:20.800754 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 29252 2026.04.07 05:29:20.801553 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:20.801633 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:20.802221 [ 244 ] {} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.04.07 05:29:20.802455 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:20.802597 [ 155 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.04.07 05:29:20.802604 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29252 2026.04.07 05:29:20.802675 [ 155 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:20.802704 [ 155 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:20.802797 [ 188 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.04.07 05:29:20.802883 [ 188 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:29:20.802912 [ 188 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_61_12} MergeTreeSequentialSource: Reading 5 marks from part all_1_56_11, total 26884 rows starting from the beginning of the part 2026.04.07 05:29:20.802978 [ 188 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 448 rows starting from the beginning of the part 2026.04.07 05:29:20.803019 [ 188 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 512 rows starting from the beginning of the part 2026.04.07 05:29:20.803059 [ 188 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 448 rows starting from the beginning of the part 2026.04.07 05:29:20.803097 [ 188 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 512 rows starting from the beginning of the part 2026.04.07 05:29:20.803137 [ 188 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 448 rows starting from the beginning of the part 2026.04.07 05:29:20.805274 [ 195 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 29252 rows, containing 4 columns (4 merged, 0 gathered) in 0.002518827 sec., 11613342.242242124 rows/sec., 166.13 MiB/sec. 2026.04.07 05:29:20.805673 [ 195 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.04.07 05:29:20.805990 [ 195 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_61_12} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:20.806066 [ 195 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_61_12} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.04.07 05:29:20.806162 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.90 MiB. 2026.04.07 05:29:21.143874 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:21.144077 [ 5 ] {ec21d4c7-8be1-435c-a126-cf8daa8a87a1} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.07 05:29:21.144150 [ 5 ] {ec21d4c7-8be1-435c-a126-cf8daa8a87a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.07 05:29:21.144820 [ 5 ] {ec21d4c7-8be1-435c-a126-cf8daa8a87a1} oximeter.fields_ipaddr (825a423c-b132-44a1-9146-cfb597c4352e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:21.144867 [ 5 ] {ec21d4c7-8be1-435c-a126-cf8daa8a87a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:21.145258 [ 5 ] {ec21d4c7-8be1-435c-a126-cf8daa8a87a1} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.07 05:29:21.145491 [ 5 ] {ec21d4c7-8be1-435c-a126-cf8daa8a87a1} oximeter.fields_ipaddr (825a423c-b132-44a1-9146-cfb597c4352e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:21.145649 [ 5 ] {ec21d4c7-8be1-435c-a126-cf8daa8a87a1} executeQuery: Read 2 rows, 167.00 B in 0.001628 sec., 1228.5012285012285 rows/sec., 100.18 KiB/sec. 2026.04.07 05:29:21.145702 [ 5 ] {ec21d4c7-8be1-435c-a126-cf8daa8a87a1} TCPHandler: Processed in 0.001967417 sec. 2026.04.07 05:29:21.145828 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:21.145932 [ 5 ] {2d8bbb12-f3e8-4981-be61-dad787032433} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:29:21.145975 [ 5 ] {2d8bbb12-f3e8-4981-be61-dad787032433} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:29:21.146403 [ 5 ] {2d8bbb12-f3e8-4981-be61-dad787032433} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:21.146441 [ 5 ] {2d8bbb12-f3e8-4981-be61-dad787032433} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:21.146772 [ 5 ] {2d8bbb12-f3e8-4981-be61-dad787032433} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2026.04.07 05:29:21.146997 [ 5 ] {2d8bbb12-f3e8-4981-be61-dad787032433} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:21.147131 [ 5 ] {2d8bbb12-f3e8-4981-be61-dad787032433} executeQuery: Read 57 rows, 4.48 KiB in 0.001222 sec., 46644.844517184945 rows/sec., 3.58 MiB/sec. 2026.04.07 05:29:21.147170 [ 5 ] {2d8bbb12-f3e8-4981-be61-dad787032433} TCPHandler: Processed in 0.001396426 sec. 2026.04.07 05:29:21.147282 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:21.147380 [ 5 ] {84a2718f-011d-4844-b728-01752fbab870} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.07 05:29:21.147420 [ 5 ] {84a2718f-011d-4844-b728-01752fbab870} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.07 05:29:21.147804 [ 5 ] {84a2718f-011d-4844-b728-01752fbab870} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:21.147840 [ 5 ] {84a2718f-011d-4844-b728-01752fbab870} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:21.148129 [ 5 ] {84a2718f-011d-4844-b728-01752fbab870} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.04.07 05:29:21.148351 [ 5 ] {84a2718f-011d-4844-b728-01752fbab870} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:21.148482 [ 5 ] {84a2718f-011d-4844-b728-01752fbab870} executeQuery: Read 2 rows, 143.00 B in 0.001122 sec., 1782.5311942959001 rows/sec., 124.46 KiB/sec. 2026.04.07 05:29:21.148521 [ 5 ] {84a2718f-011d-4844-b728-01752fbab870} TCPHandler: Processed in 0.001290144 sec. 2026.04.07 05:29:21.148630 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:21.148725 [ 5 ] {73971a83-d176-45bd-b284-c0e92bc6d9c2} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:29:21.148765 [ 5 ] {73971a83-d176-45bd-b284-c0e92bc6d9c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:29:21.149171 [ 5 ] {73971a83-d176-45bd-b284-c0e92bc6d9c2} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:21.149207 [ 5 ] {73971a83-d176-45bd-b284-c0e92bc6d9c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:21.149512 [ 5 ] {73971a83-d176-45bd-b284-c0e92bc6d9c2} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2026.04.07 05:29:21.149743 [ 5 ] {73971a83-d176-45bd-b284-c0e92bc6d9c2} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:21.149873 [ 5 ] {73971a83-d176-45bd-b284-c0e92bc6d9c2} executeQuery: Read 66 rows, 5.28 KiB in 0.001167 sec., 56555.269922879175 rows/sec., 4.42 MiB/sec. 2026.04.07 05:29:21.149911 [ 5 ] {73971a83-d176-45bd-b284-c0e92bc6d9c2} TCPHandler: Processed in 0.001331145 sec. 2026.04.07 05:29:21.150023 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:21.150117 [ 5 ] {e3bf8336-03eb-44b0-8e0a-a0b49ce5933f} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:29:21.150160 [ 5 ] {e3bf8336-03eb-44b0-8e0a-a0b49ce5933f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:29:21.150554 [ 5 ] {e3bf8336-03eb-44b0-8e0a-a0b49ce5933f} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:21.150590 [ 5 ] {e3bf8336-03eb-44b0-8e0a-a0b49ce5933f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:21.150929 [ 5 ] {e3bf8336-03eb-44b0-8e0a-a0b49ce5933f} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2026.04.07 05:29:21.151151 [ 5 ] {e3bf8336-03eb-44b0-8e0a-a0b49ce5933f} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:21.151282 [ 5 ] {e3bf8336-03eb-44b0-8e0a-a0b49ce5933f} executeQuery: Read 161 rows, 11.48 KiB in 0.001183 sec., 136094.67455621302 rows/sec., 9.48 MiB/sec. 2026.04.07 05:29:21.151319 [ 5 ] {e3bf8336-03eb-44b0-8e0a-a0b49ce5933f} TCPHandler: Processed in 0.001345775 sec. 2026.04.07 05:29:21.151427 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:21.151521 [ 5 ] {41be564f-86c3-4142-b1b7-4439f90af458} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:29:21.151562 [ 5 ] {41be564f-86c3-4142-b1b7-4439f90af458} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:29:21.151891 [ 5 ] {41be564f-86c3-4142-b1b7-4439f90af458} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:21.151927 [ 5 ] {41be564f-86c3-4142-b1b7-4439f90af458} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:21.152238 [ 5 ] {41be564f-86c3-4142-b1b7-4439f90af458} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2026.04.07 05:29:21.152466 [ 5 ] {41be564f-86c3-4142-b1b7-4439f90af458} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:21.152598 [ 5 ] {41be564f-86c3-4142-b1b7-4439f90af458} executeQuery: Read 60 rows, 4.14 KiB in 0.001095 sec., 54794.520547945205 rows/sec., 3.69 MiB/sec. 2026.04.07 05:29:21.152632 [ 5 ] {41be564f-86c3-4142-b1b7-4439f90af458} TCPHandler: Processed in 0.001255914 sec. 2026.04.07 05:29:22.389901 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 460 2026.04.07 05:29:22.406915 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:22.406969 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:22.413646 [ 243 ] {} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.04.07 05:29:22.414865 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:22.415861 [ 153 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.04.07 05:29:22.415938 [ 153 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:22.415963 [ 153 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:22.416082 [ 191 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.04.07 05:29:22.419143 [ 191 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:29:22.419950 [ 191 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 422 rows starting from the beginning of the part 2026.04.07 05:29:22.420230 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 460 2026.04.07 05:29:22.423493 [ 191 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 8 rows starting from the beginning of the part 2026.04.07 05:29:22.427176 [ 191 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 7 rows starting from the beginning of the part 2026.04.07 05:29:22.431099 [ 191 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 8 rows starting from the beginning of the part 2026.04.07 05:29:22.435447 [ 191 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 7 rows starting from the beginning of the part 2026.04.07 05:29:22.439281 [ 191 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 8 rows starting from the beginning of the part 2026.04.07 05:29:22.490625 [ 190 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.074586717 sec., 6167.317968962222 rows/sec., 31.89 MiB/sec. 2026.04.07 05:29:22.493728 [ 193 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.04.07 05:29:22.496076 [ 193 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_61_12} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:22.496194 [ 193 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_61_12} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.04.07 05:29:22.498269 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. 2026.04.07 05:29:23.376342 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1354 2026.04.07 05:29:23.378716 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:23.378766 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:23.379949 [ 242 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.04.07 05:29:23.380213 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:23.380416 [ 153 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.04.07 05:29:23.380475 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1354 2026.04.07 05:29:23.380515 [ 153 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:23.380559 [ 153 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:23.380679 [ 194 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.04.07 05:29:23.381194 [ 194 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:29:23.381336 [ 194 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1210 rows starting from the beginning of the part 2026.04.07 05:29:23.381710 [ 194 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 36 rows starting from the beginning of the part 2026.04.07 05:29:23.382060 [ 194 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 20 rows starting from the beginning of the part 2026.04.07 05:29:23.382396 [ 194 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 26 rows starting from the beginning of the part 2026.04.07 05:29:23.382722 [ 194 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 38 rows starting from the beginning of the part 2026.04.07 05:29:23.383053 [ 194 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 24 rows starting from the beginning of the part 2026.04.07 05:29:23.390465 [ 200 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 1354 rows, containing 72 columns (72 merged, 0 gathered) in 0.009830255 sec., 137738.03426259034 rows/sec., 107.90 MiB/sec. 2026.04.07 05:29:23.392053 [ 196 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.04.07 05:29:23.392712 [ 196 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_46_9} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:23.392807 [ 196 ] {00406929-b6c2-4a50-a7f3-c0021f5cc7d9::all_1_46_9} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.04.07 05:29:23.393105 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.94 MiB. 2026.04.07 05:29:26.146364 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:26.146583 [ 5 ] {23b5adae-c9df-4b2d-8711-102a3790a6de} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:29:26.146658 [ 5 ] {23b5adae-c9df-4b2d-8711-102a3790a6de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:29:26.147401 [ 5 ] {23b5adae-c9df-4b2d-8711-102a3790a6de} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:26.147443 [ 5 ] {23b5adae-c9df-4b2d-8711-102a3790a6de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:26.147870 [ 5 ] {23b5adae-c9df-4b2d-8711-102a3790a6de} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2026.04.07 05:29:26.148102 [ 5 ] {23b5adae-c9df-4b2d-8711-102a3790a6de} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:26.148275 [ 5 ] {23b5adae-c9df-4b2d-8711-102a3790a6de} executeQuery: Read 140 rows, 12.49 KiB in 0.001748 sec., 80091.53318077803 rows/sec., 6.98 MiB/sec. 2026.04.07 05:29:26.148325 [ 5 ] {23b5adae-c9df-4b2d-8711-102a3790a6de} TCPHandler: Processed in 0.002104669 sec. 2026.04.07 05:29:26.148450 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:26.148554 [ 5 ] {a54dc816-9dfc-49c3-ac08-6e4df61d06cc} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.07 05:29:26.148599 [ 5 ] {a54dc816-9dfc-49c3-ac08-6e4df61d06cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.07 05:29:26.149031 [ 5 ] {a54dc816-9dfc-49c3-ac08-6e4df61d06cc} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:26.149066 [ 5 ] {a54dc816-9dfc-49c3-ac08-6e4df61d06cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:26.149379 [ 5 ] {a54dc816-9dfc-49c3-ac08-6e4df61d06cc} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.04.07 05:29:26.149596 [ 5 ] {a54dc816-9dfc-49c3-ac08-6e4df61d06cc} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:26.149732 [ 5 ] {a54dc816-9dfc-49c3-ac08-6e4df61d06cc} executeQuery: Read 42 rows, 3.16 KiB in 0.001202 sec., 34941.76372712146 rows/sec., 2.57 MiB/sec. 2026.04.07 05:29:26.149772 [ 5 ] {a54dc816-9dfc-49c3-ac08-6e4df61d06cc} TCPHandler: Processed in 0.001375696 sec. 2026.04.07 05:29:26.149890 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:26.149989 [ 5 ] {7a1faf9d-d1af-4687-8550-61e684a9eb1f} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:29:26.150030 [ 5 ] {7a1faf9d-d1af-4687-8550-61e684a9eb1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:29:26.150454 [ 5 ] {7a1faf9d-d1af-4687-8550-61e684a9eb1f} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:26.150489 [ 5 ] {7a1faf9d-d1af-4687-8550-61e684a9eb1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:26.150800 [ 5 ] {7a1faf9d-d1af-4687-8550-61e684a9eb1f} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2026.04.07 05:29:26.151023 [ 5 ] {7a1faf9d-d1af-4687-8550-61e684a9eb1f} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:26.151154 [ 5 ] {7a1faf9d-d1af-4687-8550-61e684a9eb1f} executeQuery: Read 106 rows, 8.48 KiB in 0.001185 sec., 89451.47679324893 rows/sec., 6.99 MiB/sec. 2026.04.07 05:29:26.151191 [ 5 ] {7a1faf9d-d1af-4687-8550-61e684a9eb1f} TCPHandler: Processed in 0.001351936 sec. 2026.04.07 05:29:26.151306 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:26.151402 [ 5 ] {5accfb4c-686f-4fd5-9676-1a7b912a340e} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:29:26.151445 [ 5 ] {5accfb4c-686f-4fd5-9676-1a7b912a340e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:29:26.151848 [ 5 ] {5accfb4c-686f-4fd5-9676-1a7b912a340e} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:26.151883 [ 5 ] {5accfb4c-686f-4fd5-9676-1a7b912a340e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:26.152207 [ 5 ] {5accfb4c-686f-4fd5-9676-1a7b912a340e} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2026.04.07 05:29:26.152431 [ 5 ] {5accfb4c-686f-4fd5-9676-1a7b912a340e} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:26.152537 [ 149 ] {} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900) (MergerMutator): Selected 2 parts from all_1_95_21 to all_96_96_0 2026.04.07 05:29:26.152562 [ 5 ] {5accfb4c-686f-4fd5-9676-1a7b912a340e} executeQuery: Read 160 rows, 11.41 KiB in 0.00118 sec., 135593.22033898305 rows/sec., 9.44 MiB/sec. 2026.04.07 05:29:26.152574 [ 149 ] {} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:26.152595 [ 149 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:26.152607 [ 5 ] {5accfb4c-686f-4fd5-9676-1a7b912a340e} TCPHandler: Processed in 0.001350485 sec. 2026.04.07 05:29:26.152698 [ 202 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_96_22} MergeTask::PrepareStage: Merging 2 parts: from all_1_95_21 to all_96_96_0 into Compact with storage Full 2026.04.07 05:29:26.152723 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:26.152833 [ 5 ] {3d712e60-21d7-414c-a48d-a67050fcc91d} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.07 05:29:26.152844 [ 202 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_96_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:29:26.152886 [ 5 ] {3d712e60-21d7-414c-a48d-a67050fcc91d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.07 05:29:26.152887 [ 202 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_96_22} MergeTreeSequentialSource: Reading 6 marks from part all_1_95_21, total 33982 rows starting from the beginning of the part 2026.04.07 05:29:26.152988 [ 202 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_96_22} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 64 rows starting from the beginning of the part 2026.04.07 05:29:26.153741 [ 5 ] {3d712e60-21d7-414c-a48d-a67050fcc91d} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:26.153782 [ 5 ] {3d712e60-21d7-414c-a48d-a67050fcc91d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:26.154438 [ 5 ] {3d712e60-21d7-414c-a48d-a67050fcc91d} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.04.07 05:29:26.154675 [ 5 ] {3d712e60-21d7-414c-a48d-a67050fcc91d} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:26.154846 [ 5 ] {3d712e60-21d7-414c-a48d-a67050fcc91d} executeQuery: Read 42 rows, 77.07 KiB in 0.00202 sec., 20792.07920792079 rows/sec., 37.26 MiB/sec. 2026.04.07 05:29:26.154931 [ 5 ] {3d712e60-21d7-414c-a48d-a67050fcc91d} TCPHandler: Processed in 0.002258072 sec. 2026.04.07 05:29:26.155081 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:26.155201 [ 5 ] {905e2f15-76e5-40fc-8ac4-b49f0ee96fa1} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:29:26.155251 [ 5 ] {905e2f15-76e5-40fc-8ac4-b49f0ee96fa1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:29:26.155681 [ 5 ] {905e2f15-76e5-40fc-8ac4-b49f0ee96fa1} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:26.155724 [ 5 ] {905e2f15-76e5-40fc-8ac4-b49f0ee96fa1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:26.156233 [ 5 ] {905e2f15-76e5-40fc-8ac4-b49f0ee96fa1} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2026.04.07 05:29:26.156461 [ 5 ] {905e2f15-76e5-40fc-8ac4-b49f0ee96fa1} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:26.156601 [ 5 ] {905e2f15-76e5-40fc-8ac4-b49f0ee96fa1} executeQuery: Read 60 rows, 4.14 KiB in 0.001426 sec., 42075.7363253857 rows/sec., 2.84 MiB/sec. 2026.04.07 05:29:26.156638 [ 5 ] {905e2f15-76e5-40fc-8ac4-b49f0ee96fa1} TCPHandler: Processed in 0.00162 sec. 2026.04.07 05:29:26.161080 [ 200 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_96_22} MergeTask::MergeProjectionsStage: Merge sorted 34046 rows, containing 5 columns (5 merged, 0 gathered) in 0.008422069 sec., 4042474.598581417 rows/sec., 263.23 MiB/sec. 2026.04.07 05:29:26.161392 [ 198 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_96_22} MergedBlockOutputStream: filled checksums all_1_96_22 (state Temporary) 2026.04.07 05:29:26.161750 [ 198 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_96_22} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_merge_all_1_96_22 to all_1_96_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:26.161840 [ 198 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_96_22} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900) (MergerMutator): Merged 2 parts: [all_1_95_21, all_96_96_0] -> all_1_96_22 2026.04.07 05:29:26.161923 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. 2026.04.07 05:29:27.000325 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 340.89 MiB, peak 353.30 MiB, free memory in arenas 0.00 B, will set to 343.62 MiB (RSS), difference: 2.72 MiB 2026.04.07 05:29:28.078713 [ 147 ] {} DNSResolver: Updating DNS cache 2026.04.07 05:29:28.078761 [ 147 ] {} DNSResolver: Updated DNS cache 2026.04.07 05:29:28.302994 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 29764 2026.04.07 05:29:28.303886 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:28.303964 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:28.304525 [ 244 ] {} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.04.07 05:29:28.304765 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:28.304908 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29764 2026.04.07 05:29:29.920403 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 467 2026.04.07 05:29:29.936104 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:29.936167 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:29.942190 [ 243 ] {} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.04.07 05:29:29.942901 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:29.945903 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 467 2026.04.07 05:29:31.143767 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:31.143945 [ 5 ] {6ee81f3b-1a2b-4f23-8e0d-f8e00c867174} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:29:31.144010 [ 5 ] {6ee81f3b-1a2b-4f23-8e0d-f8e00c867174} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:29:31.144651 [ 5 ] {6ee81f3b-1a2b-4f23-8e0d-f8e00c867174} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:31.144695 [ 5 ] {6ee81f3b-1a2b-4f23-8e0d-f8e00c867174} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:31.145070 [ 5 ] {6ee81f3b-1a2b-4f23-8e0d-f8e00c867174} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2026.04.07 05:29:31.145286 [ 5 ] {6ee81f3b-1a2b-4f23-8e0d-f8e00c867174} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:31.145434 [ 5 ] {6ee81f3b-1a2b-4f23-8e0d-f8e00c867174} executeQuery: Read 56 rows, 4.41 KiB in 0.001539 sec., 36387.264457439895 rows/sec., 2.80 MiB/sec. 2026.04.07 05:29:31.145437 [ 142 ] {} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2026.04.07 05:29:31.145478 [ 5 ] {6ee81f3b-1a2b-4f23-8e0d-f8e00c867174} TCPHandler: Processed in 0.001836904 sec. 2026.04.07 05:29:31.145508 [ 142 ] {} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:31.145539 [ 142 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:31.145615 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:31.145684 [ 187 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_101_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full 2026.04.07 05:29:31.145714 [ 5 ] {b924059c-cd8d-40fa-a5bd-b42be2b97dad} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:29:31.145767 [ 5 ] {b924059c-cd8d-40fa-a5bd-b42be2b97dad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:29:31.145839 [ 187 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:29:31.145889 [ 187 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 2620 rows starting from the beginning of the part 2026.04.07 05:29:31.145963 [ 187 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 56 rows starting from the beginning of the part 2026.04.07 05:29:31.146028 [ 187 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 140 rows starting from the beginning of the part 2026.04.07 05:29:31.146077 [ 187 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 57 rows starting from the beginning of the part 2026.04.07 05:29:31.146122 [ 187 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 140 rows starting from the beginning of the part 2026.04.07 05:29:31.146169 [ 187 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 56 rows starting from the beginning of the part 2026.04.07 05:29:31.146183 [ 5 ] {b924059c-cd8d-40fa-a5bd-b42be2b97dad} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:31.146223 [ 5 ] {b924059c-cd8d-40fa-a5bd-b42be2b97dad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:31.146571 [ 5 ] {b924059c-cd8d-40fa-a5bd-b42be2b97dad} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2026.04.07 05:29:31.146794 [ 5 ] {b924059c-cd8d-40fa-a5bd-b42be2b97dad} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:31.146918 [ 142 ] {} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2026.04.07 05:29:31.146928 [ 5 ] {b924059c-cd8d-40fa-a5bd-b42be2b97dad} executeQuery: Read 64 rows, 5.12 KiB in 0.001233 sec., 51905.92051905921 rows/sec., 4.05 MiB/sec. 2026.04.07 05:29:31.146958 [ 142 ] {} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:31.146981 [ 5 ] {b924059c-cd8d-40fa-a5bd-b42be2b97dad} TCPHandler: Processed in 0.001415367 sec. 2026.04.07 05:29:31.146983 [ 142 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:31.147107 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:31.147112 [ 200 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_101_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full 2026.04.07 05:29:31.147205 [ 5 ] {b3e0b9a3-4d56-4f02-90e6-9ad93f63d57a} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:29:31.147251 [ 5 ] {b3e0b9a3-4d56-4f02-90e6-9ad93f63d57a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:29:31.147267 [ 200 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:29:31.147314 [ 200 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1404 rows starting from the beginning of the part 2026.04.07 05:29:31.147389 [ 200 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 64 rows starting from the beginning of the part 2026.04.07 05:29:31.147436 [ 200 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 106 rows starting from the beginning of the part 2026.04.07 05:29:31.147475 [ 200 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 66 rows starting from the beginning of the part 2026.04.07 05:29:31.147512 [ 200 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 106 rows starting from the beginning of the part 2026.04.07 05:29:31.147553 [ 200 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 64 rows starting from the beginning of the part 2026.04.07 05:29:31.147569 [ 192 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 3069 rows, containing 5 columns (5 merged, 0 gathered) in 0.001951017 sec., 1573025.7604111086 rows/sec., 126.29 MiB/sec. 2026.04.07 05:29:31.147666 [ 5 ] {b3e0b9a3-4d56-4f02-90e6-9ad93f63d57a} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:31.147708 [ 5 ] {b3e0b9a3-4d56-4f02-90e6-9ad93f63d57a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:31.147905 [ 199 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2026.04.07 05:29:31.148071 [ 5 ] {b3e0b9a3-4d56-4f02-90e6-9ad93f63d57a} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2026.04.07 05:29:31.148256 [ 199 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_101_20} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:31.148342 [ 5 ] {b3e0b9a3-4d56-4f02-90e6-9ad93f63d57a} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:31.148348 [ 199 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_101_20} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2026.04.07 05:29:31.148454 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. 2026.04.07 05:29:31.148479 [ 142 ] {} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900) (MergerMutator): Selected 2 parts from all_1_96_22 to all_97_97_0 2026.04.07 05:29:31.148487 [ 5 ] {b3e0b9a3-4d56-4f02-90e6-9ad93f63d57a} executeQuery: Read 160 rows, 11.41 KiB in 0.0013 sec., 123076.92307692308 rows/sec., 8.57 MiB/sec. 2026.04.07 05:29:31.148513 [ 142 ] {} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:31.148546 [ 142 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:31.148555 [ 5 ] {b3e0b9a3-4d56-4f02-90e6-9ad93f63d57a} TCPHandler: Processed in 0.001495259 sec. 2026.04.07 05:29:31.148611 [ 197 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_97_23} MergeTask::PrepareStage: Merging 2 parts: from all_1_96_22 to all_97_97_0 into Compact with storage Full 2026.04.07 05:29:31.148676 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:31.148706 [ 197 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_97_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:29:31.148736 [ 197 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_97_23} MergeTreeSequentialSource: Reading 6 marks from part all_1_96_22, total 34046 rows starting from the beginning of the part 2026.04.07 05:29:31.148769 [ 5 ] {fd5c5366-9397-4aa3-98d8-8d75395b8599} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:29:31.148777 [ 192 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 1810 rows, containing 5 columns (5 merged, 0 gathered) in 0.001724323 sec., 1049687.3265623667 rows/sec., 77.70 MiB/sec. 2026.04.07 05:29:31.148795 [ 197 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_97_23} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 160 rows starting from the beginning of the part 2026.04.07 05:29:31.148809 [ 5 ] {fd5c5366-9397-4aa3-98d8-8d75395b8599} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:29:31.149063 [ 186 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2026.04.07 05:29:31.149154 [ 5 ] {fd5c5366-9397-4aa3-98d8-8d75395b8599} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:31.149194 [ 5 ] {fd5c5366-9397-4aa3-98d8-8d75395b8599} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:31.149414 [ 186 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_101_20} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:31.149503 [ 186 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_101_20} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2026.04.07 05:29:31.149623 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. 2026.04.07 05:29:31.149679 [ 5 ] {fd5c5366-9397-4aa3-98d8-8d75395b8599} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2026.04.07 05:29:31.149956 [ 5 ] {fd5c5366-9397-4aa3-98d8-8d75395b8599} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:31.150091 [ 142 ] {} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2026.04.07 05:29:31.150096 [ 5 ] {fd5c5366-9397-4aa3-98d8-8d75395b8599} executeQuery: Read 60 rows, 4.14 KiB in 0.001345 sec., 44609.665427509295 rows/sec., 3.01 MiB/sec. 2026.04.07 05:29:31.150134 [ 142 ] {} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:31.150156 [ 5 ] {fd5c5366-9397-4aa3-98d8-8d75395b8599} TCPHandler: Processed in 0.001526839 sec. 2026.04.07 05:29:31.150160 [ 142 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:31.150253 [ 199 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_101_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full 2026.04.07 05:29:31.150355 [ 199 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:29:31.150381 [ 199 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 5046 rows starting from the beginning of the part 2026.04.07 05:29:31.150430 [ 199 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 60 rows starting from the beginning of the part 2026.04.07 05:29:31.150479 [ 199 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 60 rows starting from the beginning of the part 2026.04.07 05:29:31.150517 [ 199 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 60 rows starting from the beginning of the part 2026.04.07 05:29:31.150558 [ 199 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 60 rows starting from the beginning of the part 2026.04.07 05:29:31.150595 [ 199 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 60 rows starting from the beginning of the part 2026.04.07 05:29:31.152986 [ 186 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 5346 rows, containing 4 columns (4 merged, 0 gathered) in 0.002763432 sec., 1934550.9496886479 rows/sec., 130.44 MiB/sec. 2026.04.07 05:29:31.153453 [ 192 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2026.04.07 05:29:31.153798 [ 192 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_101_20} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:31.153893 [ 192 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_101_20} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2026.04.07 05:29:31.153990 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB. 2026.04.07 05:29:31.156464 [ 192 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_97_23} MergeTask::MergeProjectionsStage: Merge sorted 34206 rows, containing 5 columns (5 merged, 0 gathered) in 0.007879579 sec., 4341094.873215943 rows/sec., 282.76 MiB/sec. 2026.04.07 05:29:31.156828 [ 188 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_97_23} MergedBlockOutputStream: filled checksums all_1_97_23 (state Temporary) 2026.04.07 05:29:31.157131 [ 188 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_97_23} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_merge_all_1_97_23 to all_1_97_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:31.157214 [ 188 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_97_23} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900) (MergerMutator): Merged 2 parts: [all_1_96_22, all_97_97_0] -> all_1_97_23 2026.04.07 05:29:31.157290 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. 2026.04.07 05:29:32.000266 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 344.00 MiB, peak 355.43 MiB, free memory in arenas 0.00 B, will set to 345.53 MiB (RSS), difference: 1.53 MiB 2026.04.07 05:29:33.380743 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1374 2026.04.07 05:29:33.383033 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:33.383094 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:33.384319 [ 242 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.04.07 05:29:33.384605 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:33.384927 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1374 2026.04.07 05:29:34.102938 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:34.103169 [ 5 ] {b0ae4202-615e-4dfb-9469-baa97686b188} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.07 05:29:34.103244 [ 5 ] {b0ae4202-615e-4dfb-9469-baa97686b188} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.07 05:29:34.103912 [ 5 ] {b0ae4202-615e-4dfb-9469-baa97686b188} oximeter.fields_i16 (19a28ab3-93b8-470f-bc08-bb1de0445c9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:34.103958 [ 5 ] {b0ae4202-615e-4dfb-9469-baa97686b188} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:34.104374 [ 5 ] {b0ae4202-615e-4dfb-9469-baa97686b188} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.07 05:29:34.104607 [ 5 ] {b0ae4202-615e-4dfb-9469-baa97686b188} oximeter.fields_i16 (19a28ab3-93b8-470f-bc08-bb1de0445c9c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:34.104770 [ 5 ] {b0ae4202-615e-4dfb-9469-baa97686b188} executeQuery: Read 24 rows, 2.04 KiB in 0.001665 sec., 14414.414414414414 rows/sec., 1.20 MiB/sec. 2026.04.07 05:29:34.104821 [ 5 ] {b0ae4202-615e-4dfb-9469-baa97686b188} TCPHandler: Processed in 0.002020718 sec. 2026.04.07 05:29:34.104953 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:34.105066 [ 5 ] {8c2a0c0a-9825-4484-9c96-400ba25d1a69} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:29:34.105113 [ 5 ] {8c2a0c0a-9825-4484-9c96-400ba25d1a69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:29:34.106798 [ 5 ] {8c2a0c0a-9825-4484-9c96-400ba25d1a69} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:34.106837 [ 5 ] {8c2a0c0a-9825-4484-9c96-400ba25d1a69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:34.107323 [ 5 ] {8c2a0c0a-9825-4484-9c96-400ba25d1a69} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2026.04.07 05:29:34.107551 [ 5 ] {8c2a0c0a-9825-4484-9c96-400ba25d1a69} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:34.107689 [ 5 ] {8c2a0c0a-9825-4484-9c96-400ba25d1a69} executeQuery: Read 2609 rows, 201.24 KiB in 0.002654 sec., 983044.4611906556 rows/sec., 74.05 MiB/sec. 2026.04.07 05:29:34.107733 [ 5 ] {8c2a0c0a-9825-4484-9c96-400ba25d1a69} MemoryTracker: Peak memory usage (for query): 4.02 MiB. 2026.04.07 05:29:34.107747 [ 5 ] {8c2a0c0a-9825-4484-9c96-400ba25d1a69} TCPHandler: Processed in 0.002847304 sec. 2026.04.07 05:29:34.107865 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:34.107972 [ 5 ] {46e48773-f874-4f97-9014-8b989585eac1} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.07 05:29:34.108014 [ 5 ] {46e48773-f874-4f97-9014-8b989585eac1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.07 05:29:34.108437 [ 5 ] {46e48773-f874-4f97-9014-8b989585eac1} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:34.108473 [ 5 ] {46e48773-f874-4f97-9014-8b989585eac1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:34.108789 [ 5 ] {46e48773-f874-4f97-9014-8b989585eac1} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.04.07 05:29:34.109003 [ 5 ] {46e48773-f874-4f97-9014-8b989585eac1} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:34.109133 [ 5 ] {46e48773-f874-4f97-9014-8b989585eac1} executeQuery: Read 65 rows, 4.95 KiB in 0.001182 sec., 54991.53976311336 rows/sec., 4.09 MiB/sec. 2026.04.07 05:29:34.109172 [ 5 ] {46e48773-f874-4f97-9014-8b989585eac1} TCPHandler: Processed in 0.001358846 sec. 2026.04.07 05:29:34.109288 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:34.109385 [ 5 ] {e71b7956-0b81-4ee8-97ab-a5f6aa46f2ea} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.07 05:29:34.109425 [ 5 ] {e71b7956-0b81-4ee8-97ab-a5f6aa46f2ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.07 05:29:34.110129 [ 5 ] {e71b7956-0b81-4ee8-97ab-a5f6aa46f2ea} oximeter.fields_u32 (77106049-3b56-443c-8974-c866b1324d40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:34.110166 [ 5 ] {e71b7956-0b81-4ee8-97ab-a5f6aa46f2ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:34.110515 [ 5 ] {e71b7956-0b81-4ee8-97ab-a5f6aa46f2ea} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.07 05:29:34.110729 [ 5 ] {e71b7956-0b81-4ee8-97ab-a5f6aa46f2ea} oximeter.fields_u32 (77106049-3b56-443c-8974-c866b1324d40): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:34.110859 [ 5 ] {e71b7956-0b81-4ee8-97ab-a5f6aa46f2ea} executeQuery: Read 825 rows, 49.42 KiB in 0.001494 sec., 552208.8353413654 rows/sec., 32.30 MiB/sec. 2026.04.07 05:29:34.110899 [ 5 ] {e71b7956-0b81-4ee8-97ab-a5f6aa46f2ea} TCPHandler: Processed in 0.001661101 sec. 2026.04.07 05:29:34.111019 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:34.111117 [ 5 ] {554c70f9-abf0-441d-b730-0c6b46929ae1} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.04.07 05:29:34.111158 [ 5 ] {554c70f9-abf0-441d-b730-0c6b46929ae1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.04.07 05:29:34.111544 [ 5 ] {554c70f9-abf0-441d-b730-0c6b46929ae1} oximeter.fields_u64 (694db3f7-adc1-48c0-aa80-2e45c79f29b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:34.111581 [ 5 ] {554c70f9-abf0-441d-b730-0c6b46929ae1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:34.111871 [ 5 ] {554c70f9-abf0-441d-b730-0c6b46929ae1} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.07 05:29:34.112071 [ 5 ] {554c70f9-abf0-441d-b730-0c6b46929ae1} oximeter.fields_u64 (694db3f7-adc1-48c0-aa80-2e45c79f29b4): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:34.112196 [ 5 ] {554c70f9-abf0-441d-b730-0c6b46929ae1} executeQuery: Read 1 rows, 72.00 B in 0.001118 sec., 894.4543828264758 rows/sec., 62.89 KiB/sec. 2026.04.07 05:29:34.112231 [ 5 ] {554c70f9-abf0-441d-b730-0c6b46929ae1} TCPHandler: Processed in 0.001284715 sec. 2026.04.07 05:29:34.112339 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:34.112427 [ 5 ] {d09a7399-f23a-4c0b-b826-c1275d086b0d} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.07 05:29:34.112465 [ 5 ] {d09a7399-f23a-4c0b-b826-c1275d086b0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.07 05:29:34.112833 [ 5 ] {d09a7399-f23a-4c0b-b826-c1275d086b0d} oximeter.fields_u8 (0286c37b-6235-46e9-9a40-c9bc493e69eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:34.112933 [ 5 ] {d09a7399-f23a-4c0b-b826-c1275d086b0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:34.113230 [ 5 ] {d09a7399-f23a-4c0b-b826-c1275d086b0d} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.07 05:29:34.113444 [ 5 ] {d09a7399-f23a-4c0b-b826-c1275d086b0d} oximeter.fields_u8 (0286c37b-6235-46e9-9a40-c9bc493e69eb): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:34.113573 [ 5 ] {d09a7399-f23a-4c0b-b826-c1275d086b0d} executeQuery: Read 12 rows, 960.00 B in 0.001127 sec., 10647.73735581189 rows/sec., 831.85 KiB/sec. 2026.04.07 05:29:34.113612 [ 5 ] {d09a7399-f23a-4c0b-b826-c1275d086b0d} TCPHandler: Processed in 0.001292454 sec. 2026.04.07 05:29:34.113726 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:34.113820 [ 5 ] {d7c57511-fc4e-489a-884b-f72081a71cac} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:29:34.113860 [ 5 ] {d7c57511-fc4e-489a-884b-f72081a71cac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:29:34.114743 [ 5 ] {d7c57511-fc4e-489a-884b-f72081a71cac} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:34.114781 [ 5 ] {d7c57511-fc4e-489a-884b-f72081a71cac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:34.115146 [ 5 ] {d7c57511-fc4e-489a-884b-f72081a71cac} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2026.04.07 05:29:34.115365 [ 5 ] {d7c57511-fc4e-489a-884b-f72081a71cac} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:34.115497 [ 5 ] {d7c57511-fc4e-489a-884b-f72081a71cac} executeQuery: Read 1368 rows, 94.74 KiB in 0.001694 sec., 807556.080283353 rows/sec., 54.61 MiB/sec. 2026.04.07 05:29:34.115537 [ 5 ] {d7c57511-fc4e-489a-884b-f72081a71cac} TCPHandler: Processed in 0.001860805 sec. 2026.04.07 05:29:34.115650 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:34.115745 [ 5 ] {48922a4e-60d5-4483-85d3-39b2aaf71ad4} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:29:34.115789 [ 5 ] {48922a4e-60d5-4483-85d3-39b2aaf71ad4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:29:34.116555 [ 5 ] {48922a4e-60d5-4483-85d3-39b2aaf71ad4} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:34.116592 [ 5 ] {48922a4e-60d5-4483-85d3-39b2aaf71ad4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:34.117075 [ 5 ] {48922a4e-60d5-4483-85d3-39b2aaf71ad4} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2026.04.07 05:29:34.117292 [ 5 ] {48922a4e-60d5-4483-85d3-39b2aaf71ad4} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:34.117436 [ 143 ] {} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900) (MergerMutator): Selected 6 parts from all_1_97_23 to all_102_102_0 2026.04.07 05:29:34.117441 [ 5 ] {48922a4e-60d5-4483-85d3-39b2aaf71ad4} executeQuery: Read 1596 rows, 100.46 KiB in 0.001714 sec., 931155.1925320887 rows/sec., 57.24 MiB/sec. 2026.04.07 05:29:34.117508 [ 143 ] {} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:34.117528 [ 5 ] {48922a4e-60d5-4483-85d3-39b2aaf71ad4} TCPHandler: Processed in 0.001927316 sec. 2026.04.07 05:29:34.117534 [ 143 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:34.117655 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:34.117673 [ 192 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_102_24} MergeTask::PrepareStage: Merging 6 parts: from all_1_97_23 to all_102_102_0 into Compact with storage Full 2026.04.07 05:29:34.117756 [ 5 ] {bc6042e4-5b27-484b-9cfb-2a49253b40c4} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.07 05:29:34.117816 [ 5 ] {bc6042e4-5b27-484b-9cfb-2a49253b40c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.07 05:29:34.117842 [ 192 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_102_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:29:34.117891 [ 192 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_102_24} MergeTreeSequentialSource: Reading 6 marks from part all_1_97_23, total 34206 rows starting from the beginning of the part 2026.04.07 05:29:34.117985 [ 192 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_102_24} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 160 rows starting from the beginning of the part 2026.04.07 05:29:34.118043 [ 192 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_102_24} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 161 rows starting from the beginning of the part 2026.04.07 05:29:34.118092 [ 192 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_102_24} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 160 rows starting from the beginning of the part 2026.04.07 05:29:34.118139 [ 192 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_102_24} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 160 rows starting from the beginning of the part 2026.04.07 05:29:34.118187 [ 192 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_102_24} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 1596 rows starting from the beginning of the part 2026.04.07 05:29:34.118728 [ 5 ] {bc6042e4-5b27-484b-9cfb-2a49253b40c4} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:34.118770 [ 5 ] {bc6042e4-5b27-484b-9cfb-2a49253b40c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:34.119383 [ 5 ] {bc6042e4-5b27-484b-9cfb-2a49253b40c4} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.04.07 05:29:34.119626 [ 5 ] {bc6042e4-5b27-484b-9cfb-2a49253b40c4} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:34.119750 [ 143 ] {} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.04.07 05:29:34.119775 [ 5 ] {bc6042e4-5b27-484b-9cfb-2a49253b40c4} executeQuery: Read 53 rows, 97.25 KiB in 0.002036 sec., 26031.434184675836 rows/sec., 46.65 MiB/sec. 2026.04.07 05:29:34.119790 [ 143 ] {} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:34.119817 [ 143 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:34.119849 [ 5 ] {bc6042e4-5b27-484b-9cfb-2a49253b40c4} TCPHandler: Processed in 0.002244292 sec. 2026.04.07 05:29:34.119894 [ 188 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.04.07 05:29:34.119970 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:34.120071 [ 5 ] {8d39fb57-2ca1-4154-bc02-3c5a758f6d2b} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:29:34.120114 [ 5 ] {8d39fb57-2ca1-4154-bc02-3c5a758f6d2b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:29:34.120119 [ 188 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:29:34.120182 [ 188 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1766 rows starting from the beginning of the part 2026.04.07 05:29:34.120300 [ 188 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 42 rows starting from the beginning of the part 2026.04.07 05:29:34.120402 [ 188 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 53 rows starting from the beginning of the part 2026.04.07 05:29:34.120454 [ 5 ] {8d39fb57-2ca1-4154-bc02-3c5a758f6d2b} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:34.120497 [ 5 ] {8d39fb57-2ca1-4154-bc02-3c5a758f6d2b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:34.120497 [ 188 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 42 rows starting from the beginning of the part 2026.04.07 05:29:34.120601 [ 188 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 42 rows starting from the beginning of the part 2026.04.07 05:29:34.120691 [ 188 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 53 rows starting from the beginning of the part 2026.04.07 05:29:34.120827 [ 5 ] {8d39fb57-2ca1-4154-bc02-3c5a758f6d2b} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2026.04.07 05:29:34.121097 [ 5 ] {8d39fb57-2ca1-4154-bc02-3c5a758f6d2b} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:34.121241 [ 5 ] {8d39fb57-2ca1-4154-bc02-3c5a758f6d2b} executeQuery: Read 36 rows, 2.48 KiB in 0.001188 sec., 30303.0303030303 rows/sec., 2.04 MiB/sec. 2026.04.07 05:29:34.121279 [ 5 ] {8d39fb57-2ca1-4154-bc02-3c5a758f6d2b} TCPHandler: Processed in 0.001359116 sec. 2026.04.07 05:29:34.126235 [ 193 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_102_24} MergeTask::MergeProjectionsStage: Merge sorted 36443 rows, containing 5 columns (5 merged, 0 gathered) in 0.008626362 sec., 4224608.24157391 rows/sec., 274.83 MiB/sec. 2026.04.07 05:29:34.126639 [ 193 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_102_24} MergedBlockOutputStream: filled checksums all_1_102_24 (state Temporary) 2026.04.07 05:29:34.126913 [ 193 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_102_24} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_merge_all_1_102_24 to all_1_102_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:34.126987 [ 193 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_102_24} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900) (MergerMutator): Merged 6 parts: [all_1_97_23, all_102_102_0] -> all_1_102_24 2026.04.07 05:29:34.127084 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. 2026.04.07 05:29:34.131256 [ 194 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 1998 rows, containing 19 columns (19 merged, 0 gathered) in 0.011391875 sec., 175388.16042135295 rows/sec., 314.29 MiB/sec. 2026.04.07 05:29:34.133517 [ 191 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.04.07 05:29:34.133915 [ 191 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_46_9} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:34.133997 [ 191 ] {985ea02a-85cb-4d64-a97b-f1dacf374b45::all_1_46_9} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.04.07 05:29:34.134165 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.79 MiB. 2026.04.07 05:29:35.000178 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 346.35 MiB, peak 364.09 MiB, free memory in arenas 0.00 B, will set to 352.89 MiB (RSS), difference: 6.55 MiB 2026.04.07 05:29:35.805167 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 30212 2026.04.07 05:29:35.805776 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:35.805810 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:35.806278 [ 244 ] {} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.04.07 05:29:35.806502 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:35.806625 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30212 2026.04.07 05:29:36.140139 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:36.140340 [ 5 ] {73d01ab2-5e03-454a-9ae2-9f61d83ae37b} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:29:36.140416 [ 5 ] {73d01ab2-5e03-454a-9ae2-9f61d83ae37b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:29:36.141087 [ 5 ] {73d01ab2-5e03-454a-9ae2-9f61d83ae37b} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:36.141130 [ 5 ] {73d01ab2-5e03-454a-9ae2-9f61d83ae37b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:36.141531 [ 5 ] {73d01ab2-5e03-454a-9ae2-9f61d83ae37b} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2026.04.07 05:29:36.141759 [ 5 ] {73d01ab2-5e03-454a-9ae2-9f61d83ae37b} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:36.141924 [ 5 ] {73d01ab2-5e03-454a-9ae2-9f61d83ae37b} executeQuery: Read 56 rows, 4.41 KiB in 0.00164 sec., 34146.34146341463 rows/sec., 2.62 MiB/sec. 2026.04.07 05:29:36.141976 [ 5 ] {73d01ab2-5e03-454a-9ae2-9f61d83ae37b} TCPHandler: Processed in 0.001974137 sec. 2026.04.07 05:29:36.142110 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:36.142214 [ 5 ] {98807655-6a18-436d-b9fa-579f3dc851d4} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:29:36.142258 [ 5 ] {98807655-6a18-436d-b9fa-579f3dc851d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:29:36.142693 [ 5 ] {98807655-6a18-436d-b9fa-579f3dc851d4} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:36.142728 [ 5 ] {98807655-6a18-436d-b9fa-579f3dc851d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:36.143036 [ 5 ] {98807655-6a18-436d-b9fa-579f3dc851d4} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2026.04.07 05:29:36.143245 [ 5 ] {98807655-6a18-436d-b9fa-579f3dc851d4} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:36.143374 [ 5 ] {98807655-6a18-436d-b9fa-579f3dc851d4} executeQuery: Read 64 rows, 5.12 KiB in 0.001184 sec., 54054.05405405405 rows/sec., 4.22 MiB/sec. 2026.04.07 05:29:36.143411 [ 5 ] {98807655-6a18-436d-b9fa-579f3dc851d4} TCPHandler: Processed in 0.001355865 sec. 2026.04.07 05:29:36.143529 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:36.143628 [ 5 ] {c8f9c0aa-e291-46ba-bbb5-b8940b238efc} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:29:36.143673 [ 5 ] {c8f9c0aa-e291-46ba-bbb5-b8940b238efc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:29:36.144038 [ 5 ] {c8f9c0aa-e291-46ba-bbb5-b8940b238efc} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:36.144073 [ 5 ] {c8f9c0aa-e291-46ba-bbb5-b8940b238efc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:36.144393 [ 5 ] {c8f9c0aa-e291-46ba-bbb5-b8940b238efc} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2026.04.07 05:29:36.144609 [ 5 ] {c8f9c0aa-e291-46ba-bbb5-b8940b238efc} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:36.144737 [ 5 ] {c8f9c0aa-e291-46ba-bbb5-b8940b238efc} executeQuery: Read 64 rows, 4.56 KiB in 0.00113 sec., 56637.16814159293 rows/sec., 3.94 MiB/sec. 2026.04.07 05:29:36.144773 [ 5 ] {c8f9c0aa-e291-46ba-bbb5-b8940b238efc} TCPHandler: Processed in 0.001294964 sec. 2026.04.07 05:29:36.144889 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:36.144986 [ 5 ] {a79ddb6f-47e6-4a81-a340-b99e92c67ec4} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:29:36.145028 [ 5 ] {a79ddb6f-47e6-4a81-a340-b99e92c67ec4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:29:36.145350 [ 5 ] {a79ddb6f-47e6-4a81-a340-b99e92c67ec4} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:36.145384 [ 5 ] {a79ddb6f-47e6-4a81-a340-b99e92c67ec4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:36.145688 [ 5 ] {a79ddb6f-47e6-4a81-a340-b99e92c67ec4} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2026.04.07 05:29:36.145891 [ 5 ] {a79ddb6f-47e6-4a81-a340-b99e92c67ec4} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:36.146019 [ 5 ] {a79ddb6f-47e6-4a81-a340-b99e92c67ec4} executeQuery: Read 24 rows, 1.66 KiB in 0.001052 sec., 22813.68821292776 rows/sec., 1.54 MiB/sec. 2026.04.07 05:29:36.146055 [ 5 ] {a79ddb6f-47e6-4a81-a340-b99e92c67ec4} TCPHandler: Processed in 0.001216433 sec. 2026.04.07 05:29:37.446020 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 475 2026.04.07 05:29:37.461517 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:37.461560 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.04.07 05:29:37.467578 [ 243 ] {} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.04.07 05:29:37.468266 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:37.470950 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 475 2026.04.07 05:29:41.144197 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:41.144395 [ 5 ] {24b0105e-10ab-4bac-a4bc-56c705c20040} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:29:41.144463 [ 5 ] {24b0105e-10ab-4bac-a4bc-56c705c20040} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:29:41.145128 [ 5 ] {24b0105e-10ab-4bac-a4bc-56c705c20040} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:41.145168 [ 5 ] {24b0105e-10ab-4bac-a4bc-56c705c20040} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.04.07 05:29:41.145595 [ 5 ] {24b0105e-10ab-4bac-a4bc-56c705c20040} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2026.04.07 05:29:41.145835 [ 5 ] {24b0105e-10ab-4bac-a4bc-56c705c20040} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:41.145998 [ 5 ] {24b0105e-10ab-4bac-a4bc-56c705c20040} executeQuery: Read 56 rows, 4.41 KiB in 0.001655 sec., 33836.8580060423 rows/sec., 2.60 MiB/sec. 2026.04.07 05:29:41.146049 [ 5 ] {24b0105e-10ab-4bac-a4bc-56c705c20040} TCPHandler: Processed in 0.001984078 sec. 2026.04.07 05:29:41.146181 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:41.146285 [ 5 ] {26d3448f-f918-49f4-9cfc-18ee7c2ced70} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:29:41.146328 [ 5 ] {26d3448f-f918-49f4-9cfc-18ee7c2ced70} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:29:41.146767 [ 5 ] {26d3448f-f918-49f4-9cfc-18ee7c2ced70} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:41.146801 [ 5 ] {26d3448f-f918-49f4-9cfc-18ee7c2ced70} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.04.07 05:29:41.147121 [ 5 ] {26d3448f-f918-49f4-9cfc-18ee7c2ced70} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2026.04.07 05:29:41.147357 [ 5 ] {26d3448f-f918-49f4-9cfc-18ee7c2ced70} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:41.147505 [ 5 ] {26d3448f-f918-49f4-9cfc-18ee7c2ced70} executeQuery: Read 64 rows, 5.12 KiB in 0.001244 sec., 51446.94533762058 rows/sec., 4.02 MiB/sec. 2026.04.07 05:29:41.147545 [ 5 ] {26d3448f-f918-49f4-9cfc-18ee7c2ced70} TCPHandler: Processed in 0.001418057 sec. 2026.04.07 05:29:41.147665 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:41.147763 [ 5 ] {f8fa1b9d-d982-49ab-8158-d1332b00160b} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:29:41.147808 [ 5 ] {f8fa1b9d-d982-49ab-8158-d1332b00160b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:29:41.148227 [ 5 ] {f8fa1b9d-d982-49ab-8158-d1332b00160b} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:41.148262 [ 5 ] {f8fa1b9d-d982-49ab-8158-d1332b00160b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.04.07 05:29:41.148617 [ 5 ] {f8fa1b9d-d982-49ab-8158-d1332b00160b} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2026.04.07 05:29:41.148833 [ 5 ] {f8fa1b9d-d982-49ab-8158-d1332b00160b} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:41.148970 [ 5 ] {f8fa1b9d-d982-49ab-8158-d1332b00160b} executeQuery: Read 160 rows, 11.41 KiB in 0.001228 sec., 130293.15960912053 rows/sec., 9.07 MiB/sec. 2026.04.07 05:29:41.149008 [ 5 ] {f8fa1b9d-d982-49ab-8158-d1332b00160b} TCPHandler: Processed in 0.001394887 sec. 2026.04.07 05:29:41.149122 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:41.149219 [ 5 ] {2bbc56b8-58d0-4a3c-a8f2-ead010093a74} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:29:41.149260 [ 5 ] {2bbc56b8-58d0-4a3c-a8f2-ead010093a74} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:29:41.149602 [ 5 ] {2bbc56b8-58d0-4a3c-a8f2-ead010093a74} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:41.149636 [ 5 ] {2bbc56b8-58d0-4a3c-a8f2-ead010093a74} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.04.07 05:29:41.149954 [ 5 ] {2bbc56b8-58d0-4a3c-a8f2-ead010093a74} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2026.04.07 05:29:41.150171 [ 5 ] {2bbc56b8-58d0-4a3c-a8f2-ead010093a74} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:41.150303 [ 5 ] {2bbc56b8-58d0-4a3c-a8f2-ead010093a74} executeQuery: Read 60 rows, 4.14 KiB in 0.001104 sec., 54347.82608695653 rows/sec., 3.66 MiB/sec. 2026.04.07 05:29:41.150339 [ 5 ] {2bbc56b8-58d0-4a3c-a8f2-ead010093a74} TCPHandler: Processed in 0.001266984 sec. 2026.04.07 05:29:43.078803 [ 119 ] {} DNSResolver: Updating DNS cache 2026.04.07 05:29:43.078852 [ 119 ] {} DNSResolver: Updated DNS cache 2026.04.07 05:29:43.306758 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 30724 2026.04.07 05:29:43.307287 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:43.307337 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.04.07 05:29:43.307846 [ 244 ] {} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.04.07 05:29:43.308103 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:43.308258 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30724 2026.04.07 05:29:43.385097 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1410 2026.04.07 05:29:43.387695 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:43.387756 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.04.07 05:29:43.389043 [ 242 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.04.07 05:29:43.389328 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:43.389715 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1410 2026.04.07 05:29:44.001342 [ 247 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000954058 sec. 2026.04.07 05:29:44.971049 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 482 2026.04.07 05:29:44.989101 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:44.989164 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.04.07 05:29:44.995654 [ 243 ] {} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.04.07 05:29:44.996375 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:44.999342 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 482 2026.04.07 05:29:45.123346 [ 114 ] {} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9) (MergerMutator): Selected 5 parts from all_1_50_10 to all_54_54_0 2026.04.07 05:29:45.123410 [ 114 ] {} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:45.123431 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.04.07 05:29:45.123544 [ 196 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_54_11} MergeTask::PrepareStage: Merging 5 parts: from all_1_50_10 to all_54_54_0 into Compact with storage Full 2026.04.07 05:29:45.123677 [ 196 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_54_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:29:45.123711 [ 196 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_54_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_50_10, total 83 rows starting from the beginning of the part 2026.04.07 05:29:45.123845 [ 196 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_54_11} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 42 rows starting from the beginning of the part 2026.04.07 05:29:45.123899 [ 196 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_54_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 2 rows starting from the beginning of the part 2026.04.07 05:29:45.123942 [ 196 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_54_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 42 rows starting from the beginning of the part 2026.04.07 05:29:45.123984 [ 196 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_54_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 65 rows starting from the beginning of the part 2026.04.07 05:29:45.124733 [ 194 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_54_11} MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 5 columns (5 merged, 0 gathered) in 0.001240504 sec., 188633.00722931972 rows/sec., 14.58 MiB/sec. 2026.04.07 05:29:45.124925 [ 202 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_54_11} MergedBlockOutputStream: filled checksums all_1_54_11 (state Temporary) 2026.04.07 05:29:45.125268 [ 202 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_54_11} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Renaming temporary part tmp_merge_all_1_54_11 to all_1_54_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:45.125359 [ 202 ] {baa6b1a3-eeaf-4f90-a251-80669dd249c9::all_1_54_11} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9) (MergerMutator): Merged 5 parts: [all_1_50_10, all_54_54_0] -> all_1_54_11 2026.04.07 05:29:45.125459 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2026.04.07 05:29:46.146614 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:46.146816 [ 5 ] {c7efc551-39b9-43fe-87d8-c69215442658} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:29:46.146886 [ 5 ] {c7efc551-39b9-43fe-87d8-c69215442658} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:29:46.147633 [ 5 ] {c7efc551-39b9-43fe-87d8-c69215442658} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:46.147685 [ 5 ] {c7efc551-39b9-43fe-87d8-c69215442658} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.04.07 05:29:46.148120 [ 5 ] {c7efc551-39b9-43fe-87d8-c69215442658} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2026.04.07 05:29:46.148360 [ 5 ] {c7efc551-39b9-43fe-87d8-c69215442658} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:46.148532 [ 5 ] {c7efc551-39b9-43fe-87d8-c69215442658} executeQuery: Read 140 rows, 12.49 KiB in 0.001771 sec., 79051.38339920949 rows/sec., 6.89 MiB/sec. 2026.04.07 05:29:46.148584 [ 5 ] {c7efc551-39b9-43fe-87d8-c69215442658} TCPHandler: Processed in 0.0021111 sec. 2026.04.07 05:29:46.148715 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:46.148833 [ 5 ] {1416fef0-d3b5-414f-8462-d08f3e787d25} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.07 05:29:46.148881 [ 5 ] {1416fef0-d3b5-414f-8462-d08f3e787d25} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.07 05:29:46.149328 [ 5 ] {1416fef0-d3b5-414f-8462-d08f3e787d25} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:46.149367 [ 5 ] {1416fef0-d3b5-414f-8462-d08f3e787d25} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.04.07 05:29:46.149684 [ 5 ] {1416fef0-d3b5-414f-8462-d08f3e787d25} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.04.07 05:29:46.149902 [ 5 ] {1416fef0-d3b5-414f-8462-d08f3e787d25} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:46.150037 [ 5 ] {1416fef0-d3b5-414f-8462-d08f3e787d25} executeQuery: Read 42 rows, 3.16 KiB in 0.001229 sec., 34174.125305126116 rows/sec., 2.51 MiB/sec. 2026.04.07 05:29:46.150076 [ 5 ] {1416fef0-d3b5-414f-8462-d08f3e787d25} TCPHandler: Processed in 0.001415477 sec. 2026.04.07 05:29:46.150193 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:46.150296 [ 5 ] {4e193f99-760d-42e2-9238-d8c42dc7bb6c} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:29:46.150337 [ 5 ] {4e193f99-760d-42e2-9238-d8c42dc7bb6c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:29:46.150760 [ 5 ] {4e193f99-760d-42e2-9238-d8c42dc7bb6c} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:46.150798 [ 5 ] {4e193f99-760d-42e2-9238-d8c42dc7bb6c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.04.07 05:29:46.151120 [ 5 ] {4e193f99-760d-42e2-9238-d8c42dc7bb6c} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2026.04.07 05:29:46.151345 [ 5 ] {4e193f99-760d-42e2-9238-d8c42dc7bb6c} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:46.151480 [ 5 ] {4e193f99-760d-42e2-9238-d8c42dc7bb6c} executeQuery: Read 106 rows, 8.48 KiB in 0.001208 sec., 87748.34437086093 rows/sec., 6.85 MiB/sec. 2026.04.07 05:29:46.151518 [ 5 ] {4e193f99-760d-42e2-9238-d8c42dc7bb6c} TCPHandler: Processed in 0.001375306 sec. 2026.04.07 05:29:46.151637 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:46.151733 [ 5 ] {2afba49d-fc1e-45e5-81bd-7759209e712d} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:29:46.151776 [ 5 ] {2afba49d-fc1e-45e5-81bd-7759209e712d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:29:46.152187 [ 5 ] {2afba49d-fc1e-45e5-81bd-7759209e712d} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:46.152224 [ 5 ] {2afba49d-fc1e-45e5-81bd-7759209e712d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.04.07 05:29:46.152554 [ 5 ] {2afba49d-fc1e-45e5-81bd-7759209e712d} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2026.04.07 05:29:46.152764 [ 5 ] {2afba49d-fc1e-45e5-81bd-7759209e712d} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:46.152895 [ 5 ] {2afba49d-fc1e-45e5-81bd-7759209e712d} executeQuery: Read 160 rows, 11.41 KiB in 0.001181 sec., 135478.4081287045 rows/sec., 9.44 MiB/sec. 2026.04.07 05:29:46.152932 [ 5 ] {2afba49d-fc1e-45e5-81bd-7759209e712d} TCPHandler: Processed in 0.001345015 sec. 2026.04.07 05:29:46.153048 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:46.153144 [ 5 ] {5fed9442-ee84-440a-a4b0-2c0c1d1280fc} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.07 05:29:46.153198 [ 5 ] {5fed9442-ee84-440a-a4b0-2c0c1d1280fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.07 05:29:46.154037 [ 5 ] {5fed9442-ee84-440a-a4b0-2c0c1d1280fc} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:46.154074 [ 5 ] {5fed9442-ee84-440a-a4b0-2c0c1d1280fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.04.07 05:29:46.154658 [ 5 ] {5fed9442-ee84-440a-a4b0-2c0c1d1280fc} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.04.07 05:29:46.154897 [ 5 ] {5fed9442-ee84-440a-a4b0-2c0c1d1280fc} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:46.155048 [ 5 ] {5fed9442-ee84-440a-a4b0-2c0c1d1280fc} executeQuery: Read 42 rows, 77.07 KiB in 0.001922 sec., 21852.2372528616 rows/sec., 39.16 MiB/sec. 2026.04.07 05:29:46.155119 [ 5 ] {5fed9442-ee84-440a-a4b0-2c0c1d1280fc} TCPHandler: Processed in 0.00212033 sec. 2026.04.07 05:29:46.155240 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:46.155337 [ 5 ] {16083641-4392-433e-8c86-35d9c5afcbd9} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:29:46.155378 [ 5 ] {16083641-4392-433e-8c86-35d9c5afcbd9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:29:46.155714 [ 5 ] {16083641-4392-433e-8c86-35d9c5afcbd9} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:46.155750 [ 5 ] {16083641-4392-433e-8c86-35d9c5afcbd9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.04.07 05:29:46.156065 [ 5 ] {16083641-4392-433e-8c86-35d9c5afcbd9} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2026.04.07 05:29:46.156276 [ 5 ] {16083641-4392-433e-8c86-35d9c5afcbd9} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:46.156412 [ 5 ] {16083641-4392-433e-8c86-35d9c5afcbd9} executeQuery: Read 60 rows, 4.14 KiB in 0.001094 sec., 54844.60694698355 rows/sec., 3.70 MiB/sec. 2026.04.07 05:29:46.156449 [ 5 ] {16083641-4392-433e-8c86-35d9c5afcbd9} TCPHandler: Processed in 0.001259294 sec. 2026.04.07 05:29:50.808440 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 31172 2026.04.07 05:29:50.809073 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:50.809129 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.04.07 05:29:50.809639 [ 244 ] {} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.04.07 05:29:50.809887 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:50.810042 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31172 2026.04.07 05:29:51.144818 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:51.145013 [ 5 ] {d383aede-9bc5-41f6-90c7-301235745525} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:29:51.145084 [ 5 ] {d383aede-9bc5-41f6-90c7-301235745525} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:29:51.145755 [ 5 ] {d383aede-9bc5-41f6-90c7-301235745525} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:51.145797 [ 5 ] {d383aede-9bc5-41f6-90c7-301235745525} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.04.07 05:29:51.146229 [ 5 ] {d383aede-9bc5-41f6-90c7-301235745525} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2026.04.07 05:29:51.146464 [ 5 ] {d383aede-9bc5-41f6-90c7-301235745525} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:51.146611 [ 109 ] {} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2026.04.07 05:29:51.146628 [ 5 ] {d383aede-9bc5-41f6-90c7-301235745525} executeQuery: Read 56 rows, 4.41 KiB in 0.001679 sec., 33353.18642048839 rows/sec., 2.56 MiB/sec. 2026.04.07 05:29:51.146649 [ 109 ] {} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:51.146667 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.04.07 05:29:51.146680 [ 5 ] {d383aede-9bc5-41f6-90c7-301235745525} TCPHandler: Processed in 0.002003187 sec. 2026.04.07 05:29:51.146812 [ 196 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_106_21} MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full 2026.04.07 05:29:51.146823 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:51.146973 [ 5 ] {ba3784bd-c512-4a74-8e61-30be75bebb1f} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:29:51.147008 [ 196 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:29:51.147018 [ 5 ] {ba3784bd-c512-4a74-8e61-30be75bebb1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:29:51.147065 [ 196 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 2620 rows starting from the beginning of the part 2026.04.07 05:29:51.147146 [ 196 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 2609 rows starting from the beginning of the part 2026.04.07 05:29:51.147201 [ 196 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 56 rows starting from the beginning of the part 2026.04.07 05:29:51.147263 [ 196 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 56 rows starting from the beginning of the part 2026.04.07 05:29:51.147311 [ 196 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 140 rows starting from the beginning of the part 2026.04.07 05:29:51.147367 [ 196 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 56 rows starting from the beginning of the part 2026.04.07 05:29:51.147479 [ 5 ] {ba3784bd-c512-4a74-8e61-30be75bebb1f} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:51.147538 [ 5 ] {ba3784bd-c512-4a74-8e61-30be75bebb1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.04.07 05:29:51.147908 [ 5 ] {ba3784bd-c512-4a74-8e61-30be75bebb1f} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2026.04.07 05:29:51.148174 [ 5 ] {ba3784bd-c512-4a74-8e61-30be75bebb1f} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:51.148304 [ 109 ] {} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2026.04.07 05:29:51.148332 [ 5 ] {ba3784bd-c512-4a74-8e61-30be75bebb1f} executeQuery: Read 64 rows, 5.12 KiB in 0.001381 sec., 46343.22954380883 rows/sec., 3.62 MiB/sec. 2026.04.07 05:29:51.148334 [ 109 ] {} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:51.148365 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.04.07 05:29:51.148375 [ 5 ] {ba3784bd-c512-4a74-8e61-30be75bebb1f} TCPHandler: Processed in 0.00160868 sec. 2026.04.07 05:29:51.148484 [ 194 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_106_21} MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full 2026.04.07 05:29:51.148496 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:51.148640 [ 194 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:29:51.148645 [ 5 ] {aa58ce60-232d-4ec0-912e-d979b5889509} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:29:51.148689 [ 194 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1404 rows starting from the beginning of the part 2026.04.07 05:29:51.148712 [ 5 ] {aa58ce60-232d-4ec0-912e-d979b5889509} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:29:51.148783 [ 194 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 1368 rows starting from the beginning of the part 2026.04.07 05:29:51.148838 [ 194 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 64 rows starting from the beginning of the part 2026.04.07 05:29:51.148883 [ 194 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 64 rows starting from the beginning of the part 2026.04.07 05:29:51.148949 [ 194 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 106 rows starting from the beginning of the part 2026.04.07 05:29:51.149011 [ 194 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 64 rows starting from the beginning of the part 2026.04.07 05:29:51.149144 [ 5 ] {aa58ce60-232d-4ec0-912e-d979b5889509} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:51.149201 [ 5 ] {aa58ce60-232d-4ec0-912e-d979b5889509} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.04.07 05:29:51.149563 [ 200 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 5537 rows, containing 5 columns (5 merged, 0 gathered) in 0.002824584 sec., 1960288.6655167628 rows/sec., 155.80 MiB/sec. 2026.04.07 05:29:51.149604 [ 5 ] {aa58ce60-232d-4ec0-912e-d979b5889509} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2026.04.07 05:29:51.149882 [ 5 ] {aa58ce60-232d-4ec0-912e-d979b5889509} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:51.149917 [ 186 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2026.04.07 05:29:51.150029 [ 5 ] {aa58ce60-232d-4ec0-912e-d979b5889509} executeQuery: Read 160 rows, 11.41 KiB in 0.001405 sec., 113879.00355871886 rows/sec., 7.93 MiB/sec. 2026.04.07 05:29:51.150073 [ 5 ] {aa58ce60-232d-4ec0-912e-d979b5889509} TCPHandler: Processed in 0.00162759 sec. 2026.04.07 05:29:51.150189 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:51.150227 [ 186 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_106_21} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:51.150290 [ 5 ] {4011f9da-d254-4a50-bf83-a668e8627488} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:29:51.150318 [ 186 ] {c1344415-e7af-4221-b11a-c82bb1d3e984::all_1_106_21} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2026.04.07 05:29:51.150337 [ 5 ] {4011f9da-d254-4a50-bf83-a668e8627488} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:29:51.150445 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. 2026.04.07 05:29:51.150508 [ 194 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 3070 rows, containing 5 columns (5 merged, 0 gathered) in 0.00208679 sec., 1471159.0528994293 rows/sec., 106.79 MiB/sec. 2026.04.07 05:29:51.150688 [ 5 ] {4011f9da-d254-4a50-bf83-a668e8627488} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:51.150712 [ 200 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2026.04.07 05:29:51.150731 [ 5 ] {4011f9da-d254-4a50-bf83-a668e8627488} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.04.07 05:29:51.151050 [ 200 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_106_21} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:51.151104 [ 5 ] {4011f9da-d254-4a50-bf83-a668e8627488} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2026.04.07 05:29:51.151146 [ 200 ] {3fe02d8d-c71d-43ce-b36e-63a8eff43e5f::all_1_106_21} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2026.04.07 05:29:51.151248 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. 2026.04.07 05:29:51.151332 [ 5 ] {4011f9da-d254-4a50-bf83-a668e8627488} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:51.151465 [ 111 ] {} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2026.04.07 05:29:51.151472 [ 5 ] {4011f9da-d254-4a50-bf83-a668e8627488} executeQuery: Read 60 rows, 4.14 KiB in 0.001204 sec., 49833.88704318937 rows/sec., 3.36 MiB/sec. 2026.04.07 05:29:51.151533 [ 111 ] {} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:51.151548 [ 5 ] {4011f9da-d254-4a50-bf83-a668e8627488} TCPHandler: Processed in 0.001409096 sec. 2026.04.07 05:29:51.151560 [ 111 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.04.07 05:29:51.151640 [ 194 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_106_21} MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full 2026.04.07 05:29:51.151735 [ 194 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:29:51.151761 [ 194 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 5346 rows starting from the beginning of the part 2026.04.07 05:29:51.151806 [ 194 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 36 rows starting from the beginning of the part 2026.04.07 05:29:51.151841 [ 194 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 24 rows starting from the beginning of the part 2026.04.07 05:29:51.151876 [ 194 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 60 rows starting from the beginning of the part 2026.04.07 05:29:51.151916 [ 194 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 60 rows starting from the beginning of the part 2026.04.07 05:29:51.151951 [ 194 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 60 rows starting from the beginning of the part 2026.04.07 05:29:51.153605 [ 200 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 5586 rows, containing 4 columns (4 merged, 0 gathered) in 0.001995458 sec., 2799357.340520322 rows/sec., 188.75 MiB/sec. 2026.04.07 05:29:51.153986 [ 189 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2026.04.07 05:29:51.154273 [ 189 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_106_21} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:51.154342 [ 189 ] {293858e9-e8e0-44e1-b979-077b3bb049ca::all_1_106_21} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2026.04.07 05:29:51.154441 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.16 MiB. 2026.04.07 05:29:52.499472 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 490 2026.04.07 05:29:52.517094 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:52.517151 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.04.07 05:29:52.523319 [ 243 ] {} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.04.07 05:29:52.524037 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:52.527278 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 490 2026.04.07 05:29:53.389977 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1430 2026.04.07 05:29:53.392297 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:53.392355 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.04.07 05:29:53.393577 [ 242 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.04.07 05:29:53.393853 [ 242 ] {} system.query_log (00406929-b6c2-4a50-a7f3-c0021f5cc7d9): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:53.394227 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1430 2026.04.07 05:29:56.146627 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:56.146822 [ 5 ] {9a0692db-4f02-49d4-9b9b-281e5724ef44} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:29:56.146893 [ 5 ] {9a0692db-4f02-49d4-9b9b-281e5724ef44} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:29:56.147589 [ 5 ] {9a0692db-4f02-49d4-9b9b-281e5724ef44} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:56.147636 [ 5 ] {9a0692db-4f02-49d4-9b9b-281e5724ef44} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.04.07 05:29:56.148094 [ 5 ] {9a0692db-4f02-49d4-9b9b-281e5724ef44} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2026.04.07 05:29:56.148328 [ 5 ] {9a0692db-4f02-49d4-9b9b-281e5724ef44} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:56.148490 [ 5 ] {9a0692db-4f02-49d4-9b9b-281e5724ef44} executeQuery: Read 140 rows, 12.49 KiB in 0.001716 sec., 81585.08158508159 rows/sec., 7.11 MiB/sec. 2026.04.07 05:29:56.148540 [ 5 ] {9a0692db-4f02-49d4-9b9b-281e5724ef44} TCPHandler: Processed in 0.002046089 sec. 2026.04.07 05:29:56.148666 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:56.148777 [ 5 ] {5177e924-46dd-4238-a47d-4827020872c5} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.07 05:29:56.148823 [ 5 ] {5177e924-46dd-4238-a47d-4827020872c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.07 05:29:56.149266 [ 5 ] {5177e924-46dd-4238-a47d-4827020872c5} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:56.149303 [ 5 ] {5177e924-46dd-4238-a47d-4827020872c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.04.07 05:29:56.149629 [ 5 ] {5177e924-46dd-4238-a47d-4827020872c5} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.04.07 05:29:56.149837 [ 5 ] {5177e924-46dd-4238-a47d-4827020872c5} oximeter.fields_u16 (baa6b1a3-eeaf-4f90-a251-80669dd249c9): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:56.149972 [ 5 ] {5177e924-46dd-4238-a47d-4827020872c5} executeQuery: Read 42 rows, 3.16 KiB in 0.001219 sec., 34454.47087776866 rows/sec., 2.53 MiB/sec. 2026.04.07 05:29:56.150012 [ 5 ] {5177e924-46dd-4238-a47d-4827020872c5} TCPHandler: Processed in 0.001400357 sec. 2026.04.07 05:29:56.150125 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:56.150223 [ 5 ] {40bf4378-eea9-47f4-a3d3-6514541d86bf} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:29:56.150264 [ 5 ] {40bf4378-eea9-47f4-a3d3-6514541d86bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:29:56.150695 [ 5 ] {40bf4378-eea9-47f4-a3d3-6514541d86bf} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:56.150732 [ 5 ] {40bf4378-eea9-47f4-a3d3-6514541d86bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.04.07 05:29:56.151054 [ 5 ] {40bf4378-eea9-47f4-a3d3-6514541d86bf} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2026.04.07 05:29:56.151268 [ 5 ] {40bf4378-eea9-47f4-a3d3-6514541d86bf} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:56.151402 [ 5 ] {40bf4378-eea9-47f4-a3d3-6514541d86bf} executeQuery: Read 106 rows, 8.48 KiB in 0.001198 sec., 88480.80133555926 rows/sec., 6.91 MiB/sec. 2026.04.07 05:29:56.151442 [ 5 ] {40bf4378-eea9-47f4-a3d3-6514541d86bf} TCPHandler: Processed in 0.001368146 sec. 2026.04.07 05:29:56.151557 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:56.151654 [ 5 ] {d3de275b-331d-45b4-a689-8abdf1f1a221} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:29:56.151698 [ 5 ] {d3de275b-331d-45b4-a689-8abdf1f1a221} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:29:56.152107 [ 5 ] {d3de275b-331d-45b4-a689-8abdf1f1a221} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:56.152144 [ 5 ] {d3de275b-331d-45b4-a689-8abdf1f1a221} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.04.07 05:29:56.152473 [ 5 ] {d3de275b-331d-45b4-a689-8abdf1f1a221} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2026.04.07 05:29:56.152687 [ 5 ] {d3de275b-331d-45b4-a689-8abdf1f1a221} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:56.152813 [ 116 ] {} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900) (MergerMutator): Selected 2 parts from all_1_102_24 to all_103_103_0 2026.04.07 05:29:56.152820 [ 5 ] {d3de275b-331d-45b4-a689-8abdf1f1a221} executeQuery: Read 160 rows, 11.41 KiB in 0.001185 sec., 135021.0970464135 rows/sec., 9.40 MiB/sec. 2026.04.07 05:29:56.152885 [ 116 ] {} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:56.152904 [ 5 ] {d3de275b-331d-45b4-a689-8abdf1f1a221} TCPHandler: Processed in 0.001396956 sec. 2026.04.07 05:29:56.152912 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.04.07 05:29:56.153017 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:56.153044 [ 194 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_103_25} MergeTask::PrepareStage: Merging 2 parts: from all_1_102_24 to all_103_103_0 into Compact with storage Full 2026.04.07 05:29:56.153119 [ 5 ] {05220e49-3523-4225-b153-908e6e204cee} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.07 05:29:56.153179 [ 5 ] {05220e49-3523-4225-b153-908e6e204cee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.07 05:29:56.153193 [ 194 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_103_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:29:56.153237 [ 194 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_103_25} MergeTreeSequentialSource: Reading 6 marks from part all_1_102_24, total 36443 rows starting from the beginning of the part 2026.04.07 05:29:56.153307 [ 194 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_103_25} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 64 rows starting from the beginning of the part 2026.04.07 05:29:56.154060 [ 5 ] {05220e49-3523-4225-b153-908e6e204cee} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:56.154102 [ 5 ] {05220e49-3523-4225-b153-908e6e204cee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.04.07 05:29:56.154692 [ 5 ] {05220e49-3523-4225-b153-908e6e204cee} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.04.07 05:29:56.154925 [ 5 ] {05220e49-3523-4225-b153-908e6e204cee} oximeter.measurements_histogramu64 (985ea02a-85cb-4d64-a97b-f1dacf374b45): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:56.155071 [ 5 ] {05220e49-3523-4225-b153-908e6e204cee} executeQuery: Read 42 rows, 77.07 KiB in 0.00197 sec., 21319.796954314723 rows/sec., 38.20 MiB/sec. 2026.04.07 05:29:56.155137 [ 5 ] {05220e49-3523-4225-b153-908e6e204cee} TCPHandler: Processed in 0.002170401 sec. 2026.04.07 05:29:56.155252 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:56.155348 [ 5 ] {6a17a15b-7ee8-4c8a-a92b-f86cb405190a} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:29:56.155390 [ 5 ] {6a17a15b-7ee8-4c8a-a92b-f86cb405190a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:29:56.155733 [ 5 ] {6a17a15b-7ee8-4c8a-a92b-f86cb405190a} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:56.155769 [ 5 ] {6a17a15b-7ee8-4c8a-a92b-f86cb405190a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.04.07 05:29:56.156098 [ 5 ] {6a17a15b-7ee8-4c8a-a92b-f86cb405190a} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2026.04.07 05:29:56.156305 [ 5 ] {6a17a15b-7ee8-4c8a-a92b-f86cb405190a} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:56.156443 [ 5 ] {6a17a15b-7ee8-4c8a-a92b-f86cb405190a} executeQuery: Read 60 rows, 4.14 KiB in 0.001113 sec., 53908.35579514824 rows/sec., 3.63 MiB/sec. 2026.04.07 05:29:56.156480 [ 5 ] {6a17a15b-7ee8-4c8a-a92b-f86cb405190a} TCPHandler: Processed in 0.001278454 sec. 2026.04.07 05:29:56.159355 [ 197 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_103_25} MergeTask::MergeProjectionsStage: Merge sorted 36507 rows, containing 5 columns (5 merged, 0 gathered) in 0.00636574 sec., 5734918.485517788 rows/sec., 373.13 MiB/sec. 2026.04.07 05:29:56.159811 [ 199 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_103_25} MergedBlockOutputStream: filled checksums all_1_103_25 (state Temporary) 2026.04.07 05:29:56.160130 [ 199 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_103_25} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_merge_all_1_103_25 to all_1_103_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:56.160213 [ 199 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_103_25} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900) (MergerMutator): Merged 2 parts: [all_1_102_24, all_103_103_0] -> all_1_103_25 2026.04.07 05:29:56.160304 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. 2026.04.07 05:29:57.362073 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42335 2026.04.07 05:29:57.362182 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:29:57.362208 [ 292 ] {} TCP-Session: 91a64e1c-3f42-4ef9-9e0f-fc8833bbcccd Authenticating user 'default' from [fd00:1122:3344:101::e]:42335 2026.04.07 05:29:57.362230 [ 292 ] {} TCP-Session: 91a64e1c-3f42-4ef9-9e0f-fc8833bbcccd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:57.362242 [ 292 ] {} TCP-Session: 91a64e1c-3f42-4ef9-9e0f-fc8833bbcccd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:57.362449 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64579 2026.04.07 05:29:57.362486 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57956 2026.04.07 05:29:57.362522 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55529 2026.04.07 05:29:57.362554 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:29:57.362543 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44999 2026.04.07 05:29:57.362587 [ 293 ] {} TCP-Session: 6d01c59f-088b-4d48-820a-2f9ec7686c47 Authenticating user 'default' from [fd00:1122:3344:101::e]:64579 2026.04.07 05:29:57.362539 [ 292 ] {} TCP-Session: 91a64e1c-3f42-4ef9-9e0f-fc8833bbcccd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:57.362639 [ 293 ] {} TCP-Session: 6d01c59f-088b-4d48-820a-2f9ec7686c47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:57.362621 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:29:57.362666 [ 293 ] {} TCP-Session: 6d01c59f-088b-4d48-820a-2f9ec7686c47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:57.362688 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:29:57.362706 [ 294 ] {} TCP-Session: 34e6f95f-03ae-4c5d-85f5-83bb9d80d020 Authenticating user 'default' from [fd00:1122:3344:101::e]:57956 2026.04.07 05:29:57.362622 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:29:57.362733 [ 291 ] {} TCP-Session: a340b9fa-5844-4e72-a444-39ef207beaa1 Authenticating user 'default' from [fd00:1122:3344:101::e]:44999 2026.04.07 05:29:57.362745 [ 294 ] {} TCP-Session: 34e6f95f-03ae-4c5d-85f5-83bb9d80d020 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:57.362766 [ 289 ] {} TCP-Session: bd660774-c3c6-432b-97f5-6ea0ebdb6140 Authenticating user 'default' from [fd00:1122:3344:101::e]:55529 2026.04.07 05:29:57.362791 [ 294 ] {} TCP-Session: 34e6f95f-03ae-4c5d-85f5-83bb9d80d020 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:57.362800 [ 292 ] {7fc631c5-a453-41de-8d8f-f46c623977e1} executeQuery: (from [fd00:1122:3344:101::e]:42335) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.07 05:29:57.362814 [ 289 ] {} TCP-Session: bd660774-c3c6-432b-97f5-6ea0ebdb6140 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:57.362535 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58170 2026.04.07 05:29:57.362860 [ 289 ] {} TCP-Session: bd660774-c3c6-432b-97f5-6ea0ebdb6140 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:57.362505 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35268 2026.04.07 05:29:57.362495 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34509 2026.04.07 05:29:57.362943 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:29:57.362496 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52236 2026.04.07 05:29:57.362988 [ 290 ] {} TCP-Session: 8afaedd3-efcb-40d9-9406-59c5159c6d07 Authenticating user 'default' from [fd00:1122:3344:101::e]:58170 2026.04.07 05:29:57.363003 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:29:57.363024 [ 290 ] {} TCP-Session: 8afaedd3-efcb-40d9-9406-59c5159c6d07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:57.363047 [ 288 ] {} TCP-Session: f9079ed1-3a85-4d20-8d7c-76f8e8e95482 Authenticating user 'default' from [fd00:1122:3344:101::e]:35268 2026.04.07 05:29:57.363053 [ 290 ] {} TCP-Session: 8afaedd3-efcb-40d9-9406-59c5159c6d07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:57.363082 [ 288 ] {} TCP-Session: f9079ed1-3a85-4d20-8d7c-76f8e8e95482 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:57.363078 [ 292 ] {7fc631c5-a453-41de-8d8f-f46c623977e1} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.07 05:29:57.363114 [ 288 ] {} TCP-Session: f9079ed1-3a85-4d20-8d7c-76f8e8e95482 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:57.362781 [ 291 ] {} TCP-Session: a340b9fa-5844-4e72-a444-39ef207beaa1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:57.363177 [ 292 ] {7fc631c5-a453-41de-8d8f-f46c623977e1} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.07 05:29:57.363177 [ 291 ] {} TCP-Session: a340b9fa-5844-4e72-a444-39ef207beaa1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:57.363450 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:29:57.363485 [ 3 ] {} TCP-Session: b3a6f958-07f8-4762-b31f-15ae86d3cdd4 Authenticating user 'default' from [fd00:1122:3344:101::e]:34509 2026.04.07 05:29:57.363502 [ 3 ] {} TCP-Session: b3a6f958-07f8-4762-b31f-15ae86d3cdd4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:57.363509 [ 292 ] {7fc631c5-a453-41de-8d8f-f46c623977e1} oximeter.version (b59983b3-b885-480b-8202-da32017c82ac) (SelectExecutor): Key condition: unknown 2026.04.07 05:29:57.363514 [ 3 ] {} TCP-Session: b3a6f958-07f8-4762-b31f-15ae86d3cdd4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:57.363560 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:29:57.363595 [ 286 ] {} TCP-Session: bc01523f-f855-4add-b797-41f418af6067 Authenticating user 'default' from [fd00:1122:3344:101::e]:52236 2026.04.07 05:29:57.363612 [ 286 ] {} TCP-Session: bc01523f-f855-4add-b797-41f418af6067 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:57.363624 [ 286 ] {} TCP-Session: bc01523f-f855-4add-b797-41f418af6067 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:57.364528 [ 300 ] {7fc631c5-a453-41de-8d8f-f46c623977e1} AggregatingTransform: Aggregating 2026.04.07 05:29:57.364571 [ 300 ] {7fc631c5-a453-41de-8d8f-f46c623977e1} Aggregator: Aggregation method: without_key 2026.04.07 05:29:57.364604 [ 300 ] {7fc631c5-a453-41de-8d8f-f46c623977e1} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000955868 sec. (1046.170 rows/sec., 40.87 KiB/sec.) 2026.04.07 05:29:57.364622 [ 300 ] {7fc631c5-a453-41de-8d8f-f46c623977e1} Aggregator: Merging aggregated data 2026.04.07 05:29:57.365844 [ 292 ] {7fc631c5-a453-41de-8d8f-f46c623977e1} executeQuery: Read 1 rows, 40.00 B in 0.003101 sec., 322.4766204450177 rows/sec., 12.60 KiB/sec. 2026.04.07 05:29:57.366013 [ 292 ] {7fc631c5-a453-41de-8d8f-f46c623977e1} TCPHandler: Processed in 0.003583668 sec. 2026.04.07 05:29:57.366120 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.07 05:29:57.366146 [ 292 ] {} TCP-Session: 91a64e1c-3f42-4ef9-9e0f-fc8833bbcccd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:57.366148 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.07 05:29:57.366165 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.07 05:29:57.366180 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.07 05:29:57.366194 [ 293 ] {} TCP-Session: 6d01c59f-088b-4d48-820a-2f9ec7686c47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:57.366213 [ 3 ] {} TCPHandler: Done processing connection. 2026.04.07 05:29:57.366229 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.07 05:29:57.366245 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.07 05:29:57.366263 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.07 05:29:57.366275 [ 289 ] {} TCP-Session: bd660774-c3c6-432b-97f5-6ea0ebdb6140 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:57.366292 [ 286 ] {} TCP-Session: bc01523f-f855-4add-b797-41f418af6067 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:57.366315 [ 288 ] {} TCP-Session: f9079ed1-3a85-4d20-8d7c-76f8e8e95482 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:57.366257 [ 3 ] {} TCP-Session: b3a6f958-07f8-4762-b31f-15ae86d3cdd4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:57.366223 [ 290 ] {} TCP-Session: 8afaedd3-efcb-40d9-9406-59c5159c6d07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:57.366210 [ 294 ] {} TCP-Session: 34e6f95f-03ae-4c5d-85f5-83bb9d80d020 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:57.366199 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.07 05:29:57.366424 [ 291 ] {} TCP-Session: a340b9fa-5844-4e72-a444-39ef207beaa1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:58.078901 [ 94 ] {} DNSResolver: Updating DNS cache 2026.04.07 05:29:58.078949 [ 94 ] {} DNSResolver: Updated DNS cache 2026.04.07 05:29:58.310258 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 31684 2026.04.07 05:29:58.310792 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:58.310845 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.04.07 05:29:58.311368 [ 244 ] {} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.04.07 05:29:58.311606 [ 244 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:58.311758 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31684 2026.04.07 05:29:58.311775 [ 94 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.04.07 05:29:58.311839 [ 94 ] {} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:29:58.311858 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.04.07 05:29:58.311988 [ 199 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2026.04.07 05:29:58.312127 [ 199 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:29:58.312164 [ 199 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_66_13} MergeTreeSequentialSource: Reading 5 marks from part all_1_61_12, total 29252 rows starting from the beginning of the part 2026.04.07 05:29:58.312226 [ 199 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 512 rows starting from the beginning of the part 2026.04.07 05:29:58.312271 [ 199 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 448 rows starting from the beginning of the part 2026.04.07 05:29:58.312310 [ 199 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 512 rows starting from the beginning of the part 2026.04.07 05:29:58.312359 [ 199 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 448 rows starting from the beginning of the part 2026.04.07 05:29:58.312401 [ 199 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 512 rows starting from the beginning of the part 2026.04.07 05:29:58.315111 [ 197 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 31684 rows, containing 4 columns (4 merged, 0 gathered) in 0.0031747 sec., 9980155.60525404 rows/sec., 142.77 MiB/sec. 2026.04.07 05:29:58.315399 [ 187 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.04.07 05:29:58.315661 [ 187 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_66_13} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:29:58.315734 [ 187 ] {68f374ce-0947-4794-a8f8-212972363e2d::all_1_66_13} system.asynchronous_metric_log (68f374ce-0947-4794-a8f8-212972363e2d) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.04.07 05:29:58.315814 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.94 MiB. 2026.04.07 05:29:59.217113 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53960 2026.04.07 05:29:59.217280 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:29:59.217325 [ 290 ] {} TCP-Session: 83dd8c0b-a1bc-4d13-a8b0-b0b3486a4419 Authenticating user 'default' from [fd00:1122:3344:101::e]:53960 2026.04.07 05:29:59.217350 [ 290 ] {} TCP-Session: 83dd8c0b-a1bc-4d13-a8b0-b0b3486a4419 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:59.217364 [ 290 ] {} TCP-Session: 83dd8c0b-a1bc-4d13-a8b0-b0b3486a4419 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:59.217583 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55711 2026.04.07 05:29:59.217609 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40789 2026.04.07 05:29:59.217646 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57346 2026.04.07 05:29:59.217659 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48359 2026.04.07 05:29:59.217664 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36462 2026.04.07 05:29:59.217723 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:29:59.217726 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:29:59.217759 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:29:59.217772 [ 292 ] {} TCP-Session: 2bf00489-3ccc-4f54-9cab-45dc01f62188 Authenticating user 'default' from [fd00:1122:3344:101::e]:55711 2026.04.07 05:29:59.217791 [ 286 ] {} TCP-Session: d3ed50e0-7796-4e88-8e06-721c6112d3c3 Authenticating user 'default' from [fd00:1122:3344:101::e]:57346 2026.04.07 05:29:59.217803 [ 288 ] {} TCP-Session: 67a24b90-bc0f-446e-9350-38ad54020046 Authenticating user 'default' from [fd00:1122:3344:101::e]:48359 2026.04.07 05:29:59.217815 [ 292 ] {} TCP-Session: 2bf00489-3ccc-4f54-9cab-45dc01f62188 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:59.217824 [ 286 ] {} TCP-Session: d3ed50e0-7796-4e88-8e06-721c6112d3c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:59.217837 [ 288 ] {} TCP-Session: 67a24b90-bc0f-446e-9350-38ad54020046 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:59.217839 [ 292 ] {} TCP-Session: 2bf00489-3ccc-4f54-9cab-45dc01f62188 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:59.217854 [ 286 ] {} TCP-Session: d3ed50e0-7796-4e88-8e06-721c6112d3c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:59.217865 [ 288 ] {} TCP-Session: 67a24b90-bc0f-446e-9350-38ad54020046 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:59.217809 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:29:59.217721 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:29:59.217935 [ 289 ] {} TCP-Session: 62410ce9-9917-4df0-a6d6-fda1e1d08d86 Authenticating user 'default' from [fd00:1122:3344:101::e]:36462 2026.04.07 05:29:59.217954 [ 294 ] {} TCP-Session: 34bbf876-6789-4417-ad3b-dd1ef81155ed Authenticating user 'default' from [fd00:1122:3344:101::e]:40789 2026.04.07 05:29:59.217968 [ 289 ] {} TCP-Session: 62410ce9-9917-4df0-a6d6-fda1e1d08d86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:59.217980 [ 294 ] {} TCP-Session: 34bbf876-6789-4417-ad3b-dd1ef81155ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:59.217991 [ 289 ] {} TCP-Session: 62410ce9-9917-4df0-a6d6-fda1e1d08d86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:59.218004 [ 294 ] {} TCP-Session: 34bbf876-6789-4417-ad3b-dd1ef81155ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:59.217638 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49816 2026.04.07 05:29:59.217604 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53288 2026.04.07 05:29:59.217581 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38063 2026.04.07 05:29:59.217709 [ 290 ] {} TCP-Session: 83dd8c0b-a1bc-4d13-a8b0-b0b3486a4419 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:59.218169 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:29:59.218177 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:29:59.218202 [ 3 ] {} TCP-Session: 74afb27e-1071-46f3-aa72-fad3c3c39975 Authenticating user 'default' from [fd00:1122:3344:101::e]:49816 2026.04.07 05:29:59.218204 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:29:59.218212 [ 293 ] {} TCP-Session: 348333ba-4242-43d2-9400-7c57951cc08a Authenticating user 'default' from [fd00:1122:3344:101::e]:53288 2026.04.07 05:29:59.218233 [ 3 ] {} TCP-Session: 74afb27e-1071-46f3-aa72-fad3c3c39975 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:59.218244 [ 291 ] {} TCP-Session: 374d3e74-9eb8-4d4f-b570-e237a81e029d Authenticating user 'default' from [fd00:1122:3344:101::e]:38063 2026.04.07 05:29:59.218254 [ 293 ] {} TCP-Session: 348333ba-4242-43d2-9400-7c57951cc08a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:59.218261 [ 3 ] {} TCP-Session: 74afb27e-1071-46f3-aa72-fad3c3c39975 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:59.218275 [ 291 ] {} TCP-Session: 374d3e74-9eb8-4d4f-b570-e237a81e029d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:59.218286 [ 293 ] {} TCP-Session: 348333ba-4242-43d2-9400-7c57951cc08a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:59.218306 [ 291 ] {} TCP-Session: 374d3e74-9eb8-4d4f-b570-e237a81e029d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:59.218318 [ 290 ] {4ad37c98-d2f9-4d0c-8f01-12c2658fad06} executeQuery: (from [fd00:1122:3344:101::e]:53960) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.07 05:29:59.218592 [ 290 ] {4ad37c98-d2f9-4d0c-8f01-12c2658fad06} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.07 05:29:59.218650 [ 290 ] {4ad37c98-d2f9-4d0c-8f01-12c2658fad06} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.07 05:29:59.218938 [ 290 ] {4ad37c98-d2f9-4d0c-8f01-12c2658fad06} oximeter.version (b59983b3-b885-480b-8202-da32017c82ac) (SelectExecutor): Key condition: unknown 2026.04.07 05:29:59.219917 [ 344 ] {4ad37c98-d2f9-4d0c-8f01-12c2658fad06} AggregatingTransform: Aggregating 2026.04.07 05:29:59.219961 [ 344 ] {4ad37c98-d2f9-4d0c-8f01-12c2658fad06} Aggregator: Aggregation method: without_key 2026.04.07 05:29:59.219998 [ 344 ] {4ad37c98-d2f9-4d0c-8f01-12c2658fad06} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000957248 sec. (1044.661 rows/sec., 40.81 KiB/sec.) 2026.04.07 05:29:59.220016 [ 344 ] {4ad37c98-d2f9-4d0c-8f01-12c2658fad06} Aggregator: Merging aggregated data 2026.04.07 05:29:59.221475 [ 290 ] {4ad37c98-d2f9-4d0c-8f01-12c2658fad06} executeQuery: Read 1 rows, 40.00 B in 0.003218 sec., 310.75201988812927 rows/sec., 12.14 KiB/sec. 2026.04.07 05:29:59.221647 [ 290 ] {4ad37c98-d2f9-4d0c-8f01-12c2658fad06} TCPHandler: Processed in 0.004055906 sec. 2026.04.07 05:29:59.221788 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.07 05:29:59.221809 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.07 05:29:59.221828 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.07 05:29:59.221847 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.07 05:29:59.221864 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.07 05:29:59.221874 [ 293 ] {} TCP-Session: 348333ba-4242-43d2-9400-7c57951cc08a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:59.221895 [ 3 ] {} TCPHandler: Done processing connection. 2026.04.07 05:29:59.221911 [ 289 ] {} TCP-Session: 62410ce9-9917-4df0-a6d6-fda1e1d08d86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:59.221917 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.07 05:29:59.221946 [ 3 ] {} TCP-Session: 74afb27e-1071-46f3-aa72-fad3c3c39975 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:59.221989 [ 286 ] {} TCP-Session: d3ed50e0-7796-4e88-8e06-721c6112d3c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:59.221937 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.07 05:29:59.221901 [ 292 ] {} TCP-Session: 2bf00489-3ccc-4f54-9cab-45dc01f62188 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:59.221881 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.07 05:29:59.222052 [ 288 ] {} TCP-Session: 67a24b90-bc0f-446e-9350-38ad54020046 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:59.221855 [ 291 ] {} TCP-Session: 374d3e74-9eb8-4d4f-b570-e237a81e029d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:59.222089 [ 294 ] {} TCP-Session: 34bbf876-6789-4417-ad3b-dd1ef81155ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:59.221835 [ 290 ] {} TCP-Session: 83dd8c0b-a1bc-4d13-a8b0-b0b3486a4419 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:59.266348 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60176 2026.04.07 05:29:59.266441 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:29:59.266465 [ 290 ] {} TCP-Session: 73991fb8-6bc0-4d75-adf9-22e9ee80e08d Authenticating user 'default' from [fd00:1122:3344:101::e]:60176 2026.04.07 05:29:59.266485 [ 290 ] {} TCP-Session: 73991fb8-6bc0-4d75-adf9-22e9ee80e08d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:59.266497 [ 290 ] {} TCP-Session: 73991fb8-6bc0-4d75-adf9-22e9ee80e08d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:59.266692 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55178 2026.04.07 05:29:59.266708 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59191 2026.04.07 05:29:59.266727 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60800 2026.04.07 05:29:59.266756 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63085 2026.04.07 05:29:59.266750 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39796 2026.04.07 05:29:59.266812 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:29:59.266830 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:29:59.266842 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:29:59.266855 [ 293 ] {} TCP-Session: af4ab67b-0e37-41d2-b8d1-d4753868f866 Authenticating user 'default' from [fd00:1122:3344:101::e]:59191 2026.04.07 05:29:59.266871 [ 3 ] {} TCP-Session: 3041b8d2-f88d-4d64-b5c8-c8513353c057 Authenticating user 'default' from [fd00:1122:3344:101::e]:60800 2026.04.07 05:29:59.266880 [ 289 ] {} TCP-Session: 7ca8fc42-c79f-4c8b-b4ab-9a1447ecbc20 Authenticating user 'default' from [fd00:1122:3344:101::e]:63085 2026.04.07 05:29:59.266890 [ 293 ] {} TCP-Session: af4ab67b-0e37-41d2-b8d1-d4753868f866 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:59.266906 [ 3 ] {} TCP-Session: 3041b8d2-f88d-4d64-b5c8-c8513353c057 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:59.266913 [ 289 ] {} TCP-Session: 7ca8fc42-c79f-4c8b-b4ab-9a1447ecbc20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:59.266917 [ 293 ] {} TCP-Session: af4ab67b-0e37-41d2-b8d1-d4753868f866 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:59.266931 [ 3 ] {} TCP-Session: 3041b8d2-f88d-4d64-b5c8-c8513353c057 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:59.266942 [ 289 ] {} TCP-Session: 7ca8fc42-c79f-4c8b-b4ab-9a1447ecbc20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:59.266877 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:29:59.266839 [ 290 ] {} TCP-Session: 73991fb8-6bc0-4d75-adf9-22e9ee80e08d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:29:59.267011 [ 288 ] {} TCP-Session: eb82e25e-faf3-40b6-8e28-34b34a99ceef Authenticating user 'default' from [fd00:1122:3344:101::e]:39796 2026.04.07 05:29:59.266799 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:29:59.267046 [ 288 ] {} TCP-Session: eb82e25e-faf3-40b6-8e28-34b34a99ceef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:59.266738 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58574 2026.04.07 05:29:59.267074 [ 288 ] {} TCP-Session: eb82e25e-faf3-40b6-8e28-34b34a99ceef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:59.267069 [ 291 ] {} TCP-Session: d15a0f94-47a3-47fe-9af1-bf0f73949385 Authenticating user 'default' from [fd00:1122:3344:101::e]:55178 2026.04.07 05:29:59.266716 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56288 2026.04.07 05:29:59.267147 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:29:59.267168 [ 290 ] {1f6063f5-997c-4256-b992-ce0fb9f1d254} executeQuery: (from [fd00:1122:3344:101::e]:60176) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.07 05:29:59.267181 [ 286 ] {} TCP-Session: ec2dd7d5-0fa7-4453-b669-120ccf379e3a Authenticating user 'default' from [fd00:1122:3344:101::e]:58574 2026.04.07 05:29:59.266698 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53414 2026.04.07 05:29:59.267199 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:29:59.267204 [ 286 ] {} TCP-Session: ec2dd7d5-0fa7-4453-b669-120ccf379e3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:59.267248 [ 294 ] {} TCP-Session: e9be7596-10ec-4d82-8d60-3f9d4a00c3f8 Authenticating user 'default' from [fd00:1122:3344:101::e]:56288 2026.04.07 05:29:59.267257 [ 286 ] {} TCP-Session: ec2dd7d5-0fa7-4453-b669-120ccf379e3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:59.267268 [ 294 ] {} TCP-Session: e9be7596-10ec-4d82-8d60-3f9d4a00c3f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:59.267270 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.07 05:29:59.267284 [ 294 ] {} TCP-Session: e9be7596-10ec-4d82-8d60-3f9d4a00c3f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:59.267306 [ 292 ] {} TCP-Session: a4e2d3af-1800-428e-9c16-8e564afd2714 Authenticating user 'default' from [fd00:1122:3344:101::e]:53414 2026.04.07 05:29:59.267137 [ 291 ] {} TCP-Session: d15a0f94-47a3-47fe-9af1-bf0f73949385 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:59.267334 [ 292 ] {} TCP-Session: a4e2d3af-1800-428e-9c16-8e564afd2714 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:59.267350 [ 291 ] {} TCP-Session: d15a0f94-47a3-47fe-9af1-bf0f73949385 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:59.267360 [ 292 ] {} TCP-Session: a4e2d3af-1800-428e-9c16-8e564afd2714 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:59.267407 [ 290 ] {1f6063f5-997c-4256-b992-ce0fb9f1d254} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.07 05:29:59.267462 [ 290 ] {1f6063f5-997c-4256-b992-ce0fb9f1d254} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.07 05:29:59.267727 [ 290 ] {1f6063f5-997c-4256-b992-ce0fb9f1d254} oximeter.version (b59983b3-b885-480b-8202-da32017c82ac) (SelectExecutor): Key condition: unknown 2026.04.07 05:29:59.268712 [ 261 ] {1f6063f5-997c-4256-b992-ce0fb9f1d254} AggregatingTransform: Aggregating 2026.04.07 05:29:59.268751 [ 261 ] {1f6063f5-997c-4256-b992-ce0fb9f1d254} Aggregator: Aggregation method: without_key 2026.04.07 05:29:59.268783 [ 261 ] {1f6063f5-997c-4256-b992-ce0fb9f1d254} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000959587 sec. (1042.115 rows/sec., 40.71 KiB/sec.) 2026.04.07 05:29:59.268800 [ 261 ] {1f6063f5-997c-4256-b992-ce0fb9f1d254} Aggregator: Merging aggregated data 2026.04.07 05:29:59.270011 [ 290 ] {1f6063f5-997c-4256-b992-ce0fb9f1d254} executeQuery: Read 1 rows, 40.00 B in 0.002899 sec., 344.94653328734046 rows/sec., 13.47 KiB/sec. 2026.04.07 05:29:59.270144 [ 290 ] {1f6063f5-997c-4256-b992-ce0fb9f1d254} TCPHandler: Processed in 0.003404294 sec. 2026.04.07 05:29:59.270263 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.07 05:29:59.270288 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.07 05:29:59.270293 [ 290 ] {} TCP-Session: 73991fb8-6bc0-4d75-adf9-22e9ee80e08d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:59.270311 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.07 05:29:59.270338 [ 291 ] {} TCP-Session: d15a0f94-47a3-47fe-9af1-bf0f73949385 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:59.270345 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.07 05:29:59.270366 [ 289 ] {} TCP-Session: 7ca8fc42-c79f-4c8b-b4ab-9a1447ecbc20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:59.270361 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.07 05:29:59.270382 [ 3 ] {} TCPHandler: Done processing connection. 2026.04.07 05:29:59.270393 [ 293 ] {} TCP-Session: af4ab67b-0e37-41d2-b8d1-d4753868f866 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:59.270419 [ 292 ] {} TCP-Session: a4e2d3af-1800-428e-9c16-8e564afd2714 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:59.270444 [ 3 ] {} TCP-Session: 3041b8d2-f88d-4d64-b5c8-c8513353c057 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:59.270415 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.07 05:29:59.270325 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.07 05:29:59.270512 [ 288 ] {} TCP-Session: eb82e25e-faf3-40b6-8e28-34b34a99ceef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:59.270539 [ 294 ] {} TCP-Session: e9be7596-10ec-4d82-8d60-3f9d4a00c3f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:29:59.270396 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.07 05:29:59.270599 [ 286 ] {} TCP-Session: ec2dd7d5-0fa7-4453-b669-120ccf379e3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.07 05:30:00.027528 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 497 2026.04.07 05:30:00.047075 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:30:00.047134 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.04.07 05:30:00.054109 [ 243 ] {} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.04.07 05:30:00.054879 [ 243 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:30:00.055182 [ 83 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.04.07 05:30:00.055219 [ 83 ] {} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:30:00.055242 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.04.07 05:30:00.055334 [ 199 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2026.04.07 05:30:00.058597 [ 199 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:30:00.059013 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 497 2026.04.07 05:30:00.059525 [ 199 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 460 rows starting from the beginning of the part 2026.04.07 05:30:00.063247 [ 199 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 7 rows starting from the beginning of the part 2026.04.07 05:30:00.067361 [ 199 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 8 rows starting from the beginning of the part 2026.04.07 05:30:00.072439 [ 199 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 7 rows starting from the beginning of the part 2026.04.07 05:30:00.077151 [ 199 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 8 rows starting from the beginning of the part 2026.04.07 05:30:00.081050 [ 199 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 7 rows starting from the beginning of the part 2026.04.07 05:30:00.144474 [ 199 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 497 rows, containing 679 columns (679 merged, 0 gathered) in 0.089174723 sec., 5573.32821768339 rows/sec., 28.82 MiB/sec. 2026.04.07 05:30:00.147633 [ 199 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.04.07 05:30:00.150001 [ 199 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_66_13} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:30:00.150111 [ 199 ] {a4b891fc-486d-4d4b-979e-d05c12719f8a::all_1_66_13} system.metric_log (a4b891fc-486d-4d4b-979e-d05c12719f8a) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.04.07 05:30:00.152138 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.29 MiB. 2026.04.07 05:30:01.000325 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 354.48 MiB, peak 368.20 MiB, free memory in arenas 0.00 B, will set to 357.07 MiB (RSS), difference: 2.59 MiB 2026.04.07 05:30:01.145795 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:30:01.145983 [ 5 ] {076f510d-2796-4458-af8c-f877b11d7a93} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.07 05:30:01.146059 [ 5 ] {076f510d-2796-4458-af8c-f877b11d7a93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.07 05:30:01.146818 [ 5 ] {076f510d-2796-4458-af8c-f877b11d7a93} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:30:01.146874 [ 5 ] {076f510d-2796-4458-af8c-f877b11d7a93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.04.07 05:30:01.147316 [ 5 ] {076f510d-2796-4458-af8c-f877b11d7a93} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2026.04.07 05:30:01.147585 [ 5 ] {076f510d-2796-4458-af8c-f877b11d7a93} oximeter.fields_string (c1344415-e7af-4221-b11a-c82bb1d3e984): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:30:01.147778 [ 5 ] {076f510d-2796-4458-af8c-f877b11d7a93} executeQuery: Read 56 rows, 4.41 KiB in 0.001844 sec., 30368.763557483733 rows/sec., 2.33 MiB/sec. 2026.04.07 05:30:01.147837 [ 5 ] {076f510d-2796-4458-af8c-f877b11d7a93} TCPHandler: Processed in 0.002179541 sec. 2026.04.07 05:30:01.147977 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:30:01.148089 [ 5 ] {ae6b6ca5-c127-4de4-a869-540c5db5c121} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.07 05:30:01.148136 [ 5 ] {ae6b6ca5-c127-4de4-a869-540c5db5c121} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.07 05:30:01.148629 [ 5 ] {ae6b6ca5-c127-4de4-a869-540c5db5c121} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:30:01.148677 [ 5 ] {ae6b6ca5-c127-4de4-a869-540c5db5c121} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.04.07 05:30:01.149035 [ 5 ] {ae6b6ca5-c127-4de4-a869-540c5db5c121} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2026.04.07 05:30:01.149293 [ 5 ] {ae6b6ca5-c127-4de4-a869-540c5db5c121} oximeter.fields_uuid (3fe02d8d-c71d-43ce-b36e-63a8eff43e5f): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:30:01.149441 [ 5 ] {ae6b6ca5-c127-4de4-a869-540c5db5c121} executeQuery: Read 64 rows, 5.12 KiB in 0.001393 sec., 45944.00574300072 rows/sec., 3.59 MiB/sec. 2026.04.07 05:30:01.149487 [ 5 ] {ae6b6ca5-c127-4de4-a869-540c5db5c121} TCPHandler: Processed in 0.00158375 sec. 2026.04.07 05:30:01.149617 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:30:01.149712 [ 5 ] {463b9303-aff8-414c-8ca3-49d08cf135c1} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.07 05:30:01.149759 [ 5 ] {463b9303-aff8-414c-8ca3-49d08cf135c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.07 05:30:01.150245 [ 5 ] {463b9303-aff8-414c-8ca3-49d08cf135c1} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:30:01.150286 [ 5 ] {463b9303-aff8-414c-8ca3-49d08cf135c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.04.07 05:30:01.150654 [ 5 ] {463b9303-aff8-414c-8ca3-49d08cf135c1} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2026.04.07 05:30:01.150890 [ 5 ] {463b9303-aff8-414c-8ca3-49d08cf135c1} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:30:01.151053 [ 5 ] {463b9303-aff8-414c-8ca3-49d08cf135c1} executeQuery: Read 160 rows, 11.41 KiB in 0.001328 sec., 120481.92771084337 rows/sec., 8.39 MiB/sec. 2026.04.07 05:30:01.151063 [ 75 ] {} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900) (MergerMutator): Selected 2 parts from all_1_103_25 to all_104_104_0 2026.04.07 05:30:01.151093 [ 5 ] {463b9303-aff8-414c-8ca3-49d08cf135c1} TCPHandler: Processed in 0.001506799 sec. 2026.04.07 05:30:01.151129 [ 75 ] {} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:30:01.151156 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.04.07 05:30:01.151231 [ 5 ] {} TCP-Session: 4901a6c7-2d95-47cd-b26a-28003ececde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.07 05:30:01.151246 [ 193 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_104_26} MergeTask::PrepareStage: Merging 2 parts: from all_1_103_25 to all_104_104_0 into Compact with storage Full 2026.04.07 05:30:01.151337 [ 5 ] {4b46524c-99f5-44f8-9c65-5146ecd77955} executeQuery: (from [fd00:1122:3344:101::d]:47237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.07 05:30:01.151344 [ 193 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_104_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.07 05:30:01.151381 [ 5 ] {4b46524c-99f5-44f8-9c65-5146ecd77955} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.07 05:30:01.151381 [ 193 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_104_26} MergeTreeSequentialSource: Reading 6 marks from part all_1_103_25, total 36507 rows starting from the beginning of the part 2026.04.07 05:30:01.151461 [ 193 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_104_26} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 160 rows starting from the beginning of the part 2026.04.07 05:30:01.151753 [ 5 ] {4b46524c-99f5-44f8-9c65-5146ecd77955} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.07 05:30:01.151793 [ 5 ] {4b46524c-99f5-44f8-9c65-5146ecd77955} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.04.07 05:30:01.152149 [ 5 ] {4b46524c-99f5-44f8-9c65-5146ecd77955} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2026.04.07 05:30:01.152380 [ 5 ] {4b46524c-99f5-44f8-9c65-5146ecd77955} oximeter.measurements_u64 (293858e9-e8e0-44e1-b979-077b3bb049ca): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:30:01.152530 [ 5 ] {4b46524c-99f5-44f8-9c65-5146ecd77955} executeQuery: Read 60 rows, 4.14 KiB in 0.001212 sec., 49504.9504950495 rows/sec., 3.34 MiB/sec. 2026.04.07 05:30:01.152568 [ 5 ] {4b46524c-99f5-44f8-9c65-5146ecd77955} TCPHandler: Processed in 0.001393657 sec. 2026.04.07 05:30:01.158779 [ 190 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_104_26} MergeTask::MergeProjectionsStage: Merge sorted 36667 rows, containing 5 columns (5 merged, 0 gathered) in 0.007562303 sec., 4848655.231085028 rows/sec., 315.57 MiB/sec. 2026.04.07 05:30:01.159842 [ 188 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_104_26} MergedBlockOutputStream: filled checksums all_1_104_26 (state Temporary) 2026.04.07 05:30:01.160196 [ 188 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_104_26} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900): Renaming temporary part tmp_merge_all_1_104_26 to all_1_104_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.07 05:30:01.160281 [ 188 ] {a0e5e0e8-1b34-4593-a6ee-ee166d66b900::all_1_104_26} oximeter.measurements_cumulativeu64 (a0e5e0e8-1b34-4593-a6ee-ee166d66b900) (MergerMutator): Merged 2 parts: [all_1_103_25, all_104_104_0] -> all_1_104_26 2026.04.07 05:30:01.160374 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB.