[ Apr 22 02:10:00 Enabled. ] [ Apr 22 02:10:00 Rereading configuration. ] [ Apr 22 02:10:03 Rereading configuration. ] [ Apr 22 02:10:06 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 22 02:10:06 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.22 02:10:07.683493 [ 1 ] {} Application: Will watch for the process with pid 24095 2026.04.22 02:10:07.683914 [ 1 ] {} Application: Forked a child process to watch 2026.04.22 02:10:07.888828 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 24095 2026.04.22 02:10:07.889649 [ 1 ] {} Application: starting up 2026.04.22 02:10:07.889799 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2026.04.22 02:10:07.983721 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2026.04.22 02:10:08.020355 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2026.04.22 02:10:08.020411 [ 1 ] {} Application: Initializing DateLUT. 2026.04.22 02:10:08.020429 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2026.04.22 02:10:08.020486 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2026.04.22 02:10:08.020901 [ 1 ] {} Application: Initializing interserver credentials. 2026.04.22 02:10:08.023111 [ 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.22 02:10:08.023892 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.04.22 02:10:08.024706 [ 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.22 02:10:08.024727 [ 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.22 02:10:08.024740 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2026.04.22 02:10:08.025437 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2026.04.22 02:10:08.026345 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2026.04.22 02:10:08.031594 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2026.04.22 02:10:08.032338 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2026.04.22 02:10:08.034646 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.04.22 02:10:08.034712 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.04.22 02:10:08.035743 [ 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.22 02:10:08.036139 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.04.22 02:10:08.040086 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.04.22 02:10:08.040544 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2026.04.22 02:10:08.043640 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2026.04.22 02:10:08.044089 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2026.04.22 02:10:08.044441 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2026.04.22 02:10:08.044779 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2026.04.22 02:10:08.046183 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2026.04.22 02:10:08.046208 [ 1 ] {} Application: Loading metadata from /data/ 2026.04.22 02:10:08.046281 [ 113 ] {} DNSResolver: Updating DNS cache 2026.04.22 02:10:08.046340 [ 113 ] {} DNSResolver: Updated DNS cache 2026.04.22 02:10:08.057119 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2026.04.22 02:10:08.057142 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000166293 sec 2026.04.22 02:10:08.057161 [ 1 ] {} ReferentialDeps: No tables 2026.04.22 02:10:08.057174 [ 1 ] {} LoadingDeps: No tables 2026.04.22 02:10:08.057892 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2026.04.22 02:10:08.058481 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2026.04.22 02:10:08.066647 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2026.04.22 02:10:08.066690 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2026.04.22 02:10:08.066712 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2026.04.22 02:10:08.066724 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2026.04.22 02:10:08.066757 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2026.04.22 02:10:08.066775 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2026.04.22 02:10:08.069017 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2026.04.22 02:10:08.069074 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2026.04.22 02:10:08.069095 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2026.04.22 02:10:08.069247 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2026.04.22 02:10:08.069291 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2026.04.22 02:10:08.069304 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2026.04.22 02:10:08.069323 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2026.04.22 02:10:08.069335 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2026.04.22 02:10:08.069366 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2026.04.22 02:10:08.069383 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2026.04.22 02:10:08.091906 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2026.04.22 02:10:08.094552 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2026.04.22 02:10:08.094582 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 4.7641e-05 sec 2026.04.22 02:10:08.094594 [ 1 ] {} ReferentialDeps: No tables 2026.04.22 02:10:08.094604 [ 1 ] {} LoadingDeps: No tables 2026.04.22 02:10:08.094630 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2026.04.22 02:10:08.094830 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2026.04.22 02:10:08.094875 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2026.04.22 02:10:08.094888 [ 1 ] {} Application: Loaded metadata. 2026.04.22 02:10:08.094899 [ 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.22 02:10:08.094909 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2026.04.22 02:10:08.106060 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.04.22 02:10:08.106260 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.70 MiB (RSS), difference: 91.92 MiB 2026.04.22 02:10:08.107706 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.363e-05 sec. 2026.04.22 02:10:08.108028 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2026.04.22 02:10:08.108633 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2026.04.22 02:10:08.108651 [ 1 ] {} Application: Ready for connections. 2026.04.22 02:10:08.998531 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:46610 2026.04.22 02:10:08.999365 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:10:08.999421 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Authenticating user 'default' from [fd00:1122:3344:101::d]:46610 2026.04.22 02:10:08.999448 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:08.999468 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:08.999556 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.04.22 02:10:08.999581 [ 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.22 02:10:08.999603 [ 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.22 02:10:09.000568 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:63903 2026.04.22 02:10:09.001451 [ 253 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:63522 2026.04.22 02:10:09.001455 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:53150 2026.04.22 02:10:09.001473 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:10:09.001573 [ 4 ] {} TCP-Session: 62d03383-0886-4d87-9e9a-f21db1d4d95e Authenticating user 'default' from [fd00:1122:3344:101::d]:63903 2026.04.22 02:10:09.001599 [ 4 ] {} TCP-Session: 62d03383-0886-4d87-9e9a-f21db1d4d95e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:09.001613 [ 4 ] {} TCP-Session: 62d03383-0886-4d87-9e9a-f21db1d4d95e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:09.002233 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:47484 2026.04.22 02:10:09.002916 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:46361 2026.04.22 02:10:09.002922 [ 253 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:10:09.002994 [ 253 ] {} TCP-Session: 78395198-3b3d-460d-bc54-896188d58fb0 Authenticating user 'default' from [fd00:1122:3344:101::d]:63522 2026.04.22 02:10:09.003023 [ 253 ] {} TCP-Session: 78395198-3b3d-460d-bc54-896188d58fb0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:09.003035 [ 253 ] {} TCP-Session: 78395198-3b3d-460d-bc54-896188d58fb0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:09.003544 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:10:09.003609 [ 255 ] {} TCP-Session: f2289612-c73c-44ee-b4cf-bcb83d290ee7 Authenticating user 'default' from [fd00:1122:3344:101::d]:47484 2026.04.22 02:10:09.003632 [ 255 ] {} TCP-Session: f2289612-c73c-44ee-b4cf-bcb83d290ee7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:09.003644 [ 255 ] {} TCP-Session: f2289612-c73c-44ee-b4cf-bcb83d290ee7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:09.003685 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:10:09.003703 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:10:09.003711 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:61949 2026.04.22 02:10:09.003732 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:53150 2026.04.22 02:10:09.003756 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:09.003787 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:09.003723 [ 256 ] {} TCP-Session: 2331a34e-588a-4ff3-9d6c-bace28d9094b Authenticating user 'default' from [fd00:1122:3344:101::d]:46361 2026.04.22 02:10:09.003803 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:09.003803 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:39254 2026.04.22 02:10:09.003833 [ 256 ] {} TCP-Session: 2331a34e-588a-4ff3-9d6c-bace28d9094b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:09.003877 [ 256 ] {} TCP-Session: 2331a34e-588a-4ff3-9d6c-bace28d9094b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:09.003912 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:39067 2026.04.22 02:10:09.003939 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:10:09.003996 [ 257 ] {} TCP-Session: e9a89662-fd1c-42cf-a333-4270b71e4085 Authenticating user 'default' from [fd00:1122:3344:101::d]:61949 2026.04.22 02:10:09.004031 [ 257 ] {} TCP-Session: e9a89662-fd1c-42cf-a333-4270b71e4085 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:09.004047 [ 257 ] {} TCP-Session: e9a89662-fd1c-42cf-a333-4270b71e4085 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:09.004051 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:10:09.004113 [ 258 ] {} TCP-Session: 04dc9ebf-e2cd-421d-8da0-47b5c4a205c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:39254 2026.04.22 02:10:09.004135 [ 258 ] {} TCP-Session: 04dc9ebf-e2cd-421d-8da0-47b5c4a205c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:09.004134 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:10:09.004152 [ 258 ] {} TCP-Session: 04dc9ebf-e2cd-421d-8da0-47b5c4a205c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:09.004202 [ 259 ] {} TCP-Session: 1e097a98-3979-43ef-b964-9888313c928c Authenticating user 'default' from [fd00:1122:3344:101::d]:39067 2026.04.22 02:10:09.004226 [ 259 ] {} TCP-Session: 1e097a98-3979-43ef-b964-9888313c928c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:09.004247 [ 259 ] {} TCP-Session: 1e097a98-3979-43ef-b964-9888313c928c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:09.006877 [ 3 ] {c060c688-457a-4dae-957b-6080c8d71f4d} executeQuery: (from [fd00:1122:3344:101::d]:46610) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.22 02:10:09.095610 [ 3 ] {c060c688-457a-4dae-957b-6080c8d71f4d} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:46610) (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 @ 0x00000000001171c7 in /system/lib/amd64/libc.so.1 2026.04.22 02:10:09.096447 [ 3 ] {c060c688-457a-4dae-957b-6080c8d71f4d} 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 @ 0x00000000001171c7 in /system/lib/amd64/libc.so.1 2026.04.22 02:10:09.096544 [ 3 ] {c060c688-457a-4dae-957b-6080c8d71f4d} TCPHandler: Processed in 0.095193194 sec. 2026.04.22 02:10:09.096955 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:09.097150 [ 5 ] {4db6c7b1-92d3-4469-a47d-d3ec78373a7d} executeQuery: (from [fd00:1122:3344:101::d]:53150) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.22 02:10:09.097515 [ 5 ] {4db6c7b1-92d3-4469-a47d-d3ec78373a7d} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:53150) (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 @ 0x00000000001171c7 in /system/lib/amd64/libc.so.1 2026.04.22 02:10:09.097643 [ 5 ] {4db6c7b1-92d3-4469-a47d-d3ec78373a7d} 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 @ 0x00000000001171c7 in /system/lib/amd64/libc.so.1 2026.04.22 02:10:09.097716 [ 5 ] {4db6c7b1-92d3-4469-a47d-d3ec78373a7d} TCPHandler: Processed in 0.000897506 sec. 2026.04.22 02:10:09.097932 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:09.098660 [ 3 ] {a2d4d4fd-c3da-4b7d-b6b0-248dcd393498} executeQuery: (from [fd00:1122:3344:101::d]:46610) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2026.04.22 02:10:09.099285 [ 3 ] {a2d4d4fd-c3da-4b7d-b6b0-248dcd393498} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2026.04.22 02:10:09.100577 [ 3 ] {a2d4d4fd-c3da-4b7d-b6b0-248dcd393498} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2026.04.22 02:10:09.100598 [ 3 ] {a2d4d4fd-c3da-4b7d-b6b0-248dcd393498} TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.1421e-05 sec 2026.04.22 02:10:09.100611 [ 3 ] {a2d4d4fd-c3da-4b7d-b6b0-248dcd393498} ReferentialDeps: No tables 2026.04.22 02:10:09.100638 [ 3 ] {a2d4d4fd-c3da-4b7d-b6b0-248dcd393498} LoadingDeps: No tables 2026.04.22 02:10:09.100663 [ 3 ] {a2d4d4fd-c3da-4b7d-b6b0-248dcd393498} DatabaseAtomic (oximeter): Starting up tables. 2026.04.22 02:10:09.101292 [ 3 ] {a2d4d4fd-c3da-4b7d-b6b0-248dcd393498} TCPHandler: Processed in 0.003411151 sec. 2026.04.22 02:10:09.101432 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:09.101602 [ 3 ] {e7a3a228-95ac-43b4-8567-a346b8d1abca} executeQuery: (from [fd00:1122:3344:101::d]:46610) /* 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.22 02:10:09.101650 [ 3 ] {e7a3a228-95ac-43b4-8567-a346b8d1abca} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2026.04.22 02:10:09.106677 [ 3 ] {e7a3a228-95ac-43b4-8567-a346b8d1abca} StoragePolicy (default): Storage policy default created, total volumes 1 2026.04.22 02:10:09.108279 [ 3 ] {e7a3a228-95ac-43b4-8567-a346b8d1abca} oximeter.version (735d4eb2-4688-4764-b1e7-cbcb4ccf556e): Loading data parts 2026.04.22 02:10:09.109373 [ 3 ] {e7a3a228-95ac-43b4-8567-a346b8d1abca} oximeter.version (735d4eb2-4688-4764-b1e7-cbcb4ccf556e): There are no data parts 2026.04.22 02:10:09.111981 [ 3 ] {e7a3a228-95ac-43b4-8567-a346b8d1abca} TCPHandler: Processed in 0.01059572 sec. 2026.04.22 02:10:09.112134 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:09.112305 [ 3 ] {f0a71476-2ba5-4b8b-b499-2da5005a68ed} executeQuery: (from [fd00:1122:3344:101::d]:46610) /* 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.22 02:10:09.112389 [ 3 ] {f0a71476-2ba5-4b8b-b499-2da5005a68ed} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2026.04.22 02:10:09.121696 [ 3 ] {f0a71476-2ba5-4b8b-b499-2da5005a68ed} oximeter.measurements_bool (7139b1fc-7a1f-4c34-b7b8-a10064123e76): Loading data parts 2026.04.22 02:10:09.121936 [ 3 ] {f0a71476-2ba5-4b8b-b499-2da5005a68ed} oximeter.measurements_bool (7139b1fc-7a1f-4c34-b7b8-a10064123e76): There are no data parts 2026.04.22 02:10:09.125222 [ 3 ] {f0a71476-2ba5-4b8b-b499-2da5005a68ed} TCPHandler: Processed in 0.013136975 sec. 2026.04.22 02:10:09.125893 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:09.126142 [ 3 ] {e70c83b9-8451-4e27-a3f1-ac03a5c444aa} executeQuery: (from [fd00:1122:3344:101::d]:46610) 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.22 02:10:09.126217 [ 3 ] {e70c83b9-8451-4e27-a3f1-ac03a5c444aa} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2026.04.22 02:10:09.128024 [ 3 ] {e70c83b9-8451-4e27-a3f1-ac03a5c444aa} oximeter.measurements_i8 (56e4e679-ba18-4b5a-bb49-f0e51fa7ba8e): Loading data parts 2026.04.22 02:10:09.128281 [ 3 ] {e70c83b9-8451-4e27-a3f1-ac03a5c444aa} oximeter.measurements_i8 (56e4e679-ba18-4b5a-bb49-f0e51fa7ba8e): There are no data parts 2026.04.22 02:10:09.130432 [ 3 ] {e70c83b9-8451-4e27-a3f1-ac03a5c444aa} TCPHandler: Processed in 0.004613393 sec. 2026.04.22 02:10:09.130575 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:09.130726 [ 3 ] {5a24098a-2e07-4723-bdc3-5518bad376da} executeQuery: (from [fd00:1122:3344:101::d]:46610) 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.22 02:10:09.130784 [ 3 ] {5a24098a-2e07-4723-bdc3-5518bad376da} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2026.04.22 02:10:09.132516 [ 3 ] {5a24098a-2e07-4723-bdc3-5518bad376da} oximeter.measurements_u8 (957ec371-a8ec-43b5-8273-12528b33af9f): Loading data parts 2026.04.22 02:10:09.132664 [ 3 ] {5a24098a-2e07-4723-bdc3-5518bad376da} oximeter.measurements_u8 (957ec371-a8ec-43b5-8273-12528b33af9f): There are no data parts 2026.04.22 02:10:09.135908 [ 3 ] {5a24098a-2e07-4723-bdc3-5518bad376da} TCPHandler: Processed in 0.005379906 sec. 2026.04.22 02:10:09.136093 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:09.136275 [ 3 ] {0da97c00-1803-40b2-80b9-ffb6caabd773} executeQuery: (from [fd00:1122:3344:101::d]:46610) 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.22 02:10:09.136315 [ 3 ] {0da97c00-1803-40b2-80b9-ffb6caabd773} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2026.04.22 02:10:09.138144 [ 3 ] {0da97c00-1803-40b2-80b9-ffb6caabd773} oximeter.measurements_i16 (fc16a204-fafd-4296-a962-c4be8e7a4074): Loading data parts 2026.04.22 02:10:09.138278 [ 3 ] {0da97c00-1803-40b2-80b9-ffb6caabd773} oximeter.measurements_i16 (fc16a204-fafd-4296-a962-c4be8e7a4074): There are no data parts 2026.04.22 02:10:09.140032 [ 3 ] {0da97c00-1803-40b2-80b9-ffb6caabd773} TCPHandler: Processed in 0.003998441 sec. 2026.04.22 02:10:09.140190 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:09.140341 [ 3 ] {4dd13aa9-364f-423f-9eff-0f74fc3b679c} executeQuery: (from [fd00:1122:3344:101::d]:46610) 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.22 02:10:09.140392 [ 3 ] {4dd13aa9-364f-423f-9eff-0f74fc3b679c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2026.04.22 02:10:09.142003 [ 3 ] {4dd13aa9-364f-423f-9eff-0f74fc3b679c} oximeter.measurements_u16 (eb4a2932-aedf-46f1-9752-bd099b8d5892): Loading data parts 2026.04.22 02:10:09.142140 [ 3 ] {4dd13aa9-364f-423f-9eff-0f74fc3b679c} oximeter.measurements_u16 (eb4a2932-aedf-46f1-9752-bd099b8d5892): There are no data parts 2026.04.22 02:10:09.145389 [ 3 ] {4dd13aa9-364f-423f-9eff-0f74fc3b679c} TCPHandler: Processed in 0.005246384 sec. 2026.04.22 02:10:09.145550 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:09.145745 [ 3 ] {a66713ef-d701-4709-b162-3398034fb73d} executeQuery: (from [fd00:1122:3344:101::d]:46610) 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.22 02:10:09.145794 [ 3 ] {a66713ef-d701-4709-b162-3398034fb73d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2026.04.22 02:10:09.149891 [ 3 ] {a66713ef-d701-4709-b162-3398034fb73d} oximeter.measurements_i32 (ecf58ec1-4777-4911-bcf3-7ea0f177d8a9): Loading data parts 2026.04.22 02:10:09.150079 [ 3 ] {a66713ef-d701-4709-b162-3398034fb73d} oximeter.measurements_i32 (ecf58ec1-4777-4911-bcf3-7ea0f177d8a9): There are no data parts 2026.04.22 02:10:09.152011 [ 3 ] {a66713ef-d701-4709-b162-3398034fb73d} TCPHandler: Processed in 0.006518897 sec. 2026.04.22 02:10:09.152173 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:09.152327 [ 3 ] {4bddf36e-07d3-4000-b709-f61647757781} executeQuery: (from [fd00:1122:3344:101::d]:46610) 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.22 02:10:09.152382 [ 3 ] {4bddf36e-07d3-4000-b709-f61647757781} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2026.04.22 02:10:09.154292 [ 3 ] {4bddf36e-07d3-4000-b709-f61647757781} oximeter.measurements_u32 (ab9df822-10e3-4044-a454-7506b8b53a02): Loading data parts 2026.04.22 02:10:09.154442 [ 3 ] {4bddf36e-07d3-4000-b709-f61647757781} oximeter.measurements_u32 (ab9df822-10e3-4044-a454-7506b8b53a02): There are no data parts 2026.04.22 02:10:09.157726 [ 3 ] {4bddf36e-07d3-4000-b709-f61647757781} TCPHandler: Processed in 0.00559905 sec. 2026.04.22 02:10:09.157892 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:09.158088 [ 3 ] {6d167113-cb57-4d41-ae48-d6aaef84fa12} executeQuery: (from [fd00:1122:3344:101::d]:46610) 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.22 02:10:09.158147 [ 3 ] {6d167113-cb57-4d41-ae48-d6aaef84fa12} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2026.04.22 02:10:09.160249 [ 3 ] {6d167113-cb57-4d41-ae48-d6aaef84fa12} oximeter.measurements_i64 (1d7a8621-a4f0-4c4a-b3fc-5e64df9cde2f): Loading data parts 2026.04.22 02:10:09.160391 [ 3 ] {6d167113-cb57-4d41-ae48-d6aaef84fa12} oximeter.measurements_i64 (1d7a8621-a4f0-4c4a-b3fc-5e64df9cde2f): There are no data parts 2026.04.22 02:10:09.162095 [ 3 ] {6d167113-cb57-4d41-ae48-d6aaef84fa12} TCPHandler: Processed in 0.004261096 sec. 2026.04.22 02:10:09.162246 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:09.162441 [ 3 ] {897346f0-f4a8-4980-8ea2-ca42c3f15a85} executeQuery: (from [fd00:1122:3344:101::d]:46610) 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.22 02:10:09.162505 [ 3 ] {897346f0-f4a8-4980-8ea2-ca42c3f15a85} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2026.04.22 02:10:09.164576 [ 3 ] {897346f0-f4a8-4980-8ea2-ca42c3f15a85} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Loading data parts 2026.04.22 02:10:09.164714 [ 3 ] {897346f0-f4a8-4980-8ea2-ca42c3f15a85} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): There are no data parts 2026.04.22 02:10:09.168032 [ 3 ] {897346f0-f4a8-4980-8ea2-ca42c3f15a85} TCPHandler: Processed in 0.005841454 sec. 2026.04.22 02:10:09.168218 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:09.168373 [ 3 ] {132935bc-ad54-4ecb-8782-ae798904bb92} executeQuery: (from [fd00:1122:3344:101::d]:46610) 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.22 02:10:09.168429 [ 3 ] {132935bc-ad54-4ecb-8782-ae798904bb92} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2026.04.22 02:10:09.170531 [ 3 ] {132935bc-ad54-4ecb-8782-ae798904bb92} oximeter.measurements_f32 (b91327fa-7196-43e3-8f91-7726975b862a): Loading data parts 2026.04.22 02:10:09.170665 [ 3 ] {132935bc-ad54-4ecb-8782-ae798904bb92} oximeter.measurements_f32 (b91327fa-7196-43e3-8f91-7726975b862a): There are no data parts 2026.04.22 02:10:09.172367 [ 3 ] {132935bc-ad54-4ecb-8782-ae798904bb92} TCPHandler: Processed in 0.004221935 sec. 2026.04.22 02:10:09.172499 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:09.172665 [ 3 ] {7c7f70ca-5d7a-443d-8a2b-2917b83d0a52} executeQuery: (from [fd00:1122:3344:101::d]:46610) 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.22 02:10:09.172719 [ 3 ] {7c7f70ca-5d7a-443d-8a2b-2917b83d0a52} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2026.04.22 02:10:09.174632 [ 3 ] {7c7f70ca-5d7a-443d-8a2b-2917b83d0a52} oximeter.measurements_f64 (7a190270-854f-4c76-a3b9-5781cffe71c1): Loading data parts 2026.04.22 02:10:09.174768 [ 3 ] {7c7f70ca-5d7a-443d-8a2b-2917b83d0a52} oximeter.measurements_f64 (7a190270-854f-4c76-a3b9-5781cffe71c1): There are no data parts 2026.04.22 02:10:09.178085 [ 3 ] {7c7f70ca-5d7a-443d-8a2b-2917b83d0a52} TCPHandler: Processed in 0.00563238 sec. 2026.04.22 02:10:09.178260 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:09.178439 [ 3 ] {938a3e96-f0a3-4bc1-b088-d6fa0c925ef2} executeQuery: (from [fd00:1122:3344:101::d]:46610) 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.22 02:10:09.178505 [ 3 ] {938a3e96-f0a3-4bc1-b088-d6fa0c925ef2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2026.04.22 02:10:09.180649 [ 3 ] {938a3e96-f0a3-4bc1-b088-d6fa0c925ef2} oximeter.measurements_string (75562f90-cb36-432f-9986-e717abe4be57): Loading data parts 2026.04.22 02:10:09.180782 [ 3 ] {938a3e96-f0a3-4bc1-b088-d6fa0c925ef2} oximeter.measurements_string (75562f90-cb36-432f-9986-e717abe4be57): There are no data parts 2026.04.22 02:10:09.182523 [ 3 ] {938a3e96-f0a3-4bc1-b088-d6fa0c925ef2} TCPHandler: Processed in 0.004328738 sec. 2026.04.22 02:10:09.182695 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:09.182906 [ 3 ] {a2fc9873-b8db-418d-80d0-cb87f52ed7b0} executeQuery: (from [fd00:1122:3344:101::d]:46610) 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.22 02:10:09.182993 [ 3 ] {a2fc9873-b8db-418d-80d0-cb87f52ed7b0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2026.04.22 02:10:09.186068 [ 3 ] {a2fc9873-b8db-418d-80d0-cb87f52ed7b0} oximeter.measurements_bytes (2decbfc4-9b3e-4be0-b9e6-e00ca1691c78): Loading data parts 2026.04.22 02:10:09.186225 [ 3 ] {a2fc9873-b8db-418d-80d0-cb87f52ed7b0} oximeter.measurements_bytes (2decbfc4-9b3e-4be0-b9e6-e00ca1691c78): There are no data parts 2026.04.22 02:10:09.190139 [ 3 ] {a2fc9873-b8db-418d-80d0-cb87f52ed7b0} TCPHandler: Processed in 0.007502764 sec. 2026.04.22 02:10:09.190306 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:09.190471 [ 3 ] {5f231704-4127-4848-ba80-47bc3da4e90b} executeQuery: (from [fd00:1122:3344:101::d]:46610) 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.22 02:10:09.190525 [ 3 ] {5f231704-4127-4848-ba80-47bc3da4e90b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2026.04.22 02:10:09.192700 [ 3 ] {5f231704-4127-4848-ba80-47bc3da4e90b} oximeter.measurements_cumulativei64 (1018324f-1768-40ac-8871-53055ea66a59): Loading data parts 2026.04.22 02:10:09.192857 [ 3 ] {5f231704-4127-4848-ba80-47bc3da4e90b} oximeter.measurements_cumulativei64 (1018324f-1768-40ac-8871-53055ea66a59): There are no data parts 2026.04.22 02:10:09.194580 [ 3 ] {5f231704-4127-4848-ba80-47bc3da4e90b} TCPHandler: Processed in 0.004324047 sec. 2026.04.22 02:10:09.194717 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:09.194885 [ 3 ] {c1ae6c05-2cf6-47bc-a045-09d6e5644d85} executeQuery: (from [fd00:1122:3344:101::d]:46610) 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.22 02:10:09.194932 [ 3 ] {c1ae6c05-2cf6-47bc-a045-09d6e5644d85} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2026.04.22 02:10:09.196937 [ 3 ] {c1ae6c05-2cf6-47bc-a045-09d6e5644d85} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Loading data parts 2026.04.22 02:10:09.197074 [ 3 ] {c1ae6c05-2cf6-47bc-a045-09d6e5644d85} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): There are no data parts 2026.04.22 02:10:09.200412 [ 3 ] {c1ae6c05-2cf6-47bc-a045-09d6e5644d85} TCPHandler: Processed in 0.005743792 sec. 2026.04.22 02:10:09.200550 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:09.200706 [ 3 ] {c08c0330-5aad-46c6-8fb2-a84135a93ea8} executeQuery: (from [fd00:1122:3344:101::d]:46610) 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.22 02:10:09.200757 [ 3 ] {c08c0330-5aad-46c6-8fb2-a84135a93ea8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2026.04.22 02:10:09.202906 [ 3 ] {c08c0330-5aad-46c6-8fb2-a84135a93ea8} oximeter.measurements_cumulativef32 (b90a97ef-19fb-49c7-a832-673db2752cb5): Loading data parts 2026.04.22 02:10:09.203045 [ 3 ] {c08c0330-5aad-46c6-8fb2-a84135a93ea8} oximeter.measurements_cumulativef32 (b90a97ef-19fb-49c7-a832-673db2752cb5): There are no data parts 2026.04.22 02:10:09.204800 [ 3 ] {c08c0330-5aad-46c6-8fb2-a84135a93ea8} TCPHandler: Processed in 0.004298117 sec. 2026.04.22 02:10:09.204938 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:09.205109 [ 3 ] {96b9026d-557e-4ad7-99aa-47e3cb891812} executeQuery: (from [fd00:1122:3344:101::d]:46610) 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.22 02:10:09.205159 [ 3 ] {96b9026d-557e-4ad7-99aa-47e3cb891812} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2026.04.22 02:10:09.207130 [ 3 ] {96b9026d-557e-4ad7-99aa-47e3cb891812} oximeter.measurements_cumulativef64 (f1e869b1-8dbc-4768-9959-21acc51ebe7e): Loading data parts 2026.04.22 02:10:09.207266 [ 3 ] {96b9026d-557e-4ad7-99aa-47e3cb891812} oximeter.measurements_cumulativef64 (f1e869b1-8dbc-4768-9959-21acc51ebe7e): There are no data parts 2026.04.22 02:10:09.210603 [ 3 ] {96b9026d-557e-4ad7-99aa-47e3cb891812} TCPHandler: Processed in 0.005713363 sec. 2026.04.22 02:10:09.210793 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:09.211117 [ 3 ] {ca21d68b-be6c-47ca-b2f8-6ac069172f47} executeQuery: (from [fd00:1122:3344:101::d]:46610) 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.22 02:10:09.211219 [ 3 ] {ca21d68b-be6c-47ca-b2f8-6ac069172f47} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2026.04.22 02:10:09.213536 [ 3 ] {ca21d68b-be6c-47ca-b2f8-6ac069172f47} oximeter.measurements_histogrami8 (8198d776-7b04-4633-a0de-265fcf1511fd): Loading data parts 2026.04.22 02:10:09.213688 [ 3 ] {ca21d68b-be6c-47ca-b2f8-6ac069172f47} oximeter.measurements_histogrami8 (8198d776-7b04-4633-a0de-265fcf1511fd): There are no data parts 2026.04.22 02:10:09.215480 [ 3 ] {ca21d68b-be6c-47ca-b2f8-6ac069172f47} TCPHandler: Processed in 0.004762975 sec. 2026.04.22 02:10:09.215617 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:09.215837 [ 3 ] {b5bdec4a-5f19-40d6-a85e-03a4374ffdb9} executeQuery: (from [fd00:1122:3344:101::d]:46610) 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.22 02:10:09.215898 [ 3 ] {b5bdec4a-5f19-40d6-a85e-03a4374ffdb9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2026.04.22 02:10:09.219580 [ 3 ] {b5bdec4a-5f19-40d6-a85e-03a4374ffdb9} oximeter.measurements_histogramu8 (d40f8517-0158-4b97-908a-a6f166f67268): Loading data parts 2026.04.22 02:10:09.219701 [ 3 ] {b5bdec4a-5f19-40d6-a85e-03a4374ffdb9} oximeter.measurements_histogramu8 (d40f8517-0158-4b97-908a-a6f166f67268): There are no data parts 2026.04.22 02:10:09.223281 [ 3 ] {b5bdec4a-5f19-40d6-a85e-03a4374ffdb9} TCPHandler: Processed in 0.007712029 sec. 2026.04.22 02:10:09.223458 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:09.223714 [ 3 ] {0c27b50a-d08a-4f4f-9065-ac129cce2f8a} executeQuery: (from [fd00:1122:3344:101::d]:46610) 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.22 02:10:09.223787 [ 3 ] {0c27b50a-d08a-4f4f-9065-ac129cce2f8a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2026.04.22 02:10:09.230649 [ 3 ] {0c27b50a-d08a-4f4f-9065-ac129cce2f8a} oximeter.measurements_histogrami16 (a751b2b8-1b2a-4fe6-b315-11849f792f10): Loading data parts 2026.04.22 02:10:09.230803 [ 3 ] {0c27b50a-d08a-4f4f-9065-ac129cce2f8a} oximeter.measurements_histogrami16 (a751b2b8-1b2a-4fe6-b315-11849f792f10): There are no data parts 2026.04.22 02:10:09.233077 [ 3 ] {0c27b50a-d08a-4f4f-9065-ac129cce2f8a} TCPHandler: Processed in 0.009679303 sec. 2026.04.22 02:10:09.233229 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:09.233497 [ 3 ] {83052afc-74e0-43d0-b46f-5e506ed9f6e0} executeQuery: (from [fd00:1122:3344:101::d]:46610) 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.22 02:10:09.233569 [ 3 ] {83052afc-74e0-43d0-b46f-5e506ed9f6e0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2026.04.22 02:10:09.235453 [ 3 ] {83052afc-74e0-43d0-b46f-5e506ed9f6e0} oximeter.measurements_histogramu16 (7e32f011-72a0-456b-bde6-f082481e33df): Loading data parts 2026.04.22 02:10:09.235587 [ 3 ] {83052afc-74e0-43d0-b46f-5e506ed9f6e0} oximeter.measurements_histogramu16 (7e32f011-72a0-456b-bde6-f082481e33df): There are no data parts 2026.04.22 02:10:09.238941 [ 3 ] {83052afc-74e0-43d0-b46f-5e506ed9f6e0} TCPHandler: Processed in 0.005765953 sec. 2026.04.22 02:10:09.239127 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:09.239367 [ 3 ] {df934446-2f49-4a72-935f-bd5034ac63cd} executeQuery: (from [fd00:1122:3344:101::d]:46610) 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.22 02:10:09.239428 [ 3 ] {df934446-2f49-4a72-935f-bd5034ac63cd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2026.04.22 02:10:09.241430 [ 3 ] {df934446-2f49-4a72-935f-bd5034ac63cd} oximeter.measurements_histogrami32 (bba2aeab-1258-4559-b762-fc0c8c459a82): Loading data parts 2026.04.22 02:10:09.241569 [ 3 ] {df934446-2f49-4a72-935f-bd5034ac63cd} oximeter.measurements_histogrami32 (bba2aeab-1258-4559-b762-fc0c8c459a82): There are no data parts 2026.04.22 02:10:09.243431 [ 3 ] {df934446-2f49-4a72-935f-bd5034ac63cd} TCPHandler: Processed in 0.004376838 sec. 2026.04.22 02:10:09.243610 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:09.243947 [ 3 ] {21980799-d70f-4dc5-9126-eb7dec3d1321} executeQuery: (from [fd00:1122:3344:101::d]:46610) 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.22 02:10:09.244043 [ 3 ] {21980799-d70f-4dc5-9126-eb7dec3d1321} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2026.04.22 02:10:09.245855 [ 3 ] {21980799-d70f-4dc5-9126-eb7dec3d1321} oximeter.measurements_histogramu32 (2a85ff92-e10a-4628-9484-5c1c5247981d): Loading data parts 2026.04.22 02:10:09.245984 [ 3 ] {21980799-d70f-4dc5-9126-eb7dec3d1321} oximeter.measurements_histogramu32 (2a85ff92-e10a-4628-9484-5c1c5247981d): There are no data parts 2026.04.22 02:10:09.249365 [ 3 ] {21980799-d70f-4dc5-9126-eb7dec3d1321} TCPHandler: Processed in 0.005829564 sec. 2026.04.22 02:10:09.249512 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:09.249774 [ 3 ] {768b6277-cac3-4983-93a5-dc7116c923fe} executeQuery: (from [fd00:1122:3344:101::d]:46610) 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.22 02:10:09.249886 [ 3 ] {768b6277-cac3-4983-93a5-dc7116c923fe} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2026.04.22 02:10:09.251928 [ 3 ] {768b6277-cac3-4983-93a5-dc7116c923fe} oximeter.measurements_histogrami64 (7dd7209b-fe2a-48fb-9cff-77a273e0bfdc): Loading data parts 2026.04.22 02:10:09.252081 [ 3 ] {768b6277-cac3-4983-93a5-dc7116c923fe} oximeter.measurements_histogrami64 (7dd7209b-fe2a-48fb-9cff-77a273e0bfdc): There are no data parts 2026.04.22 02:10:09.253824 [ 3 ] {768b6277-cac3-4983-93a5-dc7116c923fe} TCPHandler: Processed in 0.004362178 sec. 2026.04.22 02:10:09.253965 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:09.254187 [ 3 ] {57d9d074-c432-4a99-887b-7b489d9e49b5} executeQuery: (from [fd00:1122:3344:101::d]:46610) 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.22 02:10:09.254254 [ 3 ] {57d9d074-c432-4a99-887b-7b489d9e49b5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2026.04.22 02:10:09.256099 [ 3 ] {57d9d074-c432-4a99-887b-7b489d9e49b5} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): Loading data parts 2026.04.22 02:10:09.256232 [ 3 ] {57d9d074-c432-4a99-887b-7b489d9e49b5} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): There are no data parts 2026.04.22 02:10:09.259524 [ 3 ] {57d9d074-c432-4a99-887b-7b489d9e49b5} TCPHandler: Processed in 0.00560787 sec. 2026.04.22 02:10:09.259703 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:09.259957 [ 3 ] {069053d8-0266-40a5-a827-0ef6c47bcfad} executeQuery: (from [fd00:1122:3344:101::d]:46610) 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.22 02:10:09.260031 [ 3 ] {069053d8-0266-40a5-a827-0ef6c47bcfad} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2026.04.22 02:10:09.262007 [ 3 ] {069053d8-0266-40a5-a827-0ef6c47bcfad} oximeter.measurements_histogramf32 (8b4b9b91-3075-40ea-adf1-327c9d509fb4): Loading data parts 2026.04.22 02:10:09.262169 [ 3 ] {069053d8-0266-40a5-a827-0ef6c47bcfad} oximeter.measurements_histogramf32 (8b4b9b91-3075-40ea-adf1-327c9d509fb4): There are no data parts 2026.04.22 02:10:09.263916 [ 3 ] {069053d8-0266-40a5-a827-0ef6c47bcfad} TCPHandler: Processed in 0.004272397 sec. 2026.04.22 02:10:09.264050 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:09.264268 [ 3 ] {7ee85f7d-a792-4af4-a171-495f2f2fe119} executeQuery: (from [fd00:1122:3344:101::d]:46610) 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.22 02:10:09.264328 [ 3 ] {7ee85f7d-a792-4af4-a171-495f2f2fe119} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2026.04.22 02:10:09.266148 [ 3 ] {7ee85f7d-a792-4af4-a171-495f2f2fe119} oximeter.measurements_histogramf64 (d37c85b3-b14e-4829-a24c-fbf7b9130cc0): Loading data parts 2026.04.22 02:10:09.266284 [ 3 ] {7ee85f7d-a792-4af4-a171-495f2f2fe119} oximeter.measurements_histogramf64 (d37c85b3-b14e-4829-a24c-fbf7b9130cc0): There are no data parts 2026.04.22 02:10:09.269577 [ 3 ] {7ee85f7d-a792-4af4-a171-495f2f2fe119} TCPHandler: Processed in 0.00557577 sec. 2026.04.22 02:10:09.269771 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:09.269982 [ 3 ] {d116fd3c-967d-4635-b907-269fbaf9337c} executeQuery: (from [fd00:1122:3344:101::d]:46610) /* 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.22 02:10:09.270052 [ 3 ] {d116fd3c-967d-4635-b907-269fbaf9337c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2026.04.22 02:10:09.271979 [ 3 ] {d116fd3c-967d-4635-b907-269fbaf9337c} oximeter.fields_bool (a4c69914-3a4c-4781-b4b8-c2d3024ebfca): Loading data parts 2026.04.22 02:10:09.272121 [ 3 ] {d116fd3c-967d-4635-b907-269fbaf9337c} oximeter.fields_bool (a4c69914-3a4c-4781-b4b8-c2d3024ebfca): There are no data parts 2026.04.22 02:10:09.273847 [ 3 ] {d116fd3c-967d-4635-b907-269fbaf9337c} TCPHandler: Processed in 0.004136164 sec. 2026.04.22 02:10:09.273982 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:09.274133 [ 3 ] {0a0c85ad-5599-4ab6-b370-d98c5f4c94d2} executeQuery: (from [fd00:1122:3344:101::d]:46610) 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.22 02:10:09.274190 [ 3 ] {0a0c85ad-5599-4ab6-b370-d98c5f4c94d2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2026.04.22 02:10:09.275863 [ 3 ] {0a0c85ad-5599-4ab6-b370-d98c5f4c94d2} oximeter.fields_i8 (9a3e476f-4e9d-4447-9aa9-56775cf5c4a0): Loading data parts 2026.04.22 02:10:09.275998 [ 3 ] {0a0c85ad-5599-4ab6-b370-d98c5f4c94d2} oximeter.fields_i8 (9a3e476f-4e9d-4447-9aa9-56775cf5c4a0): There are no data parts 2026.04.22 02:10:09.279187 [ 3 ] {0a0c85ad-5599-4ab6-b370-d98c5f4c94d2} TCPHandler: Processed in 0.005259114 sec. 2026.04.22 02:10:09.279338 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:09.279546 [ 3 ] {f128032a-34b3-4752-9f20-c366784714e7} executeQuery: (from [fd00:1122:3344:101::d]:46610) 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.22 02:10:09.279609 [ 3 ] {f128032a-34b3-4752-9f20-c366784714e7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2026.04.22 02:10:09.281551 [ 3 ] {f128032a-34b3-4752-9f20-c366784714e7} oximeter.fields_u8 (0477f4e3-c0c2-460d-b2af-9ce97f919b1c): Loading data parts 2026.04.22 02:10:09.281692 [ 3 ] {f128032a-34b3-4752-9f20-c366784714e7} oximeter.fields_u8 (0477f4e3-c0c2-460d-b2af-9ce97f919b1c): There are no data parts 2026.04.22 02:10:09.283413 [ 3 ] {f128032a-34b3-4752-9f20-c366784714e7} TCPHandler: Processed in 0.004135134 sec. 2026.04.22 02:10:09.283542 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:09.283692 [ 3 ] {552be110-28aa-41e6-b77a-0a75b7adfd2a} executeQuery: (from [fd00:1122:3344:101::d]:46610) 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.22 02:10:09.283751 [ 3 ] {552be110-28aa-41e6-b77a-0a75b7adfd2a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2026.04.22 02:10:09.285424 [ 3 ] {552be110-28aa-41e6-b77a-0a75b7adfd2a} oximeter.fields_i16 (cb937fce-9af2-4ed4-8a2c-50f4b7db9b7b): Loading data parts 2026.04.22 02:10:09.285556 [ 3 ] {552be110-28aa-41e6-b77a-0a75b7adfd2a} oximeter.fields_i16 (cb937fce-9af2-4ed4-8a2c-50f4b7db9b7b): There are no data parts 2026.04.22 02:10:09.288779 [ 3 ] {552be110-28aa-41e6-b77a-0a75b7adfd2a} TCPHandler: Processed in 0.005285115 sec. 2026.04.22 02:10:09.288928 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:09.289130 [ 3 ] {8b6cfcab-5a3d-43dd-9ddd-ab1a5ad8da7e} executeQuery: (from [fd00:1122:3344:101::d]:46610) 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.22 02:10:09.289193 [ 3 ] {8b6cfcab-5a3d-43dd-9ddd-ab1a5ad8da7e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2026.04.22 02:10:09.291009 [ 3 ] {8b6cfcab-5a3d-43dd-9ddd-ab1a5ad8da7e} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): Loading data parts 2026.04.22 02:10:09.291178 [ 3 ] {8b6cfcab-5a3d-43dd-9ddd-ab1a5ad8da7e} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): There are no data parts 2026.04.22 02:10:09.292875 [ 3 ] {8b6cfcab-5a3d-43dd-9ddd-ab1a5ad8da7e} TCPHandler: Processed in 0.004004952 sec. 2026.04.22 02:10:09.293014 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:09.293164 [ 3 ] {f9403b96-8bfa-4755-a281-3f2bbd6eff03} executeQuery: (from [fd00:1122:3344:101::d]:46610) 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.22 02:10:09.293226 [ 3 ] {f9403b96-8bfa-4755-a281-3f2bbd6eff03} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2026.04.22 02:10:09.294918 [ 3 ] {f9403b96-8bfa-4755-a281-3f2bbd6eff03} oximeter.fields_i32 (04ce35e2-3ee6-4452-91ad-fb5534330baf): Loading data parts 2026.04.22 02:10:09.295216 [ 3 ] {f9403b96-8bfa-4755-a281-3f2bbd6eff03} oximeter.fields_i32 (04ce35e2-3ee6-4452-91ad-fb5534330baf): There are no data parts 2026.04.22 02:10:09.298490 [ 3 ] {f9403b96-8bfa-4755-a281-3f2bbd6eff03} TCPHandler: Processed in 0.005523279 sec. 2026.04.22 02:10:09.298655 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:09.298869 [ 3 ] {9c8c22e1-d256-452e-8d39-40d78eb28d32} executeQuery: (from [fd00:1122:3344:101::d]:46610) 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.22 02:10:09.298932 [ 3 ] {9c8c22e1-d256-452e-8d39-40d78eb28d32} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2026.04.22 02:10:09.300869 [ 3 ] {9c8c22e1-d256-452e-8d39-40d78eb28d32} oximeter.fields_u32 (a10e9abe-df72-475e-a5a2-b131593a6390): Loading data parts 2026.04.22 02:10:09.301007 [ 3 ] {9c8c22e1-d256-452e-8d39-40d78eb28d32} oximeter.fields_u32 (a10e9abe-df72-475e-a5a2-b131593a6390): There are no data parts 2026.04.22 02:10:09.303192 [ 3 ] {9c8c22e1-d256-452e-8d39-40d78eb28d32} TCPHandler: Processed in 0.004595092 sec. 2026.04.22 02:10:09.303334 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:09.303484 [ 3 ] {1385339c-7317-46c1-8104-9f5f2b2a59c3} executeQuery: (from [fd00:1122:3344:101::d]:46610) 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.22 02:10:09.303543 [ 3 ] {1385339c-7317-46c1-8104-9f5f2b2a59c3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2026.04.22 02:10:09.305289 [ 3 ] {1385339c-7317-46c1-8104-9f5f2b2a59c3} oximeter.fields_i64 (3513de9f-1b56-41f8-8523-4af976ba35d2): Loading data parts 2026.04.22 02:10:09.305425 [ 3 ] {1385339c-7317-46c1-8104-9f5f2b2a59c3} oximeter.fields_i64 (3513de9f-1b56-41f8-8523-4af976ba35d2): There are no data parts 2026.04.22 02:10:09.308645 [ 3 ] {1385339c-7317-46c1-8104-9f5f2b2a59c3} TCPHandler: Processed in 0.005359076 sec. 2026.04.22 02:10:09.308785 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:09.308949 [ 3 ] {e3735758-692d-4dba-a5c6-68a387367a73} executeQuery: (from [fd00:1122:3344:101::d]:46610) 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.22 02:10:09.309007 [ 3 ] {e3735758-692d-4dba-a5c6-68a387367a73} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2026.04.22 02:10:09.311021 [ 3 ] {e3735758-692d-4dba-a5c6-68a387367a73} oximeter.fields_u64 (0f018eed-693d-4cbc-960b-b0c41195cfef): Loading data parts 2026.04.22 02:10:09.311160 [ 3 ] {e3735758-692d-4dba-a5c6-68a387367a73} oximeter.fields_u64 (0f018eed-693d-4cbc-960b-b0c41195cfef): There are no data parts 2026.04.22 02:10:09.312870 [ 3 ] {e3735758-692d-4dba-a5c6-68a387367a73} TCPHandler: Processed in 0.004130354 sec. 2026.04.22 02:10:09.313009 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:09.313161 [ 3 ] {fe808f1f-5752-44ad-9b19-596be083dd12} executeQuery: (from [fd00:1122:3344:101::d]:46610) 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.22 02:10:09.313216 [ 3 ] {fe808f1f-5752-44ad-9b19-596be083dd12} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2026.04.22 02:10:09.314910 [ 3 ] {fe808f1f-5752-44ad-9b19-596be083dd12} oximeter.fields_ipaddr (478e016b-70a4-416f-a4c0-90b63b47c331): Loading data parts 2026.04.22 02:10:09.315048 [ 3 ] {fe808f1f-5752-44ad-9b19-596be083dd12} oximeter.fields_ipaddr (478e016b-70a4-416f-a4c0-90b63b47c331): There are no data parts 2026.04.22 02:10:09.318251 [ 3 ] {fe808f1f-5752-44ad-9b19-596be083dd12} TCPHandler: Processed in 0.005289624 sec. 2026.04.22 02:10:09.318399 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:09.318628 [ 3 ] {749733ff-0c2b-44ae-a447-828ee44f000f} executeQuery: (from [fd00:1122:3344:101::d]:46610) 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.22 02:10:09.318767 [ 3 ] {749733ff-0c2b-44ae-a447-828ee44f000f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2026.04.22 02:10:09.320757 [ 3 ] {749733ff-0c2b-44ae-a447-828ee44f000f} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Loading data parts 2026.04.22 02:10:09.320896 [ 3 ] {749733ff-0c2b-44ae-a447-828ee44f000f} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): There are no data parts 2026.04.22 02:10:09.322708 [ 3 ] {749733ff-0c2b-44ae-a447-828ee44f000f} TCPHandler: Processed in 0.004358208 sec. 2026.04.22 02:10:09.322871 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:09.323050 [ 3 ] {728bcb3d-3b91-468f-96dc-ae557683312f} executeQuery: (from [fd00:1122:3344:101::d]:46610) 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.22 02:10:09.323138 [ 3 ] {728bcb3d-3b91-468f-96dc-ae557683312f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2026.04.22 02:10:09.325028 [ 3 ] {728bcb3d-3b91-468f-96dc-ae557683312f} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Loading data parts 2026.04.22 02:10:09.325170 [ 3 ] {728bcb3d-3b91-468f-96dc-ae557683312f} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): There are no data parts 2026.04.22 02:10:09.328428 [ 3 ] {728bcb3d-3b91-468f-96dc-ae557683312f} TCPHandler: Processed in 0.00561345 sec. 2026.04.22 02:10:09.328698 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:09.328958 [ 3 ] {8ed79e76-76de-4f47-9607-86e8e5dc4457} executeQuery: (from [fd00:1122:3344:101::d]:46610) /* 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.22 02:10:09.329049 [ 3 ] {8ed79e76-76de-4f47-9607-86e8e5dc4457} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2026.04.22 02:10:09.330946 [ 3 ] {8ed79e76-76de-4f47-9607-86e8e5dc4457} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea): Loading data parts 2026.04.22 02:10:09.331139 [ 3 ] {8ed79e76-76de-4f47-9607-86e8e5dc4457} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea): There are no data parts 2026.04.22 02:10:09.333318 [ 3 ] {8ed79e76-76de-4f47-9607-86e8e5dc4457} TCPHandler: Processed in 0.004668284 sec. 2026.04.22 02:10:09.333507 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:09.334118 [ 5 ] {c4e707f6-47b4-49df-b8f2-af1ecbaaa933} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2026.04.22 02:10:09.335876 [ 5 ] {c4e707f6-47b4-49df-b8f2-af1ecbaaa933} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2026.04.22 02:10:09.350357 [ 260 ] {c4e707f6-47b4-49df-b8f2-af1ecbaaa933} oximeter.version (735d4eb2-4688-4764-b1e7-cbcb4ccf556e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:09.350569 [ 260 ] {c4e707f6-47b4-49df-b8f2-af1ecbaaa933} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB. 2026.04.22 02:10:09.354724 [ 260 ] {c4e707f6-47b4-49df-b8f2-af1ecbaaa933} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.22 02:10:09.355245 [ 260 ] {c4e707f6-47b4-49df-b8f2-af1ecbaaa933} oximeter.version (735d4eb2-4688-4764-b1e7-cbcb4ccf556e): 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.22 02:10:09.355553 [ 5 ] {c4e707f6-47b4-49df-b8f2-af1ecbaaa933} executeQuery: Read 1 rows, 16.00 B in 0.021899 sec., 45.664185579250194 rows/sec., 730.63 B/sec. 2026.04.22 02:10:09.355819 [ 5 ] {c4e707f6-47b4-49df-b8f2-af1ecbaaa933} TCPHandler: Processed in 0.022369791 sec. 2026.04.22 02:10:10.000159 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 125.00 MiB, peak 125.00 MiB, free memory in arenas 0.00 B, will set to 138.12 MiB (RSS), difference: 13.11 MiB 2026.04.22 02:10:10.057953 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:34234 2026.04.22 02:10:10.058097 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:10:10.058131 [ 262 ] {} TCP-Session: f9c12e39-77a2-4015-b6b6-75ce3577ce6f Authenticating user 'default' from [fd00:1122:3344:101::c]:34234 2026.04.22 02:10:10.058193 [ 262 ] {} TCP-Session: f9c12e39-77a2-4015-b6b6-75ce3577ce6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:10.058208 [ 262 ] {} TCP-Session: f9c12e39-77a2-4015-b6b6-75ce3577ce6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:10.058273 [ 262 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.04.22 02:10:10.058311 [ 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.22 02:10:10.058326 [ 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.22 02:10:10.060656 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:36991 2026.04.22 02:10:10.060726 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:61745 2026.04.22 02:10:10.060805 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:37073 2026.04.22 02:10:10.060837 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:10:10.060878 [ 263 ] {} TCP-Session: f0886aaa-6972-48ea-acc5-831f1ac67909 Authenticating user 'default' from [fd00:1122:3344:101::c]:36991 2026.04.22 02:10:10.060929 [ 263 ] {} TCP-Session: f0886aaa-6972-48ea-acc5-831f1ac67909 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:10.060965 [ 263 ] {} TCP-Session: f0886aaa-6972-48ea-acc5-831f1ac67909 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:10.060964 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:64950 2026.04.22 02:10:10.060996 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:10:10.061039 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:10:10.061081 [ 264 ] {} TCP-Session: 3482014c-c142-4ecb-81bb-87841f907e9e Authenticating user 'default' from [fd00:1122:3344:101::c]:61745 2026.04.22 02:10:10.061102 [ 265 ] {} TCP-Session: 15a24101-5f12-4dfa-998f-dce4b89c66dd Authenticating user 'default' from [fd00:1122:3344:101::c]:37073 2026.04.22 02:10:10.061115 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:56492 2026.04.22 02:10:10.061111 [ 264 ] {} TCP-Session: 3482014c-c142-4ecb-81bb-87841f907e9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:10.061167 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:10:10.061192 [ 264 ] {} TCP-Session: 3482014c-c142-4ecb-81bb-87841f907e9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:10.061224 [ 266 ] {} TCP-Session: 6984d9ec-1d26-45f6-8eb2-a605687e0888 Authenticating user 'default' from [fd00:1122:3344:101::c]:64950 2026.04.22 02:10:10.061167 [ 265 ] {} TCP-Session: 15a24101-5f12-4dfa-998f-dce4b89c66dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:10.061223 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:45858 2026.04.22 02:10:10.061280 [ 265 ] {} TCP-Session: 15a24101-5f12-4dfa-998f-dce4b89c66dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:10.061278 [ 266 ] {} TCP-Session: 6984d9ec-1d26-45f6-8eb2-a605687e0888 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:10.061379 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:52820 2026.04.22 02:10:10.061382 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:10:10.061383 [ 266 ] {} TCP-Session: 6984d9ec-1d26-45f6-8eb2-a605687e0888 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:10.061479 [ 267 ] {} TCP-Session: d4b73dbd-dfd2-48e3-9145-253002ab322b Authenticating user 'default' from [fd00:1122:3344:101::c]:56492 2026.04.22 02:10:10.061519 [ 267 ] {} TCP-Session: d4b73dbd-dfd2-48e3-9145-253002ab322b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:10.061546 [ 267 ] {} TCP-Session: d4b73dbd-dfd2-48e3-9145-253002ab322b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:10.061588 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:10:10.061643 [ 268 ] {} TCP-Session: 95b8ba4a-8f92-4688-97f5-2b1be55bf283 Authenticating user 'default' from [fd00:1122:3344:101::c]:45858 2026.04.22 02:10:10.061699 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:10:10.061708 [ 268 ] {} TCP-Session: 95b8ba4a-8f92-4688-97f5-2b1be55bf283 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:10.061739 [ 269 ] {} TCP-Session: cd4c78bc-415f-44f3-bc05-47fb1bd03f8c Authenticating user 'default' from [fd00:1122:3344:101::c]:52820 2026.04.22 02:10:10.061743 [ 268 ] {} TCP-Session: 95b8ba4a-8f92-4688-97f5-2b1be55bf283 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:10.061793 [ 269 ] {} TCP-Session: cd4c78bc-415f-44f3-bc05-47fb1bd03f8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:10.061811 [ 269 ] {} TCP-Session: cd4c78bc-415f-44f3-bc05-47fb1bd03f8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:11.116613 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:37168 2026.04.22 02:10:11.116795 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:10:11.116857 [ 270 ] {} TCP-Session: 35dec0f7-c8b0-43c8-9378-8ea451e928cf Authenticating user 'default' from [fd00:1122:3344:101::b]:37168 2026.04.22 02:10:11.116978 [ 270 ] {} TCP-Session: 35dec0f7-c8b0-43c8-9378-8ea451e928cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:11.116993 [ 270 ] {} TCP-Session: 35dec0f7-c8b0-43c8-9378-8ea451e928cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:11.117061 [ 270 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.04.22 02:10:11.117177 [ 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.22 02:10:11.117197 [ 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.22 02:10:11.119786 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:35184 2026.04.22 02:10:11.119876 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:47883 2026.04.22 02:10:11.119936 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:41620 2026.04.22 02:10:11.119986 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:10:11.120089 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:41924 2026.04.22 02:10:11.120113 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:10:11.120182 [ 272 ] {} TCP-Session: 9684094f-fbc6-4414-94f7-750cc8ec19b4 Authenticating user 'default' from [fd00:1122:3344:101::b]:47883 2026.04.22 02:10:11.120218 [ 271 ] {} TCP-Session: 0d70e6c9-7051-484b-b720-bc918a09e2db Authenticating user 'default' from [fd00:1122:3344:101::b]:35184 2026.04.22 02:10:11.120343 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:37799 2026.04.22 02:10:11.120192 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:44246 2026.04.22 02:10:11.120475 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:10:11.120446 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:10:11.120448 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:52234 2026.04.22 02:10:11.120415 [ 271 ] {} TCP-Session: 0d70e6c9-7051-484b-b720-bc918a09e2db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:11.120584 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:10:11.120579 [ 273 ] {} TCP-Session: ce83eae5-4177-4374-9b9d-3bb03cb7eebf Authenticating user 'default' from [fd00:1122:3344:101::b]:41620 2026.04.22 02:10:11.120687 [ 274 ] {} TCP-Session: ae589b3c-67dc-442a-a87d-ab172b473194 Authenticating user 'default' from [fd00:1122:3344:101::b]:41924 2026.04.22 02:10:11.120731 [ 273 ] {} TCP-Session: ce83eae5-4177-4374-9b9d-3bb03cb7eebf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:11.120711 [ 271 ] {} TCP-Session: 0d70e6c9-7051-484b-b720-bc918a09e2db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:11.120396 [ 272 ] {} TCP-Session: 9684094f-fbc6-4414-94f7-750cc8ec19b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:11.120836 [ 273 ] {} TCP-Session: ce83eae5-4177-4374-9b9d-3bb03cb7eebf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:11.120845 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:10:11.120896 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:10:11.120957 [ 277 ] {} TCP-Session: 6b57a435-5a01-4ae9-b04d-7ce42dae7503 Authenticating user 'default' from [fd00:1122:3344:101::b]:52234 2026.04.22 02:10:11.120937 [ 272 ] {} TCP-Session: 9684094f-fbc6-4414-94f7-750cc8ec19b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:11.120997 [ 275 ] {} TCP-Session: 50940a37-9faa-4bc2-bac8-c699614c9558 Authenticating user 'default' from [fd00:1122:3344:101::b]:44246 2026.04.22 02:10:11.121045 [ 277 ] {} TCP-Session: 6b57a435-5a01-4ae9-b04d-7ce42dae7503 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:11.121070 [ 275 ] {} TCP-Session: 50940a37-9faa-4bc2-bac8-c699614c9558 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:11.120817 [ 274 ] {} TCP-Session: ae589b3c-67dc-442a-a87d-ab172b473194 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:11.121129 [ 275 ] {} TCP-Session: 50940a37-9faa-4bc2-bac8-c699614c9558 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:11.121221 [ 274 ] {} TCP-Session: ae589b3c-67dc-442a-a87d-ab172b473194 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:11.121118 [ 277 ] {} TCP-Session: 6b57a435-5a01-4ae9-b04d-7ce42dae7503 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:11.120801 [ 276 ] {} TCP-Session: 7ffd3163-e01d-4e5e-877e-565b0fd12910 Authenticating user 'default' from [fd00:1122:3344:101::b]:37799 2026.04.22 02:10:11.121450 [ 276 ] {} TCP-Session: 7ffd3163-e01d-4e5e-877e-565b0fd12910 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:11.121466 [ 276 ] {} TCP-Session: 7ffd3163-e01d-4e5e-877e-565b0fd12910 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:12.710553 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:39996 2026.04.22 02:10:12.710807 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:10:12.710840 [ 278 ] {} TCP-Session: 03bb8f00-f810-472c-874c-1cc7af116674 Authenticating user 'default' from [fd00:1122:3344:101::a]:39996 2026.04.22 02:10:12.710861 [ 278 ] {} TCP-Session: 03bb8f00-f810-472c-874c-1cc7af116674 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:12.710963 [ 278 ] {} TCP-Session: 03bb8f00-f810-472c-874c-1cc7af116674 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:12.711041 [ 278 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.04.22 02:10:12.711068 [ 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.22 02:10:12.711184 [ 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.22 02:10:12.714650 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:55913 2026.04.22 02:10:12.714744 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:39709 2026.04.22 02:10:12.714869 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:10:12.714878 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:35030 2026.04.22 02:10:12.714978 [ 279 ] {} TCP-Session: 1c7f0085-108c-42e3-a9d9-30fe2b309cb9 Authenticating user 'default' from [fd00:1122:3344:101::a]:55913 2026.04.22 02:10:12.714985 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:10:12.715007 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:60427 2026.04.22 02:10:12.715100 [ 279 ] {} TCP-Session: 1c7f0085-108c-42e3-a9d9-30fe2b309cb9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:12.715098 [ 280 ] {} TCP-Session: 5a6dc955-c4de-4c1d-bf06-119bb36e3bfc Authenticating user 'default' from [fd00:1122:3344:101::a]:39709 2026.04.22 02:10:12.715204 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:10:12.715236 [ 284 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:36550 2026.04.22 02:10:12.715300 [ 279 ] {} TCP-Session: 1c7f0085-108c-42e3-a9d9-30fe2b309cb9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:12.715322 [ 281 ] {} TCP-Session: 0690d143-93bb-43ee-82c1-fa9328b49095 Authenticating user 'default' from [fd00:1122:3344:101::a]:35030 2026.04.22 02:10:12.715292 [ 280 ] {} TCP-Session: 5a6dc955-c4de-4c1d-bf06-119bb36e3bfc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:12.715429 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:10:12.715482 [ 281 ] {} TCP-Session: 0690d143-93bb-43ee-82c1-fa9328b49095 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:12.715490 [ 280 ] {} TCP-Session: 5a6dc955-c4de-4c1d-bf06-119bb36e3bfc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:12.715340 [ 285 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:54983 2026.04.22 02:10:12.715575 [ 281 ] {} TCP-Session: 0690d143-93bb-43ee-82c1-fa9328b49095 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:12.715571 [ 282 ] {} TCP-Session: d0ba9e53-4e59-4133-aeac-a4c2364680d9 Authenticating user 'default' from [fd00:1122:3344:101::a]:60427 2026.04.22 02:10:12.715634 [ 284 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:10:12.715107 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:33851 2026.04.22 02:10:12.715727 [ 284 ] {} TCP-Session: bd77c1b6-ce3f-47c5-942a-c02c7b8de09b Authenticating user 'default' from [fd00:1122:3344:101::a]:36550 2026.04.22 02:10:12.715740 [ 282 ] {} TCP-Session: d0ba9e53-4e59-4133-aeac-a4c2364680d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:12.715823 [ 284 ] {} TCP-Session: bd77c1b6-ce3f-47c5-942a-c02c7b8de09b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:12.715832 [ 282 ] {} TCP-Session: d0ba9e53-4e59-4133-aeac-a4c2364680d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:12.715856 [ 285 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:10:12.715926 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:10:12.715906 [ 284 ] {} TCP-Session: bd77c1b6-ce3f-47c5-942a-c02c7b8de09b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:12.716023 [ 285 ] {} TCP-Session: f0f64d43-6354-4c35-9539-45ab95e30e72 Authenticating user 'default' from [fd00:1122:3344:101::a]:54983 2026.04.22 02:10:12.716090 [ 283 ] {} TCP-Session: 46dbb838-47b8-478d-8109-3dbbf29e39d5 Authenticating user 'default' from [fd00:1122:3344:101::a]:33851 2026.04.22 02:10:12.716186 [ 285 ] {} TCP-Session: f0f64d43-6354-4c35-9539-45ab95e30e72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:12.716195 [ 283 ] {} TCP-Session: 46dbb838-47b8-478d-8109-3dbbf29e39d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:12.716214 [ 285 ] {} TCP-Session: f0f64d43-6354-4c35-9539-45ab95e30e72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:12.716321 [ 283 ] {} TCP-Session: 46dbb838-47b8-478d-8109-3dbbf29e39d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:15.569759 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2026.04.22 02:10:15.569889 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 2026.04.22 02:10:15.569994 [ 243 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2026.04.22 02:10:15.570022 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2026.04.22 02:10:15.573451 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): Loading data parts 2026.04.22 02:10:15.573776 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): There are no data parts 2026.04.22 02:10:15.582190 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:15.582244 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB. 2026.04.22 02:10:15.588711 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.22 02:10:15.589491 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): 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.22 02:10:15.589671 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 2026.04.22 02:10:15.592451 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): Loading data parts 2026.04.22 02:10:15.592679 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): There are no data parts 2026.04.22 02:10:15.620932 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:15.621010 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB. 2026.04.22 02:10:15.627905 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.22 02:10:15.629269 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): 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.22 02:10:15.633442 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2026.04.22 02:10:16.001162 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 144.83 MiB, peak 148.83 MiB, free memory in arenas 0.00 B, will set to 153.93 MiB (RSS), difference: 9.10 MiB 2026.04.22 02:10:18.069618 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2026.04.22 02:10:18.069708 [ 242 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2026.04.22 02:10:18.073919 [ 242 ] {} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e): Loading data parts 2026.04.22 02:10:18.074198 [ 242 ] {} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e): There are no data parts 2026.04.22 02:10:18.079759 [ 242 ] {} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:18.079801 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB. 2026.04.22 02:10:18.081581 [ 242 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.22 02:10:18.082176 [ 242 ] {} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e): 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.22 02:10:18.082456 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2026.04.22 02:10:19.000170 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 158.14 MiB, peak 158.14 MiB, free memory in arenas 0.00 B, will set to 155.00 MiB (RSS), difference: -3.13 MiB 2026.04.22 02:10:23.046592 [ 158 ] {} DNSResolver: Updating DNS cache 2026.04.22 02:10:23.046655 [ 158 ] {} DNSResolver: Updated DNS cache 2026.04.22 02:10:23.089889 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976 2026.04.22 02:10:23.090614 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:23.090766 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. 2026.04.22 02:10:23.091482 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.22 02:10:23.091987 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): 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.22 02:10:23.094230 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2026.04.22 02:10:23.133625 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2026.04.22 02:10:23.151668 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:23.151726 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. 2026.04.22 02:10:23.158665 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.22 02:10:23.159825 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): 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.22 02:10:23.163048 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2026.04.22 02:10:24.000185 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 155.76 MiB, peak 159.76 MiB, free memory in arenas 0.00 B, will set to 157.68 MiB (RSS), difference: 1.92 MiB 2026.04.22 02:10:29.000231 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 153.75 MiB, peak 159.76 MiB, free memory in arenas 0.00 B, will set to 157.77 MiB (RSS), difference: 4.02 MiB 2026.04.22 02:10:29.363938 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:29.364252 [ 3 ] {119da940-91a4-493c-8b35-c8c1a139a9b3} executeQuery: (from [fd00:1122:3344:101::d]:46610) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2026.04.22 02:10:29.372404 [ 3 ] {119da940-91a4-493c-8b35-c8c1a139a9b3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.22 02:10:29.382311 [ 3 ] {119da940-91a4-493c-8b35-c8c1a139a9b3} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.22 02:10:29.392741 [ 3 ] {119da940-91a4-493c-8b35-c8c1a139a9b3} TCPHandler: Processed in 0.028932098 sec. 2026.04.22 02:10:29.405411 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:29.405555 [ 3 ] {43fceaed-674d-48d9-a46d-11c8f9ee56f5} executeQuery: (from [fd00:1122:3344:101::d]:46610) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.22 02:10:29.415580 [ 3 ] {43fceaed-674d-48d9-a46d-11c8f9ee56f5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.22 02:10:29.415629 [ 3 ] {43fceaed-674d-48d9-a46d-11c8f9ee56f5} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.22 02:10:29.418205 [ 3 ] {43fceaed-674d-48d9-a46d-11c8f9ee56f5} TCPHandler: Processed in 0.01285294 sec. 2026.04.22 02:10:29.418435 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:29.418559 [ 3 ] {97fe4d50-29dd-458d-8a1d-31bb7fe2e5e9} executeQuery: (from [fd00:1122:3344:101::d]:46610) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.22 02:10:29.422729 [ 3 ] {97fe4d50-29dd-458d-8a1d-31bb7fe2e5e9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.22 02:10:29.422780 [ 3 ] {97fe4d50-29dd-458d-8a1d-31bb7fe2e5e9} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.22 02:10:29.423121 [ 3 ] {97fe4d50-29dd-458d-8a1d-31bb7fe2e5e9} TCPHandler: Processed in 0.004738565 sec. 2026.04.22 02:10:29.423343 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:29.423464 [ 3 ] {e9757bd3-3672-4e61-9b93-2753865f9587} executeQuery: (from [fd00:1122:3344:101::d]:46610) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.22 02:10:29.423710 [ 3 ] {e9757bd3-3672-4e61-9b93-2753865f9587} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.22 02:10:29.423755 [ 3 ] {e9757bd3-3672-4e61-9b93-2753865f9587} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.22 02:10:29.424119 [ 3 ] {e9757bd3-3672-4e61-9b93-2753865f9587} TCPHandler: Processed in 0.000825585 sec. 2026.04.22 02:10:29.424373 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:29.424493 [ 3 ] {37bc0bf5-3c74-4d46-9fb0-e910a7d4b4a9} executeQuery: (from [fd00:1122:3344:101::d]:46610) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.22 02:10:29.424734 [ 3 ] {37bc0bf5-3c74-4d46-9fb0-e910a7d4b4a9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.22 02:10:29.424777 [ 3 ] {37bc0bf5-3c74-4d46-9fb0-e910a7d4b4a9} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.22 02:10:29.425097 [ 3 ] {37bc0bf5-3c74-4d46-9fb0-e910a7d4b4a9} TCPHandler: Processed in 0.000773254 sec. 2026.04.22 02:10:29.425406 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:29.425525 [ 3 ] {d2c024ee-9308-42a0-b683-3b36b750872d} executeQuery: (from [fd00:1122:3344:101::d]:46610) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.22 02:10:29.425760 [ 3 ] {d2c024ee-9308-42a0-b683-3b36b750872d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.22 02:10:29.425804 [ 3 ] {d2c024ee-9308-42a0-b683-3b36b750872d} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.22 02:10:29.426118 [ 3 ] {d2c024ee-9308-42a0-b683-3b36b750872d} TCPHandler: Processed in 0.000761624 sec. 2026.04.22 02:10:29.426331 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:29.426450 [ 3 ] {2dd2e7b4-b346-45e0-b6e5-07469b259a66} executeQuery: (from [fd00:1122:3344:101::d]:46610) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.22 02:10:29.426690 [ 3 ] {2dd2e7b4-b346-45e0-b6e5-07469b259a66} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.22 02:10:29.426733 [ 3 ] {2dd2e7b4-b346-45e0-b6e5-07469b259a66} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.22 02:10:29.427042 [ 3 ] {2dd2e7b4-b346-45e0-b6e5-07469b259a66} TCPHandler: Processed in 0.000760044 sec. 2026.04.22 02:10:29.427269 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:29.427387 [ 3 ] {ac6b2f63-f6e4-4252-a102-25cf9fb67701} executeQuery: (from [fd00:1122:3344:101::d]:46610) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.22 02:10:29.427624 [ 3 ] {ac6b2f63-f6e4-4252-a102-25cf9fb67701} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.22 02:10:29.427667 [ 3 ] {ac6b2f63-f6e4-4252-a102-25cf9fb67701} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.22 02:10:29.427974 [ 3 ] {ac6b2f63-f6e4-4252-a102-25cf9fb67701} TCPHandler: Processed in 0.000753414 sec. 2026.04.22 02:10:29.428206 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:29.428323 [ 3 ] {52853e27-81a6-4b1e-9794-ff8b9cf642c3} executeQuery: (from [fd00:1122:3344:101::d]:46610) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.22 02:10:29.428561 [ 3 ] {52853e27-81a6-4b1e-9794-ff8b9cf642c3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.22 02:10:29.428604 [ 3 ] {52853e27-81a6-4b1e-9794-ff8b9cf642c3} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.22 02:10:29.428910 [ 3 ] {52853e27-81a6-4b1e-9794-ff8b9cf642c3} TCPHandler: Processed in 0.000752643 sec. 2026.04.22 02:10:29.429120 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:29.429239 [ 3 ] {bddccf32-43ca-4cf0-a0c9-ab2322ebe088} executeQuery: (from [fd00:1122:3344:101::d]:46610) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.22 02:10:29.429482 [ 3 ] {bddccf32-43ca-4cf0-a0c9-ab2322ebe088} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.22 02:10:29.429526 [ 3 ] {bddccf32-43ca-4cf0-a0c9-ab2322ebe088} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.22 02:10:29.429831 [ 3 ] {bddccf32-43ca-4cf0-a0c9-ab2322ebe088} TCPHandler: Processed in 0.000759004 sec. 2026.04.22 02:10:29.430039 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:29.430156 [ 3 ] {d4b8c159-873c-47ac-ab5b-99d064f3d33c} executeQuery: (from [fd00:1122:3344:101::d]:46610) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.22 02:10:29.430399 [ 3 ] {d4b8c159-873c-47ac-ab5b-99d064f3d33c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.22 02:10:29.430443 [ 3 ] {d4b8c159-873c-47ac-ab5b-99d064f3d33c} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.22 02:10:29.430749 [ 3 ] {d4b8c159-873c-47ac-ab5b-99d064f3d33c} TCPHandler: Processed in 0.000758013 sec. 2026.04.22 02:10:29.430953 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:29.431070 [ 3 ] {b98f0b40-c4df-4d4b-b450-ae8cde356d83} executeQuery: (from [fd00:1122:3344:101::d]:46610) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.22 02:10:29.431313 [ 3 ] {b98f0b40-c4df-4d4b-b450-ae8cde356d83} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.22 02:10:29.431355 [ 3 ] {b98f0b40-c4df-4d4b-b450-ae8cde356d83} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.22 02:10:29.431665 [ 3 ] {b98f0b40-c4df-4d4b-b450-ae8cde356d83} TCPHandler: Processed in 0.000760194 sec. 2026.04.22 02:10:29.431886 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:29.432005 [ 3 ] {e7130e4c-11a6-4dbb-abd4-2512e9956d79} executeQuery: (from [fd00:1122:3344:101::d]:46610) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.22 02:10:29.432255 [ 3 ] {e7130e4c-11a6-4dbb-abd4-2512e9956d79} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.22 02:10:29.432300 [ 3 ] {e7130e4c-11a6-4dbb-abd4-2512e9956d79} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.22 02:10:29.432615 [ 3 ] {e7130e4c-11a6-4dbb-abd4-2512e9956d79} TCPHandler: Processed in 0.000776554 sec. 2026.04.22 02:10:29.432831 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:29.432948 [ 3 ] {b78c0efe-dce6-4d14-a668-872473c97f0d} executeQuery: (from [fd00:1122:3344:101::d]:46610) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.22 02:10:29.433196 [ 3 ] {b78c0efe-dce6-4d14-a668-872473c97f0d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.22 02:10:29.433239 [ 3 ] {b78c0efe-dce6-4d14-a668-872473c97f0d} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.22 02:10:29.433550 [ 3 ] {b78c0efe-dce6-4d14-a668-872473c97f0d} TCPHandler: Processed in 0.000767314 sec. 2026.04.22 02:10:29.433807 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:29.433929 [ 3 ] {9dcce304-4e45-44ad-8ecd-83a0d6d76027} executeQuery: (from [fd00:1122:3344:101::d]:46610) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.22 02:10:29.434183 [ 3 ] {9dcce304-4e45-44ad-8ecd-83a0d6d76027} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.22 02:10:29.434225 [ 3 ] {9dcce304-4e45-44ad-8ecd-83a0d6d76027} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.22 02:10:29.434533 [ 3 ] {9dcce304-4e45-44ad-8ecd-83a0d6d76027} TCPHandler: Processed in 0.000790404 sec. 2026.04.22 02:10:29.435292 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:29.435412 [ 3 ] {15aeed7f-f616-49c0-b4ee-f8d14c5cab05} executeQuery: (from [fd00:1122:3344:101::d]:46610) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.22 02:10:29.435664 [ 3 ] {15aeed7f-f616-49c0-b4ee-f8d14c5cab05} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.22 02:10:29.435707 [ 3 ] {15aeed7f-f616-49c0-b4ee-f8d14c5cab05} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.22 02:10:29.436023 [ 3 ] {15aeed7f-f616-49c0-b4ee-f8d14c5cab05} TCPHandler: Processed in 0.000782294 sec. 2026.04.22 02:10:29.436257 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:29.436378 [ 3 ] {87085795-5a8d-498c-93b5-f5549da28891} executeQuery: (from [fd00:1122:3344:101::d]:46610) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2026.04.22 02:10:29.436633 [ 3 ] {87085795-5a8d-498c-93b5-f5549da28891} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.22 02:10:29.436674 [ 3 ] {87085795-5a8d-498c-93b5-f5549da28891} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.22 02:10:29.436987 [ 3 ] {87085795-5a8d-498c-93b5-f5549da28891} TCPHandler: Processed in 0.000777374 sec. 2026.04.22 02:10:29.437210 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:29.437335 [ 3 ] {18ce0d2b-180a-4648-9e86-4b840e0fc3f5} executeQuery: (from [fd00:1122:3344:101::d]:46610) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2026.04.22 02:10:29.437609 [ 3 ] {18ce0d2b-180a-4648-9e86-4b840e0fc3f5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.22 02:10:29.437654 [ 3 ] {18ce0d2b-180a-4648-9e86-4b840e0fc3f5} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.22 02:10:29.437979 [ 3 ] {18ce0d2b-180a-4648-9e86-4b840e0fc3f5} TCPHandler: Processed in 0.000818095 sec. 2026.04.22 02:10:29.438190 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:29.438316 [ 3 ] {d62a9abe-bfd2-48a9-8c5d-84026f691292} executeQuery: (from [fd00:1122:3344:101::d]:46610) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.04.22 02:10:29.438573 [ 3 ] {d62a9abe-bfd2-48a9-8c5d-84026f691292} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.22 02:10:29.438616 [ 3 ] {d62a9abe-bfd2-48a9-8c5d-84026f691292} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.22 02:10:29.438946 [ 3 ] {d62a9abe-bfd2-48a9-8c5d-84026f691292} TCPHandler: Processed in 0.000805354 sec. 2026.04.22 02:10:29.439859 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:29.439988 [ 3 ] {295e8016-1bab-41a7-9f19-d920dcdc05a3} executeQuery: (from [fd00:1122:3344:101::d]:46610) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.04.22 02:10:29.440269 [ 3 ] {295e8016-1bab-41a7-9f19-d920dcdc05a3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.22 02:10:29.440314 [ 3 ] {295e8016-1bab-41a7-9f19-d920dcdc05a3} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.22 02:10:29.440692 [ 3 ] {295e8016-1bab-41a7-9f19-d920dcdc05a3} TCPHandler: Processed in 0.000882615 sec. 2026.04.22 02:10:29.441511 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:29.441638 [ 3 ] {d55971dd-b4d5-49c7-909a-33f163058e2a} executeQuery: (from [fd00:1122:3344:101::d]:46610) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.04.22 02:10:29.441921 [ 3 ] {d55971dd-b4d5-49c7-909a-33f163058e2a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.22 02:10:29.441968 [ 3 ] {d55971dd-b4d5-49c7-909a-33f163058e2a} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.22 02:10:29.442339 [ 3 ] {d55971dd-b4d5-49c7-909a-33f163058e2a} TCPHandler: Processed in 0.000874486 sec. 2026.04.22 02:10:29.442724 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:29.442854 [ 3 ] {2b7f01e2-84cc-42f9-bd3d-276cabb7b419} executeQuery: (from [fd00:1122:3344:101::d]:46610) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.04.22 02:10:29.443125 [ 3 ] {2b7f01e2-84cc-42f9-bd3d-276cabb7b419} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.22 02:10:29.443167 [ 3 ] {2b7f01e2-84cc-42f9-bd3d-276cabb7b419} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.22 02:10:29.443495 [ 3 ] {2b7f01e2-84cc-42f9-bd3d-276cabb7b419} TCPHandler: Processed in 0.000817135 sec. 2026.04.22 02:10:29.443807 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:29.443949 [ 3 ] {b8d8472a-61eb-4f6b-a259-a431bf58f86c} executeQuery: (from [fd00:1122:3344:101::d]:46610) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.04.22 02:10:29.444219 [ 3 ] {b8d8472a-61eb-4f6b-a259-a431bf58f86c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.22 02:10:29.444260 [ 3 ] {b8d8472a-61eb-4f6b-a259-a431bf58f86c} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.22 02:10:29.444587 [ 3 ] {b8d8472a-61eb-4f6b-a259-a431bf58f86c} TCPHandler: Processed in 0.000838075 sec. 2026.04.22 02:10:29.444915 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:29.445039 [ 3 ] {25b5e537-e0ba-469a-9e91-dd9b003cdeb3} executeQuery: (from [fd00:1122:3344:101::d]:46610) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.04.22 02:10:29.445325 [ 3 ] {25b5e537-e0ba-469a-9e91-dd9b003cdeb3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.22 02:10:29.445367 [ 3 ] {25b5e537-e0ba-469a-9e91-dd9b003cdeb3} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.22 02:10:29.445749 [ 3 ] {25b5e537-e0ba-469a-9e91-dd9b003cdeb3} TCPHandler: Processed in 0.000880056 sec. 2026.04.22 02:10:29.446093 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:29.446228 [ 3 ] {4bbd5a31-5002-418d-9fd7-a8071babb920} executeQuery: (from [fd00:1122:3344:101::d]:46610) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.04.22 02:10:29.446542 [ 3 ] {4bbd5a31-5002-418d-9fd7-a8071babb920} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.22 02:10:29.446597 [ 3 ] {4bbd5a31-5002-418d-9fd7-a8071babb920} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.22 02:10:29.446959 [ 3 ] {4bbd5a31-5002-418d-9fd7-a8071babb920} TCPHandler: Processed in 0.000916697 sec. 2026.04.22 02:10:29.447251 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:29.447381 [ 3 ] {3062f5b9-4843-419c-80e9-f3f1d90b40ff} executeQuery: (from [fd00:1122:3344:101::d]:46610) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.04.22 02:10:29.447671 [ 3 ] {3062f5b9-4843-419c-80e9-f3f1d90b40ff} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.22 02:10:29.447715 [ 3 ] {3062f5b9-4843-419c-80e9-f3f1d90b40ff} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.22 02:10:29.448047 [ 3 ] {3062f5b9-4843-419c-80e9-f3f1d90b40ff} TCPHandler: Processed in 0.000844535 sec. 2026.04.22 02:10:29.459755 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:29.459879 [ 3 ] {61fb4a77-d3e4-452c-b104-6ad80310b7d5} executeQuery: (from [fd00:1122:3344:101::d]:46610) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.04.22 02:10:29.459929 [ 3 ] {61fb4a77-d3e4-452c-b104-6ad80310b7d5} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.22 02:10:29.462422 [ 3 ] {61fb4a77-d3e4-452c-b104-6ad80310b7d5} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:29.462469 [ 3 ] {61fb4a77-d3e4-452c-b104-6ad80310b7d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. 2026.04.22 02:10:29.465124 [ 3 ] {61fb4a77-d3e4-452c-b104-6ad80310b7d5} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.22 02:10:29.465571 [ 3 ] {61fb4a77-d3e4-452c-b104-6ad80310b7d5} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea): 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.22 02:10:29.465712 [ 3 ] {61fb4a77-d3e4-452c-b104-6ad80310b7d5} executeQuery: Read 26 rows, 5.74 KiB in 0.005893 sec., 4412.0142541998985 rows/sec., 973.25 KiB/sec. 2026.04.22 02:10:29.465749 [ 3 ] {61fb4a77-d3e4-452c-b104-6ad80310b7d5} TCPHandler: Processed in 0.006088319 sec. 2026.04.22 02:10:29.466552 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:29.466675 [ 3 ] {48925a8d-aaa5-4ae0-937d-dae25306c3e7} executeQuery: (from [fd00:1122:3344:101::d]:46610) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.22 02:10:29.466732 [ 3 ] {48925a8d-aaa5-4ae0-937d-dae25306c3e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.22 02:10:29.473344 [ 3 ] {48925a8d-aaa5-4ae0-937d-dae25306c3e7} oximeter.fields_i16 (cb937fce-9af2-4ed4-8a2c-50f4b7db9b7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:29.473377 [ 3 ] {48925a8d-aaa5-4ae0-937d-dae25306c3e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. 2026.04.22 02:10:29.475920 [ 3 ] {48925a8d-aaa5-4ae0-937d-dae25306c3e7} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.22 02:10:29.476470 [ 3 ] {48925a8d-aaa5-4ae0-937d-dae25306c3e7} oximeter.fields_i16 (cb937fce-9af2-4ed4-8a2c-50f4b7db9b7b): 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.22 02:10:29.476610 [ 3 ] {48925a8d-aaa5-4ae0-937d-dae25306c3e7} executeQuery: Read 24 rows, 2.04 KiB in 0.009963 sec., 2408.912978018669 rows/sec., 204.66 KiB/sec. 2026.04.22 02:10:29.476652 [ 3 ] {48925a8d-aaa5-4ae0-937d-dae25306c3e7} TCPHandler: Processed in 0.010161682 sec. 2026.04.22 02:10:29.476789 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:29.476894 [ 3 ] {862952c6-d684-4dcb-9b5d-34d483b30a8c} executeQuery: (from [fd00:1122:3344:101::d]:46610) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.22 02:10:29.476938 [ 3 ] {862952c6-d684-4dcb-9b5d-34d483b30a8c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.22 02:10:29.477364 [ 3 ] {862952c6-d684-4dcb-9b5d-34d483b30a8c} oximeter.fields_ipaddr (478e016b-70a4-416f-a4c0-90b63b47c331): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:29.477399 [ 3 ] {862952c6-d684-4dcb-9b5d-34d483b30a8c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. 2026.04.22 02:10:29.477869 [ 3 ] {862952c6-d684-4dcb-9b5d-34d483b30a8c} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.22 02:10:29.478394 [ 3 ] {862952c6-d684-4dcb-9b5d-34d483b30a8c} oximeter.fields_ipaddr (478e016b-70a4-416f-a4c0-90b63b47c331): 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.22 02:10:29.478560 [ 3 ] {862952c6-d684-4dcb-9b5d-34d483b30a8c} executeQuery: Read 10 rows, 835.00 B in 0.00169 sec., 5917.159763313609 rows/sec., 482.50 KiB/sec. 2026.04.22 02:10:29.478598 [ 3 ] {862952c6-d684-4dcb-9b5d-34d483b30a8c} TCPHandler: Processed in 0.001869973 sec. 2026.04.22 02:10:29.478722 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:29.478819 [ 3 ] {a8bb05e3-dca9-465a-96fc-e8bcbab25da5} executeQuery: (from [fd00:1122:3344:101::d]:46610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.22 02:10:29.478858 [ 3 ] {a8bb05e3-dca9-465a-96fc-e8bcbab25da5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.22 02:10:29.479378 [ 3 ] {a8bb05e3-dca9-465a-96fc-e8bcbab25da5} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:29.479422 [ 3 ] {a8bb05e3-dca9-465a-96fc-e8bcbab25da5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. 2026.04.22 02:10:29.479994 [ 3 ] {a8bb05e3-dca9-465a-96fc-e8bcbab25da5} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.22 02:10:29.480543 [ 3 ] {a8bb05e3-dca9-465a-96fc-e8bcbab25da5} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:10:29.480679 [ 3 ] {a8bb05e3-dca9-465a-96fc-e8bcbab25da5} executeQuery: Read 203 rows, 18.44 KiB in 0.001879 sec., 108036.18946248005 rows/sec., 9.58 MiB/sec. 2026.04.22 02:10:29.480718 [ 3 ] {a8bb05e3-dca9-465a-96fc-e8bcbab25da5} TCPHandler: Processed in 0.002047457 sec. 2026.04.22 02:10:29.480838 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:29.480933 [ 3 ] {e3a3e4b4-8c29-4084-b9e0-35a807809b2b} executeQuery: (from [fd00:1122:3344:101::d]:46610) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.22 02:10:29.480973 [ 3 ] {e3a3e4b4-8c29-4084-b9e0-35a807809b2b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.22 02:10:29.481394 [ 3 ] {e3a3e4b4-8c29-4084-b9e0-35a807809b2b} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:29.481430 [ 3 ] {e3a3e4b4-8c29-4084-b9e0-35a807809b2b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. 2026.04.22 02:10:29.481914 [ 3 ] {e3a3e4b4-8c29-4084-b9e0-35a807809b2b} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.22 02:10:29.482419 [ 3 ] {e3a3e4b4-8c29-4084-b9e0-35a807809b2b} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): 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.22 02:10:29.482551 [ 3 ] {e3a3e4b4-8c29-4084-b9e0-35a807809b2b} executeQuery: Read 33 rows, 2.49 KiB in 0.001636 sec., 20171.14914425428 rows/sec., 1.48 MiB/sec. 2026.04.22 02:10:29.482586 [ 3 ] {e3a3e4b4-8c29-4084-b9e0-35a807809b2b} TCPHandler: Processed in 0.001797892 sec. 2026.04.22 02:10:29.482708 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:29.482807 [ 3 ] {b0f11d01-31f0-4cb3-8c63-4e010fd200cf} executeQuery: (from [fd00:1122:3344:101::d]:46610) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.22 02:10:29.482848 [ 3 ] {b0f11d01-31f0-4cb3-8c63-4e010fd200cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.22 02:10:29.483278 [ 3 ] {b0f11d01-31f0-4cb3-8c63-4e010fd200cf} oximeter.fields_u32 (a10e9abe-df72-475e-a5a2-b131593a6390): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:29.483321 [ 3 ] {b0f11d01-31f0-4cb3-8c63-4e010fd200cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. 2026.04.22 02:10:29.483802 [ 3 ] {b0f11d01-31f0-4cb3-8c63-4e010fd200cf} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.22 02:10:29.484264 [ 3 ] {b0f11d01-31f0-4cb3-8c63-4e010fd200cf} oximeter.fields_u32 (a10e9abe-df72-475e-a5a2-b131593a6390): 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.22 02:10:29.484411 [ 3 ] {b0f11d01-31f0-4cb3-8c63-4e010fd200cf} executeQuery: Read 24 rows, 2.04 KiB in 0.001623 sec., 14787.430683918668 rows/sec., 1.23 MiB/sec. 2026.04.22 02:10:29.484448 [ 3 ] {b0f11d01-31f0-4cb3-8c63-4e010fd200cf} TCPHandler: Processed in 0.001789772 sec. 2026.04.22 02:10:29.484576 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:29.484670 [ 3 ] {000111ea-d9bc-4713-9ea1-608c64b5e898} executeQuery: (from [fd00:1122:3344:101::d]:46610) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.22 02:10:29.484708 [ 3 ] {000111ea-d9bc-4713-9ea1-608c64b5e898} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.22 02:10:29.485099 [ 3 ] {000111ea-d9bc-4713-9ea1-608c64b5e898} oximeter.fields_u8 (0477f4e3-c0c2-460d-b2af-9ce97f919b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:29.485135 [ 3 ] {000111ea-d9bc-4713-9ea1-608c64b5e898} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. 2026.04.22 02:10:29.485672 [ 3 ] {000111ea-d9bc-4713-9ea1-608c64b5e898} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.22 02:10:29.486192 [ 3 ] {000111ea-d9bc-4713-9ea1-608c64b5e898} oximeter.fields_u8 (0477f4e3-c0c2-460d-b2af-9ce97f919b1c): 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.22 02:10:29.486334 [ 3 ] {000111ea-d9bc-4713-9ea1-608c64b5e898} executeQuery: Read 12 rows, 960.00 B in 0.001682 sec., 7134.363852556481 rows/sec., 557.37 KiB/sec. 2026.04.22 02:10:29.486376 [ 3 ] {000111ea-d9bc-4713-9ea1-608c64b5e898} TCPHandler: Processed in 0.001848643 sec. 2026.04.22 02:10:29.486500 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:29.486595 [ 3 ] {45ff3046-e60e-49f9-bea4-db064d4061b0} executeQuery: (from [fd00:1122:3344:101::d]:46610) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.22 02:10:29.486636 [ 3 ] {45ff3046-e60e-49f9-bea4-db064d4061b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.22 02:10:29.487130 [ 3 ] {45ff3046-e60e-49f9-bea4-db064d4061b0} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:29.487168 [ 3 ] {45ff3046-e60e-49f9-bea4-db064d4061b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. 2026.04.22 02:10:29.487627 [ 3 ] {45ff3046-e60e-49f9-bea4-db064d4061b0} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.22 02:10:29.488234 [ 3 ] {45ff3046-e60e-49f9-bea4-db064d4061b0} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:10:29.488408 [ 3 ] {45ff3046-e60e-49f9-bea4-db064d4061b0} executeQuery: Read 121 rows, 10.07 KiB in 0.00183 sec., 66120.21857923498 rows/sec., 5.37 MiB/sec. 2026.04.22 02:10:29.488461 [ 3 ] {45ff3046-e60e-49f9-bea4-db064d4061b0} TCPHandler: Processed in 0.002010466 sec. 2026.04.22 02:10:29.488612 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:29.488732 [ 3 ] {bcced893-00b0-4e1f-8b0b-6bdfd24837ba} executeQuery: (from [fd00:1122:3344:101::d]:46610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.22 02:10:29.488792 [ 3 ] {bcced893-00b0-4e1f-8b0b-6bdfd24837ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.22 02:10:29.491473 [ 3 ] {bcced893-00b0-4e1f-8b0b-6bdfd24837ba} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:29.491508 [ 3 ] {bcced893-00b0-4e1f-8b0b-6bdfd24837ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. 2026.04.22 02:10:29.496075 [ 3 ] {bcced893-00b0-4e1f-8b0b-6bdfd24837ba} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.22 02:10:29.496513 [ 3 ] {bcced893-00b0-4e1f-8b0b-6bdfd24837ba} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:10:29.496640 [ 3 ] {bcced893-00b0-4e1f-8b0b-6bdfd24837ba} executeQuery: Read 289 rows, 22.43 KiB in 0.007956 sec., 36324.78632478633 rows/sec., 2.75 MiB/sec. 2026.04.22 02:10:29.496676 [ 3 ] {bcced893-00b0-4e1f-8b0b-6bdfd24837ba} TCPHandler: Processed in 0.008153756 sec. 2026.04.22 02:10:29.496794 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:29.496886 [ 3 ] {fdd97d69-876b-493c-8eeb-759bde3af7d7} executeQuery: (from [fd00:1122:3344:101::d]:46610) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.22 02:10:29.496937 [ 3 ] {fdd97d69-876b-493c-8eeb-759bde3af7d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.22 02:10:29.497774 [ 3 ] {fdd97d69-876b-493c-8eeb-759bde3af7d7} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:29.497811 [ 3 ] {fdd97d69-876b-493c-8eeb-759bde3af7d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. 2026.04.22 02:10:29.500980 [ 3 ] {fdd97d69-876b-493c-8eeb-759bde3af7d7} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.22 02:10:29.501486 [ 3 ] {fdd97d69-876b-493c-8eeb-759bde3af7d7} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): 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.22 02:10:29.501624 [ 3 ] {fdd97d69-876b-493c-8eeb-759bde3af7d7} executeQuery: Read 11 rows, 20.18 KiB in 0.004716 sec., 2332.485156912638 rows/sec., 4.18 MiB/sec. 2026.04.22 02:10:29.501680 [ 3 ] {fdd97d69-876b-493c-8eeb-759bde3af7d7} TCPHandler: Processed in 0.004902937 sec. 2026.04.22 02:10:29.501814 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:29.501908 [ 3 ] {32a7562c-b112-4487-9d29-0635eb534181} executeQuery: (from [fd00:1122:3344:101::d]:46610) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.22 02:10:29.501949 [ 3 ] {32a7562c-b112-4487-9d29-0635eb534181} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.22 02:10:29.502295 [ 3 ] {32a7562c-b112-4487-9d29-0635eb534181} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:29.502331 [ 3 ] {32a7562c-b112-4487-9d29-0635eb534181} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. 2026.04.22 02:10:29.502795 [ 3 ] {32a7562c-b112-4487-9d29-0635eb534181} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.22 02:10:29.503306 [ 3 ] {32a7562c-b112-4487-9d29-0635eb534181} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:10:29.503434 [ 3 ] {32a7562c-b112-4487-9d29-0635eb534181} executeQuery: Read 48 rows, 3.31 KiB in 0.001545 sec., 31067.961165048546 rows/sec., 2.09 MiB/sec. 2026.04.22 02:10:29.503469 [ 3 ] {32a7562c-b112-4487-9d29-0635eb534181} TCPHandler: Processed in 0.00170455 sec. 2026.04.22 02:10:30.594535 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403 2026.04.22 02:10:30.595052 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:30.595097 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. 2026.04.22 02:10:30.595799 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.22 02:10:30.596334 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): 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.22 02:10:30.596466 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403 2026.04.22 02:10:30.663433 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2026.04.22 02:10:30.680474 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:30.680526 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. 2026.04.22 02:10:30.686745 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.22 02:10:30.687889 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): 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.22 02:10:30.690767 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2026.04.22 02:10:31.000249 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 159.72 MiB, peak 163.72 MiB, free memory in arenas 0.00 B, will set to 161.09 MiB (RSS), difference: 1.38 MiB 2026.04.22 02:10:34.371718 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:34.371905 [ 3 ] {900eea0b-d5ef-424b-9e25-1e5e968eaf69} executeQuery: (from [fd00:1122:3344:101::d]:46610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.22 02:10:34.371972 [ 3 ] {900eea0b-d5ef-424b-9e25-1e5e968eaf69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.22 02:10:34.372606 [ 3 ] {900eea0b-d5ef-424b-9e25-1e5e968eaf69} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:34.372644 [ 3 ] {900eea0b-d5ef-424b-9e25-1e5e968eaf69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. 2026.04.22 02:10:34.373156 [ 3 ] {900eea0b-d5ef-424b-9e25-1e5e968eaf69} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.22 02:10:34.373651 [ 3 ] {900eea0b-d5ef-424b-9e25-1e5e968eaf69} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:10:34.373795 [ 3 ] {900eea0b-d5ef-424b-9e25-1e5e968eaf69} executeQuery: Read 56 rows, 4.41 KiB in 0.001937 sec., 28910.686628807434 rows/sec., 2.22 MiB/sec. 2026.04.22 02:10:34.373834 [ 3 ] {900eea0b-d5ef-424b-9e25-1e5e968eaf69} TCPHandler: Processed in 0.00223862 sec. 2026.04.22 02:10:34.373985 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:34.374086 [ 3 ] {40aac0c2-d969-4bea-9cdb-c17efc30aa5b} executeQuery: (from [fd00:1122:3344:101::d]:46610) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.22 02:10:34.374127 [ 3 ] {40aac0c2-d969-4bea-9cdb-c17efc30aa5b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.22 02:10:34.374552 [ 3 ] {40aac0c2-d969-4bea-9cdb-c17efc30aa5b} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:34.374587 [ 3 ] {40aac0c2-d969-4bea-9cdb-c17efc30aa5b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. 2026.04.22 02:10:34.375022 [ 3 ] {40aac0c2-d969-4bea-9cdb-c17efc30aa5b} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.22 02:10:34.375491 [ 3 ] {40aac0c2-d969-4bea-9cdb-c17efc30aa5b} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:10:34.375614 [ 3 ] {40aac0c2-d969-4bea-9cdb-c17efc30aa5b} executeQuery: Read 64 rows, 5.12 KiB in 0.001547 sec., 41370.39431157078 rows/sec., 3.23 MiB/sec. 2026.04.22 02:10:34.375650 [ 3 ] {40aac0c2-d969-4bea-9cdb-c17efc30aa5b} TCPHandler: Processed in 0.001713711 sec. 2026.04.22 02:10:34.375774 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:34.375868 [ 3 ] {a32f9d43-5d66-4a0c-a704-9ec871414624} executeQuery: (from [fd00:1122:3344:101::d]:46610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.22 02:10:34.375911 [ 3 ] {a32f9d43-5d66-4a0c-a704-9ec871414624} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.22 02:10:34.376342 [ 3 ] {a32f9d43-5d66-4a0c-a704-9ec871414624} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:34.376375 [ 3 ] {a32f9d43-5d66-4a0c-a704-9ec871414624} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. 2026.04.22 02:10:34.376876 [ 3 ] {a32f9d43-5d66-4a0c-a704-9ec871414624} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.22 02:10:34.377340 [ 3 ] {a32f9d43-5d66-4a0c-a704-9ec871414624} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:10:34.377470 [ 3 ] {a32f9d43-5d66-4a0c-a704-9ec871414624} executeQuery: Read 160 rows, 11.41 KiB in 0.001621 sec., 98704.50339296731 rows/sec., 6.87 MiB/sec. 2026.04.22 02:10:34.377505 [ 3 ] {a32f9d43-5d66-4a0c-a704-9ec871414624} TCPHandler: Processed in 0.001780852 sec. 2026.04.22 02:10:34.377630 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:34.377722 [ 3 ] {91567cdf-97d6-4250-b8c1-ab1f1520af4e} executeQuery: (from [fd00:1122:3344:101::d]:46610) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.22 02:10:34.377763 [ 3 ] {91567cdf-97d6-4250-b8c1-ab1f1520af4e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.22 02:10:34.378094 [ 3 ] {91567cdf-97d6-4250-b8c1-ab1f1520af4e} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:34.378127 [ 3 ] {91567cdf-97d6-4250-b8c1-ab1f1520af4e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. 2026.04.22 02:10:34.378523 [ 3 ] {91567cdf-97d6-4250-b8c1-ab1f1520af4e} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.22 02:10:34.378924 [ 3 ] {91567cdf-97d6-4250-b8c1-ab1f1520af4e} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:10:34.379046 [ 3 ] {91567cdf-97d6-4250-b8c1-ab1f1520af4e} executeQuery: Read 60 rows, 4.14 KiB in 0.001342 sec., 44709.38897168405 rows/sec., 3.01 MiB/sec. 2026.04.22 02:10:34.379079 [ 3 ] {91567cdf-97d6-4250-b8c1-ab1f1520af4e} TCPHandler: Processed in 0.001508317 sec. 2026.04.22 02:10:37.359274 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59367 2026.04.22 02:10:37.361235 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:10:37.361290 [ 286 ] {} TCP-Session: 1321324d-6cd6-43fc-9652-e5b84ecfd1aa Authenticating user 'default' from [fd00:1122:3344:101::e]:59367 2026.04.22 02:10:37.361319 [ 286 ] {} TCP-Session: 1321324d-6cd6-43fc-9652-e5b84ecfd1aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:37.361333 [ 286 ] {} TCP-Session: 1321324d-6cd6-43fc-9652-e5b84ecfd1aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:37.361389 [ 286 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.04.22 02:10:37.361426 [ 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.22 02:10:37.361445 [ 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.22 02:10:37.361884 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36778 2026.04.22 02:10:37.361895 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36232 2026.04.22 02:10:37.361963 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53108 2026.04.22 02:10:37.362016 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:10:37.362055 [ 288 ] {} TCP-Session: 89545aa2-ff6b-48c5-b3e7-71e13c3aa2cd Authenticating user 'default' from [fd00:1122:3344:101::e]:36778 2026.04.22 02:10:37.362079 [ 288 ] {} TCP-Session: 89545aa2-ff6b-48c5-b3e7-71e13c3aa2cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:37.362094 [ 288 ] {} TCP-Session: 89545aa2-ff6b-48c5-b3e7-71e13c3aa2cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:37.362143 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35496 2026.04.22 02:10:37.362163 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60500 2026.04.22 02:10:37.362234 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:10:37.362269 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:10:37.362277 [ 287 ] {} TCP-Session: 2c418da6-0811-4a97-8156-44e5e7c38b60 Authenticating user 'default' from [fd00:1122:3344:101::e]:36232 2026.04.22 02:10:37.362307 [ 289 ] {} TCP-Session: 2e89a439-7bb1-4841-be68-c3e645b3416c Authenticating user 'default' from [fd00:1122:3344:101::e]:53108 2026.04.22 02:10:37.362317 [ 287 ] {} TCP-Session: 2c418da6-0811-4a97-8156-44e5e7c38b60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:37.362331 [ 289 ] {} TCP-Session: 2e89a439-7bb1-4841-be68-c3e645b3416c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:37.362353 [ 287 ] {} TCP-Session: 2c418da6-0811-4a97-8156-44e5e7c38b60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:37.362359 [ 286 ] {} TCP-Session: 1321324d-6cd6-43fc-9652-e5b84ecfd1aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:37.362359 [ 289 ] {} TCP-Session: 2e89a439-7bb1-4841-be68-c3e645b3416c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:37.362412 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:10:37.362447 [ 291 ] {} TCP-Session: 3dc0ae9d-0b70-4511-9584-4b4c303d7a5e Authenticating user 'default' from [fd00:1122:3344:101::e]:35496 2026.04.22 02:10:37.362464 [ 291 ] {} TCP-Session: 3dc0ae9d-0b70-4511-9584-4b4c303d7a5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:37.362478 [ 291 ] {} TCP-Session: 3dc0ae9d-0b70-4511-9584-4b4c303d7a5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:37.362508 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:10:37.362517 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38821 2026.04.22 02:10:37.362556 [ 286 ] {b6691647-2435-4ee2-b1e7-86ded75c1fb9} executeQuery: (from [fd00:1122:3344:101::e]:59367) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.22 02:10:37.362564 [ 290 ] {} TCP-Session: d92e3400-00eb-4bc8-a221-1a3bb9597871 Authenticating user 'default' from [fd00:1122:3344:101::e]:60500 2026.04.22 02:10:37.362600 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40623 2026.04.22 02:10:37.362616 [ 290 ] {} TCP-Session: d92e3400-00eb-4bc8-a221-1a3bb9597871 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:37.362645 [ 290 ] {} TCP-Session: d92e3400-00eb-4bc8-a221-1a3bb9597871 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:37.362793 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32876 2026.04.22 02:10:37.362840 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:10:37.362876 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:10:37.362885 [ 292 ] {} TCP-Session: 68072886-1d5f-4e1d-b363-09fcec97381f Authenticating user 'default' from [fd00:1122:3344:101::e]:38821 2026.04.22 02:10:37.362918 [ 292 ] {} TCP-Session: 68072886-1d5f-4e1d-b363-09fcec97381f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:37.362928 [ 293 ] {} TCP-Session: dc0b5982-fe9b-4cca-893d-e03f534ed637 Authenticating user 'default' from [fd00:1122:3344:101::e]:40623 2026.04.22 02:10:37.362933 [ 292 ] {} TCP-Session: 68072886-1d5f-4e1d-b363-09fcec97381f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:37.362958 [ 293 ] {} TCP-Session: dc0b5982-fe9b-4cca-893d-e03f534ed637 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:37.362976 [ 293 ] {} TCP-Session: dc0b5982-fe9b-4cca-893d-e03f534ed637 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:37.363016 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:10:37.363056 [ 286 ] {b6691647-2435-4ee2-b1e7-86ded75c1fb9} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.22 02:10:37.363059 [ 294 ] {} TCP-Session: bbc698bf-e3b6-4c9d-9409-8eff2cac5e3c Authenticating user 'default' from [fd00:1122:3344:101::e]:32876 2026.04.22 02:10:37.363111 [ 294 ] {} TCP-Session: bbc698bf-e3b6-4c9d-9409-8eff2cac5e3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:37.363134 [ 294 ] {} TCP-Session: bbc698bf-e3b6-4c9d-9409-8eff2cac5e3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:37.367226 [ 286 ] {b6691647-2435-4ee2-b1e7-86ded75c1fb9} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.22 02:10:37.377685 [ 286 ] {b6691647-2435-4ee2-b1e7-86ded75c1fb9} oximeter.version (735d4eb2-4688-4764-b1e7-cbcb4ccf556e) (SelectExecutor): Key condition: unknown 2026.04.22 02:10:37.390517 [ 295 ] {b6691647-2435-4ee2-b1e7-86ded75c1fb9} AggregatingTransform: Aggregating 2026.04.22 02:10:37.392666 [ 295 ] {b6691647-2435-4ee2-b1e7-86ded75c1fb9} Aggregator: Aggregation method: without_key 2026.04.22 02:10:37.393473 [ 295 ] {b6691647-2435-4ee2-b1e7-86ded75c1fb9} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.005996867 sec. (166.754 rows/sec., 6.51 KiB/sec.) 2026.04.22 02:10:37.393506 [ 295 ] {b6691647-2435-4ee2-b1e7-86ded75c1fb9} Aggregator: Merging aggregated data 2026.04.22 02:10:37.393543 [ 295 ] {b6691647-2435-4ee2-b1e7-86ded75c1fb9} Aggregator: Statistics updated for key=4896758355805104663: new sum_of_sizes=1, median_size=1 2026.04.22 02:10:37.396730 [ 286 ] {b6691647-2435-4ee2-b1e7-86ded75c1fb9} executeQuery: Read 1 rows, 40.00 B in 0.034239 sec., 29.206460469055756 rows/sec., 1.14 KiB/sec. 2026.04.22 02:10:37.396896 [ 286 ] {b6691647-2435-4ee2-b1e7-86ded75c1fb9} TCPHandler: Processed in 0.034791273 sec. 2026.04.22 02:10:37.405991 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.22 02:10:37.406043 [ 286 ] {} TCP-Session: 1321324d-6cd6-43fc-9652-e5b84ecfd1aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:37.406055 [ 287 ] {} TCPHandler: Done processing connection. 2026.04.22 02:10:37.406093 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.22 02:10:37.406121 [ 287 ] {} TCP-Session: 2c418da6-0811-4a97-8156-44e5e7c38b60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:37.406119 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.22 02:10:37.406155 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.22 02:10:37.406174 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.22 02:10:37.406214 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.22 02:10:37.406213 [ 288 ] {} TCP-Session: 89545aa2-ff6b-48c5-b3e7-71e13c3aa2cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:37.406247 [ 289 ] {} TCP-Session: 2e89a439-7bb1-4841-be68-c3e645b3416c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:37.406255 [ 293 ] {} TCP-Session: dc0b5982-fe9b-4cca-893d-e03f534ed637 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:37.406225 [ 290 ] {} TCP-Session: d92e3400-00eb-4bc8-a221-1a3bb9597871 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:37.406201 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.22 02:10:37.406161 [ 294 ] {} TCP-Session: bbc698bf-e3b6-4c9d-9409-8eff2cac5e3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:37.406134 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.22 02:10:37.406367 [ 292 ] {} TCP-Session: 68072886-1d5f-4e1d-b363-09fcec97381f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:37.406405 [ 291 ] {} TCP-Session: 3dc0ae9d-0b70-4511-9584-4b4c303d7a5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:38.000220 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 161.40 MiB, peak 171.51 MiB, free memory in arenas 0.00 B, will set to 164.17 MiB (RSS), difference: 2.77 MiB 2026.04.22 02:10:38.046893 [ 116 ] {} DNSResolver: Updating DNS cache 2026.04.22 02:10:38.046955 [ 116 ] {} DNSResolver: Updated DNS cache 2026.04.22 02:10:38.085182 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 84 entries to flush up to offset 172 2026.04.22 02:10:38.088958 [ 242 ] {} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:38.089013 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. 2026.04.22 02:10:38.090492 [ 242 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.22 02:10:38.091055 [ 242 ] {} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e): 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.22 02:10:38.091410 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 172 2026.04.22 02:10:38.096711 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 491 entries to flush up to offset 1894 2026.04.22 02:10:38.097233 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:38.097281 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. 2026.04.22 02:10:38.097925 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.22 02:10:38.098555 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): 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.22 02:10:38.098702 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1894 2026.04.22 02:10:38.191012 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2026.04.22 02:10:38.208392 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:38.208460 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. 2026.04.22 02:10:38.214904 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.22 02:10:38.216103 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): 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.22 02:10:38.219185 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2026.04.22 02:10:39.000207 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 164.71 MiB, peak 171.51 MiB, free memory in arenas 0.00 B, will set to 166.39 MiB (RSS), difference: 1.68 MiB 2026.04.22 02:10:39.372722 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:39.372909 [ 3 ] {c0818563-135f-4f48-9f79-c60afd732548} executeQuery: (from [fd00:1122:3344:101::d]:46610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.22 02:10:39.372975 [ 3 ] {c0818563-135f-4f48-9f79-c60afd732548} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.22 02:10:39.373602 [ 3 ] {c0818563-135f-4f48-9f79-c60afd732548} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:39.373647 [ 3 ] {c0818563-135f-4f48-9f79-c60afd732548} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. 2026.04.22 02:10:39.374175 [ 3 ] {c0818563-135f-4f48-9f79-c60afd732548} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.22 02:10:39.374661 [ 3 ] {c0818563-135f-4f48-9f79-c60afd732548} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:10:39.374819 [ 3 ] {c0818563-135f-4f48-9f79-c60afd732548} executeQuery: Read 78 rows, 6.61 KiB in 0.001969 sec., 39614.01726764855 rows/sec., 3.28 MiB/sec. 2026.04.22 02:10:39.374881 [ 3 ] {c0818563-135f-4f48-9f79-c60afd732548} TCPHandler: Processed in 0.002279701 sec. 2026.04.22 02:10:39.375018 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:39.375119 [ 3 ] {bd1122c9-6b9f-4a1a-8e7d-1fd9d6f61665} executeQuery: (from [fd00:1122:3344:101::d]:46610) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.22 02:10:39.375166 [ 3 ] {bd1122c9-6b9f-4a1a-8e7d-1fd9d6f61665} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.22 02:10:39.375650 [ 3 ] {bd1122c9-6b9f-4a1a-8e7d-1fd9d6f61665} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:39.375688 [ 3 ] {bd1122c9-6b9f-4a1a-8e7d-1fd9d6f61665} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. 2026.04.22 02:10:39.376110 [ 3 ] {bd1122c9-6b9f-4a1a-8e7d-1fd9d6f61665} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.22 02:10:39.376589 [ 3 ] {bd1122c9-6b9f-4a1a-8e7d-1fd9d6f61665} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): 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.22 02:10:39.376727 [ 3 ] {bd1122c9-6b9f-4a1a-8e7d-1fd9d6f61665} executeQuery: Read 11 rows, 847.00 B in 0.00163 sec., 6748.4662576687115 rows/sec., 507.45 KiB/sec. 2026.04.22 02:10:39.376777 [ 3 ] {bd1122c9-6b9f-4a1a-8e7d-1fd9d6f61665} TCPHandler: Processed in 0.001809993 sec. 2026.04.22 02:10:39.376902 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:39.377001 [ 3 ] {ed424e20-8232-4f69-adef-4bac85c3c3c0} executeQuery: (from [fd00:1122:3344:101::d]:46610) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.22 02:10:39.377043 [ 3 ] {ed424e20-8232-4f69-adef-4bac85c3c3c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.22 02:10:39.377528 [ 3 ] {ed424e20-8232-4f69-adef-4bac85c3c3c0} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:39.377570 [ 3 ] {ed424e20-8232-4f69-adef-4bac85c3c3c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. 2026.04.22 02:10:39.378010 [ 3 ] {ed424e20-8232-4f69-adef-4bac85c3c3c0} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.22 02:10:39.378455 [ 3 ] {ed424e20-8232-4f69-adef-4bac85c3c3c0} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:10:39.378588 [ 3 ] {ed424e20-8232-4f69-adef-4bac85c3c3c0} executeQuery: Read 75 rows, 6.00 KiB in 0.001608 sec., 46641.79104477612 rows/sec., 3.64 MiB/sec. 2026.04.22 02:10:39.378626 [ 3 ] {ed424e20-8232-4f69-adef-4bac85c3c3c0} TCPHandler: Processed in 0.001774671 sec. 2026.04.22 02:10:39.378742 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:39.378838 [ 3 ] {8bb8f1dd-5e1c-4e3b-8328-de56960c8a7e} executeQuery: (from [fd00:1122:3344:101::d]:46610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.22 02:10:39.378881 [ 3 ] {8bb8f1dd-5e1c-4e3b-8328-de56960c8a7e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.22 02:10:39.379306 [ 3 ] {8bb8f1dd-5e1c-4e3b-8328-de56960c8a7e} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:39.379342 [ 3 ] {8bb8f1dd-5e1c-4e3b-8328-de56960c8a7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. 2026.04.22 02:10:39.379898 [ 3 ] {8bb8f1dd-5e1c-4e3b-8328-de56960c8a7e} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.22 02:10:39.380338 [ 3 ] {8bb8f1dd-5e1c-4e3b-8328-de56960c8a7e} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:10:39.380469 [ 3 ] {8bb8f1dd-5e1c-4e3b-8328-de56960c8a7e} executeQuery: Read 160 rows, 11.41 KiB in 0.00165 sec., 96969.69696969698 rows/sec., 6.75 MiB/sec. 2026.04.22 02:10:39.380507 [ 3 ] {8bb8f1dd-5e1c-4e3b-8328-de56960c8a7e} TCPHandler: Processed in 0.001814232 sec. 2026.04.22 02:10:39.380636 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:39.380729 [ 3 ] {bc08df85-840b-4861-8d21-06dd912dd75b} executeQuery: (from [fd00:1122:3344:101::d]:46610) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.22 02:10:39.380782 [ 3 ] {bc08df85-840b-4861-8d21-06dd912dd75b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.22 02:10:39.381543 [ 3 ] {bc08df85-840b-4861-8d21-06dd912dd75b} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:39.381580 [ 3 ] {bc08df85-840b-4861-8d21-06dd912dd75b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. 2026.04.22 02:10:39.382233 [ 3 ] {bc08df85-840b-4861-8d21-06dd912dd75b} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.22 02:10:39.382722 [ 3 ] {bc08df85-840b-4861-8d21-06dd912dd75b} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): 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.22 02:10:39.382857 [ 3 ] {bc08df85-840b-4861-8d21-06dd912dd75b} executeQuery: Read 11 rows, 20.18 KiB in 0.002146 sec., 5125.815470643057 rows/sec., 9.19 MiB/sec. 2026.04.22 02:10:39.382911 [ 3 ] {bc08df85-840b-4861-8d21-06dd912dd75b} TCPHandler: Processed in 0.002324011 sec. 2026.04.22 02:10:39.383039 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:39.383133 [ 3 ] {9fb02d94-bf7a-471e-a9ed-614c197eaf7d} executeQuery: (from [fd00:1122:3344:101::d]:46610) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.22 02:10:39.383174 [ 3 ] {9fb02d94-bf7a-471e-a9ed-614c197eaf7d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.22 02:10:39.383536 [ 3 ] {9fb02d94-bf7a-471e-a9ed-614c197eaf7d} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:39.383572 [ 3 ] {9fb02d94-bf7a-471e-a9ed-614c197eaf7d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. 2026.04.22 02:10:39.383975 [ 3 ] {9fb02d94-bf7a-471e-a9ed-614c197eaf7d} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.22 02:10:39.384518 [ 3 ] {9fb02d94-bf7a-471e-a9ed-614c197eaf7d} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:10:39.384666 [ 3 ] {9fb02d94-bf7a-471e-a9ed-614c197eaf7d} executeQuery: Read 60 rows, 4.14 KiB in 0.00154 sec., 38961.03896103896 rows/sec., 2.63 MiB/sec. 2026.04.22 02:10:39.384721 [ 3 ] {9fb02d94-bf7a-471e-a9ed-614c197eaf7d} TCPHandler: Processed in 0.001730801 sec. 2026.04.22 02:10:44.367359 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:44.367596 [ 3 ] {0d0d6471-25e4-4b77-a33e-fa80203683a3} executeQuery: (from [fd00:1122:3344:101::d]:46610) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.22 02:10:44.367939 [ 3 ] {0d0d6471-25e4-4b77-a33e-fa80203683a3} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.22 02:10:44.371978 [ 3 ] {0d0d6471-25e4-4b77-a33e-fa80203683a3} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.22 02:10:44.372225 [ 3 ] {0d0d6471-25e4-4b77-a33e-fa80203683a3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.22 02:10:44.372296 [ 3 ] {0d0d6471-25e4-4b77-a33e-fa80203683a3} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.22 02:10:44.372476 [ 3 ] {0d0d6471-25e4-4b77-a33e-fa80203683a3} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (SelectExecutor): Key condition: (column 0 notIn 26-element set) 2026.04.22 02:10:44.374682 [ 3 ] {0d0d6471-25e4-4b77-a33e-fa80203683a3} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.22 02:10:44.376806 [ 3 ] {0d0d6471-25e4-4b77-a33e-fa80203683a3} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (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.22 02:10:44.376835 [ 3 ] {0d0d6471-25e4-4b77-a33e-fa80203683a3} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.22 02:10:44.381043 [ 3 ] {0d0d6471-25e4-4b77-a33e-fa80203683a3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.22 02:10:44.381076 [ 3 ] {0d0d6471-25e4-4b77-a33e-fa80203683a3} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2026.04.22 02:10:44.405710 [ 3 ] {0d0d6471-25e4-4b77-a33e-fa80203683a3} executeQuery: Read 26 rows, 1.13 KiB in 0.038233 sec., 680.0408024481468 rows/sec., 29.42 KiB/sec. 2026.04.22 02:10:44.405806 [ 3 ] {0d0d6471-25e4-4b77-a33e-fa80203683a3} TCPHandler: Processed in 0.038603841 sec. 2026.04.22 02:10:44.406173 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:44.406330 [ 3 ] {b81375d5-824b-4c2f-93ab-ee51b9aba550} executeQuery: (from [fd00:1122:3344:101::d]:46610) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.22 02:10:44.406593 [ 3 ] {b81375d5-824b-4c2f-93ab-ee51b9aba550} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.22 02:10:44.406629 [ 3 ] {b81375d5-824b-4c2f-93ab-ee51b9aba550} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.22 02:10:44.406825 [ 3 ] {b81375d5-824b-4c2f-93ab-ee51b9aba550} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.22 02:10:44.406882 [ 3 ] {b81375d5-824b-4c2f-93ab-ee51b9aba550} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.22 02:10:44.407000 [ 3 ] {b81375d5-824b-4c2f-93ab-ee51b9aba550} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (SelectExecutor): Key condition: (column 0 notIn 27-element set) 2026.04.22 02:10:44.407033 [ 3 ] {b81375d5-824b-4c2f-93ab-ee51b9aba550} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.22 02:10:44.407052 [ 3 ] {b81375d5-824b-4c2f-93ab-ee51b9aba550} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (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.22 02:10:44.407067 [ 3 ] {b81375d5-824b-4c2f-93ab-ee51b9aba550} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.22 02:10:44.407100 [ 3 ] {b81375d5-824b-4c2f-93ab-ee51b9aba550} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.22 02:10:44.407119 [ 3 ] {b81375d5-824b-4c2f-93ab-ee51b9aba550} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2026.04.22 02:10:44.407551 [ 3 ] {b81375d5-824b-4c2f-93ab-ee51b9aba550} executeQuery: Read 26 rows, 1.13 KiB in 0.001294 sec., 20092.73570324575 rows/sec., 869.40 KiB/sec. 2026.04.22 02:10:44.407606 [ 3 ] {b81375d5-824b-4c2f-93ab-ee51b9aba550} TCPHandler: Processed in 0.001513467 sec. 2026.04.22 02:10:44.407824 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:44.407951 [ 3 ] {c45c675d-f31d-4c28-8ee7-33539116671e} executeQuery: (from [fd00:1122:3344:101::d]:46610) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.22 02:10:44.408165 [ 3 ] {c45c675d-f31d-4c28-8ee7-33539116671e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.22 02:10:44.408197 [ 3 ] {c45c675d-f31d-4c28-8ee7-33539116671e} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.22 02:10:44.408376 [ 3 ] {c45c675d-f31d-4c28-8ee7-33539116671e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.22 02:10:44.408426 [ 3 ] {c45c675d-f31d-4c28-8ee7-33539116671e} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.22 02:10:44.408520 [ 3 ] {c45c675d-f31d-4c28-8ee7-33539116671e} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (SelectExecutor): Key condition: (column 0 notIn 28-element set) 2026.04.22 02:10:44.408547 [ 3 ] {c45c675d-f31d-4c28-8ee7-33539116671e} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.22 02:10:44.408565 [ 3 ] {c45c675d-f31d-4c28-8ee7-33539116671e} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (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.22 02:10:44.408579 [ 3 ] {c45c675d-f31d-4c28-8ee7-33539116671e} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.22 02:10:44.408610 [ 3 ] {c45c675d-f31d-4c28-8ee7-33539116671e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.22 02:10:44.408627 [ 3 ] {c45c675d-f31d-4c28-8ee7-33539116671e} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2026.04.22 02:10:44.409125 [ 3 ] {c45c675d-f31d-4c28-8ee7-33539116671e} executeQuery: Read 26 rows, 1.13 KiB in 0.001225 sec., 21224.48979591837 rows/sec., 918.37 KiB/sec. 2026.04.22 02:10:44.409184 [ 3 ] {c45c675d-f31d-4c28-8ee7-33539116671e} TCPHandler: Processed in 0.001409275 sec. 2026.04.22 02:10:44.413977 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:44.414084 [ 3 ] {54b4de0f-3601-4666-83e8-6580cee66b33} executeQuery: (from [fd00:1122:3344:101::d]:46610) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.04.22 02:10:44.414124 [ 3 ] {54b4de0f-3601-4666-83e8-6580cee66b33} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.22 02:10:44.414612 [ 3 ] {54b4de0f-3601-4666-83e8-6580cee66b33} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:44.414651 [ 3 ] {54b4de0f-3601-4666-83e8-6580cee66b33} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. 2026.04.22 02:10:44.415179 [ 3 ] {54b4de0f-3601-4666-83e8-6580cee66b33} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.22 02:10:44.415546 [ 3 ] {54b4de0f-3601-4666-83e8-6580cee66b33} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea): 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.22 02:10:44.415691 [ 3 ] {54b4de0f-3601-4666-83e8-6580cee66b33} executeQuery: Read 3 rows, 280.00 B in 0.001639 sec., 1830.3843807199512 rows/sec., 166.83 KiB/sec. 2026.04.22 02:10:44.415725 [ 3 ] {54b4de0f-3601-4666-83e8-6580cee66b33} TCPHandler: Processed in 0.001798212 sec. 2026.04.22 02:10:44.415838 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:44.415930 [ 3 ] {cfff0521-95d8-4027-a49b-53297e6f9a55} executeQuery: (from [fd00:1122:3344:101::d]:46610) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.22 02:10:44.415970 [ 3 ] {cfff0521-95d8-4027-a49b-53297e6f9a55} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.22 02:10:44.416375 [ 3 ] {cfff0521-95d8-4027-a49b-53297e6f9a55} oximeter.fields_ipaddr (478e016b-70a4-416f-a4c0-90b63b47c331): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:44.416408 [ 3 ] {cfff0521-95d8-4027-a49b-53297e6f9a55} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. 2026.04.22 02:10:44.416882 [ 3 ] {cfff0521-95d8-4027-a49b-53297e6f9a55} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.22 02:10:44.417416 [ 3 ] {cfff0521-95d8-4027-a49b-53297e6f9a55} oximeter.fields_ipaddr (478e016b-70a4-416f-a4c0-90b63b47c331): 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.22 02:10:44.417587 [ 3 ] {cfff0521-95d8-4027-a49b-53297e6f9a55} executeQuery: Read 2 rows, 167.00 B in 0.001676 sec., 1193.3174224343675 rows/sec., 97.31 KiB/sec. 2026.04.22 02:10:44.417636 [ 3 ] {cfff0521-95d8-4027-a49b-53297e6f9a55} TCPHandler: Processed in 0.001845843 sec. 2026.04.22 02:10:44.417809 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:44.417952 [ 3 ] {6fc3ef1d-2aff-42f9-8a73-b1df7722e4ec} executeQuery: (from [fd00:1122:3344:101::d]:46610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.22 02:10:44.418002 [ 3 ] {6fc3ef1d-2aff-42f9-8a73-b1df7722e4ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.22 02:10:44.418524 [ 3 ] {6fc3ef1d-2aff-42f9-8a73-b1df7722e4ec} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:44.418563 [ 3 ] {6fc3ef1d-2aff-42f9-8a73-b1df7722e4ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. 2026.04.22 02:10:44.419170 [ 3 ] {6fc3ef1d-2aff-42f9-8a73-b1df7722e4ec} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.22 02:10:44.419841 [ 3 ] {6fc3ef1d-2aff-42f9-8a73-b1df7722e4ec} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:10:44.420027 [ 3 ] {6fc3ef1d-2aff-42f9-8a73-b1df7722e4ec} executeQuery: Read 69 rows, 5.62 KiB in 0.002099 sec., 32872.79656979514 rows/sec., 2.62 MiB/sec. 2026.04.22 02:10:44.420070 [ 3 ] {6fc3ef1d-2aff-42f9-8a73-b1df7722e4ec} TCPHandler: Processed in 0.002328011 sec. 2026.04.22 02:10:44.420220 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:44.420319 [ 3 ] {72deea66-07d3-442e-9f8f-8f7aca5d42e0} executeQuery: (from [fd00:1122:3344:101::d]:46610) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.22 02:10:44.420368 [ 3 ] {72deea66-07d3-442e-9f8f-8f7aca5d42e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.22 02:10:44.420830 [ 3 ] {72deea66-07d3-442e-9f8f-8f7aca5d42e0} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:44.420867 [ 3 ] {72deea66-07d3-442e-9f8f-8f7aca5d42e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. 2026.04.22 02:10:44.421335 [ 3 ] {72deea66-07d3-442e-9f8f-8f7aca5d42e0} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.22 02:10:44.421807 [ 3 ] {72deea66-07d3-442e-9f8f-8f7aca5d42e0} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): 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.22 02:10:44.421941 [ 3 ] {72deea66-07d3-442e-9f8f-8f7aca5d42e0} executeQuery: Read 8 rows, 605.00 B in 0.001644 sec., 4866.1800486618 rows/sec., 359.38 KiB/sec. 2026.04.22 02:10:44.421983 [ 3 ] {72deea66-07d3-442e-9f8f-8f7aca5d42e0} TCPHandler: Processed in 0.001823343 sec. 2026.04.22 02:10:44.422124 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:44.422225 [ 3 ] {11917c37-920d-434f-b07c-f9a6e099e2e0} executeQuery: (from [fd00:1122:3344:101::d]:46610) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.22 02:10:44.422265 [ 3 ] {11917c37-920d-434f-b07c-f9a6e099e2e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.22 02:10:44.422719 [ 3 ] {11917c37-920d-434f-b07c-f9a6e099e2e0} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:44.422762 [ 3 ] {11917c37-920d-434f-b07c-f9a6e099e2e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. 2026.04.22 02:10:44.423268 [ 3 ] {11917c37-920d-434f-b07c-f9a6e099e2e0} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.22 02:10:44.423685 [ 3 ] {11917c37-920d-434f-b07c-f9a6e099e2e0} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:10:44.423810 [ 3 ] {11917c37-920d-434f-b07c-f9a6e099e2e0} executeQuery: Read 81 rows, 6.48 KiB in 0.001604 sec., 50498.75311720699 rows/sec., 3.95 MiB/sec. 2026.04.22 02:10:44.423857 [ 3 ] {11917c37-920d-434f-b07c-f9a6e099e2e0} TCPHandler: Processed in 0.001783592 sec. 2026.04.22 02:10:44.424008 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:44.424114 [ 3 ] {6c0443e7-a10d-4e19-a52c-e20bf8bae1ba} executeQuery: (from [fd00:1122:3344:101::d]:46610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.22 02:10:44.424165 [ 3 ] {6c0443e7-a10d-4e19-a52c-e20bf8bae1ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.22 02:10:44.424691 [ 3 ] {6c0443e7-a10d-4e19-a52c-e20bf8bae1ba} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:44.424729 [ 3 ] {6c0443e7-a10d-4e19-a52c-e20bf8bae1ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. 2026.04.22 02:10:44.425258 [ 3 ] {6c0443e7-a10d-4e19-a52c-e20bf8bae1ba} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.22 02:10:44.425829 [ 3 ] {6c0443e7-a10d-4e19-a52c-e20bf8bae1ba} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:10:44.425992 [ 3 ] {6c0443e7-a10d-4e19-a52c-e20bf8bae1ba} executeQuery: Read 161 rows, 11.48 KiB in 0.001901 sec., 84692.26722777486 rows/sec., 5.90 MiB/sec. 2026.04.22 02:10:44.426039 [ 3 ] {6c0443e7-a10d-4e19-a52c-e20bf8bae1ba} TCPHandler: Processed in 0.002088977 sec. 2026.04.22 02:10:44.426208 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:44.426307 [ 3 ] {3388e2f7-912f-47eb-8b3a-7458065adfa7} executeQuery: (from [fd00:1122:3344:101::d]:46610) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.22 02:10:44.426365 [ 3 ] {3388e2f7-912f-47eb-8b3a-7458065adfa7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.22 02:10:44.428061 [ 3 ] {3388e2f7-912f-47eb-8b3a-7458065adfa7} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:44.428102 [ 3 ] {3388e2f7-912f-47eb-8b3a-7458065adfa7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. 2026.04.22 02:10:44.429018 [ 3 ] {3388e2f7-912f-47eb-8b3a-7458065adfa7} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.22 02:10:44.429739 [ 3 ] {3388e2f7-912f-47eb-8b3a-7458065adfa7} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): 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.22 02:10:44.429951 [ 3 ] {3388e2f7-912f-47eb-8b3a-7458065adfa7} executeQuery: Read 6 rows, 11.01 KiB in 0.003665 sec., 1637.1077762619373 rows/sec., 2.93 MiB/sec. 2026.04.22 02:10:44.430049 [ 3 ] {3388e2f7-912f-47eb-8b3a-7458065adfa7} TCPHandler: Processed in 0.00389259 sec. 2026.04.22 02:10:44.430220 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:44.430343 [ 3 ] {ef1d2f91-4bb2-4f03-bb16-44c66db459fa} executeQuery: (from [fd00:1122:3344:101::d]:46610) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.04.22 02:10:44.430402 [ 3 ] {ef1d2f91-4bb2-4f03-bb16-44c66db459fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.04.22 02:10:44.431133 [ 3 ] {ef1d2f91-4bb2-4f03-bb16-44c66db459fa} oximeter.measurements_i64 (1d7a8621-a4f0-4c4a-b3fc-5e64df9cde2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:44.431180 [ 3 ] {ef1d2f91-4bb2-4f03-bb16-44c66db459fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. 2026.04.22 02:10:44.431708 [ 3 ] {ef1d2f91-4bb2-4f03-bb16-44c66db459fa} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.22 02:10:44.432146 [ 3 ] {ef1d2f91-4bb2-4f03-bb16-44c66db459fa} oximeter.measurements_i64 (1d7a8621-a4f0-4c4a-b3fc-5e64df9cde2f): 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.22 02:10:44.432322 [ 3 ] {ef1d2f91-4bb2-4f03-bb16-44c66db459fa} executeQuery: Read 9 rows, 651.00 B in 0.002006 sec., 4486.540378863409 rows/sec., 316.92 KiB/sec. 2026.04.22 02:10:44.432376 [ 3 ] {ef1d2f91-4bb2-4f03-bb16-44c66db459fa} TCPHandler: Processed in 0.00222333 sec. 2026.04.22 02:10:44.432564 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:44.432682 [ 3 ] {f39c0d6a-f5ba-4581-84dd-264ae367d8f2} executeQuery: (from [fd00:1122:3344:101::d]:46610) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.22 02:10:44.432734 [ 3 ] {f39c0d6a-f5ba-4581-84dd-264ae367d8f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.22 02:10:44.433157 [ 3 ] {f39c0d6a-f5ba-4581-84dd-264ae367d8f2} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:44.433193 [ 3 ] {f39c0d6a-f5ba-4581-84dd-264ae367d8f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. 2026.04.22 02:10:44.433724 [ 3 ] {f39c0d6a-f5ba-4581-84dd-264ae367d8f2} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.22 02:10:44.434227 [ 3 ] {f39c0d6a-f5ba-4581-84dd-264ae367d8f2} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:10:44.434383 [ 3 ] {f39c0d6a-f5ba-4581-84dd-264ae367d8f2} executeQuery: Read 60 rows, 4.14 KiB in 0.001727 sec., 34742.32773595831 rows/sec., 2.34 MiB/sec. 2026.04.22 02:10:44.434422 [ 3 ] {f39c0d6a-f5ba-4581-84dd-264ae367d8f2} TCPHandler: Processed in 0.001920815 sec. 2026.04.22 02:10:45.270214 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58254 2026.04.22 02:10:45.270322 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:10:45.270347 [ 286 ] {} TCP-Session: 94babff4-f3bc-4bcc-9241-3ed18f248cf0 Authenticating user 'default' from [fd00:1122:3344:101::e]:58254 2026.04.22 02:10:45.270368 [ 286 ] {} TCP-Session: 94babff4-f3bc-4bcc-9241-3ed18f248cf0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:45.270380 [ 286 ] {} TCP-Session: 94babff4-f3bc-4bcc-9241-3ed18f248cf0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:45.270575 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46565 2026.04.22 02:10:45.270611 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58434 2026.04.22 02:10:45.270616 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65160 2026.04.22 02:10:45.270660 [ 286 ] {} TCP-Session: 94babff4-f3bc-4bcc-9241-3ed18f248cf0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:45.270663 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49997 2026.04.22 02:10:45.270685 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:10:45.270688 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48361 2026.04.22 02:10:45.270732 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:10:45.270755 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:10:45.270719 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:10:45.270780 [ 289 ] {} TCP-Session: a89a07a7-322d-4367-8b8d-42a8371b5f38 Authenticating user 'default' from [fd00:1122:3344:101::e]:65160 2026.04.22 02:10:45.270791 [ 292 ] {} TCP-Session: ce8a3b05-acb9-436d-9e9a-8ee22667f4bc Authenticating user 'default' from [fd00:1122:3344:101::e]:49997 2026.04.22 02:10:45.270818 [ 288 ] {} TCP-Session: 2fbb59c6-2744-46de-9cf9-0f86642a9eb1 Authenticating user 'default' from [fd00:1122:3344:101::e]:58434 2026.04.22 02:10:45.270823 [ 289 ] {} TCP-Session: a89a07a7-322d-4367-8b8d-42a8371b5f38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:45.270859 [ 288 ] {} TCP-Session: 2fbb59c6-2744-46de-9cf9-0f86642a9eb1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:45.270842 [ 292 ] {} TCP-Session: ce8a3b05-acb9-436d-9e9a-8ee22667f4bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:45.270893 [ 289 ] {} TCP-Session: a89a07a7-322d-4367-8b8d-42a8371b5f38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:45.270919 [ 292 ] {} TCP-Session: ce8a3b05-acb9-436d-9e9a-8ee22667f4bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:45.270899 [ 288 ] {} TCP-Session: 2fbb59c6-2744-46de-9cf9-0f86642a9eb1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:45.270825 [ 286 ] {deccfd42-4b3e-434d-9867-fb7a194c43fd} executeQuery: (from [fd00:1122:3344:101::e]:58254) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.22 02:10:45.270818 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:10:45.270679 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58856 2026.04.22 02:10:45.271030 [ 294 ] {} TCP-Session: efa00c53-523b-4e9f-8d01-95b393c140c3 Authenticating user 'default' from [fd00:1122:3344:101::e]:48361 2026.04.22 02:10:45.270649 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41085 2026.04.22 02:10:45.271065 [ 294 ] {} TCP-Session: efa00c53-523b-4e9f-8d01-95b393c140c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:45.270640 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58538 2026.04.22 02:10:45.271092 [ 294 ] {} TCP-Session: efa00c53-523b-4e9f-8d01-95b393c140c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:45.271099 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:10:45.270727 [ 287 ] {} TCP-Session: ad7448fa-8bac-4ff0-8de6-c8c0000e962d Authenticating user 'default' from [fd00:1122:3344:101::e]:46565 2026.04.22 02:10:45.271147 [ 293 ] {} TCP-Session: a5c756f5-1634-42e6-bea4-2fb8faa8a10e Authenticating user 'default' from [fd00:1122:3344:101::e]:58856 2026.04.22 02:10:45.271176 [ 287 ] {} TCP-Session: ad7448fa-8bac-4ff0-8de6-c8c0000e962d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:45.271181 [ 293 ] {} TCP-Session: a5c756f5-1634-42e6-bea4-2fb8faa8a10e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:45.271202 [ 287 ] {} TCP-Session: ad7448fa-8bac-4ff0-8de6-c8c0000e962d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:45.271229 [ 293 ] {} TCP-Session: a5c756f5-1634-42e6-bea4-2fb8faa8a10e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:45.271195 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:10:45.271257 [ 286 ] {deccfd42-4b3e-434d-9867-fb7a194c43fd} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.22 02:10:45.271262 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:10:45.271281 [ 291 ] {} TCP-Session: a9a7a6c4-22a7-47e1-942b-92931c36ebe2 Authenticating user 'default' from [fd00:1122:3344:101::e]:41085 2026.04.22 02:10:45.271317 [ 290 ] {} TCP-Session: c138ce76-ae16-4039-8e25-e3ff67f8d56c Authenticating user 'default' from [fd00:1122:3344:101::e]:58538 2026.04.22 02:10:45.271322 [ 286 ] {deccfd42-4b3e-434d-9867-fb7a194c43fd} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.22 02:10:45.271343 [ 290 ] {} TCP-Session: c138ce76-ae16-4039-8e25-e3ff67f8d56c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:45.271322 [ 291 ] {} TCP-Session: a9a7a6c4-22a7-47e1-942b-92931c36ebe2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:45.271466 [ 290 ] {} TCP-Session: c138ce76-ae16-4039-8e25-e3ff67f8d56c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:45.271486 [ 291 ] {} TCP-Session: a9a7a6c4-22a7-47e1-942b-92931c36ebe2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:45.271736 [ 286 ] {deccfd42-4b3e-434d-9867-fb7a194c43fd} oximeter.version (735d4eb2-4688-4764-b1e7-cbcb4ccf556e) (SelectExecutor): Key condition: unknown 2026.04.22 02:10:45.272698 [ 330 ] {deccfd42-4b3e-434d-9867-fb7a194c43fd} AggregatingTransform: Aggregating 2026.04.22 02:10:45.272743 [ 330 ] {deccfd42-4b3e-434d-9867-fb7a194c43fd} Aggregator: Aggregation method: without_key 2026.04.22 02:10:45.272778 [ 330 ] {deccfd42-4b3e-434d-9867-fb7a194c43fd} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000940306 sec. (1063.484 rows/sec., 41.54 KiB/sec.) 2026.04.22 02:10:45.272835 [ 330 ] {deccfd42-4b3e-434d-9867-fb7a194c43fd} Aggregator: Merging aggregated data 2026.04.22 02:10:45.274161 [ 286 ] {deccfd42-4b3e-434d-9867-fb7a194c43fd} executeQuery: Read 1 rows, 40.00 B in 0.003389 sec., 295.07229271171434 rows/sec., 11.53 KiB/sec. 2026.04.22 02:10:45.274382 [ 286 ] {deccfd42-4b3e-434d-9867-fb7a194c43fd} TCPHandler: Processed in 0.003839028 sec. 2026.04.22 02:10:45.274507 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.22 02:10:45.274535 [ 286 ] {} TCP-Session: 94babff4-f3bc-4bcc-9241-3ed18f248cf0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:45.274539 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.22 02:10:45.274563 [ 287 ] {} TCPHandler: Done processing connection. 2026.04.22 02:10:45.274585 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.22 02:10:45.274615 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.22 02:10:45.274625 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.22 02:10:45.274645 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.22 02:10:45.274669 [ 288 ] {} TCP-Session: 2fbb59c6-2744-46de-9cf9-0f86642a9eb1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:45.274669 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.22 02:10:45.274692 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.22 02:10:45.274724 [ 291 ] {} TCP-Session: a9a7a6c4-22a7-47e1-942b-92931c36ebe2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:45.274689 [ 293 ] {} TCP-Session: a5c756f5-1634-42e6-bea4-2fb8faa8a10e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:45.274752 [ 292 ] {} TCP-Session: ce8a3b05-acb9-436d-9e9a-8ee22667f4bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:45.274681 [ 289 ] {} TCP-Session: a89a07a7-322d-4367-8b8d-42a8371b5f38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:45.274641 [ 290 ] {} TCP-Session: c138ce76-ae16-4039-8e25-e3ff67f8d56c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:45.274620 [ 287 ] {} TCP-Session: ad7448fa-8bac-4ff0-8de6-c8c0000e962d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:45.274585 [ 294 ] {} TCP-Session: efa00c53-523b-4e9f-8d01-95b393c140c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:45.325602 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42180 2026.04.22 02:10:45.325718 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:10:45.325750 [ 286 ] {} TCP-Session: 06c7cf56-9c95-44b8-b1e5-b6e3532196d1 Authenticating user 'default' from [fd00:1122:3344:101::e]:42180 2026.04.22 02:10:45.325777 [ 286 ] {} TCP-Session: 06c7cf56-9c95-44b8-b1e5-b6e3532196d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:45.325795 [ 286 ] {} TCP-Session: 06c7cf56-9c95-44b8-b1e5-b6e3532196d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:45.326023 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58819 2026.04.22 02:10:45.326052 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62670 2026.04.22 02:10:45.326074 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50335 2026.04.22 02:10:45.326122 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36187 2026.04.22 02:10:45.326130 [ 286 ] {} TCP-Session: 06c7cf56-9c95-44b8-b1e5-b6e3532196d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:45.326151 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:10:45.326143 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:10:45.326194 [ 289 ] {} TCP-Session: 30aa354a-730f-43a8-8377-384d147b58aa Authenticating user 'default' from [fd00:1122:3344:101::e]:62670 2026.04.22 02:10:45.326209 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:10:45.326202 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:10:45.326224 [ 289 ] {} TCP-Session: 30aa354a-730f-43a8-8377-384d147b58aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:45.326242 [ 293 ] {} TCP-Session: f8301b95-5868-4d84-b585-6a4355e6262f Authenticating user 'default' from [fd00:1122:3344:101::e]:36187 2026.04.22 02:10:45.326260 [ 289 ] {} TCP-Session: 30aa354a-730f-43a8-8377-384d147b58aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:45.326259 [ 290 ] {} TCP-Session: 101c1c8f-cb75-463f-9977-d6453a7b86db Authenticating user 'default' from [fd00:1122:3344:101::e]:50335 2026.04.22 02:10:45.326272 [ 293 ] {} TCP-Session: f8301b95-5868-4d84-b585-6a4355e6262f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:45.326299 [ 290 ] {} TCP-Session: 101c1c8f-cb75-463f-9977-d6453a7b86db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:45.326309 [ 293 ] {} TCP-Session: f8301b95-5868-4d84-b585-6a4355e6262f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:45.326349 [ 286 ] {2dda583c-317e-47c5-8f74-7adcadf7afc3} executeQuery: (from [fd00:1122:3344:101::e]:42180) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.22 02:10:45.326327 [ 290 ] {} TCP-Session: 101c1c8f-cb75-463f-9977-d6453a7b86db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:45.326223 [ 287 ] {} TCP-Session: 212bdb9a-1733-4bcc-a73b-9c2434dbd92a Authenticating user 'default' from [fd00:1122:3344:101::e]:58819 2026.04.22 02:10:45.326101 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59656 2026.04.22 02:10:45.326427 [ 287 ] {} TCP-Session: 212bdb9a-1733-4bcc-a73b-9c2434dbd92a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:45.326086 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53260 2026.04.22 02:10:45.326447 [ 287 ] {} TCP-Session: 212bdb9a-1733-4bcc-a73b-9c2434dbd92a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:45.326027 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42397 2026.04.22 02:10:45.326480 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:10:45.326519 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:10:45.326539 [ 292 ] {} TCP-Session: fafe9121-09f9-4830-9944-f3c83187b5e4 Authenticating user 'default' from [fd00:1122:3344:101::e]:59656 2026.04.22 02:10:45.326551 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:10:45.326559 [ 291 ] {} TCP-Session: 96a4703a-2ac2-4c4f-b373-e8df71a04314 Authenticating user 'default' from [fd00:1122:3344:101::e]:53260 2026.04.22 02:10:45.326568 [ 292 ] {} TCP-Session: fafe9121-09f9-4830-9944-f3c83187b5e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:45.326580 [ 288 ] {} TCP-Session: 00b263b0-18a8-4565-aac3-d10315c17e8e Authenticating user 'default' from [fd00:1122:3344:101::e]:42397 2026.04.22 02:10:45.326591 [ 291 ] {} TCP-Session: 96a4703a-2ac2-4c4f-b373-e8df71a04314 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:45.326600 [ 292 ] {} TCP-Session: fafe9121-09f9-4830-9944-f3c83187b5e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:45.326619 [ 291 ] {} TCP-Session: 96a4703a-2ac2-4c4f-b373-e8df71a04314 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:45.326613 [ 288 ] {} TCP-Session: 00b263b0-18a8-4565-aac3-d10315c17e8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:45.326127 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47646 2026.04.22 02:10:45.326661 [ 288 ] {} TCP-Session: 00b263b0-18a8-4565-aac3-d10315c17e8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:45.326685 [ 286 ] {2dda583c-317e-47c5-8f74-7adcadf7afc3} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.22 02:10:45.326730 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:10:45.326756 [ 294 ] {} TCP-Session: 9ce2d004-525a-4c21-821f-b0a300b5da9d Authenticating user 'default' from [fd00:1122:3344:101::e]:47646 2026.04.22 02:10:45.326759 [ 286 ] {2dda583c-317e-47c5-8f74-7adcadf7afc3} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.22 02:10:45.326774 [ 294 ] {} TCP-Session: 9ce2d004-525a-4c21-821f-b0a300b5da9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:45.326801 [ 294 ] {} TCP-Session: 9ce2d004-525a-4c21-821f-b0a300b5da9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:45.327124 [ 286 ] {2dda583c-317e-47c5-8f74-7adcadf7afc3} oximeter.version (735d4eb2-4688-4764-b1e7-cbcb4ccf556e) (SelectExecutor): Key condition: unknown 2026.04.22 02:10:45.328245 [ 326 ] {2dda583c-317e-47c5-8f74-7adcadf7afc3} AggregatingTransform: Aggregating 2026.04.22 02:10:45.328291 [ 326 ] {2dda583c-317e-47c5-8f74-7adcadf7afc3} Aggregator: Aggregation method: without_key 2026.04.22 02:10:45.328328 [ 326 ] {2dda583c-317e-47c5-8f74-7adcadf7afc3} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001080189 sec. (925.764 rows/sec., 36.16 KiB/sec.) 2026.04.22 02:10:45.328348 [ 326 ] {2dda583c-317e-47c5-8f74-7adcadf7afc3} Aggregator: Merging aggregated data 2026.04.22 02:10:45.329623 [ 286 ] {2dda583c-317e-47c5-8f74-7adcadf7afc3} executeQuery: Read 1 rows, 40.00 B in 0.003345 sec., 298.95366218236177 rows/sec., 11.68 KiB/sec. 2026.04.22 02:10:45.329774 [ 286 ] {2dda583c-317e-47c5-8f74-7adcadf7afc3} TCPHandler: Processed in 0.003790348 sec. 2026.04.22 02:10:45.329874 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.22 02:10:45.329905 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.22 02:10:45.329906 [ 286 ] {} TCP-Session: 06c7cf56-9c95-44b8-b1e5-b6e3532196d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:45.329924 [ 287 ] {} TCPHandler: Done processing connection. 2026.04.22 02:10:45.329963 [ 294 ] {} TCP-Session: 9ce2d004-525a-4c21-821f-b0a300b5da9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:45.329976 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.22 02:10:45.329990 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.22 02:10:45.330011 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.22 02:10:45.330026 [ 293 ] {} TCP-Session: f8301b95-5868-4d84-b585-6a4355e6262f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:45.330031 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.22 02:10:45.330067 [ 289 ] {} TCP-Session: 30aa354a-730f-43a8-8377-384d147b58aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:45.330046 [ 291 ] {} TCP-Session: 96a4703a-2ac2-4c4f-b373-e8df71a04314 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:45.330111 [ 292 ] {} TCP-Session: fafe9121-09f9-4830-9944-f3c83187b5e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:45.329991 [ 287 ] {} TCP-Session: 212bdb9a-1733-4bcc-a73b-9c2434dbd92a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:45.329958 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.22 02:10:45.329942 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.22 02:10:45.330191 [ 290 ] {} TCP-Session: 101c1c8f-cb75-463f-9977-d6453a7b86db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:45.330215 [ 288 ] {} TCP-Session: 00b263b0-18a8-4565-aac3-d10315c17e8e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:10:45.599115 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 2342 2026.04.22 02:10:45.599601 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:45.599651 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. 2026.04.22 02:10:45.600261 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.22 02:10:45.600902 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): 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.22 02:10:45.601105 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2342 2026.04.22 02:10:45.719576 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2026.04.22 02:10:45.737560 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:45.737628 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. 2026.04.22 02:10:45.744944 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.22 02:10:45.746179 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): 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.22 02:10:45.750074 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2026.04.22 02:10:48.091828 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 212 2026.04.22 02:10:48.094127 [ 242 ] {} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:48.094174 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. 2026.04.22 02:10:48.095507 [ 242 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.22 02:10:48.096040 [ 242 ] {} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e): 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.22 02:10:48.096278 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 212 2026.04.22 02:10:49.371461 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:49.371657 [ 3 ] {52e46b75-3612-4cb9-b66b-1f243666565f} executeQuery: (from [fd00:1122:3344:101::d]:46610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.22 02:10:49.371722 [ 3 ] {52e46b75-3612-4cb9-b66b-1f243666565f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.22 02:10:49.372360 [ 3 ] {52e46b75-3612-4cb9-b66b-1f243666565f} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:49.372408 [ 3 ] {52e46b75-3612-4cb9-b66b-1f243666565f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. 2026.04.22 02:10:49.372913 [ 3 ] {52e46b75-3612-4cb9-b66b-1f243666565f} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.22 02:10:49.373494 [ 3 ] {52e46b75-3612-4cb9-b66b-1f243666565f} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:10:49.373713 [ 3 ] {52e46b75-3612-4cb9-b66b-1f243666565f} executeQuery: Read 78 rows, 6.61 KiB in 0.002103 sec., 37089.87161198288 rows/sec., 3.07 MiB/sec. 2026.04.22 02:10:49.373760 [ 3 ] {52e46b75-3612-4cb9-b66b-1f243666565f} TCPHandler: Processed in 0.002423903 sec. 2026.04.22 02:10:49.373910 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:49.374011 [ 3 ] {ae5c1250-7342-4458-bc85-cf74ba160cba} executeQuery: (from [fd00:1122:3344:101::d]:46610) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.22 02:10:49.374056 [ 3 ] {ae5c1250-7342-4458-bc85-cf74ba160cba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.22 02:10:49.374487 [ 3 ] {ae5c1250-7342-4458-bc85-cf74ba160cba} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:49.374525 [ 3 ] {ae5c1250-7342-4458-bc85-cf74ba160cba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. 2026.04.22 02:10:49.375027 [ 3 ] {ae5c1250-7342-4458-bc85-cf74ba160cba} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.22 02:10:49.375647 [ 3 ] {ae5c1250-7342-4458-bc85-cf74ba160cba} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): 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.22 02:10:49.375786 [ 3 ] {ae5c1250-7342-4458-bc85-cf74ba160cba} executeQuery: Read 11 rows, 847.00 B in 0.001796 sec., 6124.721603563474 rows/sec., 460.55 KiB/sec. 2026.04.22 02:10:49.375824 [ 3 ] {ae5c1250-7342-4458-bc85-cf74ba160cba} TCPHandler: Processed in 0.001967445 sec. 2026.04.22 02:10:49.375959 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:49.376055 [ 3 ] {f4173e31-4a1a-44d5-8451-1f2ef8ed7657} executeQuery: (from [fd00:1122:3344:101::d]:46610) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.22 02:10:49.376094 [ 3 ] {f4173e31-4a1a-44d5-8451-1f2ef8ed7657} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.22 02:10:49.376606 [ 3 ] {f4173e31-4a1a-44d5-8451-1f2ef8ed7657} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:49.376644 [ 3 ] {f4173e31-4a1a-44d5-8451-1f2ef8ed7657} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. 2026.04.22 02:10:49.377072 [ 3 ] {f4173e31-4a1a-44d5-8451-1f2ef8ed7657} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.22 02:10:49.377573 [ 3 ] {f4173e31-4a1a-44d5-8451-1f2ef8ed7657} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:10:49.377764 [ 3 ] {f4173e31-4a1a-44d5-8451-1f2ef8ed7657} executeQuery: Read 75 rows, 6.00 KiB in 0.001727 sec., 43427.90966994788 rows/sec., 3.39 MiB/sec. 2026.04.22 02:10:49.377807 [ 3 ] {f4173e31-4a1a-44d5-8451-1f2ef8ed7657} TCPHandler: Processed in 0.001898704 sec. 2026.04.22 02:10:49.377938 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:49.378034 [ 3 ] {d2bebce1-67f9-4d2d-97ef-6f230aa14d6e} executeQuery: (from [fd00:1122:3344:101::d]:46610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.22 02:10:49.378077 [ 3 ] {d2bebce1-67f9-4d2d-97ef-6f230aa14d6e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.22 02:10:49.378526 [ 3 ] {d2bebce1-67f9-4d2d-97ef-6f230aa14d6e} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:49.378561 [ 3 ] {d2bebce1-67f9-4d2d-97ef-6f230aa14d6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. 2026.04.22 02:10:49.379014 [ 3 ] {d2bebce1-67f9-4d2d-97ef-6f230aa14d6e} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.22 02:10:49.379543 [ 3 ] {d2bebce1-67f9-4d2d-97ef-6f230aa14d6e} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:10:49.379694 [ 3 ] {d2bebce1-67f9-4d2d-97ef-6f230aa14d6e} executeQuery: Read 160 rows, 11.41 KiB in 0.001678 sec., 95351.60905840286 rows/sec., 6.64 MiB/sec. 2026.04.22 02:10:49.379732 [ 3 ] {d2bebce1-67f9-4d2d-97ef-6f230aa14d6e} TCPHandler: Processed in 0.001845193 sec. 2026.04.22 02:10:49.379869 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:49.379967 [ 3 ] {0b133ec2-5511-409d-a729-8f0a77c4b840} executeQuery: (from [fd00:1122:3344:101::d]:46610) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.22 02:10:49.380020 [ 3 ] {0b133ec2-5511-409d-a729-8f0a77c4b840} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.22 02:10:49.380889 [ 3 ] {0b133ec2-5511-409d-a729-8f0a77c4b840} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:49.380928 [ 3 ] {0b133ec2-5511-409d-a729-8f0a77c4b840} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. 2026.04.22 02:10:49.381626 [ 3 ] {0b133ec2-5511-409d-a729-8f0a77c4b840} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.22 02:10:49.382130 [ 3 ] {0b133ec2-5511-409d-a729-8f0a77c4b840} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): 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.22 02:10:49.382273 [ 3 ] {0b133ec2-5511-409d-a729-8f0a77c4b840} executeQuery: Read 11 rows, 20.18 KiB in 0.002324 sec., 4733.218588640275 rows/sec., 8.48 MiB/sec. 2026.04.22 02:10:49.382330 [ 3 ] {0b133ec2-5511-409d-a729-8f0a77c4b840} TCPHandler: Processed in 0.002521195 sec. 2026.04.22 02:10:49.382464 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:49.382565 [ 3 ] {0177ff2b-b87a-4b51-8d97-fadbd6dfba48} executeQuery: (from [fd00:1122:3344:101::d]:46610) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.22 02:10:49.382608 [ 3 ] {0177ff2b-b87a-4b51-8d97-fadbd6dfba48} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.22 02:10:49.382968 [ 3 ] {0177ff2b-b87a-4b51-8d97-fadbd6dfba48} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:49.383006 [ 3 ] {0177ff2b-b87a-4b51-8d97-fadbd6dfba48} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. 2026.04.22 02:10:49.383471 [ 3 ] {0177ff2b-b87a-4b51-8d97-fadbd6dfba48} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.22 02:10:49.383969 [ 3 ] {0177ff2b-b87a-4b51-8d97-fadbd6dfba48} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:10:49.384125 [ 3 ] {0177ff2b-b87a-4b51-8d97-fadbd6dfba48} executeQuery: Read 60 rows, 4.14 KiB in 0.00158 sec., 37974.6835443038 rows/sec., 2.56 MiB/sec. 2026.04.22 02:10:49.384174 [ 3 ] {0177ff2b-b87a-4b51-8d97-fadbd6dfba48} TCPHandler: Processed in 0.001762822 sec. 2026.04.22 02:10:53.046990 [ 92 ] {} DNSResolver: Updating DNS cache 2026.04.22 02:10:53.047053 [ 92 ] {} DNSResolver: Updated DNS cache 2026.04.22 02:10:53.101764 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 2854 2026.04.22 02:10:53.102468 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:53.102502 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:10:53.103192 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.22 02:10:53.103638 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): 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.22 02:10:53.103749 [ 92 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.22 02:10:53.103772 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2854 2026.04.22 02:10:53.103801 [ 92 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:53.103826 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:10:53.106199 [ 202 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::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.22 02:10:53.108511 [ 202 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:10:53.108691 [ 202 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::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.22 02:10:53.108893 [ 202 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::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.22 02:10:53.108979 [ 202 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 427 rows starting from the beginning of the part 2026.04.22 02:10:53.109051 [ 202 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 491 rows starting from the beginning of the part 2026.04.22 02:10:53.109099 [ 202 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::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.22 02:10:53.109162 [ 202 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::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.22 02:10:53.148066 [ 191 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2854 rows, containing 4 columns (4 merged, 0 gathered) in 0.044065728 sec., 64766.88641113566 rows/sec., 948.73 KiB/sec. 2026.04.22 02:10:53.149043 [ 188 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.22 02:10:53.149609 [ 188 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::all_1_6_1} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): 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.22 02:10:53.149678 [ 188 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::all_1_6_1} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.22 02:10:53.151608 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.35 MiB. 2026.04.22 02:10:53.250716 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2026.04.22 02:10:53.268464 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:53.268520 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:10:53.275271 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.22 02:10:53.276469 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): 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.22 02:10:53.276754 [ 91 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.22 02:10:53.276787 [ 91 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:53.276805 [ 91 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:10:53.276899 [ 188 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::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.22 02:10:53.280777 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2026.04.22 02:10:53.281260 [ 188 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:10:53.282789 [ 188 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::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.22 02:10:53.287702 [ 188 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::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.22 02:10:53.292180 [ 188 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::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.22 02:10:53.296484 [ 188 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::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.22 02:10:53.304216 [ 188 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::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.22 02:10:53.308394 [ 188 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::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.22 02:10:53.372510 [ 191 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.095647792 sec., 480.93112280103657 rows/sec., 2.49 MiB/sec. 2026.04.22 02:10:53.374976 [ 186 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.22 02:10:53.377496 [ 186 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::all_1_6_1} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): 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.22 02:10:53.377604 [ 186 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::all_1_6_1} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.22 02:10:53.379433 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2026.04.22 02:10:54.001157 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 170.70 MiB, peak 180.24 MiB, free memory in arenas 0.00 B, will set to 181.21 MiB (RSS), difference: 10.51 MiB 2026.04.22 02:10:54.372428 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:54.372633 [ 3 ] {e4b662b2-bb9c-4564-a820-bb37ed25225e} executeQuery: (from [fd00:1122:3344:101::d]:46610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.22 02:10:54.372709 [ 3 ] {e4b662b2-bb9c-4564-a820-bb37ed25225e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.22 02:10:54.373377 [ 3 ] {e4b662b2-bb9c-4564-a820-bb37ed25225e} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:54.373424 [ 3 ] {e4b662b2-bb9c-4564-a820-bb37ed25225e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:10:54.373972 [ 3 ] {e4b662b2-bb9c-4564-a820-bb37ed25225e} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.22 02:10:54.374514 [ 3 ] {e4b662b2-bb9c-4564-a820-bb37ed25225e} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:10:54.374649 [ 89 ] {} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.22 02:10:54.374667 [ 3 ] {e4b662b2-bb9c-4564-a820-bb37ed25225e} executeQuery: Read 98 rows, 8.37 KiB in 0.00209 sec., 46889.952153110054 rows/sec., 3.91 MiB/sec. 2026.04.22 02:10:54.374717 [ 89 ] {} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:54.374729 [ 3 ] {e4b662b2-bb9c-4564-a820-bb37ed25225e} TCPHandler: Processed in 0.002443284 sec. 2026.04.22 02:10:54.374745 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:10:54.374865 [ 189 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::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.22 02:10:54.374871 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:54.374989 [ 3 ] {3b05c174-afeb-4d07-b1c3-a2c8ee0aa04b} executeQuery: (from [fd00:1122:3344:101::d]:46610) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.22 02:10:54.375011 [ 189 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:10:54.375031 [ 3 ] {3b05c174-afeb-4d07-b1c3-a2c8ee0aa04b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.22 02:10:54.375056 [ 189 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 203 rows starting from the beginning of the part 2026.04.22 02:10:54.375161 [ 189 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::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.22 02:10:54.375212 [ 189 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 78 rows starting from the beginning of the part 2026.04.22 02:10:54.375268 [ 189 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 69 rows starting from the beginning of the part 2026.04.22 02:10:54.375316 [ 189 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 78 rows starting from the beginning of the part 2026.04.22 02:10:54.375359 [ 189 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 98 rows starting from the beginning of the part 2026.04.22 02:10:54.375456 [ 3 ] {3b05c174-afeb-4d07-b1c3-a2c8ee0aa04b} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:54.375498 [ 3 ] {3b05c174-afeb-4d07-b1c3-a2c8ee0aa04b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:10:54.376144 [ 3 ] {3b05c174-afeb-4d07-b1c3-a2c8ee0aa04b} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.22 02:10:54.376417 [ 191 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 582 rows, containing 5 columns (5 merged, 0 gathered) in 0.001594218 sec., 365069.26907110575 rows/sec., 32.06 MiB/sec. 2026.04.22 02:10:54.376805 [ 3 ] {3b05c174-afeb-4d07-b1c3-a2c8ee0aa04b} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): 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.22 02:10:54.376829 [ 190 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.22 02:10:54.376997 [ 3 ] {3b05c174-afeb-4d07-b1c3-a2c8ee0aa04b} executeQuery: Read 21 rows, 1.58 KiB in 0.002028 sec., 10355.029585798817 rows/sec., 778.65 KiB/sec. 2026.04.22 02:10:54.377045 [ 3 ] {3b05c174-afeb-4d07-b1c3-a2c8ee0aa04b} TCPHandler: Processed in 0.00222566 sec. 2026.04.22 02:10:54.377200 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:54.377301 [ 3 ] {0971f2a0-3077-41cb-bff8-8430eb54e78c} executeQuery: (from [fd00:1122:3344:101::d]:46610) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.22 02:10:54.377346 [ 3 ] {0971f2a0-3077-41cb-bff8-8430eb54e78c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.22 02:10:54.377629 [ 190 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_6_1} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:10:54.377716 [ 190 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_6_1} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.22 02:10:54.377805 [ 3 ] {0971f2a0-3077-41cb-bff8-8430eb54e78c} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:54.377807 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2026.04.22 02:10:54.377850 [ 3 ] {0971f2a0-3077-41cb-bff8-8430eb54e78c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:10:54.378318 [ 3 ] {0971f2a0-3077-41cb-bff8-8430eb54e78c} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.22 02:10:54.378798 [ 3 ] {0971f2a0-3077-41cb-bff8-8430eb54e78c} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:10:54.378915 [ 89 ] {} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.22 02:10:54.378937 [ 3 ] {0971f2a0-3077-41cb-bff8-8430eb54e78c} executeQuery: Read 93 rows, 7.46 KiB in 0.001655 sec., 56193.35347432024 rows/sec., 4.40 MiB/sec. 2026.04.22 02:10:54.378954 [ 89 ] {} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:54.378982 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:10:54.378984 [ 3 ] {0971f2a0-3077-41cb-bff8-8430eb54e78c} TCPHandler: Processed in 0.001835073 sec. 2026.04.22 02:10:54.379054 [ 189 ] {49c16442-6a08-4771-a070-99aeff5a276e::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.22 02:10:54.379133 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:54.379147 [ 189 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:10:54.379182 [ 189 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 121 rows starting from the beginning of the part 2026.04.22 02:10:54.379230 [ 189 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 64 rows starting from the beginning of the part 2026.04.22 02:10:54.379236 [ 3 ] {b2c2c7ab-639e-4fb9-a2c4-9394fe1b0275} executeQuery: (from [fd00:1122:3344:101::d]:46610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.22 02:10:54.379269 [ 189 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 75 rows starting from the beginning of the part 2026.04.22 02:10:54.379289 [ 3 ] {b2c2c7ab-639e-4fb9-a2c4-9394fe1b0275} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.22 02:10:54.379309 [ 189 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 81 rows starting from the beginning of the part 2026.04.22 02:10:54.379349 [ 189 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 75 rows starting from the beginning of the part 2026.04.22 02:10:54.379396 [ 189 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 93 rows starting from the beginning of the part 2026.04.22 02:10:54.379752 [ 3 ] {b2c2c7ab-639e-4fb9-a2c4-9394fe1b0275} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:54.379798 [ 3 ] {b2c2c7ab-639e-4fb9-a2c4-9394fe1b0275} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:10:54.380275 [ 3 ] {b2c2c7ab-639e-4fb9-a2c4-9394fe1b0275} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.22 02:10:54.380460 [ 198 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 509 rows, containing 5 columns (5 merged, 0 gathered) in 0.001433136 sec., 355165.17622891336 rows/sec., 29.37 MiB/sec. 2026.04.22 02:10:54.380726 [ 189 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.22 02:10:54.380781 [ 3 ] {b2c2c7ab-639e-4fb9-a2c4-9394fe1b0275} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:10:54.380903 [ 89 ] {} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.22 02:10:54.380933 [ 3 ] {b2c2c7ab-639e-4fb9-a2c4-9394fe1b0275} executeQuery: Read 160 rows, 11.41 KiB in 0.001717 sec., 93185.789167152 rows/sec., 6.49 MiB/sec. 2026.04.22 02:10:54.380937 [ 89 ] {} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:54.380976 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:10:54.380979 [ 3 ] {b2c2c7ab-639e-4fb9-a2c4-9394fe1b0275} TCPHandler: Processed in 0.001896984 sec. 2026.04.22 02:10:54.381094 [ 191 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::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.22 02:10:54.381121 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:54.381223 [ 3 ] {ab748e7b-b26c-411d-92cb-e1c9d7f01e93} executeQuery: (from [fd00:1122:3344:101::d]:46610) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.22 02:10:54.381246 [ 191 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:10:54.381247 [ 189 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_6_1} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:10:54.381279 [ 3 ] {ab748e7b-b26c-411d-92cb-e1c9d7f01e93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.22 02:10:54.381304 [ 191 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 289 rows starting from the beginning of the part 2026.04.22 02:10:54.381345 [ 189 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_6_1} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.22 02:10:54.381413 [ 191 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 160 rows starting from the beginning of the part 2026.04.22 02:10:54.381419 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.04.22 02:10:54.381479 [ 191 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 160 rows starting from the beginning of the part 2026.04.22 02:10:54.381532 [ 191 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 161 rows starting from the beginning of the part 2026.04.22 02:10:54.381575 [ 191 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::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.22 02:10:54.381625 [ 191 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::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.22 02:10:54.382095 [ 3 ] {ab748e7b-b26c-411d-92cb-e1c9d7f01e93} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:54.382138 [ 3 ] {ab748e7b-b26c-411d-92cb-e1c9d7f01e93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:10:54.383009 [ 3 ] {ab748e7b-b26c-411d-92cb-e1c9d7f01e93} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.22 02:10:54.383167 [ 198 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1090 rows, containing 5 columns (5 merged, 0 gathered) in 0.002134878 sec., 510567.8169900106 rows/sec., 36.39 MiB/sec. 2026.04.22 02:10:54.383561 [ 189 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.22 02:10:54.383720 [ 3 ] {ab748e7b-b26c-411d-92cb-e1c9d7f01e93} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): 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.22 02:10:54.383948 [ 3 ] {ab748e7b-b26c-411d-92cb-e1c9d7f01e93} executeQuery: Read 21 rows, 38.53 KiB in 0.002741 sec., 7661.437431594309 rows/sec., 13.73 MiB/sec. 2026.04.22 02:10:54.384028 [ 3 ] {ab748e7b-b26c-411d-92cb-e1c9d7f01e93} TCPHandler: Processed in 0.002957083 sec. 2026.04.22 02:10:54.384207 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:54.384323 [ 3 ] {17e1731d-0ee2-4e00-8773-fe43127a17e6} executeQuery: (from [fd00:1122:3344:101::d]:46610) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.04.22 02:10:54.384332 [ 189 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_6_1} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:10:54.384384 [ 3 ] {17e1731d-0ee2-4e00-8773-fe43127a17e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.04.22 02:10:54.384437 [ 189 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_6_1} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.22 02:10:54.384531 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. 2026.04.22 02:10:54.384868 [ 3 ] {17e1731d-0ee2-4e00-8773-fe43127a17e6} oximeter.measurements_i64 (1d7a8621-a4f0-4c4a-b3fc-5e64df9cde2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:54.384916 [ 3 ] {17e1731d-0ee2-4e00-8773-fe43127a17e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:10:54.385486 [ 3 ] {17e1731d-0ee2-4e00-8773-fe43127a17e6} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.22 02:10:54.386097 [ 3 ] {17e1731d-0ee2-4e00-8773-fe43127a17e6} oximeter.measurements_i64 (1d7a8621-a4f0-4c4a-b3fc-5e64df9cde2f): 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.22 02:10:54.386232 [ 3 ] {17e1731d-0ee2-4e00-8773-fe43127a17e6} executeQuery: Read 12 rows, 926.00 B in 0.001933 sec., 6207.966890843249 rows/sec., 467.82 KiB/sec. 2026.04.22 02:10:54.386270 [ 3 ] {17e1731d-0ee2-4e00-8773-fe43127a17e6} TCPHandler: Processed in 0.002125688 sec. 2026.04.22 02:10:54.386407 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:54.386503 [ 3 ] {45095658-aa83-427b-8b74-39acfce971fc} executeQuery: (from [fd00:1122:3344:101::d]:46610) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.22 02:10:54.386545 [ 3 ] {45095658-aa83-427b-8b74-39acfce971fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.22 02:10:54.386888 [ 3 ] {45095658-aa83-427b-8b74-39acfce971fc} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:54.386927 [ 3 ] {45095658-aa83-427b-8b74-39acfce971fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:10:54.387401 [ 3 ] {45095658-aa83-427b-8b74-39acfce971fc} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.22 02:10:54.388036 [ 3 ] {45095658-aa83-427b-8b74-39acfce971fc} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:10:54.388145 [ 89 ] {} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.22 02:10:54.388171 [ 3 ] {45095658-aa83-427b-8b74-39acfce971fc} executeQuery: Read 60 rows, 4.14 KiB in 0.001687 sec., 35566.09365737996 rows/sec., 2.40 MiB/sec. 2026.04.22 02:10:54.388185 [ 89 ] {} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:54.388212 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:10:54.388213 [ 3 ] {45095658-aa83-427b-8b74-39acfce971fc} TCPHandler: Processed in 0.001856224 sec. 2026.04.22 02:10:54.388295 [ 191 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::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.22 02:10:54.388400 [ 191 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:10:54.388439 [ 191 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 48 rows starting from the beginning of the part 2026.04.22 02:10:54.388487 [ 191 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 60 rows starting from the beginning of the part 2026.04.22 02:10:54.388524 [ 191 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 60 rows starting from the beginning of the part 2026.04.22 02:10:54.388562 [ 191 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 60 rows starting from the beginning of the part 2026.04.22 02:10:54.388597 [ 191 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::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.22 02:10:54.388632 [ 191 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::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.22 02:10:54.389459 [ 198 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 348 rows, containing 4 columns (4 merged, 0 gathered) in 0.001199022 sec., 290236.5427823677 rows/sec., 19.56 MiB/sec. 2026.04.22 02:10:54.389741 [ 189 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.22 02:10:54.390294 [ 189 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_6_1} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:10:54.390366 [ 189 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_6_1} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.22 02:10:54.390438 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.04.22 02:10:56.387715 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:56.387946 [ 3 ] {6205c12f-7789-4a30-a720-d67fbe1bf190} executeQuery: (from [fd00:1122:3344:101::d]:46610) 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.22 02:10:56.388290 [ 3 ] {6205c12f-7789-4a30-a720-d67fbe1bf190} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.22 02:10:56.388338 [ 3 ] {6205c12f-7789-4a30-a720-d67fbe1bf190} 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.22 02:10:56.388584 [ 3 ] {6205c12f-7789-4a30-a720-d67fbe1bf190} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.22 02:10:56.388651 [ 3 ] {6205c12f-7789-4a30-a720-d67fbe1bf190} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.22 02:10:56.388792 [ 3 ] {6205c12f-7789-4a30-a720-d67fbe1bf190} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (SelectExecutor): Key condition: (column 0 notIn 29-element set) 2026.04.22 02:10:56.388884 [ 334 ] {6205c12f-7789-4a30-a720-d67fbe1bf190} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.22 02:10:56.388885 [ 326 ] {6205c12f-7789-4a30-a720-d67fbe1bf190} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.22 02:10:56.388983 [ 3 ] {6205c12f-7789-4a30-a720-d67fbe1bf190} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (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.22 02:10:56.389004 [ 3 ] {6205c12f-7789-4a30-a720-d67fbe1bf190} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.22 02:10:56.391073 [ 3 ] {6205c12f-7789-4a30-a720-d67fbe1bf190} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.22 02:10:56.391099 [ 3 ] {6205c12f-7789-4a30-a720-d67fbe1bf190} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (SelectExecutor): Reading approx. 29 rows with 2 streams 2026.04.22 02:10:56.391154 [ 3 ] {6205c12f-7789-4a30-a720-d67fbe1bf190} 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.22 02:10:56.391204 [ 3 ] {6205c12f-7789-4a30-a720-d67fbe1bf190} 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.22 02:10:56.392026 [ 3 ] {6205c12f-7789-4a30-a720-d67fbe1bf190} executeQuery: Read 29 rows, 1.26 KiB in 0.004177 sec., 6942.781900885803 rows/sec., 302.53 KiB/sec. 2026.04.22 02:10:56.392115 [ 3 ] {6205c12f-7789-4a30-a720-d67fbe1bf190} TCPHandler: Processed in 0.004525351 sec. 2026.04.22 02:10:56.392360 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:56.392494 [ 3 ] {6deca2e9-213a-4c49-8aef-eb049774f099} executeQuery: (from [fd00:1122:3344:101::d]:46610) 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.22 02:10:56.392701 [ 3 ] {6deca2e9-213a-4c49-8aef-eb049774f099} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.22 02:10:56.392735 [ 3 ] {6deca2e9-213a-4c49-8aef-eb049774f099} 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.22 02:10:56.392929 [ 3 ] {6deca2e9-213a-4c49-8aef-eb049774f099} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.22 02:10:56.392982 [ 3 ] {6deca2e9-213a-4c49-8aef-eb049774f099} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.22 02:10:56.393083 [ 3 ] {6deca2e9-213a-4c49-8aef-eb049774f099} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (SelectExecutor): Key condition: (column 0 notIn 30-element set) 2026.04.22 02:10:56.393149 [ 326 ] {6deca2e9-213a-4c49-8aef-eb049774f099} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.22 02:10:56.393151 [ 295 ] {6deca2e9-213a-4c49-8aef-eb049774f099} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.22 02:10:56.393256 [ 3 ] {6deca2e9-213a-4c49-8aef-eb049774f099} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (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.22 02:10:56.393280 [ 3 ] {6deca2e9-213a-4c49-8aef-eb049774f099} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.22 02:10:56.393334 [ 3 ] {6deca2e9-213a-4c49-8aef-eb049774f099} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.22 02:10:56.393350 [ 3 ] {6deca2e9-213a-4c49-8aef-eb049774f099} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (SelectExecutor): Reading approx. 29 rows with 2 streams 2026.04.22 02:10:56.393380 [ 3 ] {6deca2e9-213a-4c49-8aef-eb049774f099} 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.22 02:10:56.393411 [ 3 ] {6deca2e9-213a-4c49-8aef-eb049774f099} 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.22 02:10:56.394138 [ 3 ] {6deca2e9-213a-4c49-8aef-eb049774f099} executeQuery: Read 29 rows, 1.26 KiB in 0.001697 sec., 17088.980553918682 rows/sec., 744.65 KiB/sec. 2026.04.22 02:10:56.394235 [ 3 ] {6deca2e9-213a-4c49-8aef-eb049774f099} TCPHandler: Processed in 0.001925585 sec. 2026.04.22 02:10:56.394519 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:56.394654 [ 3 ] {7752e024-b50f-4767-8699-d5590f265246} executeQuery: (from [fd00:1122:3344:101::d]:46610) 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.22 02:10:56.394870 [ 3 ] {7752e024-b50f-4767-8699-d5590f265246} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.22 02:10:56.394907 [ 3 ] {7752e024-b50f-4767-8699-d5590f265246} 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.22 02:10:56.395104 [ 3 ] {7752e024-b50f-4767-8699-d5590f265246} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.22 02:10:56.395158 [ 3 ] {7752e024-b50f-4767-8699-d5590f265246} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.22 02:10:56.395261 [ 3 ] {7752e024-b50f-4767-8699-d5590f265246} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (SelectExecutor): Key condition: (column 0 notIn 31-element set) 2026.04.22 02:10:56.395324 [ 334 ] {7752e024-b50f-4767-8699-d5590f265246} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.22 02:10:56.395333 [ 297 ] {7752e024-b50f-4767-8699-d5590f265246} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.22 02:10:56.395431 [ 3 ] {7752e024-b50f-4767-8699-d5590f265246} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (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.22 02:10:56.395457 [ 3 ] {7752e024-b50f-4767-8699-d5590f265246} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.22 02:10:56.395513 [ 3 ] {7752e024-b50f-4767-8699-d5590f265246} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.22 02:10:56.395530 [ 3 ] {7752e024-b50f-4767-8699-d5590f265246} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (SelectExecutor): Reading approx. 29 rows with 2 streams 2026.04.22 02:10:56.395561 [ 3 ] {7752e024-b50f-4767-8699-d5590f265246} 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.22 02:10:56.395591 [ 3 ] {7752e024-b50f-4767-8699-d5590f265246} 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.22 02:10:56.396189 [ 3 ] {7752e024-b50f-4767-8699-d5590f265246} executeQuery: Read 29 rows, 1.26 KiB in 0.00159 sec., 18238.993710691822 rows/sec., 794.76 KiB/sec. 2026.04.22 02:10:56.396276 [ 3 ] {7752e024-b50f-4767-8699-d5590f265246} TCPHandler: Processed in 0.001807602 sec. 2026.04.22 02:10:56.396515 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:56.396648 [ 3 ] {58738c72-c01b-4ea9-80da-49310f670979} executeQuery: (from [fd00:1122:3344:101::d]:46610) 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.22 02:10:56.396860 [ 3 ] {58738c72-c01b-4ea9-80da-49310f670979} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.22 02:10:56.396895 [ 3 ] {58738c72-c01b-4ea9-80da-49310f670979} 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.22 02:10:56.397089 [ 3 ] {58738c72-c01b-4ea9-80da-49310f670979} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.22 02:10:56.397141 [ 3 ] {58738c72-c01b-4ea9-80da-49310f670979} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.22 02:10:56.397242 [ 3 ] {58738c72-c01b-4ea9-80da-49310f670979} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (SelectExecutor): Key condition: (column 0 notIn 32-element set) 2026.04.22 02:10:56.397304 [ 341 ] {58738c72-c01b-4ea9-80da-49310f670979} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.22 02:10:56.397307 [ 326 ] {58738c72-c01b-4ea9-80da-49310f670979} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.22 02:10:56.397404 [ 3 ] {58738c72-c01b-4ea9-80da-49310f670979} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (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.22 02:10:56.397426 [ 3 ] {58738c72-c01b-4ea9-80da-49310f670979} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.22 02:10:56.397481 [ 3 ] {58738c72-c01b-4ea9-80da-49310f670979} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.22 02:10:56.397498 [ 3 ] {58738c72-c01b-4ea9-80da-49310f670979} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (SelectExecutor): Reading approx. 29 rows with 2 streams 2026.04.22 02:10:56.397529 [ 3 ] {58738c72-c01b-4ea9-80da-49310f670979} 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.22 02:10:56.397561 [ 3 ] {58738c72-c01b-4ea9-80da-49310f670979} 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.22 02:10:56.398074 [ 3 ] {58738c72-c01b-4ea9-80da-49310f670979} executeQuery: Read 29 rows, 1.26 KiB in 0.00148 sec., 19594.594594594593 rows/sec., 853.83 KiB/sec. 2026.04.22 02:10:56.398146 [ 3 ] {58738c72-c01b-4ea9-80da-49310f670979} TCPHandler: Processed in 0.00168011 sec. 2026.04.22 02:10:56.398487 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:56.398620 [ 3 ] {7405cdd2-f3c8-4c75-8808-96660158b52f} executeQuery: (from [fd00:1122:3344:101::d]:46610) 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.22 02:10:56.398825 [ 3 ] {7405cdd2-f3c8-4c75-8808-96660158b52f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.22 02:10:56.398860 [ 3 ] {7405cdd2-f3c8-4c75-8808-96660158b52f} 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.22 02:10:56.399051 [ 3 ] {7405cdd2-f3c8-4c75-8808-96660158b52f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.22 02:10:56.399102 [ 3 ] {7405cdd2-f3c8-4c75-8808-96660158b52f} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.22 02:10:56.399198 [ 3 ] {7405cdd2-f3c8-4c75-8808-96660158b52f} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (SelectExecutor): Key condition: (column 0 notIn 33-element set) 2026.04.22 02:10:56.399248 [ 334 ] {7405cdd2-f3c8-4c75-8808-96660158b52f} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.22 02:10:56.399256 [ 326 ] {7405cdd2-f3c8-4c75-8808-96660158b52f} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.22 02:10:56.399325 [ 3 ] {7405cdd2-f3c8-4c75-8808-96660158b52f} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (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.22 02:10:56.399347 [ 3 ] {7405cdd2-f3c8-4c75-8808-96660158b52f} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.22 02:10:56.399405 [ 3 ] {7405cdd2-f3c8-4c75-8808-96660158b52f} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.22 02:10:56.399424 [ 3 ] {7405cdd2-f3c8-4c75-8808-96660158b52f} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (SelectExecutor): Reading approx. 29 rows with 2 streams 2026.04.22 02:10:56.399454 [ 3 ] {7405cdd2-f3c8-4c75-8808-96660158b52f} 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.22 02:10:56.399484 [ 3 ] {7405cdd2-f3c8-4c75-8808-96660158b52f} 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.22 02:10:56.400072 [ 3 ] {7405cdd2-f3c8-4c75-8808-96660158b52f} executeQuery: Read 29 rows, 1.26 KiB in 0.001505 sec., 19269.10299003322 rows/sec., 839.65 KiB/sec. 2026.04.22 02:10:56.400174 [ 3 ] {7405cdd2-f3c8-4c75-8808-96660158b52f} TCPHandler: Processed in 0.001736371 sec. 2026.04.22 02:10:56.400440 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:56.400575 [ 3 ] {1377872f-503d-4dce-968c-07b29afffc40} executeQuery: (from [fd00:1122:3344:101::d]:46610) 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.22 02:10:56.400783 [ 3 ] {1377872f-503d-4dce-968c-07b29afffc40} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.22 02:10:56.400818 [ 3 ] {1377872f-503d-4dce-968c-07b29afffc40} 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.22 02:10:56.401024 [ 3 ] {1377872f-503d-4dce-968c-07b29afffc40} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.22 02:10:56.401076 [ 3 ] {1377872f-503d-4dce-968c-07b29afffc40} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.22 02:10:56.401174 [ 3 ] {1377872f-503d-4dce-968c-07b29afffc40} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (SelectExecutor): Key condition: (column 0 notIn 34-element set) 2026.04.22 02:10:56.401237 [ 261 ] {1377872f-503d-4dce-968c-07b29afffc40} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.22 02:10:56.401246 [ 341 ] {1377872f-503d-4dce-968c-07b29afffc40} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.22 02:10:56.401335 [ 3 ] {1377872f-503d-4dce-968c-07b29afffc40} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (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.22 02:10:56.401361 [ 3 ] {1377872f-503d-4dce-968c-07b29afffc40} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.22 02:10:56.401416 [ 3 ] {1377872f-503d-4dce-968c-07b29afffc40} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.22 02:10:56.401433 [ 3 ] {1377872f-503d-4dce-968c-07b29afffc40} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (SelectExecutor): Reading approx. 29 rows with 2 streams 2026.04.22 02:10:56.401463 [ 3 ] {1377872f-503d-4dce-968c-07b29afffc40} 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.22 02:10:56.401496 [ 3 ] {1377872f-503d-4dce-968c-07b29afffc40} 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.22 02:10:56.402019 [ 3 ] {1377872f-503d-4dce-968c-07b29afffc40} executeQuery: Read 29 rows, 1.26 KiB in 0.001499 sec., 19346.230820547033 rows/sec., 843.01 KiB/sec. 2026.04.22 02:10:56.402103 [ 3 ] {1377872f-503d-4dce-968c-07b29afffc40} TCPHandler: Processed in 0.001711661 sec. 2026.04.22 02:10:56.408482 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:56.408618 [ 3 ] {b4f8b3bc-98c0-413f-be87-d6e964388a55} executeQuery: (from [fd00:1122:3344:101::d]:46610) 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.22 02:10:56.408829 [ 3 ] {b4f8b3bc-98c0-413f-be87-d6e964388a55} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.22 02:10:56.408864 [ 3 ] {b4f8b3bc-98c0-413f-be87-d6e964388a55} 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.22 02:10:56.409060 [ 3 ] {b4f8b3bc-98c0-413f-be87-d6e964388a55} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.22 02:10:56.409114 [ 3 ] {b4f8b3bc-98c0-413f-be87-d6e964388a55} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.22 02:10:56.409214 [ 3 ] {b4f8b3bc-98c0-413f-be87-d6e964388a55} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (SelectExecutor): Key condition: (column 0 notIn 35-element set) 2026.04.22 02:10:56.409275 [ 334 ] {b4f8b3bc-98c0-413f-be87-d6e964388a55} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.22 02:10:56.409282 [ 261 ] {b4f8b3bc-98c0-413f-be87-d6e964388a55} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.22 02:10:56.409364 [ 3 ] {b4f8b3bc-98c0-413f-be87-d6e964388a55} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (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.22 02:10:56.409391 [ 3 ] {b4f8b3bc-98c0-413f-be87-d6e964388a55} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.22 02:10:56.409446 [ 3 ] {b4f8b3bc-98c0-413f-be87-d6e964388a55} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.22 02:10:56.409463 [ 3 ] {b4f8b3bc-98c0-413f-be87-d6e964388a55} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (SelectExecutor): Reading approx. 29 rows with 2 streams 2026.04.22 02:10:56.409492 [ 3 ] {b4f8b3bc-98c0-413f-be87-d6e964388a55} 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.22 02:10:56.409522 [ 3 ] {b4f8b3bc-98c0-413f-be87-d6e964388a55} 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.22 02:10:56.410042 [ 3 ] {b4f8b3bc-98c0-413f-be87-d6e964388a55} executeQuery: Read 29 rows, 1.26 KiB in 0.001478 sec., 19621.109607577808 rows/sec., 854.99 KiB/sec. 2026.04.22 02:10:56.410138 [ 3 ] {b4f8b3bc-98c0-413f-be87-d6e964388a55} TCPHandler: Processed in 0.00170664 sec. 2026.04.22 02:10:56.470777 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:56.470947 [ 3 ] {6cd85c80-6f41-401b-a4b4-53e4ee0d65d9} executeQuery: (from [fd00:1122:3344:101::d]:46610) 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', 'zone:cpu_nsec') FORMAT Native; (stage: Complete) 2026.04.22 02:10:56.471214 [ 3 ] {6cd85c80-6f41-401b-a4b4-53e4ee0d65d9} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.22 02:10:56.471260 [ 3 ] {6cd85c80-6f41-401b-a4b4-53e4ee0d65d9} 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', 'zone:cpu_nsec')" moved to PREWHERE 2026.04.22 02:10:56.471510 [ 3 ] {6cd85c80-6f41-401b-a4b4-53e4ee0d65d9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.22 02:10:56.471575 [ 3 ] {6cd85c80-6f41-401b-a4b4-53e4ee0d65d9} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.22 02:10:56.471698 [ 3 ] {6cd85c80-6f41-401b-a4b4-53e4ee0d65d9} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (SelectExecutor): Key condition: (column 0 notIn 36-element set) 2026.04.22 02:10:56.471776 [ 341 ] {6cd85c80-6f41-401b-a4b4-53e4ee0d65d9} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.22 02:10:56.471784 [ 261 ] {6cd85c80-6f41-401b-a4b4-53e4ee0d65d9} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.22 02:10:56.471886 [ 3 ] {6cd85c80-6f41-401b-a4b4-53e4ee0d65d9} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (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.22 02:10:56.471914 [ 3 ] {6cd85c80-6f41-401b-a4b4-53e4ee0d65d9} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.22 02:10:56.471978 [ 3 ] {6cd85c80-6f41-401b-a4b4-53e4ee0d65d9} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.22 02:10:56.471996 [ 3 ] {6cd85c80-6f41-401b-a4b4-53e4ee0d65d9} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (SelectExecutor): Reading approx. 29 rows with 2 streams 2026.04.22 02:10:56.472027 [ 3 ] {6cd85c80-6f41-401b-a4b4-53e4ee0d65d9} 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', 'zone:cpu_nsec'))" 2026.04.22 02:10:56.472062 [ 3 ] {6cd85c80-6f41-401b-a4b4-53e4ee0d65d9} 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', 'zone:cpu_nsec'))" 2026.04.22 02:10:56.472630 [ 3 ] {6cd85c80-6f41-401b-a4b4-53e4ee0d65d9} executeQuery: Read 29 rows, 1.26 KiB in 0.001754 sec., 16533.63740022805 rows/sec., 720.45 KiB/sec. 2026.04.22 02:10:56.472713 [ 3 ] {6cd85c80-6f41-401b-a4b4-53e4ee0d65d9} TCPHandler: Processed in 0.002000056 sec. 2026.04.22 02:10:56.505272 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:56.505530 [ 3 ] {8dca20f8-cccc-4137-933d-f2ddbabad35f} executeQuery: (from [fd00:1122:3344:101::d]:46610) 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.22 02:10:56.505926 [ 3 ] {8dca20f8-cccc-4137-933d-f2ddbabad35f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.22 02:10:56.505987 [ 3 ] {8dca20f8-cccc-4137-933d-f2ddbabad35f} 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.22 02:10:56.506278 [ 3 ] {8dca20f8-cccc-4137-933d-f2ddbabad35f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.22 02:10:56.506333 [ 3 ] {8dca20f8-cccc-4137-933d-f2ddbabad35f} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.22 02:10:56.506515 [ 3 ] {8dca20f8-cccc-4137-933d-f2ddbabad35f} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (SelectExecutor): Key condition: (column 0 notIn 37-element set) 2026.04.22 02:10:56.506573 [ 334 ] {8dca20f8-cccc-4137-933d-f2ddbabad35f} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.22 02:10:56.506582 [ 261 ] {8dca20f8-cccc-4137-933d-f2ddbabad35f} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.22 02:10:56.506666 [ 3 ] {8dca20f8-cccc-4137-933d-f2ddbabad35f} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (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.22 02:10:56.506691 [ 3 ] {8dca20f8-cccc-4137-933d-f2ddbabad35f} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.22 02:10:56.506745 [ 3 ] {8dca20f8-cccc-4137-933d-f2ddbabad35f} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.22 02:10:56.506763 [ 3 ] {8dca20f8-cccc-4137-933d-f2ddbabad35f} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (SelectExecutor): Reading approx. 29 rows with 2 streams 2026.04.22 02:10:56.506793 [ 3 ] {8dca20f8-cccc-4137-933d-f2ddbabad35f} 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.22 02:10:56.506823 [ 3 ] {8dca20f8-cccc-4137-933d-f2ddbabad35f} 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.22 02:10:56.507402 [ 3 ] {8dca20f8-cccc-4137-933d-f2ddbabad35f} executeQuery: Read 29 rows, 1.26 KiB in 0.001983 sec., 14624.306606152295 rows/sec., 637.25 KiB/sec. 2026.04.22 02:10:56.507472 [ 3 ] {8dca20f8-cccc-4137-933d-f2ddbabad35f} TCPHandler: Processed in 0.002293321 sec. 2026.04.22 02:10:56.508757 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:56.508863 [ 3 ] {98beab0c-10fa-4b07-8495-776c4ec261fd} executeQuery: (from [fd00:1122:3344:101::d]:46610) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.04.22 02:10:56.508903 [ 3 ] {98beab0c-10fa-4b07-8495-776c4ec261fd} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.22 02:10:56.509497 [ 3 ] {98beab0c-10fa-4b07-8495-776c4ec261fd} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:56.509546 [ 3 ] {98beab0c-10fa-4b07-8495-776c4ec261fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:10:56.510098 [ 3 ] {98beab0c-10fa-4b07-8495-776c4ec261fd} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.22 02:10:56.510447 [ 3 ] {98beab0c-10fa-4b07-8495-776c4ec261fd} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea): 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.22 02:10:56.510588 [ 3 ] {98beab0c-10fa-4b07-8495-776c4ec261fd} executeQuery: Read 9 rows, 1.88 KiB in 0.001757 sec., 5122.367672168469 rows/sec., 1.05 MiB/sec. 2026.04.22 02:10:56.510627 [ 3 ] {98beab0c-10fa-4b07-8495-776c4ec261fd} TCPHandler: Processed in 0.001920145 sec. 2026.04.22 02:10:56.510745 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:56.510839 [ 3 ] {434b6490-a433-4b38-8685-eb357e97e67d} executeQuery: (from [fd00:1122:3344:101::d]:46610) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.22 02:10:56.510878 [ 3 ] {434b6490-a433-4b38-8685-eb357e97e67d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.22 02:10:56.511294 [ 3 ] {434b6490-a433-4b38-8685-eb357e97e67d} oximeter.fields_i16 (cb937fce-9af2-4ed4-8a2c-50f4b7db9b7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:56.511330 [ 3 ] {434b6490-a433-4b38-8685-eb357e97e67d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:10:56.511726 [ 3 ] {434b6490-a433-4b38-8685-eb357e97e67d} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.22 02:10:56.512160 [ 3 ] {434b6490-a433-4b38-8685-eb357e97e67d} oximeter.fields_i16 (cb937fce-9af2-4ed4-8a2c-50f4b7db9b7b): 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.22 02:10:56.512285 [ 3 ] {434b6490-a433-4b38-8685-eb357e97e67d} executeQuery: Read 24 rows, 2.04 KiB in 0.001465 sec., 16382.252559726963 rows/sec., 1.36 MiB/sec. 2026.04.22 02:10:56.512322 [ 3 ] {434b6490-a433-4b38-8685-eb357e97e67d} TCPHandler: Processed in 0.001625649 sec. 2026.04.22 02:10:56.512436 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:56.512528 [ 3 ] {1fcaa415-6b37-4e3a-8524-4879c60a14af} executeQuery: (from [fd00:1122:3344:101::d]:46610) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.22 02:10:56.512567 [ 3 ] {1fcaa415-6b37-4e3a-8524-4879c60a14af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.22 02:10:56.512944 [ 3 ] {1fcaa415-6b37-4e3a-8524-4879c60a14af} oximeter.fields_ipaddr (478e016b-70a4-416f-a4c0-90b63b47c331): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:56.512979 [ 3 ] {1fcaa415-6b37-4e3a-8524-4879c60a14af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:10:56.513351 [ 3 ] {1fcaa415-6b37-4e3a-8524-4879c60a14af} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.22 02:10:56.513817 [ 3 ] {1fcaa415-6b37-4e3a-8524-4879c60a14af} oximeter.fields_ipaddr (478e016b-70a4-416f-a4c0-90b63b47c331): 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.22 02:10:56.513944 [ 3 ] {1fcaa415-6b37-4e3a-8524-4879c60a14af} executeQuery: Read 2 rows, 167.00 B in 0.001433 sec., 1395.6734124214934 rows/sec., 113.81 KiB/sec. 2026.04.22 02:10:56.513979 [ 3 ] {1fcaa415-6b37-4e3a-8524-4879c60a14af} TCPHandler: Processed in 0.001592129 sec. 2026.04.22 02:10:56.514092 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:56.514184 [ 3 ] {9879b630-7083-4b82-a4ad-9979b798d688} executeQuery: (from [fd00:1122:3344:101::d]:46610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.22 02:10:56.514223 [ 3 ] {9879b630-7083-4b82-a4ad-9979b798d688} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.22 02:10:56.516254 [ 3 ] {9879b630-7083-4b82-a4ad-9979b798d688} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:56.516289 [ 3 ] {9879b630-7083-4b82-a4ad-9979b798d688} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:10:56.516858 [ 3 ] {9879b630-7083-4b82-a4ad-9979b798d688} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.22 02:10:56.517261 [ 3 ] {9879b630-7083-4b82-a4ad-9979b798d688} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:10:56.517393 [ 3 ] {9879b630-7083-4b82-a4ad-9979b798d688} executeQuery: Read 2544 rows, 195.05 KiB in 0.003226 sec., 788592.6844389336 rows/sec., 59.04 MiB/sec. 2026.04.22 02:10:56.517430 [ 3 ] {9879b630-7083-4b82-a4ad-9979b798d688} TCPHandler: Processed in 0.0033866 sec. 2026.04.22 02:10:56.517556 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:56.517650 [ 3 ] {955a5eb7-357b-4ea2-a311-f618d38718c9} executeQuery: (from [fd00:1122:3344:101::d]:46610) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.22 02:10:56.517689 [ 3 ] {955a5eb7-357b-4ea2-a311-f618d38718c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.22 02:10:56.518106 [ 3 ] {955a5eb7-357b-4ea2-a311-f618d38718c9} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:56.518143 [ 3 ] {955a5eb7-357b-4ea2-a311-f618d38718c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:10:56.518533 [ 3 ] {955a5eb7-357b-4ea2-a311-f618d38718c9} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.22 02:10:56.518994 [ 3 ] {955a5eb7-357b-4ea2-a311-f618d38718c9} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): 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.22 02:10:56.519121 [ 3 ] {955a5eb7-357b-4ea2-a311-f618d38718c9} executeQuery: Read 33 rows, 2.53 KiB in 0.001489 sec., 22162.525184687707 rows/sec., 1.66 MiB/sec. 2026.04.22 02:10:56.519136 [ 85 ] {} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.22 02:10:56.519157 [ 3 ] {955a5eb7-357b-4ea2-a311-f618d38718c9} TCPHandler: Processed in 0.001649649 sec. 2026.04.22 02:10:56.519190 [ 85 ] {} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:56.519220 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:10:56.519283 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:56.519323 [ 191 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::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.22 02:10:56.519386 [ 3 ] {2c73a6df-ddac-427a-a93b-e24dc84231d4} executeQuery: (from [fd00:1122:3344:101::d]:46610) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.22 02:10:56.519430 [ 3 ] {2c73a6df-ddac-427a-a93b-e24dc84231d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.22 02:10:56.519445 [ 191 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:10:56.519479 [ 191 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 33 rows starting from the beginning of the part 2026.04.22 02:10:56.519537 [ 191 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 11 rows starting from the beginning of the part 2026.04.22 02:10:56.519580 [ 191 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 8 rows starting from the beginning of the part 2026.04.22 02:10:56.519620 [ 191 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 11 rows starting from the beginning of the part 2026.04.22 02:10:56.519660 [ 191 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 21 rows starting from the beginning of the part 2026.04.22 02:10:56.519697 [ 191 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 33 rows starting from the beginning of the part 2026.04.22 02:10:56.520142 [ 3 ] {2c73a6df-ddac-427a-a93b-e24dc84231d4} oximeter.fields_u32 (a10e9abe-df72-475e-a5a2-b131593a6390): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:56.520184 [ 3 ] {2c73a6df-ddac-427a-a93b-e24dc84231d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:10:56.520526 [ 198 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 117 rows, containing 5 columns (5 merged, 0 gathered) in 0.001240312 sec., 94331.10378678914 rows/sec., 7.32 MiB/sec. 2026.04.22 02:10:56.520648 [ 3 ] {2c73a6df-ddac-427a-a93b-e24dc84231d4} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.22 02:10:56.520797 [ 200 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.22 02:10:56.521070 [ 3 ] {2c73a6df-ddac-427a-a93b-e24dc84231d4} oximeter.fields_u32 (a10e9abe-df72-475e-a5a2-b131593a6390): 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.22 02:10:56.521200 [ 3 ] {2c73a6df-ddac-427a-a93b-e24dc84231d4} executeQuery: Read 825 rows, 49.42 KiB in 0.001838 sec., 448857.4537540805 rows/sec., 26.26 MiB/sec. 2026.04.22 02:10:56.521238 [ 3 ] {2c73a6df-ddac-427a-a93b-e24dc84231d4} TCPHandler: Processed in 0.002004405 sec. 2026.04.22 02:10:56.521277 [ 200 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_6_1} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): 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.22 02:10:56.521348 [ 200 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_6_1} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.22 02:10:56.521354 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:56.521420 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2026.04.22 02:10:56.521449 [ 3 ] {dedfb3c6-a834-48bb-85cc-02eded1d5b0b} executeQuery: (from [fd00:1122:3344:101::d]:46610) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.04.22 02:10:56.521488 [ 3 ] {dedfb3c6-a834-48bb-85cc-02eded1d5b0b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.04.22 02:10:56.521879 [ 3 ] {dedfb3c6-a834-48bb-85cc-02eded1d5b0b} oximeter.fields_u64 (0f018eed-693d-4cbc-960b-b0c41195cfef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:56.521914 [ 3 ] {dedfb3c6-a834-48bb-85cc-02eded1d5b0b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:10:56.522443 [ 3 ] {dedfb3c6-a834-48bb-85cc-02eded1d5b0b} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.22 02:10:56.522853 [ 3 ] {dedfb3c6-a834-48bb-85cc-02eded1d5b0b} oximeter.fields_u64 (0f018eed-693d-4cbc-960b-b0c41195cfef): 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.22 02:10:56.522976 [ 3 ] {dedfb3c6-a834-48bb-85cc-02eded1d5b0b} executeQuery: Read 2 rows, 144.00 B in 0.001545 sec., 1294.4983818770227 rows/sec., 91.02 KiB/sec. 2026.04.22 02:10:56.523013 [ 3 ] {dedfb3c6-a834-48bb-85cc-02eded1d5b0b} TCPHandler: Processed in 0.00170876 sec. 2026.04.22 02:10:56.523128 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:56.523221 [ 3 ] {4d570d6b-059b-4916-b6e4-b7585355d24d} executeQuery: (from [fd00:1122:3344:101::d]:46610) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.22 02:10:56.523259 [ 3 ] {4d570d6b-059b-4916-b6e4-b7585355d24d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.22 02:10:56.523645 [ 3 ] {4d570d6b-059b-4916-b6e4-b7585355d24d} oximeter.fields_u8 (0477f4e3-c0c2-460d-b2af-9ce97f919b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:56.523680 [ 3 ] {4d570d6b-059b-4916-b6e4-b7585355d24d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:10:56.524072 [ 3 ] {4d570d6b-059b-4916-b6e4-b7585355d24d} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.22 02:10:56.524517 [ 3 ] {4d570d6b-059b-4916-b6e4-b7585355d24d} oximeter.fields_u8 (0477f4e3-c0c2-460d-b2af-9ce97f919b1c): 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.22 02:10:56.524642 [ 3 ] {4d570d6b-059b-4916-b6e4-b7585355d24d} executeQuery: Read 12 rows, 960.00 B in 0.001439 sec., 8339.124391938847 rows/sec., 651.49 KiB/sec. 2026.04.22 02:10:56.524678 [ 3 ] {4d570d6b-059b-4916-b6e4-b7585355d24d} TCPHandler: Processed in 0.001598879 sec. 2026.04.22 02:10:56.524789 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:56.524881 [ 3 ] {00c579e1-8ecb-49b9-92e3-3f59d50d58ff} executeQuery: (from [fd00:1122:3344:101::d]:46610) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.22 02:10:56.524919 [ 3 ] {00c579e1-8ecb-49b9-92e3-3f59d50d58ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.22 02:10:56.525875 [ 3 ] {00c579e1-8ecb-49b9-92e3-3f59d50d58ff} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:56.525910 [ 3 ] {00c579e1-8ecb-49b9-92e3-3f59d50d58ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:10:56.526406 [ 3 ] {00c579e1-8ecb-49b9-92e3-3f59d50d58ff} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.22 02:10:56.526823 [ 3 ] {00c579e1-8ecb-49b9-92e3-3f59d50d58ff} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:10:56.526951 [ 3 ] {00c579e1-8ecb-49b9-92e3-3f59d50d58ff} executeQuery: Read 1336 rows, 92.18 KiB in 0.002088 sec., 639846.7432950191 rows/sec., 43.11 MiB/sec. 2026.04.22 02:10:56.526987 [ 3 ] {00c579e1-8ecb-49b9-92e3-3f59d50d58ff} TCPHandler: Processed in 0.002247321 sec. 2026.04.22 02:10:56.527102 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:56.527197 [ 3 ] {074af713-8a79-45d1-9b61-18cbbe51c687} executeQuery: (from [fd00:1122:3344:101::d]:46610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.22 02:10:56.527238 [ 3 ] {074af713-8a79-45d1-9b61-18cbbe51c687} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.22 02:10:56.528434 [ 3 ] {074af713-8a79-45d1-9b61-18cbbe51c687} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:56.528470 [ 3 ] {074af713-8a79-45d1-9b61-18cbbe51c687} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:10:56.529128 [ 3 ] {074af713-8a79-45d1-9b61-18cbbe51c687} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.22 02:10:56.529544 [ 3 ] {074af713-8a79-45d1-9b61-18cbbe51c687} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:10:56.529670 [ 3 ] {074af713-8a79-45d1-9b61-18cbbe51c687} executeQuery: Read 2862 rows, 183.68 KiB in 0.002492 sec., 1148475.1203852328 rows/sec., 71.98 MiB/sec. 2026.04.22 02:10:56.529706 [ 3 ] {074af713-8a79-45d1-9b61-18cbbe51c687} TCPHandler: Processed in 0.002653147 sec. 2026.04.22 02:10:56.529821 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:56.529916 [ 3 ] {4ce10908-045c-4f98-b945-474ae9fbf296} executeQuery: (from [fd00:1122:3344:101::d]:46610) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.22 02:10:56.529968 [ 3 ] {4ce10908-045c-4f98-b945-474ae9fbf296} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.22 02:10:56.530702 [ 3 ] {4ce10908-045c-4f98-b945-474ae9fbf296} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:56.530738 [ 3 ] {4ce10908-045c-4f98-b945-474ae9fbf296} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:10:56.531345 [ 3 ] {4ce10908-045c-4f98-b945-474ae9fbf296} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.22 02:10:56.531758 [ 3 ] {4ce10908-045c-4f98-b945-474ae9fbf296} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): 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.22 02:10:56.531861 [ 85 ] {} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.22 02:10:56.531894 [ 3 ] {4ce10908-045c-4f98-b945-474ae9fbf296} executeQuery: Read 19 rows, 34.86 KiB in 0.001997 sec., 9514.271407110666 rows/sec., 17.05 MiB/sec. 2026.04.22 02:10:56.531897 [ 85 ] {} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:56.531936 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:10:56.531953 [ 3 ] {4ce10908-045c-4f98-b945-474ae9fbf296} TCPHandler: Processed in 0.002179819 sec. 2026.04.22 02:10:56.532012 [ 191 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::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.22 02:10:56.532082 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:56.532180 [ 3 ] {dd94b731-8da6-4dc0-a30c-ead589823f77} executeQuery: (from [fd00:1122:3344:101::d]:46610) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.22 02:10:56.532214 [ 191 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:10:56.532221 [ 3 ] {dd94b731-8da6-4dc0-a30c-ead589823f77} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.22 02:10:56.532269 [ 191 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 11 rows starting from the beginning of the part 2026.04.22 02:10:56.532389 [ 191 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 11 rows starting from the beginning of the part 2026.04.22 02:10:56.532498 [ 191 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part 2026.04.22 02:10:56.532575 [ 3 ] {dd94b731-8da6-4dc0-a30c-ead589823f77} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:56.532603 [ 191 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 11 rows starting from the beginning of the part 2026.04.22 02:10:56.532614 [ 3 ] {dd94b731-8da6-4dc0-a30c-ead589823f77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:10:56.532702 [ 191 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 21 rows starting from the beginning of the part 2026.04.22 02:10:56.532797 [ 191 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 19 rows starting from the beginning of the part 2026.04.22 02:10:56.533052 [ 3 ] {dd94b731-8da6-4dc0-a30c-ead589823f77} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.22 02:10:56.533502 [ 3 ] {dd94b731-8da6-4dc0-a30c-ead589823f77} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:10:56.533636 [ 3 ] {dd94b731-8da6-4dc0-a30c-ead589823f77} executeQuery: Read 24 rows, 1.66 KiB in 0.001474 sec., 16282.225237449118 rows/sec., 1.10 MiB/sec. 2026.04.22 02:10:56.533673 [ 3 ] {dd94b731-8da6-4dc0-a30c-ead589823f77} TCPHandler: Processed in 0.001639379 sec. 2026.04.22 02:10:56.534563 [ 191 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 79 rows, containing 19 columns (19 merged, 0 gathered) in 0.002581136 sec., 30606.67860972843 rows/sec., 54.85 MiB/sec. 2026.04.22 02:10:56.534909 [ 191 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.22 02:10:56.535467 [ 191 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_6_1} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): 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.22 02:10:56.535539 [ 191 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_6_1} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.22 02:10:56.535618 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. 2026.04.22 02:10:58.097112 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 68 entries to flush up to offset 280 2026.04.22 02:10:58.100066 [ 242 ] {} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:58.100124 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:10:58.101594 [ 242 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.22 02:10:58.102060 [ 242 ] {} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e): 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.22 02:10:58.102382 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 280 2026.04.22 02:10:59.368225 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:59.368457 [ 3 ] {a492c877-e8c8-414b-ac61-fb95b8ec0573} executeQuery: (from [fd00:1122:3344:101::d]:46610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.22 02:10:59.368542 [ 3 ] {a492c877-e8c8-414b-ac61-fb95b8ec0573} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.22 02:10:59.369320 [ 3 ] {a492c877-e8c8-414b-ac61-fb95b8ec0573} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:59.369374 [ 3 ] {a492c877-e8c8-414b-ac61-fb95b8ec0573} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:10:59.369922 [ 3 ] {a492c877-e8c8-414b-ac61-fb95b8ec0573} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.22 02:10:59.370367 [ 3 ] {a492c877-e8c8-414b-ac61-fb95b8ec0573} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:10:59.370527 [ 3 ] {a492c877-e8c8-414b-ac61-fb95b8ec0573} executeQuery: Read 56 rows, 4.41 KiB in 0.002132 sec., 26266.416510318948 rows/sec., 2.02 MiB/sec. 2026.04.22 02:10:59.370576 [ 3 ] {a492c877-e8c8-414b-ac61-fb95b8ec0573} TCPHandler: Processed in 0.002507425 sec. 2026.04.22 02:10:59.370699 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:59.370801 [ 3 ] {13dcd920-e644-40b0-9cfe-7adcfc8fa0c4} executeQuery: (from [fd00:1122:3344:101::d]:46610) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.22 02:10:59.370844 [ 3 ] {13dcd920-e644-40b0-9cfe-7adcfc8fa0c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.22 02:10:59.371291 [ 3 ] {13dcd920-e644-40b0-9cfe-7adcfc8fa0c4} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:59.371328 [ 3 ] {13dcd920-e644-40b0-9cfe-7adcfc8fa0c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:10:59.371732 [ 3 ] {13dcd920-e644-40b0-9cfe-7adcfc8fa0c4} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.22 02:10:59.372147 [ 3 ] {13dcd920-e644-40b0-9cfe-7adcfc8fa0c4} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:10:59.372278 [ 3 ] {13dcd920-e644-40b0-9cfe-7adcfc8fa0c4} executeQuery: Read 64 rows, 5.12 KiB in 0.001501 sec., 42638.241172551636 rows/sec., 3.33 MiB/sec. 2026.04.22 02:10:59.372317 [ 3 ] {13dcd920-e644-40b0-9cfe-7adcfc8fa0c4} TCPHandler: Processed in 0.0016673 sec. 2026.04.22 02:10:59.372436 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:59.372532 [ 3 ] {18884631-35fa-4c27-a360-dced718cf104} executeQuery: (from [fd00:1122:3344:101::d]:46610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.22 02:10:59.372574 [ 3 ] {18884631-35fa-4c27-a360-dced718cf104} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.22 02:10:59.372946 [ 3 ] {18884631-35fa-4c27-a360-dced718cf104} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:59.372981 [ 3 ] {18884631-35fa-4c27-a360-dced718cf104} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:10:59.373443 [ 3 ] {18884631-35fa-4c27-a360-dced718cf104} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.22 02:10:59.373907 [ 3 ] {18884631-35fa-4c27-a360-dced718cf104} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:10:59.374037 [ 3 ] {18884631-35fa-4c27-a360-dced718cf104} executeQuery: Read 96 rows, 6.85 KiB in 0.001525 sec., 62950.81967213115 rows/sec., 4.38 MiB/sec. 2026.04.22 02:10:59.374074 [ 3 ] {18884631-35fa-4c27-a360-dced718cf104} TCPHandler: Processed in 0.00168669 sec. 2026.04.22 02:10:59.374189 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:10:59.374283 [ 3 ] {d44ed847-9172-49d9-8202-01cdd801236f} executeQuery: (from [fd00:1122:3344:101::d]:46610) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.22 02:10:59.374324 [ 3 ] {d44ed847-9172-49d9-8202-01cdd801236f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.22 02:10:59.374646 [ 3 ] {d44ed847-9172-49d9-8202-01cdd801236f} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:10:59.374682 [ 3 ] {d44ed847-9172-49d9-8202-01cdd801236f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:10:59.375063 [ 3 ] {d44ed847-9172-49d9-8202-01cdd801236f} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.22 02:10:59.375481 [ 3 ] {d44ed847-9172-49d9-8202-01cdd801236f} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:10:59.375608 [ 3 ] {d44ed847-9172-49d9-8202-01cdd801236f} executeQuery: Read 36 rows, 2.48 KiB in 0.001344 sec., 26785.714285714286 rows/sec., 1.81 MiB/sec. 2026.04.22 02:10:59.375643 [ 3 ] {d44ed847-9172-49d9-8202-01cdd801236f} TCPHandler: Processed in 0.001502478 sec. 2026.04.22 02:11:00.604752 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 3302 2026.04.22 02:11:00.605274 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:00.605312 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:11:00.605986 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.22 02:11:00.606492 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): 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.22 02:11:00.606628 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3302 2026.04.22 02:11:00.781765 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2026.04.22 02:11:00.799379 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:00.799443 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:11:00.805098 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.22 02:11:00.806264 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): 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.22 02:11:00.809314 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2026.04.22 02:11:04.372442 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:04.372634 [ 3 ] {ecef177f-343b-4d8d-af3a-d35e02ff3174} executeQuery: (from [fd00:1122:3344:101::d]:46610) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.22 02:11:04.372702 [ 3 ] {ecef177f-343b-4d8d-af3a-d35e02ff3174} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.22 02:11:04.373342 [ 3 ] {ecef177f-343b-4d8d-af3a-d35e02ff3174} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:04.373389 [ 3 ] {ecef177f-343b-4d8d-af3a-d35e02ff3174} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:11:04.373892 [ 3 ] {ecef177f-343b-4d8d-af3a-d35e02ff3174} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.22 02:11:04.374337 [ 3 ] {ecef177f-343b-4d8d-af3a-d35e02ff3174} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:11:04.374494 [ 3 ] {ecef177f-343b-4d8d-af3a-d35e02ff3174} executeQuery: Read 108 rows, 9.31 KiB in 0.00191 sec., 56544.502617801045 rows/sec., 4.76 MiB/sec. 2026.04.22 02:11:04.374543 [ 3 ] {ecef177f-343b-4d8d-af3a-d35e02ff3174} TCPHandler: Processed in 0.0022257 sec. 2026.04.22 02:11:04.374695 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:04.374798 [ 3 ] {e18ec1ed-7113-43fe-bb5f-74c43f782363} executeQuery: (from [fd00:1122:3344:101::d]:46610) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.22 02:11:04.374843 [ 3 ] {e18ec1ed-7113-43fe-bb5f-74c43f782363} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.22 02:11:04.375272 [ 3 ] {e18ec1ed-7113-43fe-bb5f-74c43f782363} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:04.375311 [ 3 ] {e18ec1ed-7113-43fe-bb5f-74c43f782363} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:11:04.375854 [ 3 ] {e18ec1ed-7113-43fe-bb5f-74c43f782363} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.22 02:11:04.376353 [ 3 ] {e18ec1ed-7113-43fe-bb5f-74c43f782363} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): 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.22 02:11:04.376497 [ 3 ] {e18ec1ed-7113-43fe-bb5f-74c43f782363} executeQuery: Read 26 rows, 1.96 KiB in 0.001722 sec., 15098.722415795586 rows/sec., 1.11 MiB/sec. 2026.04.22 02:11:04.376536 [ 3 ] {e18ec1ed-7113-43fe-bb5f-74c43f782363} TCPHandler: Processed in 0.001892674 sec. 2026.04.22 02:11:04.376664 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:04.376761 [ 3 ] {fda9822e-dcd5-4fb3-8108-3fbd09ee021a} executeQuery: (from [fd00:1122:3344:101::d]:46610) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.22 02:11:04.376802 [ 3 ] {fda9822e-dcd5-4fb3-8108-3fbd09ee021a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.22 02:11:04.377244 [ 3 ] {fda9822e-dcd5-4fb3-8108-3fbd09ee021a} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:04.377280 [ 3 ] {fda9822e-dcd5-4fb3-8108-3fbd09ee021a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:11:04.377743 [ 3 ] {fda9822e-dcd5-4fb3-8108-3fbd09ee021a} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.22 02:11:04.378200 [ 3 ] {fda9822e-dcd5-4fb3-8108-3fbd09ee021a} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:11:04.378339 [ 3 ] {fda9822e-dcd5-4fb3-8108-3fbd09ee021a} executeQuery: Read 93 rows, 7.47 KiB in 0.001597 sec., 58234.18910457107 rows/sec., 4.57 MiB/sec. 2026.04.22 02:11:04.378380 [ 3 ] {fda9822e-dcd5-4fb3-8108-3fbd09ee021a} TCPHandler: Processed in 0.001765612 sec. 2026.04.22 02:11:04.378511 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:04.378610 [ 3 ] {da69b8d5-9a8f-4203-bf90-7f811d3f757f} executeQuery: (from [fd00:1122:3344:101::d]:46610) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.22 02:11:04.378657 [ 3 ] {da69b8d5-9a8f-4203-bf90-7f811d3f757f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.22 02:11:04.379074 [ 3 ] {da69b8d5-9a8f-4203-bf90-7f811d3f757f} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:04.379112 [ 3 ] {da69b8d5-9a8f-4203-bf90-7f811d3f757f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:11:04.379547 [ 3 ] {da69b8d5-9a8f-4203-bf90-7f811d3f757f} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.22 02:11:04.379977 [ 3 ] {da69b8d5-9a8f-4203-bf90-7f811d3f757f} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:11:04.380111 [ 3 ] {da69b8d5-9a8f-4203-bf90-7f811d3f757f} executeQuery: Read 160 rows, 11.41 KiB in 0.001521 sec., 105193.9513477975 rows/sec., 7.33 MiB/sec. 2026.04.22 02:11:04.380152 [ 3 ] {da69b8d5-9a8f-4203-bf90-7f811d3f757f} TCPHandler: Processed in 0.001691261 sec. 2026.04.22 02:11:04.380269 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:04.380366 [ 3 ] {5028c8b9-0b97-463d-8dd1-0ca411a80f43} executeQuery: (from [fd00:1122:3344:101::d]:46610) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.22 02:11:04.380423 [ 3 ] {5028c8b9-0b97-463d-8dd1-0ca411a80f43} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.22 02:11:04.381220 [ 3 ] {5028c8b9-0b97-463d-8dd1-0ca411a80f43} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:04.381261 [ 3 ] {5028c8b9-0b97-463d-8dd1-0ca411a80f43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:11:04.381905 [ 3 ] {5028c8b9-0b97-463d-8dd1-0ca411a80f43} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.22 02:11:04.382387 [ 3 ] {5028c8b9-0b97-463d-8dd1-0ca411a80f43} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): 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.22 02:11:04.382528 [ 3 ] {5028c8b9-0b97-463d-8dd1-0ca411a80f43} executeQuery: Read 26 rows, 47.71 KiB in 0.00218 sec., 11926.605504587156 rows/sec., 21.37 MiB/sec. 2026.04.22 02:11:04.382587 [ 3 ] {5028c8b9-0b97-463d-8dd1-0ca411a80f43} TCPHandler: Processed in 0.002368302 sec. 2026.04.22 02:11:04.382726 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:04.382824 [ 3 ] {3667ded9-2037-41f1-aed6-14571479b67a} executeQuery: (from [fd00:1122:3344:101::d]:46610) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.04.22 02:11:04.382867 [ 3 ] {3667ded9-2037-41f1-aed6-14571479b67a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.04.22 02:11:04.383197 [ 3 ] {3667ded9-2037-41f1-aed6-14571479b67a} oximeter.measurements_i64 (1d7a8621-a4f0-4c4a-b3fc-5e64df9cde2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:04.383237 [ 3 ] {3667ded9-2037-41f1-aed6-14571479b67a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:11:04.383661 [ 3 ] {3667ded9-2037-41f1-aed6-14571479b67a} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.22 02:11:04.384155 [ 3 ] {3667ded9-2037-41f1-aed6-14571479b67a} oximeter.measurements_i64 (1d7a8621-a4f0-4c4a-b3fc-5e64df9cde2f): 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.22 02:11:04.384290 [ 3 ] {3667ded9-2037-41f1-aed6-14571479b67a} executeQuery: Read 3 rows, 246.00 B in 0.001484 sec., 2021.563342318059 rows/sec., 161.88 KiB/sec. 2026.04.22 02:11:04.384327 [ 3 ] {3667ded9-2037-41f1-aed6-14571479b67a} TCPHandler: Processed in 0.001650179 sec. 2026.04.22 02:11:04.384452 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:04.384555 [ 3 ] {54ea5214-946a-4e03-9694-d55bf171d771} executeQuery: (from [fd00:1122:3344:101::d]:46610) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.22 02:11:04.384598 [ 3 ] {54ea5214-946a-4e03-9694-d55bf171d771} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.22 02:11:04.384933 [ 3 ] {54ea5214-946a-4e03-9694-d55bf171d771} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:04.384970 [ 3 ] {54ea5214-946a-4e03-9694-d55bf171d771} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:11:04.385408 [ 3 ] {54ea5214-946a-4e03-9694-d55bf171d771} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.22 02:11:04.385830 [ 3 ] {54ea5214-946a-4e03-9694-d55bf171d771} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:11:04.385965 [ 3 ] {54ea5214-946a-4e03-9694-d55bf171d771} executeQuery: Read 60 rows, 4.14 KiB in 0.001428 sec., 42016.80672268908 rows/sec., 2.83 MiB/sec. 2026.04.22 02:11:04.386002 [ 3 ] {54ea5214-946a-4e03-9694-d55bf171d771} TCPHandler: Processed in 0.001599658 sec. 2026.04.22 02:11:08.047296 [ 69 ] {} DNSResolver: Updating DNS cache 2026.04.22 02:11:08.047369 [ 69 ] {} DNSResolver: Updated DNS cache 2026.04.22 02:11:08.102741 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 302 2026.04.22 02:11:08.104861 [ 242 ] {} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:08.104909 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:11:08.106040 [ 242 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.22 02:11:08.106300 [ 242 ] {} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e): 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.22 02:11:08.106563 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 302 2026.04.22 02:11:08.106711 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 3814 2026.04.22 02:11:08.107202 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:08.107242 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:11:08.107731 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.22 02:11:08.107961 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): 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.22 02:11:08.108101 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3814 2026.04.22 02:11:08.309388 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2026.04.22 02:11:08.325807 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:08.325849 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:11:08.331994 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.22 02:11:08.332678 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): 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.22 02:11:08.335312 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2026.04.22 02:11:09.002937 [ 3 ] {} TCPHandler: Done processing connection. 2026.04.22 02:11:09.003009 [ 3 ] {} TCP-Session: a6a80186-f059-4318-836d-e8b671d14273 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:11:09.370706 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:09.370902 [ 5 ] {994b6b2d-a421-4ad6-b705-ee1a288f2e26} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.22 02:11:09.370972 [ 5 ] {994b6b2d-a421-4ad6-b705-ee1a288f2e26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.22 02:11:09.371676 [ 5 ] {994b6b2d-a421-4ad6-b705-ee1a288f2e26} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:09.371720 [ 5 ] {994b6b2d-a421-4ad6-b705-ee1a288f2e26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:11:09.372123 [ 5 ] {994b6b2d-a421-4ad6-b705-ee1a288f2e26} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.22 02:11:09.372358 [ 5 ] {994b6b2d-a421-4ad6-b705-ee1a288f2e26} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:11:09.372525 [ 5 ] {994b6b2d-a421-4ad6-b705-ee1a288f2e26} executeQuery: Read 78 rows, 6.61 KiB in 0.001678 sec., 46483.90941597139 rows/sec., 3.85 MiB/sec. 2026.04.22 02:11:09.372572 [ 5 ] {994b6b2d-a421-4ad6-b705-ee1a288f2e26} TCPHandler: Processed in 0.001995965 sec. 2026.04.22 02:11:09.372697 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:09.372800 [ 5 ] {61c26ace-b579-433d-8bbe-b6da3a9d749c} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.22 02:11:09.372843 [ 5 ] {61c26ace-b579-433d-8bbe-b6da3a9d749c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.22 02:11:09.373260 [ 5 ] {61c26ace-b579-433d-8bbe-b6da3a9d749c} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:09.373295 [ 5 ] {61c26ace-b579-433d-8bbe-b6da3a9d749c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:11:09.373599 [ 5 ] {61c26ace-b579-433d-8bbe-b6da3a9d749c} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.22 02:11:09.373808 [ 5 ] {61c26ace-b579-433d-8bbe-b6da3a9d749c} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): 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.22 02:11:09.373934 [ 5 ] {61c26ace-b579-433d-8bbe-b6da3a9d749c} executeQuery: Read 11 rows, 847.00 B in 0.001158 sec., 9499.136442141624 rows/sec., 714.29 KiB/sec. 2026.04.22 02:11:09.373970 [ 5 ] {61c26ace-b579-433d-8bbe-b6da3a9d749c} TCPHandler: Processed in 0.001325824 sec. 2026.04.22 02:11:09.374081 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:09.374177 [ 5 ] {b181086e-4847-4330-986c-4e2b145293af} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.22 02:11:09.374216 [ 5 ] {b181086e-4847-4330-986c-4e2b145293af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.22 02:11:09.374654 [ 5 ] {b181086e-4847-4330-986c-4e2b145293af} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:09.374688 [ 5 ] {b181086e-4847-4330-986c-4e2b145293af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:11:09.375026 [ 5 ] {b181086e-4847-4330-986c-4e2b145293af} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.22 02:11:09.375279 [ 5 ] {b181086e-4847-4330-986c-4e2b145293af} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:11:09.375403 [ 5 ] {b181086e-4847-4330-986c-4e2b145293af} executeQuery: Read 75 rows, 6.00 KiB in 0.001246 sec., 60192.616372391654 rows/sec., 4.70 MiB/sec. 2026.04.22 02:11:09.375441 [ 5 ] {b181086e-4847-4330-986c-4e2b145293af} TCPHandler: Processed in 0.001409365 sec. 2026.04.22 02:11:09.375584 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:09.375680 [ 5 ] {b5e87833-9fc0-4a07-9d2b-f05107ebb5f8} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.22 02:11:09.375724 [ 5 ] {b5e87833-9fc0-4a07-9d2b-f05107ebb5f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.22 02:11:09.376152 [ 5 ] {b5e87833-9fc0-4a07-9d2b-f05107ebb5f8} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:09.376187 [ 5 ] {b5e87833-9fc0-4a07-9d2b-f05107ebb5f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:11:09.376520 [ 5 ] {b5e87833-9fc0-4a07-9d2b-f05107ebb5f8} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.22 02:11:09.376726 [ 5 ] {b5e87833-9fc0-4a07-9d2b-f05107ebb5f8} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:11:09.376849 [ 5 ] {b5e87833-9fc0-4a07-9d2b-f05107ebb5f8} executeQuery: Read 160 rows, 11.41 KiB in 0.001188 sec., 134680.13468013468 rows/sec., 9.38 MiB/sec. 2026.04.22 02:11:09.376884 [ 5 ] {b5e87833-9fc0-4a07-9d2b-f05107ebb5f8} TCPHandler: Processed in 0.001349564 sec. 2026.04.22 02:11:09.377004 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:09.377098 [ 5 ] {53b7c978-9fac-4812-a85b-4bb144682a1d} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.22 02:11:09.377150 [ 5 ] {53b7c978-9fac-4812-a85b-4bb144682a1d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.22 02:11:09.377967 [ 5 ] {53b7c978-9fac-4812-a85b-4bb144682a1d} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:09.378002 [ 5 ] {53b7c978-9fac-4812-a85b-4bb144682a1d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:11:09.378506 [ 5 ] {53b7c978-9fac-4812-a85b-4bb144682a1d} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.22 02:11:09.378722 [ 5 ] {53b7c978-9fac-4812-a85b-4bb144682a1d} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): 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.22 02:11:09.378863 [ 5 ] {53b7c978-9fac-4812-a85b-4bb144682a1d} executeQuery: Read 11 rows, 20.18 KiB in 0.001784 sec., 6165.91928251121 rows/sec., 11.05 MiB/sec. 2026.04.22 02:11:09.378921 [ 5 ] {53b7c978-9fac-4812-a85b-4bb144682a1d} TCPHandler: Processed in 0.001965895 sec. 2026.04.22 02:11:09.379055 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:09.379149 [ 5 ] {b0081137-72cf-4090-959e-481052f8a201} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.22 02:11:09.379190 [ 5 ] {b0081137-72cf-4090-959e-481052f8a201} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.22 02:11:09.379539 [ 5 ] {b0081137-72cf-4090-959e-481052f8a201} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:09.379575 [ 5 ] {b0081137-72cf-4090-959e-481052f8a201} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:11:09.379875 [ 5 ] {b0081137-72cf-4090-959e-481052f8a201} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.22 02:11:09.380093 [ 5 ] {b0081137-72cf-4090-959e-481052f8a201} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:11:09.380218 [ 5 ] {b0081137-72cf-4090-959e-481052f8a201} executeQuery: Read 60 rows, 4.14 KiB in 0.001088 sec., 55147.05882352941 rows/sec., 3.72 MiB/sec. 2026.04.22 02:11:09.380251 [ 5 ] {b0081137-72cf-4090-959e-481052f8a201} TCPHandler: Processed in 0.001245752 sec. 2026.04.22 02:11:10.001182 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 182.43 MiB, peak 187.43 MiB, free memory in arenas 0.00 B, will set to 184.06 MiB (RSS), difference: 1.63 MiB 2026.04.22 02:11:14.372184 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:14.372378 [ 5 ] {88e06dd1-9c09-43b8-8a8e-58f92471a95f} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.22 02:11:14.372446 [ 5 ] {88e06dd1-9c09-43b8-8a8e-58f92471a95f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.22 02:11:14.373153 [ 5 ] {88e06dd1-9c09-43b8-8a8e-58f92471a95f} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:14.373206 [ 5 ] {88e06dd1-9c09-43b8-8a8e-58f92471a95f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:11:14.373613 [ 5 ] {88e06dd1-9c09-43b8-8a8e-58f92471a95f} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.22 02:11:14.373855 [ 5 ] {88e06dd1-9c09-43b8-8a8e-58f92471a95f} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:11:14.373990 [ 54 ] {} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.22 02:11:14.374007 [ 5 ] {88e06dd1-9c09-43b8-8a8e-58f92471a95f} executeQuery: Read 108 rows, 9.31 KiB in 0.001679 sec., 64324.00238237046 rows/sec., 5.41 MiB/sec. 2026.04.22 02:11:14.374062 [ 54 ] {} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:14.374077 [ 5 ] {88e06dd1-9c09-43b8-8a8e-58f92471a95f} TCPHandler: Processed in 0.002022366 sec. 2026.04.22 02:11:14.374093 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:11:14.374220 [ 192 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::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.22 02:11:14.374238 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:14.374345 [ 192 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:11:14.374351 [ 5 ] {b07f74ea-d5db-42d7-84e4-24cd32101ef5} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.22 02:11:14.374392 [ 192 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 246 rows starting from the beginning of the part 2026.04.22 02:11:14.374405 [ 5 ] {b07f74ea-d5db-42d7-84e4-24cd32101ef5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.22 02:11:14.374505 [ 192 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2544 rows starting from the beginning of the part 2026.04.22 02:11:14.374594 [ 192 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::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.22 02:11:14.374669 [ 192 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 108 rows starting from the beginning of the part 2026.04.22 02:11:14.374751 [ 192 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 78 rows starting from the beginning of the part 2026.04.22 02:11:14.374818 [ 192 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 108 rows starting from the beginning of the part 2026.04.22 02:11:14.374841 [ 5 ] {b07f74ea-d5db-42d7-84e4-24cd32101ef5} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:14.374879 [ 5 ] {b07f74ea-d5db-42d7-84e4-24cd32101ef5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:11:14.375195 [ 5 ] {b07f74ea-d5db-42d7-84e4-24cd32101ef5} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.22 02:11:14.375420 [ 5 ] {b07f74ea-d5db-42d7-84e4-24cd32101ef5} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): 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.22 02:11:14.375551 [ 5 ] {b07f74ea-d5db-42d7-84e4-24cd32101ef5} executeQuery: Read 26 rows, 1.96 KiB in 0.001224 sec., 21241.830065359478 rows/sec., 1.56 MiB/sec. 2026.04.22 02:11:14.375589 [ 5 ] {b07f74ea-d5db-42d7-84e4-24cd32101ef5} TCPHandler: Processed in 0.001404075 sec. 2026.04.22 02:11:14.375710 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:14.375807 [ 5 ] {115d4889-ec11-448e-917d-07261992370e} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.22 02:11:14.375848 [ 5 ] {115d4889-ec11-448e-917d-07261992370e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.22 02:11:14.376226 [ 191 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 3140 rows, containing 5 columns (5 merged, 0 gathered) in 0.002050247 sec., 1531522.7872544138 rows/sec., 123.57 MiB/sec. 2026.04.22 02:11:14.376272 [ 5 ] {115d4889-ec11-448e-917d-07261992370e} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:14.376312 [ 5 ] {115d4889-ec11-448e-917d-07261992370e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:11:14.376531 [ 192 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.22 02:11:14.376616 [ 5 ] {115d4889-ec11-448e-917d-07261992370e} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.22 02:11:14.376780 [ 192 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_11_2} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:11:14.376832 [ 5 ] {115d4889-ec11-448e-917d-07261992370e} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:11:14.376849 [ 192 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_11_2} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.22 02:11:14.376907 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. 2026.04.22 02:11:14.376933 [ 54 ] {} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.22 02:11:14.376957 [ 5 ] {115d4889-ec11-448e-917d-07261992370e} executeQuery: Read 90 rows, 7.20 KiB in 0.00117 sec., 76923.07692307692 rows/sec., 6.01 MiB/sec. 2026.04.22 02:11:14.376966 [ 54 ] {} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:14.376997 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:11:14.377001 [ 5 ] {115d4889-ec11-448e-917d-07261992370e} TCPHandler: Processed in 0.001340695 sec. 2026.04.22 02:11:14.377142 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:14.377140 [ 193 ] {49c16442-6a08-4771-a070-99aeff5a276e::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.22 02:11:14.377239 [ 5 ] {a7b804fd-04f8-4d3f-8f3a-768d29e481f8} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.22 02:11:14.377286 [ 5 ] {a7b804fd-04f8-4d3f-8f3a-768d29e481f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.22 02:11:14.377314 [ 193 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:11:14.377364 [ 193 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 160 rows starting from the beginning of the part 2026.04.22 02:11:14.377456 [ 193 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1336 rows starting from the beginning of the part 2026.04.22 02:11:14.377505 [ 193 ] {49c16442-6a08-4771-a070-99aeff5a276e::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.22 02:11:14.377546 [ 193 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 93 rows starting from the beginning of the part 2026.04.22 02:11:14.377589 [ 193 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 75 rows starting from the beginning of the part 2026.04.22 02:11:14.377647 [ 193 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 90 rows starting from the beginning of the part 2026.04.22 02:11:14.377677 [ 5 ] {a7b804fd-04f8-4d3f-8f3a-768d29e481f8} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:14.377716 [ 5 ] {a7b804fd-04f8-4d3f-8f3a-768d29e481f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:11:14.378083 [ 5 ] {a7b804fd-04f8-4d3f-8f3a-768d29e481f8} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.22 02:11:14.378289 [ 5 ] {a7b804fd-04f8-4d3f-8f3a-768d29e481f8} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:11:14.378481 [ 54 ] {} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.22 02:11:14.378511 [ 5 ] {a7b804fd-04f8-4d3f-8f3a-768d29e481f8} executeQuery: Read 160 rows, 11.41 KiB in 0.00129 sec., 124031.007751938 rows/sec., 8.64 MiB/sec. 2026.04.22 02:11:14.378515 [ 54 ] {} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:14.378555 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:11:14.378556 [ 5 ] {a7b804fd-04f8-4d3f-8f3a-768d29e481f8} TCPHandler: Processed in 0.001461507 sec. 2026.04.22 02:11:14.378630 [ 192 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::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.22 02:11:14.378703 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:14.378707 [ 192 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:11:14.378743 [ 192 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1090 rows starting from the beginning of the part 2026.04.22 02:11:14.378789 [ 192 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2862 rows starting from the beginning of the part 2026.04.22 02:11:14.378797 [ 5 ] {5bbd34c8-529d-402b-b4b0-126ff62d801f} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.22 02:11:14.378826 [ 192 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 96 rows starting from the beginning of the part 2026.04.22 02:11:14.378851 [ 5 ] {5bbd34c8-529d-402b-b4b0-126ff62d801f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.22 02:11:14.378861 [ 192 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::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.22 02:11:14.378897 [ 192 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::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.22 02:11:14.378932 [ 192 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::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.22 02:11:14.378996 [ 195 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1818 rows, containing 5 columns (5 merged, 0 gathered) in 0.001917944 sec., 947890.0322428601 rows/sec., 70.40 MiB/sec. 2026.04.22 02:11:14.379189 [ 193 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.22 02:11:14.379485 [ 193 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_11_2} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:11:14.379573 [ 193 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_11_2} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.22 02:11:14.379650 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. 2026.04.22 02:11:14.379708 [ 5 ] {5bbd34c8-529d-402b-b4b0-126ff62d801f} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:14.379754 [ 5 ] {5bbd34c8-529d-402b-b4b0-126ff62d801f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:11:14.380306 [ 5 ] {5bbd34c8-529d-402b-b4b0-126ff62d801f} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.22 02:11:14.380533 [ 5 ] {5bbd34c8-529d-402b-b4b0-126ff62d801f} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): 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.22 02:11:14.380670 [ 5 ] {5bbd34c8-529d-402b-b4b0-126ff62d801f} executeQuery: Read 26 rows, 47.71 KiB in 0.001891 sec., 13749.338974087783 rows/sec., 24.64 MiB/sec. 2026.04.22 02:11:14.380734 [ 5 ] {5bbd34c8-529d-402b-b4b0-126ff62d801f} TCPHandler: Processed in 0.002078707 sec. 2026.04.22 02:11:14.380865 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:14.380967 [ 5 ] {198a8442-6d84-47ce-9eca-2a57025ee1fd} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.22 02:11:14.381012 [ 5 ] {198a8442-6d84-47ce-9eca-2a57025ee1fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.22 02:11:14.381359 [ 5 ] {198a8442-6d84-47ce-9eca-2a57025ee1fd} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:14.381397 [ 5 ] {198a8442-6d84-47ce-9eca-2a57025ee1fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:11:14.381717 [ 5 ] {198a8442-6d84-47ce-9eca-2a57025ee1fd} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.22 02:11:14.381933 [ 5 ] {198a8442-6d84-47ce-9eca-2a57025ee1fd} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:11:14.382045 [ 54 ] {} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.22 02:11:14.382061 [ 5 ] {198a8442-6d84-47ce-9eca-2a57025ee1fd} executeQuery: Read 60 rows, 4.14 KiB in 0.001114 sec., 53859.964093357274 rows/sec., 3.63 MiB/sec. 2026.04.22 02:11:14.382090 [ 54 ] {} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:14.382111 [ 5 ] {198a8442-6d84-47ce-9eca-2a57025ee1fd} TCPHandler: Processed in 0.001298753 sec. 2026.04.22 02:11:14.382115 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:11:14.382247 [ 195 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::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.22 02:11:14.382384 [ 195 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:11:14.382436 [ 195 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 348 rows starting from the beginning of the part 2026.04.22 02:11:14.382529 [ 195 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 24 rows starting from the beginning of the part 2026.04.22 02:11:14.382579 [ 195 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 36 rows starting from the beginning of the part 2026.04.22 02:11:14.382623 [ 195 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::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.22 02:11:14.382666 [ 195 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::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.22 02:11:14.382708 [ 195 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::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.22 02:11:14.383754 [ 196 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 588 rows, containing 4 columns (4 merged, 0 gathered) in 0.001561617 sec., 376532.78620814194 rows/sec., 25.38 MiB/sec. 2026.04.22 02:11:14.383905 [ 195 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.22 02:11:14.384166 [ 195 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_11_2} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:11:14.384242 [ 195 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_11_2} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.22 02:11:14.384310 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.04.22 02:11:14.385311 [ 196 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 4528 rows, containing 5 columns (5 merged, 0 gathered) in 0.00671105 sec., 674708.1306203947 rows/sec., 44.28 MiB/sec. 2026.04.22 02:11:14.385742 [ 195 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.22 02:11:14.386052 [ 195 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_11_2} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:11:14.386145 [ 195 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_11_2} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.22 02:11:14.386233 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.02 MiB. 2026.04.22 02:11:15.453652 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61321 2026.04.22 02:11:15.453802 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:11:15.453840 [ 3 ] {} TCP-Session: a21357cb-64b4-42c1-969c-7409d2c0a0d7 Authenticating user 'default' from [fd00:1122:3344:101::e]:61321 2026.04.22 02:11:15.453868 [ 3 ] {} TCP-Session: a21357cb-64b4-42c1-969c-7409d2c0a0d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:11:15.453886 [ 3 ] {} TCP-Session: a21357cb-64b4-42c1-969c-7409d2c0a0d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:11:15.454138 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39614 2026.04.22 02:11:15.454169 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37563 2026.04.22 02:11:15.454199 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52264 2026.04.22 02:11:15.454240 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38959 2026.04.22 02:11:15.454253 [ 3 ] {} TCP-Session: a21357cb-64b4-42c1-969c-7409d2c0a0d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:15.454289 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:11:15.454250 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51761 2026.04.22 02:11:15.454345 [ 286 ] {} TCP-Session: 0c389b90-826d-41ae-a0af-ab0242e18beb Authenticating user 'default' from [fd00:1122:3344:101::e]:39614 2026.04.22 02:11:15.454211 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62439 2026.04.22 02:11:15.454385 [ 286 ] {} TCP-Session: 0c389b90-826d-41ae-a0af-ab0242e18beb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:11:15.454417 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:11:15.454429 [ 286 ] {} TCP-Session: 0c389b90-826d-41ae-a0af-ab0242e18beb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:11:15.454194 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41710 2026.04.22 02:11:15.454475 [ 3 ] {544ec710-3d61-4c9c-ad42-86fd8d0243b1} executeQuery: (from [fd00:1122:3344:101::e]:61321) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.22 02:11:15.454510 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:11:15.454226 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40481 2026.04.22 02:11:15.454563 [ 287 ] {} TCP-Session: 7ad8a29f-d0da-4680-89ec-ceb9a85b2bec Authenticating user 'default' from [fd00:1122:3344:101::e]:37563 2026.04.22 02:11:15.454451 [ 289 ] {} TCP-Session: 36dcf2aa-9e04-4f48-8bb2-f8de61497b60 Authenticating user 'default' from [fd00:1122:3344:101::e]:52264 2026.04.22 02:11:15.454608 [ 287 ] {} TCP-Session: 7ad8a29f-d0da-4680-89ec-ceb9a85b2bec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:11:15.454625 [ 289 ] {} TCP-Session: 36dcf2aa-9e04-4f48-8bb2-f8de61497b60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:11:15.454634 [ 287 ] {} TCP-Session: 7ad8a29f-d0da-4680-89ec-ceb9a85b2bec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:11:15.454650 [ 289 ] {} TCP-Session: 36dcf2aa-9e04-4f48-8bb2-f8de61497b60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:11:15.454793 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:11:15.454813 [ 3 ] {544ec710-3d61-4c9c-ad42-86fd8d0243b1} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.22 02:11:15.454833 [ 293 ] {} TCP-Session: a6996aea-4288-45c9-a5f4-b8574b9d1007 Authenticating user 'default' from [fd00:1122:3344:101::e]:51761 2026.04.22 02:11:15.454850 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:11:15.454873 [ 293 ] {} TCP-Session: a6996aea-4288-45c9-a5f4-b8574b9d1007 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:11:15.454896 [ 3 ] {544ec710-3d61-4c9c-ad42-86fd8d0243b1} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.22 02:11:15.454905 [ 293 ] {} TCP-Session: a6996aea-4288-45c9-a5f4-b8574b9d1007 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:11:15.454902 [ 288 ] {} TCP-Session: ec7c9ef0-4d39-468a-88f8-c61393589093 Authenticating user 'default' from [fd00:1122:3344:101::e]:41710 2026.04.22 02:11:15.454849 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:11:15.454977 [ 288 ] {} TCP-Session: ec7c9ef0-4d39-468a-88f8-c61393589093 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:11:15.454992 [ 291 ] {} TCP-Session: 641dc69b-edce-44ab-bb99-8e4d23af315f Authenticating user 'default' from [fd00:1122:3344:101::e]:40481 2026.04.22 02:11:15.454993 [ 288 ] {} TCP-Session: ec7c9ef0-4d39-468a-88f8-c61393589093 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:11:15.455013 [ 291 ] {} TCP-Session: 641dc69b-edce-44ab-bb99-8e4d23af315f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:11:15.455029 [ 291 ] {} TCP-Session: 641dc69b-edce-44ab-bb99-8e4d23af315f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:11:15.455104 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:11:15.455109 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:11:15.455154 [ 290 ] {} TCP-Session: 037533f6-c0e5-4a8d-9cb5-56f5f5ec0f26 Authenticating user 'default' from [fd00:1122:3344:101::e]:62439 2026.04.22 02:11:15.455186 [ 292 ] {} TCP-Session: 6d058a6b-eaa2-41fc-b444-c42d3dcaef0a Authenticating user 'default' from [fd00:1122:3344:101::e]:38959 2026.04.22 02:11:15.455189 [ 290 ] {} TCP-Session: 037533f6-c0e5-4a8d-9cb5-56f5f5ec0f26 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:11:15.455220 [ 292 ] {} TCP-Session: 6d058a6b-eaa2-41fc-b444-c42d3dcaef0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:11:15.455232 [ 290 ] {} TCP-Session: 037533f6-c0e5-4a8d-9cb5-56f5f5ec0f26 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:11:15.455260 [ 3 ] {544ec710-3d61-4c9c-ad42-86fd8d0243b1} oximeter.version (735d4eb2-4688-4764-b1e7-cbcb4ccf556e) (SelectExecutor): Key condition: unknown 2026.04.22 02:11:15.455264 [ 292 ] {} TCP-Session: 6d058a6b-eaa2-41fc-b444-c42d3dcaef0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:11:15.455376 [ 3 ] {544ec710-3d61-4c9c-ad42-86fd8d0243b1} Aggregator: Compile expression max()(UInt64) 0 2026.04.22 02:11:15.608187 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 4262 2026.04.22 02:11:15.608829 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:15.608917 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:11:15.614787 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.22 02:11:15.615135 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): 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.22 02:11:15.615329 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4262 2026.04.22 02:11:15.835417 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2026.04.22 02:11:15.858182 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:15.858266 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:11:15.866422 [ 243 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.22 02:11:15.868029 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): 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.22 02:11:15.873243 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2026.04.22 02:11:15.952016 [ 302 ] {544ec710-3d61-4c9c-ad42-86fd8d0243b1} AggregatingTransform: Aggregating 2026.04.22 02:11:15.952080 [ 302 ] {544ec710-3d61-4c9c-ad42-86fd8d0243b1} Aggregator: Aggregation method: without_key 2026.04.22 02:11:15.952115 [ 302 ] {544ec710-3d61-4c9c-ad42-86fd8d0243b1} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001754771 sec. (569.875 rows/sec., 22.26 KiB/sec.) 2026.04.22 02:11:15.952132 [ 302 ] {544ec710-3d61-4c9c-ad42-86fd8d0243b1} Aggregator: Merging aggregated data 2026.04.22 02:11:15.953299 [ 3 ] {544ec710-3d61-4c9c-ad42-86fd8d0243b1} executeQuery: Read 1 rows, 40.00 B in 0.498883 sec., 2.0044780038606245 rows/sec., 80.18 B/sec. 2026.04.22 02:11:15.953428 [ 3 ] {544ec710-3d61-4c9c-ad42-86fd8d0243b1} MemoryTracker: Peak memory usage (for query): 4.11 MiB. 2026.04.22 02:11:15.953449 [ 3 ] {544ec710-3d61-4c9c-ad42-86fd8d0243b1} TCPHandler: Processed in 0.499311839 sec. 2026.04.22 02:11:15.953611 [ 3 ] {} TCPHandler: Done processing connection. 2026.04.22 02:11:15.953646 [ 3 ] {} TCP-Session: a21357cb-64b4-42c1-969c-7409d2c0a0d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:11:15.953664 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.22 02:11:15.953704 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.22 02:11:15.953725 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.22 02:11:15.953750 [ 286 ] {} TCP-Session: 0c389b90-826d-41ae-a0af-ab0242e18beb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:11:15.953762 [ 293 ] {} TCP-Session: a6996aea-4288-45c9-a5f4-b8574b9d1007 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:11:15.953788 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.22 02:11:15.953804 [ 292 ] {} TCP-Session: 6d058a6b-eaa2-41fc-b444-c42d3dcaef0a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:11:15.953812 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.22 02:11:15.953838 [ 289 ] {} TCP-Session: 36dcf2aa-9e04-4f48-8bb2-f8de61497b60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:11:15.953775 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.22 02:11:15.953896 [ 288 ] {} TCP-Session: ec7c9ef0-4d39-468a-88f8-c61393589093 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:11:15.953753 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.22 02:11:15.953929 [ 291 ] {} TCP-Session: 641dc69b-edce-44ab-bb99-8e4d23af315f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:11:15.953681 [ 287 ] {} TCPHandler: Done processing connection. 2026.04.22 02:11:15.953985 [ 290 ] {} TCP-Session: 037533f6-c0e5-4a8d-9cb5-56f5f5ec0f26 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:11:15.954016 [ 287 ] {} TCP-Session: 7ad8a29f-d0da-4680-89ec-ceb9a85b2bec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:11:16.000275 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 186.34 MiB, peak 196.45 MiB, free memory in arenas 0.00 B, will set to 206.82 MiB (RSS), difference: 20.48 MiB 2026.04.22 02:11:18.106722 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 328 2026.04.22 02:11:18.108742 [ 242 ] {} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:18.108782 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:11:18.109894 [ 242 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.22 02:11:18.110151 [ 242 ] {} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e): 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.22 02:11:18.110289 [ 49 ] {} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.22 02:11:18.110361 [ 49 ] {} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:18.110386 [ 49 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:11:18.110391 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 328 2026.04.22 02:11:18.110533 [ 192 ] {1c79f4fc-384c-445f-a131-dfb467cc319e::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.22 02:11:18.111231 [ 192 ] {1c79f4fc-384c-445f-a131-dfb467cc319e::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:11:18.111394 [ 192 ] {1c79f4fc-384c-445f-a131-dfb467cc319e::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.22 02:11:18.111799 [ 192 ] {1c79f4fc-384c-445f-a131-dfb467cc319e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 84 rows starting from the beginning of the part 2026.04.22 02:11:18.112140 [ 192 ] {1c79f4fc-384c-445f-a131-dfb467cc319e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 40 rows starting from the beginning of the part 2026.04.22 02:11:18.112477 [ 192 ] {1c79f4fc-384c-445f-a131-dfb467cc319e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 68 rows starting from the beginning of the part 2026.04.22 02:11:18.112832 [ 192 ] {1c79f4fc-384c-445f-a131-dfb467cc319e::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.22 02:11:18.113197 [ 192 ] {1c79f4fc-384c-445f-a131-dfb467cc319e::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.22 02:11:18.119531 [ 196 ] {1c79f4fc-384c-445f-a131-dfb467cc319e::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 328 rows, containing 72 columns (72 merged, 0 gathered) in 0.009054202 sec., 36226.27372351533 rows/sec., 36.24 MiB/sec. 2026.04.22 02:11:18.120316 [ 196 ] {1c79f4fc-384c-445f-a131-dfb467cc319e::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.22 02:11:18.120870 [ 196 ] {1c79f4fc-384c-445f-a131-dfb467cc319e::all_1_6_1} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e): 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.22 02:11:18.120938 [ 196 ] {1c79f4fc-384c-445f-a131-dfb467cc319e::all_1_6_1} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.22 02:11:18.121055 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.72 MiB. 2026.04.22 02:11:19.000189 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 206.94 MiB, peak 211.56 MiB, free memory in arenas 0.00 B, will set to 208.18 MiB (RSS), difference: 1.24 MiB 2026.04.22 02:11:19.371255 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:19.371515 [ 5 ] {eec7bbfb-3744-4dbc-b417-cf36353b1715} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.22 02:11:19.371610 [ 5 ] {eec7bbfb-3744-4dbc-b417-cf36353b1715} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.22 02:11:19.372234 [ 5 ] {eec7bbfb-3744-4dbc-b417-cf36353b1715} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:19.372274 [ 5 ] {eec7bbfb-3744-4dbc-b417-cf36353b1715} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:11:19.372665 [ 5 ] {eec7bbfb-3744-4dbc-b417-cf36353b1715} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.22 02:11:19.372891 [ 5 ] {eec7bbfb-3744-4dbc-b417-cf36353b1715} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:11:19.373037 [ 5 ] {eec7bbfb-3744-4dbc-b417-cf36353b1715} executeQuery: Read 78 rows, 6.61 KiB in 0.001593 sec., 48964.21845574388 rows/sec., 4.05 MiB/sec. 2026.04.22 02:11:19.373077 [ 5 ] {eec7bbfb-3744-4dbc-b417-cf36353b1715} TCPHandler: Processed in 0.001986295 sec. 2026.04.22 02:11:19.373195 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:19.373291 [ 5 ] {4cdb92cd-286b-4239-8277-a1b331ec72fe} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.22 02:11:19.373332 [ 5 ] {4cdb92cd-286b-4239-8277-a1b331ec72fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.22 02:11:19.373724 [ 5 ] {4cdb92cd-286b-4239-8277-a1b331ec72fe} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:19.373759 [ 5 ] {4cdb92cd-286b-4239-8277-a1b331ec72fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:11:19.374053 [ 5 ] {4cdb92cd-286b-4239-8277-a1b331ec72fe} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.22 02:11:19.374261 [ 5 ] {4cdb92cd-286b-4239-8277-a1b331ec72fe} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): 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.22 02:11:19.374383 [ 5 ] {4cdb92cd-286b-4239-8277-a1b331ec72fe} executeQuery: Read 11 rows, 847.00 B in 0.00111 sec., 9909.90990990991 rows/sec., 745.18 KiB/sec. 2026.04.22 02:11:19.374419 [ 5 ] {4cdb92cd-286b-4239-8277-a1b331ec72fe} TCPHandler: Processed in 0.001271743 sec. 2026.04.22 02:11:19.374530 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:19.374625 [ 5 ] {d0534162-ef3a-4c9e-9e75-19abbf26df40} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.22 02:11:19.374663 [ 5 ] {d0534162-ef3a-4c9e-9e75-19abbf26df40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.22 02:11:19.375066 [ 5 ] {d0534162-ef3a-4c9e-9e75-19abbf26df40} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:19.375100 [ 5 ] {d0534162-ef3a-4c9e-9e75-19abbf26df40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:11:19.375397 [ 5 ] {d0534162-ef3a-4c9e-9e75-19abbf26df40} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.22 02:11:19.375603 [ 5 ] {d0534162-ef3a-4c9e-9e75-19abbf26df40} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:11:19.375723 [ 5 ] {d0534162-ef3a-4c9e-9e75-19abbf26df40} executeQuery: Read 75 rows, 6.00 KiB in 0.001116 sec., 67204.30107526881 rows/sec., 5.25 MiB/sec. 2026.04.22 02:11:19.375758 [ 5 ] {d0534162-ef3a-4c9e-9e75-19abbf26df40} TCPHandler: Processed in 0.001277693 sec. 2026.04.22 02:11:19.375868 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:19.375963 [ 5 ] {0a41fd4d-2e01-49b0-b152-ab0a2d625755} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.22 02:11:19.376006 [ 5 ] {0a41fd4d-2e01-49b0-b152-ab0a2d625755} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.22 02:11:19.376398 [ 5 ] {0a41fd4d-2e01-49b0-b152-ab0a2d625755} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:19.376433 [ 5 ] {0a41fd4d-2e01-49b0-b152-ab0a2d625755} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:11:19.376754 [ 5 ] {0a41fd4d-2e01-49b0-b152-ab0a2d625755} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.22 02:11:19.376956 [ 5 ] {0a41fd4d-2e01-49b0-b152-ab0a2d625755} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:11:19.377078 [ 5 ] {0a41fd4d-2e01-49b0-b152-ab0a2d625755} executeQuery: Read 160 rows, 11.41 KiB in 0.001134 sec., 141093.47442680775 rows/sec., 9.83 MiB/sec. 2026.04.22 02:11:19.377112 [ 5 ] {0a41fd4d-2e01-49b0-b152-ab0a2d625755} TCPHandler: Processed in 0.001293754 sec. 2026.04.22 02:11:19.377221 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:19.377315 [ 5 ] {1391f2f8-d0c0-474c-a17d-11d80da96401} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.22 02:11:19.377368 [ 5 ] {1391f2f8-d0c0-474c-a17d-11d80da96401} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.22 02:11:19.378076 [ 5 ] {1391f2f8-d0c0-474c-a17d-11d80da96401} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:19.378110 [ 5 ] {1391f2f8-d0c0-474c-a17d-11d80da96401} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:11:19.378625 [ 5 ] {1391f2f8-d0c0-474c-a17d-11d80da96401} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.22 02:11:19.378834 [ 5 ] {1391f2f8-d0c0-474c-a17d-11d80da96401} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): 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.22 02:11:19.378967 [ 5 ] {1391f2f8-d0c0-474c-a17d-11d80da96401} executeQuery: Read 11 rows, 20.18 KiB in 0.001669 sec., 6590.772917914919 rows/sec., 11.81 MiB/sec. 2026.04.22 02:11:19.379017 [ 5 ] {1391f2f8-d0c0-474c-a17d-11d80da96401} TCPHandler: Processed in 0.001843244 sec. 2026.04.22 02:11:19.379128 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:19.379223 [ 5 ] {2da1284e-e578-42f1-b851-0d45deb576ef} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.22 02:11:19.379264 [ 5 ] {2da1284e-e578-42f1-b851-0d45deb576ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.22 02:11:19.379589 [ 5 ] {2da1284e-e578-42f1-b851-0d45deb576ef} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:19.379624 [ 5 ] {2da1284e-e578-42f1-b851-0d45deb576ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:11:19.379923 [ 5 ] {2da1284e-e578-42f1-b851-0d45deb576ef} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.22 02:11:19.380132 [ 5 ] {2da1284e-e578-42f1-b851-0d45deb576ef} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:11:19.380253 [ 5 ] {2da1284e-e578-42f1-b851-0d45deb576ef} executeQuery: Read 60 rows, 4.14 KiB in 0.001049 sec., 57197.33079122974 rows/sec., 3.85 MiB/sec. 2026.04.22 02:11:19.380289 [ 5 ] {2da1284e-e578-42f1-b851-0d45deb576ef} TCPHandler: Processed in 0.001209011 sec. 2026.04.22 02:11:23.047458 [ 37 ] {} DNSResolver: Updating DNS cache 2026.04.22 02:11:23.047533 [ 37 ] {} DNSResolver: Updated DNS cache 2026.04.22 02:11:23.115472 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 4774 2026.04.22 02:11:23.116129 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:23.116198 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:11:23.116926 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.22 02:11:23.117164 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): 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.22 02:11:23.117305 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4774 2026.04.22 02:11:23.373396 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2026.04.22 02:11:23.391767 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:23.391835 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:11:23.397837 [ 243 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.22 02:11:23.398542 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): 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.22 02:11:23.401679 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2026.04.22 02:11:24.000183 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 208.73 MiB, peak 212.73 MiB, free memory in arenas 0.00 B, will set to 210.27 MiB (RSS), difference: 1.54 MiB 2026.04.22 02:11:24.371533 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:24.371709 [ 5 ] {3ead64d5-531f-4607-a850-eddc227c1b44} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.22 02:11:24.371771 [ 5 ] {3ead64d5-531f-4607-a850-eddc227c1b44} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.22 02:11:24.372434 [ 5 ] {3ead64d5-531f-4607-a850-eddc227c1b44} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:24.372472 [ 5 ] {3ead64d5-531f-4607-a850-eddc227c1b44} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:11:24.372875 [ 5 ] {3ead64d5-531f-4607-a850-eddc227c1b44} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.22 02:11:24.373096 [ 5 ] {3ead64d5-531f-4607-a850-eddc227c1b44} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:11:24.373238 [ 5 ] {3ead64d5-531f-4607-a850-eddc227c1b44} executeQuery: Read 108 rows, 9.31 KiB in 0.001577 sec., 68484.46417247939 rows/sec., 5.76 MiB/sec. 2026.04.22 02:11:24.373277 [ 5 ] {3ead64d5-531f-4607-a850-eddc227c1b44} TCPHandler: Processed in 0.001868954 sec. 2026.04.22 02:11:24.373401 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:24.373496 [ 5 ] {8b5dde99-692a-414d-b279-a5b7da309c64} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.22 02:11:24.373536 [ 5 ] {8b5dde99-692a-414d-b279-a5b7da309c64} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.22 02:11:24.373968 [ 5 ] {8b5dde99-692a-414d-b279-a5b7da309c64} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:24.374003 [ 5 ] {8b5dde99-692a-414d-b279-a5b7da309c64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:11:24.374303 [ 5 ] {8b5dde99-692a-414d-b279-a5b7da309c64} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.22 02:11:24.374531 [ 5 ] {8b5dde99-692a-414d-b279-a5b7da309c64} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): 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.22 02:11:24.374614 [ 36 ] {} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.22 02:11:24.374651 [ 5 ] {8b5dde99-692a-414d-b279-a5b7da309c64} executeQuery: Read 26 rows, 1.96 KiB in 0.001174 sec., 22146.50766609881 rows/sec., 1.63 MiB/sec. 2026.04.22 02:11:24.374653 [ 36 ] {} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:24.374683 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:11:24.374687 [ 5 ] {8b5dde99-692a-414d-b279-a5b7da309c64} TCPHandler: Processed in 0.001333764 sec. 2026.04.22 02:11:24.374803 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:24.374825 [ 199 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::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.22 02:11:24.374896 [ 5 ] {4e2d3d5a-4b6f-4d8e-9ba8-bf1f58dd626f} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.22 02:11:24.374940 [ 5 ] {4e2d3d5a-4b6f-4d8e-9ba8-bf1f58dd626f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.22 02:11:24.374984 [ 199 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:11:24.375037 [ 199 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 66 rows starting from the beginning of the part 2026.04.22 02:11:24.375157 [ 199 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 26 rows starting from the beginning of the part 2026.04.22 02:11:24.375220 [ 199 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 11 rows starting from the beginning of the part 2026.04.22 02:11:24.375273 [ 199 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 26 rows starting from the beginning of the part 2026.04.22 02:11:24.375324 [ 199 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 11 rows starting from the beginning of the part 2026.04.22 02:11:24.375358 [ 5 ] {4e2d3d5a-4b6f-4d8e-9ba8-bf1f58dd626f} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:24.375376 [ 199 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 26 rows starting from the beginning of the part 2026.04.22 02:11:24.375399 [ 5 ] {4e2d3d5a-4b6f-4d8e-9ba8-bf1f58dd626f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:11:24.375799 [ 5 ] {4e2d3d5a-4b6f-4d8e-9ba8-bf1f58dd626f} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.22 02:11:24.376036 [ 5 ] {4e2d3d5a-4b6f-4d8e-9ba8-bf1f58dd626f} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:11:24.376165 [ 5 ] {4e2d3d5a-4b6f-4d8e-9ba8-bf1f58dd626f} executeQuery: Read 90 rows, 7.20 KiB in 0.001286 sec., 69984.44790046656 rows/sec., 5.47 MiB/sec. 2026.04.22 02:11:24.376201 [ 5 ] {4e2d3d5a-4b6f-4d8e-9ba8-bf1f58dd626f} TCPHandler: Processed in 0.001444795 sec. 2026.04.22 02:11:24.376314 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:24.376337 [ 196 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 166 rows, containing 5 columns (5 merged, 0 gathered) in 0.001585139 sec., 104722.67731725736 rows/sec., 8.08 MiB/sec. 2026.04.22 02:11:24.376408 [ 5 ] {9f03763f-f788-4f25-a632-057f14791b41} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.22 02:11:24.376450 [ 5 ] {9f03763f-f788-4f25-a632-057f14791b41} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.22 02:11:24.376473 [ 199 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.22 02:11:24.376737 [ 199 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_11_2} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): 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.22 02:11:24.376814 [ 199 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_11_2} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.22 02:11:24.376885 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.04.22 02:11:24.376902 [ 5 ] {9f03763f-f788-4f25-a632-057f14791b41} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:24.376943 [ 5 ] {9f03763f-f788-4f25-a632-057f14791b41} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:11:24.377260 [ 5 ] {9f03763f-f788-4f25-a632-057f14791b41} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.22 02:11:24.377455 [ 5 ] {9f03763f-f788-4f25-a632-057f14791b41} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:11:24.377599 [ 5 ] {9f03763f-f788-4f25-a632-057f14791b41} executeQuery: Read 160 rows, 11.41 KiB in 0.00121 sec., 132231.40495867768 rows/sec., 9.21 MiB/sec. 2026.04.22 02:11:24.377634 [ 5 ] {9f03763f-f788-4f25-a632-057f14791b41} TCPHandler: Processed in 0.001366625 sec. 2026.04.22 02:11:24.377746 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:24.377837 [ 5 ] {8936ba04-17c0-480f-b8ab-7b8f6b1bf632} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.22 02:11:24.377889 [ 5 ] {8936ba04-17c0-480f-b8ab-7b8f6b1bf632} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.22 02:11:24.378628 [ 5 ] {8936ba04-17c0-480f-b8ab-7b8f6b1bf632} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:24.378662 [ 5 ] {8936ba04-17c0-480f-b8ab-7b8f6b1bf632} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:11:24.379161 [ 5 ] {8936ba04-17c0-480f-b8ab-7b8f6b1bf632} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.22 02:11:24.379384 [ 5 ] {8936ba04-17c0-480f-b8ab-7b8f6b1bf632} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): 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.22 02:11:24.379497 [ 36 ] {} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.22 02:11:24.379510 [ 5 ] {8936ba04-17c0-480f-b8ab-7b8f6b1bf632} executeQuery: Read 26 rows, 47.71 KiB in 0.00169 sec., 15384.615384615383 rows/sec., 27.57 MiB/sec. 2026.04.22 02:11:24.379531 [ 36 ] {} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:24.379550 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:11:24.379561 [ 5 ] {8936ba04-17c0-480f-b8ab-7b8f6b1bf632} TCPHandler: Processed in 0.001870464 sec. 2026.04.22 02:11:24.379676 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:24.379680 [ 197 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::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.22 02:11:24.379769 [ 5 ] {9d20a6c2-c071-4ae1-833a-fff4f6fe3bc8} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.22 02:11:24.379823 [ 5 ] {9d20a6c2-c071-4ae1-833a-fff4f6fe3bc8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.22 02:11:24.379947 [ 197 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:11:24.380030 [ 197 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 79 rows starting from the beginning of the part 2026.04.22 02:11:24.380157 [ 5 ] {9d20a6c2-c071-4ae1-833a-fff4f6fe3bc8} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:24.380195 [ 5 ] {9d20a6c2-c071-4ae1-833a-fff4f6fe3bc8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:11:24.380200 [ 197 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 26 rows starting from the beginning of the part 2026.04.22 02:11:24.380322 [ 197 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 11 rows starting from the beginning of the part 2026.04.22 02:11:24.380430 [ 197 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 26 rows starting from the beginning of the part 2026.04.22 02:11:24.380507 [ 5 ] {9d20a6c2-c071-4ae1-833a-fff4f6fe3bc8} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.22 02:11:24.380536 [ 197 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 11 rows starting from the beginning of the part 2026.04.22 02:11:24.380648 [ 197 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 26 rows starting from the beginning of the part 2026.04.22 02:11:24.380721 [ 5 ] {9d20a6c2-c071-4ae1-833a-fff4f6fe3bc8} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:11:24.380848 [ 5 ] {9d20a6c2-c071-4ae1-833a-fff4f6fe3bc8} executeQuery: Read 60 rows, 4.14 KiB in 0.001097 sec., 54694.62169553327 rows/sec., 3.69 MiB/sec. 2026.04.22 02:11:24.380881 [ 5 ] {9d20a6c2-c071-4ae1-833a-fff4f6fe3bc8} TCPHandler: Processed in 0.001251722 sec. 2026.04.22 02:11:24.383160 [ 199 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 179 rows, containing 19 columns (19 merged, 0 gathered) in 0.003539254 sec., 50575.62977960893 rows/sec., 90.63 MiB/sec. 2026.04.22 02:11:24.383559 [ 196 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.22 02:11:24.383946 [ 196 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_11_2} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): 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.22 02:11:24.384015 [ 196 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_11_2} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.22 02:11:24.384118 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.21 MiB. 2026.04.22 02:11:26.354262 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:26.354541 [ 5 ] {4e5cca22-4a26-420c-a72b-dcb0253c31bc} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.22 02:11:26.354642 [ 5 ] {4e5cca22-4a26-420c-a72b-dcb0253c31bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.22 02:11:26.355362 [ 5 ] {4e5cca22-4a26-420c-a72b-dcb0253c31bc} oximeter.fields_i16 (cb937fce-9af2-4ed4-8a2c-50f4b7db9b7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:26.355402 [ 5 ] {4e5cca22-4a26-420c-a72b-dcb0253c31bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:11:26.355809 [ 5 ] {4e5cca22-4a26-420c-a72b-dcb0253c31bc} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.22 02:11:26.356044 [ 5 ] {4e5cca22-4a26-420c-a72b-dcb0253c31bc} oximeter.fields_i16 (cb937fce-9af2-4ed4-8a2c-50f4b7db9b7b): 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.22 02:11:26.356197 [ 5 ] {4e5cca22-4a26-420c-a72b-dcb0253c31bc} executeQuery: Read 24 rows, 2.04 KiB in 0.001733 sec., 13848.817080207733 rows/sec., 1.15 MiB/sec. 2026.04.22 02:11:26.356242 [ 5 ] {4e5cca22-4a26-420c-a72b-dcb0253c31bc} TCPHandler: Processed in 0.002154308 sec. 2026.04.22 02:11:26.356362 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:26.356464 [ 5 ] {2137e61f-8580-411c-bc6c-4b5fb8231691} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.22 02:11:26.356506 [ 5 ] {2137e61f-8580-411c-bc6c-4b5fb8231691} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.22 02:11:26.356907 [ 5 ] {2137e61f-8580-411c-bc6c-4b5fb8231691} oximeter.fields_ipaddr (478e016b-70a4-416f-a4c0-90b63b47c331): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:26.356942 [ 5 ] {2137e61f-8580-411c-bc6c-4b5fb8231691} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:11:26.357244 [ 5 ] {2137e61f-8580-411c-bc6c-4b5fb8231691} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.22 02:11:26.357458 [ 5 ] {2137e61f-8580-411c-bc6c-4b5fb8231691} oximeter.fields_ipaddr (478e016b-70a4-416f-a4c0-90b63b47c331): 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.22 02:11:26.357581 [ 5 ] {2137e61f-8580-411c-bc6c-4b5fb8231691} executeQuery: Read 14 rows, 1.14 KiB in 0.001141 sec., 12269.938650306747 rows/sec., 1000.53 KiB/sec. 2026.04.22 02:11:26.357617 [ 5 ] {2137e61f-8580-411c-bc6c-4b5fb8231691} TCPHandler: Processed in 0.001306614 sec. 2026.04.22 02:11:26.357737 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:26.357832 [ 5 ] {d3a8c9a0-4f01-4c6f-bd02-758a63f633a5} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.22 02:11:26.357872 [ 5 ] {d3a8c9a0-4f01-4c6f-bd02-758a63f633a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.22 02:11:26.359221 [ 5 ] {d3a8c9a0-4f01-4c6f-bd02-758a63f633a5} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:26.359255 [ 5 ] {d3a8c9a0-4f01-4c6f-bd02-758a63f633a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:11:26.359747 [ 5 ] {d3a8c9a0-4f01-4c6f-bd02-758a63f633a5} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.22 02:11:26.359956 [ 5 ] {d3a8c9a0-4f01-4c6f-bd02-758a63f633a5} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:11:26.360080 [ 5 ] {d3a8c9a0-4f01-4c6f-bd02-758a63f633a5} executeQuery: Read 2558 rows, 196.29 KiB in 0.002267 sec., 1128363.4759594179 rows/sec., 84.56 MiB/sec. 2026.04.22 02:11:26.360115 [ 5 ] {d3a8c9a0-4f01-4c6f-bd02-758a63f633a5} TCPHandler: Processed in 0.002426274 sec. 2026.04.22 02:11:26.360242 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:26.360337 [ 5 ] {ee77f247-b9c8-4f2c-abc1-df3c56121674} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.22 02:11:26.360377 [ 5 ] {ee77f247-b9c8-4f2c-abc1-df3c56121674} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.22 02:11:26.360797 [ 5 ] {ee77f247-b9c8-4f2c-abc1-df3c56121674} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:26.360830 [ 5 ] {ee77f247-b9c8-4f2c-abc1-df3c56121674} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:11:26.361123 [ 5 ] {ee77f247-b9c8-4f2c-abc1-df3c56121674} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.22 02:11:26.361325 [ 5 ] {ee77f247-b9c8-4f2c-abc1-df3c56121674} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): 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.22 02:11:26.361447 [ 5 ] {ee77f247-b9c8-4f2c-abc1-df3c56121674} executeQuery: Read 50 rows, 3.74 KiB in 0.001129 sec., 44286.97962798937 rows/sec., 3.24 MiB/sec. 2026.04.22 02:11:26.361482 [ 5 ] {ee77f247-b9c8-4f2c-abc1-df3c56121674} TCPHandler: Processed in 0.001288473 sec. 2026.04.22 02:11:26.361580 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:26.361672 [ 5 ] {a68b91af-747c-48f8-bb62-82db52745fe4} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.22 02:11:26.361710 [ 5 ] {a68b91af-747c-48f8-bb62-82db52745fe4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.22 02:11:26.362302 [ 5 ] {a68b91af-747c-48f8-bb62-82db52745fe4} oximeter.fields_u32 (a10e9abe-df72-475e-a5a2-b131593a6390): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:26.362337 [ 5 ] {a68b91af-747c-48f8-bb62-82db52745fe4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:11:26.362657 [ 5 ] {a68b91af-747c-48f8-bb62-82db52745fe4} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.22 02:11:26.362866 [ 5 ] {a68b91af-747c-48f8-bb62-82db52745fe4} oximeter.fields_u32 (a10e9abe-df72-475e-a5a2-b131593a6390): 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.22 02:11:26.362986 [ 5 ] {a68b91af-747c-48f8-bb62-82db52745fe4} executeQuery: Read 825 rows, 49.42 KiB in 0.001333 sec., 618904.7261815454 rows/sec., 36.20 MiB/sec. 2026.04.22 02:11:26.363022 [ 5 ] {a68b91af-747c-48f8-bb62-82db52745fe4} TCPHandler: Processed in 0.001488737 sec. 2026.04.22 02:11:26.363128 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:26.363222 [ 5 ] {1af27af7-b1fd-4787-bf2d-c263fe16b0e2} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.04.22 02:11:26.363260 [ 5 ] {1af27af7-b1fd-4787-bf2d-c263fe16b0e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.04.22 02:11:26.363637 [ 5 ] {1af27af7-b1fd-4787-bf2d-c263fe16b0e2} oximeter.fields_u64 (0f018eed-693d-4cbc-960b-b0c41195cfef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:26.363670 [ 5 ] {1af27af7-b1fd-4787-bf2d-c263fe16b0e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:11:26.363944 [ 5 ] {1af27af7-b1fd-4787-bf2d-c263fe16b0e2} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.22 02:11:26.364143 [ 5 ] {1af27af7-b1fd-4787-bf2d-c263fe16b0e2} oximeter.fields_u64 (0f018eed-693d-4cbc-960b-b0c41195cfef): 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.22 02:11:26.364261 [ 5 ] {1af27af7-b1fd-4787-bf2d-c263fe16b0e2} executeQuery: Read 1 rows, 72.00 B in 0.001057 sec., 946.073793755913 rows/sec., 66.52 KiB/sec. 2026.04.22 02:11:26.364298 [ 5 ] {1af27af7-b1fd-4787-bf2d-c263fe16b0e2} TCPHandler: Processed in 0.001217782 sec. 2026.04.22 02:11:26.364397 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:26.364488 [ 5 ] {4fb9635b-7734-4a35-bd92-1e78fff282e7} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.22 02:11:26.364526 [ 5 ] {4fb9635b-7734-4a35-bd92-1e78fff282e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.22 02:11:26.364907 [ 5 ] {4fb9635b-7734-4a35-bd92-1e78fff282e7} oximeter.fields_u8 (0477f4e3-c0c2-460d-b2af-9ce97f919b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:26.364942 [ 5 ] {4fb9635b-7734-4a35-bd92-1e78fff282e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:11:26.365225 [ 5 ] {4fb9635b-7734-4a35-bd92-1e78fff282e7} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.22 02:11:26.365427 [ 5 ] {4fb9635b-7734-4a35-bd92-1e78fff282e7} oximeter.fields_u8 (0477f4e3-c0c2-460d-b2af-9ce97f919b1c): 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.22 02:11:26.365547 [ 5 ] {4fb9635b-7734-4a35-bd92-1e78fff282e7} executeQuery: Read 12 rows, 960.00 B in 0.001078 sec., 11131.725417439704 rows/sec., 869.67 KiB/sec. 2026.04.22 02:11:26.365583 [ 5 ] {4fb9635b-7734-4a35-bd92-1e78fff282e7} TCPHandler: Processed in 0.001233973 sec. 2026.04.22 02:11:26.365692 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:26.365787 [ 5 ] {0b52a5f7-b238-4be7-948c-6b5e3c36d65e} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.22 02:11:26.365825 [ 5 ] {0b52a5f7-b238-4be7-948c-6b5e3c36d65e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.22 02:11:26.366581 [ 5 ] {0b52a5f7-b238-4be7-948c-6b5e3c36d65e} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:26.366615 [ 5 ] {0b52a5f7-b238-4be7-948c-6b5e3c36d65e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:11:26.366968 [ 5 ] {0b52a5f7-b238-4be7-948c-6b5e3c36d65e} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.22 02:11:26.367168 [ 5 ] {0b52a5f7-b238-4be7-948c-6b5e3c36d65e} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:11:26.367295 [ 5 ] {0b52a5f7-b238-4be7-948c-6b5e3c36d65e} executeQuery: Read 1356 rows, 93.80 KiB in 0.001525 sec., 889180.3278688524 rows/sec., 60.06 MiB/sec. 2026.04.22 02:11:26.367329 [ 5 ] {0b52a5f7-b238-4be7-948c-6b5e3c36d65e} TCPHandler: Processed in 0.00168764 sec. 2026.04.22 02:11:26.367429 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:26.367521 [ 5 ] {dfa50879-71d6-4a34-8758-92810641a846} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.22 02:11:26.367563 [ 5 ] {dfa50879-71d6-4a34-8758-92810641a846} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.22 02:11:26.368186 [ 5 ] {dfa50879-71d6-4a34-8758-92810641a846} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:26.368220 [ 5 ] {dfa50879-71d6-4a34-8758-92810641a846} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:11:26.368663 [ 5 ] {dfa50879-71d6-4a34-8758-92810641a846} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.22 02:11:26.368876 [ 5 ] {dfa50879-71d6-4a34-8758-92810641a846} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:11:26.368997 [ 5 ] {dfa50879-71d6-4a34-8758-92810641a846} executeQuery: Read 1571 rows, 98.67 KiB in 0.001495 sec., 1050836.1204013377 rows/sec., 64.45 MiB/sec. 2026.04.22 02:11:26.369040 [ 5 ] {dfa50879-71d6-4a34-8758-92810641a846} TCPHandler: Processed in 0.00165898 sec. 2026.04.22 02:11:26.369160 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:26.369253 [ 5 ] {11e11f90-ede7-4909-83e9-54bb19fede9c} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.22 02:11:26.369306 [ 5 ] {11e11f90-ede7-4909-83e9-54bb19fede9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.22 02:11:26.370040 [ 5 ] {11e11f90-ede7-4909-83e9-54bb19fede9c} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:26.370073 [ 5 ] {11e11f90-ede7-4909-83e9-54bb19fede9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:11:26.370587 [ 5 ] {11e11f90-ede7-4909-83e9-54bb19fede9c} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.22 02:11:26.370808 [ 5 ] {11e11f90-ede7-4909-83e9-54bb19fede9c} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): 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.22 02:11:26.370939 [ 5 ] {11e11f90-ede7-4909-83e9-54bb19fede9c} executeQuery: Read 24 rows, 44.04 KiB in 0.001704 sec., 14084.507042253521 rows/sec., 25.24 MiB/sec. 2026.04.22 02:11:26.370999 [ 5 ] {11e11f90-ede7-4909-83e9-54bb19fede9c} TCPHandler: Processed in 0.001887163 sec. 2026.04.22 02:11:26.371111 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:26.371204 [ 5 ] {2ffaa0c1-8379-43b2-87a6-31402a910a9f} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.04.22 02:11:26.371245 [ 5 ] {2ffaa0c1-8379-43b2-87a6-31402a910a9f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.04.22 02:11:26.371557 [ 5 ] {2ffaa0c1-8379-43b2-87a6-31402a910a9f} oximeter.measurements_i64 (1d7a8621-a4f0-4c4a-b3fc-5e64df9cde2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:26.371592 [ 5 ] {2ffaa0c1-8379-43b2-87a6-31402a910a9f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:11:26.371882 [ 5 ] {2ffaa0c1-8379-43b2-87a6-31402a910a9f} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.22 02:11:26.372093 [ 5 ] {2ffaa0c1-8379-43b2-87a6-31402a910a9f} oximeter.measurements_i64 (1d7a8621-a4f0-4c4a-b3fc-5e64df9cde2f): 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.22 02:11:26.372214 [ 5 ] {2ffaa0c1-8379-43b2-87a6-31402a910a9f} executeQuery: Read 3 rows, 217.00 B in 0.001028 sec., 2918.2879377431905 rows/sec., 206.14 KiB/sec. 2026.04.22 02:11:26.372255 [ 5 ] {2ffaa0c1-8379-43b2-87a6-31402a910a9f} TCPHandler: Processed in 0.001192611 sec. 2026.04.22 02:11:26.372355 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:26.372447 [ 5 ] {f1e7a3dc-f590-4781-9086-3c98c139f4b5} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.22 02:11:26.372487 [ 5 ] {f1e7a3dc-f590-4781-9086-3c98c139f4b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.22 02:11:26.372794 [ 5 ] {f1e7a3dc-f590-4781-9086-3c98c139f4b5} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:26.372827 [ 5 ] {f1e7a3dc-f590-4781-9086-3c98c139f4b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:11:26.373126 [ 5 ] {f1e7a3dc-f590-4781-9086-3c98c139f4b5} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.22 02:11:26.373330 [ 5 ] {f1e7a3dc-f590-4781-9086-3c98c139f4b5} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:11:26.373450 [ 5 ] {f1e7a3dc-f590-4781-9086-3c98c139f4b5} executeQuery: Read 24 rows, 1.66 KiB in 0.001022 sec., 23483.365949119376 rows/sec., 1.58 MiB/sec. 2026.04.22 02:11:26.373491 [ 5 ] {f1e7a3dc-f590-4781-9086-3c98c139f4b5} TCPHandler: Processed in 0.001183251 sec. 2026.04.22 02:11:28.110653 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 376 2026.04.22 02:11:28.113237 [ 242 ] {} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:28.113276 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:11:28.114458 [ 242 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.22 02:11:28.114717 [ 242 ] {} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e): 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.22 02:11:28.114945 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 376 2026.04.22 02:11:29.367582 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:29.367774 [ 5 ] {5f92f839-38fd-48b4-be3c-62aa7be159b4} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.22 02:11:29.367843 [ 5 ] {5f92f839-38fd-48b4-be3c-62aa7be159b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.22 02:11:29.368483 [ 5 ] {5f92f839-38fd-48b4-be3c-62aa7be159b4} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:29.368525 [ 5 ] {5f92f839-38fd-48b4-be3c-62aa7be159b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:11:29.368896 [ 5 ] {5f92f839-38fd-48b4-be3c-62aa7be159b4} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.22 02:11:29.369116 [ 5 ] {5f92f839-38fd-48b4-be3c-62aa7be159b4} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:11:29.369255 [ 5 ] {5f92f839-38fd-48b4-be3c-62aa7be159b4} executeQuery: Read 56 rows, 4.41 KiB in 0.001536 sec., 36458.333333333336 rows/sec., 2.80 MiB/sec. 2026.04.22 02:11:29.369295 [ 5 ] {5f92f839-38fd-48b4-be3c-62aa7be159b4} TCPHandler: Processed in 0.001840213 sec. 2026.04.22 02:11:29.369415 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:29.369509 [ 5 ] {2e7b08fe-b4a3-4c84-8fd0-2b692e368080} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.22 02:11:29.369549 [ 5 ] {2e7b08fe-b4a3-4c84-8fd0-2b692e368080} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.22 02:11:29.369951 [ 5 ] {2e7b08fe-b4a3-4c84-8fd0-2b692e368080} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:29.369987 [ 5 ] {2e7b08fe-b4a3-4c84-8fd0-2b692e368080} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:11:29.370281 [ 5 ] {2e7b08fe-b4a3-4c84-8fd0-2b692e368080} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.22 02:11:29.370491 [ 5 ] {2e7b08fe-b4a3-4c84-8fd0-2b692e368080} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:11:29.370611 [ 5 ] {2e7b08fe-b4a3-4c84-8fd0-2b692e368080} executeQuery: Read 64 rows, 5.12 KiB in 0.001121 sec., 57091.882247992864 rows/sec., 4.46 MiB/sec. 2026.04.22 02:11:29.370648 [ 5 ] {2e7b08fe-b4a3-4c84-8fd0-2b692e368080} TCPHandler: Processed in 0.001279783 sec. 2026.04.22 02:11:29.370767 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:29.370860 [ 5 ] {cf1ed227-f436-4a79-a6e7-94fce5cca80c} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.22 02:11:29.370903 [ 5 ] {cf1ed227-f436-4a79-a6e7-94fce5cca80c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.22 02:11:29.371280 [ 5 ] {cf1ed227-f436-4a79-a6e7-94fce5cca80c} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:29.371315 [ 5 ] {cf1ed227-f436-4a79-a6e7-94fce5cca80c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:11:29.371628 [ 5 ] {cf1ed227-f436-4a79-a6e7-94fce5cca80c} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.22 02:11:29.371841 [ 5 ] {cf1ed227-f436-4a79-a6e7-94fce5cca80c} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:11:29.371961 [ 5 ] {cf1ed227-f436-4a79-a6e7-94fce5cca80c} executeQuery: Read 96 rows, 6.85 KiB in 0.001119 sec., 85790.88471849867 rows/sec., 5.98 MiB/sec. 2026.04.22 02:11:29.371996 [ 5 ] {cf1ed227-f436-4a79-a6e7-94fce5cca80c} TCPHandler: Processed in 0.001275072 sec. 2026.04.22 02:11:29.372111 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:29.372202 [ 5 ] {eb29caa5-9640-44ea-895d-ca48debfb275} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.22 02:11:29.372241 [ 5 ] {eb29caa5-9640-44ea-895d-ca48debfb275} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.22 02:11:29.372563 [ 5 ] {eb29caa5-9640-44ea-895d-ca48debfb275} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:29.372598 [ 5 ] {eb29caa5-9640-44ea-895d-ca48debfb275} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:11:29.372891 [ 5 ] {eb29caa5-9640-44ea-895d-ca48debfb275} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.22 02:11:29.373092 [ 5 ] {eb29caa5-9640-44ea-895d-ca48debfb275} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:11:29.373219 [ 5 ] {eb29caa5-9640-44ea-895d-ca48debfb275} executeQuery: Read 36 rows, 2.48 KiB in 0.001035 sec., 34782.608695652176 rows/sec., 2.34 MiB/sec. 2026.04.22 02:11:29.373253 [ 5 ] {eb29caa5-9640-44ea-895d-ca48debfb275} TCPHandler: Processed in 0.001188571 sec. 2026.04.22 02:11:30.617396 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 5222 2026.04.22 02:11:30.617883 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:30.617932 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:11:30.618421 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.22 02:11:30.618659 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): 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.22 02:11:30.618786 [ 27 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.22 02:11:30.618801 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5222 2026.04.22 02:11:30.618856 [ 27 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:30.618883 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:11:30.618982 [ 199 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::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.22 02:11:30.619105 [ 199 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:11:30.619147 [ 199 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2854 rows starting from the beginning of the part 2026.04.22 02:11:30.619215 [ 199 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::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.22 02:11:30.619262 [ 199 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::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.22 02:11:30.619307 [ 199 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::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.22 02:11:30.619351 [ 199 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::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.22 02:11:30.619391 [ 199 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::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.22 02:11:30.620873 [ 187 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5222 rows, containing 4 columns (4 merged, 0 gathered) in 0.001930804 sec., 2704572.8100832608 rows/sec., 38.69 MiB/sec. 2026.04.22 02:11:30.621221 [ 199 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.22 02:11:30.621459 [ 199 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::all_1_11_2} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): 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.22 02:11:30.621530 [ 199 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::all_1_11_2} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.22 02:11:30.621597 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2026.04.22 02:11:30.901753 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 2026.04.22 02:11:30.918221 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:30.918260 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:11:30.923853 [ 243 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.22 02:11:30.924517 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): 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.22 02:11:30.924798 [ 27 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.22 02:11:30.924838 [ 27 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:30.924859 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB. 2026.04.22 02:11:30.924989 [ 187 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::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.22 02:11:30.927548 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2026.04.22 02:11:30.929319 [ 187 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:11:30.930701 [ 187 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::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.22 02:11:30.935163 [ 187 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::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.22 02:11:30.939315 [ 187 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::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.22 02:11:30.943385 [ 187 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::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.22 02:11:30.947827 [ 187 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::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.22 02:11:30.952033 [ 187 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::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.22 02:11:31.001163 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 221.69 MiB, peak 222.08 MiB, free memory in arenas 0.00 B, will set to 219.79 MiB (RSS), difference: -1.90 MiB 2026.04.22 02:11:31.009197 [ 199 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.084262598 sec., 985.015914178198 rows/sec., 5.09 MiB/sec. 2026.04.22 02:11:31.011044 [ 202 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.22 02:11:31.012946 [ 202 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::all_1_11_2} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): 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.22 02:11:31.013052 [ 202 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::all_1_11_2} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.22 02:11:31.014532 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. 2026.04.22 02:11:32.001161 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 210.29 MiB, peak 222.08 MiB, free memory in arenas 0.00 B, will set to 220.63 MiB (RSS), difference: 10.34 MiB 2026.04.22 02:11:34.371698 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:34.371891 [ 5 ] {3f768176-1410-4066-869a-c9c6fec1968e} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.22 02:11:34.371964 [ 5 ] {3f768176-1410-4066-869a-c9c6fec1968e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.22 02:11:34.372609 [ 5 ] {3f768176-1410-4066-869a-c9c6fec1968e} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:34.372653 [ 5 ] {3f768176-1410-4066-869a-c9c6fec1968e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:11:34.373044 [ 5 ] {3f768176-1410-4066-869a-c9c6fec1968e} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.22 02:11:34.373264 [ 5 ] {3f768176-1410-4066-869a-c9c6fec1968e} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:11:34.373408 [ 5 ] {3f768176-1410-4066-869a-c9c6fec1968e} executeQuery: Read 108 rows, 9.31 KiB in 0.001568 sec., 68877.55102040817 rows/sec., 5.80 MiB/sec. 2026.04.22 02:11:34.373405 [ 118 ] {} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.04.22 02:11:34.373450 [ 5 ] {3f768176-1410-4066-869a-c9c6fec1968e} TCPHandler: Processed in 0.001873684 sec. 2026.04.22 02:11:34.373484 [ 118 ] {} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:34.373511 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:11:34.373588 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:34.373633 [ 186 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::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.22 02:11:34.373688 [ 5 ] {a2f49bd4-8ee6-4674-86a4-ad0424d12e6b} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.22 02:11:34.373732 [ 5 ] {a2f49bd4-8ee6-4674-86a4-ad0424d12e6b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.22 02:11:34.373784 [ 186 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:11:34.373823 [ 186 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 2602 rows starting from the beginning of the part 2026.04.22 02:11:34.373912 [ 186 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 78 rows starting from the beginning of the part 2026.04.22 02:11:34.373960 [ 186 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 108 rows starting from the beginning of the part 2026.04.22 02:11:34.374001 [ 186 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2558 rows starting from the beginning of the part 2026.04.22 02:11:34.374054 [ 186 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 56 rows starting from the beginning of the part 2026.04.22 02:11:34.374099 [ 186 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 108 rows starting from the beginning of the part 2026.04.22 02:11:34.374149 [ 5 ] {a2f49bd4-8ee6-4674-86a4-ad0424d12e6b} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:34.374189 [ 5 ] {a2f49bd4-8ee6-4674-86a4-ad0424d12e6b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:11:34.374606 [ 5 ] {a2f49bd4-8ee6-4674-86a4-ad0424d12e6b} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.22 02:11:34.374837 [ 5 ] {a2f49bd4-8ee6-4674-86a4-ad0424d12e6b} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): 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.22 02:11:34.374974 [ 5 ] {a2f49bd4-8ee6-4674-86a4-ad0424d12e6b} executeQuery: Read 26 rows, 1.96 KiB in 0.001305 sec., 19923.37164750958 rows/sec., 1.46 MiB/sec. 2026.04.22 02:11:34.375013 [ 5 ] {a2f49bd4-8ee6-4674-86a4-ad0424d12e6b} TCPHandler: Processed in 0.001475196 sec. 2026.04.22 02:11:34.375134 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:34.375228 [ 5 ] {dac1cf1b-0234-4831-80d9-4ba07c911ae3} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.22 02:11:34.375267 [ 5 ] {dac1cf1b-0234-4831-80d9-4ba07c911ae3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.22 02:11:34.375681 [ 5 ] {dac1cf1b-0234-4831-80d9-4ba07c911ae3} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:34.375717 [ 5 ] {dac1cf1b-0234-4831-80d9-4ba07c911ae3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:11:34.376015 [ 5 ] {dac1cf1b-0234-4831-80d9-4ba07c911ae3} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.22 02:11:34.376243 [ 5 ] {dac1cf1b-0234-4831-80d9-4ba07c911ae3} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:11:34.376368 [ 5 ] {dac1cf1b-0234-4831-80d9-4ba07c911ae3} executeQuery: Read 90 rows, 7.20 KiB in 0.001158 sec., 77720.20725388601 rows/sec., 6.07 MiB/sec. 2026.04.22 02:11:34.376369 [ 202 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 5510 rows, containing 5 columns (5 merged, 0 gathered) in 0.00279422 sec., 1971927.7651723917 rows/sec., 156.52 MiB/sec. 2026.04.22 02:11:34.376406 [ 5 ] {dac1cf1b-0234-4831-80d9-4ba07c911ae3} TCPHandler: Processed in 0.001321904 sec. 2026.04.22 02:11:34.376370 [ 97 ] {} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.04.22 02:11:34.376490 [ 97 ] {} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:34.376523 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:11:34.376544 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:34.376593 [ 186 ] {49c16442-6a08-4771-a070-99aeff5a276e::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.22 02:11:34.376646 [ 5 ] {2e332c40-ccbf-4602-a182-0d8625768945} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.22 02:11:34.376685 [ 186 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:11:34.376693 [ 5 ] {2e332c40-ccbf-4602-a182-0d8625768945} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.22 02:11:34.376728 [ 186 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1390 rows starting from the beginning of the part 2026.04.22 02:11:34.376765 [ 190 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.04.22 02:11:34.376779 [ 186 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 75 rows starting from the beginning of the part 2026.04.22 02:11:34.376824 [ 186 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 90 rows starting from the beginning of the part 2026.04.22 02:11:34.376859 [ 186 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1356 rows starting from the beginning of the part 2026.04.22 02:11:34.376897 [ 186 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 64 rows starting from the beginning of the part 2026.04.22 02:11:34.376937 [ 186 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 90 rows starting from the beginning of the part 2026.04.22 02:11:34.377093 [ 190 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_16_3} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:11:34.377141 [ 5 ] {2e332c40-ccbf-4602-a182-0d8625768945} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:34.377183 [ 5 ] {2e332c40-ccbf-4602-a182-0d8625768945} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:11:34.377192 [ 190 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_16_3} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.04.22 02:11:34.377285 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.05 MiB. 2026.04.22 02:11:34.377546 [ 5 ] {2e332c40-ccbf-4602-a182-0d8625768945} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.22 02:11:34.377786 [ 5 ] {2e332c40-ccbf-4602-a182-0d8625768945} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:11:34.377889 [ 97 ] {} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.04.22 02:11:34.377915 [ 5 ] {2e332c40-ccbf-4602-a182-0d8625768945} executeQuery: Read 160 rows, 11.41 KiB in 0.001288 sec., 124223.60248447204 rows/sec., 8.65 MiB/sec. 2026.04.22 02:11:34.377921 [ 97 ] {} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:34.377954 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:11:34.377958 [ 5 ] {2e332c40-ccbf-4602-a182-0d8625768945} TCPHandler: Processed in 0.001471017 sec. 2026.04.22 02:11:34.378066 [ 194 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::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.22 02:11:34.378078 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:34.378192 [ 5 ] {546bc2bd-b146-4766-a89a-68fd71191bf5} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.22 02:11:34.378213 [ 194 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:11:34.378246 [ 5 ] {546bc2bd-b146-4766-a89a-68fd71191bf5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.22 02:11:34.378264 [ 194 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 4528 rows starting from the beginning of the part 2026.04.22 02:11:34.378286 [ 189 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 3065 rows, containing 5 columns (5 merged, 0 gathered) in 0.00171922 sec., 1782785.216551692 rows/sec., 129.40 MiB/sec. 2026.04.22 02:11:34.378365 [ 194 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::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.22 02:11:34.378424 [ 194 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 160 rows starting from the beginning of the part 2026.04.22 02:11:34.378479 [ 194 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1571 rows starting from the beginning of the part 2026.04.22 02:11:34.378499 [ 186 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.04.22 02:11:34.378530 [ 194 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 96 rows starting from the beginning of the part 2026.04.22 02:11:34.378592 [ 194 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 160 rows starting from the beginning of the part 2026.04.22 02:11:34.378774 [ 186 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_16_3} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:11:34.378855 [ 186 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_16_3} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.04.22 02:11:34.378933 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. 2026.04.22 02:11:34.379068 [ 5 ] {546bc2bd-b146-4766-a89a-68fd71191bf5} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:34.379110 [ 5 ] {546bc2bd-b146-4766-a89a-68fd71191bf5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:11:34.379682 [ 5 ] {546bc2bd-b146-4766-a89a-68fd71191bf5} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.22 02:11:34.379940 [ 5 ] {546bc2bd-b146-4766-a89a-68fd71191bf5} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): 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.22 02:11:34.380077 [ 5 ] {546bc2bd-b146-4766-a89a-68fd71191bf5} executeQuery: Read 26 rows, 47.71 KiB in 0.001903 sec., 13662.637940094588 rows/sec., 24.48 MiB/sec. 2026.04.22 02:11:34.380130 [ 5 ] {546bc2bd-b146-4766-a89a-68fd71191bf5} TCPHandler: Processed in 0.002100057 sec. 2026.04.22 02:11:34.380254 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:34.380348 [ 5 ] {9b1f9128-abf7-4213-b8e5-f6306a2cfe3d} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.22 02:11:34.380401 [ 5 ] {9b1f9128-abf7-4213-b8e5-f6306a2cfe3d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.22 02:11:34.380749 [ 5 ] {9b1f9128-abf7-4213-b8e5-f6306a2cfe3d} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:34.380784 [ 5 ] {9b1f9128-abf7-4213-b8e5-f6306a2cfe3d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:11:34.381098 [ 5 ] {9b1f9128-abf7-4213-b8e5-f6306a2cfe3d} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.22 02:11:34.381305 [ 5 ] {9b1f9128-abf7-4213-b8e5-f6306a2cfe3d} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:11:34.381406 [ 97 ] {} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.04.22 02:11:34.381431 [ 5 ] {9b1f9128-abf7-4213-b8e5-f6306a2cfe3d} executeQuery: Read 60 rows, 4.14 KiB in 0.001101 sec., 54495.91280653951 rows/sec., 3.67 MiB/sec. 2026.04.22 02:11:34.381441 [ 97 ] {} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:34.381456 [ 186 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 6675 rows, containing 5 columns (5 merged, 0 gathered) in 0.003439091 sec., 1940919.8535310638 rows/sec., 126.10 MiB/sec. 2026.04.22 02:11:34.381474 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:11:34.381474 [ 5 ] {9b1f9128-abf7-4213-b8e5-f6306a2cfe3d} TCPHandler: Processed in 0.001269603 sec. 2026.04.22 02:11:34.381558 [ 190 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::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.22 02:11:34.381657 [ 190 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:11:34.381687 [ 190 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 588 rows starting from the beginning of the part 2026.04.22 02:11:34.381760 [ 190 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::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.22 02:11:34.381830 [ 190 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::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.22 02:11:34.381886 [ 190 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 24 rows starting from the beginning of the part 2026.04.22 02:11:34.381938 [ 190 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 36 rows starting from the beginning of the part 2026.04.22 02:11:34.381983 [ 190 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::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.22 02:11:34.382182 [ 189 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.04.22 02:11:34.382510 [ 189 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_16_3} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:11:34.382586 [ 189 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_16_3} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.04.22 02:11:34.382673 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.33 MiB. 2026.04.22 02:11:34.382773 [ 186 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 828 rows, containing 4 columns (4 merged, 0 gathered) in 0.001247922 sec., 663503.0073995009 rows/sec., 44.72 MiB/sec. 2026.04.22 02:11:34.382935 [ 189 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.04.22 02:11:34.383184 [ 189 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_16_3} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:11:34.383246 [ 189 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_16_3} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.04.22 02:11:34.383313 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2026.04.22 02:11:35.000175 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 221.13 MiB, peak 227.92 MiB, free memory in arenas 0.00 B, will set to 222.45 MiB (RSS), difference: 1.31 MiB 2026.04.22 02:11:38.047594 [ 98 ] {} DNSResolver: Updating DNS cache 2026.04.22 02:11:38.047669 [ 98 ] {} DNSResolver: Updated DNS cache 2026.04.22 02:11:38.116103 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 396 2026.04.22 02:11:38.118078 [ 242 ] {} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:38.118117 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:11:38.118910 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 5734 2026.04.22 02:11:38.119246 [ 242 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.22 02:11:38.119518 [ 242 ] {} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e): 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.22 02:11:38.119564 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:38.119610 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:11:38.119755 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 396 2026.04.22 02:11:38.120119 [ 244 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.22 02:11:38.120365 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): 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.22 02:11:38.120498 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5734 2026.04.22 02:11:38.427635 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 2026.04.22 02:11:38.442356 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:38.442412 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:11:38.448205 [ 243 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.22 02:11:38.448890 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): 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.22 02:11:38.451359 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 91 2026.04.22 02:11:39.371894 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:39.372092 [ 5 ] {3bffb4c4-1ce4-4d17-b6f2-f3268d692a1f} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.22 02:11:39.372165 [ 5 ] {3bffb4c4-1ce4-4d17-b6f2-f3268d692a1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.22 02:11:39.372875 [ 5 ] {3bffb4c4-1ce4-4d17-b6f2-f3268d692a1f} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:39.372922 [ 5 ] {3bffb4c4-1ce4-4d17-b6f2-f3268d692a1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:11:39.373339 [ 5 ] {3bffb4c4-1ce4-4d17-b6f2-f3268d692a1f} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.22 02:11:39.373570 [ 5 ] {3bffb4c4-1ce4-4d17-b6f2-f3268d692a1f} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:11:39.373725 [ 5 ] {3bffb4c4-1ce4-4d17-b6f2-f3268d692a1f} executeQuery: Read 86 rows, 7.40 KiB in 0.001686 sec., 51008.303677342825 rows/sec., 4.28 MiB/sec. 2026.04.22 02:11:39.373772 [ 5 ] {3bffb4c4-1ce4-4d17-b6f2-f3268d692a1f} TCPHandler: Processed in 0.002011516 sec. 2026.04.22 02:11:39.373907 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:39.374009 [ 5 ] {3b7c0ede-fd1b-4ede-bb25-cf9e9292b4b6} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.22 02:11:39.374052 [ 5 ] {3b7c0ede-fd1b-4ede-bb25-cf9e9292b4b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.22 02:11:39.374464 [ 5 ] {3b7c0ede-fd1b-4ede-bb25-cf9e9292b4b6} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:39.374501 [ 5 ] {3b7c0ede-fd1b-4ede-bb25-cf9e9292b4b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:11:39.374807 [ 5 ] {3b7c0ede-fd1b-4ede-bb25-cf9e9292b4b6} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.22 02:11:39.375018 [ 5 ] {3b7c0ede-fd1b-4ede-bb25-cf9e9292b4b6} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): 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.22 02:11:39.375147 [ 5 ] {3b7c0ede-fd1b-4ede-bb25-cf9e9292b4b6} executeQuery: Read 15 rows, 1.13 KiB in 0.001162 sec., 12908.777969018933 rows/sec., 970.68 KiB/sec. 2026.04.22 02:11:39.375183 [ 5 ] {3b7c0ede-fd1b-4ede-bb25-cf9e9292b4b6} TCPHandler: Processed in 0.001330204 sec. 2026.04.22 02:11:39.375298 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:39.375393 [ 5 ] {25169fd5-c2d0-4320-baf1-724234ce1564} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.22 02:11:39.375433 [ 5 ] {25169fd5-c2d0-4320-baf1-724234ce1564} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.22 02:11:39.375846 [ 5 ] {25169fd5-c2d0-4320-baf1-724234ce1564} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:39.375882 [ 5 ] {25169fd5-c2d0-4320-baf1-724234ce1564} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:11:39.376184 [ 5 ] {25169fd5-c2d0-4320-baf1-724234ce1564} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.22 02:11:39.376395 [ 5 ] {25169fd5-c2d0-4320-baf1-724234ce1564} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:11:39.376520 [ 5 ] {25169fd5-c2d0-4320-baf1-724234ce1564} executeQuery: Read 79 rows, 6.32 KiB in 0.001146 sec., 68935.42757417103 rows/sec., 5.38 MiB/sec. 2026.04.22 02:11:39.376557 [ 5 ] {25169fd5-c2d0-4320-baf1-724234ce1564} TCPHandler: Processed in 0.001306973 sec. 2026.04.22 02:11:39.376679 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:39.376774 [ 5 ] {bba97fd4-74c8-4501-8f29-4c8bdedf82b6} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.22 02:11:39.376817 [ 5 ] {bba97fd4-74c8-4501-8f29-4c8bdedf82b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.22 02:11:39.377212 [ 5 ] {bba97fd4-74c8-4501-8f29-4c8bdedf82b6} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:39.377247 [ 5 ] {bba97fd4-74c8-4501-8f29-4c8bdedf82b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:11:39.377583 [ 5 ] {bba97fd4-74c8-4501-8f29-4c8bdedf82b6} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.22 02:11:39.377794 [ 5 ] {bba97fd4-74c8-4501-8f29-4c8bdedf82b6} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:11:39.377918 [ 5 ] {bba97fd4-74c8-4501-8f29-4c8bdedf82b6} executeQuery: Read 160 rows, 11.41 KiB in 0.001163 sec., 137575.23645743766 rows/sec., 9.58 MiB/sec. 2026.04.22 02:11:39.377954 [ 5 ] {bba97fd4-74c8-4501-8f29-4c8bdedf82b6} TCPHandler: Processed in 0.001324203 sec. 2026.04.22 02:11:39.378067 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:39.378160 [ 5 ] {14129c6c-0706-451e-9ad5-9c0d49bc8dde} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.22 02:11:39.378214 [ 5 ] {14129c6c-0706-451e-9ad5-9c0d49bc8dde} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.22 02:11:39.378969 [ 5 ] {14129c6c-0706-451e-9ad5-9c0d49bc8dde} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:39.379005 [ 5 ] {14129c6c-0706-451e-9ad5-9c0d49bc8dde} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:11:39.379527 [ 5 ] {14129c6c-0706-451e-9ad5-9c0d49bc8dde} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.22 02:11:39.379742 [ 5 ] {14129c6c-0706-451e-9ad5-9c0d49bc8dde} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): 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.22 02:11:39.379876 [ 5 ] {14129c6c-0706-451e-9ad5-9c0d49bc8dde} executeQuery: Read 15 rows, 27.52 KiB in 0.001734 sec., 8650.519031141868 rows/sec., 15.50 MiB/sec. 2026.04.22 02:11:39.379935 [ 5 ] {14129c6c-0706-451e-9ad5-9c0d49bc8dde} TCPHandler: Processed in 0.001916524 sec. 2026.04.22 02:11:39.380055 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:39.380149 [ 5 ] {547306ca-1539-450b-bba6-5fee23861fc2} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.22 02:11:39.380189 [ 5 ] {547306ca-1539-450b-bba6-5fee23861fc2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.22 02:11:39.380517 [ 5 ] {547306ca-1539-450b-bba6-5fee23861fc2} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:39.380556 [ 5 ] {547306ca-1539-450b-bba6-5fee23861fc2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:11:39.380859 [ 5 ] {547306ca-1539-450b-bba6-5fee23861fc2} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.22 02:11:39.381067 [ 5 ] {547306ca-1539-450b-bba6-5fee23861fc2} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:11:39.381190 [ 5 ] {547306ca-1539-450b-bba6-5fee23861fc2} executeQuery: Read 60 rows, 4.14 KiB in 0.001059 sec., 56657.22379603399 rows/sec., 3.82 MiB/sec. 2026.04.22 02:11:39.381224 [ 5 ] {547306ca-1539-450b-bba6-5fee23861fc2} TCPHandler: Processed in 0.001218022 sec. 2026.04.22 02:11:44.371965 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:44.372250 [ 5 ] {27483c26-2e02-4bab-9ce9-1887135504ea} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.22 02:11:44.372354 [ 5 ] {27483c26-2e02-4bab-9ce9-1887135504ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.22 02:11:44.373076 [ 5 ] {27483c26-2e02-4bab-9ce9-1887135504ea} oximeter.fields_ipaddr (478e016b-70a4-416f-a4c0-90b63b47c331): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:44.373126 [ 5 ] {27483c26-2e02-4bab-9ce9-1887135504ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:11:44.373512 [ 5 ] {27483c26-2e02-4bab-9ce9-1887135504ea} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.22 02:11:44.373746 [ 5 ] {27483c26-2e02-4bab-9ce9-1887135504ea} oximeter.fields_ipaddr (478e016b-70a4-416f-a4c0-90b63b47c331): 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.22 02:11:44.373905 [ 5 ] {27483c26-2e02-4bab-9ce9-1887135504ea} executeQuery: Read 2 rows, 167.00 B in 0.001691 sec., 1182.7321111768185 rows/sec., 96.44 KiB/sec. 2026.04.22 02:11:44.373947 [ 5 ] {27483c26-2e02-4bab-9ce9-1887135504ea} TCPHandler: Processed in 0.002144698 sec. 2026.04.22 02:11:44.374074 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:44.374175 [ 5 ] {0b118141-d449-4428-98c0-88d9f3746eb8} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.22 02:11:44.374215 [ 5 ] {0b118141-d449-4428-98c0-88d9f3746eb8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.22 02:11:44.374653 [ 5 ] {0b118141-d449-4428-98c0-88d9f3746eb8} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:44.374690 [ 5 ] {0b118141-d449-4428-98c0-88d9f3746eb8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:11:44.375004 [ 5 ] {0b118141-d449-4428-98c0-88d9f3746eb8} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.22 02:11:44.375212 [ 5 ] {0b118141-d449-4428-98c0-88d9f3746eb8} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:11:44.375343 [ 5 ] {0b118141-d449-4428-98c0-88d9f3746eb8} executeQuery: Read 109 rows, 9.38 KiB in 0.001189 sec., 91673.67535744324 rows/sec., 7.70 MiB/sec. 2026.04.22 02:11:44.375379 [ 5 ] {0b118141-d449-4428-98c0-88d9f3746eb8} TCPHandler: Processed in 0.001356164 sec. 2026.04.22 02:11:44.375497 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:44.375592 [ 5 ] {2bada6f6-788c-43d0-a877-5ef290f09f0c} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.22 02:11:44.375632 [ 5 ] {2bada6f6-788c-43d0-a877-5ef290f09f0c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.22 02:11:44.376028 [ 5 ] {2bada6f6-788c-43d0-a877-5ef290f09f0c} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:44.376063 [ 5 ] {2bada6f6-788c-43d0-a877-5ef290f09f0c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:11:44.376370 [ 5 ] {2bada6f6-788c-43d0-a877-5ef290f09f0c} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.22 02:11:44.376578 [ 5 ] {2bada6f6-788c-43d0-a877-5ef290f09f0c} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): 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.22 02:11:44.376704 [ 5 ] {2bada6f6-788c-43d0-a877-5ef290f09f0c} executeQuery: Read 28 rows, 2.09 KiB in 0.001131 sec., 24756.85234305924 rows/sec., 1.81 MiB/sec. 2026.04.22 02:11:44.376741 [ 5 ] {2bada6f6-788c-43d0-a877-5ef290f09f0c} TCPHandler: Processed in 0.001293543 sec. 2026.04.22 02:11:44.376853 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:44.376946 [ 5 ] {fd2c1850-3a65-406d-9ce1-fc424df671e1} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.22 02:11:44.376985 [ 5 ] {fd2c1850-3a65-406d-9ce1-fc424df671e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.22 02:11:44.377390 [ 5 ] {fd2c1850-3a65-406d-9ce1-fc424df671e1} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:44.377425 [ 5 ] {fd2c1850-3a65-406d-9ce1-fc424df671e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:11:44.377725 [ 5 ] {fd2c1850-3a65-406d-9ce1-fc424df671e1} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.22 02:11:44.377941 [ 5 ] {fd2c1850-3a65-406d-9ce1-fc424df671e1} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:11:44.378068 [ 5 ] {fd2c1850-3a65-406d-9ce1-fc424df671e1} executeQuery: Read 92 rows, 7.36 KiB in 0.001141 sec., 80631.02541630149 rows/sec., 6.30 MiB/sec. 2026.04.22 02:11:44.378104 [ 5 ] {fd2c1850-3a65-406d-9ce1-fc424df671e1} TCPHandler: Processed in 0.001299733 sec. 2026.04.22 02:11:44.378215 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:44.378308 [ 5 ] {bb35a347-eab6-4efe-8936-bedfa0830299} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.22 02:11:44.378350 [ 5 ] {bb35a347-eab6-4efe-8936-bedfa0830299} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.22 02:11:44.378759 [ 5 ] {bb35a347-eab6-4efe-8936-bedfa0830299} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:44.378795 [ 5 ] {bb35a347-eab6-4efe-8936-bedfa0830299} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:11:44.379121 [ 5 ] {bb35a347-eab6-4efe-8936-bedfa0830299} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.22 02:11:44.379334 [ 5 ] {bb35a347-eab6-4efe-8936-bedfa0830299} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:11:44.379463 [ 5 ] {bb35a347-eab6-4efe-8936-bedfa0830299} executeQuery: Read 161 rows, 11.48 KiB in 0.001172 sec., 137372.01365187712 rows/sec., 9.57 MiB/sec. 2026.04.22 02:11:44.379499 [ 5 ] {bb35a347-eab6-4efe-8936-bedfa0830299} TCPHandler: Processed in 0.001332514 sec. 2026.04.22 02:11:44.379610 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:44.379705 [ 5 ] {d4db8375-832b-429c-9ce5-358476a5bcdb} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.22 02:11:44.379759 [ 5 ] {d4db8375-832b-429c-9ce5-358476a5bcdb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.22 02:11:44.380523 [ 5 ] {d4db8375-832b-429c-9ce5-358476a5bcdb} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:44.380558 [ 5 ] {d4db8375-832b-429c-9ce5-358476a5bcdb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:11:44.381075 [ 5 ] {d4db8375-832b-429c-9ce5-358476a5bcdb} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.22 02:11:44.381314 [ 5 ] {d4db8375-832b-429c-9ce5-358476a5bcdb} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): 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.22 02:11:44.381450 [ 5 ] {d4db8375-832b-429c-9ce5-358476a5bcdb} executeQuery: Read 26 rows, 47.71 KiB in 0.001763 sec., 14747.58933635848 rows/sec., 26.43 MiB/sec. 2026.04.22 02:11:44.381509 [ 5 ] {d4db8375-832b-429c-9ce5-358476a5bcdb} TCPHandler: Processed in 0.001947375 sec. 2026.04.22 02:11:44.381621 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:44.381715 [ 5 ] {1289cf86-c077-4fba-9bde-50c91b6dc331} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.22 02:11:44.381757 [ 5 ] {1289cf86-c077-4fba-9bde-50c91b6dc331} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.22 02:11:44.382112 [ 5 ] {1289cf86-c077-4fba-9bde-50c91b6dc331} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:44.382147 [ 5 ] {1289cf86-c077-4fba-9bde-50c91b6dc331} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:11:44.382451 [ 5 ] {1289cf86-c077-4fba-9bde-50c91b6dc331} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.22 02:11:44.382661 [ 5 ] {1289cf86-c077-4fba-9bde-50c91b6dc331} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:11:44.382800 [ 5 ] {1289cf86-c077-4fba-9bde-50c91b6dc331} executeQuery: Read 60 rows, 4.14 KiB in 0.001104 sec., 54347.82608695653 rows/sec., 3.66 MiB/sec. 2026.04.22 02:11:44.382835 [ 5 ] {1289cf86-c077-4fba-9bde-50c91b6dc331} TCPHandler: Processed in 0.001262922 sec. 2026.04.22 02:11:45.620752 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 6182 2026.04.22 02:11:45.621273 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:45.621326 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:11:45.621921 [ 244 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.22 02:11:45.622195 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): 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.22 02:11:45.622366 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6182 2026.04.22 02:11:45.951577 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 2026.04.22 02:11:45.968531 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:45.968590 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:11:45.974302 [ 243 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.22 02:11:45.974982 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): 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.22 02:11:45.977831 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 98 2026.04.22 02:11:48.120058 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 422 2026.04.22 02:11:48.122198 [ 242 ] {} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:48.122255 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:11:48.123417 [ 242 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.22 02:11:48.123694 [ 242 ] {} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e): 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.22 02:11:48.124049 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 422 2026.04.22 02:11:49.371199 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:49.371476 [ 5 ] {a44e88ce-4d4c-48d3-a5f3-34b46d1dbc1b} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.22 02:11:49.371576 [ 5 ] {a44e88ce-4d4c-48d3-a5f3-34b46d1dbc1b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.22 02:11:49.372286 [ 5 ] {a44e88ce-4d4c-48d3-a5f3-34b46d1dbc1b} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:49.372332 [ 5 ] {a44e88ce-4d4c-48d3-a5f3-34b46d1dbc1b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:11:49.372737 [ 5 ] {a44e88ce-4d4c-48d3-a5f3-34b46d1dbc1b} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.22 02:11:49.372956 [ 5 ] {a44e88ce-4d4c-48d3-a5f3-34b46d1dbc1b} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:11:49.373102 [ 5 ] {a44e88ce-4d4c-48d3-a5f3-34b46d1dbc1b} executeQuery: Read 86 rows, 7.40 KiB in 0.001702 sec., 50528.78965922444 rows/sec., 4.24 MiB/sec. 2026.04.22 02:11:49.373142 [ 5 ] {a44e88ce-4d4c-48d3-a5f3-34b46d1dbc1b} TCPHandler: Processed in 0.002115887 sec. 2026.04.22 02:11:49.373282 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:49.373375 [ 5 ] {02a408ee-bd5c-4271-8c43-c71cfed0baea} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.22 02:11:49.373414 [ 5 ] {02a408ee-bd5c-4271-8c43-c71cfed0baea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.22 02:11:49.373802 [ 5 ] {02a408ee-bd5c-4271-8c43-c71cfed0baea} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:49.373837 [ 5 ] {02a408ee-bd5c-4271-8c43-c71cfed0baea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:11:49.374125 [ 5 ] {02a408ee-bd5c-4271-8c43-c71cfed0baea} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.22 02:11:49.374328 [ 5 ] {02a408ee-bd5c-4271-8c43-c71cfed0baea} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): 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.22 02:11:49.374431 [ 35 ] {} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.04.22 02:11:49.374449 [ 5 ] {02a408ee-bd5c-4271-8c43-c71cfed0baea} executeQuery: Read 15 rows, 1.13 KiB in 0.001093 sec., 13723.696248856359 rows/sec., 1.01 MiB/sec. 2026.04.22 02:11:49.374497 [ 35 ] {} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:49.374505 [ 5 ] {02a408ee-bd5c-4271-8c43-c71cfed0baea} TCPHandler: Processed in 0.001271093 sec. 2026.04.22 02:11:49.374525 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:11:49.374633 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:49.374654 [ 190 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::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.22 02:11:49.374728 [ 5 ] {32574a7d-82ec-4372-93ba-03b94b1a4e75} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.22 02:11:49.374771 [ 5 ] {32574a7d-82ec-4372-93ba-03b94b1a4e75} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.22 02:11:49.374815 [ 190 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:11:49.374852 [ 190 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 71 rows starting from the beginning of the part 2026.04.22 02:11:49.374917 [ 190 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 50 rows starting from the beginning of the part 2026.04.22 02:11:49.374960 [ 190 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 26 rows starting from the beginning of the part 2026.04.22 02:11:49.375000 [ 190 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 15 rows starting from the beginning of the part 2026.04.22 02:11:49.375037 [ 190 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 28 rows starting from the beginning of the part 2026.04.22 02:11:49.375077 [ 190 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 15 rows starting from the beginning of the part 2026.04.22 02:11:49.375191 [ 5 ] {32574a7d-82ec-4372-93ba-03b94b1a4e75} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:49.375232 [ 5 ] {32574a7d-82ec-4372-93ba-03b94b1a4e75} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:11:49.375560 [ 5 ] {32574a7d-82ec-4372-93ba-03b94b1a4e75} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.22 02:11:49.375788 [ 5 ] {32574a7d-82ec-4372-93ba-03b94b1a4e75} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:11:49.375914 [ 5 ] {32574a7d-82ec-4372-93ba-03b94b1a4e75} executeQuery: Read 79 rows, 6.32 KiB in 0.001202 sec., 65723.79367720467 rows/sec., 5.13 MiB/sec. 2026.04.22 02:11:49.375926 [ 188 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 205 rows, containing 5 columns (5 merged, 0 gathered) in 0.001336394 sec., 153397.87517752996 rows/sec., 11.82 MiB/sec. 2026.04.22 02:11:49.375950 [ 5 ] {32574a7d-82ec-4372-93ba-03b94b1a4e75} TCPHandler: Processed in 0.001364654 sec. 2026.04.22 02:11:49.376057 [ 190 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.04.22 02:11:49.376068 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:49.376169 [ 5 ] {8055d25f-194d-42cf-bc8a-a36f90de1ae0} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.22 02:11:49.376214 [ 5 ] {8055d25f-194d-42cf-bc8a-a36f90de1ae0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.22 02:11:49.376311 [ 190 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_16_3} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): 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.22 02:11:49.376386 [ 190 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_16_3} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.04.22 02:11:49.376460 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.04.22 02:11:49.376630 [ 5 ] {8055d25f-194d-42cf-bc8a-a36f90de1ae0} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:49.376670 [ 5 ] {8055d25f-194d-42cf-bc8a-a36f90de1ae0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:11:49.377010 [ 5 ] {8055d25f-194d-42cf-bc8a-a36f90de1ae0} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.22 02:11:49.377213 [ 5 ] {8055d25f-194d-42cf-bc8a-a36f90de1ae0} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:11:49.377337 [ 5 ] {8055d25f-194d-42cf-bc8a-a36f90de1ae0} executeQuery: Read 160 rows, 11.41 KiB in 0.001186 sec., 134907.25126475547 rows/sec., 9.40 MiB/sec. 2026.04.22 02:11:49.377372 [ 5 ] {8055d25f-194d-42cf-bc8a-a36f90de1ae0} TCPHandler: Processed in 0.001350944 sec. 2026.04.22 02:11:49.377484 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:49.377575 [ 5 ] {a0d8ce42-0252-4434-a312-81fea53e8ee5} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.22 02:11:49.377627 [ 5 ] {a0d8ce42-0252-4434-a312-81fea53e8ee5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.22 02:11:49.378453 [ 5 ] {a0d8ce42-0252-4434-a312-81fea53e8ee5} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:49.378490 [ 5 ] {a0d8ce42-0252-4434-a312-81fea53e8ee5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:11:49.379109 [ 5 ] {a0d8ce42-0252-4434-a312-81fea53e8ee5} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.22 02:11:49.379374 [ 5 ] {a0d8ce42-0252-4434-a312-81fea53e8ee5} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): 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.22 02:11:49.379501 [ 87 ] {} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.04.22 02:11:49.379538 [ 5 ] {a0d8ce42-0252-4434-a312-81fea53e8ee5} executeQuery: Read 15 rows, 27.52 KiB in 0.001978 sec., 7583.417593528817 rows/sec., 13.59 MiB/sec. 2026.04.22 02:11:49.379552 [ 87 ] {} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:49.379585 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:11:49.379606 [ 5 ] {a0d8ce42-0252-4434-a312-81fea53e8ee5} TCPHandler: Processed in 0.002167149 sec. 2026.04.22 02:11:49.379668 [ 190 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::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.22 02:11:49.379753 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:49.379853 [ 5 ] {6dd4dc89-2333-40f5-b9ce-64cba18a0150} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.22 02:11:49.379861 [ 190 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:11:49.379899 [ 5 ] {6dd4dc89-2333-40f5-b9ce-64cba18a0150} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.22 02:11:49.379914 [ 190 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 179 rows starting from the beginning of the part 2026.04.22 02:11:49.380034 [ 190 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 24 rows starting from the beginning of the part 2026.04.22 02:11:49.380141 [ 190 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 26 rows starting from the beginning of the part 2026.04.22 02:11:49.380242 [ 190 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 15 rows starting from the beginning of the part 2026.04.22 02:11:49.380260 [ 5 ] {6dd4dc89-2333-40f5-b9ce-64cba18a0150} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:49.380301 [ 5 ] {6dd4dc89-2333-40f5-b9ce-64cba18a0150} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:11:49.380336 [ 190 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 26 rows starting from the beginning of the part 2026.04.22 02:11:49.380435 [ 190 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 15 rows starting from the beginning of the part 2026.04.22 02:11:49.380619 [ 5 ] {6dd4dc89-2333-40f5-b9ce-64cba18a0150} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.22 02:11:49.380882 [ 5 ] {6dd4dc89-2333-40f5-b9ce-64cba18a0150} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:11:49.381014 [ 5 ] {6dd4dc89-2333-40f5-b9ce-64cba18a0150} executeQuery: Read 60 rows, 4.14 KiB in 0.001179 sec., 50890.58524173028 rows/sec., 3.43 MiB/sec. 2026.04.22 02:11:49.381051 [ 5 ] {6dd4dc89-2333-40f5-b9ce-64cba18a0150} TCPHandler: Processed in 0.001362564 sec. 2026.04.22 02:11:49.383356 [ 188 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 285 rows, containing 19 columns (19 merged, 0 gathered) in 0.003724236 sec., 76525.76259936266 rows/sec., 137.13 MiB/sec. 2026.04.22 02:11:49.383983 [ 200 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.04.22 02:11:49.384353 [ 200 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_16_3} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): 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.22 02:11:49.384426 [ 200 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_16_3} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.04.22 02:11:49.384541 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.56 MiB. 2026.04.22 02:11:53.047718 [ 47 ] {} DNSResolver: Updating DNS cache 2026.04.22 02:11:53.047801 [ 47 ] {} DNSResolver: Updated DNS cache 2026.04.22 02:11:53.122506 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 6694 2026.04.22 02:11:53.123048 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:53.123086 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:11:53.123560 [ 244 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.22 02:11:53.123811 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): 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.22 02:11:53.123933 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6694 2026.04.22 02:11:53.477957 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 2026.04.22 02:11:53.495190 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:53.495242 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:11:53.501280 [ 243 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.22 02:11:53.501981 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): 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.22 02:11:53.504985 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 106 2026.04.22 02:11:54.372045 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:54.372228 [ 5 ] {1191078f-9007-4c0b-8bbd-38d37616da0c} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.22 02:11:54.372295 [ 5 ] {1191078f-9007-4c0b-8bbd-38d37616da0c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.22 02:11:54.372999 [ 5 ] {1191078f-9007-4c0b-8bbd-38d37616da0c} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:54.373050 [ 5 ] {1191078f-9007-4c0b-8bbd-38d37616da0c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:11:54.373459 [ 5 ] {1191078f-9007-4c0b-8bbd-38d37616da0c} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.22 02:11:54.373687 [ 5 ] {1191078f-9007-4c0b-8bbd-38d37616da0c} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:11:54.373846 [ 5 ] {1191078f-9007-4c0b-8bbd-38d37616da0c} executeQuery: Read 108 rows, 9.31 KiB in 0.00167 sec., 64670.65868263473 rows/sec., 5.44 MiB/sec. 2026.04.22 02:11:54.373897 [ 5 ] {1191078f-9007-4c0b-8bbd-38d37616da0c} TCPHandler: Processed in 0.001982055 sec. 2026.04.22 02:11:54.374039 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:54.374144 [ 5 ] {17a9e330-a853-49fd-b377-433947d9bf77} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.22 02:11:54.374188 [ 5 ] {17a9e330-a853-49fd-b377-433947d9bf77} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.22 02:11:54.374611 [ 5 ] {17a9e330-a853-49fd-b377-433947d9bf77} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:54.374650 [ 5 ] {17a9e330-a853-49fd-b377-433947d9bf77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:11:54.374963 [ 5 ] {17a9e330-a853-49fd-b377-433947d9bf77} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.22 02:11:54.375182 [ 5 ] {17a9e330-a853-49fd-b377-433947d9bf77} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): 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.22 02:11:54.375313 [ 5 ] {17a9e330-a853-49fd-b377-433947d9bf77} executeQuery: Read 26 rows, 1.96 KiB in 0.001194 sec., 21775.544388609716 rows/sec., 1.60 MiB/sec. 2026.04.22 02:11:54.375352 [ 5 ] {17a9e330-a853-49fd-b377-433947d9bf77} TCPHandler: Processed in 0.001362945 sec. 2026.04.22 02:11:54.375467 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:54.375564 [ 5 ] {55d4eeb6-8e2e-4e9e-af14-33957ac345bc} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.22 02:11:54.375605 [ 5 ] {55d4eeb6-8e2e-4e9e-af14-33957ac345bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.22 02:11:54.376026 [ 5 ] {55d4eeb6-8e2e-4e9e-af14-33957ac345bc} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:54.376064 [ 5 ] {55d4eeb6-8e2e-4e9e-af14-33957ac345bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:11:54.376385 [ 5 ] {55d4eeb6-8e2e-4e9e-af14-33957ac345bc} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.22 02:11:54.376609 [ 5 ] {55d4eeb6-8e2e-4e9e-af14-33957ac345bc} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:11:54.376734 [ 5 ] {55d4eeb6-8e2e-4e9e-af14-33957ac345bc} executeQuery: Read 90 rows, 7.20 KiB in 0.001189 sec., 75693.86038687974 rows/sec., 5.91 MiB/sec. 2026.04.22 02:11:54.376771 [ 5 ] {55d4eeb6-8e2e-4e9e-af14-33957ac345bc} TCPHandler: Processed in 0.001352624 sec. 2026.04.22 02:11:54.376898 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:54.376993 [ 5 ] {257af458-5e1f-4bcf-b138-c8e397ef3c4b} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.22 02:11:54.377035 [ 5 ] {257af458-5e1f-4bcf-b138-c8e397ef3c4b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.22 02:11:54.377436 [ 5 ] {257af458-5e1f-4bcf-b138-c8e397ef3c4b} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:54.377472 [ 5 ] {257af458-5e1f-4bcf-b138-c8e397ef3c4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:11:54.377803 [ 5 ] {257af458-5e1f-4bcf-b138-c8e397ef3c4b} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.22 02:11:54.378012 [ 5 ] {257af458-5e1f-4bcf-b138-c8e397ef3c4b} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:11:54.378137 [ 5 ] {257af458-5e1f-4bcf-b138-c8e397ef3c4b} executeQuery: Read 160 rows, 11.41 KiB in 0.001163 sec., 137575.23645743766 rows/sec., 9.58 MiB/sec. 2026.04.22 02:11:54.378173 [ 5 ] {257af458-5e1f-4bcf-b138-c8e397ef3c4b} TCPHandler: Processed in 0.001324803 sec. 2026.04.22 02:11:54.378289 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:54.378382 [ 5 ] {20cf47a8-8307-4b8b-89e5-2500daedd33c} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.22 02:11:54.378437 [ 5 ] {20cf47a8-8307-4b8b-89e5-2500daedd33c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.22 02:11:54.379305 [ 5 ] {20cf47a8-8307-4b8b-89e5-2500daedd33c} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:54.379342 [ 5 ] {20cf47a8-8307-4b8b-89e5-2500daedd33c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:11:54.379872 [ 5 ] {20cf47a8-8307-4b8b-89e5-2500daedd33c} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.22 02:11:54.380098 [ 5 ] {20cf47a8-8307-4b8b-89e5-2500daedd33c} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): 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.22 02:11:54.380231 [ 5 ] {20cf47a8-8307-4b8b-89e5-2500daedd33c} executeQuery: Read 26 rows, 47.71 KiB in 0.001866 sec., 13933.547695605574 rows/sec., 24.97 MiB/sec. 2026.04.22 02:11:54.380292 [ 5 ] {20cf47a8-8307-4b8b-89e5-2500daedd33c} TCPHandler: Processed in 0.002051476 sec. 2026.04.22 02:11:54.380423 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:54.380518 [ 5 ] {b0bd7cf1-d8c2-4317-b308-b63bd08fd8eb} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.22 02:11:54.380560 [ 5 ] {b0bd7cf1-d8c2-4317-b308-b63bd08fd8eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.22 02:11:54.380905 [ 5 ] {b0bd7cf1-d8c2-4317-b308-b63bd08fd8eb} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:54.380942 [ 5 ] {b0bd7cf1-d8c2-4317-b308-b63bd08fd8eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:11:54.381247 [ 5 ] {b0bd7cf1-d8c2-4317-b308-b63bd08fd8eb} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.22 02:11:54.381460 [ 5 ] {b0bd7cf1-d8c2-4317-b308-b63bd08fd8eb} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:11:54.381585 [ 5 ] {b0bd7cf1-d8c2-4317-b308-b63bd08fd8eb} executeQuery: Read 60 rows, 4.14 KiB in 0.001085 sec., 55299.53917050691 rows/sec., 3.73 MiB/sec. 2026.04.22 02:11:54.381620 [ 5 ] {b0bd7cf1-d8c2-4317-b308-b63bd08fd8eb} TCPHandler: Processed in 0.001246752 sec. 2026.04.22 02:11:55.696630 [ 62 ] {} oximeter.fields_ipaddr (478e016b-70a4-416f-a4c0-90b63b47c331) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.04.22 02:11:55.696693 [ 62 ] {} oximeter.fields_ipaddr (478e016b-70a4-416f-a4c0-90b63b47c331): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:55.696714 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:11:55.696819 [ 190 ] {478e016b-70a4-416f-a4c0-90b63b47c331::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.22 02:11:55.696965 [ 190 ] {478e016b-70a4-416f-a4c0-90b63b47c331::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:11:55.697004 [ 190 ] {478e016b-70a4-416f-a4c0-90b63b47c331::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.22 02:11:55.697067 [ 190 ] {478e016b-70a4-416f-a4c0-90b63b47c331::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.22 02:11:55.697109 [ 190 ] {478e016b-70a4-416f-a4c0-90b63b47c331::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part 2026.04.22 02:11:55.697150 [ 190 ] {478e016b-70a4-416f-a4c0-90b63b47c331::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 14 rows starting from the beginning of the part 2026.04.22 02:11:55.697190 [ 190 ] {478e016b-70a4-416f-a4c0-90b63b47c331::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part 2026.04.22 02:11:55.697912 [ 200 ] {478e016b-70a4-416f-a4c0-90b63b47c331::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.00113512 sec., 26428.923814222282 rows/sec., 2.21 MiB/sec. 2026.04.22 02:11:55.698109 [ 188 ] {478e016b-70a4-416f-a4c0-90b63b47c331::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.04.22 02:11:55.698413 [ 188 ] {478e016b-70a4-416f-a4c0-90b63b47c331::all_1_5_1} oximeter.fields_ipaddr (478e016b-70a4-416f-a4c0-90b63b47c331): 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.22 02:11:55.698488 [ 188 ] {478e016b-70a4-416f-a4c0-90b63b47c331::all_1_5_1} oximeter.fields_ipaddr (478e016b-70a4-416f-a4c0-90b63b47c331) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.04.22 02:11:55.698614 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.04.22 02:11:56.353270 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:56.353475 [ 5 ] {16ee6e3f-2dfe-429b-ac87-1d8dafedaa5b} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.22 02:11:56.353548 [ 5 ] {16ee6e3f-2dfe-429b-ac87-1d8dafedaa5b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.22 02:11:56.354210 [ 5 ] {16ee6e3f-2dfe-429b-ac87-1d8dafedaa5b} oximeter.fields_ipaddr (478e016b-70a4-416f-a4c0-90b63b47c331): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:56.354260 [ 5 ] {16ee6e3f-2dfe-429b-ac87-1d8dafedaa5b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:11:56.354709 [ 5 ] {16ee6e3f-2dfe-429b-ac87-1d8dafedaa5b} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.22 02:11:56.354967 [ 5 ] {16ee6e3f-2dfe-429b-ac87-1d8dafedaa5b} oximeter.fields_ipaddr (478e016b-70a4-416f-a4c0-90b63b47c331): 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.22 02:11:56.355151 [ 5 ] {16ee6e3f-2dfe-429b-ac87-1d8dafedaa5b} executeQuery: Read 2 rows, 167.00 B in 0.001731 sec., 1155.4015020219526 rows/sec., 94.21 KiB/sec. 2026.04.22 02:11:56.355204 [ 5 ] {16ee6e3f-2dfe-429b-ac87-1d8dafedaa5b} TCPHandler: Processed in 0.002077257 sec. 2026.04.22 02:11:56.355329 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:56.355434 [ 5 ] {7428f937-3377-4e4b-9e65-86deb9796552} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.22 02:11:56.355479 [ 5 ] {7428f937-3377-4e4b-9e65-86deb9796552} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.22 02:11:56.356815 [ 5 ] {7428f937-3377-4e4b-9e65-86deb9796552} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:56.356854 [ 5 ] {7428f937-3377-4e4b-9e65-86deb9796552} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:11:56.357341 [ 5 ] {7428f937-3377-4e4b-9e65-86deb9796552} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.22 02:11:56.357558 [ 5 ] {7428f937-3377-4e4b-9e65-86deb9796552} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:11:56.357675 [ 9 ] {} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.04.22 02:11:56.357694 [ 5 ] {7428f937-3377-4e4b-9e65-86deb9796552} executeQuery: Read 2432 rows, 184.39 KiB in 0.002284 sec., 1064798.5989492119 rows/sec., 78.84 MiB/sec. 2026.04.22 02:11:56.357750 [ 9 ] {} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:56.357757 [ 5 ] {7428f937-3377-4e4b-9e65-86deb9796552} TCPHandler: Processed in 0.002481014 sec. 2026.04.22 02:11:56.357783 [ 9 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:11:56.357891 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:56.357945 [ 198 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::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.22 02:11:56.357994 [ 5 ] {249613fe-cb64-40cf-9f66-4cb2f7120e33} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.22 02:11:56.358042 [ 5 ] {249613fe-cb64-40cf-9f66-4cb2f7120e33} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.22 02:11:56.358126 [ 198 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:11:56.358180 [ 198 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 2614 rows starting from the beginning of the part 2026.04.22 02:11:56.358287 [ 198 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 86 rows starting from the beginning of the part 2026.04.22 02:11:56.358345 [ 198 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 109 rows starting from the beginning of the part 2026.04.22 02:11:56.358404 [ 198 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 86 rows starting from the beginning of the part 2026.04.22 02:11:56.358457 [ 198 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 108 rows starting from the beginning of the part 2026.04.22 02:11:56.358465 [ 5 ] {249613fe-cb64-40cf-9f66-4cb2f7120e33} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:56.358509 [ 5 ] {249613fe-cb64-40cf-9f66-4cb2f7120e33} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:11:56.358515 [ 198 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 2432 rows starting from the beginning of the part 2026.04.22 02:11:56.358889 [ 5 ] {249613fe-cb64-40cf-9f66-4cb2f7120e33} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.22 02:11:56.359133 [ 5 ] {249613fe-cb64-40cf-9f66-4cb2f7120e33} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): 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.22 02:11:56.359276 [ 5 ] {249613fe-cb64-40cf-9f66-4cb2f7120e33} executeQuery: Read 26 rows, 1.94 KiB in 0.001302 sec., 19969.278033794162 rows/sec., 1.46 MiB/sec. 2026.04.22 02:11:56.359314 [ 5 ] {249613fe-cb64-40cf-9f66-4cb2f7120e33} TCPHandler: Processed in 0.001474526 sec. 2026.04.22 02:11:56.359442 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:56.359540 [ 5 ] {44a7a293-14be-4359-832d-37788a111641} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.22 02:11:56.359581 [ 5 ] {44a7a293-14be-4359-832d-37788a111641} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.22 02:11:56.360229 [ 5 ] {44a7a293-14be-4359-832d-37788a111641} oximeter.fields_u32 (a10e9abe-df72-475e-a5a2-b131593a6390): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:56.360267 [ 5 ] {44a7a293-14be-4359-832d-37788a111641} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:11:56.360612 [ 5 ] {44a7a293-14be-4359-832d-37788a111641} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.22 02:11:56.360831 [ 5 ] {44a7a293-14be-4359-832d-37788a111641} oximeter.fields_u32 (a10e9abe-df72-475e-a5a2-b131593a6390): 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.22 02:11:56.360937 [ 188 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 5435 rows, containing 5 columns (5 merged, 0 gathered) in 0.003077345 sec., 1766132.8190371895 rows/sec., 139.82 MiB/sec. 2026.04.22 02:11:56.360961 [ 5 ] {44a7a293-14be-4359-832d-37788a111641} executeQuery: Read 801 rows, 47.38 KiB in 0.001439 sec., 556636.5531619181 rows/sec., 32.15 MiB/sec. 2026.04.22 02:11:56.360999 [ 5 ] {44a7a293-14be-4359-832d-37788a111641} TCPHandler: Processed in 0.001606818 sec. 2026.04.22 02:11:56.361122 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:56.361217 [ 5 ] {045004f7-55be-4129-819c-6ae4490c2ee8} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.04.22 02:11:56.361258 [ 5 ] {045004f7-55be-4129-819c-6ae4490c2ee8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.04.22 02:11:56.361325 [ 200 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.04.22 02:11:56.361619 [ 200 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_21_4} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:11:56.361646 [ 5 ] {045004f7-55be-4129-819c-6ae4490c2ee8} oximeter.fields_u64 (0f018eed-693d-4cbc-960b-b0c41195cfef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:56.361682 [ 5 ] {045004f7-55be-4129-819c-6ae4490c2ee8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:11:56.361696 [ 200 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_21_4} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.04.22 02:11:56.361784 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB. 2026.04.22 02:11:56.361970 [ 5 ] {045004f7-55be-4129-819c-6ae4490c2ee8} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.22 02:11:56.362174 [ 5 ] {045004f7-55be-4129-819c-6ae4490c2ee8} oximeter.fields_u64 (0f018eed-693d-4cbc-960b-b0c41195cfef): 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.22 02:11:56.362298 [ 5 ] {045004f7-55be-4129-819c-6ae4490c2ee8} executeQuery: Read 1 rows, 72.00 B in 0.001099 sec., 909.9181073703368 rows/sec., 63.98 KiB/sec. 2026.04.22 02:11:56.362335 [ 5 ] {045004f7-55be-4129-819c-6ae4490c2ee8} TCPHandler: Processed in 0.001263163 sec. 2026.04.22 02:11:56.362451 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:56.362546 [ 5 ] {dcca7655-e1ba-46b2-b635-70f765b71876} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.22 02:11:56.362585 [ 5 ] {dcca7655-e1ba-46b2-b635-70f765b71876} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.22 02:11:56.363384 [ 5 ] {dcca7655-e1ba-46b2-b635-70f765b71876} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:56.363421 [ 5 ] {dcca7655-e1ba-46b2-b635-70f765b71876} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:11:56.363790 [ 5 ] {dcca7655-e1ba-46b2-b635-70f765b71876} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.22 02:11:56.364021 [ 5 ] {dcca7655-e1ba-46b2-b635-70f765b71876} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:11:56.364125 [ 9 ] {} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.04.22 02:11:56.364147 [ 5 ] {dcca7655-e1ba-46b2-b635-70f765b71876} executeQuery: Read 1305 rows, 89.32 KiB in 0.001619 sec., 806053.1192093885 rows/sec., 53.88 MiB/sec. 2026.04.22 02:11:56.364164 [ 9 ] {} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:56.364188 [ 9 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:11:56.364190 [ 5 ] {dcca7655-e1ba-46b2-b635-70f765b71876} TCPHandler: Processed in 0.001788452 sec. 2026.04.22 02:11:56.364269 [ 198 ] {49c16442-6a08-4771-a070-99aeff5a276e::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.22 02:11:56.364317 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:56.364376 [ 198 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:11:56.364410 [ 198 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1401 rows starting from the beginning of the part 2026.04.22 02:11:56.364417 [ 5 ] {e5bfc3cf-9d3b-49bc-b671-7a368f02ef69} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.22 02:11:56.364467 [ 198 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 79 rows starting from the beginning of the part 2026.04.22 02:11:56.364469 [ 5 ] {e5bfc3cf-9d3b-49bc-b671-7a368f02ef69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.22 02:11:56.364516 [ 198 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 92 rows starting from the beginning of the part 2026.04.22 02:11:56.364561 [ 198 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 79 rows starting from the beginning of the part 2026.04.22 02:11:56.364605 [ 198 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 90 rows starting from the beginning of the part 2026.04.22 02:11:56.364649 [ 198 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1305 rows starting from the beginning of the part 2026.04.22 02:11:56.365129 [ 5 ] {e5bfc3cf-9d3b-49bc-b671-7a368f02ef69} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:56.365171 [ 5 ] {e5bfc3cf-9d3b-49bc-b671-7a368f02ef69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:11:56.365634 [ 5 ] {e5bfc3cf-9d3b-49bc-b671-7a368f02ef69} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.22 02:11:56.365852 [ 5 ] {e5bfc3cf-9d3b-49bc-b671-7a368f02ef69} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:11:56.365866 [ 200 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 3046 rows, containing 5 columns (5 merged, 0 gathered) in 0.001633 sec., 1865278.6282914882 rows/sec., 135.04 MiB/sec. 2026.04.22 02:11:56.365957 [ 9 ] {} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.04.22 02:11:56.365985 [ 5 ] {e5bfc3cf-9d3b-49bc-b671-7a368f02ef69} executeQuery: Read 1529 rows, 95.26 KiB in 0.001586 sec., 964060.5296343002 rows/sec., 58.65 MiB/sec. 2026.04.22 02:11:56.365989 [ 9 ] {} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:56.366029 [ 9 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:11:56.366031 [ 5 ] {e5bfc3cf-9d3b-49bc-b671-7a368f02ef69} TCPHandler: Processed in 0.001763382 sec. 2026.04.22 02:11:56.366043 [ 198 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.04.22 02:11:56.366166 [ 191 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::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.22 02:11:56.366170 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:56.366309 [ 198 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_21_4} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:11:56.366317 [ 5 ] {80715514-1ca0-4d13-8424-ebc081dd45bc} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.22 02:11:56.366345 [ 191 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:11:56.366385 [ 5 ] {80715514-1ca0-4d13-8424-ebc081dd45bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.22 02:11:56.366389 [ 198 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_21_4} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.04.22 02:11:56.366395 [ 191 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 6675 rows starting from the beginning of the part 2026.04.22 02:11:56.366480 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. 2026.04.22 02:11:56.366500 [ 191 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::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.22 02:11:56.366559 [ 191 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 161 rows starting from the beginning of the part 2026.04.22 02:11:56.366613 [ 191 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 160 rows starting from the beginning of the part 2026.04.22 02:11:56.366661 [ 191 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::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.22 02:11:56.366708 [ 191 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1529 rows starting from the beginning of the part 2026.04.22 02:11:56.367233 [ 5 ] {80715514-1ca0-4d13-8424-ebc081dd45bc} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:56.367276 [ 5 ] {80715514-1ca0-4d13-8424-ebc081dd45bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:11:56.367846 [ 5 ] {80715514-1ca0-4d13-8424-ebc081dd45bc} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.22 02:11:56.368107 [ 5 ] {80715514-1ca0-4d13-8424-ebc081dd45bc} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): 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.22 02:11:56.368267 [ 5 ] {80715514-1ca0-4d13-8424-ebc081dd45bc} executeQuery: Read 24 rows, 44.04 KiB in 0.001968 sec., 12195.121951219511 rows/sec., 21.85 MiB/sec. 2026.04.22 02:11:56.368331 [ 5 ] {80715514-1ca0-4d13-8424-ebc081dd45bc} TCPHandler: Processed in 0.00221092 sec. 2026.04.22 02:11:56.368441 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:56.368536 [ 5 ] {71867ba7-2300-4cde-ab8c-694730d2234f} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.22 02:11:56.368579 [ 5 ] {71867ba7-2300-4cde-ab8c-694730d2234f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.22 02:11:56.368945 [ 5 ] {71867ba7-2300-4cde-ab8c-694730d2234f} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:56.368988 [ 5 ] {71867ba7-2300-4cde-ab8c-694730d2234f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:11:56.369396 [ 5 ] {71867ba7-2300-4cde-ab8c-694730d2234f} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.22 02:11:56.369622 [ 5 ] {71867ba7-2300-4cde-ab8c-694730d2234f} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:11:56.369726 [ 9 ] {} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.04.22 02:11:56.369758 [ 5 ] {71867ba7-2300-4cde-ab8c-694730d2234f} executeQuery: Read 24 rows, 1.66 KiB in 0.001241 sec., 19339.242546333604 rows/sec., 1.30 MiB/sec. 2026.04.22 02:11:56.369759 [ 9 ] {} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:56.369798 [ 9 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:11:56.369802 [ 5 ] {71867ba7-2300-4cde-ab8c-694730d2234f} TCPHandler: Processed in 0.001410345 sec. 2026.04.22 02:11:56.369886 [ 200 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::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.22 02:11:56.369985 [ 200 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:11:56.370019 [ 200 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 828 rows starting from the beginning of the part 2026.04.22 02:11:56.370089 [ 200 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::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.22 02:11:56.370092 [ 193 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 8845 rows, containing 5 columns (5 merged, 0 gathered) in 0.003990811 sec., 2216341.4904890256 rows/sec., 143.16 MiB/sec. 2026.04.22 02:11:56.370136 [ 200 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::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.22 02:11:56.370182 [ 200 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::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.22 02:11:56.370222 [ 200 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::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.22 02:11:56.370265 [ 200 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 24 rows starting from the beginning of the part 2026.04.22 02:11:56.370323 [ 195 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.04.22 02:11:56.370700 [ 195 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_21_4} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:11:56.370797 [ 195 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_21_4} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.04.22 02:11:56.370890 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.58 MiB. 2026.04.22 02:11:56.371144 [ 195 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1092 rows, containing 4 columns (4 merged, 0 gathered) in 0.001293023 sec., 844532.5411844957 rows/sec., 56.92 MiB/sec. 2026.04.22 02:11:56.371348 [ 193 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.04.22 02:11:56.371656 [ 193 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_21_4} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:11:56.371734 [ 193 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_21_4} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.04.22 02:11:56.371823 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.04.22 02:11:58.124431 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 464 2026.04.22 02:11:58.126834 [ 242 ] {} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:58.126879 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:11:58.128042 [ 242 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.22 02:11:58.128320 [ 242 ] {} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e): 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.22 02:11:58.128562 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 464 2026.04.22 02:11:59.367521 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:59.367718 [ 5 ] {6a160114-4de6-441d-a2f3-7c921e47ae33} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.22 02:11:59.367792 [ 5 ] {6a160114-4de6-441d-a2f3-7c921e47ae33} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.22 02:11:59.368481 [ 5 ] {6a160114-4de6-441d-a2f3-7c921e47ae33} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:59.368525 [ 5 ] {6a160114-4de6-441d-a2f3-7c921e47ae33} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:11:59.368935 [ 5 ] {6a160114-4de6-441d-a2f3-7c921e47ae33} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.04.22 02:11:59.369168 [ 5 ] {6a160114-4de6-441d-a2f3-7c921e47ae33} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:11:59.369323 [ 5 ] {6a160114-4de6-441d-a2f3-7c921e47ae33} executeQuery: Read 56 rows, 4.41 KiB in 0.001658 sec., 33775.63329312424 rows/sec., 2.59 MiB/sec. 2026.04.22 02:11:59.369369 [ 5 ] {6a160114-4de6-441d-a2f3-7c921e47ae33} TCPHandler: Processed in 0.001979316 sec. 2026.04.22 02:11:59.369491 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:59.369594 [ 5 ] {be8ca30f-fedc-463f-a8f4-17dd73ec87e1} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.22 02:11:59.369635 [ 5 ] {be8ca30f-fedc-463f-a8f4-17dd73ec87e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.22 02:11:59.370079 [ 5 ] {be8ca30f-fedc-463f-a8f4-17dd73ec87e1} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:59.370114 [ 5 ] {be8ca30f-fedc-463f-a8f4-17dd73ec87e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:11:59.370414 [ 5 ] {be8ca30f-fedc-463f-a8f4-17dd73ec87e1} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.04.22 02:11:59.370618 [ 5 ] {be8ca30f-fedc-463f-a8f4-17dd73ec87e1} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:11:59.370745 [ 5 ] {be8ca30f-fedc-463f-a8f4-17dd73ec87e1} executeQuery: Read 64 rows, 5.12 KiB in 0.001175 sec., 54468.085106382976 rows/sec., 4.25 MiB/sec. 2026.04.22 02:11:59.370781 [ 5 ] {be8ca30f-fedc-463f-a8f4-17dd73ec87e1} TCPHandler: Processed in 0.001341284 sec. 2026.04.22 02:11:59.370893 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:59.370982 [ 5 ] {7332f095-e6d0-42d0-932e-1fddf388ff61} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.22 02:11:59.371022 [ 5 ] {7332f095-e6d0-42d0-932e-1fddf388ff61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.22 02:11:59.371383 [ 5 ] {7332f095-e6d0-42d0-932e-1fddf388ff61} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:59.371415 [ 5 ] {7332f095-e6d0-42d0-932e-1fddf388ff61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:11:59.371712 [ 5 ] {7332f095-e6d0-42d0-932e-1fddf388ff61} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.04.22 02:11:59.371973 [ 5 ] {7332f095-e6d0-42d0-932e-1fddf388ff61} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:11:59.372093 [ 5 ] {7332f095-e6d0-42d0-932e-1fddf388ff61} executeQuery: Read 96 rows, 6.85 KiB in 0.001119 sec., 85790.88471849867 rows/sec., 5.98 MiB/sec. 2026.04.22 02:11:59.372128 [ 5 ] {7332f095-e6d0-42d0-932e-1fddf388ff61} TCPHandler: Processed in 0.001278693 sec. 2026.04.22 02:11:59.372242 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:11:59.372335 [ 5 ] {f47b4ae7-227d-42d3-938a-04dab1063d09} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.22 02:11:59.372375 [ 5 ] {f47b4ae7-227d-42d3-938a-04dab1063d09} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.22 02:11:59.372695 [ 5 ] {f47b4ae7-227d-42d3-938a-04dab1063d09} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:11:59.372729 [ 5 ] {f47b4ae7-227d-42d3-938a-04dab1063d09} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:11:59.373026 [ 5 ] {f47b4ae7-227d-42d3-938a-04dab1063d09} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.04.22 02:11:59.373239 [ 5 ] {f47b4ae7-227d-42d3-938a-04dab1063d09} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:11:59.373359 [ 5 ] {f47b4ae7-227d-42d3-938a-04dab1063d09} executeQuery: Read 36 rows, 2.48 KiB in 0.001043 sec., 34515.81975071908 rows/sec., 2.33 MiB/sec. 2026.04.22 02:11:59.373392 [ 5 ] {f47b4ae7-227d-42d3-938a-04dab1063d09} TCPHandler: Processed in 0.001198002 sec. 2026.04.22 02:12:00.624269 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 7142 2026.04.22 02:12:00.624766 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:00.624812 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:12:00.625285 [ 244 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.22 02:12:00.625511 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): 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.22 02:12:00.625631 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7142 2026.04.22 02:12:01.005408 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 2026.04.22 02:12:01.021386 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:01.021446 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:12:01.026863 [ 243 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.22 02:12:01.027571 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): 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.22 02:12:01.030472 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 113 2026.04.22 02:12:04.373115 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:04.373406 [ 5 ] {83df0dc5-9379-4724-bd05-2f8ff6c67aaa} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.22 02:12:04.373472 [ 5 ] {83df0dc5-9379-4724-bd05-2f8ff6c67aaa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.22 02:12:04.374187 [ 5 ] {83df0dc5-9379-4724-bd05-2f8ff6c67aaa} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:04.374234 [ 5 ] {83df0dc5-9379-4724-bd05-2f8ff6c67aaa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:12:04.374627 [ 5 ] {83df0dc5-9379-4724-bd05-2f8ff6c67aaa} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.04.22 02:12:04.374858 [ 5 ] {83df0dc5-9379-4724-bd05-2f8ff6c67aaa} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:12:04.375014 [ 5 ] {83df0dc5-9379-4724-bd05-2f8ff6c67aaa} executeQuery: Read 108 rows, 9.31 KiB in 0.001671 sec., 64631.95691202873 rows/sec., 5.44 MiB/sec. 2026.04.22 02:12:04.375062 [ 5 ] {83df0dc5-9379-4724-bd05-2f8ff6c67aaa} TCPHandler: Processed in 0.002124907 sec. 2026.04.22 02:12:04.375189 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:04.375291 [ 5 ] {9e89c94e-602f-416d-bbc5-ece8e5fb450b} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.22 02:12:04.375336 [ 5 ] {9e89c94e-602f-416d-bbc5-ece8e5fb450b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.22 02:12:04.375754 [ 5 ] {9e89c94e-602f-416d-bbc5-ece8e5fb450b} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:04.375792 [ 5 ] {9e89c94e-602f-416d-bbc5-ece8e5fb450b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:12:04.376096 [ 5 ] {9e89c94e-602f-416d-bbc5-ece8e5fb450b} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.22 02:12:04.376299 [ 5 ] {9e89c94e-602f-416d-bbc5-ece8e5fb450b} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): 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.22 02:12:04.376429 [ 5 ] {9e89c94e-602f-416d-bbc5-ece8e5fb450b} executeQuery: Read 26 rows, 1.96 KiB in 0.001162 sec., 22375.215146299484 rows/sec., 1.64 MiB/sec. 2026.04.22 02:12:04.376466 [ 5 ] {9e89c94e-602f-416d-bbc5-ece8e5fb450b} TCPHandler: Processed in 0.001328444 sec. 2026.04.22 02:12:04.376578 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:04.376673 [ 5 ] {c27b83ce-75b9-4095-aad0-1a8286da3feb} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.22 02:12:04.376713 [ 5 ] {c27b83ce-75b9-4095-aad0-1a8286da3feb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.22 02:12:04.377132 [ 5 ] {c27b83ce-75b9-4095-aad0-1a8286da3feb} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:04.377169 [ 5 ] {c27b83ce-75b9-4095-aad0-1a8286da3feb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:12:04.377481 [ 5 ] {c27b83ce-75b9-4095-aad0-1a8286da3feb} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.04.22 02:12:04.377693 [ 5 ] {c27b83ce-75b9-4095-aad0-1a8286da3feb} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:12:04.377817 [ 5 ] {c27b83ce-75b9-4095-aad0-1a8286da3feb} executeQuery: Read 90 rows, 7.20 KiB in 0.001162 sec., 77452.66781411359 rows/sec., 6.05 MiB/sec. 2026.04.22 02:12:04.377854 [ 5 ] {c27b83ce-75b9-4095-aad0-1a8286da3feb} TCPHandler: Processed in 0.001325583 sec. 2026.04.22 02:12:04.377967 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:04.378060 [ 5 ] {672d4062-cdb5-40b6-82c6-712ed531bb06} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.22 02:12:04.378101 [ 5 ] {672d4062-cdb5-40b6-82c6-712ed531bb06} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.22 02:12:04.378505 [ 5 ] {672d4062-cdb5-40b6-82c6-712ed531bb06} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:04.378541 [ 5 ] {672d4062-cdb5-40b6-82c6-712ed531bb06} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:12:04.378880 [ 5 ] {672d4062-cdb5-40b6-82c6-712ed531bb06} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.04.22 02:12:04.379099 [ 5 ] {672d4062-cdb5-40b6-82c6-712ed531bb06} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:12:04.379226 [ 5 ] {672d4062-cdb5-40b6-82c6-712ed531bb06} executeQuery: Read 160 rows, 11.41 KiB in 0.001185 sec., 135021.0970464135 rows/sec., 9.40 MiB/sec. 2026.04.22 02:12:04.379262 [ 5 ] {672d4062-cdb5-40b6-82c6-712ed531bb06} TCPHandler: Processed in 0.001345014 sec. 2026.04.22 02:12:04.379373 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:04.379466 [ 5 ] {77785927-f3e0-43f4-8900-584ad562107b} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.22 02:12:04.379519 [ 5 ] {77785927-f3e0-43f4-8900-584ad562107b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.22 02:12:04.380324 [ 5 ] {77785927-f3e0-43f4-8900-584ad562107b} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:04.380360 [ 5 ] {77785927-f3e0-43f4-8900-584ad562107b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:12:04.380897 [ 5 ] {77785927-f3e0-43f4-8900-584ad562107b} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.22 02:12:04.381111 [ 5 ] {77785927-f3e0-43f4-8900-584ad562107b} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): 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.22 02:12:04.381243 [ 5 ] {77785927-f3e0-43f4-8900-584ad562107b} executeQuery: Read 26 rows, 47.71 KiB in 0.001794 sec., 14492.753623188406 rows/sec., 25.97 MiB/sec. 2026.04.22 02:12:04.381293 [ 5 ] {77785927-f3e0-43f4-8900-584ad562107b} TCPHandler: Processed in 0.001968235 sec. 2026.04.22 02:12:04.381405 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:04.381498 [ 5 ] {82593f26-66a9-4c67-ab6a-d2814ba3a911} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.22 02:12:04.381539 [ 5 ] {82593f26-66a9-4c67-ab6a-d2814ba3a911} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.22 02:12:04.381879 [ 5 ] {82593f26-66a9-4c67-ab6a-d2814ba3a911} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:04.381915 [ 5 ] {82593f26-66a9-4c67-ab6a-d2814ba3a911} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:12:04.382230 [ 5 ] {82593f26-66a9-4c67-ab6a-d2814ba3a911} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.04.22 02:12:04.382439 [ 5 ] {82593f26-66a9-4c67-ab6a-d2814ba3a911} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:12:04.382563 [ 5 ] {82593f26-66a9-4c67-ab6a-d2814ba3a911} executeQuery: Read 60 rows, 4.14 KiB in 0.001083 sec., 55401.662049861494 rows/sec., 3.73 MiB/sec. 2026.04.22 02:12:04.382597 [ 5 ] {82593f26-66a9-4c67-ab6a-d2814ba3a911} TCPHandler: Processed in 0.001239702 sec. 2026.04.22 02:12:08.047839 [ 33 ] {} DNSResolver: Updating DNS cache 2026.04.22 02:12:08.047906 [ 33 ] {} DNSResolver: Updated DNS cache 2026.04.22 02:12:08.125818 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 7654 2026.04.22 02:12:08.126474 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:08.126544 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:12:08.127166 [ 244 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.22 02:12:08.127403 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): 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.22 02:12:08.127545 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7654 2026.04.22 02:12:08.127583 [ 33 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.04.22 02:12:08.127647 [ 33 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:08.127670 [ 33 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:12:08.127776 [ 200 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::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.22 02:12:08.127901 [ 200 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:12:08.127939 [ 200 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5222 rows starting from the beginning of the part 2026.04.22 02:12:08.128003 [ 200 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::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.22 02:12:08.128054 [ 200 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::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.22 02:12:08.128101 [ 200 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::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.22 02:12:08.128148 [ 200 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::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.22 02:12:08.128194 [ 200 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::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.22 02:12:08.128855 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 484 2026.04.22 02:12:08.129668 [ 195 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 7654 rows, containing 4 columns (4 merged, 0 gathered) in 0.001933885 sec., 3957836.1691620755 rows/sec., 56.62 MiB/sec. 2026.04.22 02:12:08.130206 [ 192 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.04.22 02:12:08.130504 [ 192 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::all_1_16_3} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): 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.22 02:12:08.130568 [ 192 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::all_1_16_3} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.04.22 02:12:08.130636 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.45 MiB. 2026.04.22 02:12:08.130947 [ 242 ] {} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:08.131007 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:12:08.132208 [ 242 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.22 02:12:08.132484 [ 242 ] {} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e): 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.22 02:12:08.132656 [ 33 ] {} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.22 02:12:08.132705 [ 33 ] {} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:08.132733 [ 33 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:12:08.132828 [ 200 ] {1c79f4fc-384c-445f-a131-dfb467cc319e::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.22 02:12:08.132841 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 484 2026.04.22 02:12:08.133567 [ 200 ] {1c79f4fc-384c-445f-a131-dfb467cc319e::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:12:08.133758 [ 200 ] {1c79f4fc-384c-445f-a131-dfb467cc319e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 328 rows starting from the beginning of the part 2026.04.22 02:12:08.134131 [ 200 ] {1c79f4fc-384c-445f-a131-dfb467cc319e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 48 rows starting from the beginning of the part 2026.04.22 02:12:08.134483 [ 200 ] {1c79f4fc-384c-445f-a131-dfb467cc319e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 20 rows starting from the beginning of the part 2026.04.22 02:12:08.134838 [ 200 ] {1c79f4fc-384c-445f-a131-dfb467cc319e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 26 rows starting from the beginning of the part 2026.04.22 02:12:08.135187 [ 200 ] {1c79f4fc-384c-445f-a131-dfb467cc319e::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.22 02:12:08.135529 [ 200 ] {1c79f4fc-384c-445f-a131-dfb467cc319e::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.22 02:12:08.141327 [ 195 ] {1c79f4fc-384c-445f-a131-dfb467cc319e::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 484 rows, containing 72 columns (72 merged, 0 gathered) in 0.008539132 sec., 56680.234009733074 rows/sec., 51.35 MiB/sec. 2026.04.22 02:12:08.142041 [ 200 ] {1c79f4fc-384c-445f-a131-dfb467cc319e::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.22 02:12:08.142561 [ 200 ] {1c79f4fc-384c-445f-a131-dfb467cc319e::all_1_11_2} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e): 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.22 02:12:08.142638 [ 200 ] {1c79f4fc-384c-445f-a131-dfb467cc319e::all_1_11_2} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.22 02:12:08.142790 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.78 MiB. 2026.04.22 02:12:08.530647 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 2026.04.22 02:12:08.547607 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:08.547669 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:12:08.553731 [ 243 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.22 02:12:08.554493 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): 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.22 02:12:08.554784 [ 33 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.04.22 02:12:08.554853 [ 33 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:08.554877 [ 33 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:12:08.554999 [ 197 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::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.22 02:12:08.557782 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 121 2026.04.22 02:12:08.558941 [ 197 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:12:08.560319 [ 197 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::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.22 02:12:08.564744 [ 197 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::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.22 02:12:08.568852 [ 197 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::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.22 02:12:08.573077 [ 197 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::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.22 02:12:08.577385 [ 197 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::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.22 02:12:08.581790 [ 197 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::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.22 02:12:08.634568 [ 197 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.079617195 sec., 1519.7722049866238 rows/sec., 7.86 MiB/sec. 2026.04.22 02:12:08.636176 [ 197 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.04.22 02:12:08.637806 [ 197 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::all_1_16_3} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): 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.22 02:12:08.637893 [ 197 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::all_1_16_3} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.04.22 02:12:08.639161 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. 2026.04.22 02:12:09.000187 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 229.83 MiB, peak 239.78 MiB, free memory in arenas 0.00 B, will set to 239.43 MiB (RSS), difference: 9.60 MiB 2026.04.22 02:12:09.001194 [ 247 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000798155 sec. 2026.04.22 02:12:09.371173 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:09.371370 [ 5 ] {fa8ec570-b2eb-4b47-9841-52a2d4eed261} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.22 02:12:09.371444 [ 5 ] {fa8ec570-b2eb-4b47-9841-52a2d4eed261} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.22 02:12:09.372086 [ 5 ] {fa8ec570-b2eb-4b47-9841-52a2d4eed261} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:09.372135 [ 5 ] {fa8ec570-b2eb-4b47-9841-52a2d4eed261} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:12:09.372585 [ 5 ] {fa8ec570-b2eb-4b47-9841-52a2d4eed261} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.04.22 02:12:09.372819 [ 5 ] {fa8ec570-b2eb-4b47-9841-52a2d4eed261} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:12:09.372978 [ 5 ] {fa8ec570-b2eb-4b47-9841-52a2d4eed261} executeQuery: Read 86 rows, 7.40 KiB in 0.001661 sec., 51776.03853100542 rows/sec., 4.35 MiB/sec. 2026.04.22 02:12:09.373025 [ 5 ] {fa8ec570-b2eb-4b47-9841-52a2d4eed261} TCPHandler: Processed in 0.001986406 sec. 2026.04.22 02:12:09.373148 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:09.373251 [ 5 ] {965e5e3c-56ef-45fe-86cd-885aa33c848c} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.22 02:12:09.373296 [ 5 ] {965e5e3c-56ef-45fe-86cd-885aa33c848c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.22 02:12:09.373717 [ 5 ] {965e5e3c-56ef-45fe-86cd-885aa33c848c} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:09.373752 [ 5 ] {965e5e3c-56ef-45fe-86cd-885aa33c848c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:12:09.374055 [ 5 ] {965e5e3c-56ef-45fe-86cd-885aa33c848c} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.22 02:12:09.374259 [ 5 ] {965e5e3c-56ef-45fe-86cd-885aa33c848c} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): 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.22 02:12:09.374393 [ 5 ] {965e5e3c-56ef-45fe-86cd-885aa33c848c} executeQuery: Read 15 rows, 1.13 KiB in 0.001168 sec., 12842.465753424658 rows/sec., 965.69 KiB/sec. 2026.04.22 02:12:09.374430 [ 5 ] {965e5e3c-56ef-45fe-86cd-885aa33c848c} TCPHandler: Processed in 0.001333484 sec. 2026.04.22 02:12:09.374543 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:09.374639 [ 5 ] {f11e8704-1e74-4731-bd8d-24d2659eab44} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.22 02:12:09.374679 [ 5 ] {f11e8704-1e74-4731-bd8d-24d2659eab44} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.22 02:12:09.375091 [ 5 ] {f11e8704-1e74-4731-bd8d-24d2659eab44} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:09.375125 [ 5 ] {f11e8704-1e74-4731-bd8d-24d2659eab44} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:12:09.375434 [ 5 ] {f11e8704-1e74-4731-bd8d-24d2659eab44} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.04.22 02:12:09.375642 [ 5 ] {f11e8704-1e74-4731-bd8d-24d2659eab44} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:12:09.375769 [ 5 ] {f11e8704-1e74-4731-bd8d-24d2659eab44} executeQuery: Read 79 rows, 6.32 KiB in 0.00115 sec., 68695.65217391304 rows/sec., 5.36 MiB/sec. 2026.04.22 02:12:09.375805 [ 5 ] {f11e8704-1e74-4731-bd8d-24d2659eab44} TCPHandler: Processed in 0.001310653 sec. 2026.04.22 02:12:09.375927 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:09.376021 [ 5 ] {8574a012-b198-4840-bd1a-fcd1dc953a05} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.22 02:12:09.376064 [ 5 ] {8574a012-b198-4840-bd1a-fcd1dc953a05} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.22 02:12:09.376457 [ 5 ] {8574a012-b198-4840-bd1a-fcd1dc953a05} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:09.376491 [ 5 ] {8574a012-b198-4840-bd1a-fcd1dc953a05} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:12:09.376827 [ 5 ] {8574a012-b198-4840-bd1a-fcd1dc953a05} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.04.22 02:12:09.377058 [ 5 ] {8574a012-b198-4840-bd1a-fcd1dc953a05} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:12:09.377185 [ 5 ] {8574a012-b198-4840-bd1a-fcd1dc953a05} executeQuery: Read 160 rows, 11.41 KiB in 0.001183 sec., 135249.36601859677 rows/sec., 9.42 MiB/sec. 2026.04.22 02:12:09.377220 [ 5 ] {8574a012-b198-4840-bd1a-fcd1dc953a05} TCPHandler: Processed in 0.001342424 sec. 2026.04.22 02:12:09.377332 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:09.377426 [ 5 ] {478c5a34-d9fb-42e3-be23-3ebb99bf58fe} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.22 02:12:09.377479 [ 5 ] {478c5a34-d9fb-42e3-be23-3ebb99bf58fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.22 02:12:09.378228 [ 5 ] {478c5a34-d9fb-42e3-be23-3ebb99bf58fe} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:09.378262 [ 5 ] {478c5a34-d9fb-42e3-be23-3ebb99bf58fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:12:09.378790 [ 5 ] {478c5a34-d9fb-42e3-be23-3ebb99bf58fe} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.22 02:12:09.379017 [ 5 ] {478c5a34-d9fb-42e3-be23-3ebb99bf58fe} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): 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.22 02:12:09.379157 [ 5 ] {478c5a34-d9fb-42e3-be23-3ebb99bf58fe} executeQuery: Read 15 rows, 27.52 KiB in 0.001749 sec., 8576.329331046312 rows/sec., 15.37 MiB/sec. 2026.04.22 02:12:09.379216 [ 5 ] {478c5a34-d9fb-42e3-be23-3ebb99bf58fe} TCPHandler: Processed in 0.001933044 sec. 2026.04.22 02:12:09.379328 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:09.379422 [ 5 ] {a8ee7f37-e3b1-4c75-a3e1-778a3d533d1b} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.22 02:12:09.379463 [ 5 ] {a8ee7f37-e3b1-4c75-a3e1-778a3d533d1b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.22 02:12:09.379800 [ 5 ] {a8ee7f37-e3b1-4c75-a3e1-778a3d533d1b} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:09.379836 [ 5 ] {a8ee7f37-e3b1-4c75-a3e1-778a3d533d1b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:12:09.380136 [ 5 ] {a8ee7f37-e3b1-4c75-a3e1-778a3d533d1b} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.04.22 02:12:09.380336 [ 5 ] {a8ee7f37-e3b1-4c75-a3e1-778a3d533d1b} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:12:09.380462 [ 5 ] {a8ee7f37-e3b1-4c75-a3e1-778a3d533d1b} executeQuery: Read 60 rows, 4.14 KiB in 0.00106 sec., 56603.77358490566 rows/sec., 3.81 MiB/sec. 2026.04.22 02:12:09.380497 [ 5 ] {a8ee7f37-e3b1-4c75-a3e1-778a3d533d1b} TCPHandler: Processed in 0.001218122 sec. 2026.04.22 02:12:14.372194 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:14.372394 [ 5 ] {01ed5b34-1ebf-4abe-8b04-1fece1b17279} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.22 02:12:14.372463 [ 5 ] {01ed5b34-1ebf-4abe-8b04-1fece1b17279} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.22 02:12:14.373154 [ 5 ] {01ed5b34-1ebf-4abe-8b04-1fece1b17279} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:14.373205 [ 5 ] {01ed5b34-1ebf-4abe-8b04-1fece1b17279} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:12:14.373612 [ 5 ] {01ed5b34-1ebf-4abe-8b04-1fece1b17279} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.04.22 02:12:14.373853 [ 5 ] {01ed5b34-1ebf-4abe-8b04-1fece1b17279} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:12:14.374016 [ 5 ] {01ed5b34-1ebf-4abe-8b04-1fece1b17279} executeQuery: Read 108 rows, 9.31 KiB in 0.001673 sec., 64554.69216975493 rows/sec., 5.43 MiB/sec. 2026.04.22 02:12:14.374068 [ 5 ] {01ed5b34-1ebf-4abe-8b04-1fece1b17279} TCPHandler: Processed in 0.002004146 sec. 2026.04.22 02:12:14.374223 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:14.374329 [ 5 ] {0672a195-f419-448f-a465-326842f5dbf4} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.22 02:12:14.374376 [ 5 ] {0672a195-f419-448f-a465-326842f5dbf4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.22 02:12:14.374837 [ 5 ] {0672a195-f419-448f-a465-326842f5dbf4} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:14.374876 [ 5 ] {0672a195-f419-448f-a465-326842f5dbf4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:12:14.375206 [ 5 ] {0672a195-f419-448f-a465-326842f5dbf4} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.22 02:12:14.375422 [ 5 ] {0672a195-f419-448f-a465-326842f5dbf4} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): 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.22 02:12:14.375549 [ 61 ] {} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.04.22 02:12:14.375561 [ 5 ] {0672a195-f419-448f-a465-326842f5dbf4} executeQuery: Read 26 rows, 1.96 KiB in 0.001254 sec., 20733.652312599683 rows/sec., 1.52 MiB/sec. 2026.04.22 02:12:14.375626 [ 61 ] {} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:14.375643 [ 5 ] {0672a195-f419-448f-a465-326842f5dbf4} TCPHandler: Processed in 0.001473266 sec. 2026.04.22 02:12:14.375654 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:12:14.375754 [ 196 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::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.22 02:12:14.375785 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:14.375845 [ 196 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:12:14.375874 [ 196 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 80 rows starting from the beginning of the part 2026.04.22 02:12:14.375886 [ 5 ] {5b3a91a3-e49a-4b36-8f64-714aeda13456} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.22 02:12:14.375928 [ 5 ] {5b3a91a3-e49a-4b36-8f64-714aeda13456} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.22 02:12:14.375956 [ 196 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 26 rows starting from the beginning of the part 2026.04.22 02:12:14.376002 [ 196 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 26 rows starting from the beginning of the part 2026.04.22 02:12:14.376042 [ 196 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 26 rows starting from the beginning of the part 2026.04.22 02:12:14.376091 [ 196 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 15 rows starting from the beginning of the part 2026.04.22 02:12:14.376130 [ 196 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 26 rows starting from the beginning of the part 2026.04.22 02:12:14.376407 [ 5 ] {5b3a91a3-e49a-4b36-8f64-714aeda13456} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:14.376443 [ 5 ] {5b3a91a3-e49a-4b36-8f64-714aeda13456} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:12:14.376880 [ 5 ] {5b3a91a3-e49a-4b36-8f64-714aeda13456} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.04.22 02:12:14.376948 [ 195 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 199 rows, containing 5 columns (5 merged, 0 gathered) in 0.001225762 sec., 162347.9925140443 rows/sec., 12.50 MiB/sec. 2026.04.22 02:12:14.377118 [ 5 ] {5b3a91a3-e49a-4b36-8f64-714aeda13456} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:12:14.377145 [ 199 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.04.22 02:12:14.377265 [ 5 ] {5b3a91a3-e49a-4b36-8f64-714aeda13456} executeQuery: Read 90 rows, 7.20 KiB in 0.0014 sec., 64285.71428571429 rows/sec., 5.02 MiB/sec. 2026.04.22 02:12:14.377310 [ 5 ] {5b3a91a3-e49a-4b36-8f64-714aeda13456} TCPHandler: Processed in 0.001575998 sec. 2026.04.22 02:12:14.377444 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:14.377482 [ 199 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_21_4} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): 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.22 02:12:14.377541 [ 5 ] {d27ee0df-f678-45ed-8c67-9f321cf897d6} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.22 02:12:14.377571 [ 199 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_21_4} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.04.22 02:12:14.377590 [ 5 ] {d27ee0df-f678-45ed-8c67-9f321cf897d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.22 02:12:14.377670 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.04.22 02:12:14.378040 [ 5 ] {d27ee0df-f678-45ed-8c67-9f321cf897d6} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:14.378083 [ 5 ] {d27ee0df-f678-45ed-8c67-9f321cf897d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:12:14.378425 [ 5 ] {d27ee0df-f678-45ed-8c67-9f321cf897d6} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.04.22 02:12:14.378645 [ 5 ] {d27ee0df-f678-45ed-8c67-9f321cf897d6} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:12:14.378780 [ 5 ] {d27ee0df-f678-45ed-8c67-9f321cf897d6} executeQuery: Read 160 rows, 11.41 KiB in 0.001259 sec., 127084.98808578237 rows/sec., 8.85 MiB/sec. 2026.04.22 02:12:14.378819 [ 5 ] {d27ee0df-f678-45ed-8c67-9f321cf897d6} TCPHandler: Processed in 0.001425376 sec. 2026.04.22 02:12:14.378946 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:14.379041 [ 5 ] {7675edcc-92e9-4493-9ea3-6c226b664fcb} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.22 02:12:14.379096 [ 5 ] {7675edcc-92e9-4493-9ea3-6c226b664fcb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.22 02:12:14.379915 [ 5 ] {7675edcc-92e9-4493-9ea3-6c226b664fcb} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:14.379951 [ 5 ] {7675edcc-92e9-4493-9ea3-6c226b664fcb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:12:14.380502 [ 5 ] {7675edcc-92e9-4493-9ea3-6c226b664fcb} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.22 02:12:14.380733 [ 5 ] {7675edcc-92e9-4493-9ea3-6c226b664fcb} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): 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.22 02:12:14.380851 [ 61 ] {} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.04.22 02:12:14.380877 [ 5 ] {7675edcc-92e9-4493-9ea3-6c226b664fcb} executeQuery: Read 26 rows, 47.71 KiB in 0.001854 sec., 14023.732470334413 rows/sec., 25.13 MiB/sec. 2026.04.22 02:12:14.380892 [ 61 ] {} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:14.380918 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:12:14.380949 [ 5 ] {7675edcc-92e9-4493-9ea3-6c226b664fcb} TCPHandler: Processed in 0.002052477 sec. 2026.04.22 02:12:14.381023 [ 187 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::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.22 02:12:14.381084 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:14.381184 [ 5 ] {ad1ff2a0-c0cd-4344-a335-48e7adac6cdb} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.22 02:12:14.381225 [ 5 ] {ad1ff2a0-c0cd-4344-a335-48e7adac6cdb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.22 02:12:14.381297 [ 187 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:12:14.381360 [ 187 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 285 rows starting from the beginning of the part 2026.04.22 02:12:14.381489 [ 187 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 26 rows starting from the beginning of the part 2026.04.22 02:12:14.381595 [ 5 ] {ad1ff2a0-c0cd-4344-a335-48e7adac6cdb} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:14.381603 [ 187 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 24 rows starting from the beginning of the part 2026.04.22 02:12:14.381640 [ 5 ] {ad1ff2a0-c0cd-4344-a335-48e7adac6cdb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:12:14.381721 [ 187 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 26 rows starting from the beginning of the part 2026.04.22 02:12:14.381826 [ 187 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 15 rows starting from the beginning of the part 2026.04.22 02:12:14.381923 [ 187 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 26 rows starting from the beginning of the part 2026.04.22 02:12:14.381981 [ 5 ] {ad1ff2a0-c0cd-4344-a335-48e7adac6cdb} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.04.22 02:12:14.382195 [ 5 ] {ad1ff2a0-c0cd-4344-a335-48e7adac6cdb} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:12:14.382325 [ 5 ] {ad1ff2a0-c0cd-4344-a335-48e7adac6cdb} executeQuery: Read 60 rows, 4.14 KiB in 0.001178 sec., 50933.78607809847 rows/sec., 3.43 MiB/sec. 2026.04.22 02:12:14.382360 [ 5 ] {ad1ff2a0-c0cd-4344-a335-48e7adac6cdb} TCPHandler: Processed in 0.001348014 sec. 2026.04.22 02:12:14.385839 [ 199 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 402 rows, containing 19 columns (19 merged, 0 gathered) in 0.004866878 sec., 82599.1528861007 rows/sec., 148.01 MiB/sec. 2026.04.22 02:12:14.386581 [ 199 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.04.22 02:12:14.386911 [ 199 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_21_4} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): 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.22 02:12:14.386997 [ 199 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_21_4} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.04.22 02:12:14.387118 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.20 MiB. 2026.04.22 02:12:15.000226 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 239.96 MiB, peak 245.12 MiB, free memory in arenas 0.00 B, will set to 241.79 MiB (RSS), difference: 1.82 MiB 2026.04.22 02:12:15.080335 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64591 2026.04.22 02:12:15.080440 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:12:15.080471 [ 288 ] {} TCP-Session: 81c93066-a6a5-4c84-b174-65e85ffe4c46 Authenticating user 'default' from [fd00:1122:3344:101::e]:64591 2026.04.22 02:12:15.080494 [ 288 ] {} TCP-Session: 81c93066-a6a5-4c84-b174-65e85ffe4c46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.080507 [ 288 ] {} TCP-Session: 81c93066-a6a5-4c84-b174-65e85ffe4c46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.080763 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43547 2026.04.22 02:12:15.080777 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47740 2026.04.22 02:12:15.080815 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39115 2026.04.22 02:12:15.080829 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46526 2026.04.22 02:12:15.080852 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40331 2026.04.22 02:12:15.080884 [ 288 ] {} TCP-Session: 81c93066-a6a5-4c84-b174-65e85ffe4c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:15.080885 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:12:15.080842 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64520 2026.04.22 02:12:15.080957 [ 289 ] {} TCP-Session: 42427d9b-bb37-484a-84e0-4efc009e002f Authenticating user 'default' from [fd00:1122:3344:101::e]:43547 2026.04.22 02:12:15.080805 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61286 2026.04.22 02:12:15.080995 [ 289 ] {} TCP-Session: 42427d9b-bb37-484a-84e0-4efc009e002f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.080771 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52271 2026.04.22 02:12:15.081038 [ 289 ] {} TCP-Session: 42427d9b-bb37-484a-84e0-4efc009e002f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.081150 [ 288 ] {ebc9db7f-6222-416b-80b8-35deae52a1e1} executeQuery: (from [fd00:1122:3344:101::e]:64591) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.22 02:12:15.081271 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:12:15.081307 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:12:15.081310 [ 3 ] {} TCP-Session: 0d88cd7c-b70d-49ea-a3b7-5790476991f0 Authenticating user 'default' from [fd00:1122:3344:101::e]:64520 2026.04.22 02:12:15.081342 [ 286 ] {} TCP-Session: 593f2507-3228-4a98-9395-4f7dee280c85 Authenticating user 'default' from [fd00:1122:3344:101::e]:40331 2026.04.22 02:12:15.081352 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:12:15.081371 [ 286 ] {} TCP-Session: 593f2507-3228-4a98-9395-4f7dee280c85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.081363 [ 3 ] {} TCP-Session: 0d88cd7c-b70d-49ea-a3b7-5790476991f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.081403 [ 286 ] {} TCP-Session: 593f2507-3228-4a98-9395-4f7dee280c85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.081402 [ 291 ] {} TCP-Session: ad29aa1d-fb6b-4026-9adc-403b3919f4ee Authenticating user 'default' from [fd00:1122:3344:101::e]:52271 2026.04.22 02:12:15.081424 [ 3 ] {} TCP-Session: 0d88cd7c-b70d-49ea-a3b7-5790476991f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.081464 [ 291 ] {} TCP-Session: ad29aa1d-fb6b-4026-9adc-403b3919f4ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.081487 [ 291 ] {} TCP-Session: ad29aa1d-fb6b-4026-9adc-403b3919f4ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.081496 [ 288 ] {ebc9db7f-6222-416b-80b8-35deae52a1e1} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.22 02:12:15.081535 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:12:15.081535 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:12:15.081556 [ 288 ] {ebc9db7f-6222-416b-80b8-35deae52a1e1} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.22 02:12:15.081567 [ 290 ] {} TCP-Session: a3255438-9a77-4b61-bff0-1382985c7a95 Authenticating user 'default' from [fd00:1122:3344:101::e]:47740 2026.04.22 02:12:15.081582 [ 294 ] {} TCP-Session: 3f44e8e4-a510-45fe-83b5-e3b194a8714a Authenticating user 'default' from [fd00:1122:3344:101::e]:46526 2026.04.22 02:12:15.081578 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:12:15.081610 [ 294 ] {} TCP-Session: 3f44e8e4-a510-45fe-83b5-e3b194a8714a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.081604 [ 290 ] {} TCP-Session: a3255438-9a77-4b61-bff0-1382985c7a95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.081639 [ 294 ] {} TCP-Session: 3f44e8e4-a510-45fe-83b5-e3b194a8714a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.081634 [ 293 ] {} TCP-Session: 576ab700-b07f-4e5a-8cc5-51f2d0b55beb Authenticating user 'default' from [fd00:1122:3344:101::e]:39115 2026.04.22 02:12:15.081653 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:12:15.081693 [ 293 ] {} TCP-Session: 576ab700-b07f-4e5a-8cc5-51f2d0b55beb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.081651 [ 290 ] {} TCP-Session: a3255438-9a77-4b61-bff0-1382985c7a95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.081720 [ 293 ] {} TCP-Session: 576ab700-b07f-4e5a-8cc5-51f2d0b55beb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.081721 [ 292 ] {} TCP-Session: 438a3ef4-28f7-4812-937e-09dd2084cc91 Authenticating user 'default' from [fd00:1122:3344:101::e]:61286 2026.04.22 02:12:15.081774 [ 292 ] {} TCP-Session: 438a3ef4-28f7-4812-937e-09dd2084cc91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.081787 [ 292 ] {} TCP-Session: 438a3ef4-28f7-4812-937e-09dd2084cc91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.081947 [ 288 ] {ebc9db7f-6222-416b-80b8-35deae52a1e1} oximeter.version (735d4eb2-4688-4764-b1e7-cbcb4ccf556e) (SelectExecutor): Key condition: unknown 2026.04.22 02:12:15.083002 [ 310 ] {ebc9db7f-6222-416b-80b8-35deae52a1e1} AggregatingTransform: Aggregating 2026.04.22 02:12:15.083209 [ 310 ] {ebc9db7f-6222-416b-80b8-35deae52a1e1} Aggregator: Aggregation method: without_key 2026.04.22 02:12:15.083243 [ 310 ] {ebc9db7f-6222-416b-80b8-35deae52a1e1} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001183541 sec. (844.922 rows/sec., 33.00 KiB/sec.) 2026.04.22 02:12:15.083259 [ 310 ] {ebc9db7f-6222-416b-80b8-35deae52a1e1} Aggregator: Merging aggregated data 2026.04.22 02:12:15.084466 [ 288 ] {ebc9db7f-6222-416b-80b8-35deae52a1e1} executeQuery: Read 1 rows, 40.00 B in 0.003445 sec., 290.27576197387515 rows/sec., 11.34 KiB/sec. 2026.04.22 02:12:15.084594 [ 288 ] {ebc9db7f-6222-416b-80b8-35deae52a1e1} TCPHandler: Processed in 0.003863219 sec. 2026.04.22 02:12:15.084743 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.22 02:12:15.084770 [ 288 ] {} TCP-Session: 81c93066-a6a5-4c84-b174-65e85ffe4c46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.084777 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.22 02:12:15.084802 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.22 02:12:15.084824 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.22 02:12:15.084827 [ 286 ] {} TCP-Session: 593f2507-3228-4a98-9395-4f7dee280c85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.084844 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.22 02:12:15.084865 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.22 02:12:15.084903 [ 289 ] {} TCP-Session: 42427d9b-bb37-484a-84e0-4efc009e002f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.084924 [ 3 ] {} TCPHandler: Done processing connection. 2026.04.22 02:12:15.084931 [ 294 ] {} TCP-Session: 3f44e8e4-a510-45fe-83b5-e3b194a8714a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.084894 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.22 02:12:15.084968 [ 3 ] {} TCP-Session: 0d88cd7c-b70d-49ea-a3b7-5790476991f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.084878 [ 291 ] {} TCP-Session: ad29aa1d-fb6b-4026-9adc-403b3919f4ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.085003 [ 293 ] {} TCP-Session: 576ab700-b07f-4e5a-8cc5-51f2d0b55beb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.084848 [ 290 ] {} TCP-Session: a3255438-9a77-4b61-bff0-1382985c7a95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.084879 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.22 02:12:15.085101 [ 292 ] {} TCP-Session: 438a3ef4-28f7-4812-937e-09dd2084cc91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.241971 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60346 2026.04.22 02:12:15.242082 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:12:15.242107 [ 288 ] {} TCP-Session: b9cb8786-d4a9-43f3-b01f-8dd08d5b6646 Authenticating user 'default' from [fd00:1122:3344:101::e]:60346 2026.04.22 02:12:15.242130 [ 288 ] {} TCP-Session: b9cb8786-d4a9-43f3-b01f-8dd08d5b6646 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.242143 [ 288 ] {} TCP-Session: b9cb8786-d4a9-43f3-b01f-8dd08d5b6646 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.242387 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36269 2026.04.22 02:12:15.242387 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45219 2026.04.22 02:12:15.242395 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51778 2026.04.22 02:12:15.242468 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47319 2026.04.22 02:12:15.242491 [ 288 ] {} TCP-Session: b9cb8786-d4a9-43f3-b01f-8dd08d5b6646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:15.242532 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:12:15.242470 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62988 2026.04.22 02:12:15.242567 [ 289 ] {} TCP-Session: 4f22d2d2-f5ef-431b-b562-cd5e941fe059 Authenticating user 'default' from [fd00:1122:3344:101::e]:45219 2026.04.22 02:12:15.242568 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:12:15.242568 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:12:15.242622 [ 289 ] {} TCP-Session: 4f22d2d2-f5ef-431b-b562-cd5e941fe059 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.242629 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:12:15.242624 [ 3 ] {} TCP-Session: e04b252a-9eaf-4973-af1b-d0b2f9e7f2f9 Authenticating user 'default' from [fd00:1122:3344:101::e]:47319 2026.04.22 02:12:15.242649 [ 289 ] {} TCP-Session: 4f22d2d2-f5ef-431b-b562-cd5e941fe059 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.242665 [ 286 ] {} TCP-Session: f2d0ec98-92cc-45f6-976b-6fe4fbfcb3c9 Authenticating user 'default' from [fd00:1122:3344:101::e]:62988 2026.04.22 02:12:15.242683 [ 3 ] {} TCP-Session: e04b252a-9eaf-4973-af1b-d0b2f9e7f2f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.242688 [ 288 ] {a4691755-fcf5-4aac-a42e-8b9d2fef4333} executeQuery: (from [fd00:1122:3344:101::e]:60346) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.22 02:12:15.242699 [ 286 ] {} TCP-Session: f2d0ec98-92cc-45f6-976b-6fe4fbfcb3c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.242707 [ 3 ] {} TCP-Session: e04b252a-9eaf-4973-af1b-d0b2f9e7f2f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.242738 [ 286 ] {} TCP-Session: f2d0ec98-92cc-45f6-976b-6fe4fbfcb3c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.242633 [ 290 ] {} TCP-Session: e0741672-074d-4dc7-9a7a-ed958ad24fa6 Authenticating user 'default' from [fd00:1122:3344:101::e]:51778 2026.04.22 02:12:15.242459 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:12:15.242790 [ 290 ] {} TCP-Session: e0741672-074d-4dc7-9a7a-ed958ad24fa6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.242819 [ 291 ] {} TCP-Session: 3c603c2c-c5e3-4888-b1d8-164f691a6446 Authenticating user 'default' from [fd00:1122:3344:101::e]:36269 2026.04.22 02:12:15.242829 [ 290 ] {} TCP-Session: e0741672-074d-4dc7-9a7a-ed958ad24fa6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.242847 [ 291 ] {} TCP-Session: 3c603c2c-c5e3-4888-b1d8-164f691a6446 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.242455 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53272 2026.04.22 02:12:15.242876 [ 291 ] {} TCP-Session: 3c603c2c-c5e3-4888-b1d8-164f691a6446 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.242412 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49805 2026.04.22 02:12:15.242412 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37966 2026.04.22 02:12:15.242966 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:12:15.242992 [ 288 ] {a4691755-fcf5-4aac-a42e-8b9d2fef4333} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.22 02:12:15.243004 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:12:15.243021 [ 294 ] {} TCP-Session: 02665bca-3e18-40a1-8654-1f7592d2ee67 Authenticating user 'default' from [fd00:1122:3344:101::e]:53272 2026.04.22 02:12:15.243052 [ 293 ] {} TCP-Session: bad0ea8c-f2e6-48c3-bd70-d656e21c74bd Authenticating user 'default' from [fd00:1122:3344:101::e]:49805 2026.04.22 02:12:15.243065 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:12:15.243063 [ 288 ] {a4691755-fcf5-4aac-a42e-8b9d2fef4333} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.22 02:12:15.243080 [ 293 ] {} TCP-Session: bad0ea8c-f2e6-48c3-bd70-d656e21c74bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.243103 [ 292 ] {} TCP-Session: 1d2b3bdc-95e9-40ee-9b3d-c5f87ac7f516 Authenticating user 'default' from [fd00:1122:3344:101::e]:37966 2026.04.22 02:12:15.243121 [ 293 ] {} TCP-Session: bad0ea8c-f2e6-48c3-bd70-d656e21c74bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.243143 [ 292 ] {} TCP-Session: 1d2b3bdc-95e9-40ee-9b3d-c5f87ac7f516 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.243071 [ 294 ] {} TCP-Session: 02665bca-3e18-40a1-8654-1f7592d2ee67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.243182 [ 292 ] {} TCP-Session: 1d2b3bdc-95e9-40ee-9b3d-c5f87ac7f516 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.243209 [ 294 ] {} TCP-Session: 02665bca-3e18-40a1-8654-1f7592d2ee67 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.243380 [ 288 ] {a4691755-fcf5-4aac-a42e-8b9d2fef4333} oximeter.version (735d4eb2-4688-4764-b1e7-cbcb4ccf556e) (SelectExecutor): Key condition: unknown 2026.04.22 02:12:15.244380 [ 306 ] {a4691755-fcf5-4aac-a42e-8b9d2fef4333} AggregatingTransform: Aggregating 2026.04.22 02:12:15.244439 [ 306 ] {a4691755-fcf5-4aac-a42e-8b9d2fef4333} Aggregator: Aggregation method: without_key 2026.04.22 02:12:15.244479 [ 306 ] {a4691755-fcf5-4aac-a42e-8b9d2fef4333} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000992427 sec. (1007.631 rows/sec., 39.36 KiB/sec.) 2026.04.22 02:12:15.244499 [ 306 ] {a4691755-fcf5-4aac-a42e-8b9d2fef4333} Aggregator: Merging aggregated data 2026.04.22 02:12:15.245909 [ 288 ] {a4691755-fcf5-4aac-a42e-8b9d2fef4333} executeQuery: Read 1 rows, 40.00 B in 0.003282 sec., 304.69226081657524 rows/sec., 11.90 KiB/sec. 2026.04.22 02:12:15.246040 [ 288 ] {a4691755-fcf5-4aac-a42e-8b9d2fef4333} TCPHandler: Processed in 0.003694457 sec. 2026.04.22 02:12:15.246188 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.22 02:12:15.246219 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.22 02:12:15.246224 [ 288 ] {} TCP-Session: b9cb8786-d4a9-43f3-b01f-8dd08d5b6646 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.246240 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.22 02:12:15.246267 [ 286 ] {} TCP-Session: f2d0ec98-92cc-45f6-976b-6fe4fbfcb3c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.246277 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.22 02:12:15.246300 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.22 02:12:15.246307 [ 291 ] {} TCP-Session: 3c603c2c-c5e3-4888-b1d8-164f691a6446 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.246331 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.22 02:12:15.246347 [ 289 ] {} TCP-Session: 4f22d2d2-f5ef-431b-b562-cd5e941fe059 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.246351 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.22 02:12:15.246377 [ 293 ] {} TCP-Session: bad0ea8c-f2e6-48c3-bd70-d656e21c74bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.246314 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.22 02:12:15.246411 [ 292 ] {} TCP-Session: 1d2b3bdc-95e9-40ee-9b3d-c5f87ac7f516 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.246260 [ 3 ] {} TCPHandler: Done processing connection. 2026.04.22 02:12:15.246448 [ 290 ] {} TCP-Session: e0741672-074d-4dc7-9a7a-ed958ad24fa6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.246331 [ 294 ] {} TCP-Session: 02665bca-3e18-40a1-8654-1f7592d2ee67 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.246481 [ 3 ] {} TCP-Session: e04b252a-9eaf-4973-af1b-d0b2f9e7f2f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.358508 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35331 2026.04.22 02:12:15.358616 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:12:15.358643 [ 288 ] {} TCP-Session: 90e46f23-92a0-4c6b-bb9f-cef12a379fb4 Authenticating user 'default' from [fd00:1122:3344:101::e]:35331 2026.04.22 02:12:15.358666 [ 288 ] {} TCP-Session: 90e46f23-92a0-4c6b-bb9f-cef12a379fb4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.358679 [ 288 ] {} TCP-Session: 90e46f23-92a0-4c6b-bb9f-cef12a379fb4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.358885 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52189 2026.04.22 02:12:15.358903 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36074 2026.04.22 02:12:15.358939 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39169 2026.04.22 02:12:15.358954 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33606 2026.04.22 02:12:15.358979 [ 288 ] {} TCP-Session: 90e46f23-92a0-4c6b-bb9f-cef12a379fb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:15.358905 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35716 2026.04.22 02:12:15.359030 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:12:15.359033 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:12:15.359082 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:12:15.359088 [ 289 ] {} TCP-Session: 25e51759-09cd-4735-a538-6cb06f03068d Authenticating user 'default' from [fd00:1122:3344:101::e]:52189 2026.04.22 02:12:15.359105 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:12:15.359125 [ 294 ] {} TCP-Session: 05f540dd-c027-4a25-a4b4-d26b06b789cd Authenticating user 'default' from [fd00:1122:3344:101::e]:33606 2026.04.22 02:12:15.359136 [ 289 ] {} TCP-Session: 25e51759-09cd-4735-a538-6cb06f03068d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.359145 [ 290 ] {} TCP-Session: 92da7658-22f3-4f56-805c-98bf815bdf07 Authenticating user 'default' from [fd00:1122:3344:101::e]:35716 2026.04.22 02:12:15.359158 [ 294 ] {} TCP-Session: 05f540dd-c027-4a25-a4b4-d26b06b789cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.359163 [ 289 ] {} TCP-Session: 25e51759-09cd-4735-a538-6cb06f03068d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.359179 [ 288 ] {76258aba-8f48-4fd9-9377-7c42f33c86a6} executeQuery: (from [fd00:1122:3344:101::e]:35331) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.22 02:12:15.359178 [ 290 ] {} TCP-Session: 92da7658-22f3-4f56-805c-98bf815bdf07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.359107 [ 291 ] {} TCP-Session: 56b44126-2020-4db4-b5de-e48ee2587a12 Authenticating user 'default' from [fd00:1122:3344:101::e]:36074 2026.04.22 02:12:15.359240 [ 290 ] {} TCP-Session: 92da7658-22f3-4f56-805c-98bf815bdf07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.359261 [ 291 ] {} TCP-Session: 56b44126-2020-4db4-b5de-e48ee2587a12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.359034 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:12:15.359286 [ 291 ] {} TCP-Session: 56b44126-2020-4db4-b5de-e48ee2587a12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.359315 [ 293 ] {} TCP-Session: 7833eb44-b6cc-4878-b3bd-6450e3f74687 Authenticating user 'default' from [fd00:1122:3344:101::e]:39169 2026.04.22 02:12:15.359183 [ 294 ] {} TCP-Session: 05f540dd-c027-4a25-a4b4-d26b06b789cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.359351 [ 293 ] {} TCP-Session: 7833eb44-b6cc-4878-b3bd-6450e3f74687 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.358926 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59906 2026.04.22 02:12:15.359395 [ 293 ] {} TCP-Session: 7833eb44-b6cc-4878-b3bd-6450e3f74687 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.359491 [ 288 ] {76258aba-8f48-4fd9-9377-7c42f33c86a6} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.22 02:12:15.359496 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:12:15.359549 [ 292 ] {} TCP-Session: 9119b051-f025-4ef8-806a-c6c695e2229c Authenticating user 'default' from [fd00:1122:3344:101::e]:59906 2026.04.22 02:12:15.359570 [ 288 ] {76258aba-8f48-4fd9-9377-7c42f33c86a6} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.22 02:12:15.359574 [ 292 ] {} TCP-Session: 9119b051-f025-4ef8-806a-c6c695e2229c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.359608 [ 292 ] {} TCP-Session: 9119b051-f025-4ef8-806a-c6c695e2229c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.359929 [ 288 ] {76258aba-8f48-4fd9-9377-7c42f33c86a6} oximeter.version (735d4eb2-4688-4764-b1e7-cbcb4ccf556e) (SelectExecutor): Key condition: unknown 2026.04.22 02:12:15.360864 [ 310 ] {76258aba-8f48-4fd9-9377-7c42f33c86a6} AggregatingTransform: Aggregating 2026.04.22 02:12:15.360907 [ 310 ] {76258aba-8f48-4fd9-9377-7c42f33c86a6} Aggregator: Aggregation method: without_key 2026.04.22 02:12:15.360945 [ 310 ] {76258aba-8f48-4fd9-9377-7c42f33c86a6} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000906236 sec. (1103.465 rows/sec., 43.10 KiB/sec.) 2026.04.22 02:12:15.360963 [ 310 ] {76258aba-8f48-4fd9-9377-7c42f33c86a6} Aggregator: Merging aggregated data 2026.04.22 02:12:15.362387 [ 288 ] {76258aba-8f48-4fd9-9377-7c42f33c86a6} executeQuery: Read 1 rows, 40.00 B in 0.00326 sec., 306.7484662576687 rows/sec., 11.98 KiB/sec. 2026.04.22 02:12:15.362594 [ 288 ] {76258aba-8f48-4fd9-9377-7c42f33c86a6} TCPHandler: Processed in 0.003749707 sec. 2026.04.22 02:12:15.362745 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.22 02:12:15.362774 [ 288 ] {} TCP-Session: 90e46f23-92a0-4c6b-bb9f-cef12a379fb4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.362778 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.22 02:12:15.362825 [ 289 ] {} TCP-Session: 25e51759-09cd-4735-a538-6cb06f03068d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.362826 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.22 02:12:15.362839 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.22 02:12:15.362889 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.22 02:12:15.362894 [ 291 ] {} TCP-Session: 56b44126-2020-4db4-b5de-e48ee2587a12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.362919 [ 290 ] {} TCP-Session: 92da7658-22f3-4f56-805c-98bf815bdf07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.362937 [ 293 ] {} TCP-Session: 7833eb44-b6cc-4878-b3bd-6450e3f74687 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.362926 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.22 02:12:15.362902 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.22 02:12:15.363024 [ 292 ] {} TCP-Session: 9119b051-f025-4ef8-806a-c6c695e2229c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.363039 [ 294 ] {} TCP-Session: 05f540dd-c027-4a25-a4b4-d26b06b789cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.364243 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51479 2026.04.22 02:12:15.364289 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38481 2026.04.22 02:12:15.364323 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:12:15.364360 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:12:15.364363 [ 286 ] {} TCP-Session: e5d421c0-0018-4e4d-816a-f42f8f0c2340 Authenticating user 'default' from [fd00:1122:3344:101::e]:51479 2026.04.22 02:12:15.364406 [ 3 ] {} TCP-Session: 157bf031-e2a8-43e0-977d-67116899d2a3 Authenticating user 'default' from [fd00:1122:3344:101::e]:38481 2026.04.22 02:12:15.364412 [ 286 ] {} TCP-Session: e5d421c0-0018-4e4d-816a-f42f8f0c2340 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.364450 [ 3 ] {} TCP-Session: 157bf031-e2a8-43e0-977d-67116899d2a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.364460 [ 286 ] {} TCP-Session: e5d421c0-0018-4e4d-816a-f42f8f0c2340 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.364478 [ 3 ] {} TCP-Session: 157bf031-e2a8-43e0-977d-67116899d2a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.393144 [ 286 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:51479). (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 @ 0x00000000001171c7 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.04.22 02:12:15.393316 [ 286 ] {} TCP-Session: e5d421c0-0018-4e4d-816a-f42f8f0c2340 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.393349 [ 3 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:38481). (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 @ 0x00000000001171c7 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.04.22 02:12:15.393422 [ 3 ] {} TCP-Session: 157bf031-e2a8-43e0-977d-67116899d2a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:12:15.627715 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 8102 2026.04.22 02:12:15.628223 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:15.628274 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:12:15.628802 [ 244 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.22 02:12:15.629065 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): 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.22 02:12:15.629209 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8102 2026.04.22 02:12:16.057953 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 128 2026.04.22 02:12:16.073871 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:16.073943 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB. 2026.04.22 02:12:16.079704 [ 243 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.22 02:12:16.080490 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): 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.22 02:12:16.083981 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 128 2026.04.22 02:12:18.133119 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 514 2026.04.22 02:12:18.135636 [ 242 ] {} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:18.135680 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.37 GiB. 2026.04.22 02:12:18.136859 [ 242 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.22 02:12:18.137139 [ 242 ] {} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e): 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.22 02:12:18.137381 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 514 2026.04.22 02:12:19.371480 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:19.371682 [ 5 ] {a1cc0eaa-af56-4dfc-8ba4-292aaac06384} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.22 02:12:19.371757 [ 5 ] {a1cc0eaa-af56-4dfc-8ba4-292aaac06384} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.22 02:12:19.372451 [ 5 ] {a1cc0eaa-af56-4dfc-8ba4-292aaac06384} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:19.372503 [ 5 ] {a1cc0eaa-af56-4dfc-8ba4-292aaac06384} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.37 GiB. 2026.04.22 02:12:19.372903 [ 5 ] {a1cc0eaa-af56-4dfc-8ba4-292aaac06384} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.04.22 02:12:19.373131 [ 5 ] {a1cc0eaa-af56-4dfc-8ba4-292aaac06384} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:12:19.373285 [ 157 ] {} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.04.22 02:12:19.373292 [ 5 ] {a1cc0eaa-af56-4dfc-8ba4-292aaac06384} executeQuery: Read 86 rows, 7.40 KiB in 0.001664 sec., 51682.69230769231 rows/sec., 4.34 MiB/sec. 2026.04.22 02:12:19.373362 [ 157 ] {} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:19.373391 [ 5 ] {a1cc0eaa-af56-4dfc-8ba4-292aaac06384} TCPHandler: Processed in 0.002049487 sec. 2026.04.22 02:12:19.373392 [ 157 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.37 GiB. 2026.04.22 02:12:19.373530 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:19.373542 [ 202 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::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.22 02:12:19.373637 [ 5 ] {f46a38d1-3dfe-4e8a-879e-58c8cc8f4b01} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.22 02:12:19.373711 [ 5 ] {f46a38d1-3dfe-4e8a-879e-58c8cc8f4b01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.22 02:12:19.373713 [ 202 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:12:19.373765 [ 202 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 2614 rows starting from the beginning of the part 2026.04.22 02:12:19.373839 [ 202 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::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.22 02:12:19.373889 [ 202 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 108 rows starting from the beginning of the part 2026.04.22 02:12:19.373937 [ 202 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 86 rows starting from the beginning of the part 2026.04.22 02:12:19.373977 [ 202 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 108 rows starting from the beginning of the part 2026.04.22 02:12:19.374047 [ 202 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 86 rows starting from the beginning of the part 2026.04.22 02:12:19.374157 [ 5 ] {f46a38d1-3dfe-4e8a-879e-58c8cc8f4b01} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:19.374203 [ 5 ] {f46a38d1-3dfe-4e8a-879e-58c8cc8f4b01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.37 GiB. 2026.04.22 02:12:19.374560 [ 5 ] {f46a38d1-3dfe-4e8a-879e-58c8cc8f4b01} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.04.22 02:12:19.374799 [ 5 ] {f46a38d1-3dfe-4e8a-879e-58c8cc8f4b01} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): 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.22 02:12:19.374938 [ 5 ] {f46a38d1-3dfe-4e8a-879e-58c8cc8f4b01} executeQuery: Read 15 rows, 1.13 KiB in 0.001325 sec., 11320.754716981131 rows/sec., 851.27 KiB/sec. 2026.04.22 02:12:19.374977 [ 5 ] {f46a38d1-3dfe-4e8a-879e-58c8cc8f4b01} TCPHandler: Processed in 0.001499537 sec. 2026.04.22 02:12:19.375091 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:19.375190 [ 5 ] {9db7110d-46d7-4ba7-81a5-7464dc4dc922} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.22 02:12:19.375231 [ 5 ] {9db7110d-46d7-4ba7-81a5-7464dc4dc922} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.22 02:12:19.375408 [ 199 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 3058 rows, containing 5 columns (5 merged, 0 gathered) in 0.001925515 sec., 1588146.5478066907 rows/sec., 127.43 MiB/sec. 2026.04.22 02:12:19.375662 [ 5 ] {9db7110d-46d7-4ba7-81a5-7464dc4dc922} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:19.375702 [ 5 ] {9db7110d-46d7-4ba7-81a5-7464dc4dc922} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.37 GiB. 2026.04.22 02:12:19.375805 [ 194 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.04.22 02:12:19.376038 [ 5 ] {9db7110d-46d7-4ba7-81a5-7464dc4dc922} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.04.22 02:12:19.376134 [ 194 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_26_5} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:12:19.376222 [ 194 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_26_5} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.04.22 02:12:19.376297 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. 2026.04.22 02:12:19.376312 [ 5 ] {9db7110d-46d7-4ba7-81a5-7464dc4dc922} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:12:19.376420 [ 157 ] {} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.04.22 02:12:19.376448 [ 5 ] {9db7110d-46d7-4ba7-81a5-7464dc4dc922} executeQuery: Read 79 rows, 6.32 KiB in 0.001279 sec., 61767.005473025805 rows/sec., 4.82 MiB/sec. 2026.04.22 02:12:19.376451 [ 157 ] {} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:19.376487 [ 157 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.37 GiB. 2026.04.22 02:12:19.376494 [ 5 ] {9db7110d-46d7-4ba7-81a5-7464dc4dc922} TCPHandler: Processed in 0.001451806 sec. 2026.04.22 02:12:19.376556 [ 194 ] {49c16442-6a08-4771-a070-99aeff5a276e::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.22 02:12:19.376616 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:19.376652 [ 194 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:12:19.376683 [ 194 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1401 rows starting from the beginning of the part 2026.04.22 02:12:19.376715 [ 5 ] {9758af43-7857-49e4-890a-19cdede75358} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.22 02:12:19.376731 [ 194 ] {49c16442-6a08-4771-a070-99aeff5a276e::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.22 02:12:19.376764 [ 5 ] {9758af43-7857-49e4-890a-19cdede75358} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.22 02:12:19.376781 [ 194 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 90 rows starting from the beginning of the part 2026.04.22 02:12:19.376824 [ 194 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 79 rows starting from the beginning of the part 2026.04.22 02:12:19.376862 [ 194 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 90 rows starting from the beginning of the part 2026.04.22 02:12:19.376900 [ 194 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 79 rows starting from the beginning of the part 2026.04.22 02:12:19.377203 [ 5 ] {9758af43-7857-49e4-890a-19cdede75358} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:19.377244 [ 5 ] {9758af43-7857-49e4-890a-19cdede75358} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.37 GiB. 2026.04.22 02:12:19.377608 [ 5 ] {9758af43-7857-49e4-890a-19cdede75358} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.04.22 02:12:19.377821 [ 5 ] {9758af43-7857-49e4-890a-19cdede75358} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:12:19.377834 [ 199 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1803 rows, containing 5 columns (5 merged, 0 gathered) in 0.001308543 sec., 1377868.3619873403 rows/sec., 101.94 MiB/sec. 2026.04.22 02:12:19.377927 [ 157 ] {} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.04.22 02:12:19.377951 [ 5 ] {9758af43-7857-49e4-890a-19cdede75358} executeQuery: Read 160 rows, 11.41 KiB in 0.001255 sec., 127490.03984063744 rows/sec., 8.88 MiB/sec. 2026.04.22 02:12:19.377955 [ 157 ] {} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:19.377994 [ 157 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.37 GiB. 2026.04.22 02:12:19.377995 [ 5 ] {9758af43-7857-49e4-890a-19cdede75358} TCPHandler: Processed in 0.001428365 sec. 2026.04.22 02:12:19.378060 [ 186 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.04.22 02:12:19.378066 [ 194 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::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.22 02:12:19.378129 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:19.378190 [ 194 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:12:19.378223 [ 194 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_26_5} MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 8845 rows starting from the beginning of the part 2026.04.22 02:12:19.378229 [ 5 ] {a3489e4a-4313-45ee-b668-24824497160d} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.22 02:12:19.378275 [ 194 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 96 rows starting from the beginning of the part 2026.04.22 02:12:19.378294 [ 5 ] {a3489e4a-4313-45ee-b668-24824497160d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.22 02:12:19.378318 [ 194 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::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.22 02:12:19.378360 [ 194 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::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.22 02:12:19.378406 [ 194 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 160 rows starting from the beginning of the part 2026.04.22 02:12:19.378407 [ 186 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_26_5} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:12:19.378445 [ 194 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 160 rows starting from the beginning of the part 2026.04.22 02:12:19.378512 [ 186 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_26_5} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.04.22 02:12:19.378632 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. 2026.04.22 02:12:19.379088 [ 5 ] {a3489e4a-4313-45ee-b668-24824497160d} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:19.379132 [ 5 ] {a3489e4a-4313-45ee-b668-24824497160d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.37 GiB. 2026.04.22 02:12:19.379713 [ 5 ] {a3489e4a-4313-45ee-b668-24824497160d} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.04.22 02:12:19.379940 [ 5 ] {a3489e4a-4313-45ee-b668-24824497160d} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): 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.22 02:12:19.380081 [ 5 ] {a3489e4a-4313-45ee-b668-24824497160d} executeQuery: Read 15 rows, 27.52 KiB in 0.00187 sec., 8021.390374331551 rows/sec., 14.37 MiB/sec. 2026.04.22 02:12:19.380147 [ 5 ] {a3489e4a-4313-45ee-b668-24824497160d} TCPHandler: Processed in 0.002067357 sec. 2026.04.22 02:12:19.380281 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:19.380376 [ 5 ] {ef44811d-f60a-439e-bc28-9c391e6134b0} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.22 02:12:19.380418 [ 5 ] {ef44811d-f60a-439e-bc28-9c391e6134b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.22 02:12:19.380769 [ 5 ] {ef44811d-f60a-439e-bc28-9c391e6134b0} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:19.380806 [ 5 ] {ef44811d-f60a-439e-bc28-9c391e6134b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.37 GiB. 2026.04.22 02:12:19.381141 [ 5 ] {ef44811d-f60a-439e-bc28-9c391e6134b0} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.04.22 02:12:19.381351 [ 5 ] {ef44811d-f60a-439e-bc28-9c391e6134b0} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:12:19.381451 [ 157 ] {} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.04.22 02:12:19.381479 [ 157 ] {} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:19.381483 [ 5 ] {ef44811d-f60a-439e-bc28-9c391e6134b0} executeQuery: Read 60 rows, 4.14 KiB in 0.001125 sec., 53333.333333333336 rows/sec., 3.59 MiB/sec. 2026.04.22 02:12:19.381495 [ 157 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.37 GiB. 2026.04.22 02:12:19.381530 [ 5 ] {ef44811d-f60a-439e-bc28-9c391e6134b0} TCPHandler: Processed in 0.001296653 sec. 2026.04.22 02:12:19.381592 [ 199 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::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.22 02:12:19.381714 [ 199 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:12:19.381750 [ 199 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1092 rows starting from the beginning of the part 2026.04.22 02:12:19.381820 [ 199 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 36 rows starting from the beginning of the part 2026.04.22 02:12:19.381849 [ 189 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 9581 rows, containing 5 columns (5 merged, 0 gathered) in 0.003810808 sec., 2514164.974986932 rows/sec., 163.37 MiB/sec. 2026.04.22 02:12:19.381868 [ 199 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::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.22 02:12:19.381919 [ 199 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::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.22 02:12:19.381961 [ 199 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 60 rows starting from the beginning of the part 2026.04.22 02:12:19.381996 [ 199 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part 2026.04.22 02:12:19.382097 [ 190 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.04.22 02:12:19.382434 [ 190 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_26_5} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:12:19.382510 [ 190 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_26_5} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.04.22 02:12:19.382579 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.07 MiB. 2026.04.22 02:12:19.382996 [ 194 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1368 rows, containing 4 columns (4 merged, 0 gathered) in 0.001443456 sec., 947725.4588986431 rows/sec., 63.87 MiB/sec. 2026.04.22 02:12:19.383200 [ 199 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.04.22 02:12:19.383441 [ 199 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_26_5} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:12:19.383503 [ 199 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_26_5} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.04.22 02:12:19.383562 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2026.04.22 02:12:20.000243 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 243.39 MiB, peak 250.37 MiB, free memory in arenas 0.00 B, will set to 244.58 MiB (RSS), difference: 1.20 MiB 2026.04.22 02:12:23.048181 [ 151 ] {} DNSResolver: Updating DNS cache 2026.04.22 02:12:23.048261 [ 151 ] {} DNSResolver: Updated DNS cache 2026.04.22 02:12:23.129328 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 8614 2026.04.22 02:12:23.129814 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:23.129851 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.37 GiB. 2026.04.22 02:12:23.130353 [ 244 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.22 02:12:23.130591 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): 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.22 02:12:23.130732 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8614 2026.04.22 02:12:23.584104 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 136 2026.04.22 02:12:23.603393 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:23.603456 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.37 GiB. 2026.04.22 02:12:23.609140 [ 243 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.22 02:12:23.609910 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): 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.22 02:12:23.613821 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 136 2026.04.22 02:12:24.371995 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:24.372191 [ 5 ] {809a4d39-736d-40c0-a40d-795ef2c24bc4} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.22 02:12:24.372263 [ 5 ] {809a4d39-736d-40c0-a40d-795ef2c24bc4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.22 02:12:24.372999 [ 5 ] {809a4d39-736d-40c0-a40d-795ef2c24bc4} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:24.373055 [ 5 ] {809a4d39-736d-40c0-a40d-795ef2c24bc4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.37 GiB. 2026.04.22 02:12:24.373456 [ 5 ] {809a4d39-736d-40c0-a40d-795ef2c24bc4} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.04.22 02:12:24.373690 [ 5 ] {809a4d39-736d-40c0-a40d-795ef2c24bc4} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:12:24.373842 [ 5 ] {809a4d39-736d-40c0-a40d-795ef2c24bc4} executeQuery: Read 108 rows, 9.31 KiB in 0.001706 sec., 63305.97889800703 rows/sec., 5.33 MiB/sec. 2026.04.22 02:12:24.373885 [ 5 ] {809a4d39-736d-40c0-a40d-795ef2c24bc4} TCPHandler: Processed in 0.002024536 sec. 2026.04.22 02:12:24.374009 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:24.374104 [ 5 ] {94e61b2f-ddbb-4ce8-96e0-2846c571a039} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.22 02:12:24.374145 [ 5 ] {94e61b2f-ddbb-4ce8-96e0-2846c571a039} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.22 02:12:24.374549 [ 5 ] {94e61b2f-ddbb-4ce8-96e0-2846c571a039} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:24.374585 [ 5 ] {94e61b2f-ddbb-4ce8-96e0-2846c571a039} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.37 GiB. 2026.04.22 02:12:24.374874 [ 5 ] {94e61b2f-ddbb-4ce8-96e0-2846c571a039} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.04.22 02:12:24.375080 [ 5 ] {94e61b2f-ddbb-4ce8-96e0-2846c571a039} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): 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.22 02:12:24.375208 [ 5 ] {94e61b2f-ddbb-4ce8-96e0-2846c571a039} executeQuery: Read 26 rows, 1.96 KiB in 0.001123 sec., 23152.270703472837 rows/sec., 1.70 MiB/sec. 2026.04.22 02:12:24.375246 [ 5 ] {94e61b2f-ddbb-4ce8-96e0-2846c571a039} TCPHandler: Processed in 0.001285732 sec. 2026.04.22 02:12:24.375360 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:24.375453 [ 5 ] {27ecf82a-7bf0-4fb6-b918-c098a0a9e344} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.22 02:12:24.375493 [ 5 ] {27ecf82a-7bf0-4fb6-b918-c098a0a9e344} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.22 02:12:24.375903 [ 5 ] {27ecf82a-7bf0-4fb6-b918-c098a0a9e344} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:24.375940 [ 5 ] {27ecf82a-7bf0-4fb6-b918-c098a0a9e344} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.37 GiB. 2026.04.22 02:12:24.376256 [ 5 ] {27ecf82a-7bf0-4fb6-b918-c098a0a9e344} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.04.22 02:12:24.376459 [ 5 ] {27ecf82a-7bf0-4fb6-b918-c098a0a9e344} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:12:24.376584 [ 5 ] {27ecf82a-7bf0-4fb6-b918-c098a0a9e344} executeQuery: Read 90 rows, 7.20 KiB in 0.001148 sec., 78397.21254355401 rows/sec., 6.12 MiB/sec. 2026.04.22 02:12:24.376620 [ 5 ] {27ecf82a-7bf0-4fb6-b918-c098a0a9e344} TCPHandler: Processed in 0.001308713 sec. 2026.04.22 02:12:24.376735 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:24.376828 [ 5 ] {37544c6a-2023-4716-a597-092828a415ef} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.22 02:12:24.376870 [ 5 ] {37544c6a-2023-4716-a597-092828a415ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.22 02:12:24.377280 [ 5 ] {37544c6a-2023-4716-a597-092828a415ef} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:24.377315 [ 5 ] {37544c6a-2023-4716-a597-092828a415ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.37 GiB. 2026.04.22 02:12:24.377634 [ 5 ] {37544c6a-2023-4716-a597-092828a415ef} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.04.22 02:12:24.377846 [ 5 ] {37544c6a-2023-4716-a597-092828a415ef} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:12:24.377970 [ 5 ] {37544c6a-2023-4716-a597-092828a415ef} executeQuery: Read 160 rows, 11.41 KiB in 0.001161 sec., 137812.23083548667 rows/sec., 9.60 MiB/sec. 2026.04.22 02:12:24.378008 [ 5 ] {37544c6a-2023-4716-a597-092828a415ef} TCPHandler: Processed in 0.001321914 sec. 2026.04.22 02:12:24.378118 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:24.378223 [ 5 ] {ab7a7366-0175-45ef-ac3e-8f48204ae0e6} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.22 02:12:24.378275 [ 5 ] {ab7a7366-0175-45ef-ac3e-8f48204ae0e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.22 02:12:24.379093 [ 5 ] {ab7a7366-0175-45ef-ac3e-8f48204ae0e6} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:24.379131 [ 5 ] {ab7a7366-0175-45ef-ac3e-8f48204ae0e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.37 GiB. 2026.04.22 02:12:24.379706 [ 5 ] {ab7a7366-0175-45ef-ac3e-8f48204ae0e6} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.04.22 02:12:24.379942 [ 5 ] {ab7a7366-0175-45ef-ac3e-8f48204ae0e6} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): 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.22 02:12:24.380077 [ 5 ] {ab7a7366-0175-45ef-ac3e-8f48204ae0e6} executeQuery: Read 26 rows, 47.71 KiB in 0.001872 sec., 13888.888888888889 rows/sec., 24.89 MiB/sec. 2026.04.22 02:12:24.380131 [ 5 ] {ab7a7366-0175-45ef-ac3e-8f48204ae0e6} TCPHandler: Processed in 0.002060877 sec. 2026.04.22 02:12:24.380255 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:24.380347 [ 5 ] {640ed914-6881-4dee-bd25-72124637fa9f} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.22 02:12:24.380388 [ 5 ] {640ed914-6881-4dee-bd25-72124637fa9f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.22 02:12:24.380718 [ 5 ] {640ed914-6881-4dee-bd25-72124637fa9f} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:24.380753 [ 5 ] {640ed914-6881-4dee-bd25-72124637fa9f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.37 GiB. 2026.04.22 02:12:24.381053 [ 5 ] {640ed914-6881-4dee-bd25-72124637fa9f} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.04.22 02:12:24.381260 [ 5 ] {640ed914-6881-4dee-bd25-72124637fa9f} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:12:24.381382 [ 5 ] {640ed914-6881-4dee-bd25-72124637fa9f} executeQuery: Read 60 rows, 4.14 KiB in 0.001053 sec., 56980.05698005699 rows/sec., 3.84 MiB/sec. 2026.04.22 02:12:24.381417 [ 5 ] {640ed914-6881-4dee-bd25-72124637fa9f} TCPHandler: Processed in 0.001212752 sec. 2026.04.22 02:12:26.294849 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:26.295110 [ 5 ] {2a993826-139b-4e72-ac2f-3f68ce1978b3} executeQuery: (from [fd00:1122:3344:101::d]:53150) 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', 'kstat_sampler:samples_dropped', '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.22 02:12:26.295482 [ 5 ] {2a993826-139b-4e72-ac2f-3f68ce1978b3} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.22 02:12:26.295522 [ 5 ] {2a993826-139b-4e72-ac2f-3f68ce1978b3} 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', 'kstat_sampler:samples_dropped', '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.22 02:12:26.295804 [ 5 ] {2a993826-139b-4e72-ac2f-3f68ce1978b3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.22 02:12:26.295871 [ 5 ] {2a993826-139b-4e72-ac2f-3f68ce1978b3} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.22 02:12:26.296010 [ 5 ] {2a993826-139b-4e72-ac2f-3f68ce1978b3} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (SelectExecutor): Key condition: (column 0 notIn 38-element set) 2026.04.22 02:12:26.296109 [ 318 ] {2a993826-139b-4e72-ac2f-3f68ce1978b3} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.22 02:12:26.296138 [ 345 ] {2a993826-139b-4e72-ac2f-3f68ce1978b3} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.22 02:12:26.296138 [ 315 ] {2a993826-139b-4e72-ac2f-3f68ce1978b3} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.22 02:12:26.296290 [ 5 ] {2a993826-139b-4e72-ac2f-3f68ce1978b3} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.04.22 02:12:26.296317 [ 5 ] {2a993826-139b-4e72-ac2f-3f68ce1978b3} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.22 02:12:26.296400 [ 5 ] {2a993826-139b-4e72-ac2f-3f68ce1978b3} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.22 02:12:26.296419 [ 5 ] {2a993826-139b-4e72-ac2f-3f68ce1978b3} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (SelectExecutor): Reading approx. 38 rows with 3 streams 2026.04.22 02:12:26.296463 [ 5 ] {2a993826-139b-4e72-ac2f-3f68ce1978b3} 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', 'kstat_sampler:samples_dropped', '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.22 02:12:26.296511 [ 5 ] {2a993826-139b-4e72-ac2f-3f68ce1978b3} 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', 'kstat_sampler:samples_dropped', '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.22 02:12:26.296552 [ 5 ] {2a993826-139b-4e72-ac2f-3f68ce1978b3} 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', 'kstat_sampler:samples_dropped', '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.22 02:12:26.297560 [ 5 ] {2a993826-139b-4e72-ac2f-3f68ce1978b3} executeQuery: Read 38 rows, 1.56 KiB in 0.002567 sec., 14803.272302298405 rows/sec., 609.45 KiB/sec. 2026.04.22 02:12:26.297683 [ 5 ] {2a993826-139b-4e72-ac2f-3f68ce1978b3} TCPHandler: Processed in 0.002967163 sec. 2026.04.22 02:12:26.358743 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:26.358916 [ 5 ] {cf795648-1a78-415f-ba70-c015bcc60669} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.04.22 02:12:26.358984 [ 5 ] {cf795648-1a78-415f-ba70-c015bcc60669} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.22 02:12:26.359646 [ 5 ] {cf795648-1a78-415f-ba70-c015bcc60669} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:26.359689 [ 5 ] {cf795648-1a78-415f-ba70-c015bcc60669} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.37 GiB. 2026.04.22 02:12:26.360127 [ 5 ] {cf795648-1a78-415f-ba70-c015bcc60669} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.22 02:12:26.360312 [ 5 ] {cf795648-1a78-415f-ba70-c015bcc60669} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea): 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.22 02:12:26.360450 [ 5 ] {cf795648-1a78-415f-ba70-c015bcc60669} executeQuery: Read 1 rows, 256.00 B in 0.001601 sec., 624.6096189881324 rows/sec., 156.15 KiB/sec. 2026.04.22 02:12:26.360489 [ 5 ] {cf795648-1a78-415f-ba70-c015bcc60669} TCPHandler: Processed in 0.001874223 sec. 2026.04.22 02:12:26.360595 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:26.360685 [ 5 ] {3851d0fd-2efe-47cd-8331-bc34020266de} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.22 02:12:26.360724 [ 5 ] {3851d0fd-2efe-47cd-8331-bc34020266de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.22 02:12:26.361217 [ 5 ] {3851d0fd-2efe-47cd-8331-bc34020266de} oximeter.fields_i16 (cb937fce-9af2-4ed4-8a2c-50f4b7db9b7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:26.361262 [ 5 ] {3851d0fd-2efe-47cd-8331-bc34020266de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.37 GiB. 2026.04.22 02:12:26.361661 [ 5 ] {3851d0fd-2efe-47cd-8331-bc34020266de} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.22 02:12:26.361945 [ 5 ] {3851d0fd-2efe-47cd-8331-bc34020266de} oximeter.fields_i16 (cb937fce-9af2-4ed4-8a2c-50f4b7db9b7b): 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.22 02:12:26.362098 [ 5 ] {3851d0fd-2efe-47cd-8331-bc34020266de} executeQuery: Read 24 rows, 2.04 KiB in 0.001393 sec., 17229.00215362527 rows/sec., 1.43 MiB/sec. 2026.04.22 02:12:26.362143 [ 5 ] {3851d0fd-2efe-47cd-8331-bc34020266de} TCPHandler: Processed in 0.001567459 sec. 2026.04.22 02:12:26.362260 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:26.362371 [ 5 ] {e677416a-65a9-4081-b353-f3134713bca2} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.22 02:12:26.362422 [ 5 ] {e677416a-65a9-4081-b353-f3134713bca2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.22 02:12:26.362909 [ 5 ] {e677416a-65a9-4081-b353-f3134713bca2} oximeter.fields_ipaddr (478e016b-70a4-416f-a4c0-90b63b47c331): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:26.362950 [ 5 ] {e677416a-65a9-4081-b353-f3134713bca2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.37 GiB. 2026.04.22 02:12:26.363341 [ 5 ] {e677416a-65a9-4081-b353-f3134713bca2} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.22 02:12:26.363573 [ 5 ] {e677416a-65a9-4081-b353-f3134713bca2} oximeter.fields_ipaddr (478e016b-70a4-416f-a4c0-90b63b47c331): 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.22 02:12:26.363720 [ 5 ] {e677416a-65a9-4081-b353-f3134713bca2} executeQuery: Read 16 rows, 1.32 KiB in 0.001372 sec., 11661.807580174927 rows/sec., 960.90 KiB/sec. 2026.04.22 02:12:26.363769 [ 5 ] {e677416a-65a9-4081-b353-f3134713bca2} TCPHandler: Processed in 0.001559638 sec. 2026.04.22 02:12:26.363899 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:26.363997 [ 5 ] {a29f8204-1330-4e1a-be90-a7b37c028459} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.22 02:12:26.364038 [ 5 ] {a29f8204-1330-4e1a-be90-a7b37c028459} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.22 02:12:26.365666 [ 5 ] {a29f8204-1330-4e1a-be90-a7b37c028459} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:26.365697 [ 5 ] {a29f8204-1330-4e1a-be90-a7b37c028459} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.37 GiB. 2026.04.22 02:12:26.366173 [ 5 ] {a29f8204-1330-4e1a-be90-a7b37c028459} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.04.22 02:12:26.366384 [ 5 ] {a29f8204-1330-4e1a-be90-a7b37c028459} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:12:26.366511 [ 5 ] {a29f8204-1330-4e1a-be90-a7b37c028459} executeQuery: Read 2560 rows, 196.46 KiB in 0.002531 sec., 1011457.9217700515 rows/sec., 75.80 MiB/sec. 2026.04.22 02:12:26.366550 [ 5 ] {a29f8204-1330-4e1a-be90-a7b37c028459} MemoryTracker: Peak memory usage (for query): 4.01 MiB. 2026.04.22 02:12:26.366562 [ 5 ] {a29f8204-1330-4e1a-be90-a7b37c028459} TCPHandler: Processed in 0.002714289 sec. 2026.04.22 02:12:26.366676 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:26.366770 [ 5 ] {b9c3cc67-9415-45c9-9779-00b73a0b13b0} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.22 02:12:26.366810 [ 5 ] {b9c3cc67-9415-45c9-9779-00b73a0b13b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.22 02:12:26.367223 [ 5 ] {b9c3cc67-9415-45c9-9779-00b73a0b13b0} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:26.367257 [ 5 ] {b9c3cc67-9415-45c9-9779-00b73a0b13b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.37 GiB. 2026.04.22 02:12:26.367555 [ 5 ] {b9c3cc67-9415-45c9-9779-00b73a0b13b0} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.04.22 02:12:26.367762 [ 5 ] {b9c3cc67-9415-45c9-9779-00b73a0b13b0} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): 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.22 02:12:26.367887 [ 5 ] {b9c3cc67-9415-45c9-9779-00b73a0b13b0} executeQuery: Read 52 rows, 3.90 KiB in 0.001135 sec., 45814.97797356828 rows/sec., 3.35 MiB/sec. 2026.04.22 02:12:26.367924 [ 5 ] {b9c3cc67-9415-45c9-9779-00b73a0b13b0} TCPHandler: Processed in 0.001298043 sec. 2026.04.22 02:12:26.368047 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:26.368142 [ 5 ] {87b365b7-a290-4cd3-8e55-8eb7c8f2e62b} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.22 02:12:26.368182 [ 5 ] {87b365b7-a290-4cd3-8e55-8eb7c8f2e62b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.22 02:12:26.368811 [ 5 ] {87b365b7-a290-4cd3-8e55-8eb7c8f2e62b} oximeter.fields_u32 (a10e9abe-df72-475e-a5a2-b131593a6390): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:26.368845 [ 5 ] {87b365b7-a290-4cd3-8e55-8eb7c8f2e62b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.37 GiB. 2026.04.22 02:12:26.369210 [ 5 ] {87b365b7-a290-4cd3-8e55-8eb7c8f2e62b} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.22 02:12:26.369528 [ 5 ] {87b365b7-a290-4cd3-8e55-8eb7c8f2e62b} oximeter.fields_u32 (a10e9abe-df72-475e-a5a2-b131593a6390): 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.22 02:12:26.369685 [ 5 ] {87b365b7-a290-4cd3-8e55-8eb7c8f2e62b} executeQuery: Read 825 rows, 49.42 KiB in 0.001559 sec., 529185.3752405387 rows/sec., 30.96 MiB/sec. 2026.04.22 02:12:26.369731 [ 5 ] {87b365b7-a290-4cd3-8e55-8eb7c8f2e62b} TCPHandler: Processed in 0.001733421 sec. 2026.04.22 02:12:26.369854 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:26.369969 [ 5 ] {7e1f6eda-ad4c-407d-a6df-82fe9f7aec49} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.04.22 02:12:26.370017 [ 5 ] {7e1f6eda-ad4c-407d-a6df-82fe9f7aec49} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.04.22 02:12:26.370443 [ 5 ] {7e1f6eda-ad4c-407d-a6df-82fe9f7aec49} oximeter.fields_u64 (0f018eed-693d-4cbc-960b-b0c41195cfef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:26.370479 [ 5 ] {7e1f6eda-ad4c-407d-a6df-82fe9f7aec49} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.37 GiB. 2026.04.22 02:12:26.370765 [ 5 ] {7e1f6eda-ad4c-407d-a6df-82fe9f7aec49} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.22 02:12:26.370972 [ 5 ] {7e1f6eda-ad4c-407d-a6df-82fe9f7aec49} oximeter.fields_u64 (0f018eed-693d-4cbc-960b-b0c41195cfef): 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.22 02:12:26.371094 [ 5 ] {7e1f6eda-ad4c-407d-a6df-82fe9f7aec49} executeQuery: Read 1 rows, 72.00 B in 0.001149 sec., 870.3220191470843 rows/sec., 61.19 KiB/sec. 2026.04.22 02:12:26.371131 [ 5 ] {7e1f6eda-ad4c-407d-a6df-82fe9f7aec49} TCPHandler: Processed in 0.001336755 sec. 2026.04.22 02:12:26.371242 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:26.371335 [ 5 ] {0232e35a-d119-4390-88ff-b3b7587d6fd6} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.22 02:12:26.371374 [ 5 ] {0232e35a-d119-4390-88ff-b3b7587d6fd6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.22 02:12:26.371765 [ 5 ] {0232e35a-d119-4390-88ff-b3b7587d6fd6} oximeter.fields_u8 (0477f4e3-c0c2-460d-b2af-9ce97f919b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:26.371799 [ 5 ] {0232e35a-d119-4390-88ff-b3b7587d6fd6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.37 GiB. 2026.04.22 02:12:26.372090 [ 5 ] {0232e35a-d119-4390-88ff-b3b7587d6fd6} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.22 02:12:26.372318 [ 5 ] {0232e35a-d119-4390-88ff-b3b7587d6fd6} oximeter.fields_u8 (0477f4e3-c0c2-460d-b2af-9ce97f919b1c): 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.22 02:12:26.372440 [ 5 ] {0232e35a-d119-4390-88ff-b3b7587d6fd6} executeQuery: Read 12 rows, 960.00 B in 0.001122 sec., 10695.187165775402 rows/sec., 835.56 KiB/sec. 2026.04.22 02:12:26.372477 [ 5 ] {0232e35a-d119-4390-88ff-b3b7587d6fd6} TCPHandler: Processed in 0.001285394 sec. 2026.04.22 02:12:26.372586 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:26.372686 [ 5 ] {c407529e-585b-4abd-9531-ea0795b99c6f} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.22 02:12:26.372726 [ 5 ] {c407529e-585b-4abd-9531-ea0795b99c6f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.22 02:12:26.373517 [ 5 ] {c407529e-585b-4abd-9531-ea0795b99c6f} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:26.373552 [ 5 ] {c407529e-585b-4abd-9531-ea0795b99c6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.37 GiB. 2026.04.22 02:12:26.373944 [ 5 ] {c407529e-585b-4abd-9531-ea0795b99c6f} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.04.22 02:12:26.374157 [ 5 ] {c407529e-585b-4abd-9531-ea0795b99c6f} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:12:26.374285 [ 5 ] {c407529e-585b-4abd-9531-ea0795b99c6f} executeQuery: Read 1355 rows, 93.73 KiB in 0.001617 sec., 837971.5522572666 rows/sec., 56.61 MiB/sec. 2026.04.22 02:12:26.374322 [ 5 ] {c407529e-585b-4abd-9531-ea0795b99c6f} TCPHandler: Processed in 0.001786021 sec. 2026.04.22 02:12:26.374436 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:26.374530 [ 5 ] {ab777ef5-3968-4364-ab2a-712288279018} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.22 02:12:26.374574 [ 5 ] {ab777ef5-3968-4364-ab2a-712288279018} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.22 02:12:26.375212 [ 5 ] {ab777ef5-3968-4364-ab2a-712288279018} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:26.375246 [ 5 ] {ab777ef5-3968-4364-ab2a-712288279018} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.37 GiB. 2026.04.22 02:12:26.375689 [ 5 ] {ab777ef5-3968-4364-ab2a-712288279018} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.04.22 02:12:26.375901 [ 5 ] {ab777ef5-3968-4364-ab2a-712288279018} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:12:26.376027 [ 5 ] {ab777ef5-3968-4364-ab2a-712288279018} executeQuery: Read 1608 rows, 101.73 KiB in 0.001515 sec., 1061386.1386138613 rows/sec., 65.58 MiB/sec. 2026.04.22 02:12:26.376064 [ 5 ] {ab777ef5-3968-4364-ab2a-712288279018} TCPHandler: Processed in 0.0016774 sec. 2026.04.22 02:12:26.376165 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:26.376274 [ 5 ] {2a1967c1-dda8-4fd1-9f56-5a7e6837f613} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.22 02:12:26.376337 [ 5 ] {2a1967c1-dda8-4fd1-9f56-5a7e6837f613} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.22 02:12:26.377234 [ 5 ] {2a1967c1-dda8-4fd1-9f56-5a7e6837f613} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:26.377269 [ 5 ] {2a1967c1-dda8-4fd1-9f56-5a7e6837f613} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.37 GiB. 2026.04.22 02:12:26.377798 [ 5 ] {2a1967c1-dda8-4fd1-9f56-5a7e6837f613} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.04.22 02:12:26.378018 [ 5 ] {2a1967c1-dda8-4fd1-9f56-5a7e6837f613} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): 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.22 02:12:26.378157 [ 5 ] {2a1967c1-dda8-4fd1-9f56-5a7e6837f613} executeQuery: Read 24 rows, 44.04 KiB in 0.001906 sec., 12591.815320041973 rows/sec., 22.56 MiB/sec. 2026.04.22 02:12:26.378208 [ 5 ] {2a1967c1-dda8-4fd1-9f56-5a7e6837f613} TCPHandler: Processed in 0.002092177 sec. 2026.04.22 02:12:26.378318 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:26.378412 [ 5 ] {985d0744-3866-45f8-bcb4-dda75aeb97c5} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.22 02:12:26.378453 [ 5 ] {985d0744-3866-45f8-bcb4-dda75aeb97c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.22 02:12:26.378778 [ 5 ] {985d0744-3866-45f8-bcb4-dda75aeb97c5} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:26.378814 [ 5 ] {985d0744-3866-45f8-bcb4-dda75aeb97c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.37 GiB. 2026.04.22 02:12:26.379108 [ 5 ] {985d0744-3866-45f8-bcb4-dda75aeb97c5} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.04.22 02:12:26.379314 [ 5 ] {985d0744-3866-45f8-bcb4-dda75aeb97c5} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:12:26.379439 [ 5 ] {985d0744-3866-45f8-bcb4-dda75aeb97c5} executeQuery: Read 24 rows, 1.66 KiB in 0.001045 sec., 22966.507177033494 rows/sec., 1.55 MiB/sec. 2026.04.22 02:12:26.379482 [ 5 ] {985d0744-3866-45f8-bcb4-dda75aeb97c5} TCPHandler: Processed in 0.001213752 sec. 2026.04.22 02:12:28.137571 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 564 2026.04.22 02:12:28.140105 [ 242 ] {} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:28.140149 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.37 GiB. 2026.04.22 02:12:28.141341 [ 242 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.22 02:12:28.141600 [ 242 ] {} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e): 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.22 02:12:28.141852 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 564 2026.04.22 02:12:29.368456 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:29.368652 [ 5 ] {8cd2b87b-c954-488d-9ce2-428911874b33} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.22 02:12:29.368726 [ 5 ] {8cd2b87b-c954-488d-9ce2-428911874b33} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.22 02:12:29.369446 [ 5 ] {8cd2b87b-c954-488d-9ce2-428911874b33} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:29.369497 [ 5 ] {8cd2b87b-c954-488d-9ce2-428911874b33} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.37 GiB. 2026.04.22 02:12:29.369889 [ 5 ] {8cd2b87b-c954-488d-9ce2-428911874b33} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.04.22 02:12:29.370144 [ 5 ] {8cd2b87b-c954-488d-9ce2-428911874b33} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:12:29.370307 [ 5 ] {8cd2b87b-c954-488d-9ce2-428911874b33} executeQuery: Read 56 rows, 4.41 KiB in 0.001707 sec., 32806.09256004687 rows/sec., 2.52 MiB/sec. 2026.04.22 02:12:29.370358 [ 5 ] {8cd2b87b-c954-488d-9ce2-428911874b33} TCPHandler: Processed in 0.002034506 sec. 2026.04.22 02:12:29.370478 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:29.370579 [ 5 ] {df9b679f-46e2-4d63-96a1-022a10233345} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.22 02:12:29.370621 [ 5 ] {df9b679f-46e2-4d63-96a1-022a10233345} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.22 02:12:29.371052 [ 5 ] {df9b679f-46e2-4d63-96a1-022a10233345} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:29.371090 [ 5 ] {df9b679f-46e2-4d63-96a1-022a10233345} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.37 GiB. 2026.04.22 02:12:29.371406 [ 5 ] {df9b679f-46e2-4d63-96a1-022a10233345} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.04.22 02:12:29.371615 [ 5 ] {df9b679f-46e2-4d63-96a1-022a10233345} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:12:29.371743 [ 5 ] {df9b679f-46e2-4d63-96a1-022a10233345} executeQuery: Read 64 rows, 5.12 KiB in 0.001188 sec., 53872.05387205387 rows/sec., 4.20 MiB/sec. 2026.04.22 02:12:29.371781 [ 5 ] {df9b679f-46e2-4d63-96a1-022a10233345} TCPHandler: Processed in 0.001354195 sec. 2026.04.22 02:12:29.371902 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:29.371999 [ 5 ] {3cf23234-ea09-4cda-8312-1927ca0b9f8f} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.22 02:12:29.372041 [ 5 ] {3cf23234-ea09-4cda-8312-1927ca0b9f8f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.22 02:12:29.372417 [ 5 ] {3cf23234-ea09-4cda-8312-1927ca0b9f8f} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:29.372454 [ 5 ] {3cf23234-ea09-4cda-8312-1927ca0b9f8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.37 GiB. 2026.04.22 02:12:29.372780 [ 5 ] {3cf23234-ea09-4cda-8312-1927ca0b9f8f} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.04.22 02:12:29.372985 [ 5 ] {3cf23234-ea09-4cda-8312-1927ca0b9f8f} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:12:29.373108 [ 5 ] {3cf23234-ea09-4cda-8312-1927ca0b9f8f} executeQuery: Read 96 rows, 6.85 KiB in 0.001129 sec., 85031.00088573959 rows/sec., 5.92 MiB/sec. 2026.04.22 02:12:29.373144 [ 5 ] {3cf23234-ea09-4cda-8312-1927ca0b9f8f} TCPHandler: Processed in 0.001291223 sec. 2026.04.22 02:12:29.373264 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:29.373358 [ 5 ] {518caf2a-2426-4bf1-a726-076ba2620f6e} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.22 02:12:29.373399 [ 5 ] {518caf2a-2426-4bf1-a726-076ba2620f6e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.22 02:12:29.373729 [ 5 ] {518caf2a-2426-4bf1-a726-076ba2620f6e} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:29.373764 [ 5 ] {518caf2a-2426-4bf1-a726-076ba2620f6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.37 GiB. 2026.04.22 02:12:29.374063 [ 5 ] {518caf2a-2426-4bf1-a726-076ba2620f6e} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.04.22 02:12:29.374288 [ 5 ] {518caf2a-2426-4bf1-a726-076ba2620f6e} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:12:29.374413 [ 5 ] {518caf2a-2426-4bf1-a726-076ba2620f6e} executeQuery: Read 36 rows, 2.48 KiB in 0.001073 sec., 33550.79217148183 rows/sec., 2.26 MiB/sec. 2026.04.22 02:12:29.374448 [ 5 ] {518caf2a-2426-4bf1-a726-076ba2620f6e} TCPHandler: Processed in 0.001231702 sec. 2026.04.22 02:12:30.630850 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 9062 2026.04.22 02:12:30.631362 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:30.631414 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.37 GiB. 2026.04.22 02:12:30.631942 [ 244 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.22 02:12:30.632190 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): 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.22 02:12:30.632331 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9062 2026.04.22 02:12:31.113934 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 2026.04.22 02:12:31.129839 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:31.129894 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.37 GiB. 2026.04.22 02:12:31.135911 [ 243 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.22 02:12:31.136608 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): 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.22 02:12:31.139262 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 144 2026.04.22 02:12:34.371060 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:34.371249 [ 5 ] {ed47974a-cf02-4aee-8904-7ac92c34be99} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.22 02:12:34.371312 [ 5 ] {ed47974a-cf02-4aee-8904-7ac92c34be99} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.22 02:12:34.372008 [ 5 ] {ed47974a-cf02-4aee-8904-7ac92c34be99} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:34.372050 [ 5 ] {ed47974a-cf02-4aee-8904-7ac92c34be99} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.37 GiB. 2026.04.22 02:12:34.372439 [ 5 ] {ed47974a-cf02-4aee-8904-7ac92c34be99} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.04.22 02:12:34.372653 [ 5 ] {ed47974a-cf02-4aee-8904-7ac92c34be99} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:12:34.372803 [ 5 ] {ed47974a-cf02-4aee-8904-7ac92c34be99} executeQuery: Read 108 rows, 9.31 KiB in 0.001602 sec., 67415.73033707865 rows/sec., 5.67 MiB/sec. 2026.04.22 02:12:34.372845 [ 5 ] {ed47974a-cf02-4aee-8904-7ac92c34be99} TCPHandler: Processed in 0.001909664 sec. 2026.04.22 02:12:34.372992 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:34.373107 [ 5 ] {330fd23e-0d79-4a37-89ea-954f166f51c5} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.22 02:12:34.373149 [ 5 ] {330fd23e-0d79-4a37-89ea-954f166f51c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.22 02:12:34.373580 [ 5 ] {330fd23e-0d79-4a37-89ea-954f166f51c5} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:34.373616 [ 5 ] {330fd23e-0d79-4a37-89ea-954f166f51c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.37 GiB. 2026.04.22 02:12:34.373911 [ 5 ] {330fd23e-0d79-4a37-89ea-954f166f51c5} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.04.22 02:12:34.374114 [ 5 ] {330fd23e-0d79-4a37-89ea-954f166f51c5} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): 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.22 02:12:34.374241 [ 5 ] {330fd23e-0d79-4a37-89ea-954f166f51c5} executeQuery: Read 26 rows, 1.96 KiB in 0.001155 sec., 22510.822510822512 rows/sec., 1.65 MiB/sec. 2026.04.22 02:12:34.374277 [ 5 ] {330fd23e-0d79-4a37-89ea-954f166f51c5} TCPHandler: Processed in 0.001347364 sec. 2026.04.22 02:12:34.374395 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:34.374488 [ 5 ] {f61c8c96-b6b9-4d54-8b3d-93c53ce3a528} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.22 02:12:34.374526 [ 5 ] {f61c8c96-b6b9-4d54-8b3d-93c53ce3a528} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.22 02:12:34.374958 [ 5 ] {f61c8c96-b6b9-4d54-8b3d-93c53ce3a528} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:34.374994 [ 5 ] {f61c8c96-b6b9-4d54-8b3d-93c53ce3a528} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.37 GiB. 2026.04.22 02:12:34.375314 [ 5 ] {f61c8c96-b6b9-4d54-8b3d-93c53ce3a528} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.04.22 02:12:34.375526 [ 5 ] {f61c8c96-b6b9-4d54-8b3d-93c53ce3a528} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:12:34.375649 [ 5 ] {f61c8c96-b6b9-4d54-8b3d-93c53ce3a528} executeQuery: Read 90 rows, 7.20 KiB in 0.001179 sec., 76335.87786259543 rows/sec., 5.96 MiB/sec. 2026.04.22 02:12:34.375686 [ 5 ] {f61c8c96-b6b9-4d54-8b3d-93c53ce3a528} TCPHandler: Processed in 0.001338494 sec. 2026.04.22 02:12:34.375814 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:34.375917 [ 5 ] {b19ef60c-c6c2-4e3d-adb7-78c06d7b263f} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.22 02:12:34.375959 [ 5 ] {b19ef60c-c6c2-4e3d-adb7-78c06d7b263f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.22 02:12:34.376380 [ 5 ] {b19ef60c-c6c2-4e3d-adb7-78c06d7b263f} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:34.376415 [ 5 ] {b19ef60c-c6c2-4e3d-adb7-78c06d7b263f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.37 GiB. 2026.04.22 02:12:34.376743 [ 5 ] {b19ef60c-c6c2-4e3d-adb7-78c06d7b263f} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.04.22 02:12:34.376945 [ 5 ] {b19ef60c-c6c2-4e3d-adb7-78c06d7b263f} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:12:34.377067 [ 5 ] {b19ef60c-c6c2-4e3d-adb7-78c06d7b263f} executeQuery: Read 160 rows, 11.41 KiB in 0.001168 sec., 136986.301369863 rows/sec., 9.54 MiB/sec. 2026.04.22 02:12:34.377102 [ 5 ] {b19ef60c-c6c2-4e3d-adb7-78c06d7b263f} TCPHandler: Processed in 0.001335774 sec. 2026.04.22 02:12:34.377219 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:34.377310 [ 5 ] {dd90e185-63ef-4f7d-8897-f7d7ad9abdb8} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.22 02:12:34.377369 [ 5 ] {dd90e185-63ef-4f7d-8897-f7d7ad9abdb8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.22 02:12:34.378191 [ 5 ] {dd90e185-63ef-4f7d-8897-f7d7ad9abdb8} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:34.378227 [ 5 ] {dd90e185-63ef-4f7d-8897-f7d7ad9abdb8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.37 GiB. 2026.04.22 02:12:34.378769 [ 5 ] {dd90e185-63ef-4f7d-8897-f7d7ad9abdb8} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.04.22 02:12:34.378988 [ 5 ] {dd90e185-63ef-4f7d-8897-f7d7ad9abdb8} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): 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.22 02:12:34.379129 [ 5 ] {dd90e185-63ef-4f7d-8897-f7d7ad9abdb8} executeQuery: Read 26 rows, 47.71 KiB in 0.001835 sec., 14168.937329700273 rows/sec., 25.39 MiB/sec. 2026.04.22 02:12:34.379180 [ 5 ] {dd90e185-63ef-4f7d-8897-f7d7ad9abdb8} TCPHandler: Processed in 0.002007256 sec. 2026.04.22 02:12:34.379305 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:34.379397 [ 5 ] {3ba3e195-a7da-4d26-8dc7-2ccdbac06013} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.22 02:12:34.379446 [ 5 ] {3ba3e195-a7da-4d26-8dc7-2ccdbac06013} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.22 02:12:34.379790 [ 5 ] {3ba3e195-a7da-4d26-8dc7-2ccdbac06013} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:34.379826 [ 5 ] {3ba3e195-a7da-4d26-8dc7-2ccdbac06013} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.37 GiB. 2026.04.22 02:12:34.380138 [ 5 ] {3ba3e195-a7da-4d26-8dc7-2ccdbac06013} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.04.22 02:12:34.380337 [ 5 ] {3ba3e195-a7da-4d26-8dc7-2ccdbac06013} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:12:34.380461 [ 5 ] {3ba3e195-a7da-4d26-8dc7-2ccdbac06013} executeQuery: Read 60 rows, 4.14 KiB in 0.001082 sec., 55452.865064695005 rows/sec., 3.74 MiB/sec. 2026.04.22 02:12:34.380495 [ 5 ] {3ba3e195-a7da-4d26-8dc7-2ccdbac06013} TCPHandler: Processed in 0.001238062 sec. 2026.04.22 02:12:38.048497 [ 129 ] {} DNSResolver: Updating DNS cache 2026.04.22 02:12:38.048570 [ 129 ] {} DNSResolver: Updated DNS cache 2026.04.22 02:12:38.132741 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 9574 2026.04.22 02:12:38.133480 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:38.133525 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.37 GiB. 2026.04.22 02:12:38.134052 [ 244 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.22 02:12:38.134279 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): 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.22 02:12:38.134421 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9574 2026.04.22 02:12:38.142405 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 584 2026.04.22 02:12:38.144444 [ 242 ] {} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:38.144489 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.37 GiB. 2026.04.22 02:12:38.145648 [ 242 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.22 02:12:38.145890 [ 242 ] {} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e): 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.22 02:12:38.146122 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 584 2026.04.22 02:12:38.294814 [ 129 ] {} oximeter.fields_u32 (a10e9abe-df72-475e-a5a2-b131593a6390) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.04.22 02:12:38.294885 [ 129 ] {} oximeter.fields_u32 (a10e9abe-df72-475e-a5a2-b131593a6390): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:38.294913 [ 129 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.37 GiB. 2026.04.22 02:12:38.295035 [ 189 ] {a10e9abe-df72-475e-a5a2-b131593a6390::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.22 02:12:38.295186 [ 189 ] {a10e9abe-df72-475e-a5a2-b131593a6390::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:12:38.295230 [ 189 ] {a10e9abe-df72-475e-a5a2-b131593a6390::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.22 02:12:38.295313 [ 189 ] {a10e9abe-df72-475e-a5a2-b131593a6390::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 825 rows starting from the beginning of the part 2026.04.22 02:12:38.295375 [ 189 ] {a10e9abe-df72-475e-a5a2-b131593a6390::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 825 rows starting from the beginning of the part 2026.04.22 02:12:38.295429 [ 189 ] {a10e9abe-df72-475e-a5a2-b131593a6390::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 801 rows starting from the beginning of the part 2026.04.22 02:12:38.295481 [ 189 ] {a10e9abe-df72-475e-a5a2-b131593a6390::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.22 02:12:38.296963 [ 199 ] {a10e9abe-df72-475e-a5a2-b131593a6390::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 3300 rows, containing 5 columns (5 merged, 0 gathered) in 0.002007385 sec., 1643929.7892531827 rows/sec., 102.44 MiB/sec. 2026.04.22 02:12:38.297141 [ 194 ] {a10e9abe-df72-475e-a5a2-b131593a6390::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.04.22 02:12:38.297395 [ 194 ] {a10e9abe-df72-475e-a5a2-b131593a6390::all_1_5_1} oximeter.fields_u32 (a10e9abe-df72-475e-a5a2-b131593a6390): 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.22 02:12:38.297456 [ 194 ] {a10e9abe-df72-475e-a5a2-b131593a6390::all_1_5_1} oximeter.fields_u32 (a10e9abe-df72-475e-a5a2-b131593a6390) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.04.22 02:12:38.297595 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. 2026.04.22 02:12:38.639678 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 2026.04.22 02:12:38.655767 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:38.655824 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.37 GiB. 2026.04.22 02:12:38.662391 [ 243 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.22 02:12:38.663107 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): 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.22 02:12:38.665925 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 151 2026.04.22 02:12:39.370992 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:39.371190 [ 5 ] {4466f86a-29a2-49fc-bf49-f8242b6cc04e} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.22 02:12:39.371262 [ 5 ] {4466f86a-29a2-49fc-bf49-f8242b6cc04e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.22 02:12:39.371942 [ 5 ] {4466f86a-29a2-49fc-bf49-f8242b6cc04e} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:39.371991 [ 5 ] {4466f86a-29a2-49fc-bf49-f8242b6cc04e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.37 GiB. 2026.04.22 02:12:39.372378 [ 5 ] {4466f86a-29a2-49fc-bf49-f8242b6cc04e} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.04.22 02:12:39.372658 [ 5 ] {4466f86a-29a2-49fc-bf49-f8242b6cc04e} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:12:39.372788 [ 128 ] {} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.04.22 02:12:39.372807 [ 5 ] {4466f86a-29a2-49fc-bf49-f8242b6cc04e} executeQuery: Read 86 rows, 7.40 KiB in 0.001672 sec., 51435.40669856459 rows/sec., 4.32 MiB/sec. 2026.04.22 02:12:39.372828 [ 128 ] {} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:39.372848 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.37 GiB. 2026.04.22 02:12:39.372850 [ 5 ] {4466f86a-29a2-49fc-bf49-f8242b6cc04e} TCPHandler: Processed in 0.001982605 sec. 2026.04.22 02:12:39.372976 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:39.372981 [ 199 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::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.22 02:12:39.373071 [ 5 ] {d3e3477d-3991-4e8f-90e6-29980928ef5b} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.22 02:12:39.373115 [ 5 ] {d3e3477d-3991-4e8f-90e6-29980928ef5b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.22 02:12:39.373142 [ 199 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:12:39.373184 [ 199 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 2614 rows starting from the beginning of the part 2026.04.22 02:12:39.373257 [ 199 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 108 rows starting from the beginning of the part 2026.04.22 02:12:39.373306 [ 199 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 2560 rows starting from the beginning of the part 2026.04.22 02:12:39.373353 [ 199 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 56 rows starting from the beginning of the part 2026.04.22 02:12:39.373397 [ 199 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 108 rows starting from the beginning of the part 2026.04.22 02:12:39.373443 [ 199 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 86 rows starting from the beginning of the part 2026.04.22 02:12:39.373526 [ 5 ] {d3e3477d-3991-4e8f-90e6-29980928ef5b} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:39.373567 [ 5 ] {d3e3477d-3991-4e8f-90e6-29980928ef5b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:12:39.373895 [ 5 ] {d3e3477d-3991-4e8f-90e6-29980928ef5b} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.04.22 02:12:39.374105 [ 5 ] {d3e3477d-3991-4e8f-90e6-29980928ef5b} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): 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.22 02:12:39.374209 [ 128 ] {} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.04.22 02:12:39.374235 [ 5 ] {d3e3477d-3991-4e8f-90e6-29980928ef5b} executeQuery: Read 15 rows, 1.13 KiB in 0.001182 sec., 12690.355329949238 rows/sec., 954.26 KiB/sec. 2026.04.22 02:12:39.374243 [ 128 ] {} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:39.374271 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:12:39.374273 [ 5 ] {d3e3477d-3991-4e8f-90e6-29980928ef5b} TCPHandler: Processed in 0.001345874 sec. 2026.04.22 02:12:39.374375 [ 194 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::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.22 02:12:39.374393 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:39.374507 [ 5 ] {4677aaf7-0ab5-42e8-8ad8-15675680c304} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.22 02:12:39.374520 [ 194 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:12:39.374547 [ 5 ] {4677aaf7-0ab5-42e8-8ad8-15675680c304} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.22 02:12:39.374558 [ 194 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 80 rows starting from the beginning of the part 2026.04.22 02:12:39.374633 [ 194 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 15 rows starting from the beginning of the part 2026.04.22 02:12:39.374679 [ 194 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 26 rows starting from the beginning of the part 2026.04.22 02:12:39.374720 [ 194 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 52 rows starting from the beginning of the part 2026.04.22 02:12:39.374758 [ 194 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 26 rows starting from the beginning of the part 2026.04.22 02:12:39.374798 [ 194 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 15 rows starting from the beginning of the part 2026.04.22 02:12:39.374993 [ 5 ] {4677aaf7-0ab5-42e8-8ad8-15675680c304} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:39.375031 [ 5 ] {4677aaf7-0ab5-42e8-8ad8-15675680c304} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:12:39.375360 [ 5 ] {4677aaf7-0ab5-42e8-8ad8-15675680c304} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.04.22 02:12:39.375403 [ 198 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 5532 rows, containing 5 columns (5 merged, 0 gathered) in 0.002488175 sec., 2223316.2860329356 rows/sec., 176.61 MiB/sec. 2026.04.22 02:12:39.375589 [ 5 ] {4677aaf7-0ab5-42e8-8ad8-15675680c304} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:12:39.375603 [ 194 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 214 rows, containing 5 columns (5 merged, 0 gathered) in 0.001280203 sec., 167160.98931185133 rows/sec., 12.87 MiB/sec. 2026.04.22 02:12:39.375687 [ 128 ] {} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.04.22 02:12:39.375719 [ 128 ] {} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:39.375721 [ 5 ] {4677aaf7-0ab5-42e8-8ad8-15675680c304} executeQuery: Read 79 rows, 6.32 KiB in 0.001232 sec., 64123.37662337662 rows/sec., 5.01 MiB/sec. 2026.04.22 02:12:39.375738 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:12:39.375729 [ 199 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.04.22 02:12:39.375749 [ 198 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.04.22 02:12:39.375766 [ 5 ] {4677aaf7-0ab5-42e8-8ad8-15675680c304} TCPHandler: Processed in 0.001420616 sec. 2026.04.22 02:12:39.375820 [ 191 ] {49c16442-6a08-4771-a070-99aeff5a276e::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.22 02:12:39.375918 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:39.375923 [ 191 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:12:39.375972 [ 191 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1401 rows starting from the beginning of the part 2026.04.22 02:12:39.376020 [ 5 ] {ae73d95c-9373-4161-a10c-cb495e33ced1} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.22 02:12:39.376024 [ 191 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 90 rows starting from the beginning of the part 2026.04.22 02:12:39.376071 [ 5 ] {ae73d95c-9373-4161-a10c-cb495e33ced1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.22 02:12:39.376072 [ 199 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_31_6} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:12:39.376088 [ 191 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1355 rows starting from the beginning of the part 2026.04.22 02:12:39.376111 [ 198 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_26_5} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): 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.22 02:12:39.376140 [ 191 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 64 rows starting from the beginning of the part 2026.04.22 02:12:39.376183 [ 199 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_31_6} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.04.22 02:12:39.376184 [ 191 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 90 rows starting from the beginning of the part 2026.04.22 02:12:39.376197 [ 198 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_26_5} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.04.22 02:12:39.376241 [ 191 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 79 rows starting from the beginning of the part 2026.04.22 02:12:39.376258 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. 2026.04.22 02:12:39.376292 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2026.04.22 02:12:39.376533 [ 5 ] {ae73d95c-9373-4161-a10c-cb495e33ced1} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:39.376573 [ 5 ] {ae73d95c-9373-4161-a10c-cb495e33ced1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:12:39.376927 [ 5 ] {ae73d95c-9373-4161-a10c-cb495e33ced1} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.04.22 02:12:39.377145 [ 5 ] {ae73d95c-9373-4161-a10c-cb495e33ced1} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:12:39.377266 [ 123 ] {} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.04.22 02:12:39.377272 [ 5 ] {ae73d95c-9373-4161-a10c-cb495e33ced1} executeQuery: Read 160 rows, 11.41 KiB in 0.00127 sec., 125984.25196850393 rows/sec., 8.77 MiB/sec. 2026.04.22 02:12:39.377311 [ 123 ] {} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:39.377329 [ 5 ] {ae73d95c-9373-4161-a10c-cb495e33ced1} TCPHandler: Processed in 0.001458197 sec. 2026.04.22 02:12:39.377336 [ 123 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.37 GiB. 2026.04.22 02:12:39.377365 [ 194 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 3079 rows, containing 5 columns (5 merged, 0 gathered) in 0.001584708 sec., 1942944.6939120647 rows/sec., 141.12 MiB/sec. 2026.04.22 02:12:39.377409 [ 198 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::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.22 02:12:39.377454 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:39.377496 [ 198 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:12:39.377525 [ 198 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 9581 rows starting from the beginning of the part 2026.04.22 02:12:39.377544 [ 194 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.04.22 02:12:39.377552 [ 5 ] {ad753177-f5cf-403a-8794-1f3d46a4a983} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.22 02:12:39.377576 [ 198 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::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.22 02:12:39.377615 [ 5 ] {ad753177-f5cf-403a-8794-1f3d46a4a983} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.22 02:12:39.377623 [ 198 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1608 rows starting from the beginning of the part 2026.04.22 02:12:39.377677 [ 198 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 96 rows starting from the beginning of the part 2026.04.22 02:12:39.377715 [ 198 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::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.22 02:12:39.377754 [ 198 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::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.22 02:12:39.377809 [ 194 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_31_6} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:12:39.377889 [ 194 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_31_6} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.04.22 02:12:39.377960 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. 2026.04.22 02:12:39.378415 [ 5 ] {ad753177-f5cf-403a-8794-1f3d46a4a983} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:39.378455 [ 5 ] {ad753177-f5cf-403a-8794-1f3d46a4a983} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:12:39.379024 [ 5 ] {ad753177-f5cf-403a-8794-1f3d46a4a983} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.04.22 02:12:39.379246 [ 5 ] {ad753177-f5cf-403a-8794-1f3d46a4a983} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): 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.22 02:12:39.379354 [ 123 ] {} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.04.22 02:12:39.379383 [ 5 ] {ad753177-f5cf-403a-8794-1f3d46a4a983} executeQuery: Read 15 rows, 27.52 KiB in 0.001851 sec., 8103.727714748785 rows/sec., 14.52 MiB/sec. 2026.04.22 02:12:39.379384 [ 123 ] {} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:39.379423 [ 123 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:12:39.379445 [ 5 ] {ad753177-f5cf-403a-8794-1f3d46a4a983} TCPHandler: Processed in 0.002039147 sec. 2026.04.22 02:12:39.379482 [ 199 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::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.22 02:12:39.379566 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:39.379667 [ 199 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:12:39.379668 [ 5 ] {28d3bedf-918d-442a-9cbd-0762278ba908} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.22 02:12:39.379719 [ 199 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 402 rows starting from the beginning of the part 2026.04.22 02:12:39.379726 [ 5 ] {28d3bedf-918d-442a-9cbd-0762278ba908} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.22 02:12:39.379837 [ 199 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 15 rows starting from the beginning of the part 2026.04.22 02:12:39.379935 [ 199 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 26 rows starting from the beginning of the part 2026.04.22 02:12:39.380042 [ 199 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 24 rows starting from the beginning of the part 2026.04.22 02:12:39.380077 [ 5 ] {28d3bedf-918d-442a-9cbd-0762278ba908} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:39.380119 [ 5 ] {28d3bedf-918d-442a-9cbd-0762278ba908} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:12:39.380160 [ 199 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 26 rows starting from the beginning of the part 2026.04.22 02:12:39.380272 [ 199 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 15 rows starting from the beginning of the part 2026.04.22 02:12:39.380457 [ 5 ] {28d3bedf-918d-442a-9cbd-0762278ba908} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.04.22 02:12:39.380701 [ 5 ] {28d3bedf-918d-442a-9cbd-0762278ba908} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:12:39.380812 [ 123 ] {} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.04.22 02:12:39.380831 [ 5 ] {28d3bedf-918d-442a-9cbd-0762278ba908} executeQuery: Read 60 rows, 4.14 KiB in 0.001182 sec., 50761.42131979695 rows/sec., 3.42 MiB/sec. 2026.04.22 02:12:39.380840 [ 123 ] {} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:39.380870 [ 123 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:12:39.380873 [ 5 ] {28d3bedf-918d-442a-9cbd-0762278ba908} TCPHandler: Processed in 0.001355304 sec. 2026.04.22 02:12:39.380941 [ 194 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::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.22 02:12:39.381032 [ 194 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:12:39.381060 [ 194 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1368 rows starting from the beginning of the part 2026.04.22 02:12:39.381110 [ 194 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::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.22 02:12:39.381150 [ 194 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::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.22 02:12:39.381187 [ 194 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 36 rows starting from the beginning of the part 2026.04.22 02:12:39.381222 [ 194 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::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.22 02:12:39.381260 [ 194 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::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.22 02:12:39.381327 [ 198 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 11765 rows, containing 5 columns (5 merged, 0 gathered) in 0.00394281 sec., 2983912.488808743 rows/sec., 193.28 MiB/sec. 2026.04.22 02:12:39.381697 [ 192 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.04.22 02:12:39.382038 [ 192 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_31_6} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:12:39.382110 [ 192 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_31_6} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.04.22 02:12:39.382197 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.13 MiB. 2026.04.22 02:12:39.382251 [ 192 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1608 rows, containing 4 columns (4 merged, 0 gathered) in 0.001338724 sec., 1201143.7757147853 rows/sec., 80.95 MiB/sec. 2026.04.22 02:12:39.382505 [ 200 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.04.22 02:12:39.382761 [ 200 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_31_6} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:12:39.382833 [ 200 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_31_6} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.04.22 02:12:39.382917 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2026.04.22 02:12:39.384330 [ 192 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 508 rows, containing 19 columns (19 merged, 0 gathered) in 0.004874517 sec., 104215.45355160316 rows/sec., 186.75 MiB/sec. 2026.04.22 02:12:39.385075 [ 199 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.04.22 02:12:39.385373 [ 199 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_26_5} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): 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.22 02:12:39.385435 [ 199 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_26_5} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.04.22 02:12:39.385506 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.83 MiB. 2026.04.22 02:12:40.000239 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 247.70 MiB, peak 258.10 MiB, free memory in arenas 0.00 B, will set to 250.62 MiB (RSS), difference: 2.92 MiB 2026.04.22 02:12:44.371897 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:44.372107 [ 5 ] {04fd07ae-c478-480b-a30f-5b07e9f49844} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.22 02:12:44.372177 [ 5 ] {04fd07ae-c478-480b-a30f-5b07e9f49844} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.22 02:12:44.372896 [ 5 ] {04fd07ae-c478-480b-a30f-5b07e9f49844} oximeter.fields_ipaddr (478e016b-70a4-416f-a4c0-90b63b47c331): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:44.372949 [ 5 ] {04fd07ae-c478-480b-a30f-5b07e9f49844} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:12:44.373463 [ 5 ] {04fd07ae-c478-480b-a30f-5b07e9f49844} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.22 02:12:44.373820 [ 5 ] {04fd07ae-c478-480b-a30f-5b07e9f49844} oximeter.fields_ipaddr (478e016b-70a4-416f-a4c0-90b63b47c331): 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.22 02:12:44.374013 [ 5 ] {04fd07ae-c478-480b-a30f-5b07e9f49844} executeQuery: Read 2 rows, 167.00 B in 0.001959 sec., 1020.9290454313426 rows/sec., 83.25 KiB/sec. 2026.04.22 02:12:44.374069 [ 5 ] {04fd07ae-c478-480b-a30f-5b07e9f49844} TCPHandler: Processed in 0.002303331 sec. 2026.04.22 02:12:44.374228 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:44.374349 [ 5 ] {2c5368ca-57a8-4b2a-aa12-776ceccb5db3} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.22 02:12:44.374403 [ 5 ] {2c5368ca-57a8-4b2a-aa12-776ceccb5db3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.22 02:12:44.374994 [ 5 ] {2c5368ca-57a8-4b2a-aa12-776ceccb5db3} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:44.375039 [ 5 ] {2c5368ca-57a8-4b2a-aa12-776ceccb5db3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:12:44.375488 [ 5 ] {2c5368ca-57a8-4b2a-aa12-776ceccb5db3} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.04.22 02:12:44.375764 [ 5 ] {2c5368ca-57a8-4b2a-aa12-776ceccb5db3} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:12:44.375895 [ 5 ] {2c5368ca-57a8-4b2a-aa12-776ceccb5db3} executeQuery: Read 109 rows, 9.38 KiB in 0.001572 sec., 69338.4223918575 rows/sec., 5.83 MiB/sec. 2026.04.22 02:12:44.375933 [ 5 ] {2c5368ca-57a8-4b2a-aa12-776ceccb5db3} TCPHandler: Processed in 0.001764211 sec. 2026.04.22 02:12:44.376053 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:44.376148 [ 5 ] {f6b709ed-5d58-42ca-9d2a-2c63461cf3d8} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.22 02:12:44.376188 [ 5 ] {f6b709ed-5d58-42ca-9d2a-2c63461cf3d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.22 02:12:44.376603 [ 5 ] {f6b709ed-5d58-42ca-9d2a-2c63461cf3d8} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:44.376639 [ 5 ] {f6b709ed-5d58-42ca-9d2a-2c63461cf3d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:12:44.376937 [ 5 ] {f6b709ed-5d58-42ca-9d2a-2c63461cf3d8} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.04.22 02:12:44.377144 [ 5 ] {f6b709ed-5d58-42ca-9d2a-2c63461cf3d8} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): 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.22 02:12:44.377269 [ 5 ] {f6b709ed-5d58-42ca-9d2a-2c63461cf3d8} executeQuery: Read 28 rows, 2.09 KiB in 0.001141 sec., 24539.877300613494 rows/sec., 1.79 MiB/sec. 2026.04.22 02:12:44.377306 [ 5 ] {f6b709ed-5d58-42ca-9d2a-2c63461cf3d8} TCPHandler: Processed in 0.001301963 sec. 2026.04.22 02:12:44.377420 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:44.377513 [ 5 ] {3dbc9f4a-10f0-445e-879d-f12a7e5c51b2} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.22 02:12:44.377551 [ 5 ] {3dbc9f4a-10f0-445e-879d-f12a7e5c51b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.22 02:12:44.377966 [ 5 ] {3dbc9f4a-10f0-445e-879d-f12a7e5c51b2} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:44.378001 [ 5 ] {3dbc9f4a-10f0-445e-879d-f12a7e5c51b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:12:44.378304 [ 5 ] {3dbc9f4a-10f0-445e-879d-f12a7e5c51b2} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.04.22 02:12:44.378528 [ 5 ] {3dbc9f4a-10f0-445e-879d-f12a7e5c51b2} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:12:44.378652 [ 5 ] {3dbc9f4a-10f0-445e-879d-f12a7e5c51b2} executeQuery: Read 92 rows, 7.36 KiB in 0.001157 sec., 79515.98962834917 rows/sec., 6.21 MiB/sec. 2026.04.22 02:12:44.378689 [ 5 ] {3dbc9f4a-10f0-445e-879d-f12a7e5c51b2} TCPHandler: Processed in 0.001316674 sec. 2026.04.22 02:12:44.378803 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:44.378897 [ 5 ] {fe94ee32-dc8a-45b9-9776-90d4e556c8e5} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.22 02:12:44.378938 [ 5 ] {fe94ee32-dc8a-45b9-9776-90d4e556c8e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.22 02:12:44.379342 [ 5 ] {fe94ee32-dc8a-45b9-9776-90d4e556c8e5} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:44.379376 [ 5 ] {fe94ee32-dc8a-45b9-9776-90d4e556c8e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:12:44.379700 [ 5 ] {fe94ee32-dc8a-45b9-9776-90d4e556c8e5} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.04.22 02:12:44.379905 [ 5 ] {fe94ee32-dc8a-45b9-9776-90d4e556c8e5} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:12:44.380031 [ 5 ] {fe94ee32-dc8a-45b9-9776-90d4e556c8e5} executeQuery: Read 161 rows, 11.48 KiB in 0.001152 sec., 139756.94444444444 rows/sec., 9.73 MiB/sec. 2026.04.22 02:12:44.380066 [ 5 ] {fe94ee32-dc8a-45b9-9776-90d4e556c8e5} TCPHandler: Processed in 0.001310613 sec. 2026.04.22 02:12:44.380180 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:44.380273 [ 5 ] {6ebc0022-7582-4710-a4bc-6920130794cd} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.22 02:12:44.380326 [ 5 ] {6ebc0022-7582-4710-a4bc-6920130794cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.22 02:12:44.381237 [ 5 ] {6ebc0022-7582-4710-a4bc-6920130794cd} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:44.381271 [ 5 ] {6ebc0022-7582-4710-a4bc-6920130794cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:12:44.381798 [ 5 ] {6ebc0022-7582-4710-a4bc-6920130794cd} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.04.22 02:12:44.382017 [ 5 ] {6ebc0022-7582-4710-a4bc-6920130794cd} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): 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.22 02:12:44.382148 [ 5 ] {6ebc0022-7582-4710-a4bc-6920130794cd} executeQuery: Read 26 rows, 47.71 KiB in 0.001892 sec., 13742.071881606766 rows/sec., 24.63 MiB/sec. 2026.04.22 02:12:44.382212 [ 5 ] {6ebc0022-7582-4710-a4bc-6920130794cd} TCPHandler: Processed in 0.002081107 sec. 2026.04.22 02:12:44.382335 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:44.382522 [ 5 ] {4286e269-3a22-43ef-b943-c0ae8e0dfd85} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.22 02:12:44.382563 [ 5 ] {4286e269-3a22-43ef-b943-c0ae8e0dfd85} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.22 02:12:44.382901 [ 5 ] {4286e269-3a22-43ef-b943-c0ae8e0dfd85} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:44.382935 [ 5 ] {4286e269-3a22-43ef-b943-c0ae8e0dfd85} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:12:44.383236 [ 5 ] {4286e269-3a22-43ef-b943-c0ae8e0dfd85} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.04.22 02:12:44.383476 [ 5 ] {4286e269-3a22-43ef-b943-c0ae8e0dfd85} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:12:44.383605 [ 5 ] {4286e269-3a22-43ef-b943-c0ae8e0dfd85} executeQuery: Read 60 rows, 4.14 KiB in 0.001103 sec., 54397.09882139619 rows/sec., 3.67 MiB/sec. 2026.04.22 02:12:44.383644 [ 5 ] {4286e269-3a22-43ef-b943-c0ae8e0dfd85} TCPHandler: Processed in 0.001356724 sec. 2026.04.22 02:12:45.635392 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 10022 2026.04.22 02:12:45.635880 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:45.635923 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:12:45.636443 [ 244 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.22 02:12:45.636677 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): 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.22 02:12:45.636817 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10022 2026.04.22 02:12:45.636814 [ 115 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.04.22 02:12:45.636890 [ 115 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:45.636912 [ 115 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:12:45.637053 [ 198 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::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.22 02:12:45.637267 [ 198 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:12:45.637328 [ 198 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 7654 rows starting from the beginning of the part 2026.04.22 02:12:45.637430 [ 198 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::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.22 02:12:45.637503 [ 198 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::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.22 02:12:45.637570 [ 198 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::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.22 02:12:45.637632 [ 198 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::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.22 02:12:45.637694 [ 198 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::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.22 02:12:45.639708 [ 192 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 10022 rows, containing 4 columns (4 merged, 0 gathered) in 0.002728008 sec., 3673742.892249583 rows/sec., 52.55 MiB/sec. 2026.04.22 02:12:45.639946 [ 194 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.04.22 02:12:45.640246 [ 194 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::all_1_21_4} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): 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.22 02:12:45.640325 [ 194 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::all_1_21_4} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.04.22 02:12:45.640404 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.45 MiB. 2026.04.22 02:12:46.166837 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 2026.04.22 02:12:46.184656 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:46.184724 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:12:46.190807 [ 243 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.22 02:12:46.191543 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): 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.22 02:12:46.191836 [ 114 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.04.22 02:12:46.191900 [ 114 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:46.191920 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:12:46.192012 [ 199 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::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.22 02:12:46.194662 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 159 2026.04.22 02:12:46.195383 [ 199 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:12:46.196151 [ 199 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::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.22 02:12:46.199533 [ 199 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 7 rows starting from the beginning of the part 2026.04.22 02:12:46.202866 [ 199 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 8 rows starting from the beginning of the part 2026.04.22 02:12:46.206504 [ 199 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::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.22 02:12:46.210398 [ 199 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::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.22 02:12:46.214491 [ 199 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::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.22 02:12:46.262560 [ 192 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.070580133 sec., 2252.7585772613943 rows/sec., 11.65 MiB/sec. 2026.04.22 02:12:46.265046 [ 197 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.04.22 02:12:46.267135 [ 197 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::all_1_21_4} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): 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.22 02:12:46.267249 [ 197 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::all_1_21_4} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.04.22 02:12:46.270041 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.04.22 02:12:47.000201 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 251.88 MiB, peak 262.43 MiB, free memory in arenas 0.00 B, will set to 255.12 MiB (RSS), difference: 3.24 MiB 2026.04.22 02:12:48.147190 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 610 2026.04.22 02:12:48.149533 [ 242 ] {} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:48.149589 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:12:48.150836 [ 242 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.22 02:12:48.151111 [ 242 ] {} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e): 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.22 02:12:48.151469 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 610 2026.04.22 02:12:49.371219 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:49.371418 [ 5 ] {f836f216-4b23-4de8-95cb-abdab636dfce} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.22 02:12:49.371487 [ 5 ] {f836f216-4b23-4de8-95cb-abdab636dfce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.22 02:12:49.372174 [ 5 ] {f836f216-4b23-4de8-95cb-abdab636dfce} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:49.372215 [ 5 ] {f836f216-4b23-4de8-95cb-abdab636dfce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:12:49.372610 [ 5 ] {f836f216-4b23-4de8-95cb-abdab636dfce} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.04.22 02:12:49.372829 [ 5 ] {f836f216-4b23-4de8-95cb-abdab636dfce} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:12:49.372973 [ 5 ] {f836f216-4b23-4de8-95cb-abdab636dfce} executeQuery: Read 86 rows, 7.40 KiB in 0.001615 sec., 53250.773993808056 rows/sec., 4.47 MiB/sec. 2026.04.22 02:12:49.373015 [ 5 ] {f836f216-4b23-4de8-95cb-abdab636dfce} TCPHandler: Processed in 0.001921304 sec. 2026.04.22 02:12:49.373169 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:49.373264 [ 5 ] {122d25fa-9e12-4f31-8353-7d97d684a557} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.22 02:12:49.373304 [ 5 ] {122d25fa-9e12-4f31-8353-7d97d684a557} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.22 02:12:49.373697 [ 5 ] {122d25fa-9e12-4f31-8353-7d97d684a557} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:49.373732 [ 5 ] {122d25fa-9e12-4f31-8353-7d97d684a557} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:12:49.374038 [ 5 ] {122d25fa-9e12-4f31-8353-7d97d684a557} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.04.22 02:12:49.374239 [ 5 ] {122d25fa-9e12-4f31-8353-7d97d684a557} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): 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.22 02:12:49.374362 [ 5 ] {122d25fa-9e12-4f31-8353-7d97d684a557} executeQuery: Read 15 rows, 1.13 KiB in 0.001118 sec., 13416.815742397137 rows/sec., 1008.88 KiB/sec. 2026.04.22 02:12:49.374399 [ 5 ] {122d25fa-9e12-4f31-8353-7d97d684a557} TCPHandler: Processed in 0.001278182 sec. 2026.04.22 02:12:49.374521 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:49.374613 [ 5 ] {501f0c3c-f808-48a0-802c-ea1e58234e08} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.22 02:12:49.374652 [ 5 ] {501f0c3c-f808-48a0-802c-ea1e58234e08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.22 02:12:49.375057 [ 5 ] {501f0c3c-f808-48a0-802c-ea1e58234e08} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:49.375093 [ 5 ] {501f0c3c-f808-48a0-802c-ea1e58234e08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:12:49.375396 [ 5 ] {501f0c3c-f808-48a0-802c-ea1e58234e08} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.04.22 02:12:49.375601 [ 5 ] {501f0c3c-f808-48a0-802c-ea1e58234e08} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:12:49.375722 [ 5 ] {501f0c3c-f808-48a0-802c-ea1e58234e08} executeQuery: Read 79 rows, 6.32 KiB in 0.001127 sec., 70097.60425909495 rows/sec., 5.47 MiB/sec. 2026.04.22 02:12:49.375758 [ 5 ] {501f0c3c-f808-48a0-802c-ea1e58234e08} TCPHandler: Processed in 0.001284023 sec. 2026.04.22 02:12:49.375877 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:49.375969 [ 5 ] {4ccb05a3-063c-432a-8901-fe747c0cbc66} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.22 02:12:49.376011 [ 5 ] {4ccb05a3-063c-432a-8901-fe747c0cbc66} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.22 02:12:49.376403 [ 5 ] {4ccb05a3-063c-432a-8901-fe747c0cbc66} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:49.376437 [ 5 ] {4ccb05a3-063c-432a-8901-fe747c0cbc66} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:12:49.376793 [ 5 ] {4ccb05a3-063c-432a-8901-fe747c0cbc66} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.04.22 02:12:49.377002 [ 5 ] {4ccb05a3-063c-432a-8901-fe747c0cbc66} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:12:49.377124 [ 5 ] {4ccb05a3-063c-432a-8901-fe747c0cbc66} executeQuery: Read 160 rows, 11.41 KiB in 0.001173 sec., 136402.38704177324 rows/sec., 9.50 MiB/sec. 2026.04.22 02:12:49.377159 [ 5 ] {4ccb05a3-063c-432a-8901-fe747c0cbc66} TCPHandler: Processed in 0.001328034 sec. 2026.04.22 02:12:49.377278 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:49.377369 [ 5 ] {7558b174-4ed1-4af8-aecd-45273d1a481e} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.22 02:12:49.377422 [ 5 ] {7558b174-4ed1-4af8-aecd-45273d1a481e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.22 02:12:49.378202 [ 5 ] {7558b174-4ed1-4af8-aecd-45273d1a481e} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:49.378237 [ 5 ] {7558b174-4ed1-4af8-aecd-45273d1a481e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:12:49.378795 [ 5 ] {7558b174-4ed1-4af8-aecd-45273d1a481e} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.04.22 02:12:49.379010 [ 5 ] {7558b174-4ed1-4af8-aecd-45273d1a481e} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): 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.22 02:12:49.379142 [ 5 ] {7558b174-4ed1-4af8-aecd-45273d1a481e} executeQuery: Read 15 rows, 27.52 KiB in 0.00179 sec., 8379.888268156425 rows/sec., 15.02 MiB/sec. 2026.04.22 02:12:49.379193 [ 5 ] {7558b174-4ed1-4af8-aecd-45273d1a481e} TCPHandler: Processed in 0.001960705 sec. 2026.04.22 02:12:49.379301 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:49.379393 [ 5 ] {09c04133-2c14-45ec-89f5-5fc657350b35} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.22 02:12:49.379433 [ 5 ] {09c04133-2c14-45ec-89f5-5fc657350b35} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.22 02:12:49.379776 [ 5 ] {09c04133-2c14-45ec-89f5-5fc657350b35} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:49.379811 [ 5 ] {09c04133-2c14-45ec-89f5-5fc657350b35} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:12:49.380105 [ 5 ] {09c04133-2c14-45ec-89f5-5fc657350b35} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.04.22 02:12:49.380309 [ 5 ] {09c04133-2c14-45ec-89f5-5fc657350b35} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:12:49.380431 [ 5 ] {09c04133-2c14-45ec-89f5-5fc657350b35} executeQuery: Read 60 rows, 4.14 KiB in 0.001056 sec., 56818.181818181816 rows/sec., 3.83 MiB/sec. 2026.04.22 02:12:49.380466 [ 5 ] {09c04133-2c14-45ec-89f5-5fc657350b35} TCPHandler: Processed in 0.001211242 sec. 2026.04.22 02:12:53.048605 [ 108 ] {} DNSResolver: Updating DNS cache 2026.04.22 02:12:53.048670 [ 108 ] {} DNSResolver: Updated DNS cache 2026.04.22 02:12:53.136928 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 10534 2026.04.22 02:12:53.137503 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:53.137538 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:12:53.138068 [ 244 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.04.22 02:12:53.138301 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): 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.22 02:12:53.138446 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10534 2026.04.22 02:12:53.694765 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 2026.04.22 02:12:53.710386 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:53.710458 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:12:53.716318 [ 243 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.04.22 02:12:53.717039 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): 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.22 02:12:53.719756 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 166 2026.04.22 02:12:54.371686 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:54.371882 [ 5 ] {193801bf-5132-4dc4-a35d-5a01ed41cabe} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.22 02:12:54.371956 [ 5 ] {193801bf-5132-4dc4-a35d-5a01ed41cabe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.22 02:12:54.372646 [ 5 ] {193801bf-5132-4dc4-a35d-5a01ed41cabe} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:54.372694 [ 5 ] {193801bf-5132-4dc4-a35d-5a01ed41cabe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:12:54.373110 [ 5 ] {193801bf-5132-4dc4-a35d-5a01ed41cabe} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.04.22 02:12:54.373349 [ 5 ] {193801bf-5132-4dc4-a35d-5a01ed41cabe} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:12:54.373509 [ 5 ] {193801bf-5132-4dc4-a35d-5a01ed41cabe} executeQuery: Read 108 rows, 9.31 KiB in 0.001681 sec., 64247.471743010115 rows/sec., 5.41 MiB/sec. 2026.04.22 02:12:54.373558 [ 5 ] {193801bf-5132-4dc4-a35d-5a01ed41cabe} TCPHandler: Processed in 0.002004775 sec. 2026.04.22 02:12:54.373684 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:54.373788 [ 5 ] {cf9b6849-b89f-488e-92ef-8a68c5a7628a} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.22 02:12:54.373831 [ 5 ] {cf9b6849-b89f-488e-92ef-8a68c5a7628a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.22 02:12:54.374246 [ 5 ] {cf9b6849-b89f-488e-92ef-8a68c5a7628a} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:54.374284 [ 5 ] {cf9b6849-b89f-488e-92ef-8a68c5a7628a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:12:54.374603 [ 5 ] {cf9b6849-b89f-488e-92ef-8a68c5a7628a} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.04.22 02:12:54.374815 [ 5 ] {cf9b6849-b89f-488e-92ef-8a68c5a7628a} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): 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.22 02:12:54.374949 [ 5 ] {cf9b6849-b89f-488e-92ef-8a68c5a7628a} executeQuery: Read 26 rows, 1.96 KiB in 0.001185 sec., 21940.928270042194 rows/sec., 1.61 MiB/sec. 2026.04.22 02:12:54.374987 [ 5 ] {cf9b6849-b89f-488e-92ef-8a68c5a7628a} TCPHandler: Processed in 0.001355384 sec. 2026.04.22 02:12:54.375095 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:54.375190 [ 5 ] {d1ec5e3f-3c6b-40e1-9763-95843b7bce36} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.22 02:12:54.375231 [ 5 ] {d1ec5e3f-3c6b-40e1-9763-95843b7bce36} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.22 02:12:54.375653 [ 5 ] {d1ec5e3f-3c6b-40e1-9763-95843b7bce36} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:54.375689 [ 5 ] {d1ec5e3f-3c6b-40e1-9763-95843b7bce36} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:12:54.375996 [ 5 ] {d1ec5e3f-3c6b-40e1-9763-95843b7bce36} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.04.22 02:12:54.376204 [ 5 ] {d1ec5e3f-3c6b-40e1-9763-95843b7bce36} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:12:54.376328 [ 5 ] {d1ec5e3f-3c6b-40e1-9763-95843b7bce36} executeQuery: Read 90 rows, 7.20 KiB in 0.001157 sec., 77787.38115816767 rows/sec., 6.07 MiB/sec. 2026.04.22 02:12:54.376365 [ 5 ] {d1ec5e3f-3c6b-40e1-9763-95843b7bce36} TCPHandler: Processed in 0.001319754 sec. 2026.04.22 02:12:54.376476 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:54.376569 [ 5 ] {5c6b885a-b28e-4358-bcb6-bafd63825445} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.22 02:12:54.376612 [ 5 ] {5c6b885a-b28e-4358-bcb6-bafd63825445} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.22 02:12:54.377005 [ 5 ] {5c6b885a-b28e-4358-bcb6-bafd63825445} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:54.377041 [ 5 ] {5c6b885a-b28e-4358-bcb6-bafd63825445} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:12:54.377377 [ 5 ] {5c6b885a-b28e-4358-bcb6-bafd63825445} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.04.22 02:12:54.377613 [ 5 ] {5c6b885a-b28e-4358-bcb6-bafd63825445} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:12:54.377742 [ 5 ] {5c6b885a-b28e-4358-bcb6-bafd63825445} executeQuery: Read 160 rows, 11.41 KiB in 0.001191 sec., 134340.8900083963 rows/sec., 9.36 MiB/sec. 2026.04.22 02:12:54.377778 [ 5 ] {5c6b885a-b28e-4358-bcb6-bafd63825445} TCPHandler: Processed in 0.001351674 sec. 2026.04.22 02:12:54.377887 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:54.377989 [ 5 ] {0ecd7e14-f5dd-4ab0-a912-e549ebe54012} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.22 02:12:54.378046 [ 5 ] {0ecd7e14-f5dd-4ab0-a912-e549ebe54012} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.22 02:12:54.378864 [ 5 ] {0ecd7e14-f5dd-4ab0-a912-e549ebe54012} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:54.378902 [ 5 ] {0ecd7e14-f5dd-4ab0-a912-e549ebe54012} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:12:54.379474 [ 5 ] {0ecd7e14-f5dd-4ab0-a912-e549ebe54012} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.04.22 02:12:54.379708 [ 5 ] {0ecd7e14-f5dd-4ab0-a912-e549ebe54012} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): 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.22 02:12:54.379849 [ 5 ] {0ecd7e14-f5dd-4ab0-a912-e549ebe54012} executeQuery: Read 26 rows, 47.71 KiB in 0.001879 sec., 13837.147418839808 rows/sec., 24.80 MiB/sec. 2026.04.22 02:12:54.379913 [ 5 ] {0ecd7e14-f5dd-4ab0-a912-e549ebe54012} TCPHandler: Processed in 0.002077677 sec. 2026.04.22 02:12:54.380029 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:54.380127 [ 5 ] {ebe2d9bb-7718-4661-aad1-6042b062a75e} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.22 02:12:54.380169 [ 5 ] {ebe2d9bb-7718-4661-aad1-6042b062a75e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.22 02:12:54.380513 [ 5 ] {ebe2d9bb-7718-4661-aad1-6042b062a75e} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:54.380550 [ 5 ] {ebe2d9bb-7718-4661-aad1-6042b062a75e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:12:54.380866 [ 5 ] {ebe2d9bb-7718-4661-aad1-6042b062a75e} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.04.22 02:12:54.381104 [ 5 ] {ebe2d9bb-7718-4661-aad1-6042b062a75e} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:12:54.381235 [ 5 ] {ebe2d9bb-7718-4661-aad1-6042b062a75e} executeQuery: Read 60 rows, 4.14 KiB in 0.001127 sec., 53238.686779059455 rows/sec., 3.59 MiB/sec. 2026.04.22 02:12:54.381272 [ 5 ] {ebe2d9bb-7718-4661-aad1-6042b062a75e} TCPHandler: Processed in 0.001293124 sec. 2026.04.22 02:12:56.350842 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:56.351128 [ 5 ] {d975db12-3aa6-4c66-867c-2f3e2a6a8bce} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.22 02:12:56.351235 [ 5 ] {d975db12-3aa6-4c66-867c-2f3e2a6a8bce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.22 02:12:56.351921 [ 5 ] {d975db12-3aa6-4c66-867c-2f3e2a6a8bce} oximeter.fields_i16 (cb937fce-9af2-4ed4-8a2c-50f4b7db9b7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:56.351968 [ 5 ] {d975db12-3aa6-4c66-867c-2f3e2a6a8bce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:12:56.352376 [ 5 ] {d975db12-3aa6-4c66-867c-2f3e2a6a8bce} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.22 02:12:56.352599 [ 5 ] {d975db12-3aa6-4c66-867c-2f3e2a6a8bce} oximeter.fields_i16 (cb937fce-9af2-4ed4-8a2c-50f4b7db9b7b): 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.22 02:12:56.352730 [ 102 ] {} oximeter.fields_i16 (cb937fce-9af2-4ed4-8a2c-50f4b7db9b7b) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.04.22 02:12:56.352752 [ 5 ] {d975db12-3aa6-4c66-867c-2f3e2a6a8bce} executeQuery: Read 24 rows, 2.04 KiB in 0.001703 sec., 14092.777451556076 rows/sec., 1.17 MiB/sec. 2026.04.22 02:12:56.352801 [ 102 ] {} oximeter.fields_i16 (cb937fce-9af2-4ed4-8a2c-50f4b7db9b7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:56.352813 [ 5 ] {d975db12-3aa6-4c66-867c-2f3e2a6a8bce} TCPHandler: Processed in 0.002154518 sec. 2026.04.22 02:12:56.352834 [ 102 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:12:56.352936 [ 196 ] {cb937fce-9af2-4ed4-8a2c-50f4b7db9b7b::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.22 02:12:56.352941 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:56.353047 [ 196 ] {cb937fce-9af2-4ed4-8a2c-50f4b7db9b7b::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:12:56.353066 [ 5 ] {23af7ba2-b3e2-447e-b7c8-68fd49b016dc} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.22 02:12:56.353080 [ 196 ] {cb937fce-9af2-4ed4-8a2c-50f4b7db9b7b::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.22 02:12:56.353108 [ 5 ] {23af7ba2-b3e2-447e-b7c8-68fd49b016dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.22 02:12:56.353157 [ 196 ] {cb937fce-9af2-4ed4-8a2c-50f4b7db9b7b::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.22 02:12:56.353220 [ 196 ] {cb937fce-9af2-4ed4-8a2c-50f4b7db9b7b::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.22 02:12:56.353267 [ 196 ] {cb937fce-9af2-4ed4-8a2c-50f4b7db9b7b::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.22 02:12:56.353310 [ 196 ] {cb937fce-9af2-4ed4-8a2c-50f4b7db9b7b::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.22 02:12:56.353512 [ 5 ] {23af7ba2-b3e2-447e-b7c8-68fd49b016dc} oximeter.fields_ipaddr (478e016b-70a4-416f-a4c0-90b63b47c331): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:56.353548 [ 5 ] {23af7ba2-b3e2-447e-b7c8-68fd49b016dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:12:56.353835 [ 5 ] {23af7ba2-b3e2-447e-b7c8-68fd49b016dc} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.22 02:12:56.354003 [ 195 ] {cb937fce-9af2-4ed4-8a2c-50f4b7db9b7b::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.00110192 sec., 108900.82764629011 rows/sec., 9.45 MiB/sec. 2026.04.22 02:12:56.354044 [ 5 ] {23af7ba2-b3e2-447e-b7c8-68fd49b016dc} oximeter.fields_ipaddr (478e016b-70a4-416f-a4c0-90b63b47c331): 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.22 02:12:56.354143 [ 196 ] {cb937fce-9af2-4ed4-8a2c-50f4b7db9b7b::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.04.22 02:12:56.354183 [ 5 ] {23af7ba2-b3e2-447e-b7c8-68fd49b016dc} executeQuery: Read 2 rows, 167.00 B in 0.001135 sec., 1762.114537444934 rows/sec., 143.69 KiB/sec. 2026.04.22 02:12:56.354221 [ 5 ] {23af7ba2-b3e2-447e-b7c8-68fd49b016dc} TCPHandler: Processed in 0.001329814 sec. 2026.04.22 02:12:56.354339 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:56.354385 [ 196 ] {cb937fce-9af2-4ed4-8a2c-50f4b7db9b7b::all_1_5_1} oximeter.fields_i16 (cb937fce-9af2-4ed4-8a2c-50f4b7db9b7b): 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.22 02:12:56.354433 [ 5 ] {5f3ac3a8-d466-4123-a794-e0b807a571af} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.22 02:12:56.354442 [ 196 ] {cb937fce-9af2-4ed4-8a2c-50f4b7db9b7b::all_1_5_1} oximeter.fields_i16 (cb937fce-9af2-4ed4-8a2c-50f4b7db9b7b) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.04.22 02:12:56.354474 [ 5 ] {5f3ac3a8-d466-4123-a794-e0b807a571af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.22 02:12:56.354503 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2026.04.22 02:12:56.355784 [ 5 ] {5f3ac3a8-d466-4123-a794-e0b807a571af} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:56.355820 [ 5 ] {5f3ac3a8-d466-4123-a794-e0b807a571af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:12:56.356321 [ 5 ] {5f3ac3a8-d466-4123-a794-e0b807a571af} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.04.22 02:12:56.356537 [ 5 ] {5f3ac3a8-d466-4123-a794-e0b807a571af} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:12:56.356666 [ 5 ] {5f3ac3a8-d466-4123-a794-e0b807a571af} executeQuery: Read 2552 rows, 195.85 KiB in 0.00225 sec., 1134222.2222222222 rows/sec., 85.01 MiB/sec. 2026.04.22 02:12:56.356704 [ 5 ] {5f3ac3a8-d466-4123-a794-e0b807a571af} TCPHandler: Processed in 0.002413573 sec. 2026.04.22 02:12:56.356825 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:56.356922 [ 5 ] {d334a40f-e28d-4a9f-9432-c5d7313f1189} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.22 02:12:56.356961 [ 5 ] {d334a40f-e28d-4a9f-9432-c5d7313f1189} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.22 02:12:56.357377 [ 5 ] {d334a40f-e28d-4a9f-9432-c5d7313f1189} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:56.357413 [ 5 ] {d334a40f-e28d-4a9f-9432-c5d7313f1189} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:12:56.357738 [ 5 ] {d334a40f-e28d-4a9f-9432-c5d7313f1189} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.04.22 02:12:56.357948 [ 5 ] {d334a40f-e28d-4a9f-9432-c5d7313f1189} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): 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.22 02:12:56.358075 [ 5 ] {d334a40f-e28d-4a9f-9432-c5d7313f1189} executeQuery: Read 38 rows, 2.91 KiB in 0.001172 sec., 32423.20819112628 rows/sec., 2.42 MiB/sec. 2026.04.22 02:12:56.358113 [ 5 ] {d334a40f-e28d-4a9f-9432-c5d7313f1189} TCPHandler: Processed in 0.001337504 sec. 2026.04.22 02:12:56.358237 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:56.358352 [ 5 ] {6954f988-c26e-419d-9262-29277d91fea3} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.22 02:12:56.358399 [ 5 ] {6954f988-c26e-419d-9262-29277d91fea3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.22 02:12:56.359149 [ 5 ] {6954f988-c26e-419d-9262-29277d91fea3} oximeter.fields_u32 (a10e9abe-df72-475e-a5a2-b131593a6390): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:56.359193 [ 5 ] {6954f988-c26e-419d-9262-29277d91fea3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:12:56.359576 [ 5 ] {6954f988-c26e-419d-9262-29277d91fea3} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.22 02:12:56.359786 [ 5 ] {6954f988-c26e-419d-9262-29277d91fea3} oximeter.fields_u32 (a10e9abe-df72-475e-a5a2-b131593a6390): 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.22 02:12:56.359910 [ 5 ] {6954f988-c26e-419d-9262-29277d91fea3} executeQuery: Read 825 rows, 49.42 KiB in 0.001583 sec., 521162.3499684144 rows/sec., 30.49 MiB/sec. 2026.04.22 02:12:56.359948 [ 5 ] {6954f988-c26e-419d-9262-29277d91fea3} TCPHandler: Processed in 0.001771522 sec. 2026.04.22 02:12:56.360055 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:56.360153 [ 5 ] {3ceec378-2f97-4fe1-b58b-d4de462c2373} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.04.22 02:12:56.360193 [ 5 ] {3ceec378-2f97-4fe1-b58b-d4de462c2373} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.04.22 02:12:56.360581 [ 5 ] {3ceec378-2f97-4fe1-b58b-d4de462c2373} oximeter.fields_u64 (0f018eed-693d-4cbc-960b-b0c41195cfef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:56.360617 [ 5 ] {3ceec378-2f97-4fe1-b58b-d4de462c2373} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:12:56.360911 [ 5 ] {3ceec378-2f97-4fe1-b58b-d4de462c2373} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.22 02:12:56.361124 [ 5 ] {3ceec378-2f97-4fe1-b58b-d4de462c2373} oximeter.fields_u64 (0f018eed-693d-4cbc-960b-b0c41195cfef): 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.22 02:12:56.361252 [ 5 ] {3ceec378-2f97-4fe1-b58b-d4de462c2373} executeQuery: Read 1 rows, 72.00 B in 0.001117 sec., 895.2551477170995 rows/sec., 62.95 KiB/sec. 2026.04.22 02:12:56.361291 [ 5 ] {3ceec378-2f97-4fe1-b58b-d4de462c2373} TCPHandler: Processed in 0.001286953 sec. 2026.04.22 02:12:56.361392 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:56.361490 [ 5 ] {238ec20c-b746-4cb9-8847-b192188fd00b} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.22 02:12:56.361529 [ 5 ] {238ec20c-b746-4cb9-8847-b192188fd00b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.22 02:12:56.361916 [ 5 ] {238ec20c-b746-4cb9-8847-b192188fd00b} oximeter.fields_u8 (0477f4e3-c0c2-460d-b2af-9ce97f919b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:56.361952 [ 5 ] {238ec20c-b746-4cb9-8847-b192188fd00b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:12:56.362240 [ 5 ] {238ec20c-b746-4cb9-8847-b192188fd00b} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.22 02:12:56.362445 [ 5 ] {238ec20c-b746-4cb9-8847-b192188fd00b} oximeter.fields_u8 (0477f4e3-c0c2-460d-b2af-9ce97f919b1c): 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.22 02:12:56.362543 [ 103 ] {} oximeter.fields_u8 (0477f4e3-c0c2-460d-b2af-9ce97f919b1c) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.04.22 02:12:56.362576 [ 5 ] {238ec20c-b746-4cb9-8847-b192188fd00b} executeQuery: Read 12 rows, 960.00 B in 0.001109 sec., 10820.559062218215 rows/sec., 845.36 KiB/sec. 2026.04.22 02:12:56.362590 [ 103 ] {} oximeter.fields_u8 (0477f4e3-c0c2-460d-b2af-9ce97f919b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:56.362617 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:12:56.362618 [ 5 ] {238ec20c-b746-4cb9-8847-b192188fd00b} TCPHandler: Processed in 0.001273473 sec. 2026.04.22 02:12:56.362694 [ 192 ] {0477f4e3-c0c2-460d-b2af-9ce97f919b1c::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.22 02:12:56.362733 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:56.362779 [ 192 ] {0477f4e3-c0c2-460d-b2af-9ce97f919b1c::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:12:56.362806 [ 192 ] {0477f4e3-c0c2-460d-b2af-9ce97f919b1c::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.22 02:12:56.362829 [ 5 ] {1c835654-df62-40a6-b2b3-b4ca7b9ceb33} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.22 02:12:56.362856 [ 192 ] {0477f4e3-c0c2-460d-b2af-9ce97f919b1c::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.22 02:12:56.362872 [ 5 ] {1c835654-df62-40a6-b2b3-b4ca7b9ceb33} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.22 02:12:56.362896 [ 192 ] {0477f4e3-c0c2-460d-b2af-9ce97f919b1c::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.22 02:12:56.362936 [ 192 ] {0477f4e3-c0c2-460d-b2af-9ce97f919b1c::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.22 02:12:56.362972 [ 192 ] {0477f4e3-c0c2-460d-b2af-9ce97f919b1c::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.22 02:12:56.363578 [ 195 ] {0477f4e3-c0c2-460d-b2af-9ce97f919b1c::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.000916496 sec., 65466.734170143674 rows/sec., 5.24 MiB/sec. 2026.04.22 02:12:56.363643 [ 5 ] {1c835654-df62-40a6-b2b3-b4ca7b9ceb33} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:56.363684 [ 5 ] {1c835654-df62-40a6-b2b3-b4ca7b9ceb33} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:12:56.363684 [ 196 ] {0477f4e3-c0c2-460d-b2af-9ce97f919b1c::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.04.22 02:12:56.363919 [ 196 ] {0477f4e3-c0c2-460d-b2af-9ce97f919b1c::all_1_5_1} oximeter.fields_u8 (0477f4e3-c0c2-460d-b2af-9ce97f919b1c): 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.22 02:12:56.363975 [ 196 ] {0477f4e3-c0c2-460d-b2af-9ce97f919b1c::all_1_5_1} oximeter.fields_u8 (0477f4e3-c0c2-460d-b2af-9ce97f919b1c) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.04.22 02:12:56.364026 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.04.22 02:12:56.364085 [ 5 ] {1c835654-df62-40a6-b2b3-b4ca7b9ceb33} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.04.22 02:12:56.364292 [ 5 ] {1c835654-df62-40a6-b2b3-b4ca7b9ceb33} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:12:56.364418 [ 5 ] {1c835654-df62-40a6-b2b3-b4ca7b9ceb33} executeQuery: Read 1341 rows, 92.58 KiB in 0.001608 sec., 833955.223880597 rows/sec., 56.22 MiB/sec. 2026.04.22 02:12:56.364457 [ 5 ] {1c835654-df62-40a6-b2b3-b4ca7b9ceb33} TCPHandler: Processed in 0.001770922 sec. 2026.04.22 02:12:56.364564 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:56.364658 [ 5 ] {7fb6cc44-fd70-49c5-8dd5-4cee9d5feb4f} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.22 02:12:56.364700 [ 5 ] {7fb6cc44-fd70-49c5-8dd5-4cee9d5feb4f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.22 02:12:56.365325 [ 5 ] {7fb6cc44-fd70-49c5-8dd5-4cee9d5feb4f} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:56.365361 [ 5 ] {7fb6cc44-fd70-49c5-8dd5-4cee9d5feb4f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:12:56.365806 [ 5 ] {7fb6cc44-fd70-49c5-8dd5-4cee9d5feb4f} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.04.22 02:12:56.366012 [ 5 ] {7fb6cc44-fd70-49c5-8dd5-4cee9d5feb4f} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:12:56.366138 [ 5 ] {7fb6cc44-fd70-49c5-8dd5-4cee9d5feb4f} executeQuery: Read 1565 rows, 98.24 KiB in 0.001499 sec., 1044029.3529019346 rows/sec., 64.00 MiB/sec. 2026.04.22 02:12:56.366176 [ 5 ] {7fb6cc44-fd70-49c5-8dd5-4cee9d5feb4f} TCPHandler: Processed in 0.00166141 sec. 2026.04.22 02:12:56.366288 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:56.366382 [ 5 ] {5b700712-f00d-4716-86d3-20a45c02d257} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.22 02:12:56.366436 [ 5 ] {5b700712-f00d-4716-86d3-20a45c02d257} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.22 02:12:56.367212 [ 5 ] {5b700712-f00d-4716-86d3-20a45c02d257} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:56.367249 [ 5 ] {5b700712-f00d-4716-86d3-20a45c02d257} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:12:56.367784 [ 5 ] {5b700712-f00d-4716-86d3-20a45c02d257} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.04.22 02:12:56.368024 [ 5 ] {5b700712-f00d-4716-86d3-20a45c02d257} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): 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.22 02:12:56.368161 [ 5 ] {5b700712-f00d-4716-86d3-20a45c02d257} executeQuery: Read 24 rows, 44.04 KiB in 0.001797 sec., 13355.592654424041 rows/sec., 23.93 MiB/sec. 2026.04.22 02:12:56.368214 [ 5 ] {5b700712-f00d-4716-86d3-20a45c02d257} TCPHandler: Processed in 0.001975655 sec. 2026.04.22 02:12:56.368323 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:56.368417 [ 5 ] {b37d6cad-8c9f-4233-9ace-f6f74d0a6ef4} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.22 02:12:56.368458 [ 5 ] {b37d6cad-8c9f-4233-9ace-f6f74d0a6ef4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.22 02:12:56.368780 [ 5 ] {b37d6cad-8c9f-4233-9ace-f6f74d0a6ef4} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:56.368816 [ 5 ] {b37d6cad-8c9f-4233-9ace-f6f74d0a6ef4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:12:56.369117 [ 5 ] {b37d6cad-8c9f-4233-9ace-f6f74d0a6ef4} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.04.22 02:12:56.369321 [ 5 ] {b37d6cad-8c9f-4233-9ace-f6f74d0a6ef4} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:12:56.369447 [ 5 ] {b37d6cad-8c9f-4233-9ace-f6f74d0a6ef4} executeQuery: Read 24 rows, 1.66 KiB in 0.001048 sec., 22900.763358778622 rows/sec., 1.54 MiB/sec. 2026.04.22 02:12:56.369483 [ 5 ] {b37d6cad-8c9f-4233-9ace-f6f74d0a6ef4} TCPHandler: Processed in 0.001209612 sec. 2026.04.22 02:12:58.151663 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 656 2026.04.22 02:12:58.154340 [ 242 ] {} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:58.154398 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:12:58.155641 [ 242 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.22 02:12:58.155909 [ 242 ] {} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e): 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.22 02:12:58.156057 [ 95 ] {} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.04.22 02:12:58.156130 [ 95 ] {} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:58.156155 [ 95 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:12:58.156252 [ 187 ] {1c79f4fc-384c-445f-a131-dfb467cc319e::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.22 02:12:58.156259 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 656 2026.04.22 02:12:58.156744 [ 187 ] {1c79f4fc-384c-445f-a131-dfb467cc319e::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:12:58.156883 [ 187 ] {1c79f4fc-384c-445f-a131-dfb467cc319e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 484 rows starting from the beginning of the part 2026.04.22 02:12:58.157254 [ 187 ] {1c79f4fc-384c-445f-a131-dfb467cc319e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 30 rows starting from the beginning of the part 2026.04.22 02:12:58.157591 [ 187 ] {1c79f4fc-384c-445f-a131-dfb467cc319e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 50 rows starting from the beginning of the part 2026.04.22 02:12:58.157903 [ 187 ] {1c79f4fc-384c-445f-a131-dfb467cc319e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 20 rows starting from the beginning of the part 2026.04.22 02:12:58.158189 [ 187 ] {1c79f4fc-384c-445f-a131-dfb467cc319e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 26 rows starting from the beginning of the part 2026.04.22 02:12:58.158480 [ 187 ] {1c79f4fc-384c-445f-a131-dfb467cc319e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 46 rows starting from the beginning of the part 2026.04.22 02:12:58.164417 [ 196 ] {1c79f4fc-384c-445f-a131-dfb467cc319e::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 656 rows, containing 72 columns (72 merged, 0 gathered) in 0.008197397 sec., 80025.40318591378 rows/sec., 68.80 MiB/sec. 2026.04.22 02:12:58.165517 [ 202 ] {1c79f4fc-384c-445f-a131-dfb467cc319e::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.04.22 02:12:58.166012 [ 202 ] {1c79f4fc-384c-445f-a131-dfb467cc319e::all_1_16_3} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e): 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.22 02:12:58.166082 [ 202 ] {1c79f4fc-384c-445f-a131-dfb467cc319e::all_1_16_3} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.04.22 02:12:58.166252 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.10 MiB. 2026.04.22 02:12:59.367576 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:59.367777 [ 5 ] {78d4fe9f-acea-4e47-b0fb-303524d6a344} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.22 02:12:59.367850 [ 5 ] {78d4fe9f-acea-4e47-b0fb-303524d6a344} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.22 02:12:59.368545 [ 5 ] {78d4fe9f-acea-4e47-b0fb-303524d6a344} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:59.368586 [ 5 ] {78d4fe9f-acea-4e47-b0fb-303524d6a344} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:12:59.368991 [ 5 ] {78d4fe9f-acea-4e47-b0fb-303524d6a344} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.04.22 02:12:59.369221 [ 5 ] {78d4fe9f-acea-4e47-b0fb-303524d6a344} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:12:59.369348 [ 96 ] {} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.04.22 02:12:59.369376 [ 5 ] {78d4fe9f-acea-4e47-b0fb-303524d6a344} executeQuery: Read 56 rows, 4.41 KiB in 0.001654 sec., 33857.31559854897 rows/sec., 2.60 MiB/sec. 2026.04.22 02:12:59.369396 [ 96 ] {} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:59.369418 [ 96 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:12:59.369426 [ 5 ] {78d4fe9f-acea-4e47-b0fb-303524d6a344} TCPHandler: Processed in 0.001982826 sec. 2026.04.22 02:12:59.369542 [ 186 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::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.22 02:12:59.369568 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:59.369684 [ 5 ] {7aa79eb2-530e-4aac-8e27-1118f24afaeb} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.22 02:12:59.369686 [ 186 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:12:59.369731 [ 5 ] {7aa79eb2-530e-4aac-8e27-1118f24afaeb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.22 02:12:59.369737 [ 186 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 2616 rows starting from the beginning of the part 2026.04.22 02:12:59.369816 [ 186 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 109 rows starting from the beginning of the part 2026.04.22 02:12:59.369861 [ 186 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 86 rows starting from the beginning of the part 2026.04.22 02:12:59.369903 [ 186 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 108 rows starting from the beginning of the part 2026.04.22 02:12:59.369943 [ 186 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 2552 rows starting from the beginning of the part 2026.04.22 02:12:59.369983 [ 186 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::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.22 02:12:59.370177 [ 5 ] {7aa79eb2-530e-4aac-8e27-1118f24afaeb} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:59.370218 [ 5 ] {7aa79eb2-530e-4aac-8e27-1118f24afaeb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:12:59.370571 [ 5 ] {7aa79eb2-530e-4aac-8e27-1118f24afaeb} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.04.22 02:12:59.370825 [ 5 ] {7aa79eb2-530e-4aac-8e27-1118f24afaeb} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:12:59.370943 [ 96 ] {} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.04.22 02:12:59.370961 [ 5 ] {7aa79eb2-530e-4aac-8e27-1118f24afaeb} executeQuery: Read 64 rows, 5.12 KiB in 0.001302 sec., 49155.14592933948 rows/sec., 3.84 MiB/sec. 2026.04.22 02:12:59.370985 [ 96 ] {} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:59.371000 [ 5 ] {7aa79eb2-530e-4aac-8e27-1118f24afaeb} TCPHandler: Processed in 0.001486407 sec. 2026.04.22 02:12:59.371018 [ 96 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:12:59.371126 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:59.371126 [ 202 ] {49c16442-6a08-4771-a070-99aeff5a276e::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.22 02:12:59.371225 [ 5 ] {de1eff63-9172-4133-ae1c-278cb6a09b02} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.22 02:12:59.371266 [ 202 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:12:59.371275 [ 5 ] {de1eff63-9172-4133-ae1c-278cb6a09b02} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.22 02:12:59.371306 [ 202 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1403 rows starting from the beginning of the part 2026.04.22 02:12:59.371377 [ 202 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 92 rows starting from the beginning of the part 2026.04.22 02:12:59.371422 [ 202 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 79 rows starting from the beginning of the part 2026.04.22 02:12:59.371466 [ 202 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 90 rows starting from the beginning of the part 2026.04.22 02:12:59.371514 [ 202 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1341 rows starting from the beginning of the part 2026.04.22 02:12:59.371556 [ 202 ] {49c16442-6a08-4771-a070-99aeff5a276e::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.22 02:12:59.371671 [ 5 ] {de1eff63-9172-4133-ae1c-278cb6a09b02} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:59.371713 [ 5 ] {de1eff63-9172-4133-ae1c-278cb6a09b02} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:12:59.371943 [ 196 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 5527 rows, containing 5 columns (5 merged, 0 gathered) in 0.002460414 sec., 2246369.9198590154 rows/sec., 178.45 MiB/sec. 2026.04.22 02:12:59.372185 [ 5 ] {de1eff63-9172-4133-ae1c-278cb6a09b02} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.04.22 02:12:59.372247 [ 190 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.04.22 02:12:59.372456 [ 5 ] {de1eff63-9172-4133-ae1c-278cb6a09b02} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:12:59.372561 [ 190 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_36_7} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:12:59.372587 [ 96 ] {} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.04.22 02:12:59.372609 [ 5 ] {de1eff63-9172-4133-ae1c-278cb6a09b02} executeQuery: Read 96 rows, 6.85 KiB in 0.001404 sec., 68376.06837606838 rows/sec., 4.76 MiB/sec. 2026.04.22 02:12:59.372635 [ 96 ] {} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:59.372648 [ 5 ] {de1eff63-9172-4133-ae1c-278cb6a09b02} TCPHandler: Processed in 0.001573628 sec. 2026.04.22 02:12:59.372650 [ 190 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_36_7} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.04.22 02:12:59.372669 [ 96 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:12:59.372756 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.05 MiB. 2026.04.22 02:12:59.372774 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:12:59.372816 [ 193 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::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.22 02:12:59.372821 [ 188 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 3069 rows, containing 5 columns (5 merged, 0 gathered) in 0.001746831 sec., 1756895.7729740313 rows/sec., 127.54 MiB/sec. 2026.04.22 02:12:59.372874 [ 5 ] {0c072c2a-bc2b-4a38-b8a6-e389d09b7ac5} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.22 02:12:59.372917 [ 5 ] {0c072c2a-bc2b-4a38-b8a6-e389d09b7ac5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.22 02:12:59.372990 [ 193 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:12:59.373030 [ 193 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 11765 rows starting from the beginning of the part 2026.04.22 02:12:59.373111 [ 193 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 161 rows starting from the beginning of the part 2026.04.22 02:12:59.373112 [ 189 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.04.22 02:12:59.373160 [ 193 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 160 rows starting from the beginning of the part 2026.04.22 02:12:59.373207 [ 193 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::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.22 02:12:59.373248 [ 193 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1565 rows starting from the beginning of the part 2026.04.22 02:12:59.373274 [ 5 ] {0c072c2a-bc2b-4a38-b8a6-e389d09b7ac5} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:59.373286 [ 193 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 96 rows starting from the beginning of the part 2026.04.22 02:12:59.373317 [ 5 ] {0c072c2a-bc2b-4a38-b8a6-e389d09b7ac5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:12:59.373419 [ 189 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_36_7} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:12:59.373527 [ 189 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_36_7} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.04.22 02:12:59.373622 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. 2026.04.22 02:12:59.373689 [ 5 ] {0c072c2a-bc2b-4a38-b8a6-e389d09b7ac5} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.04.22 02:12:59.373907 [ 5 ] {0c072c2a-bc2b-4a38-b8a6-e389d09b7ac5} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:12:59.374012 [ 96 ] {} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.04.22 02:12:59.374040 [ 5 ] {0c072c2a-bc2b-4a38-b8a6-e389d09b7ac5} executeQuery: Read 36 rows, 2.48 KiB in 0.001184 sec., 30405.405405405407 rows/sec., 2.05 MiB/sec. 2026.04.22 02:12:59.374050 [ 96 ] {} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:12:59.374074 [ 96 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:12:59.374077 [ 5 ] {0c072c2a-bc2b-4a38-b8a6-e389d09b7ac5} TCPHandler: Processed in 0.001352444 sec. 2026.04.22 02:12:59.374145 [ 202 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::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.22 02:12:59.374242 [ 202 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:12:59.374269 [ 202 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1608 rows starting from the beginning of the part 2026.04.22 02:12:59.374313 [ 202 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 60 rows starting from the beginning of the part 2026.04.22 02:12:59.374348 [ 202 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 60 rows starting from the beginning of the part 2026.04.22 02:12:59.374381 [ 202 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::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.22 02:12:59.374414 [ 202 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 24 rows starting from the beginning of the part 2026.04.22 02:12:59.374446 [ 202 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::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.22 02:12:59.375530 [ 191 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1848 rows, containing 4 columns (4 merged, 0 gathered) in 0.001409275 sec., 1311312.55432758 rows/sec., 88.37 MiB/sec. 2026.04.22 02:12:59.375790 [ 202 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.04.22 02:12:59.376022 [ 202 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_36_7} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:12:59.376085 [ 202 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_36_7} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.04.22 02:12:59.376144 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. 2026.04.22 02:12:59.377669 [ 193 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 13907 rows, containing 5 columns (5 merged, 0 gathered) in 0.004937738 sec., 2816471.8338640085 rows/sec., 181.90 MiB/sec. 2026.04.22 02:12:59.378213 [ 191 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.04.22 02:12:59.378533 [ 191 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_36_7} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:12:59.378612 [ 191 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_36_7} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.04.22 02:12:59.378695 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.44 MiB. 2026.04.22 02:13:00.000244 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 256.41 MiB, peak 263.49 MiB, free memory in arenas 0.00 B, will set to 257.88 MiB (RSS), difference: 1.47 MiB 2026.04.22 02:13:00.638572 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 10982 2026.04.22 02:13:00.639087 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:00.639132 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:13:00.639680 [ 244 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.04.22 02:13:00.639915 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): 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.22 02:13:00.640053 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10982 2026.04.22 02:13:01.219861 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 2026.04.22 02:13:01.236343 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:01.236396 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:13:01.242283 [ 243 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.04.22 02:13:01.243003 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): 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.22 02:13:01.245858 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 174 2026.04.22 02:13:04.374052 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:04.374270 [ 5 ] {b65d3011-5042-4230-b680-13c90504d669} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.22 02:13:04.374346 [ 5 ] {b65d3011-5042-4230-b680-13c90504d669} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.22 02:13:04.375018 [ 5 ] {b65d3011-5042-4230-b680-13c90504d669} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:04.375069 [ 5 ] {b65d3011-5042-4230-b680-13c90504d669} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:13:04.375469 [ 5 ] {b65d3011-5042-4230-b680-13c90504d669} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.04.22 02:13:04.375701 [ 5 ] {b65d3011-5042-4230-b680-13c90504d669} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:13:04.375861 [ 5 ] {b65d3011-5042-4230-b680-13c90504d669} executeQuery: Read 108 rows, 9.31 KiB in 0.001645 sec., 65653.49544072949 rows/sec., 5.52 MiB/sec. 2026.04.22 02:13:04.375910 [ 5 ] {b65d3011-5042-4230-b680-13c90504d669} TCPHandler: Processed in 0.001995616 sec. 2026.04.22 02:13:04.376035 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:04.376139 [ 5 ] {9aadc400-7049-4b3c-89ca-b09d358b95cc} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.22 02:13:04.376182 [ 5 ] {9aadc400-7049-4b3c-89ca-b09d358b95cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.22 02:13:04.376593 [ 5 ] {9aadc400-7049-4b3c-89ca-b09d358b95cc} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:04.376632 [ 5 ] {9aadc400-7049-4b3c-89ca-b09d358b95cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:13:04.376935 [ 5 ] {9aadc400-7049-4b3c-89ca-b09d358b95cc} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.04.22 02:13:04.377134 [ 5 ] {9aadc400-7049-4b3c-89ca-b09d358b95cc} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): 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.22 02:13:04.377252 [ 89 ] {} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.04.22 02:13:04.377266 [ 5 ] {9aadc400-7049-4b3c-89ca-b09d358b95cc} executeQuery: Read 26 rows, 1.96 KiB in 0.00115 sec., 22608.695652173912 rows/sec., 1.66 MiB/sec. 2026.04.22 02:13:04.377324 [ 89 ] {} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:04.377332 [ 5 ] {9aadc400-7049-4b3c-89ca-b09d358b95cc} TCPHandler: Processed in 0.001349534 sec. 2026.04.22 02:13:04.377354 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:13:04.377457 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:04.377462 [ 189 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::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.22 02:13:04.377559 [ 5 ] {835f4981-0b3f-4023-9903-89ecda9e57c7} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.22 02:13:04.377604 [ 5 ] {835f4981-0b3f-4023-9903-89ecda9e57c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.22 02:13:04.377605 [ 189 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:13:04.377657 [ 189 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 82 rows starting from the beginning of the part 2026.04.22 02:13:04.377724 [ 189 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 28 rows starting from the beginning of the part 2026.04.22 02:13:04.377770 [ 189 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 15 rows starting from the beginning of the part 2026.04.22 02:13:04.377813 [ 189 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 26 rows starting from the beginning of the part 2026.04.22 02:13:04.377852 [ 189 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 38 rows starting from the beginning of the part 2026.04.22 02:13:04.377892 [ 189 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 26 rows starting from the beginning of the part 2026.04.22 02:13:04.378045 [ 5 ] {835f4981-0b3f-4023-9903-89ecda9e57c7} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:04.378087 [ 5 ] {835f4981-0b3f-4023-9903-89ecda9e57c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:13:04.378409 [ 5 ] {835f4981-0b3f-4023-9903-89ecda9e57c7} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.04.22 02:13:04.378630 [ 5 ] {835f4981-0b3f-4023-9903-89ecda9e57c7} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:13:04.378739 [ 191 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 215 rows, containing 5 columns (5 merged, 0 gathered) in 0.001316663 sec., 163291.5939765908 rows/sec., 12.62 MiB/sec. 2026.04.22 02:13:04.378763 [ 5 ] {835f4981-0b3f-4023-9903-89ecda9e57c7} executeQuery: Read 90 rows, 7.20 KiB in 0.001224 sec., 73529.41176470587 rows/sec., 5.74 MiB/sec. 2026.04.22 02:13:04.378817 [ 5 ] {835f4981-0b3f-4023-9903-89ecda9e57c7} TCPHandler: Processed in 0.001411125 sec. 2026.04.22 02:13:04.378919 [ 193 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.04.22 02:13:04.378929 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:04.379033 [ 5 ] {99877e9d-5558-45e6-b036-2948358e675d} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.22 02:13:04.379079 [ 5 ] {99877e9d-5558-45e6-b036-2948358e675d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.22 02:13:04.379207 [ 193 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_31_6} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): 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.22 02:13:04.379290 [ 193 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_31_6} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.04.22 02:13:04.379364 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.04.22 02:13:04.379477 [ 5 ] {99877e9d-5558-45e6-b036-2948358e675d} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:04.379517 [ 5 ] {99877e9d-5558-45e6-b036-2948358e675d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:13:04.379869 [ 5 ] {99877e9d-5558-45e6-b036-2948358e675d} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.04.22 02:13:04.380086 [ 5 ] {99877e9d-5558-45e6-b036-2948358e675d} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:13:04.380216 [ 5 ] {99877e9d-5558-45e6-b036-2948358e675d} executeQuery: Read 160 rows, 11.41 KiB in 0.001202 sec., 133111.48086522464 rows/sec., 9.27 MiB/sec. 2026.04.22 02:13:04.380251 [ 5 ] {99877e9d-5558-45e6-b036-2948358e675d} TCPHandler: Processed in 0.001372185 sec. 2026.04.22 02:13:04.380353 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:04.380446 [ 5 ] {33cd2c62-d717-4fc3-9b00-abae6fbc7cfa} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.22 02:13:04.380500 [ 5 ] {33cd2c62-d717-4fc3-9b00-abae6fbc7cfa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.22 02:13:04.381272 [ 5 ] {33cd2c62-d717-4fc3-9b00-abae6fbc7cfa} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:04.381307 [ 5 ] {33cd2c62-d717-4fc3-9b00-abae6fbc7cfa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:13:04.381847 [ 5 ] {33cd2c62-d717-4fc3-9b00-abae6fbc7cfa} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.04.22 02:13:04.382070 [ 5 ] {33cd2c62-d717-4fc3-9b00-abae6fbc7cfa} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): 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.22 02:13:04.382178 [ 89 ] {} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.04.22 02:13:04.382205 [ 5 ] {33cd2c62-d717-4fc3-9b00-abae6fbc7cfa} executeQuery: Read 26 rows, 47.71 KiB in 0.001776 sec., 14639.63963963964 rows/sec., 26.23 MiB/sec. 2026.04.22 02:13:04.382218 [ 89 ] {} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:04.382244 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:13:04.382266 [ 5 ] {33cd2c62-d717-4fc3-9b00-abae6fbc7cfa} TCPHandler: Processed in 0.001962506 sec. 2026.04.22 02:13:04.382341 [ 191 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::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.22 02:13:04.382396 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:04.382497 [ 5 ] {8e796125-ce12-4220-a4ec-20c4acd47a36} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.22 02:13:04.382537 [ 5 ] {8e796125-ce12-4220-a4ec-20c4acd47a36} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.22 02:13:04.382603 [ 191 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:13:04.382673 [ 191 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 508 rows starting from the beginning of the part 2026.04.22 02:13:04.382802 [ 191 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 26 rows starting from the beginning of the part 2026.04.22 02:13:04.382864 [ 5 ] {8e796125-ce12-4220-a4ec-20c4acd47a36} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:04.382900 [ 191 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 15 rows starting from the beginning of the part 2026.04.22 02:13:04.382904 [ 5 ] {8e796125-ce12-4220-a4ec-20c4acd47a36} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:13:04.382995 [ 191 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 26 rows starting from the beginning of the part 2026.04.22 02:13:04.383088 [ 191 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 24 rows starting from the beginning of the part 2026.04.22 02:13:04.383179 [ 191 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 26 rows starting from the beginning of the part 2026.04.22 02:13:04.383254 [ 5 ] {8e796125-ce12-4220-a4ec-20c4acd47a36} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.04.22 02:13:04.383498 [ 5 ] {8e796125-ce12-4220-a4ec-20c4acd47a36} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:13:04.383633 [ 5 ] {8e796125-ce12-4220-a4ec-20c4acd47a36} executeQuery: Read 60 rows, 4.14 KiB in 0.001156 sec., 51903.11418685121 rows/sec., 3.50 MiB/sec. 2026.04.22 02:13:04.383669 [ 5 ] {8e796125-ce12-4220-a4ec-20c4acd47a36} TCPHandler: Processed in 0.001323254 sec. 2026.04.22 02:13:04.403776 [ 193 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 625 rows, containing 19 columns (19 merged, 0 gathered) in 0.021478765 sec., 29098.507293133473 rows/sec., 52.14 MiB/sec. 2026.04.22 02:13:04.404687 [ 186 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.04.22 02:13:04.405046 [ 186 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_31_6} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): 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.22 02:13:04.405131 [ 186 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_31_6} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.04.22 02:13:04.405251 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.52 MiB. 2026.04.22 02:13:05.000214 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 258.63 MiB, peak 266.08 MiB, free memory in arenas 0.00 B, will set to 260.20 MiB (RSS), difference: 1.57 MiB 2026.04.22 02:13:07.820110 [ 85 ] {} oximeter.fields_u64 (0f018eed-693d-4cbc-960b-b0c41195cfef) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.04.22 02:13:07.820227 [ 85 ] {} oximeter.fields_u64 (0f018eed-693d-4cbc-960b-b0c41195cfef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:07.820269 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:13:07.820441 [ 191 ] {0f018eed-693d-4cbc-960b-b0c41195cfef::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.22 02:13:07.820663 [ 191 ] {0f018eed-693d-4cbc-960b-b0c41195cfef::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:13:07.820713 [ 191 ] {0f018eed-693d-4cbc-960b-b0c41195cfef::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.22 02:13:07.820815 [ 191 ] {0f018eed-693d-4cbc-960b-b0c41195cfef::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.22 02:13:07.820900 [ 191 ] {0f018eed-693d-4cbc-960b-b0c41195cfef::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.22 02:13:07.820979 [ 191 ] {0f018eed-693d-4cbc-960b-b0c41195cfef::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.22 02:13:07.821055 [ 191 ] {0f018eed-693d-4cbc-960b-b0c41195cfef::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.22 02:13:07.821902 [ 193 ] {0f018eed-693d-4cbc-960b-b0c41195cfef::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 6 rows, containing 5 columns (5 merged, 0 gathered) in 0.001537537 sec., 3902.3451142964363 rows/sec., 289.63 KiB/sec. 2026.04.22 02:13:07.822093 [ 190 ] {0f018eed-693d-4cbc-960b-b0c41195cfef::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.04.22 02:13:07.822432 [ 190 ] {0f018eed-693d-4cbc-960b-b0c41195cfef::all_1_5_1} oximeter.fields_u64 (0f018eed-693d-4cbc-960b-b0c41195cfef): 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.22 02:13:07.822517 [ 190 ] {0f018eed-693d-4cbc-960b-b0c41195cfef::all_1_5_1} oximeter.fields_u64 (0f018eed-693d-4cbc-960b-b0c41195cfef) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.04.22 02:13:07.822618 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.04.22 02:13:08.048915 [ 85 ] {} DNSResolver: Updating DNS cache 2026.04.22 02:13:08.048977 [ 85 ] {} DNSResolver: Updated DNS cache 2026.04.22 02:13:08.140446 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 11494 2026.04.22 02:13:08.140956 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:08.141002 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:13:08.141517 [ 244 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.04.22 02:13:08.141747 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): 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.22 02:13:08.141873 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11494 2026.04.22 02:13:08.156668 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 676 2026.04.22 02:13:08.159013 [ 242 ] {} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:08.159066 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:13:08.160272 [ 242 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.22 02:13:08.160548 [ 242 ] {} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e): 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.22 02:13:08.160896 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 676 2026.04.22 02:13:08.734078 [ 85 ] {} oximeter.fields_ipaddr (478e016b-70a4-416f-a4c0-90b63b47c331) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.04.22 02:13:08.734161 [ 85 ] {} oximeter.fields_ipaddr (478e016b-70a4-416f-a4c0-90b63b47c331): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:08.734200 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:13:08.734379 [ 200 ] {478e016b-70a4-416f-a4c0-90b63b47c331::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.22 02:13:08.734601 [ 200 ] {478e016b-70a4-416f-a4c0-90b63b47c331::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:13:08.734658 [ 200 ] {478e016b-70a4-416f-a4c0-90b63b47c331::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.22 02:13:08.734765 [ 200 ] {478e016b-70a4-416f-a4c0-90b63b47c331::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.22 02:13:08.734841 [ 200 ] {478e016b-70a4-416f-a4c0-90b63b47c331::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.22 02:13:08.734911 [ 200 ] {478e016b-70a4-416f-a4c0-90b63b47c331::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.22 02:13:08.734968 [ 200 ] {478e016b-70a4-416f-a4c0-90b63b47c331::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part 2026.04.22 02:13:08.735697 [ 190 ] {478e016b-70a4-416f-a4c0-90b63b47c331::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 5 columns (5 merged, 0 gathered) in 0.001402036 sec., 28529.937890325215 rows/sec., 2.39 MiB/sec. 2026.04.22 02:13:08.735867 [ 190 ] {478e016b-70a4-416f-a4c0-90b63b47c331::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.04.22 02:13:08.736151 [ 190 ] {478e016b-70a4-416f-a4c0-90b63b47c331::all_1_9_2} oximeter.fields_ipaddr (478e016b-70a4-416f-a4c0-90b63b47c331): 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.22 02:13:08.736223 [ 190 ] {478e016b-70a4-416f-a4c0-90b63b47c331::all_1_9_2} oximeter.fields_ipaddr (478e016b-70a4-416f-a4c0-90b63b47c331) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.04.22 02:13:08.736307 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.04.22 02:13:08.746038 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 2026.04.22 02:13:08.762969 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:08.763027 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:13:08.768907 [ 243 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.04.22 02:13:08.769669 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): 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.22 02:13:08.772437 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 181 2026.04.22 02:13:09.371106 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:09.371388 [ 5 ] {09743a2b-2971-4997-a165-cb9c84e39180} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.22 02:13:09.371491 [ 5 ] {09743a2b-2971-4997-a165-cb9c84e39180} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.22 02:13:09.372336 [ 5 ] {09743a2b-2971-4997-a165-cb9c84e39180} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:09.372383 [ 5 ] {09743a2b-2971-4997-a165-cb9c84e39180} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:13:09.372790 [ 5 ] {09743a2b-2971-4997-a165-cb9c84e39180} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.04.22 02:13:09.373026 [ 5 ] {09743a2b-2971-4997-a165-cb9c84e39180} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:13:09.373180 [ 5 ] {09743a2b-2971-4997-a165-cb9c84e39180} executeQuery: Read 86 rows, 7.40 KiB in 0.001866 sec., 46087.88853161843 rows/sec., 3.87 MiB/sec. 2026.04.22 02:13:09.373221 [ 5 ] {09743a2b-2971-4997-a165-cb9c84e39180} TCPHandler: Processed in 0.002294541 sec. 2026.04.22 02:13:09.373355 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:09.373451 [ 5 ] {75d1a309-3c1b-4158-b065-60fb105a46ae} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.22 02:13:09.373491 [ 5 ] {75d1a309-3c1b-4158-b065-60fb105a46ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.22 02:13:09.373908 [ 5 ] {75d1a309-3c1b-4158-b065-60fb105a46ae} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:09.373943 [ 5 ] {75d1a309-3c1b-4158-b065-60fb105a46ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:13:09.374238 [ 5 ] {75d1a309-3c1b-4158-b065-60fb105a46ae} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.04.22 02:13:09.374444 [ 5 ] {75d1a309-3c1b-4158-b065-60fb105a46ae} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): 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.22 02:13:09.374570 [ 5 ] {75d1a309-3c1b-4158-b065-60fb105a46ae} executeQuery: Read 15 rows, 1.13 KiB in 0.001137 sec., 13192.612137203167 rows/sec., 992.02 KiB/sec. 2026.04.22 02:13:09.374607 [ 5 ] {75d1a309-3c1b-4158-b065-60fb105a46ae} TCPHandler: Processed in 0.001301023 sec. 2026.04.22 02:13:09.374730 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:09.374832 [ 5 ] {ef809694-7aed-4cdf-a83c-fe6f91e3be29} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.22 02:13:09.374881 [ 5 ] {ef809694-7aed-4cdf-a83c-fe6f91e3be29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.22 02:13:09.375376 [ 5 ] {ef809694-7aed-4cdf-a83c-fe6f91e3be29} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:09.375424 [ 5 ] {ef809694-7aed-4cdf-a83c-fe6f91e3be29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:13:09.375736 [ 5 ] {ef809694-7aed-4cdf-a83c-fe6f91e3be29} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.04.22 02:13:09.375928 [ 5 ] {ef809694-7aed-4cdf-a83c-fe6f91e3be29} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:13:09.376048 [ 5 ] {ef809694-7aed-4cdf-a83c-fe6f91e3be29} executeQuery: Read 79 rows, 6.32 KiB in 0.001267 sec., 62352.012628255725 rows/sec., 4.87 MiB/sec. 2026.04.22 02:13:09.376082 [ 5 ] {ef809694-7aed-4cdf-a83c-fe6f91e3be29} TCPHandler: Processed in 0.001434266 sec. 2026.04.22 02:13:09.376195 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:09.376283 [ 5 ] {8d93a94a-182e-4fab-a8e9-3e1b6892f25d} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.22 02:13:09.376322 [ 5 ] {8d93a94a-182e-4fab-a8e9-3e1b6892f25d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.22 02:13:09.376769 [ 5 ] {8d93a94a-182e-4fab-a8e9-3e1b6892f25d} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:09.376804 [ 5 ] {8d93a94a-182e-4fab-a8e9-3e1b6892f25d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:13:09.377140 [ 5 ] {8d93a94a-182e-4fab-a8e9-3e1b6892f25d} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.04.22 02:13:09.377356 [ 5 ] {8d93a94a-182e-4fab-a8e9-3e1b6892f25d} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:13:09.377494 [ 5 ] {8d93a94a-182e-4fab-a8e9-3e1b6892f25d} executeQuery: Read 160 rows, 11.41 KiB in 0.001185 sec., 135021.0970464135 rows/sec., 9.40 MiB/sec. 2026.04.22 02:13:09.377531 [ 5 ] {8d93a94a-182e-4fab-a8e9-3e1b6892f25d} TCPHandler: Processed in 0.001349625 sec. 2026.04.22 02:13:09.377642 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:09.377736 [ 5 ] {a38700d2-af00-4d74-89e3-90a750303352} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.22 02:13:09.377787 [ 5 ] {a38700d2-af00-4d74-89e3-90a750303352} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.22 02:13:09.378535 [ 5 ] {a38700d2-af00-4d74-89e3-90a750303352} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:09.378571 [ 5 ] {a38700d2-af00-4d74-89e3-90a750303352} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:13:09.379117 [ 5 ] {a38700d2-af00-4d74-89e3-90a750303352} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.04.22 02:13:09.379341 [ 5 ] {a38700d2-af00-4d74-89e3-90a750303352} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): 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.22 02:13:09.379475 [ 5 ] {a38700d2-af00-4d74-89e3-90a750303352} executeQuery: Read 15 rows, 27.52 KiB in 0.001757 sec., 8537.279453614114 rows/sec., 15.30 MiB/sec. 2026.04.22 02:13:09.379531 [ 5 ] {a38700d2-af00-4d74-89e3-90a750303352} TCPHandler: Processed in 0.001937464 sec. 2026.04.22 02:13:09.379646 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:09.379741 [ 5 ] {7c2456e3-2062-4360-b0d4-c4a6fe4c5d5f} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.22 02:13:09.379782 [ 5 ] {7c2456e3-2062-4360-b0d4-c4a6fe4c5d5f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.22 02:13:09.380128 [ 5 ] {7c2456e3-2062-4360-b0d4-c4a6fe4c5d5f} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:09.380163 [ 5 ] {7c2456e3-2062-4360-b0d4-c4a6fe4c5d5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:13:09.380470 [ 5 ] {7c2456e3-2062-4360-b0d4-c4a6fe4c5d5f} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.04.22 02:13:09.380682 [ 5 ] {7c2456e3-2062-4360-b0d4-c4a6fe4c5d5f} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:13:09.380817 [ 5 ] {7c2456e3-2062-4360-b0d4-c4a6fe4c5d5f} executeQuery: Read 60 rows, 4.14 KiB in 0.001094 sec., 54844.60694698355 rows/sec., 3.70 MiB/sec. 2026.04.22 02:13:09.380853 [ 5 ] {7c2456e3-2062-4360-b0d4-c4a6fe4c5d5f} TCPHandler: Processed in 0.001257453 sec. 2026.04.22 02:13:14.371271 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:14.371471 [ 5 ] {343d3e29-3a35-44a8-9211-dae90cdb1e35} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.22 02:13:14.371541 [ 5 ] {343d3e29-3a35-44a8-9211-dae90cdb1e35} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.22 02:13:14.372191 [ 5 ] {343d3e29-3a35-44a8-9211-dae90cdb1e35} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:14.372242 [ 5 ] {343d3e29-3a35-44a8-9211-dae90cdb1e35} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:13:14.372664 [ 5 ] {343d3e29-3a35-44a8-9211-dae90cdb1e35} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.04.22 02:13:14.372901 [ 5 ] {343d3e29-3a35-44a8-9211-dae90cdb1e35} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:13:14.373064 [ 5 ] {343d3e29-3a35-44a8-9211-dae90cdb1e35} executeQuery: Read 108 rows, 9.31 KiB in 0.001645 sec., 65653.49544072949 rows/sec., 5.52 MiB/sec. 2026.04.22 02:13:14.373116 [ 5 ] {343d3e29-3a35-44a8-9211-dae90cdb1e35} TCPHandler: Processed in 0.001974825 sec. 2026.04.22 02:13:14.373243 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:14.373348 [ 5 ] {ad21d9d5-41ea-4c50-89d2-d9e076c54f4f} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.22 02:13:14.373392 [ 5 ] {ad21d9d5-41ea-4c50-89d2-d9e076c54f4f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.22 02:13:14.373826 [ 5 ] {ad21d9d5-41ea-4c50-89d2-d9e076c54f4f} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:14.373868 [ 5 ] {ad21d9d5-41ea-4c50-89d2-d9e076c54f4f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:13:14.374202 [ 5 ] {ad21d9d5-41ea-4c50-89d2-d9e076c54f4f} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.04.22 02:13:14.374422 [ 5 ] {ad21d9d5-41ea-4c50-89d2-d9e076c54f4f} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): 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.22 02:13:14.374558 [ 5 ] {ad21d9d5-41ea-4c50-89d2-d9e076c54f4f} executeQuery: Read 26 rows, 1.96 KiB in 0.001234 sec., 21069.692058346838 rows/sec., 1.55 MiB/sec. 2026.04.22 02:13:14.374597 [ 5 ] {ad21d9d5-41ea-4c50-89d2-d9e076c54f4f} TCPHandler: Processed in 0.001406575 sec. 2026.04.22 02:13:14.374721 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:14.374821 [ 5 ] {84f3bcaf-b900-4afa-ae8f-e863c3e57d3f} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.22 02:13:14.374862 [ 5 ] {84f3bcaf-b900-4afa-ae8f-e863c3e57d3f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.22 02:13:14.375281 [ 5 ] {84f3bcaf-b900-4afa-ae8f-e863c3e57d3f} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:14.375317 [ 5 ] {84f3bcaf-b900-4afa-ae8f-e863c3e57d3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:13:14.375630 [ 5 ] {84f3bcaf-b900-4afa-ae8f-e863c3e57d3f} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.04.22 02:13:14.375844 [ 5 ] {84f3bcaf-b900-4afa-ae8f-e863c3e57d3f} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:13:14.375972 [ 5 ] {84f3bcaf-b900-4afa-ae8f-e863c3e57d3f} executeQuery: Read 90 rows, 7.20 KiB in 0.001172 sec., 76791.80887372013 rows/sec., 6.00 MiB/sec. 2026.04.22 02:13:14.376010 [ 5 ] {84f3bcaf-b900-4afa-ae8f-e863c3e57d3f} TCPHandler: Processed in 0.001340144 sec. 2026.04.22 02:13:14.376123 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:14.376220 [ 5 ] {fbd58f52-9c2b-4156-8278-324f4015db17} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.22 02:13:14.376263 [ 5 ] {fbd58f52-9c2b-4156-8278-324f4015db17} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.22 02:13:14.376660 [ 5 ] {fbd58f52-9c2b-4156-8278-324f4015db17} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:14.376696 [ 5 ] {fbd58f52-9c2b-4156-8278-324f4015db17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:13:14.377030 [ 5 ] {fbd58f52-9c2b-4156-8278-324f4015db17} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.04.22 02:13:14.377236 [ 5 ] {fbd58f52-9c2b-4156-8278-324f4015db17} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:13:14.377365 [ 5 ] {fbd58f52-9c2b-4156-8278-324f4015db17} executeQuery: Read 160 rows, 11.41 KiB in 0.001163 sec., 137575.23645743766 rows/sec., 9.58 MiB/sec. 2026.04.22 02:13:14.377402 [ 5 ] {fbd58f52-9c2b-4156-8278-324f4015db17} TCPHandler: Processed in 0.001329584 sec. 2026.04.22 02:13:14.377521 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:14.377618 [ 5 ] {b1f230e0-634f-48f7-b6b8-17c58def2e82} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.22 02:13:14.377673 [ 5 ] {b1f230e0-634f-48f7-b6b8-17c58def2e82} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.22 02:13:14.378453 [ 5 ] {b1f230e0-634f-48f7-b6b8-17c58def2e82} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:14.378585 [ 5 ] {b1f230e0-634f-48f7-b6b8-17c58def2e82} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:13:14.379160 [ 5 ] {b1f230e0-634f-48f7-b6b8-17c58def2e82} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.04.22 02:13:14.379392 [ 5 ] {b1f230e0-634f-48f7-b6b8-17c58def2e82} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): 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.22 02:13:14.379535 [ 5 ] {b1f230e0-634f-48f7-b6b8-17c58def2e82} executeQuery: Read 26 rows, 47.71 KiB in 0.001935 sec., 13436.692506459947 rows/sec., 24.08 MiB/sec. 2026.04.22 02:13:14.379601 [ 5 ] {b1f230e0-634f-48f7-b6b8-17c58def2e82} TCPHandler: Processed in 0.002138098 sec. 2026.04.22 02:13:14.379727 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:14.379822 [ 5 ] {cbad5cc2-6ef2-44ed-b910-c7b97fd67a49} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.22 02:13:14.379864 [ 5 ] {cbad5cc2-6ef2-44ed-b910-c7b97fd67a49} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.22 02:13:14.380300 [ 5 ] {cbad5cc2-6ef2-44ed-b910-c7b97fd67a49} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:14.380336 [ 5 ] {cbad5cc2-6ef2-44ed-b910-c7b97fd67a49} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:13:14.380641 [ 5 ] {cbad5cc2-6ef2-44ed-b910-c7b97fd67a49} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.04.22 02:13:14.380848 [ 5 ] {cbad5cc2-6ef2-44ed-b910-c7b97fd67a49} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:13:14.380976 [ 5 ] {cbad5cc2-6ef2-44ed-b910-c7b97fd67a49} executeQuery: Read 60 rows, 4.14 KiB in 0.001172 sec., 51194.53924914676 rows/sec., 3.45 MiB/sec. 2026.04.22 02:13:14.381012 [ 5 ] {cbad5cc2-6ef2-44ed-b910-c7b97fd67a49} TCPHandler: Processed in 0.001336124 sec. 2026.04.22 02:13:15.146637 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55720 2026.04.22 02:13:15.146759 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:13:15.146794 [ 286 ] {} TCP-Session: 97461e42-a92b-4a55-87cf-6df3995d892c Authenticating user 'default' from [fd00:1122:3344:101::e]:55720 2026.04.22 02:13:15.146815 [ 286 ] {} TCP-Session: 97461e42-a92b-4a55-87cf-6df3995d892c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.146828 [ 286 ] {} TCP-Session: 97461e42-a92b-4a55-87cf-6df3995d892c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.147028 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36838 2026.04.22 02:13:15.147058 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42328 2026.04.22 02:13:15.147083 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52235 2026.04.22 02:13:15.147107 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45689 2026.04.22 02:13:15.147136 [ 286 ] {} TCP-Session: 97461e42-a92b-4a55-87cf-6df3995d892c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:15.147160 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:13:15.147172 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:13:15.147139 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64237 2026.04.22 02:13:15.147223 [ 289 ] {} TCP-Session: b4e22054-0cc7-433a-a607-1889ea585db8 Authenticating user 'default' from [fd00:1122:3344:101::e]:42328 2026.04.22 02:13:15.147205 [ 288 ] {} TCP-Session: 1d637511-bf4f-408f-ba1b-3c0f31f96b38 Authenticating user 'default' from [fd00:1122:3344:101::e]:36838 2026.04.22 02:13:15.147279 [ 289 ] {} TCP-Session: b4e22054-0cc7-433a-a607-1889ea585db8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.147307 [ 288 ] {} TCP-Session: 1d637511-bf4f-408f-ba1b-3c0f31f96b38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.147320 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:13:15.147333 [ 288 ] {} TCP-Session: 1d637511-bf4f-408f-ba1b-3c0f31f96b38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.147325 [ 289 ] {} TCP-Session: b4e22054-0cc7-433a-a607-1889ea585db8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.147351 [ 291 ] {} TCP-Session: 818e98a1-5dfb-45cc-b597-38f487f78484 Authenticating user 'default' from [fd00:1122:3344:101::e]:52235 2026.04.22 02:13:15.147366 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:13:15.147393 [ 291 ] {} TCP-Session: 818e98a1-5dfb-45cc-b597-38f487f78484 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.147321 [ 286 ] {6f9ca1a4-6dc6-43c4-b75a-4a1814746323} executeQuery: (from [fd00:1122:3344:101::e]:55720) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.22 02:13:15.147426 [ 292 ] {} TCP-Session: 0b7f2833-3461-4b2a-a624-e9c6c0bd4b56 Authenticating user 'default' from [fd00:1122:3344:101::e]:45689 2026.04.22 02:13:15.147437 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:13:15.147470 [ 292 ] {} TCP-Session: 0b7f2833-3461-4b2a-a624-e9c6c0bd4b56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.147426 [ 291 ] {} TCP-Session: 818e98a1-5dfb-45cc-b597-38f487f78484 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.147504 [ 292 ] {} TCP-Session: 0b7f2833-3461-4b2a-a624-e9c6c0bd4b56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.147505 [ 3 ] {} TCP-Session: 5256f2f4-d560-4341-9a28-d36d9c5db277 Authenticating user 'default' from [fd00:1122:3344:101::e]:64237 2026.04.22 02:13:15.147126 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58743 2026.04.22 02:13:15.147114 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57640 2026.04.22 02:13:15.147585 [ 3 ] {} TCP-Session: 5256f2f4-d560-4341-9a28-d36d9c5db277 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.147084 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62277 2026.04.22 02:13:15.147629 [ 3 ] {} TCP-Session: 5256f2f4-d560-4341-9a28-d36d9c5db277 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.147695 [ 286 ] {6f9ca1a4-6dc6-43c4-b75a-4a1814746323} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.22 02:13:15.147759 [ 286 ] {6f9ca1a4-6dc6-43c4-b75a-4a1814746323} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.22 02:13:15.147823 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:13:15.147825 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:13:15.147856 [ 294 ] {} TCP-Session: 7cee9e81-5341-44ee-80cc-7c315a435f70 Authenticating user 'default' from [fd00:1122:3344:101::e]:58743 2026.04.22 02:13:15.147865 [ 290 ] {} TCP-Session: 21b38ef4-a07e-40ef-b83a-7ba08e3ef305 Authenticating user 'default' from [fd00:1122:3344:101::e]:62277 2026.04.22 02:13:15.147879 [ 294 ] {} TCP-Session: 7cee9e81-5341-44ee-80cc-7c315a435f70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.147883 [ 290 ] {} TCP-Session: 21b38ef4-a07e-40ef-b83a-7ba08e3ef305 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.147897 [ 294 ] {} TCP-Session: 7cee9e81-5341-44ee-80cc-7c315a435f70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.147907 [ 290 ] {} TCP-Session: 21b38ef4-a07e-40ef-b83a-7ba08e3ef305 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.147932 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:13:15.147975 [ 293 ] {} TCP-Session: cc00e391-f729-4f38-9237-5fbf9eb7c986 Authenticating user 'default' from [fd00:1122:3344:101::e]:57640 2026.04.22 02:13:15.147993 [ 293 ] {} TCP-Session: cc00e391-f729-4f38-9237-5fbf9eb7c986 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.148007 [ 293 ] {} TCP-Session: cc00e391-f729-4f38-9237-5fbf9eb7c986 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.148069 [ 286 ] {6f9ca1a4-6dc6-43c4-b75a-4a1814746323} oximeter.version (735d4eb2-4688-4764-b1e7-cbcb4ccf556e) (SelectExecutor): Key condition: unknown 2026.04.22 02:13:15.149277 [ 297 ] {6f9ca1a4-6dc6-43c4-b75a-4a1814746323} AggregatingTransform: Aggregating 2026.04.22 02:13:15.149323 [ 297 ] {6f9ca1a4-6dc6-43c4-b75a-4a1814746323} Aggregator: Aggregation method: without_key 2026.04.22 02:13:15.149360 [ 297 ] {6f9ca1a4-6dc6-43c4-b75a-4a1814746323} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001188432 sec. (841.445 rows/sec., 32.87 KiB/sec.) 2026.04.22 02:13:15.149375 [ 297 ] {6f9ca1a4-6dc6-43c4-b75a-4a1814746323} Aggregator: Merging aggregated data 2026.04.22 02:13:15.150683 [ 286 ] {6f9ca1a4-6dc6-43c4-b75a-4a1814746323} executeQuery: Read 1 rows, 40.00 B in 0.003413 sec., 292.9973630237328 rows/sec., 11.45 KiB/sec. 2026.04.22 02:13:15.150848 [ 286 ] {6f9ca1a4-6dc6-43c4-b75a-4a1814746323} TCPHandler: Processed in 0.003842719 sec. 2026.04.22 02:13:15.150977 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.22 02:13:15.151005 [ 286 ] {} TCP-Session: 97461e42-a92b-4a55-87cf-6df3995d892c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.151004 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.22 02:13:15.151027 [ 3 ] {} TCPHandler: Done processing connection. 2026.04.22 02:13:15.151047 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.22 02:13:15.151061 [ 288 ] {} TCP-Session: 1d637511-bf4f-408f-ba1b-3c0f31f96b38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.151072 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.22 02:13:15.151090 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.22 02:13:15.151107 [ 289 ] {} TCP-Session: b4e22054-0cc7-433a-a607-1889ea585db8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.151122 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.22 02:13:15.151147 [ 292 ] {} TCP-Session: 0b7f2833-3461-4b2a-a624-e9c6c0bd4b56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.151168 [ 293 ] {} TCP-Session: cc00e391-f729-4f38-9237-5fbf9eb7c986 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.151124 [ 294 ] {} TCP-Session: 7cee9e81-5341-44ee-80cc-7c315a435f70 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.151108 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.22 02:13:15.151057 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.22 02:13:15.151239 [ 291 ] {} TCP-Session: 818e98a1-5dfb-45cc-b597-38f487f78484 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.151070 [ 3 ] {} TCP-Session: 5256f2f4-d560-4341-9a28-d36d9c5db277 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.151261 [ 290 ] {} TCP-Session: 21b38ef4-a07e-40ef-b83a-7ba08e3ef305 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.474410 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60793 2026.04.22 02:13:15.474534 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:13:15.474571 [ 286 ] {} TCP-Session: 26a73ef7-5114-4c62-9922-70803bb86ec9 Authenticating user 'default' from [fd00:1122:3344:101::e]:60793 2026.04.22 02:13:15.474593 [ 286 ] {} TCP-Session: 26a73ef7-5114-4c62-9922-70803bb86ec9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.474606 [ 286 ] {} TCP-Session: 26a73ef7-5114-4c62-9922-70803bb86ec9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.474819 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36664 2026.04.22 02:13:15.474852 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46874 2026.04.22 02:13:15.474888 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50254 2026.04.22 02:13:15.474895 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57571 2026.04.22 02:13:15.474927 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:13:15.474935 [ 286 ] {} TCP-Session: 26a73ef7-5114-4c62-9922-70803bb86ec9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:15.474957 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53629 2026.04.22 02:13:15.474969 [ 289 ] {} TCP-Session: c422b4b0-3bb5-4750-8aa1-10fc1222b93b Authenticating user 'default' from [fd00:1122:3344:101::e]:46874 2026.04.22 02:13:15.474960 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:13:15.475015 [ 289 ] {} TCP-Session: c422b4b0-3bb5-4750-8aa1-10fc1222b93b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.475017 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:13:15.475038 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:13:15.475043 [ 289 ] {} TCP-Session: c422b4b0-3bb5-4750-8aa1-10fc1222b93b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.475065 [ 290 ] {} TCP-Session: b7ee90da-2461-43c0-a162-58eb7e2b3d53 Authenticating user 'default' from [fd00:1122:3344:101::e]:57571 2026.04.22 02:13:15.475071 [ 3 ] {} TCP-Session: 7615a931-4d8b-47ed-84b1-b43401b967fc Authenticating user 'default' from [fd00:1122:3344:101::e]:53629 2026.04.22 02:13:15.475040 [ 291 ] {} TCP-Session: 27b07920-952a-4227-983a-37b21402cb2d Authenticating user 'default' from [fd00:1122:3344:101::e]:50254 2026.04.22 02:13:15.475104 [ 3 ] {} TCP-Session: 7615a931-4d8b-47ed-84b1-b43401b967fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.475101 [ 290 ] {} TCP-Session: b7ee90da-2461-43c0-a162-58eb7e2b3d53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.475117 [ 286 ] {39e40875-6599-415a-b9ff-ce34d60b8d4a} executeQuery: (from [fd00:1122:3344:101::e]:60793) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.22 02:13:15.475128 [ 291 ] {} TCP-Session: 27b07920-952a-4227-983a-37b21402cb2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.475137 [ 290 ] {} TCP-Session: b7ee90da-2461-43c0-a162-58eb7e2b3d53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.475172 [ 291 ] {} TCP-Session: 27b07920-952a-4227-983a-37b21402cb2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.475129 [ 3 ] {} TCP-Session: 7615a931-4d8b-47ed-84b1-b43401b967fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.474948 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40515 2026.04.22 02:13:15.474933 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45608 2026.04.22 02:13:15.474929 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:13:15.475297 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:13:15.475319 [ 288 ] {} TCP-Session: 136e02ab-8a1b-4496-add9-c82da66f46c7 Authenticating user 'default' from [fd00:1122:3344:101::e]:36664 2026.04.22 02:13:15.475332 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:13:15.475335 [ 294 ] {} TCP-Session: 989499b7-0f98-46e3-b0f0-38765d78e772 Authenticating user 'default' from [fd00:1122:3344:101::e]:40515 2026.04.22 02:13:15.475349 [ 288 ] {} TCP-Session: 136e02ab-8a1b-4496-add9-c82da66f46c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.475365 [ 293 ] {} TCP-Session: 885fd402-5af4-4e24-bb38-a4321733d400 Authenticating user 'default' from [fd00:1122:3344:101::e]:45608 2026.04.22 02:13:15.475385 [ 288 ] {} TCP-Session: 136e02ab-8a1b-4496-add9-c82da66f46c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.475401 [ 293 ] {} TCP-Session: 885fd402-5af4-4e24-bb38-a4321733d400 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.475418 [ 286 ] {39e40875-6599-415a-b9ff-ce34d60b8d4a} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.22 02:13:15.475435 [ 293 ] {} TCP-Session: 885fd402-5af4-4e24-bb38-a4321733d400 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.475374 [ 294 ] {} TCP-Session: 989499b7-0f98-46e3-b0f0-38765d78e772 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.474922 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46844 2026.04.22 02:13:15.475483 [ 286 ] {39e40875-6599-415a-b9ff-ce34d60b8d4a} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.22 02:13:15.475473 [ 294 ] {} TCP-Session: 989499b7-0f98-46e3-b0f0-38765d78e772 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.475582 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:13:15.475613 [ 292 ] {} TCP-Session: 56a82b2b-c9f5-4dcc-b449-2ac76eb5a5f4 Authenticating user 'default' from [fd00:1122:3344:101::e]:46844 2026.04.22 02:13:15.475634 [ 292 ] {} TCP-Session: 56a82b2b-c9f5-4dcc-b449-2ac76eb5a5f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.475646 [ 292 ] {} TCP-Session: 56a82b2b-c9f5-4dcc-b449-2ac76eb5a5f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.475798 [ 286 ] {39e40875-6599-415a-b9ff-ce34d60b8d4a} oximeter.version (735d4eb2-4688-4764-b1e7-cbcb4ccf556e) (SelectExecutor): Key condition: unknown 2026.04.22 02:13:15.476668 [ 328 ] {39e40875-6599-415a-b9ff-ce34d60b8d4a} AggregatingTransform: Aggregating 2026.04.22 02:13:15.477013 [ 328 ] {39e40875-6599-415a-b9ff-ce34d60b8d4a} Aggregator: Aggregation method: without_key 2026.04.22 02:13:15.477047 [ 328 ] {39e40875-6599-415a-b9ff-ce34d60b8d4a} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00114681 sec. (871.984 rows/sec., 34.06 KiB/sec.) 2026.04.22 02:13:15.477062 [ 328 ] {39e40875-6599-415a-b9ff-ce34d60b8d4a} Aggregator: Merging aggregated data 2026.04.22 02:13:15.478124 [ 286 ] {39e40875-6599-415a-b9ff-ce34d60b8d4a} executeQuery: Read 1 rows, 40.00 B in 0.003064 sec., 326.37075718015666 rows/sec., 12.75 KiB/sec. 2026.04.22 02:13:15.478242 [ 286 ] {39e40875-6599-415a-b9ff-ce34d60b8d4a} TCPHandler: Processed in 0.003435862 sec. 2026.04.22 02:13:15.478391 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.22 02:13:15.478425 [ 3 ] {} TCPHandler: Done processing connection. 2026.04.22 02:13:15.478429 [ 286 ] {} TCP-Session: 26a73ef7-5114-4c62-9922-70803bb86ec9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.478450 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.22 02:13:15.478471 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.22 02:13:15.478492 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.22 02:13:15.478517 [ 288 ] {} TCP-Session: 136e02ab-8a1b-4496-add9-c82da66f46c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.478524 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.22 02:13:15.478545 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.22 02:13:15.478564 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.22 02:13:15.478582 [ 289 ] {} TCP-Session: c422b4b0-3bb5-4750-8aa1-10fc1222b93b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.478604 [ 292 ] {} TCP-Session: 56a82b2b-c9f5-4dcc-b449-2ac76eb5a5f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.478524 [ 290 ] {} TCP-Session: b7ee90da-2461-43c0-a162-58eb7e2b3d53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.478633 [ 294 ] {} TCP-Session: 989499b7-0f98-46e3-b0f0-38765d78e772 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.478507 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.22 02:13:15.478472 [ 3 ] {} TCP-Session: 7615a931-4d8b-47ed-84b1-b43401b967fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.478552 [ 291 ] {} TCP-Session: 27b07920-952a-4227-983a-37b21402cb2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.478799 [ 293 ] {} TCP-Session: 885fd402-5af4-4e24-bb38-a4321733d400 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.540311 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55722 2026.04.22 02:13:15.540417 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:13:15.540444 [ 286 ] {} TCP-Session: eae0f36a-2bee-4311-839a-57d01f168186 Authenticating user 'default' from [fd00:1122:3344:101::e]:55722 2026.04.22 02:13:15.540466 [ 286 ] {} TCP-Session: eae0f36a-2bee-4311-839a-57d01f168186 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.540479 [ 286 ] {} TCP-Session: eae0f36a-2bee-4311-839a-57d01f168186 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.540655 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56830 2026.04.22 02:13:15.540677 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40470 2026.04.22 02:13:15.540681 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34161 2026.04.22 02:13:15.540729 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64263 2026.04.22 02:13:15.540749 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65101 2026.04.22 02:13:15.540763 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:13:15.540779 [ 286 ] {} TCP-Session: eae0f36a-2bee-4311-839a-57d01f168186 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:15.540817 [ 288 ] {} TCP-Session: bb6cc84e-9d67-47ad-80c8-a2357928968b Authenticating user 'default' from [fd00:1122:3344:101::e]:56830 2026.04.22 02:13:15.540763 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:13:15.540835 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:13:15.540853 [ 288 ] {} TCP-Session: bb6cc84e-9d67-47ad-80c8-a2357928968b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.540870 [ 291 ] {} TCP-Session: 0c61a33c-72fb-40a3-9bab-8c9cd4ae8fe7 Authenticating user 'default' from [fd00:1122:3344:101::e]:40470 2026.04.22 02:13:15.540883 [ 294 ] {} TCP-Session: f70f9bea-d727-4424-b36e-3274f81ff216 Authenticating user 'default' from [fd00:1122:3344:101::e]:64263 2026.04.22 02:13:15.540902 [ 291 ] {} TCP-Session: 0c61a33c-72fb-40a3-9bab-8c9cd4ae8fe7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.540886 [ 288 ] {} TCP-Session: bb6cc84e-9d67-47ad-80c8-a2357928968b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.540934 [ 294 ] {} TCP-Session: f70f9bea-d727-4424-b36e-3274f81ff216 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.540938 [ 291 ] {} TCP-Session: 0c61a33c-72fb-40a3-9bab-8c9cd4ae8fe7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.540972 [ 294 ] {} TCP-Session: f70f9bea-d727-4424-b36e-3274f81ff216 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.540975 [ 286 ] {3c40ec66-77e7-4a73-b268-6302038ed009} executeQuery: (from [fd00:1122:3344:101::e]:55722) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.22 02:13:15.540837 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:13:15.540663 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52327 2026.04.22 02:13:15.541071 [ 3 ] {} TCP-Session: 7af2ba38-fa07-4a52-974d-16e7f8e28624 Authenticating user 'default' from [fd00:1122:3344:101::e]:65101 2026.04.22 02:13:15.540720 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56321 2026.04.22 02:13:15.541114 [ 3 ] {} TCP-Session: 7af2ba38-fa07-4a52-974d-16e7f8e28624 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.540711 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61350 2026.04.22 02:13:15.541150 [ 3 ] {} TCP-Session: 7af2ba38-fa07-4a52-974d-16e7f8e28624 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.541168 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:13:15.541147 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:13:15.541218 [ 293 ] {} TCP-Session: 5512e023-4446-471b-b087-5c8048f88587 Authenticating user 'default' from [fd00:1122:3344:101::e]:56321 2026.04.22 02:13:15.540835 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:13:15.541235 [ 289 ] {} TCP-Session: 5391f55b-2a4f-4353-8792-b21664891cca Authenticating user 'default' from [fd00:1122:3344:101::e]:52327 2026.04.22 02:13:15.541255 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:13:15.541280 [ 289 ] {} TCP-Session: 5391f55b-2a4f-4353-8792-b21664891cca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.541277 [ 290 ] {} TCP-Session: 74762807-f827-45ea-9936-8b4686a584f0 Authenticating user 'default' from [fd00:1122:3344:101::e]:34161 2026.04.22 02:13:15.541306 [ 292 ] {} TCP-Session: 410e9278-4a9a-45ae-923b-534591c1e32b Authenticating user 'default' from [fd00:1122:3344:101::e]:61350 2026.04.22 02:13:15.541307 [ 289 ] {} TCP-Session: 5391f55b-2a4f-4353-8792-b21664891cca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.541325 [ 290 ] {} TCP-Session: 74762807-f827-45ea-9936-8b4686a584f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.541343 [ 292 ] {} TCP-Session: 410e9278-4a9a-45ae-923b-534591c1e32b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.541362 [ 290 ] {} TCP-Session: 74762807-f827-45ea-9936-8b4686a584f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.541375 [ 292 ] {} TCP-Session: 410e9278-4a9a-45ae-923b-534591c1e32b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.541257 [ 286 ] {3c40ec66-77e7-4a73-b268-6302038ed009} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.22 02:13:15.541240 [ 293 ] {} TCP-Session: 5512e023-4446-471b-b087-5c8048f88587 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.541460 [ 293 ] {} TCP-Session: 5512e023-4446-471b-b087-5c8048f88587 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.541472 [ 286 ] {3c40ec66-77e7-4a73-b268-6302038ed009} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.22 02:13:15.541766 [ 286 ] {3c40ec66-77e7-4a73-b268-6302038ed009} oximeter.version (735d4eb2-4688-4764-b1e7-cbcb4ccf556e) (SelectExecutor): Key condition: unknown 2026.04.22 02:13:15.542692 [ 319 ] {3c40ec66-77e7-4a73-b268-6302038ed009} AggregatingTransform: Aggregating 2026.04.22 02:13:15.542749 [ 319 ] {3c40ec66-77e7-4a73-b268-6302038ed009} Aggregator: Aggregation method: without_key 2026.04.22 02:13:15.542784 [ 319 ] {3c40ec66-77e7-4a73-b268-6302038ed009} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000922656 sec. (1083.828 rows/sec., 42.34 KiB/sec.) 2026.04.22 02:13:15.542801 [ 319 ] {3c40ec66-77e7-4a73-b268-6302038ed009} Aggregator: Merging aggregated data 2026.04.22 02:13:15.544117 [ 286 ] {3c40ec66-77e7-4a73-b268-6302038ed009} executeQuery: Read 1 rows, 40.00 B in 0.003197 sec., 312.7932436659368 rows/sec., 12.22 KiB/sec. 2026.04.22 02:13:15.544310 [ 286 ] {3c40ec66-77e7-4a73-b268-6302038ed009} TCPHandler: Processed in 0.003666006 sec. 2026.04.22 02:13:15.544446 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.22 02:13:15.544473 [ 286 ] {} TCP-Session: eae0f36a-2bee-4311-839a-57d01f168186 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.544479 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.22 02:13:15.544500 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.22 02:13:15.544530 [ 292 ] {} TCP-Session: 410e9278-4a9a-45ae-923b-534591c1e32b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.544533 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.22 02:13:15.544541 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.22 02:13:15.544568 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.22 02:13:15.544588 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.22 02:13:15.544604 [ 289 ] {} TCP-Session: 5391f55b-2a4f-4353-8792-b21664891cca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.544622 [ 3 ] {} TCPHandler: Done processing connection. 2026.04.22 02:13:15.544641 [ 294 ] {} TCP-Session: f70f9bea-d727-4424-b36e-3274f81ff216 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.544648 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.22 02:13:15.544670 [ 3 ] {} TCP-Session: 7af2ba38-fa07-4a52-974d-16e7f8e28624 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.544623 [ 291 ] {} TCP-Session: 0c61a33c-72fb-40a3-9bab-8c9cd4ae8fe7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.544700 [ 293 ] {} TCP-Session: 5512e023-4446-471b-b087-5c8048f88587 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.544549 [ 288 ] {} TCP-Session: bb6cc84e-9d67-47ad-80c8-a2357928968b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.544588 [ 290 ] {} TCP-Session: 74762807-f827-45ea-9936-8b4686a584f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:13:15.642048 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 11942 2026.04.22 02:13:15.642754 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:15.642818 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:13:15.643407 [ 244 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.04.22 02:13:15.643659 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): 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.22 02:13:15.643836 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11942 2026.04.22 02:13:16.272589 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 2026.04.22 02:13:16.290636 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:16.290703 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. 2026.04.22 02:13:16.296795 [ 243 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.04.22 02:13:16.299321 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): 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.22 02:13:16.304780 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 189 2026.04.22 02:13:18.161145 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 706 2026.04.22 02:13:18.163778 [ 242 ] {} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:18.163821 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. 2026.04.22 02:13:18.165012 [ 242 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.22 02:13:18.165274 [ 242 ] {} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e): 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.22 02:13:18.165535 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 706 2026.04.22 02:13:19.365467 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:19.365820 [ 5 ] {3a046072-f245-4c43-97dc-32e57f7699d4} executeQuery: (from [fd00:1122:3344:101::d]:53150) 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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'oximeter_collector:failed_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.22 02:13:19.366256 [ 5 ] {3a046072-f245-4c43-97dc-32e57f7699d4} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.22 02:13:19.366308 [ 5 ] {3a046072-f245-4c43-97dc-32e57f7699d4} 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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'oximeter_collector:failed_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.22 02:13:19.366581 [ 5 ] {3a046072-f245-4c43-97dc-32e57f7699d4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.22 02:13:19.366654 [ 5 ] {3a046072-f245-4c43-97dc-32e57f7699d4} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.22 02:13:19.366801 [ 5 ] {3a046072-f245-4c43-97dc-32e57f7699d4} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (SelectExecutor): Key condition: (column 0 notIn 39-element set) 2026.04.22 02:13:19.366923 [ 303 ] {3a046072-f245-4c43-97dc-32e57f7699d4} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.22 02:13:19.366951 [ 304 ] {3a046072-f245-4c43-97dc-32e57f7699d4} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.04.22 02:13:19.366923 [ 335 ] {3a046072-f245-4c43-97dc-32e57f7699d4} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.22 02:13:19.366952 [ 333 ] {3a046072-f245-4c43-97dc-32e57f7699d4} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.22 02:13:19.367146 [ 5 ] {3a046072-f245-4c43-97dc-32e57f7699d4} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.04.22 02:13:19.367175 [ 5 ] {3a046072-f245-4c43-97dc-32e57f7699d4} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.22 02:13:19.367264 [ 5 ] {3a046072-f245-4c43-97dc-32e57f7699d4} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.22 02:13:19.367285 [ 5 ] {3a046072-f245-4c43-97dc-32e57f7699d4} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (SelectExecutor): Reading approx. 38 rows with 3 streams 2026.04.22 02:13:19.367323 [ 5 ] {3a046072-f245-4c43-97dc-32e57f7699d4} 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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'oximeter_collector:failed_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.22 02:13:19.367362 [ 5 ] {3a046072-f245-4c43-97dc-32e57f7699d4} 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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'oximeter_collector:failed_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.22 02:13:19.367400 [ 5 ] {3a046072-f245-4c43-97dc-32e57f7699d4} 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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'oximeter_collector:failed_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.22 02:13:19.368268 [ 5 ] {3a046072-f245-4c43-97dc-32e57f7699d4} executeQuery: Read 38 rows, 1.56 KiB in 0.002618 sec., 14514.896867838044 rows/sec., 597.58 KiB/sec. 2026.04.22 02:13:19.368423 [ 5 ] {3a046072-f245-4c43-97dc-32e57f7699d4} TCPHandler: Processed in 0.003102925 sec. 2026.04.22 02:13:19.375148 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:19.375290 [ 5 ] {e147ee43-352b-47f5-a8a0-4d6b8633dfd8} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.04.22 02:13:19.375348 [ 5 ] {e147ee43-352b-47f5-a8a0-4d6b8633dfd8} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.22 02:13:19.375978 [ 5 ] {e147ee43-352b-47f5-a8a0-4d6b8633dfd8} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:19.376036 [ 5 ] {e147ee43-352b-47f5-a8a0-4d6b8633dfd8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. 2026.04.22 02:13:19.376500 [ 5 ] {e147ee43-352b-47f5-a8a0-4d6b8633dfd8} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.22 02:13:19.376695 [ 5 ] {e147ee43-352b-47f5-a8a0-4d6b8633dfd8} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea): 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.22 02:13:19.376840 [ 5 ] {e147ee43-352b-47f5-a8a0-4d6b8633dfd8} executeQuery: Read 1 rows, 106.00 B in 0.001589 sec., 629.3266205160479 rows/sec., 65.15 KiB/sec. 2026.04.22 02:13:19.376881 [ 5 ] {e147ee43-352b-47f5-a8a0-4d6b8633dfd8} TCPHandler: Processed in 0.001797863 sec. 2026.04.22 02:13:19.376994 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:19.377090 [ 5 ] {37661f8c-6c0d-4267-bc71-03c199bb27ca} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.22 02:13:19.377131 [ 5 ] {37661f8c-6c0d-4267-bc71-03c199bb27ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.22 02:13:19.377565 [ 5 ] {37661f8c-6c0d-4267-bc71-03c199bb27ca} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:19.377602 [ 5 ] {37661f8c-6c0d-4267-bc71-03c199bb27ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. 2026.04.22 02:13:19.377916 [ 5 ] {37661f8c-6c0d-4267-bc71-03c199bb27ca} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.04.22 02:13:19.378151 [ 5 ] {37661f8c-6c0d-4267-bc71-03c199bb27ca} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:13:19.378276 [ 5 ] {37661f8c-6c0d-4267-bc71-03c199bb27ca} executeQuery: Read 87 rows, 7.49 KiB in 0.001205 sec., 72199.17012448133 rows/sec., 6.07 MiB/sec. 2026.04.22 02:13:19.378314 [ 5 ] {37661f8c-6c0d-4267-bc71-03c199bb27ca} TCPHandler: Processed in 0.001369584 sec. 2026.04.22 02:13:19.378428 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:19.378523 [ 5 ] {5204bb32-44e7-454a-9346-809700cd5fc1} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.22 02:13:19.378563 [ 5 ] {5204bb32-44e7-454a-9346-809700cd5fc1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.22 02:13:19.378965 [ 5 ] {5204bb32-44e7-454a-9346-809700cd5fc1} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:19.379002 [ 5 ] {5204bb32-44e7-454a-9346-809700cd5fc1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. 2026.04.22 02:13:19.379290 [ 5 ] {5204bb32-44e7-454a-9346-809700cd5fc1} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.04.22 02:13:19.379491 [ 5 ] {5204bb32-44e7-454a-9346-809700cd5fc1} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): 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.22 02:13:19.379616 [ 5 ] {5204bb32-44e7-454a-9346-809700cd5fc1} executeQuery: Read 15 rows, 1.13 KiB in 0.001111 sec., 13501.350135013501 rows/sec., 1015.24 KiB/sec. 2026.04.22 02:13:19.379652 [ 5 ] {5204bb32-44e7-454a-9346-809700cd5fc1} TCPHandler: Processed in 0.001272853 sec. 2026.04.22 02:13:19.379763 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:19.379858 [ 5 ] {ff7cfbe7-8194-4e1c-88d9-50fc55684f03} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.22 02:13:19.379896 [ 5 ] {ff7cfbe7-8194-4e1c-88d9-50fc55684f03} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.22 02:13:19.380268 [ 5 ] {ff7cfbe7-8194-4e1c-88d9-50fc55684f03} oximeter.fields_u32 (a10e9abe-df72-475e-a5a2-b131593a6390): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:19.380304 [ 5 ] {ff7cfbe7-8194-4e1c-88d9-50fc55684f03} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. 2026.04.22 02:13:19.380576 [ 5 ] {ff7cfbe7-8194-4e1c-88d9-50fc55684f03} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.22 02:13:19.380774 [ 5 ] {ff7cfbe7-8194-4e1c-88d9-50fc55684f03} oximeter.fields_u32 (a10e9abe-df72-475e-a5a2-b131593a6390): 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.22 02:13:19.380896 [ 5 ] {ff7cfbe7-8194-4e1c-88d9-50fc55684f03} executeQuery: Read 1 rows, 68.00 B in 0.001057 sec., 946.073793755913 rows/sec., 62.83 KiB/sec. 2026.04.22 02:13:19.380935 [ 5 ] {ff7cfbe7-8194-4e1c-88d9-50fc55684f03} TCPHandler: Processed in 0.001219731 sec. 2026.04.22 02:13:19.381042 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:19.381137 [ 5 ] {7b2ef05a-4306-4c85-a42a-cf48d6b182ef} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.22 02:13:19.381176 [ 5 ] {7b2ef05a-4306-4c85-a42a-cf48d6b182ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.22 02:13:19.381571 [ 5 ] {7b2ef05a-4306-4c85-a42a-cf48d6b182ef} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:19.381607 [ 5 ] {7b2ef05a-4306-4c85-a42a-cf48d6b182ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. 2026.04.22 02:13:19.381912 [ 5 ] {7b2ef05a-4306-4c85-a42a-cf48d6b182ef} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.04.22 02:13:19.382117 [ 5 ] {7b2ef05a-4306-4c85-a42a-cf48d6b182ef} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:13:19.382240 [ 5 ] {7b2ef05a-4306-4c85-a42a-cf48d6b182ef} executeQuery: Read 79 rows, 6.32 KiB in 0.001121 sec., 70472.79214986619 rows/sec., 5.50 MiB/sec. 2026.04.22 02:13:19.382278 [ 5 ] {7b2ef05a-4306-4c85-a42a-cf48d6b182ef} TCPHandler: Processed in 0.001283583 sec. 2026.04.22 02:13:19.382406 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:19.382500 [ 5 ] {1af689cb-fa2a-4108-8874-14654f4f1e68} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.22 02:13:19.382542 [ 5 ] {1af689cb-fa2a-4108-8874-14654f4f1e68} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.22 02:13:19.382939 [ 5 ] {1af689cb-fa2a-4108-8874-14654f4f1e68} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:19.382974 [ 5 ] {1af689cb-fa2a-4108-8874-14654f4f1e68} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. 2026.04.22 02:13:19.383317 [ 5 ] {1af689cb-fa2a-4108-8874-14654f4f1e68} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.04.22 02:13:19.383533 [ 5 ] {1af689cb-fa2a-4108-8874-14654f4f1e68} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:13:19.383659 [ 5 ] {1af689cb-fa2a-4108-8874-14654f4f1e68} executeQuery: Read 160 rows, 11.41 KiB in 0.001176 sec., 136054.42176870749 rows/sec., 9.48 MiB/sec. 2026.04.22 02:13:19.383698 [ 5 ] {1af689cb-fa2a-4108-8874-14654f4f1e68} TCPHandler: Processed in 0.001342494 sec. 2026.04.22 02:13:19.383823 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:19.383921 [ 5 ] {e2f17b30-f9cf-457f-88f7-8ad7fa4a2701} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.22 02:13:19.383965 [ 5 ] {e2f17b30-f9cf-457f-88f7-8ad7fa4a2701} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.22 02:13:19.384288 [ 5 ] {e2f17b30-f9cf-457f-88f7-8ad7fa4a2701} oximeter.measurements_f64 (7a190270-854f-4c76-a3b9-5781cffe71c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:19.384322 [ 5 ] {e2f17b30-f9cf-457f-88f7-8ad7fa4a2701} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. 2026.04.22 02:13:19.384614 [ 5 ] {e2f17b30-f9cf-457f-88f7-8ad7fa4a2701} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.22 02:13:19.384822 [ 5 ] {e2f17b30-f9cf-457f-88f7-8ad7fa4a2701} oximeter.measurements_f64 (7a190270-854f-4c76-a3b9-5781cffe71c1): 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.22 02:13:19.384942 [ 5 ] {e2f17b30-f9cf-457f-88f7-8ad7fa4a2701} executeQuery: Read 1 rows, 65.00 B in 0.001039 sec., 962.4639076034649 rows/sec., 61.09 KiB/sec. 2026.04.22 02:13:19.384978 [ 5 ] {e2f17b30-f9cf-457f-88f7-8ad7fa4a2701} TCPHandler: Processed in 0.001204552 sec. 2026.04.22 02:13:19.385090 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:19.385197 [ 5 ] {36f9e24d-7294-4466-911a-8562b4cf30be} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.22 02:13:19.385267 [ 5 ] {36f9e24d-7294-4466-911a-8562b4cf30be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.22 02:13:19.386152 [ 5 ] {36f9e24d-7294-4466-911a-8562b4cf30be} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:19.386191 [ 5 ] {36f9e24d-7294-4466-911a-8562b4cf30be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. 2026.04.22 02:13:19.386766 [ 5 ] {36f9e24d-7294-4466-911a-8562b4cf30be} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.04.22 02:13:19.387003 [ 5 ] {36f9e24d-7294-4466-911a-8562b4cf30be} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): 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.22 02:13:19.387151 [ 5 ] {36f9e24d-7294-4466-911a-8562b4cf30be} executeQuery: Read 15 rows, 27.52 KiB in 0.001975 sec., 7594.936708860759 rows/sec., 13.61 MiB/sec. 2026.04.22 02:13:19.387213 [ 5 ] {36f9e24d-7294-4466-911a-8562b4cf30be} TCPHandler: Processed in 0.002177889 sec. 2026.04.22 02:13:19.387339 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:19.387436 [ 5 ] {e832d5f3-d0ed-4824-becc-a1ee5cd61c92} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.22 02:13:19.387479 [ 5 ] {e832d5f3-d0ed-4824-becc-a1ee5cd61c92} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.22 02:13:19.387836 [ 5 ] {e832d5f3-d0ed-4824-becc-a1ee5cd61c92} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:19.387871 [ 5 ] {e832d5f3-d0ed-4824-becc-a1ee5cd61c92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. 2026.04.22 02:13:19.388178 [ 5 ] {e832d5f3-d0ed-4824-becc-a1ee5cd61c92} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.04.22 02:13:19.388394 [ 5 ] {e832d5f3-d0ed-4824-becc-a1ee5cd61c92} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:13:19.388519 [ 5 ] {e832d5f3-d0ed-4824-becc-a1ee5cd61c92} executeQuery: Read 60 rows, 4.14 KiB in 0.001102 sec., 54446.4609800363 rows/sec., 3.67 MiB/sec. 2026.04.22 02:13:19.388555 [ 5 ] {e832d5f3-d0ed-4824-becc-a1ee5cd61c92} TCPHandler: Processed in 0.001265353 sec. 2026.04.22 02:13:23.049040 [ 67 ] {} DNSResolver: Updating DNS cache 2026.04.22 02:13:23.049109 [ 67 ] {} DNSResolver: Updated DNS cache 2026.04.22 02:13:23.144030 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 12454 2026.04.22 02:13:23.144840 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:23.144902 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. 2026.04.22 02:13:23.145400 [ 244 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.04.22 02:13:23.145626 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): 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.22 02:13:23.145754 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12454 2026.04.22 02:13:23.145756 [ 67 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.04.22 02:13:23.145820 [ 67 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:23.145843 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. 2026.04.22 02:13:23.145935 [ 200 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::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.22 02:13:23.146022 [ 200 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:13:23.146052 [ 200 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::all_1_26_5} MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 10022 rows starting from the beginning of the part 2026.04.22 02:13:23.146107 [ 200 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::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.22 02:13:23.146150 [ 200 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::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.22 02:13:23.146190 [ 200 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::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.22 02:13:23.146227 [ 200 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::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.22 02:13:23.146273 [ 200 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::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.22 02:13:23.150644 [ 198 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 12454 rows, containing 4 columns (4 merged, 0 gathered) in 0.004742565 sec., 2626005.1259181476 rows/sec., 37.57 MiB/sec. 2026.04.22 02:13:23.151132 [ 199 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.04.22 02:13:23.151472 [ 199 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::all_1_26_5} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): 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.22 02:13:23.151550 [ 199 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::all_1_26_5} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.04.22 02:13:23.151665 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB. 2026.04.22 02:13:23.804960 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 2026.04.22 02:13:23.822013 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:23.822056 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. 2026.04.22 02:13:23.827596 [ 243 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.04.22 02:13:23.828271 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): 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.22 02:13:23.828556 [ 67 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.04.22 02:13:23.828597 [ 67 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:23.828617 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. 2026.04.22 02:13:23.828796 [ 194 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::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.22 02:13:23.831235 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 196 2026.04.22 02:13:23.833043 [ 194 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:13:23.834403 [ 194 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::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.22 02:13:23.838855 [ 194 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::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.22 02:13:23.843259 [ 194 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::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.22 02:13:23.847520 [ 194 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::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.22 02:13:23.851669 [ 194 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::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.22 02:13:23.855614 [ 194 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::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.22 02:13:23.906425 [ 194 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.077707941 sec., 2522.264745117877 rows/sec., 13.04 MiB/sec. 2026.04.22 02:13:23.907987 [ 194 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.04.22 02:13:23.909573 [ 194 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::all_1_26_5} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): 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.22 02:13:23.909660 [ 194 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::all_1_26_5} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.04.22 02:13:23.910983 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.09 MiB. 2026.04.22 02:13:24.000307 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 261.42 MiB, peak 271.96 MiB, free memory in arenas 0.00 B, will set to 265.71 MiB (RSS), difference: 4.29 MiB 2026.04.22 02:13:24.372198 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:24.372379 [ 5 ] {06c345c2-61ce-4c60-b8c2-de52c4dfeaaf} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.22 02:13:24.372442 [ 5 ] {06c345c2-61ce-4c60-b8c2-de52c4dfeaaf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.22 02:13:24.373094 [ 5 ] {06c345c2-61ce-4c60-b8c2-de52c4dfeaaf} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:24.373131 [ 5 ] {06c345c2-61ce-4c60-b8c2-de52c4dfeaaf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. 2026.04.22 02:13:24.373545 [ 5 ] {06c345c2-61ce-4c60-b8c2-de52c4dfeaaf} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.04.22 02:13:24.373779 [ 5 ] {06c345c2-61ce-4c60-b8c2-de52c4dfeaaf} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:13:24.373906 [ 68 ] {} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.04.22 02:13:24.373931 [ 5 ] {06c345c2-61ce-4c60-b8c2-de52c4dfeaaf} executeQuery: Read 108 rows, 9.31 KiB in 0.001603 sec., 67373.67436057392 rows/sec., 5.67 MiB/sec. 2026.04.22 02:13:24.373951 [ 68 ] {} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:24.373974 [ 5 ] {06c345c2-61ce-4c60-b8c2-de52c4dfeaaf} TCPHandler: Processed in 0.001901455 sec. 2026.04.22 02:13:24.373973 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. 2026.04.22 02:13:24.374066 [ 200 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::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.22 02:13:24.374099 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:24.374160 [ 200 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:13:24.374190 [ 200 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2616 rows starting from the beginning of the part 2026.04.22 02:13:24.374195 [ 5 ] {0668552d-e5cc-420b-8901-5e4796fd2c55} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.22 02:13:24.374239 [ 5 ] {0668552d-e5cc-420b-8901-5e4796fd2c55} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.22 02:13:24.374248 [ 200 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 108 rows starting from the beginning of the part 2026.04.22 02:13:24.374293 [ 200 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 86 rows starting from the beginning of the part 2026.04.22 02:13:24.374334 [ 200 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 108 rows starting from the beginning of the part 2026.04.22 02:13:24.374375 [ 200 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 87 rows starting from the beginning of the part 2026.04.22 02:13:24.374416 [ 200 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 108 rows starting from the beginning of the part 2026.04.22 02:13:24.374653 [ 5 ] {0668552d-e5cc-420b-8901-5e4796fd2c55} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:24.374689 [ 5 ] {0668552d-e5cc-420b-8901-5e4796fd2c55} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. 2026.04.22 02:13:24.375017 [ 5 ] {0668552d-e5cc-420b-8901-5e4796fd2c55} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.04.22 02:13:24.375246 [ 5 ] {0668552d-e5cc-420b-8901-5e4796fd2c55} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): 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.22 02:13:24.375374 [ 5 ] {0668552d-e5cc-420b-8901-5e4796fd2c55} executeQuery: Read 26 rows, 1.96 KiB in 0.001197 sec., 21720.969089390142 rows/sec., 1.60 MiB/sec. 2026.04.22 02:13:24.375413 [ 5 ] {0668552d-e5cc-420b-8901-5e4796fd2c55} TCPHandler: Processed in 0.001365564 sec. 2026.04.22 02:13:24.375530 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:24.375626 [ 5 ] {bdd6d89b-12ee-4601-bb72-34cfbcb13f50} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.22 02:13:24.375648 [ 198 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 3113 rows, containing 5 columns (5 merged, 0 gathered) in 0.001612219 sec., 1930879.1175392424 rows/sec., 155.45 MiB/sec. 2026.04.22 02:13:24.375667 [ 5 ] {bdd6d89b-12ee-4601-bb72-34cfbcb13f50} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.22 02:13:24.375956 [ 200 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.04.22 02:13:24.376114 [ 5 ] {bdd6d89b-12ee-4601-bb72-34cfbcb13f50} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:24.376149 [ 5 ] {bdd6d89b-12ee-4601-bb72-34cfbcb13f50} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. 2026.04.22 02:13:24.376185 [ 200 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_41_8} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:13:24.376246 [ 200 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_41_8} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.04.22 02:13:24.376302 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. 2026.04.22 02:13:24.376450 [ 5 ] {bdd6d89b-12ee-4601-bb72-34cfbcb13f50} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.04.22 02:13:24.376669 [ 5 ] {bdd6d89b-12ee-4601-bb72-34cfbcb13f50} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:13:24.376775 [ 68 ] {} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.04.22 02:13:24.376792 [ 5 ] {bdd6d89b-12ee-4601-bb72-34cfbcb13f50} executeQuery: Read 90 rows, 7.20 KiB in 0.001184 sec., 76013.51351351352 rows/sec., 5.94 MiB/sec. 2026.04.22 02:13:24.376804 [ 68 ] {} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:24.376829 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. 2026.04.22 02:13:24.376838 [ 5 ] {bdd6d89b-12ee-4601-bb72-34cfbcb13f50} TCPHandler: Processed in 0.001357685 sec. 2026.04.22 02:13:24.376903 [ 192 ] {49c16442-6a08-4771-a070-99aeff5a276e::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.22 02:13:24.376961 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:24.377001 [ 192 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:13:24.377030 [ 192 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1403 rows starting from the beginning of the part 2026.04.22 02:13:24.377056 [ 5 ] {8276e5bc-dde3-4ae9-b72e-6582cc3a0898} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.22 02:13:24.377085 [ 192 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 90 rows starting from the beginning of the part 2026.04.22 02:13:24.377099 [ 5 ] {8276e5bc-dde3-4ae9-b72e-6582cc3a0898} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.22 02:13:24.377132 [ 192 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 79 rows starting from the beginning of the part 2026.04.22 02:13:24.377175 [ 192 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 90 rows starting from the beginning of the part 2026.04.22 02:13:24.377215 [ 192 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 79 rows starting from the beginning of the part 2026.04.22 02:13:24.377257 [ 192 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 90 rows starting from the beginning of the part 2026.04.22 02:13:24.377499 [ 5 ] {8276e5bc-dde3-4ae9-b72e-6582cc3a0898} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:24.377534 [ 5 ] {8276e5bc-dde3-4ae9-b72e-6582cc3a0898} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. 2026.04.22 02:13:24.377890 [ 5 ] {8276e5bc-dde3-4ae9-b72e-6582cc3a0898} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.04.22 02:13:24.378098 [ 5 ] {8276e5bc-dde3-4ae9-b72e-6582cc3a0898} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:13:24.378158 [ 200 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 1831 rows, containing 5 columns (5 merged, 0 gathered) in 0.001289933 sec., 1419453.568518675 rows/sec., 105.21 MiB/sec. 2026.04.22 02:13:24.378188 [ 68 ] {} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.04.22 02:13:24.378214 [ 68 ] {} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:24.378224 [ 5 ] {8276e5bc-dde3-4ae9-b72e-6582cc3a0898} executeQuery: Read 160 rows, 11.41 KiB in 0.001186 sec., 134907.25126475547 rows/sec., 9.40 MiB/sec. 2026.04.22 02:13:24.378229 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. 2026.04.22 02:13:24.378261 [ 5 ] {8276e5bc-dde3-4ae9-b72e-6582cc3a0898} TCPHandler: Processed in 0.001348624 sec. 2026.04.22 02:13:24.378306 [ 192 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.04.22 02:13:24.378355 [ 198 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::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.22 02:13:24.378376 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:24.378483 [ 5 ] {82aace0e-b7ae-4b64-b667-de5be99b8a0a} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.22 02:13:24.378522 [ 198 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:13:24.378537 [ 5 ] {82aace0e-b7ae-4b64-b667-de5be99b8a0a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.22 02:13:24.378546 [ 192 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_41_8} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:13:24.378567 [ 198 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_41_8} MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 13907 rows starting from the beginning of the part 2026.04.22 02:13:24.378610 [ 192 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_41_8} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.04.22 02:13:24.378643 [ 198 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::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.22 02:13:24.378682 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. 2026.04.22 02:13:24.378698 [ 198 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::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.22 02:13:24.378755 [ 198 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 160 rows starting from the beginning of the part 2026.04.22 02:13:24.378801 [ 198 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 160 rows starting from the beginning of the part 2026.04.22 02:13:24.378855 [ 198 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::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.22 02:13:24.379341 [ 5 ] {82aace0e-b7ae-4b64-b667-de5be99b8a0a} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:24.379382 [ 5 ] {82aace0e-b7ae-4b64-b667-de5be99b8a0a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. 2026.04.22 02:13:24.379938 [ 5 ] {82aace0e-b7ae-4b64-b667-de5be99b8a0a} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.04.22 02:13:24.380164 [ 5 ] {82aace0e-b7ae-4b64-b667-de5be99b8a0a} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): 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.22 02:13:24.380306 [ 5 ] {82aace0e-b7ae-4b64-b667-de5be99b8a0a} executeQuery: Read 26 rows, 47.71 KiB in 0.001841 sec., 14122.759369907659 rows/sec., 25.31 MiB/sec. 2026.04.22 02:13:24.380361 [ 5 ] {82aace0e-b7ae-4b64-b667-de5be99b8a0a} TCPHandler: Processed in 0.002034397 sec. 2026.04.22 02:13:24.380482 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:24.380580 [ 5 ] {7d8e6c8f-e081-432d-baf7-a64b5d486aad} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.22 02:13:24.380623 [ 5 ] {7d8e6c8f-e081-432d-baf7-a64b5d486aad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.22 02:13:24.380966 [ 5 ] {7d8e6c8f-e081-432d-baf7-a64b5d486aad} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:24.381002 [ 5 ] {7d8e6c8f-e081-432d-baf7-a64b5d486aad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. 2026.04.22 02:13:24.381337 [ 5 ] {7d8e6c8f-e081-432d-baf7-a64b5d486aad} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.04.22 02:13:24.381545 [ 5 ] {7d8e6c8f-e081-432d-baf7-a64b5d486aad} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:13:24.381662 [ 63 ] {} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.04.22 02:13:24.381675 [ 5 ] {7d8e6c8f-e081-432d-baf7-a64b5d486aad} executeQuery: Read 60 rows, 4.14 KiB in 0.001114 sec., 53859.964093357274 rows/sec., 3.63 MiB/sec. 2026.04.22 02:13:24.381725 [ 63 ] {} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:24.381735 [ 5 ] {7d8e6c8f-e081-432d-baf7-a64b5d486aad} TCPHandler: Processed in 0.001302093 sec. 2026.04.22 02:13:24.381754 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. 2026.04.22 02:13:24.381855 [ 195 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::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.22 02:13:24.381991 [ 195 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:13:24.382029 [ 195 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1848 rows starting from the beginning of the part 2026.04.22 02:13:24.382097 [ 195 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::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.22 02:13:24.382145 [ 195 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::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.22 02:13:24.382187 [ 195 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 60 rows starting from the beginning of the part 2026.04.22 02:13:24.382227 [ 195 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 60 rows starting from the beginning of the part 2026.04.22 02:13:24.382267 [ 195 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::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.22 02:13:24.383385 [ 196 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 14707 rows, containing 5 columns (5 merged, 0 gathered) in 0.005104312 sec., 2881289.3882662347 rows/sec., 186.88 MiB/sec. 2026.04.22 02:13:24.383422 [ 198 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 2148 rows, containing 4 columns (4 merged, 0 gathered) in 0.001611698 sec., 1332755.8885101303 rows/sec., 89.82 MiB/sec. 2026.04.22 02:13:24.383763 [ 202 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.04.22 02:13:24.383879 [ 192 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.04.22 02:13:24.384170 [ 202 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_41_8} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:13:24.384210 [ 192 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_41_8} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:13:24.384286 [ 202 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_41_8} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.04.22 02:13:24.384288 [ 192 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_41_8} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.04.22 02:13:24.384385 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.70 MiB. 2026.04.22 02:13:24.384431 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. 2026.04.22 02:13:25.001122 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 266.29 MiB, peak 275.55 MiB, free memory in arenas 0.00 B, will set to 267.96 MiB (RSS), difference: 1.67 MiB 2026.04.22 02:13:26.353051 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:26.353227 [ 5 ] {2d501bd9-c6ae-4141-8847-6c95864a140d} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.22 02:13:26.353292 [ 5 ] {2d501bd9-c6ae-4141-8847-6c95864a140d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.22 02:13:26.353912 [ 5 ] {2d501bd9-c6ae-4141-8847-6c95864a140d} oximeter.fields_i16 (cb937fce-9af2-4ed4-8a2c-50f4b7db9b7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:26.353961 [ 5 ] {2d501bd9-c6ae-4141-8847-6c95864a140d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. 2026.04.22 02:13:26.354376 [ 5 ] {2d501bd9-c6ae-4141-8847-6c95864a140d} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.22 02:13:26.354603 [ 5 ] {2d501bd9-c6ae-4141-8847-6c95864a140d} oximeter.fields_i16 (cb937fce-9af2-4ed4-8a2c-50f4b7db9b7b): 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.22 02:13:26.354753 [ 5 ] {2d501bd9-c6ae-4141-8847-6c95864a140d} executeQuery: Read 24 rows, 2.04 KiB in 0.001576 sec., 15228.426395939086 rows/sec., 1.26 MiB/sec. 2026.04.22 02:13:26.354798 [ 5 ] {2d501bd9-c6ae-4141-8847-6c95864a140d} TCPHandler: Processed in 0.001874454 sec. 2026.04.22 02:13:26.354934 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:26.355032 [ 5 ] {bdc4675a-ac3a-4272-a28e-0d3d26529d3f} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.22 02:13:26.355073 [ 5 ] {bdc4675a-ac3a-4272-a28e-0d3d26529d3f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.22 02:13:26.355479 [ 5 ] {bdc4675a-ac3a-4272-a28e-0d3d26529d3f} oximeter.fields_ipaddr (478e016b-70a4-416f-a4c0-90b63b47c331): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:26.355516 [ 5 ] {bdc4675a-ac3a-4272-a28e-0d3d26529d3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. 2026.04.22 02:13:26.355830 [ 5 ] {bdc4675a-ac3a-4272-a28e-0d3d26529d3f} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.22 02:13:26.356035 [ 5 ] {bdc4675a-ac3a-4272-a28e-0d3d26529d3f} oximeter.fields_ipaddr (478e016b-70a4-416f-a4c0-90b63b47c331): 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.22 02:13:26.356160 [ 5 ] {bdc4675a-ac3a-4272-a28e-0d3d26529d3f} executeQuery: Read 16 rows, 1.32 KiB in 0.001148 sec., 13937.282229965158 rows/sec., 1.12 MiB/sec. 2026.04.22 02:13:26.356198 [ 5 ] {bdc4675a-ac3a-4272-a28e-0d3d26529d3f} TCPHandler: Processed in 0.001313534 sec. 2026.04.22 02:13:26.356315 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:26.356410 [ 5 ] {08a2546f-1e74-4b4b-8a5e-b2839e76711b} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.22 02:13:26.356449 [ 5 ] {08a2546f-1e74-4b4b-8a5e-b2839e76711b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.22 02:13:26.357971 [ 5 ] {08a2546f-1e74-4b4b-8a5e-b2839e76711b} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:26.358007 [ 5 ] {08a2546f-1e74-4b4b-8a5e-b2839e76711b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. 2026.04.22 02:13:26.358521 [ 5 ] {08a2546f-1e74-4b4b-8a5e-b2839e76711b} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.04.22 02:13:26.358737 [ 5 ] {08a2546f-1e74-4b4b-8a5e-b2839e76711b} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:13:26.358870 [ 5 ] {08a2546f-1e74-4b4b-8a5e-b2839e76711b} executeQuery: Read 2560 rows, 196.46 KiB in 0.002478 sec., 1033091.2025827279 rows/sec., 77.42 MiB/sec. 2026.04.22 02:13:26.358910 [ 5 ] {08a2546f-1e74-4b4b-8a5e-b2839e76711b} MemoryTracker: Peak memory usage (for query): 4.01 MiB. 2026.04.22 02:13:26.358924 [ 5 ] {08a2546f-1e74-4b4b-8a5e-b2839e76711b} TCPHandler: Processed in 0.002657938 sec. 2026.04.22 02:13:26.359050 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:26.359147 [ 5 ] {ad539e67-0507-47d7-b43c-edd17934973c} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.22 02:13:26.359187 [ 5 ] {ad539e67-0507-47d7-b43c-edd17934973c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.22 02:13:26.359609 [ 5 ] {ad539e67-0507-47d7-b43c-edd17934973c} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:26.359646 [ 5 ] {ad539e67-0507-47d7-b43c-edd17934973c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. 2026.04.22 02:13:26.359954 [ 5 ] {ad539e67-0507-47d7-b43c-edd17934973c} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.04.22 02:13:26.360179 [ 5 ] {ad539e67-0507-47d7-b43c-edd17934973c} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): 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.22 02:13:26.360306 [ 60 ] {} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.04.22 02:13:26.360326 [ 5 ] {ad539e67-0507-47d7-b43c-edd17934973c} executeQuery: Read 52 rows, 3.90 KiB in 0.001197 sec., 43441.938178780285 rows/sec., 3.18 MiB/sec. 2026.04.22 02:13:26.360349 [ 60 ] {} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:26.360370 [ 5 ] {ad539e67-0507-47d7-b43c-edd17934973c} TCPHandler: Processed in 0.001368735 sec. 2026.04.22 02:13:26.360381 [ 60 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. 2026.04.22 02:13:26.360470 [ 192 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::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.22 02:13:26.360501 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:26.360558 [ 192 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:13:26.360588 [ 192 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 82 rows starting from the beginning of the part 2026.04.22 02:13:26.360623 [ 5 ] {0b69f9df-5cb8-456e-86a4-0524f5054f8b} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.22 02:13:26.360646 [ 192 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 15 rows starting from the beginning of the part 2026.04.22 02:13:26.360676 [ 5 ] {0b69f9df-5cb8-456e-86a4-0524f5054f8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.22 02:13:26.360688 [ 192 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 26 rows starting from the beginning of the part 2026.04.22 02:13:26.360729 [ 192 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 15 rows starting from the beginning of the part 2026.04.22 02:13:26.360770 [ 192 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 26 rows starting from the beginning of the part 2026.04.22 02:13:26.360809 [ 192 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 52 rows starting from the beginning of the part 2026.04.22 02:13:26.361499 [ 5 ] {0b69f9df-5cb8-456e-86a4-0524f5054f8b} oximeter.fields_u32 (a10e9abe-df72-475e-a5a2-b131593a6390): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:26.361507 [ 196 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 216 rows, containing 5 columns (5 merged, 0 gathered) in 0.001073019 sec., 201301.18851576722 rows/sec., 15.51 MiB/sec. 2026.04.22 02:13:26.361538 [ 5 ] {0b69f9df-5cb8-456e-86a4-0524f5054f8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. 2026.04.22 02:13:26.361626 [ 192 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.04.22 02:13:26.361867 [ 192 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_36_7} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): 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.22 02:13:26.361906 [ 5 ] {0b69f9df-5cb8-456e-86a4-0524f5054f8b} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.22 02:13:26.361927 [ 192 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_36_7} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.04.22 02:13:26.361981 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2026.04.22 02:13:26.362131 [ 5 ] {0b69f9df-5cb8-456e-86a4-0524f5054f8b} oximeter.fields_u32 (a10e9abe-df72-475e-a5a2-b131593a6390): 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.22 02:13:26.362258 [ 5 ] {0b69f9df-5cb8-456e-86a4-0524f5054f8b} executeQuery: Read 825 rows, 49.42 KiB in 0.00166 sec., 496987.9518072289 rows/sec., 29.07 MiB/sec. 2026.04.22 02:13:26.362297 [ 5 ] {0b69f9df-5cb8-456e-86a4-0524f5054f8b} TCPHandler: Processed in 0.001848373 sec. 2026.04.22 02:13:26.362419 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:26.362514 [ 5 ] {b9c78c3d-86be-4170-b74e-5df03858132b} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.04.22 02:13:26.362554 [ 5 ] {b9c78c3d-86be-4170-b74e-5df03858132b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.04.22 02:13:26.362933 [ 5 ] {b9c78c3d-86be-4170-b74e-5df03858132b} oximeter.fields_u64 (0f018eed-693d-4cbc-960b-b0c41195cfef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:26.362968 [ 5 ] {b9c78c3d-86be-4170-b74e-5df03858132b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. 2026.04.22 02:13:26.363276 [ 5 ] {b9c78c3d-86be-4170-b74e-5df03858132b} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.22 02:13:26.363483 [ 5 ] {b9c78c3d-86be-4170-b74e-5df03858132b} oximeter.fields_u64 (0f018eed-693d-4cbc-960b-b0c41195cfef): 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.22 02:13:26.363631 [ 5 ] {b9c78c3d-86be-4170-b74e-5df03858132b} executeQuery: Read 1 rows, 72.00 B in 0.001135 sec., 881.057268722467 rows/sec., 61.95 KiB/sec. 2026.04.22 02:13:26.363668 [ 5 ] {b9c78c3d-86be-4170-b74e-5df03858132b} TCPHandler: Processed in 0.001298664 sec. 2026.04.22 02:13:26.363791 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:26.363885 [ 5 ] {d90d78a8-6635-4762-8206-c813b63221f6} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.22 02:13:26.363924 [ 5 ] {d90d78a8-6635-4762-8206-c813b63221f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.22 02:13:26.364325 [ 5 ] {d90d78a8-6635-4762-8206-c813b63221f6} oximeter.fields_u8 (0477f4e3-c0c2-460d-b2af-9ce97f919b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:26.364361 [ 5 ] {d90d78a8-6635-4762-8206-c813b63221f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. 2026.04.22 02:13:26.364651 [ 5 ] {d90d78a8-6635-4762-8206-c813b63221f6} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.22 02:13:26.364859 [ 5 ] {d90d78a8-6635-4762-8206-c813b63221f6} oximeter.fields_u8 (0477f4e3-c0c2-460d-b2af-9ce97f919b1c): 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.22 02:13:26.364980 [ 5 ] {d90d78a8-6635-4762-8206-c813b63221f6} executeQuery: Read 12 rows, 960.00 B in 0.001113 sec., 10781.671159029649 rows/sec., 842.32 KiB/sec. 2026.04.22 02:13:26.365018 [ 5 ] {d90d78a8-6635-4762-8206-c813b63221f6} TCPHandler: Processed in 0.001281273 sec. 2026.04.22 02:13:26.365135 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:26.365228 [ 5 ] {a60bd67d-df7c-4149-882c-27036a99b231} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.22 02:13:26.365268 [ 5 ] {a60bd67d-df7c-4149-882c-27036a99b231} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.22 02:13:26.366209 [ 5 ] {a60bd67d-df7c-4149-882c-27036a99b231} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:26.366244 [ 5 ] {a60bd67d-df7c-4149-882c-27036a99b231} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. 2026.04.22 02:13:26.366628 [ 5 ] {a60bd67d-df7c-4149-882c-27036a99b231} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.04.22 02:13:26.366839 [ 5 ] {a60bd67d-df7c-4149-882c-27036a99b231} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:13:26.366965 [ 5 ] {a60bd67d-df7c-4149-882c-27036a99b231} executeQuery: Read 1355 rows, 93.73 KiB in 0.001754 sec., 772519.9543899659 rows/sec., 52.19 MiB/sec. 2026.04.22 02:13:26.367003 [ 5 ] {a60bd67d-df7c-4149-882c-27036a99b231} TCPHandler: Processed in 0.001916924 sec. 2026.04.22 02:13:26.367137 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:26.367231 [ 5 ] {851e3c21-1a23-4ec2-9247-9db15592792f} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.22 02:13:26.367274 [ 5 ] {851e3c21-1a23-4ec2-9247-9db15592792f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.22 02:13:26.367993 [ 5 ] {851e3c21-1a23-4ec2-9247-9db15592792f} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:26.368027 [ 5 ] {851e3c21-1a23-4ec2-9247-9db15592792f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. 2026.04.22 02:13:26.368467 [ 5 ] {851e3c21-1a23-4ec2-9247-9db15592792f} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.04.22 02:13:26.368684 [ 5 ] {851e3c21-1a23-4ec2-9247-9db15592792f} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:13:26.368811 [ 5 ] {851e3c21-1a23-4ec2-9247-9db15592792f} executeQuery: Read 1572 rows, 98.74 KiB in 0.001597 sec., 984345.6480901692 rows/sec., 60.38 MiB/sec. 2026.04.22 02:13:26.368848 [ 5 ] {851e3c21-1a23-4ec2-9247-9db15592792f} TCPHandler: Processed in 0.001760812 sec. 2026.04.22 02:13:26.368997 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:26.369091 [ 5 ] {876b22f5-b5c0-4e7d-bcca-dde87c63b041} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.22 02:13:26.369145 [ 5 ] {876b22f5-b5c0-4e7d-bcca-dde87c63b041} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.22 02:13:26.369984 [ 5 ] {876b22f5-b5c0-4e7d-bcca-dde87c63b041} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:26.370019 [ 5 ] {876b22f5-b5c0-4e7d-bcca-dde87c63b041} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. 2026.04.22 02:13:26.370548 [ 5 ] {876b22f5-b5c0-4e7d-bcca-dde87c63b041} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.04.22 02:13:26.370775 [ 5 ] {876b22f5-b5c0-4e7d-bcca-dde87c63b041} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): 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.22 02:13:26.370871 [ 60 ] {} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.04.22 02:13:26.370900 [ 60 ] {} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:26.370913 [ 5 ] {876b22f5-b5c0-4e7d-bcca-dde87c63b041} executeQuery: Read 24 rows, 44.04 KiB in 0.001839 sec., 13050.570962479609 rows/sec., 23.39 MiB/sec. 2026.04.22 02:13:26.370917 [ 60 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. 2026.04.22 02:13:26.370965 [ 5 ] {876b22f5-b5c0-4e7d-bcca-dde87c63b041} TCPHandler: Processed in 0.002017406 sec. 2026.04.22 02:13:26.371044 [ 198 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::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.22 02:13:26.371089 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:26.371188 [ 5 ] {5e05c618-f54e-4859-9f63-dd4ce483d1de} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.22 02:13:26.371231 [ 5 ] {5e05c618-f54e-4859-9f63-dd4ce483d1de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.22 02:13:26.371326 [ 198 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:13:26.371409 [ 198 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 625 rows starting from the beginning of the part 2026.04.22 02:13:26.371561 [ 198 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 15 rows starting from the beginning of the part 2026.04.22 02:13:26.371580 [ 5 ] {5e05c618-f54e-4859-9f63-dd4ce483d1de} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:26.371619 [ 5 ] {5e05c618-f54e-4859-9f63-dd4ce483d1de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. 2026.04.22 02:13:26.371688 [ 198 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 26 rows starting from the beginning of the part 2026.04.22 02:13:26.371806 [ 198 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 15 rows starting from the beginning of the part 2026.04.22 02:13:26.371919 [ 198 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 26 rows starting from the beginning of the part 2026.04.22 02:13:26.371942 [ 5 ] {5e05c618-f54e-4859-9f63-dd4ce483d1de} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.04.22 02:13:26.372025 [ 198 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 24 rows starting from the beginning of the part 2026.04.22 02:13:26.372178 [ 5 ] {5e05c618-f54e-4859-9f63-dd4ce483d1de} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:13:26.372314 [ 5 ] {5e05c618-f54e-4859-9f63-dd4ce483d1de} executeQuery: Read 24 rows, 1.66 KiB in 0.001145 sec., 20960.69868995633 rows/sec., 1.41 MiB/sec. 2026.04.22 02:13:26.372353 [ 5 ] {5e05c618-f54e-4859-9f63-dd4ce483d1de} TCPHandler: Processed in 0.001313373 sec. 2026.04.22 02:13:26.376864 [ 196 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 731 rows, containing 19 columns (19 merged, 0 gathered) in 0.005881656 sec., 124284.72525424813 rows/sec., 222.71 MiB/sec. 2026.04.22 02:13:26.377842 [ 198 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.04.22 02:13:26.378174 [ 198 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_36_7} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): 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.22 02:13:26.378247 [ 198 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_36_7} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.04.22 02:13:26.378344 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.61 MiB. 2026.04.22 02:13:27.000187 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 268.84 MiB, peak 276.41 MiB, free memory in arenas 0.00 B, will set to 270.92 MiB (RSS), difference: 2.08 MiB 2026.04.22 02:13:28.165722 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 760 2026.04.22 02:13:28.168704 [ 242 ] {} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:28.168741 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. 2026.04.22 02:13:28.169994 [ 242 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.22 02:13:28.170259 [ 242 ] {} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e): 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.22 02:13:28.170516 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 760 2026.04.22 02:13:29.367543 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:29.367736 [ 5 ] {b8b1dfcf-4e01-44bf-9f24-975ce3423e26} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.22 02:13:29.367811 [ 5 ] {b8b1dfcf-4e01-44bf-9f24-975ce3423e26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.22 02:13:29.368544 [ 5 ] {b8b1dfcf-4e01-44bf-9f24-975ce3423e26} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:29.368599 [ 5 ] {b8b1dfcf-4e01-44bf-9f24-975ce3423e26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. 2026.04.22 02:13:29.369012 [ 5 ] {b8b1dfcf-4e01-44bf-9f24-975ce3423e26} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.04.22 02:13:29.369279 [ 5 ] {b8b1dfcf-4e01-44bf-9f24-975ce3423e26} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:13:29.369442 [ 5 ] {b8b1dfcf-4e01-44bf-9f24-975ce3423e26} executeQuery: Read 56 rows, 4.41 KiB in 0.00176 sec., 31818.181818181816 rows/sec., 2.44 MiB/sec. 2026.04.22 02:13:29.369495 [ 5 ] {b8b1dfcf-4e01-44bf-9f24-975ce3423e26} TCPHandler: Processed in 0.002076628 sec. 2026.04.22 02:13:29.369626 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:29.369731 [ 5 ] {3a4444f1-b00d-4244-87cf-55982a184863} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.22 02:13:29.369774 [ 5 ] {3a4444f1-b00d-4244-87cf-55982a184863} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.22 02:13:29.370217 [ 5 ] {3a4444f1-b00d-4244-87cf-55982a184863} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:29.370254 [ 5 ] {3a4444f1-b00d-4244-87cf-55982a184863} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. 2026.04.22 02:13:29.370577 [ 5 ] {3a4444f1-b00d-4244-87cf-55982a184863} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.04.22 02:13:29.370789 [ 5 ] {3a4444f1-b00d-4244-87cf-55982a184863} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:13:29.370920 [ 5 ] {3a4444f1-b00d-4244-87cf-55982a184863} executeQuery: Read 64 rows, 5.12 KiB in 0.001213 sec., 52761.74773289365 rows/sec., 4.12 MiB/sec. 2026.04.22 02:13:29.370959 [ 5 ] {3a4444f1-b00d-4244-87cf-55982a184863} TCPHandler: Processed in 0.001386125 sec. 2026.04.22 02:13:29.371083 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:29.371180 [ 5 ] {eda4b703-8016-4748-9470-c7a271ced45f} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.22 02:13:29.371225 [ 5 ] {eda4b703-8016-4748-9470-c7a271ced45f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.22 02:13:29.371606 [ 5 ] {eda4b703-8016-4748-9470-c7a271ced45f} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:29.371642 [ 5 ] {eda4b703-8016-4748-9470-c7a271ced45f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. 2026.04.22 02:13:29.371987 [ 5 ] {eda4b703-8016-4748-9470-c7a271ced45f} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.04.22 02:13:29.372195 [ 5 ] {eda4b703-8016-4748-9470-c7a271ced45f} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:13:29.372322 [ 5 ] {eda4b703-8016-4748-9470-c7a271ced45f} executeQuery: Read 96 rows, 6.85 KiB in 0.001161 sec., 82687.33850129199 rows/sec., 5.76 MiB/sec. 2026.04.22 02:13:29.372359 [ 5 ] {eda4b703-8016-4748-9470-c7a271ced45f} TCPHandler: Processed in 0.001325254 sec. 2026.04.22 02:13:29.372477 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:29.372574 [ 5 ] {9f14a333-74ca-476f-98b7-1b3569ef7659} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.22 02:13:29.372615 [ 5 ] {9f14a333-74ca-476f-98b7-1b3569ef7659} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.22 02:13:29.372944 [ 5 ] {9f14a333-74ca-476f-98b7-1b3569ef7659} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:29.372977 [ 5 ] {9f14a333-74ca-476f-98b7-1b3569ef7659} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. 2026.04.22 02:13:29.373274 [ 5 ] {9f14a333-74ca-476f-98b7-1b3569ef7659} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.04.22 02:13:29.373493 [ 5 ] {9f14a333-74ca-476f-98b7-1b3569ef7659} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:13:29.373615 [ 5 ] {9f14a333-74ca-476f-98b7-1b3569ef7659} executeQuery: Read 36 rows, 2.48 KiB in 0.001115 sec., 32286.995515695064 rows/sec., 2.18 MiB/sec. 2026.04.22 02:13:29.373660 [ 5 ] {9f14a333-74ca-476f-98b7-1b3569ef7659} TCPHandler: Processed in 0.001289183 sec. 2026.04.22 02:13:30.645844 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 12902 2026.04.22 02:13:30.646416 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:30.646544 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. 2026.04.22 02:13:30.647067 [ 244 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.04.22 02:13:30.647310 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): 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.22 02:13:30.647454 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12902 2026.04.22 02:13:31.331303 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 2026.04.22 02:13:31.347015 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:31.347079 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. 2026.04.22 02:13:31.352695 [ 243 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.04.22 02:13:31.353418 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): 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.22 02:13:31.356178 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 204 2026.04.22 02:13:31.656327 [ 50 ] {} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.04.22 02:13:31.656392 [ 50 ] {} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:31.656413 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. 2026.04.22 02:13:31.656526 [ 196 ] {04635565-06c2-47dd-975f-5db786b9a1ea::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.22 02:13:31.656824 [ 196 ] {04635565-06c2-47dd-975f-5db786b9a1ea::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:13:31.656861 [ 196 ] {04635565-06c2-47dd-975f-5db786b9a1ea::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 26 rows starting from the beginning of the part 2026.04.22 02:13:31.656936 [ 196 ] {04635565-06c2-47dd-975f-5db786b9a1ea::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 3 rows starting from the beginning of the part 2026.04.22 02:13:31.656993 [ 196 ] {04635565-06c2-47dd-975f-5db786b9a1ea::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 9 rows starting from the beginning of the part 2026.04.22 02:13:31.657046 [ 196 ] {04635565-06c2-47dd-975f-5db786b9a1ea::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.22 02:13:31.657114 [ 196 ] {04635565-06c2-47dd-975f-5db786b9a1ea::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.22 02:13:31.658555 [ 188 ] {04635565-06c2-47dd-975f-5db786b9a1ea::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 6 columns (6 merged, 0 gathered) in 0.002082467 sec., 19207.987449500997 rows/sec., 3.87 MiB/sec. 2026.04.22 02:13:31.658719 [ 188 ] {04635565-06c2-47dd-975f-5db786b9a1ea::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.04.22 02:13:31.659114 [ 188 ] {04635565-06c2-47dd-975f-5db786b9a1ea::all_1_5_1} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea): 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.22 02:13:31.659192 [ 188 ] {04635565-06c2-47dd-975f-5db786b9a1ea::all_1_5_1} oximeter.timeseries_schema (04635565-06c2-47dd-975f-5db786b9a1ea) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.04.22 02:13:31.659273 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2026.04.22 02:13:34.372724 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:34.372990 [ 5 ] {9f626e5b-1347-4ef6-9708-e21094f81cf8} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.22 02:13:34.373055 [ 5 ] {9f626e5b-1347-4ef6-9708-e21094f81cf8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.22 02:13:34.373692 [ 5 ] {9f626e5b-1347-4ef6-9708-e21094f81cf8} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:34.373729 [ 5 ] {9f626e5b-1347-4ef6-9708-e21094f81cf8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. 2026.04.22 02:13:34.374124 [ 5 ] {9f626e5b-1347-4ef6-9708-e21094f81cf8} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.04.22 02:13:34.374353 [ 5 ] {9f626e5b-1347-4ef6-9708-e21094f81cf8} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:13:34.374504 [ 5 ] {9f626e5b-1347-4ef6-9708-e21094f81cf8} executeQuery: Read 108 rows, 9.31 KiB in 0.001562 sec., 69142.12548015364 rows/sec., 5.82 MiB/sec. 2026.04.22 02:13:34.374546 [ 5 ] {9f626e5b-1347-4ef6-9708-e21094f81cf8} TCPHandler: Processed in 0.002003666 sec. 2026.04.22 02:13:34.374667 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:34.374763 [ 5 ] {a98c8277-1211-4d88-9bd6-3085a2ec0d99} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.22 02:13:34.374804 [ 5 ] {a98c8277-1211-4d88-9bd6-3085a2ec0d99} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.22 02:13:34.375205 [ 5 ] {a98c8277-1211-4d88-9bd6-3085a2ec0d99} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:34.375240 [ 5 ] {a98c8277-1211-4d88-9bd6-3085a2ec0d99} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. 2026.04.22 02:13:34.375547 [ 5 ] {a98c8277-1211-4d88-9bd6-3085a2ec0d99} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.04.22 02:13:34.375756 [ 5 ] {a98c8277-1211-4d88-9bd6-3085a2ec0d99} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): 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.22 02:13:34.375884 [ 5 ] {a98c8277-1211-4d88-9bd6-3085a2ec0d99} executeQuery: Read 26 rows, 1.96 KiB in 0.001139 sec., 22827.0412642669 rows/sec., 1.68 MiB/sec. 2026.04.22 02:13:34.375925 [ 5 ] {a98c8277-1211-4d88-9bd6-3085a2ec0d99} TCPHandler: Processed in 0.001309363 sec. 2026.04.22 02:13:34.376029 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:34.376123 [ 5 ] {8cb7f654-d387-46fd-985d-b2f5c6583269} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.22 02:13:34.376164 [ 5 ] {8cb7f654-d387-46fd-985d-b2f5c6583269} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.22 02:13:34.376576 [ 5 ] {8cb7f654-d387-46fd-985d-b2f5c6583269} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:34.376611 [ 5 ] {8cb7f654-d387-46fd-985d-b2f5c6583269} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. 2026.04.22 02:13:34.376903 [ 5 ] {8cb7f654-d387-46fd-985d-b2f5c6583269} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.04.22 02:13:34.377110 [ 5 ] {8cb7f654-d387-46fd-985d-b2f5c6583269} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:13:34.377234 [ 5 ] {8cb7f654-d387-46fd-985d-b2f5c6583269} executeQuery: Read 90 rows, 7.20 KiB in 0.001128 sec., 79787.23404255319 rows/sec., 6.23 MiB/sec. 2026.04.22 02:13:34.377271 [ 5 ] {8cb7f654-d387-46fd-985d-b2f5c6583269} TCPHandler: Processed in 0.001291893 sec. 2026.04.22 02:13:34.377388 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:34.377484 [ 5 ] {0f0fcf45-2caf-4df0-990d-6eeb98402226} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.22 02:13:34.377527 [ 5 ] {0f0fcf45-2caf-4df0-990d-6eeb98402226} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.22 02:13:34.377941 [ 5 ] {0f0fcf45-2caf-4df0-990d-6eeb98402226} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:34.377975 [ 5 ] {0f0fcf45-2caf-4df0-990d-6eeb98402226} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. 2026.04.22 02:13:34.378303 [ 5 ] {0f0fcf45-2caf-4df0-990d-6eeb98402226} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.04.22 02:13:34.378510 [ 5 ] {0f0fcf45-2caf-4df0-990d-6eeb98402226} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:13:34.378636 [ 5 ] {0f0fcf45-2caf-4df0-990d-6eeb98402226} executeQuery: Read 160 rows, 11.41 KiB in 0.00117 sec., 136752.13675213675 rows/sec., 9.52 MiB/sec. 2026.04.22 02:13:34.378673 [ 5 ] {0f0fcf45-2caf-4df0-990d-6eeb98402226} TCPHandler: Processed in 0.001334634 sec. 2026.04.22 02:13:34.378774 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:34.378870 [ 5 ] {401938c5-ba77-4074-b718-e26b0879204c} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.22 02:13:34.378927 [ 5 ] {401938c5-ba77-4074-b718-e26b0879204c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.22 02:13:34.379696 [ 5 ] {401938c5-ba77-4074-b718-e26b0879204c} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:34.379731 [ 5 ] {401938c5-ba77-4074-b718-e26b0879204c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. 2026.04.22 02:13:34.380224 [ 5 ] {401938c5-ba77-4074-b718-e26b0879204c} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.04.22 02:13:34.380439 [ 5 ] {401938c5-ba77-4074-b718-e26b0879204c} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): 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.22 02:13:34.380562 [ 5 ] {401938c5-ba77-4074-b718-e26b0879204c} executeQuery: Read 26 rows, 47.71 KiB in 0.001756 sec., 14806.37813211845 rows/sec., 26.53 MiB/sec. 2026.04.22 02:13:34.380611 [ 5 ] {401938c5-ba77-4074-b718-e26b0879204c} TCPHandler: Processed in 0.001934855 sec. 2026.04.22 02:13:34.380721 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:34.380811 [ 5 ] {6d824a2e-ddd3-42a8-ba41-fc796d9d890a} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.22 02:13:34.380917 [ 5 ] {6d824a2e-ddd3-42a8-ba41-fc796d9d890a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.22 02:13:34.381257 [ 5 ] {6d824a2e-ddd3-42a8-ba41-fc796d9d890a} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:34.381291 [ 5 ] {6d824a2e-ddd3-42a8-ba41-fc796d9d890a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. 2026.04.22 02:13:34.381590 [ 5 ] {6d824a2e-ddd3-42a8-ba41-fc796d9d890a} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.04.22 02:13:34.381798 [ 5 ] {6d824a2e-ddd3-42a8-ba41-fc796d9d890a} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:13:34.381924 [ 5 ] {6d824a2e-ddd3-42a8-ba41-fc796d9d890a} executeQuery: Read 60 rows, 4.14 KiB in 0.001069 sec., 56127.22170252572 rows/sec., 3.78 MiB/sec. 2026.04.22 02:13:34.381960 [ 5 ] {6d824a2e-ddd3-42a8-ba41-fc796d9d890a} TCPHandler: Processed in 0.001231842 sec. 2026.04.22 02:13:38.049153 [ 37 ] {} DNSResolver: Updating DNS cache 2026.04.22 02:13:38.049218 [ 37 ] {} DNSResolver: Updated DNS cache 2026.04.22 02:13:38.147584 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 13414 2026.04.22 02:13:38.148131 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:38.148169 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. 2026.04.22 02:13:38.148637 [ 244 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.04.22 02:13:38.148925 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): 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.22 02:13:38.149063 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13414 2026.04.22 02:13:38.170908 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 780 2026.04.22 02:13:38.173081 [ 242 ] {} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:38.173132 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. 2026.04.22 02:13:38.174318 [ 242 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.22 02:13:38.174591 [ 242 ] {} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e): 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.22 02:13:38.174874 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 780 2026.04.22 02:13:38.856324 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 2026.04.22 02:13:38.871946 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:38.872012 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. 2026.04.22 02:13:38.877824 [ 243 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.04.22 02:13:38.878539 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): 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.22 02:13:38.881168 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 211 2026.04.22 02:13:39.372570 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:39.372767 [ 5 ] {6b38c2f6-166a-4760-9059-2e4c0ee5a633} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.22 02:13:39.372838 [ 5 ] {6b38c2f6-166a-4760-9059-2e4c0ee5a633} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.22 02:13:39.373563 [ 5 ] {6b38c2f6-166a-4760-9059-2e4c0ee5a633} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:39.373600 [ 5 ] {6b38c2f6-166a-4760-9059-2e4c0ee5a633} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. 2026.04.22 02:13:39.374032 [ 5 ] {6b38c2f6-166a-4760-9059-2e4c0ee5a633} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.04.22 02:13:39.374266 [ 5 ] {6b38c2f6-166a-4760-9059-2e4c0ee5a633} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:13:39.374423 [ 5 ] {6b38c2f6-166a-4760-9059-2e4c0ee5a633} executeQuery: Read 86 rows, 7.40 KiB in 0.00171 sec., 50292.397660818715 rows/sec., 4.22 MiB/sec. 2026.04.22 02:13:39.374465 [ 5 ] {6b38c2f6-166a-4760-9059-2e4c0ee5a633} TCPHandler: Processed in 0.002030436 sec. 2026.04.22 02:13:39.374591 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:39.374687 [ 5 ] {420a62d9-f3ee-4416-bd6f-74d0db411b63} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.22 02:13:39.374729 [ 5 ] {420a62d9-f3ee-4416-bd6f-74d0db411b63} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.22 02:13:39.375125 [ 5 ] {420a62d9-f3ee-4416-bd6f-74d0db411b63} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:39.375159 [ 5 ] {420a62d9-f3ee-4416-bd6f-74d0db411b63} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. 2026.04.22 02:13:39.375461 [ 5 ] {420a62d9-f3ee-4416-bd6f-74d0db411b63} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.04.22 02:13:39.375681 [ 5 ] {420a62d9-f3ee-4416-bd6f-74d0db411b63} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): 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.22 02:13:39.375811 [ 5 ] {420a62d9-f3ee-4416-bd6f-74d0db411b63} executeQuery: Read 15 rows, 1.13 KiB in 0.001143 sec., 13123.359580052494 rows/sec., 986.82 KiB/sec. 2026.04.22 02:13:39.375848 [ 5 ] {420a62d9-f3ee-4416-bd6f-74d0db411b63} TCPHandler: Processed in 0.001308583 sec. 2026.04.22 02:13:39.375950 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:39.376044 [ 5 ] {a382e9da-1395-4690-8576-cdf19a2c21cb} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.22 02:13:39.376084 [ 5 ] {a382e9da-1395-4690-8576-cdf19a2c21cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.22 02:13:39.376507 [ 5 ] {a382e9da-1395-4690-8576-cdf19a2c21cb} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:39.376541 [ 5 ] {a382e9da-1395-4690-8576-cdf19a2c21cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. 2026.04.22 02:13:39.376843 [ 5 ] {a382e9da-1395-4690-8576-cdf19a2c21cb} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.04.22 02:13:39.377050 [ 5 ] {a382e9da-1395-4690-8576-cdf19a2c21cb} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:13:39.377184 [ 5 ] {a382e9da-1395-4690-8576-cdf19a2c21cb} executeQuery: Read 79 rows, 6.32 KiB in 0.001158 sec., 68221.07081174439 rows/sec., 5.33 MiB/sec. 2026.04.22 02:13:39.377231 [ 5 ] {a382e9da-1395-4690-8576-cdf19a2c21cb} TCPHandler: Processed in 0.001330184 sec. 2026.04.22 02:13:39.377342 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:39.377436 [ 5 ] {9ce36bb2-b866-4161-a633-f7343af540bd} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.22 02:13:39.377479 [ 5 ] {9ce36bb2-b866-4161-a633-f7343af540bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.22 02:13:39.377882 [ 5 ] {9ce36bb2-b866-4161-a633-f7343af540bd} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:39.377916 [ 5 ] {9ce36bb2-b866-4161-a633-f7343af540bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. 2026.04.22 02:13:39.378279 [ 5 ] {9ce36bb2-b866-4161-a633-f7343af540bd} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.04.22 02:13:39.378556 [ 5 ] {9ce36bb2-b866-4161-a633-f7343af540bd} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:13:39.378713 [ 5 ] {9ce36bb2-b866-4161-a633-f7343af540bd} executeQuery: Read 160 rows, 11.41 KiB in 0.001295 sec., 123552.12355212356 rows/sec., 8.61 MiB/sec. 2026.04.22 02:13:39.378756 [ 5 ] {9ce36bb2-b866-4161-a633-f7343af540bd} TCPHandler: Processed in 0.001461896 sec. 2026.04.22 02:13:39.378870 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:39.378966 [ 5 ] {f111c0db-65ff-4b6f-815e-a8defe9e6ac0} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.22 02:13:39.379060 [ 5 ] {f111c0db-65ff-4b6f-815e-a8defe9e6ac0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.22 02:13:39.379844 [ 5 ] {f111c0db-65ff-4b6f-815e-a8defe9e6ac0} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:39.379878 [ 5 ] {f111c0db-65ff-4b6f-815e-a8defe9e6ac0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. 2026.04.22 02:13:39.380418 [ 5 ] {f111c0db-65ff-4b6f-815e-a8defe9e6ac0} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.04.22 02:13:39.380638 [ 5 ] {f111c0db-65ff-4b6f-815e-a8defe9e6ac0} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): 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.22 02:13:39.380783 [ 5 ] {f111c0db-65ff-4b6f-815e-a8defe9e6ac0} executeQuery: Read 15 rows, 27.52 KiB in 0.001835 sec., 8174.386920980926 rows/sec., 14.65 MiB/sec. 2026.04.22 02:13:39.380837 [ 5 ] {f111c0db-65ff-4b6f-815e-a8defe9e6ac0} TCPHandler: Processed in 0.002021386 sec. 2026.04.22 02:13:39.380952 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:39.381047 [ 5 ] {a72851a0-84f5-4cad-9bac-5d2c7addabc0} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.22 02:13:39.381090 [ 5 ] {a72851a0-84f5-4cad-9bac-5d2c7addabc0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.22 02:13:39.381428 [ 5 ] {a72851a0-84f5-4cad-9bac-5d2c7addabc0} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:39.381462 [ 5 ] {a72851a0-84f5-4cad-9bac-5d2c7addabc0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. 2026.04.22 02:13:39.381898 [ 5 ] {a72851a0-84f5-4cad-9bac-5d2c7addabc0} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.04.22 02:13:39.382195 [ 5 ] {a72851a0-84f5-4cad-9bac-5d2c7addabc0} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:13:39.382349 [ 5 ] {a72851a0-84f5-4cad-9bac-5d2c7addabc0} executeQuery: Read 60 rows, 4.14 KiB in 0.001321 sec., 45420.136260408784 rows/sec., 3.06 MiB/sec. 2026.04.22 02:13:39.382385 [ 5 ] {a72851a0-84f5-4cad-9bac-5d2c7addabc0} TCPHandler: Processed in 0.001482597 sec. 2026.04.22 02:13:44.372545 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:44.372800 [ 5 ] {748fbbd5-7acc-44ee-b4c3-b3171f057ee7} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.22 02:13:44.372891 [ 5 ] {748fbbd5-7acc-44ee-b4c3-b3171f057ee7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.22 02:13:44.373598 [ 5 ] {748fbbd5-7acc-44ee-b4c3-b3171f057ee7} oximeter.fields_ipaddr (478e016b-70a4-416f-a4c0-90b63b47c331): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:44.373650 [ 5 ] {748fbbd5-7acc-44ee-b4c3-b3171f057ee7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. 2026.04.22 02:13:44.374039 [ 5 ] {748fbbd5-7acc-44ee-b4c3-b3171f057ee7} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.22 02:13:44.374268 [ 5 ] {748fbbd5-7acc-44ee-b4c3-b3171f057ee7} oximeter.fields_ipaddr (478e016b-70a4-416f-a4c0-90b63b47c331): 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.22 02:13:44.374437 [ 5 ] {748fbbd5-7acc-44ee-b4c3-b3171f057ee7} executeQuery: Read 2 rows, 167.00 B in 0.001701 sec., 1175.7789535567313 rows/sec., 95.88 KiB/sec. 2026.04.22 02:13:44.374488 [ 5 ] {748fbbd5-7acc-44ee-b4c3-b3171f057ee7} TCPHandler: Processed in 0.002098728 sec. 2026.04.22 02:13:44.374642 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:44.374747 [ 5 ] {8c183b23-8c9b-4c87-a8d5-c695a4c07e9a} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.22 02:13:44.374791 [ 5 ] {8c183b23-8c9b-4c87-a8d5-c695a4c07e9a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.22 02:13:44.375235 [ 5 ] {8c183b23-8c9b-4c87-a8d5-c695a4c07e9a} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:44.375273 [ 5 ] {8c183b23-8c9b-4c87-a8d5-c695a4c07e9a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. 2026.04.22 02:13:44.375610 [ 5 ] {8c183b23-8c9b-4c87-a8d5-c695a4c07e9a} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.04.22 02:13:44.375824 [ 5 ] {8c183b23-8c9b-4c87-a8d5-c695a4c07e9a} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:13:44.375944 [ 106 ] {} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.04.22 02:13:44.375955 [ 5 ] {8c183b23-8c9b-4c87-a8d5-c695a4c07e9a} executeQuery: Read 109 rows, 9.38 KiB in 0.001231 sec., 88545.8976441917 rows/sec., 7.44 MiB/sec. 2026.04.22 02:13:44.376021 [ 106 ] {} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:44.376040 [ 5 ] {8c183b23-8c9b-4c87-a8d5-c695a4c07e9a} TCPHandler: Processed in 0.001450576 sec. 2026.04.22 02:13:44.376049 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. 2026.04.22 02:13:44.376156 [ 196 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::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.22 02:13:44.376176 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:44.376263 [ 196 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:13:44.376279 [ 5 ] {e4e44724-72d6-442d-b109-610acd18d760} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.22 02:13:44.376295 [ 196 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2617 rows starting from the beginning of the part 2026.04.22 02:13:44.376322 [ 5 ] {e4e44724-72d6-442d-b109-610acd18d760} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.22 02:13:44.376361 [ 196 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 2560 rows starting from the beginning of the part 2026.04.22 02:13:44.376412 [ 196 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 56 rows starting from the beginning of the part 2026.04.22 02:13:44.376458 [ 196 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 108 rows starting from the beginning of the part 2026.04.22 02:13:44.376504 [ 196 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 86 rows starting from the beginning of the part 2026.04.22 02:13:44.376549 [ 196 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 109 rows starting from the beginning of the part 2026.04.22 02:13:44.376728 [ 5 ] {e4e44724-72d6-442d-b109-610acd18d760} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:44.376765 [ 5 ] {e4e44724-72d6-442d-b109-610acd18d760} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2026.04.22 02:13:44.377070 [ 5 ] {e4e44724-72d6-442d-b109-610acd18d760} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.04.22 02:13:44.377285 [ 5 ] {e4e44724-72d6-442d-b109-610acd18d760} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): 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.22 02:13:44.377417 [ 5 ] {e4e44724-72d6-442d-b109-610acd18d760} executeQuery: Read 28 rows, 2.09 KiB in 0.001157 sec., 24200.518582541055 rows/sec., 1.77 MiB/sec. 2026.04.22 02:13:44.377456 [ 5 ] {e4e44724-72d6-442d-b109-610acd18d760} TCPHandler: Processed in 0.001329534 sec. 2026.04.22 02:13:44.377572 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:44.377668 [ 5 ] {d19fd106-fadc-47dc-80d1-fdef50e8e89f} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.22 02:13:44.377709 [ 5 ] {d19fd106-fadc-47dc-80d1-fdef50e8e89f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.22 02:13:44.378116 [ 5 ] {d19fd106-fadc-47dc-80d1-fdef50e8e89f} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:44.378151 [ 5 ] {d19fd106-fadc-47dc-80d1-fdef50e8e89f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2026.04.22 02:13:44.378459 [ 5 ] {d19fd106-fadc-47dc-80d1-fdef50e8e89f} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.04.22 02:13:44.378575 [ 187 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 5536 rows, containing 5 columns (5 merged, 0 gathered) in 0.002460324 sec., 2250110.148094316 rows/sec., 178.75 MiB/sec. 2026.04.22 02:13:44.378670 [ 5 ] {d19fd106-fadc-47dc-80d1-fdef50e8e89f} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:13:44.378782 [ 106 ] {} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.04.22 02:13:44.378805 [ 5 ] {d19fd106-fadc-47dc-80d1-fdef50e8e89f} executeQuery: Read 92 rows, 7.36 KiB in 0.001156 sec., 79584.7750865052 rows/sec., 6.22 MiB/sec. 2026.04.22 02:13:44.378820 [ 106 ] {} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:44.378829 [ 196 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.04.22 02:13:44.378850 [ 5 ] {d19fd106-fadc-47dc-80d1-fdef50e8e89f} TCPHandler: Processed in 0.001326994 sec. 2026.04.22 02:13:44.378850 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2026.04.22 02:13:44.378954 [ 198 ] {49c16442-6a08-4771-a070-99aeff5a276e::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.22 02:13:44.378982 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:44.379073 [ 198 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:13:44.379081 [ 5 ] {036138d1-1011-45ba-83a7-d517cf136bde} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.22 02:13:44.379087 [ 196 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_46_9} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:13:44.379114 [ 198 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1403 rows starting from the beginning of the part 2026.04.22 02:13:44.379137 [ 5 ] {036138d1-1011-45ba-83a7-d517cf136bde} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.22 02:13:44.379166 [ 196 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_46_9} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.04.22 02:13:44.379187 [ 198 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1355 rows starting from the beginning of the part 2026.04.22 02:13:44.379233 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. 2026.04.22 02:13:44.379241 [ 198 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 64 rows starting from the beginning of the part 2026.04.22 02:13:44.379296 [ 198 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 90 rows starting from the beginning of the part 2026.04.22 02:13:44.379366 [ 198 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 79 rows starting from the beginning of the part 2026.04.22 02:13:44.379413 [ 198 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 92 rows starting from the beginning of the part 2026.04.22 02:13:44.379549 [ 5 ] {036138d1-1011-45ba-83a7-d517cf136bde} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:44.379591 [ 5 ] {036138d1-1011-45ba-83a7-d517cf136bde} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2026.04.22 02:13:44.379953 [ 5 ] {036138d1-1011-45ba-83a7-d517cf136bde} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.04.22 02:13:44.380192 [ 5 ] {036138d1-1011-45ba-83a7-d517cf136bde} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:13:44.380299 [ 106 ] {} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.04.22 02:13:44.380324 [ 5 ] {036138d1-1011-45ba-83a7-d517cf136bde} executeQuery: Read 161 rows, 11.48 KiB in 0.001261 sec., 127676.44726407614 rows/sec., 8.89 MiB/sec. 2026.04.22 02:13:44.380331 [ 106 ] {} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:44.380364 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2026.04.22 02:13:44.380369 [ 5 ] {036138d1-1011-45ba-83a7-d517cf136bde} TCPHandler: Processed in 0.001438176 sec. 2026.04.22 02:13:44.380428 [ 187 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::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.22 02:13:44.380497 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:44.380525 [ 187 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:13:44.380557 [ 187 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_46_9} MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 14707 rows starting from the beginning of the part 2026.04.22 02:13:44.380596 [ 5 ] {f51f22b6-07c7-4a18-9e84-dd0ab70207be} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.22 02:13:44.380610 [ 187 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1572 rows starting from the beginning of the part 2026.04.22 02:13:44.380658 [ 5 ] {f51f22b6-07c7-4a18-9e84-dd0ab70207be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.22 02:13:44.380664 [ 187 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 96 rows starting from the beginning of the part 2026.04.22 02:13:44.380723 [ 187 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::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.22 02:13:44.380762 [ 187 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::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.22 02:13:44.380762 [ 189 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 3083 rows, containing 5 columns (5 merged, 0 gathered) in 0.001838433 sec., 1676971.6383463526 rows/sec., 121.83 MiB/sec. 2026.04.22 02:13:44.380800 [ 187 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 161 rows starting from the beginning of the part 2026.04.22 02:13:44.381050 [ 186 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.04.22 02:13:44.381380 [ 186 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_46_9} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:13:44.381462 [ 186 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_46_9} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.04.22 02:13:44.381525 [ 5 ] {f51f22b6-07c7-4a18-9e84-dd0ab70207be} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:44.381567 [ 5 ] {f51f22b6-07c7-4a18-9e84-dd0ab70207be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2026.04.22 02:13:44.381574 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. 2026.04.22 02:13:44.382143 [ 5 ] {f51f22b6-07c7-4a18-9e84-dd0ab70207be} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.04.22 02:13:44.382396 [ 5 ] {f51f22b6-07c7-4a18-9e84-dd0ab70207be} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): 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.22 02:13:44.382540 [ 5 ] {f51f22b6-07c7-4a18-9e84-dd0ab70207be} executeQuery: Read 26 rows, 47.71 KiB in 0.001962 sec., 13251.783893985728 rows/sec., 23.75 MiB/sec. 2026.04.22 02:13:44.382606 [ 5 ] {f51f22b6-07c7-4a18-9e84-dd0ab70207be} TCPHandler: Processed in 0.002157828 sec. 2026.04.22 02:13:44.382730 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:44.382826 [ 5 ] {252a8b90-b408-4707-bfcb-309882eab13c} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.22 02:13:44.382867 [ 5 ] {252a8b90-b408-4707-bfcb-309882eab13c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.22 02:13:44.383214 [ 5 ] {252a8b90-b408-4707-bfcb-309882eab13c} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:44.383251 [ 5 ] {252a8b90-b408-4707-bfcb-309882eab13c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2026.04.22 02:13:44.383563 [ 5 ] {252a8b90-b408-4707-bfcb-309882eab13c} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.04.22 02:13:44.383777 [ 5 ] {252a8b90-b408-4707-bfcb-309882eab13c} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:13:44.383881 [ 106 ] {} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.04.22 02:13:44.383905 [ 5 ] {252a8b90-b408-4707-bfcb-309882eab13c} executeQuery: Read 60 rows, 4.14 KiB in 0.001099 sec., 54595.08644222021 rows/sec., 3.68 MiB/sec. 2026.04.22 02:13:44.383911 [ 106 ] {} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:44.383946 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2026.04.22 02:13:44.383949 [ 5 ] {252a8b90-b408-4707-bfcb-309882eab13c} TCPHandler: Processed in 0.001269082 sec. 2026.04.22 02:13:44.384027 [ 198 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::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.22 02:13:44.384132 [ 198 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:13:44.384164 [ 198 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2148 rows starting from the beginning of the part 2026.04.22 02:13:44.384215 [ 198 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 24 rows starting from the beginning of the part 2026.04.22 02:13:44.384260 [ 198 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 36 rows starting from the beginning of the part 2026.04.22 02:13:44.384302 [ 198 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::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.22 02:13:44.384343 [ 198 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::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.22 02:13:44.384386 [ 198 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 60 rows starting from the beginning of the part 2026.04.22 02:13:44.385520 [ 191 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 2388 rows, containing 4 columns (4 merged, 0 gathered) in 0.001520697 sec., 1570332.5514550235 rows/sec., 105.83 MiB/sec. 2026.04.22 02:13:44.385596 [ 187 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 16856 rows, containing 5 columns (5 merged, 0 gathered) in 0.005195073 sec., 3244612.7321021287 rows/sec., 209.91 MiB/sec. 2026.04.22 02:13:44.385778 [ 186 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.04.22 02:13:44.385854 [ 193 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.04.22 02:13:44.386096 [ 186 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_46_9} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:13:44.386192 [ 186 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_46_9} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.04.22 02:13:44.386228 [ 193 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_46_9} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:13:44.386283 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. 2026.04.22 02:13:44.386320 [ 193 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_46_9} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.04.22 02:13:44.386422 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.52 MiB. 2026.04.22 02:13:45.649208 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 13862 2026.04.22 02:13:45.649955 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:45.650039 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. 2026.04.22 02:13:45.650665 [ 244 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.04.22 02:13:45.650911 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): 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.22 02:13:45.651056 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13862 2026.04.22 02:13:46.381310 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 2026.04.22 02:13:46.397284 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:46.397348 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. 2026.04.22 02:13:46.403776 [ 243 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.04.22 02:13:46.404512 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): 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.22 02:13:46.407388 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 219 2026.04.22 02:13:48.175134 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 806 2026.04.22 02:13:48.177368 [ 242 ] {} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:48.177412 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2026.04.22 02:13:48.178566 [ 242 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.22 02:13:48.178826 [ 242 ] {} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e): 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.22 02:13:48.178962 [ 27 ] {} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.04.22 02:13:48.179033 [ 27 ] {} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:48.179057 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2026.04.22 02:13:48.179077 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 806 2026.04.22 02:13:48.179212 [ 189 ] {1c79f4fc-384c-445f-a131-dfb467cc319e::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.22 02:13:48.180187 [ 189 ] {1c79f4fc-384c-445f-a131-dfb467cc319e::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:13:48.180452 [ 189 ] {1c79f4fc-384c-445f-a131-dfb467cc319e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 656 rows starting from the beginning of the part 2026.04.22 02:13:48.180868 [ 189 ] {1c79f4fc-384c-445f-a131-dfb467cc319e::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.22 02:13:48.181234 [ 189 ] {1c79f4fc-384c-445f-a131-dfb467cc319e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 30 rows starting from the beginning of the part 2026.04.22 02:13:48.181583 [ 189 ] {1c79f4fc-384c-445f-a131-dfb467cc319e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 54 rows starting from the beginning of the part 2026.04.22 02:13:48.181932 [ 189 ] {1c79f4fc-384c-445f-a131-dfb467cc319e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 20 rows starting from the beginning of the part 2026.04.22 02:13:48.182278 [ 189 ] {1c79f4fc-384c-445f-a131-dfb467cc319e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 26 rows starting from the beginning of the part 2026.04.22 02:13:48.188547 [ 193 ] {1c79f4fc-384c-445f-a131-dfb467cc319e::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 806 rows, containing 72 columns (72 merged, 0 gathered) in 0.009415788 sec., 85600.90775195873 rows/sec., 71.58 MiB/sec. 2026.04.22 02:13:48.189440 [ 189 ] {1c79f4fc-384c-445f-a131-dfb467cc319e::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.04.22 02:13:48.189964 [ 189 ] {1c79f4fc-384c-445f-a131-dfb467cc319e::all_1_21_4} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e): 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.22 02:13:48.190040 [ 189 ] {1c79f4fc-384c-445f-a131-dfb467cc319e::all_1_21_4} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.04.22 02:13:48.190209 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.29 MiB. 2026.04.22 02:13:49.372280 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:49.372480 [ 5 ] {df9ab06c-875c-4f7c-a2b0-fb852e723aff} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.22 02:13:49.372555 [ 5 ] {df9ab06c-875c-4f7c-a2b0-fb852e723aff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.22 02:13:49.373295 [ 5 ] {df9ab06c-875c-4f7c-a2b0-fb852e723aff} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:49.373357 [ 5 ] {df9ab06c-875c-4f7c-a2b0-fb852e723aff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2026.04.22 02:13:49.373783 [ 5 ] {df9ab06c-875c-4f7c-a2b0-fb852e723aff} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.04.22 02:13:49.374023 [ 5 ] {df9ab06c-875c-4f7c-a2b0-fb852e723aff} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:13:49.374181 [ 5 ] {df9ab06c-875c-4f7c-a2b0-fb852e723aff} executeQuery: Read 86 rows, 7.40 KiB in 0.001755 sec., 49002.849002849005 rows/sec., 4.12 MiB/sec. 2026.04.22 02:13:49.374234 [ 5 ] {df9ab06c-875c-4f7c-a2b0-fb852e723aff} TCPHandler: Processed in 0.002089378 sec. 2026.04.22 02:13:49.374370 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:49.374472 [ 5 ] {bd084384-bde9-4f3f-b960-98e0ae0cae55} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.22 02:13:49.374515 [ 5 ] {bd084384-bde9-4f3f-b960-98e0ae0cae55} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.22 02:13:49.374930 [ 5 ] {bd084384-bde9-4f3f-b960-98e0ae0cae55} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:49.374968 [ 5 ] {bd084384-bde9-4f3f-b960-98e0ae0cae55} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2026.04.22 02:13:49.375278 [ 5 ] {bd084384-bde9-4f3f-b960-98e0ae0cae55} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.04.22 02:13:49.375481 [ 5 ] {bd084384-bde9-4f3f-b960-98e0ae0cae55} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): 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.22 02:13:49.375613 [ 5 ] {bd084384-bde9-4f3f-b960-98e0ae0cae55} executeQuery: Read 15 rows, 1.13 KiB in 0.001165 sec., 12875.536480686695 rows/sec., 968.18 KiB/sec. 2026.04.22 02:13:49.375650 [ 5 ] {bd084384-bde9-4f3f-b960-98e0ae0cae55} TCPHandler: Processed in 0.001331024 sec. 2026.04.22 02:13:49.375759 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:49.375853 [ 5 ] {51d23f48-8e48-4002-8c69-2302f44878d9} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.22 02:13:49.375893 [ 5 ] {51d23f48-8e48-4002-8c69-2302f44878d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.22 02:13:49.376303 [ 5 ] {51d23f48-8e48-4002-8c69-2302f44878d9} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:49.376338 [ 5 ] {51d23f48-8e48-4002-8c69-2302f44878d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2026.04.22 02:13:49.376637 [ 5 ] {51d23f48-8e48-4002-8c69-2302f44878d9} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.04.22 02:13:49.376856 [ 5 ] {51d23f48-8e48-4002-8c69-2302f44878d9} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:13:49.376979 [ 5 ] {51d23f48-8e48-4002-8c69-2302f44878d9} executeQuery: Read 79 rows, 6.32 KiB in 0.001146 sec., 68935.42757417103 rows/sec., 5.38 MiB/sec. 2026.04.22 02:13:49.377016 [ 5 ] {51d23f48-8e48-4002-8c69-2302f44878d9} TCPHandler: Processed in 0.001304064 sec. 2026.04.22 02:13:49.377130 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:49.377222 [ 5 ] {b956a3b7-8775-42cc-861c-eef5ac4cb779} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.22 02:13:49.377265 [ 5 ] {b956a3b7-8775-42cc-861c-eef5ac4cb779} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.22 02:13:49.377650 [ 5 ] {b956a3b7-8775-42cc-861c-eef5ac4cb779} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:49.377686 [ 5 ] {b956a3b7-8775-42cc-861c-eef5ac4cb779} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2026.04.22 02:13:49.378013 [ 5 ] {b956a3b7-8775-42cc-861c-eef5ac4cb779} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.04.22 02:13:49.378241 [ 5 ] {b956a3b7-8775-42cc-861c-eef5ac4cb779} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:13:49.378366 [ 5 ] {b956a3b7-8775-42cc-861c-eef5ac4cb779} executeQuery: Read 160 rows, 11.41 KiB in 0.001162 sec., 137693.63166953527 rows/sec., 9.59 MiB/sec. 2026.04.22 02:13:49.378402 [ 5 ] {b956a3b7-8775-42cc-861c-eef5ac4cb779} TCPHandler: Processed in 0.001319053 sec. 2026.04.22 02:13:49.378513 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:49.378607 [ 5 ] {3bdeeabd-41af-407e-8a39-f592d25f0b44} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.22 02:13:49.378659 [ 5 ] {3bdeeabd-41af-407e-8a39-f592d25f0b44} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.22 02:13:49.379409 [ 5 ] {3bdeeabd-41af-407e-8a39-f592d25f0b44} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:49.379446 [ 5 ] {3bdeeabd-41af-407e-8a39-f592d25f0b44} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2026.04.22 02:13:49.379980 [ 5 ] {3bdeeabd-41af-407e-8a39-f592d25f0b44} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.04.22 02:13:49.380197 [ 5 ] {3bdeeabd-41af-407e-8a39-f592d25f0b44} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): 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.22 02:13:49.380335 [ 5 ] {3bdeeabd-41af-407e-8a39-f592d25f0b44} executeQuery: Read 15 rows, 27.52 KiB in 0.001746 sec., 8591.06529209622 rows/sec., 15.39 MiB/sec. 2026.04.22 02:13:49.380396 [ 5 ] {3bdeeabd-41af-407e-8a39-f592d25f0b44} TCPHandler: Processed in 0.001930194 sec. 2026.04.22 02:13:49.380509 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:49.380602 [ 5 ] {2859c577-7ef9-4e11-8f37-75a600430c39} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.22 02:13:49.380643 [ 5 ] {2859c577-7ef9-4e11-8f37-75a600430c39} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.22 02:13:49.380972 [ 5 ] {2859c577-7ef9-4e11-8f37-75a600430c39} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:49.381008 [ 5 ] {2859c577-7ef9-4e11-8f37-75a600430c39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2026.04.22 02:13:49.381320 [ 5 ] {2859c577-7ef9-4e11-8f37-75a600430c39} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.04.22 02:13:49.381530 [ 5 ] {2859c577-7ef9-4e11-8f37-75a600430c39} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:13:49.381654 [ 5 ] {2859c577-7ef9-4e11-8f37-75a600430c39} executeQuery: Read 60 rows, 4.14 KiB in 0.00107 sec., 56074.766355140186 rows/sec., 3.78 MiB/sec. 2026.04.22 02:13:49.381690 [ 5 ] {2859c577-7ef9-4e11-8f37-75a600430c39} TCPHandler: Processed in 0.001228251 sec. 2026.04.22 02:13:53.049288 [ 118 ] {} DNSResolver: Updating DNS cache 2026.04.22 02:13:53.049387 [ 118 ] {} DNSResolver: Updated DNS cache 2026.04.22 02:13:53.151195 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 14374 2026.04.22 02:13:53.151693 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:53.151727 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2026.04.22 02:13:53.152206 [ 244 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.04.22 02:13:53.152434 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): 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.22 02:13:53.152557 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14374 2026.04.22 02:13:53.907512 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 226 2026.04.22 02:13:53.924095 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:53.924143 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2026.04.22 02:13:53.930367 [ 243 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.04.22 02:13:53.931036 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): 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.22 02:13:53.933804 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 226 2026.04.22 02:13:54.373053 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:54.373253 [ 5 ] {683add17-030f-4686-98ed-eb1dcf71289f} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.22 02:13:54.373327 [ 5 ] {683add17-030f-4686-98ed-eb1dcf71289f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.22 02:13:54.374017 [ 5 ] {683add17-030f-4686-98ed-eb1dcf71289f} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:54.374062 [ 5 ] {683add17-030f-4686-98ed-eb1dcf71289f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2026.04.22 02:13:54.374466 [ 5 ] {683add17-030f-4686-98ed-eb1dcf71289f} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.04.22 02:13:54.374703 [ 5 ] {683add17-030f-4686-98ed-eb1dcf71289f} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:13:54.374860 [ 5 ] {683add17-030f-4686-98ed-eb1dcf71289f} executeQuery: Read 108 rows, 9.31 KiB in 0.00166 sec., 65060.24096385542 rows/sec., 5.47 MiB/sec. 2026.04.22 02:13:54.374912 [ 5 ] {683add17-030f-4686-98ed-eb1dcf71289f} TCPHandler: Processed in 0.001991705 sec. 2026.04.22 02:13:54.375062 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:54.375167 [ 5 ] {e243c401-1db5-472d-8cf6-6a9b84e0a7c9} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.22 02:13:54.375212 [ 5 ] {e243c401-1db5-472d-8cf6-6a9b84e0a7c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.22 02:13:54.375631 [ 5 ] {e243c401-1db5-472d-8cf6-6a9b84e0a7c9} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:54.375668 [ 5 ] {e243c401-1db5-472d-8cf6-6a9b84e0a7c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2026.04.22 02:13:54.376015 [ 5 ] {e243c401-1db5-472d-8cf6-6a9b84e0a7c9} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.04.22 02:13:54.376242 [ 5 ] {e243c401-1db5-472d-8cf6-6a9b84e0a7c9} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): 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.22 02:13:54.376347 [ 104 ] {} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.04.22 02:13:54.376377 [ 5 ] {e243c401-1db5-472d-8cf6-6a9b84e0a7c9} executeQuery: Read 26 rows, 1.96 KiB in 0.001234 sec., 21069.692058346838 rows/sec., 1.55 MiB/sec. 2026.04.22 02:13:54.376385 [ 104 ] {} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:54.376410 [ 104 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2026.04.22 02:13:54.376417 [ 5 ] {e243c401-1db5-472d-8cf6-6a9b84e0a7c9} TCPHandler: Processed in 0.001409035 sec. 2026.04.22 02:13:54.376549 [ 187 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::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.22 02:13:54.376559 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:54.376692 [ 187 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:13:54.376700 [ 5 ] {08001b73-9606-4684-a346-9bf9f5182ce8} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.22 02:13:54.376732 [ 187 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 82 rows starting from the beginning of the part 2026.04.22 02:13:54.376753 [ 5 ] {08001b73-9606-4684-a346-9bf9f5182ce8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.22 02:13:54.376801 [ 187 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 26 rows starting from the beginning of the part 2026.04.22 02:13:54.376850 [ 187 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 15 rows starting from the beginning of the part 2026.04.22 02:13:54.376892 [ 187 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 28 rows starting from the beginning of the part 2026.04.22 02:13:54.376928 [ 187 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 15 rows starting from the beginning of the part 2026.04.22 02:13:54.376968 [ 187 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 26 rows starting from the beginning of the part 2026.04.22 02:13:54.377205 [ 5 ] {08001b73-9606-4684-a346-9bf9f5182ce8} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:54.377247 [ 5 ] {08001b73-9606-4684-a346-9bf9f5182ce8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2026.04.22 02:13:54.377779 [ 189 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 192 rows, containing 5 columns (5 merged, 0 gathered) in 0.001301693 sec., 147500.2170250589 rows/sec., 11.36 MiB/sec. 2026.04.22 02:13:54.377790 [ 5 ] {08001b73-9606-4684-a346-9bf9f5182ce8} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.04.22 02:13:54.377999 [ 191 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.04.22 02:13:54.378072 [ 5 ] {08001b73-9606-4684-a346-9bf9f5182ce8} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:13:54.378220 [ 5 ] {08001b73-9606-4684-a346-9bf9f5182ce8} executeQuery: Read 90 rows, 7.20 KiB in 0.001541 sec., 58403.634003893574 rows/sec., 4.56 MiB/sec. 2026.04.22 02:13:54.378263 [ 5 ] {08001b73-9606-4684-a346-9bf9f5182ce8} TCPHandler: Processed in 0.001762911 sec. 2026.04.22 02:13:54.378343 [ 191 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_41_8} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): 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.22 02:13:54.378395 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:54.378432 [ 191 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_41_8} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.04.22 02:13:54.378498 [ 5 ] {c5df98b4-5dfa-4844-b393-1448ededf058} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.22 02:13:54.378533 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.04.22 02:13:54.378547 [ 5 ] {c5df98b4-5dfa-4844-b393-1448ededf058} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.22 02:13:54.378986 [ 5 ] {c5df98b4-5dfa-4844-b393-1448ededf058} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:54.379022 [ 5 ] {c5df98b4-5dfa-4844-b393-1448ededf058} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2026.04.22 02:13:54.379368 [ 5 ] {c5df98b4-5dfa-4844-b393-1448ededf058} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.04.22 02:13:54.379587 [ 5 ] {c5df98b4-5dfa-4844-b393-1448ededf058} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:13:54.379718 [ 5 ] {c5df98b4-5dfa-4844-b393-1448ededf058} executeQuery: Read 160 rows, 11.41 KiB in 0.001239 sec., 129136.40032284099 rows/sec., 8.99 MiB/sec. 2026.04.22 02:13:54.379755 [ 5 ] {c5df98b4-5dfa-4844-b393-1448ededf058} TCPHandler: Processed in 0.001411065 sec. 2026.04.22 02:13:54.379874 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:54.379970 [ 5 ] {492f8be2-19da-4726-aebd-d15319886f51} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.22 02:13:54.380027 [ 5 ] {492f8be2-19da-4726-aebd-d15319886f51} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.22 02:13:54.380848 [ 5 ] {492f8be2-19da-4726-aebd-d15319886f51} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:54.380882 [ 5 ] {492f8be2-19da-4726-aebd-d15319886f51} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2026.04.22 02:13:54.381514 [ 5 ] {492f8be2-19da-4726-aebd-d15319886f51} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.04.22 02:13:54.381745 [ 5 ] {492f8be2-19da-4726-aebd-d15319886f51} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): 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.22 02:13:54.381855 [ 104 ] {} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.04.22 02:13:54.381890 [ 5 ] {492f8be2-19da-4726-aebd-d15319886f51} executeQuery: Read 26 rows, 47.71 KiB in 0.001937 sec., 13422.818791946309 rows/sec., 24.05 MiB/sec. 2026.04.22 02:13:54.381891 [ 104 ] {} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:54.381922 [ 104 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2026.04.22 02:13:54.381962 [ 5 ] {492f8be2-19da-4726-aebd-d15319886f51} TCPHandler: Processed in 0.002136288 sec. 2026.04.22 02:13:54.382009 [ 191 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::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.22 02:13:54.382084 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:54.382185 [ 5 ] {bae3bb20-d836-44eb-8bd2-b19eb7fd8733} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.22 02:13:54.382228 [ 5 ] {bae3bb20-d836-44eb-8bd2-b19eb7fd8733} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.22 02:13:54.382242 [ 191 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:13:54.382312 [ 191 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 731 rows starting from the beginning of the part 2026.04.22 02:13:54.382449 [ 191 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 26 rows starting from the beginning of the part 2026.04.22 02:13:54.382574 [ 191 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 15 rows starting from the beginning of the part 2026.04.22 02:13:54.382581 [ 5 ] {bae3bb20-d836-44eb-8bd2-b19eb7fd8733} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:54.382623 [ 5 ] {bae3bb20-d836-44eb-8bd2-b19eb7fd8733} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2026.04.22 02:13:54.382670 [ 191 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 26 rows starting from the beginning of the part 2026.04.22 02:13:54.382758 [ 191 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 15 rows starting from the beginning of the part 2026.04.22 02:13:54.382845 [ 191 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 26 rows starting from the beginning of the part 2026.04.22 02:13:54.382945 [ 5 ] {bae3bb20-d836-44eb-8bd2-b19eb7fd8733} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.04.22 02:13:54.383175 [ 5 ] {bae3bb20-d836-44eb-8bd2-b19eb7fd8733} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:13:54.383330 [ 5 ] {bae3bb20-d836-44eb-8bd2-b19eb7fd8733} executeQuery: Read 60 rows, 4.14 KiB in 0.001163 sec., 51590.713671539124 rows/sec., 3.48 MiB/sec. 2026.04.22 02:13:54.383367 [ 5 ] {bae3bb20-d836-44eb-8bd2-b19eb7fd8733} TCPHandler: Processed in 0.001332924 sec. 2026.04.22 02:13:54.396676 [ 189 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 839 rows, containing 19 columns (19 merged, 0 gathered) in 0.014706584 sec., 57049.27806484497 rows/sec., 102.23 MiB/sec. 2026.04.22 02:13:54.397936 [ 190 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.04.22 02:13:54.398296 [ 190 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_41_8} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): 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.22 02:13:54.398379 [ 190 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_41_8} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.04.22 02:13:54.398507 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.66 MiB. 2026.04.22 02:13:55.000253 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 274.88 MiB, peak 282.50 MiB, free memory in arenas 0.00 B, will set to 276.06 MiB (RSS), difference: 1.18 MiB 2026.04.22 02:13:56.353055 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:56.353237 [ 5 ] {c7095e33-6b55-432f-9d18-29cd5f3fa695} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.22 02:13:56.353301 [ 5 ] {c7095e33-6b55-432f-9d18-29cd5f3fa695} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.22 02:13:56.353903 [ 5 ] {c7095e33-6b55-432f-9d18-29cd5f3fa695} oximeter.fields_i16 (cb937fce-9af2-4ed4-8a2c-50f4b7db9b7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:56.353941 [ 5 ] {c7095e33-6b55-432f-9d18-29cd5f3fa695} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2026.04.22 02:13:56.354331 [ 5 ] {c7095e33-6b55-432f-9d18-29cd5f3fa695} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.22 02:13:56.354564 [ 5 ] {c7095e33-6b55-432f-9d18-29cd5f3fa695} oximeter.fields_i16 (cb937fce-9af2-4ed4-8a2c-50f4b7db9b7b): 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.22 02:13:56.354708 [ 5 ] {c7095e33-6b55-432f-9d18-29cd5f3fa695} executeQuery: Read 24 rows, 2.04 KiB in 0.001519 sec., 15799.868334430546 rows/sec., 1.31 MiB/sec. 2026.04.22 02:13:56.354749 [ 5 ] {c7095e33-6b55-432f-9d18-29cd5f3fa695} TCPHandler: Processed in 0.001819403 sec. 2026.04.22 02:13:56.354864 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:56.354962 [ 5 ] {389f5d3d-ab69-4d9e-b554-9ecd062842d3} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.22 02:13:56.355003 [ 5 ] {389f5d3d-ab69-4d9e-b554-9ecd062842d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.22 02:13:56.355392 [ 5 ] {389f5d3d-ab69-4d9e-b554-9ecd062842d3} oximeter.fields_ipaddr (478e016b-70a4-416f-a4c0-90b63b47c331): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:56.355426 [ 5 ] {389f5d3d-ab69-4d9e-b554-9ecd062842d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2026.04.22 02:13:56.355775 [ 5 ] {389f5d3d-ab69-4d9e-b554-9ecd062842d3} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.22 02:13:56.355995 [ 5 ] {389f5d3d-ab69-4d9e-b554-9ecd062842d3} oximeter.fields_ipaddr (478e016b-70a4-416f-a4c0-90b63b47c331): 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.22 02:13:56.356122 [ 5 ] {389f5d3d-ab69-4d9e-b554-9ecd062842d3} executeQuery: Read 2 rows, 167.00 B in 0.001179 sec., 1696.3528413910094 rows/sec., 138.33 KiB/sec. 2026.04.22 02:13:56.356158 [ 5 ] {389f5d3d-ab69-4d9e-b554-9ecd062842d3} TCPHandler: Processed in 0.001344234 sec. 2026.04.22 02:13:56.356268 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:56.356363 [ 5 ] {d1122400-6878-4039-8872-6a22528a9e34} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.22 02:13:56.356403 [ 5 ] {d1122400-6878-4039-8872-6a22528a9e34} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.22 02:13:56.357669 [ 5 ] {d1122400-6878-4039-8872-6a22528a9e34} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:56.357704 [ 5 ] {d1122400-6878-4039-8872-6a22528a9e34} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2026.04.22 02:13:56.358169 [ 5 ] {d1122400-6878-4039-8872-6a22528a9e34} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.04.22 02:13:56.358375 [ 5 ] {d1122400-6878-4039-8872-6a22528a9e34} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:13:56.358495 [ 5 ] {d1122400-6878-4039-8872-6a22528a9e34} executeQuery: Read 2552 rows, 195.85 KiB in 0.002173 sec., 1174413.253566498 rows/sec., 88.02 MiB/sec. 2026.04.22 02:13:56.358529 [ 5 ] {d1122400-6878-4039-8872-6a22528a9e34} TCPHandler: Processed in 0.002338172 sec. 2026.04.22 02:13:56.358633 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:56.358724 [ 5 ] {d929d72a-9f9a-4090-a10a-d3c4731e55ab} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.22 02:13:56.358762 [ 5 ] {d929d72a-9f9a-4090-a10a-d3c4731e55ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.22 02:13:56.359227 [ 5 ] {d929d72a-9f9a-4090-a10a-d3c4731e55ab} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:56.359262 [ 5 ] {d929d72a-9f9a-4090-a10a-d3c4731e55ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2026.04.22 02:13:56.359552 [ 5 ] {d929d72a-9f9a-4090-a10a-d3c4731e55ab} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.04.22 02:13:56.359762 [ 5 ] {d929d72a-9f9a-4090-a10a-d3c4731e55ab} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): 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.22 02:13:56.359891 [ 5 ] {d929d72a-9f9a-4090-a10a-d3c4731e55ab} executeQuery: Read 38 rows, 2.91 KiB in 0.001145 sec., 33187.77292576419 rows/sec., 2.48 MiB/sec. 2026.04.22 02:13:56.359928 [ 5 ] {d929d72a-9f9a-4090-a10a-d3c4731e55ab} TCPHandler: Processed in 0.001308133 sec. 2026.04.22 02:13:56.360034 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:56.360133 [ 5 ] {52ac359f-d27c-4244-affa-d6bdefd72a95} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.22 02:13:56.360174 [ 5 ] {52ac359f-d27c-4244-affa-d6bdefd72a95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.22 02:13:56.360781 [ 5 ] {52ac359f-d27c-4244-affa-d6bdefd72a95} oximeter.fields_u32 (a10e9abe-df72-475e-a5a2-b131593a6390): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:56.360816 [ 5 ] {52ac359f-d27c-4244-affa-d6bdefd72a95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2026.04.22 02:13:56.361141 [ 5 ] {52ac359f-d27c-4244-affa-d6bdefd72a95} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.22 02:13:56.361356 [ 5 ] {52ac359f-d27c-4244-affa-d6bdefd72a95} oximeter.fields_u32 (a10e9abe-df72-475e-a5a2-b131593a6390): 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.22 02:13:56.361482 [ 5 ] {52ac359f-d27c-4244-affa-d6bdefd72a95} executeQuery: Read 825 rows, 49.42 KiB in 0.001372 sec., 601311.9533527697 rows/sec., 35.17 MiB/sec. 2026.04.22 02:13:56.361520 [ 5 ] {52ac359f-d27c-4244-affa-d6bdefd72a95} TCPHandler: Processed in 0.001534758 sec. 2026.04.22 02:13:56.361627 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:56.361758 [ 5 ] {a266e3e4-6ed1-4b18-9ac2-3c50db557475} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.04.22 02:13:56.361808 [ 5 ] {a266e3e4-6ed1-4b18-9ac2-3c50db557475} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.04.22 02:13:56.362198 [ 5 ] {a266e3e4-6ed1-4b18-9ac2-3c50db557475} oximeter.fields_u64 (0f018eed-693d-4cbc-960b-b0c41195cfef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:56.362233 [ 5 ] {a266e3e4-6ed1-4b18-9ac2-3c50db557475} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2026.04.22 02:13:56.362524 [ 5 ] {a266e3e4-6ed1-4b18-9ac2-3c50db557475} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.22 02:13:56.362739 [ 5 ] {a266e3e4-6ed1-4b18-9ac2-3c50db557475} oximeter.fields_u64 (0f018eed-693d-4cbc-960b-b0c41195cfef): 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.22 02:13:56.362863 [ 5 ] {a266e3e4-6ed1-4b18-9ac2-3c50db557475} executeQuery: Read 1 rows, 72.00 B in 0.001129 sec., 885.7395925597874 rows/sec., 62.28 KiB/sec. 2026.04.22 02:13:56.362900 [ 5 ] {a266e3e4-6ed1-4b18-9ac2-3c50db557475} TCPHandler: Processed in 0.001323094 sec. 2026.04.22 02:13:56.363009 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:56.363103 [ 5 ] {0af3ac2c-858d-49d1-9110-867159d60a1b} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.22 02:13:56.363143 [ 5 ] {0af3ac2c-858d-49d1-9110-867159d60a1b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.22 02:13:56.363527 [ 5 ] {0af3ac2c-858d-49d1-9110-867159d60a1b} oximeter.fields_u8 (0477f4e3-c0c2-460d-b2af-9ce97f919b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:56.363561 [ 5 ] {0af3ac2c-858d-49d1-9110-867159d60a1b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2026.04.22 02:13:56.363855 [ 5 ] {0af3ac2c-858d-49d1-9110-867159d60a1b} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.22 02:13:56.364071 [ 5 ] {0af3ac2c-858d-49d1-9110-867159d60a1b} oximeter.fields_u8 (0477f4e3-c0c2-460d-b2af-9ce97f919b1c): 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.22 02:13:56.364197 [ 5 ] {0af3ac2c-858d-49d1-9110-867159d60a1b} executeQuery: Read 12 rows, 960.00 B in 0.001112 sec., 10791.366906474821 rows/sec., 843.08 KiB/sec. 2026.04.22 02:13:56.364234 [ 5 ] {0af3ac2c-858d-49d1-9110-867159d60a1b} TCPHandler: Processed in 0.001274173 sec. 2026.04.22 02:13:56.364338 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:56.364442 [ 5 ] {fa49f2ef-8253-4221-9718-95173729a79f} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.22 02:13:56.364483 [ 5 ] {fa49f2ef-8253-4221-9718-95173729a79f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.22 02:13:56.365272 [ 5 ] {fa49f2ef-8253-4221-9718-95173729a79f} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:56.365308 [ 5 ] {fa49f2ef-8253-4221-9718-95173729a79f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2026.04.22 02:13:56.365692 [ 5 ] {fa49f2ef-8253-4221-9718-95173729a79f} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.04.22 02:13:56.365911 [ 5 ] {fa49f2ef-8253-4221-9718-95173729a79f} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:13:56.366044 [ 5 ] {fa49f2ef-8253-4221-9718-95173729a79f} executeQuery: Read 1341 rows, 92.58 KiB in 0.001621 sec., 827267.1190623072 rows/sec., 55.77 MiB/sec. 2026.04.22 02:13:56.366082 [ 5 ] {fa49f2ef-8253-4221-9718-95173729a79f} TCPHandler: Processed in 0.001792843 sec. 2026.04.22 02:13:56.366196 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:56.366310 [ 5 ] {580804e4-8700-42ad-8c21-509499959f07} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.22 02:13:56.366360 [ 5 ] {580804e4-8700-42ad-8c21-509499959f07} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.22 02:13:56.367023 [ 5 ] {580804e4-8700-42ad-8c21-509499959f07} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:56.367059 [ 5 ] {580804e4-8700-42ad-8c21-509499959f07} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2026.04.22 02:13:56.367526 [ 5 ] {580804e4-8700-42ad-8c21-509499959f07} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.04.22 02:13:56.367739 [ 5 ] {580804e4-8700-42ad-8c21-509499959f07} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:13:56.367870 [ 5 ] {580804e4-8700-42ad-8c21-509499959f07} executeQuery: Read 1565 rows, 98.24 KiB in 0.001584 sec., 988005.0505050506 rows/sec., 60.57 MiB/sec. 2026.04.22 02:13:56.367906 [ 5 ] {580804e4-8700-42ad-8c21-509499959f07} TCPHandler: Processed in 0.001768821 sec. 2026.04.22 02:13:56.368022 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:56.368115 [ 5 ] {b374a26f-e8f7-4eef-92fb-c1ad967683f0} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.22 02:13:56.368169 [ 5 ] {b374a26f-e8f7-4eef-92fb-c1ad967683f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.22 02:13:56.368957 [ 5 ] {b374a26f-e8f7-4eef-92fb-c1ad967683f0} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:56.368995 [ 5 ] {b374a26f-e8f7-4eef-92fb-c1ad967683f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2026.04.22 02:13:56.369601 [ 5 ] {b374a26f-e8f7-4eef-92fb-c1ad967683f0} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.04.22 02:13:56.369828 [ 5 ] {b374a26f-e8f7-4eef-92fb-c1ad967683f0} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): 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.22 02:13:56.369969 [ 5 ] {b374a26f-e8f7-4eef-92fb-c1ad967683f0} executeQuery: Read 24 rows, 44.04 KiB in 0.001872 sec., 12820.51282051282 rows/sec., 22.97 MiB/sec. 2026.04.22 02:13:56.370037 [ 5 ] {b374a26f-e8f7-4eef-92fb-c1ad967683f0} TCPHandler: Processed in 0.002064277 sec. 2026.04.22 02:13:56.370151 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:56.370246 [ 5 ] {3ea80c9b-d71c-431d-9e74-e968ed50ac81} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.22 02:13:56.370287 [ 5 ] {3ea80c9b-d71c-431d-9e74-e968ed50ac81} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.22 02:13:56.370644 [ 5 ] {3ea80c9b-d71c-431d-9e74-e968ed50ac81} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:56.370681 [ 5 ] {3ea80c9b-d71c-431d-9e74-e968ed50ac81} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2026.04.22 02:13:56.370992 [ 5 ] {3ea80c9b-d71c-431d-9e74-e968ed50ac81} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.04.22 02:13:56.371210 [ 5 ] {3ea80c9b-d71c-431d-9e74-e968ed50ac81} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:13:56.371336 [ 5 ] {3ea80c9b-d71c-431d-9e74-e968ed50ac81} executeQuery: Read 24 rows, 1.66 KiB in 0.001108 sec., 21660.649819494585 rows/sec., 1.46 MiB/sec. 2026.04.22 02:13:56.371373 [ 5 ] {3ea80c9b-d71c-431d-9e74-e968ed50ac81} TCPHandler: Processed in 0.001272363 sec. 2026.04.22 02:13:58.179317 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 852 2026.04.22 02:13:58.181830 [ 242 ] {} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:58.181873 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2026.04.22 02:13:58.183077 [ 242 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.04.22 02:13:58.183354 [ 242 ] {} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e): 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.22 02:13:58.183685 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 852 2026.04.22 02:13:59.367881 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:59.368076 [ 5 ] {a07570dc-f824-4656-bee4-6d78bb73f7e0} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.22 02:13:59.368145 [ 5 ] {a07570dc-f824-4656-bee4-6d78bb73f7e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.22 02:13:59.368808 [ 5 ] {a07570dc-f824-4656-bee4-6d78bb73f7e0} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:59.368853 [ 5 ] {a07570dc-f824-4656-bee4-6d78bb73f7e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2026.04.22 02:13:59.369246 [ 5 ] {a07570dc-f824-4656-bee4-6d78bb73f7e0} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.04.22 02:13:59.369467 [ 5 ] {a07570dc-f824-4656-bee4-6d78bb73f7e0} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:13:59.369617 [ 5 ] {a07570dc-f824-4656-bee4-6d78bb73f7e0} executeQuery: Read 56 rows, 4.41 KiB in 0.001595 sec., 35109.71786833856 rows/sec., 2.70 MiB/sec. 2026.04.22 02:13:59.369657 [ 5 ] {a07570dc-f824-4656-bee4-6d78bb73f7e0} TCPHandler: Processed in 0.001899444 sec. 2026.04.22 02:13:59.369769 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:59.369861 [ 5 ] {a899121b-57f8-4d69-a8a5-08b1d890baca} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.22 02:13:59.369900 [ 5 ] {a899121b-57f8-4d69-a8a5-08b1d890baca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.22 02:13:59.370325 [ 5 ] {a899121b-57f8-4d69-a8a5-08b1d890baca} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:59.370360 [ 5 ] {a899121b-57f8-4d69-a8a5-08b1d890baca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2026.04.22 02:13:59.370648 [ 5 ] {a899121b-57f8-4d69-a8a5-08b1d890baca} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.04.22 02:13:59.370851 [ 5 ] {a899121b-57f8-4d69-a8a5-08b1d890baca} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:13:59.370973 [ 5 ] {a899121b-57f8-4d69-a8a5-08b1d890baca} executeQuery: Read 64 rows, 5.12 KiB in 0.00113 sec., 56637.16814159293 rows/sec., 4.42 MiB/sec. 2026.04.22 02:13:59.371008 [ 5 ] {a899121b-57f8-4d69-a8a5-08b1d890baca} TCPHandler: Processed in 0.001286873 sec. 2026.04.22 02:13:59.371122 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:59.371217 [ 5 ] {fcb386d2-9828-4dda-90ca-56e8d699c962} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.22 02:13:59.371259 [ 5 ] {fcb386d2-9828-4dda-90ca-56e8d699c962} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.22 02:13:59.371635 [ 5 ] {fcb386d2-9828-4dda-90ca-56e8d699c962} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:59.371669 [ 5 ] {fcb386d2-9828-4dda-90ca-56e8d699c962} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2026.04.22 02:13:59.371988 [ 5 ] {fcb386d2-9828-4dda-90ca-56e8d699c962} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.04.22 02:13:59.372191 [ 5 ] {fcb386d2-9828-4dda-90ca-56e8d699c962} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:13:59.372311 [ 5 ] {fcb386d2-9828-4dda-90ca-56e8d699c962} executeQuery: Read 96 rows, 6.85 KiB in 0.001113 sec., 86253.36927223719 rows/sec., 6.01 MiB/sec. 2026.04.22 02:13:59.372346 [ 5 ] {fcb386d2-9828-4dda-90ca-56e8d699c962} TCPHandler: Processed in 0.001271333 sec. 2026.04.22 02:13:59.372455 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:13:59.372547 [ 5 ] {51bff00c-8abf-48b4-ab7a-83e97fc99bb1} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.22 02:13:59.372587 [ 5 ] {51bff00c-8abf-48b4-ab7a-83e97fc99bb1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.22 02:13:59.372905 [ 5 ] {51bff00c-8abf-48b4-ab7a-83e97fc99bb1} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:13:59.372940 [ 5 ] {51bff00c-8abf-48b4-ab7a-83e97fc99bb1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2026.04.22 02:13:59.373242 [ 5 ] {51bff00c-8abf-48b4-ab7a-83e97fc99bb1} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.04.22 02:13:59.373446 [ 5 ] {51bff00c-8abf-48b4-ab7a-83e97fc99bb1} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:13:59.373568 [ 5 ] {51bff00c-8abf-48b4-ab7a-83e97fc99bb1} executeQuery: Read 36 rows, 2.48 KiB in 0.001038 sec., 34682.08092485549 rows/sec., 2.34 MiB/sec. 2026.04.22 02:13:59.373602 [ 5 ] {51bff00c-8abf-48b4-ab7a-83e97fc99bb1} TCPHandler: Processed in 0.001192991 sec. 2026.04.22 02:14:00.652738 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 14822 2026.04.22 02:14:00.653333 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:00.653386 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2026.04.22 02:14:00.653885 [ 244 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.04.22 02:14:00.654124 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): 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.22 02:14:00.654266 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14822 2026.04.22 02:14:00.654293 [ 38 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.04.22 02:14:00.654372 [ 38 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:00.654396 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2026.04.22 02:14:00.654529 [ 199 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::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.22 02:14:00.654681 [ 199 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:14:00.654725 [ 199 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 12454 rows starting from the beginning of the part 2026.04.22 02:14:00.654798 [ 199 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::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.22 02:14:00.654849 [ 199 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::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.22 02:14:00.654896 [ 199 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::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.22 02:14:00.654935 [ 199 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::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.22 02:14:00.654977 [ 199 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::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.22 02:14:00.656727 [ 189 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 14822 rows, containing 4 columns (4 merged, 0 gathered) in 0.002256181 sec., 6569508.386073635 rows/sec., 93.98 MiB/sec. 2026.04.22 02:14:00.657179 [ 189 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.04.22 02:14:00.657526 [ 189 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::all_1_31_6} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): 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.22 02:14:00.657628 [ 189 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::all_1_31_6} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.04.22 02:14:00.657767 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB. 2026.04.22 02:14:01.433961 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 234 2026.04.22 02:14:01.450918 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:01.450977 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2026.04.22 02:14:01.456447 [ 243 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.04.22 02:14:01.457112 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): 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.22 02:14:01.457427 [ 38 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.04.22 02:14:01.457514 [ 38 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:01.457548 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2026.04.22 02:14:01.457720 [ 197 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::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.22 02:14:01.460121 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 234 2026.04.22 02:14:01.461528 [ 197 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:14:01.463016 [ 197 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::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.22 02:14:01.467633 [ 197 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::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.22 02:14:01.472204 [ 197 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::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.22 02:14:01.476754 [ 197 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::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.22 02:14:01.481059 [ 197 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::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.22 02:14:01.484808 [ 197 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::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.22 02:14:01.540139 [ 199 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.082502887 sec., 2836.264384299667 rows/sec., 14.67 MiB/sec. 2026.04.22 02:14:01.542837 [ 200 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.04.22 02:14:01.544986 [ 200 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::all_1_31_6} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): 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.22 02:14:01.545106 [ 200 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::all_1_31_6} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.04.22 02:14:01.547511 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.10 MiB. 2026.04.22 02:14:02.000199 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 277.16 MiB, peak 287.70 MiB, free memory in arenas 0.00 B, will set to 278.52 MiB (RSS), difference: 1.36 MiB 2026.04.22 02:14:04.372240 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:04.372544 [ 5 ] {7e5c5b8d-92c1-4330-8708-b7d645ff03e4} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.22 02:14:04.372648 [ 5 ] {7e5c5b8d-92c1-4330-8708-b7d645ff03e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.22 02:14:04.373457 [ 5 ] {7e5c5b8d-92c1-4330-8708-b7d645ff03e4} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:04.373504 [ 5 ] {7e5c5b8d-92c1-4330-8708-b7d645ff03e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2026.04.22 02:14:04.373895 [ 5 ] {7e5c5b8d-92c1-4330-8708-b7d645ff03e4} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.04.22 02:14:04.374117 [ 5 ] {7e5c5b8d-92c1-4330-8708-b7d645ff03e4} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:14:04.374278 [ 5 ] {7e5c5b8d-92c1-4330-8708-b7d645ff03e4} executeQuery: Read 108 rows, 9.31 KiB in 0.001812 sec., 59602.649006622516 rows/sec., 5.02 MiB/sec. 2026.04.22 02:14:04.374285 [ 26 ] {} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.04.22 02:14:04.374328 [ 5 ] {7e5c5b8d-92c1-4330-8708-b7d645ff03e4} TCPHandler: Processed in 0.00226854 sec. 2026.04.22 02:14:04.374360 [ 26 ] {} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:04.374390 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2026.04.22 02:14:04.374474 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:04.374527 [ 195 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::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.22 02:14:04.374579 [ 5 ] {dbc8cb3a-c61a-4e4a-a53c-537f97296c20} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.22 02:14:04.374626 [ 5 ] {dbc8cb3a-c61a-4e4a-a53c-537f97296c20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.22 02:14:04.374677 [ 195 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:14:04.374718 [ 195 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2617 rows starting from the beginning of the part 2026.04.22 02:14:04.374792 [ 195 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 86 rows starting from the beginning of the part 2026.04.22 02:14:04.374845 [ 195 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 108 rows starting from the beginning of the part 2026.04.22 02:14:04.374894 [ 195 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 2552 rows starting from the beginning of the part 2026.04.22 02:14:04.374940 [ 195 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::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.22 02:14:04.375000 [ 195 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 108 rows starting from the beginning of the part 2026.04.22 02:14:04.375117 [ 5 ] {dbc8cb3a-c61a-4e4a-a53c-537f97296c20} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:04.375164 [ 5 ] {dbc8cb3a-c61a-4e4a-a53c-537f97296c20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2026.04.22 02:14:04.375727 [ 5 ] {dbc8cb3a-c61a-4e4a-a53c-537f97296c20} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.04.22 02:14:04.375951 [ 5 ] {dbc8cb3a-c61a-4e4a-a53c-537f97296c20} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): 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.22 02:14:04.376086 [ 5 ] {dbc8cb3a-c61a-4e4a-a53c-537f97296c20} executeQuery: Read 26 rows, 1.96 KiB in 0.001531 sec., 16982.36446766819 rows/sec., 1.25 MiB/sec. 2026.04.22 02:14:04.376127 [ 5 ] {dbc8cb3a-c61a-4e4a-a53c-537f97296c20} TCPHandler: Processed in 0.001704831 sec. 2026.04.22 02:14:04.376258 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:04.376357 [ 5 ] {05b74819-3fbb-4b25-ad39-8ad358f79045} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.22 02:14:04.376424 [ 5 ] {05b74819-3fbb-4b25-ad39-8ad358f79045} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.22 02:14:04.376850 [ 5 ] {05b74819-3fbb-4b25-ad39-8ad358f79045} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:04.376885 [ 5 ] {05b74819-3fbb-4b25-ad39-8ad358f79045} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2026.04.22 02:14:04.377021 [ 194 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 5527 rows, containing 5 columns (5 merged, 0 gathered) in 0.002557105 sec., 2161428.6468486823 rows/sec., 171.71 MiB/sec. 2026.04.22 02:14:04.377208 [ 5 ] {05b74819-3fbb-4b25-ad39-8ad358f79045} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.04.22 02:14:04.377383 [ 202 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.04.22 02:14:04.377454 [ 5 ] {05b74819-3fbb-4b25-ad39-8ad358f79045} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:14:04.377575 [ 26 ] {} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.04.22 02:14:04.377594 [ 5 ] {05b74819-3fbb-4b25-ad39-8ad358f79045} executeQuery: Read 90 rows, 7.20 KiB in 0.001258 sec., 71542.13036565977 rows/sec., 5.59 MiB/sec. 2026.04.22 02:14:04.377633 [ 26 ] {} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:04.377651 [ 5 ] {05b74819-3fbb-4b25-ad39-8ad358f79045} TCPHandler: Processed in 0.001445406 sec. 2026.04.22 02:14:04.377657 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2026.04.22 02:14:04.377740 [ 195 ] {49c16442-6a08-4771-a070-99aeff5a276e::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.22 02:14:04.377748 [ 202 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_51_10} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:14:04.377783 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:04.377838 [ 195 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:14:04.377865 [ 202 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_51_10} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.04.22 02:14:04.377868 [ 195 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1403 rows starting from the beginning of the part 2026.04.22 02:14:04.377884 [ 5 ] {3216869d-a4fa-4480-97ca-3f22586d2744} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.22 02:14:04.377935 [ 195 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 79 rows starting from the beginning of the part 2026.04.22 02:14:04.377940 [ 5 ] {3216869d-a4fa-4480-97ca-3f22586d2744} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.22 02:14:04.377984 [ 195 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 90 rows starting from the beginning of the part 2026.04.22 02:14:04.377993 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.06 MiB. 2026.04.22 02:14:04.378033 [ 195 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1341 rows starting from the beginning of the part 2026.04.22 02:14:04.378075 [ 195 ] {49c16442-6a08-4771-a070-99aeff5a276e::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.22 02:14:04.378112 [ 195 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 90 rows starting from the beginning of the part 2026.04.22 02:14:04.378358 [ 5 ] {3216869d-a4fa-4480-97ca-3f22586d2744} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:04.378399 [ 5 ] {3216869d-a4fa-4480-97ca-3f22586d2744} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2026.04.22 02:14:04.378840 [ 5 ] {3216869d-a4fa-4480-97ca-3f22586d2744} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.04.22 02:14:04.379064 [ 5 ] {3216869d-a4fa-4480-97ca-3f22586d2744} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:14:04.379176 [ 26 ] {} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.04.22 02:14:04.379196 [ 5 ] {3216869d-a4fa-4480-97ca-3f22586d2744} executeQuery: Read 160 rows, 11.41 KiB in 0.001331 sec., 120210.36814425245 rows/sec., 8.37 MiB/sec. 2026.04.22 02:14:04.379206 [ 26 ] {} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:04.379249 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2026.04.22 02:14:04.379256 [ 5 ] {3216869d-a4fa-4480-97ca-3f22586d2744} TCPHandler: Processed in 0.001520898 sec. 2026.04.22 02:14:04.379335 [ 192 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::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.22 02:14:04.379399 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:04.379418 [ 202 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 3067 rows, containing 5 columns (5 merged, 0 gathered) in 0.001707991 sec., 1795676.9093045571 rows/sec., 130.35 MiB/sec. 2026.04.22 02:14:04.379429 [ 192 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:14:04.379471 [ 192 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_51_10} MergeTreeSequentialSource: Reading 4 marks from part all_1_46_9, total 16856 rows starting from the beginning of the part 2026.04.22 02:14:04.379491 [ 5 ] {93360798-fb55-48ac-8121-092e584668b4} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.22 02:14:04.379529 [ 192 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 160 rows starting from the beginning of the part 2026.04.22 02:14:04.379544 [ 5 ] {93360798-fb55-48ac-8121-092e584668b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.22 02:14:04.379574 [ 192 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::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.22 02:14:04.379615 [ 194 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.04.22 02:14:04.379617 [ 192 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1565 rows starting from the beginning of the part 2026.04.22 02:14:04.379674 [ 192 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 96 rows starting from the beginning of the part 2026.04.22 02:14:04.379714 [ 192 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::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.22 02:14:04.379922 [ 194 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_51_10} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:14:04.380013 [ 194 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_51_10} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.04.22 02:14:04.380108 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. 2026.04.22 02:14:04.380379 [ 5 ] {93360798-fb55-48ac-8121-092e584668b4} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:04.380419 [ 5 ] {93360798-fb55-48ac-8121-092e584668b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2026.04.22 02:14:04.380962 [ 5 ] {93360798-fb55-48ac-8121-092e584668b4} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.04.22 02:14:04.381187 [ 5 ] {93360798-fb55-48ac-8121-092e584668b4} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): 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.22 02:14:04.381327 [ 5 ] {93360798-fb55-48ac-8121-092e584668b4} executeQuery: Read 26 rows, 47.71 KiB in 0.001853 sec., 14031.300593631948 rows/sec., 25.14 MiB/sec. 2026.04.22 02:14:04.381381 [ 5 ] {93360798-fb55-48ac-8121-092e584668b4} TCPHandler: Processed in 0.002028917 sec. 2026.04.22 02:14:04.381501 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:04.381593 [ 5 ] {fc0f691e-cf40-4323-8fe4-bc394324c988} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.22 02:14:04.381633 [ 5 ] {fc0f691e-cf40-4323-8fe4-bc394324c988} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.22 02:14:04.381966 [ 5 ] {fc0f691e-cf40-4323-8fe4-bc394324c988} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:04.382000 [ 5 ] {fc0f691e-cf40-4323-8fe4-bc394324c988} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2026.04.22 02:14:04.382362 [ 5 ] {fc0f691e-cf40-4323-8fe4-bc394324c988} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.04.22 02:14:04.382571 [ 5 ] {fc0f691e-cf40-4323-8fe4-bc394324c988} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:14:04.382675 [ 26 ] {} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.04.22 02:14:04.382694 [ 5 ] {fc0f691e-cf40-4323-8fe4-bc394324c988} executeQuery: Read 60 rows, 4.14 KiB in 0.001119 sec., 53619.30294906166 rows/sec., 3.61 MiB/sec. 2026.04.22 02:14:04.382705 [ 26 ] {} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:04.382732 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2026.04.22 02:14:04.382735 [ 5 ] {fc0f691e-cf40-4323-8fe4-bc394324c988} TCPHandler: Processed in 0.001281553 sec. 2026.04.22 02:14:04.382816 [ 188 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::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.22 02:14:04.382921 [ 188 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:14:04.382953 [ 188 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2388 rows starting from the beginning of the part 2026.04.22 02:14:04.383011 [ 188 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 60 rows starting from the beginning of the part 2026.04.22 02:14:04.383060 [ 188 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::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.22 02:14:04.383105 [ 188 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 24 rows starting from the beginning of the part 2026.04.22 02:14:04.383150 [ 188 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 36 rows starting from the beginning of the part 2026.04.22 02:14:04.383193 [ 188 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::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.22 02:14:04.384592 [ 202 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 2628 rows, containing 4 columns (4 merged, 0 gathered) in 0.001815172 sec., 1447796.682628423 rows/sec., 97.57 MiB/sec. 2026.04.22 02:14:04.384876 [ 188 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.04.22 02:14:04.385132 [ 188 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_51_10} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:14:04.385202 [ 188 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_51_10} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.04.22 02:14:04.385269 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. 2026.04.22 02:14:04.385917 [ 196 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 18997 rows, containing 5 columns (5 merged, 0 gathered) in 0.006620819 sec., 2869282.4860489313 rows/sec., 185.26 MiB/sec. 2026.04.22 02:14:04.386178 [ 188 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.04.22 02:14:04.386411 [ 188 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_51_10} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:14:04.386476 [ 188 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_51_10} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.04.22 02:14:04.386544 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.16 MiB. 2026.04.22 02:14:05.000170 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 279.03 MiB, peak 288.85 MiB, free memory in arenas 0.00 B, will set to 281.71 MiB (RSS), difference: 2.68 MiB 2026.04.22 02:14:08.049435 [ 59 ] {} DNSResolver: Updating DNS cache 2026.04.22 02:14:08.049519 [ 59 ] {} DNSResolver: Updated DNS cache 2026.04.22 02:14:08.154427 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 15334 2026.04.22 02:14:08.154923 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:08.154959 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2026.04.22 02:14:08.155460 [ 244 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.04.22 02:14:08.155707 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): 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.22 02:14:08.155836 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15334 2026.04.22 02:14:08.184005 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 872 2026.04.22 02:14:08.186031 [ 242 ] {} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:08.186077 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2026.04.22 02:14:08.187224 [ 242 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.04.22 02:14:08.187483 [ 242 ] {} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e): 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.22 02:14:08.187740 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 872 2026.04.22 02:14:08.593657 [ 52 ] {} oximeter.fields_u32 (a10e9abe-df72-475e-a5a2-b131593a6390) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.04.22 02:14:08.593758 [ 52 ] {} oximeter.fields_u32 (a10e9abe-df72-475e-a5a2-b131593a6390): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:08.593796 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2026.04.22 02:14:08.593949 [ 192 ] {a10e9abe-df72-475e-a5a2-b131593a6390::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.22 02:14:08.594144 [ 192 ] {a10e9abe-df72-475e-a5a2-b131593a6390::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:14:08.594201 [ 192 ] {a10e9abe-df72-475e-a5a2-b131593a6390::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.22 02:14:08.594297 [ 192 ] {a10e9abe-df72-475e-a5a2-b131593a6390::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.22 02:14:08.594345 [ 192 ] {a10e9abe-df72-475e-a5a2-b131593a6390::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.22 02:14:08.594389 [ 192 ] {a10e9abe-df72-475e-a5a2-b131593a6390::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.22 02:14:08.594429 [ 192 ] {a10e9abe-df72-475e-a5a2-b131593a6390::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.22 02:14:08.595625 [ 198 ] {a10e9abe-df72-475e-a5a2-b131593a6390::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 3301 rows, containing 5 columns (5 merged, 0 gathered) in 0.001765611 sec., 1869607.7448543308 rows/sec., 116.50 MiB/sec. 2026.04.22 02:14:08.595846 [ 186 ] {a10e9abe-df72-475e-a5a2-b131593a6390::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.04.22 02:14:08.596154 [ 186 ] {a10e9abe-df72-475e-a5a2-b131593a6390::all_1_9_2} oximeter.fields_u32 (a10e9abe-df72-475e-a5a2-b131593a6390): 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.22 02:14:08.596294 [ 186 ] {a10e9abe-df72-475e-a5a2-b131593a6390::all_1_9_2} oximeter.fields_u32 (a10e9abe-df72-475e-a5a2-b131593a6390) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.04.22 02:14:08.596405 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. 2026.04.22 02:14:08.960270 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 241 2026.04.22 02:14:08.975304 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:08.975360 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2026.04.22 02:14:08.980955 [ 243 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.04.22 02:14:08.981637 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): 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.22 02:14:08.984232 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 241 2026.04.22 02:14:09.001349 [ 247 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000927287 sec. 2026.04.22 02:14:09.372123 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:09.372314 [ 5 ] {96d68dda-4485-471f-b7eb-b7100ab259ca} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.22 02:14:09.372384 [ 5 ] {96d68dda-4485-471f-b7eb-b7100ab259ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.22 02:14:09.373079 [ 5 ] {96d68dda-4485-471f-b7eb-b7100ab259ca} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:09.373123 [ 5 ] {96d68dda-4485-471f-b7eb-b7100ab259ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2026.04.22 02:14:09.373538 [ 5 ] {96d68dda-4485-471f-b7eb-b7100ab259ca} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.04.22 02:14:09.373754 [ 5 ] {96d68dda-4485-471f-b7eb-b7100ab259ca} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:14:09.373900 [ 5 ] {96d68dda-4485-471f-b7eb-b7100ab259ca} executeQuery: Read 86 rows, 7.40 KiB in 0.00164 sec., 52439.0243902439 rows/sec., 4.40 MiB/sec. 2026.04.22 02:14:09.373940 [ 5 ] {96d68dda-4485-471f-b7eb-b7100ab259ca} TCPHandler: Processed in 0.001944565 sec. 2026.04.22 02:14:09.374063 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:09.374156 [ 5 ] {b028b918-61e0-43f8-b2da-0e64fcbbda61} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.22 02:14:09.374195 [ 5 ] {b028b918-61e0-43f8-b2da-0e64fcbbda61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.22 02:14:09.374589 [ 5 ] {b028b918-61e0-43f8-b2da-0e64fcbbda61} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:09.374624 [ 5 ] {b028b918-61e0-43f8-b2da-0e64fcbbda61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2026.04.22 02:14:09.374911 [ 5 ] {b028b918-61e0-43f8-b2da-0e64fcbbda61} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.04.22 02:14:09.375110 [ 5 ] {b028b918-61e0-43f8-b2da-0e64fcbbda61} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): 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.22 02:14:09.375237 [ 5 ] {b028b918-61e0-43f8-b2da-0e64fcbbda61} executeQuery: Read 15 rows, 1.13 KiB in 0.001099 sec., 13648.771610555052 rows/sec., 1.00 MiB/sec. 2026.04.22 02:14:09.375273 [ 5 ] {b028b918-61e0-43f8-b2da-0e64fcbbda61} TCPHandler: Processed in 0.001257122 sec. 2026.04.22 02:14:09.375388 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:09.375480 [ 5 ] {20f7feac-fcd0-46ad-b205-817e997bd620} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.22 02:14:09.375518 [ 5 ] {20f7feac-fcd0-46ad-b205-817e997bd620} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.22 02:14:09.375965 [ 5 ] {20f7feac-fcd0-46ad-b205-817e997bd620} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:09.375999 [ 5 ] {20f7feac-fcd0-46ad-b205-817e997bd620} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2026.04.22 02:14:09.376295 [ 5 ] {20f7feac-fcd0-46ad-b205-817e997bd620} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.04.22 02:14:09.376489 [ 5 ] {20f7feac-fcd0-46ad-b205-817e997bd620} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:14:09.376613 [ 5 ] {20f7feac-fcd0-46ad-b205-817e997bd620} executeQuery: Read 79 rows, 6.32 KiB in 0.00115 sec., 68695.65217391304 rows/sec., 5.36 MiB/sec. 2026.04.22 02:14:09.376648 [ 5 ] {20f7feac-fcd0-46ad-b205-817e997bd620} TCPHandler: Processed in 0.001306994 sec. 2026.04.22 02:14:09.376770 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:09.376861 [ 5 ] {347de800-97f8-495b-a003-613f19fd98d6} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.22 02:14:09.376902 [ 5 ] {347de800-97f8-495b-a003-613f19fd98d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.22 02:14:09.377297 [ 5 ] {347de800-97f8-495b-a003-613f19fd98d6} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:09.377332 [ 5 ] {347de800-97f8-495b-a003-613f19fd98d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2026.04.22 02:14:09.377654 [ 5 ] {347de800-97f8-495b-a003-613f19fd98d6} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.04.22 02:14:09.377859 [ 5 ] {347de800-97f8-495b-a003-613f19fd98d6} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:14:09.377983 [ 5 ] {347de800-97f8-495b-a003-613f19fd98d6} executeQuery: Read 160 rows, 11.41 KiB in 0.00114 sec., 140350.87719298247 rows/sec., 9.78 MiB/sec. 2026.04.22 02:14:09.378019 [ 5 ] {347de800-97f8-495b-a003-613f19fd98d6} TCPHandler: Processed in 0.001296313 sec. 2026.04.22 02:14:09.378129 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:09.378221 [ 5 ] {ec94d36f-4ae6-40e6-87a2-a17be73967dd} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.22 02:14:09.378272 [ 5 ] {ec94d36f-4ae6-40e6-87a2-a17be73967dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.22 02:14:09.379040 [ 5 ] {ec94d36f-4ae6-40e6-87a2-a17be73967dd} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:09.379076 [ 5 ] {ec94d36f-4ae6-40e6-87a2-a17be73967dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2026.04.22 02:14:09.379621 [ 5 ] {ec94d36f-4ae6-40e6-87a2-a17be73967dd} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.04.22 02:14:09.379841 [ 5 ] {ec94d36f-4ae6-40e6-87a2-a17be73967dd} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): 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.22 02:14:09.379979 [ 5 ] {ec94d36f-4ae6-40e6-87a2-a17be73967dd} executeQuery: Read 15 rows, 27.52 KiB in 0.001776 sec., 8445.945945945947 rows/sec., 15.13 MiB/sec. 2026.04.22 02:14:09.380043 [ 5 ] {ec94d36f-4ae6-40e6-87a2-a17be73967dd} TCPHandler: Processed in 0.001959545 sec. 2026.04.22 02:14:09.380148 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:09.380242 [ 5 ] {90ab2888-9416-4201-a741-dda48dbe85e8} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.22 02:14:09.380284 [ 5 ] {90ab2888-9416-4201-a741-dda48dbe85e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.22 02:14:09.380625 [ 5 ] {90ab2888-9416-4201-a741-dda48dbe85e8} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:09.380660 [ 5 ] {90ab2888-9416-4201-a741-dda48dbe85e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2026.04.22 02:14:09.380955 [ 5 ] {90ab2888-9416-4201-a741-dda48dbe85e8} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.04.22 02:14:09.381156 [ 5 ] {90ab2888-9416-4201-a741-dda48dbe85e8} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:14:09.381282 [ 5 ] {90ab2888-9416-4201-a741-dda48dbe85e8} executeQuery: Read 60 rows, 4.14 KiB in 0.001059 sec., 56657.22379603399 rows/sec., 3.82 MiB/sec. 2026.04.22 02:14:09.381319 [ 5 ] {90ab2888-9416-4201-a741-dda48dbe85e8} TCPHandler: Processed in 0.001219172 sec. 2026.04.22 02:14:14.372434 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:14.372627 [ 5 ] {6593a960-0de1-4313-a5eb-9d6401fb3a57} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.22 02:14:14.372696 [ 5 ] {6593a960-0de1-4313-a5eb-9d6401fb3a57} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.22 02:14:14.373426 [ 5 ] {6593a960-0de1-4313-a5eb-9d6401fb3a57} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:14.373474 [ 5 ] {6593a960-0de1-4313-a5eb-9d6401fb3a57} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:14.373871 [ 5 ] {6593a960-0de1-4313-a5eb-9d6401fb3a57} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.04.22 02:14:14.374124 [ 5 ] {6593a960-0de1-4313-a5eb-9d6401fb3a57} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:14:14.374282 [ 5 ] {6593a960-0de1-4313-a5eb-9d6401fb3a57} executeQuery: Read 108 rows, 9.31 KiB in 0.001703 sec., 63417.49853200235 rows/sec., 5.34 MiB/sec. 2026.04.22 02:14:14.374334 [ 5 ] {6593a960-0de1-4313-a5eb-9d6401fb3a57} TCPHandler: Processed in 0.002025696 sec. 2026.04.22 02:14:14.374472 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:14.374577 [ 5 ] {4f8e7038-f365-4c70-a3dc-4d320b211357} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.22 02:14:14.374623 [ 5 ] {4f8e7038-f365-4c70-a3dc-4d320b211357} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.22 02:14:14.375060 [ 5 ] {4f8e7038-f365-4c70-a3dc-4d320b211357} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:14.375099 [ 5 ] {4f8e7038-f365-4c70-a3dc-4d320b211357} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:14.375404 [ 5 ] {4f8e7038-f365-4c70-a3dc-4d320b211357} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.04.22 02:14:14.375610 [ 5 ] {4f8e7038-f365-4c70-a3dc-4d320b211357} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): 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.22 02:14:14.375748 [ 5 ] {4f8e7038-f365-4c70-a3dc-4d320b211357} executeQuery: Read 26 rows, 1.96 KiB in 0.001196 sec., 21739.130434782608 rows/sec., 1.60 MiB/sec. 2026.04.22 02:14:14.375788 [ 5 ] {4f8e7038-f365-4c70-a3dc-4d320b211357} TCPHandler: Processed in 0.001367614 sec. 2026.04.22 02:14:14.375910 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:14.376013 [ 5 ] {a5a2572c-8883-456c-ac39-6edebd61c2c8} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.22 02:14:14.376056 [ 5 ] {a5a2572c-8883-456c-ac39-6edebd61c2c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.22 02:14:14.376528 [ 5 ] {a5a2572c-8883-456c-ac39-6edebd61c2c8} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:14.376565 [ 5 ] {a5a2572c-8883-456c-ac39-6edebd61c2c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:14.376875 [ 5 ] {a5a2572c-8883-456c-ac39-6edebd61c2c8} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.04.22 02:14:14.377083 [ 5 ] {a5a2572c-8883-456c-ac39-6edebd61c2c8} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:14:14.377215 [ 5 ] {a5a2572c-8883-456c-ac39-6edebd61c2c8} executeQuery: Read 90 rows, 7.20 KiB in 0.001227 sec., 73349.63325183374 rows/sec., 5.73 MiB/sec. 2026.04.22 02:14:14.377253 [ 5 ] {a5a2572c-8883-456c-ac39-6edebd61c2c8} TCPHandler: Processed in 0.001393435 sec. 2026.04.22 02:14:14.377391 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:14.377487 [ 5 ] {759138f1-065f-4dfd-a671-5d0a30764dd6} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.22 02:14:14.377530 [ 5 ] {759138f1-065f-4dfd-a671-5d0a30764dd6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.22 02:14:14.377952 [ 5 ] {759138f1-065f-4dfd-a671-5d0a30764dd6} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:14.377989 [ 5 ] {759138f1-065f-4dfd-a671-5d0a30764dd6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:14.378322 [ 5 ] {759138f1-065f-4dfd-a671-5d0a30764dd6} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.04.22 02:14:14.378548 [ 5 ] {759138f1-065f-4dfd-a671-5d0a30764dd6} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:14:14.378675 [ 5 ] {759138f1-065f-4dfd-a671-5d0a30764dd6} executeQuery: Read 160 rows, 11.41 KiB in 0.001207 sec., 132560.06628003315 rows/sec., 9.23 MiB/sec. 2026.04.22 02:14:14.378712 [ 5 ] {759138f1-065f-4dfd-a671-5d0a30764dd6} TCPHandler: Processed in 0.001377684 sec. 2026.04.22 02:14:14.378830 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:14.378924 [ 5 ] {2a2a4d2b-4e2b-482a-aebc-e535c07d871a} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.22 02:14:14.378978 [ 5 ] {2a2a4d2b-4e2b-482a-aebc-e535c07d871a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.22 02:14:14.379804 [ 5 ] {2a2a4d2b-4e2b-482a-aebc-e535c07d871a} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:14.379840 [ 5 ] {2a2a4d2b-4e2b-482a-aebc-e535c07d871a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:14.380381 [ 5 ] {2a2a4d2b-4e2b-482a-aebc-e535c07d871a} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.04.22 02:14:14.380610 [ 5 ] {2a2a4d2b-4e2b-482a-aebc-e535c07d871a} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): 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.22 02:14:14.380758 [ 5 ] {2a2a4d2b-4e2b-482a-aebc-e535c07d871a} executeQuery: Read 26 rows, 47.71 KiB in 0.001852 sec., 14038.876889848812 rows/sec., 25.16 MiB/sec. 2026.04.22 02:14:14.380831 [ 5 ] {2a2a4d2b-4e2b-482a-aebc-e535c07d871a} TCPHandler: Processed in 0.002049596 sec. 2026.04.22 02:14:14.380954 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:14.381049 [ 5 ] {6674d09d-7c89-42dd-a5c9-f5fefab6302e} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.22 02:14:14.381091 [ 5 ] {6674d09d-7c89-42dd-a5c9-f5fefab6302e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.22 02:14:14.381438 [ 5 ] {6674d09d-7c89-42dd-a5c9-f5fefab6302e} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:14.381474 [ 5 ] {6674d09d-7c89-42dd-a5c9-f5fefab6302e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:14.381780 [ 5 ] {6674d09d-7c89-42dd-a5c9-f5fefab6302e} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.04.22 02:14:14.381991 [ 5 ] {6674d09d-7c89-42dd-a5c9-f5fefab6302e} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:14:14.382120 [ 5 ] {6674d09d-7c89-42dd-a5c9-f5fefab6302e} executeQuery: Read 60 rows, 4.14 KiB in 0.00109 sec., 55045.87155963302 rows/sec., 3.71 MiB/sec. 2026.04.22 02:14:14.382156 [ 5 ] {6674d09d-7c89-42dd-a5c9-f5fefab6302e} TCPHandler: Processed in 0.001251652 sec. 2026.04.22 02:14:15.254219 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47316 2026.04.22 02:14:15.254359 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:14:15.254409 [ 286 ] {} TCP-Session: 393c42c4-b0ff-42fd-94a6-fe3e712e27db Authenticating user 'default' from [fd00:1122:3344:101::e]:47316 2026.04.22 02:14:15.254450 [ 286 ] {} TCP-Session: 393c42c4-b0ff-42fd-94a6-fe3e712e27db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.254466 [ 286 ] {} TCP-Session: 393c42c4-b0ff-42fd-94a6-fe3e712e27db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.254776 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61348 2026.04.22 02:14:15.254782 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37182 2026.04.22 02:14:15.254891 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:14:15.254923 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:14:15.254935 [ 288 ] {} TCP-Session: a63dd930-cf43-47a1-a7cc-fbf70d72ef5a Authenticating user 'default' from [fd00:1122:3344:101::e]:61348 2026.04.22 02:14:15.254952 [ 286 ] {} TCP-Session: 393c42c4-b0ff-42fd-94a6-fe3e712e27db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:15.254994 [ 288 ] {} TCP-Session: a63dd930-cf43-47a1-a7cc-fbf70d72ef5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.254970 [ 289 ] {} TCP-Session: 5dfda968-7091-4797-a55f-0d2c31dd0f3b Authenticating user 'default' from [fd00:1122:3344:101::e]:37182 2026.04.22 02:14:15.255033 [ 288 ] {} TCP-Session: a63dd930-cf43-47a1-a7cc-fbf70d72ef5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.255098 [ 289 ] {} TCP-Session: 5dfda968-7091-4797-a55f-0d2c31dd0f3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.255121 [ 289 ] {} TCP-Session: 5dfda968-7091-4797-a55f-0d2c31dd0f3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.255201 [ 286 ] {30e0b455-ce25-44fd-9022-fdb65dad9071} executeQuery: (from [fd00:1122:3344:101::e]:47316) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.22 02:14:15.255496 [ 286 ] {30e0b455-ce25-44fd-9022-fdb65dad9071} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.22 02:14:15.255567 [ 286 ] {30e0b455-ce25-44fd-9022-fdb65dad9071} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.22 02:14:15.255916 [ 286 ] {30e0b455-ce25-44fd-9022-fdb65dad9071} oximeter.version (735d4eb2-4688-4764-b1e7-cbcb4ccf556e) (SelectExecutor): Key condition: unknown 2026.04.22 02:14:15.255971 [ 349 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51296 2026.04.22 02:14:15.256028 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46599 2026.04.22 02:14:15.256038 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38554 2026.04.22 02:14:15.256153 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45110 2026.04.22 02:14:15.256161 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52582 2026.04.22 02:14:15.256327 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57910 2026.04.22 02:14:15.256803 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:14:15.256859 [ 351 ] {} TCP-Session: e115d62c-7c41-4d05-848c-d1eb3bba7450 Authenticating user 'default' from [fd00:1122:3344:101::e]:52582 2026.04.22 02:14:15.256891 [ 351 ] {} TCP-Session: e115d62c-7c41-4d05-848c-d1eb3bba7450 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.256909 [ 351 ] {} TCP-Session: e115d62c-7c41-4d05-848c-d1eb3bba7450 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.257022 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:14:15.257084 [ 353 ] {} TCP-Session: 5d3368aa-f49d-4ff8-82db-93f67b15f420 Authenticating user 'default' from [fd00:1122:3344:101::e]:57910 2026.04.22 02:14:15.257117 [ 353 ] {} TCP-Session: 5d3368aa-f49d-4ff8-82db-93f67b15f420 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.257140 [ 353 ] {} TCP-Session: 5d3368aa-f49d-4ff8-82db-93f67b15f420 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.257141 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:14:15.257193 [ 290 ] {} TCP-Session: c54794ab-4a71-4a0d-9886-78a85e1650a0 Authenticating user 'default' from [fd00:1122:3344:101::e]:38554 2026.04.22 02:14:15.257218 [ 290 ] {} TCP-Session: c54794ab-4a71-4a0d-9886-78a85e1650a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.257239 [ 290 ] {} TCP-Session: c54794ab-4a71-4a0d-9886-78a85e1650a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.257315 [ 304 ] {30e0b455-ce25-44fd-9022-fdb65dad9071} AggregatingTransform: Aggregating 2026.04.22 02:14:15.257371 [ 349 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:14:15.257446 [ 349 ] {} TCP-Session: 9e8d1d33-537b-40e6-8c22-f33f50abd5bd Authenticating user 'default' from [fd00:1122:3344:101::e]:51296 2026.04.22 02:14:15.257471 [ 349 ] {} TCP-Session: 9e8d1d33-537b-40e6-8c22-f33f50abd5bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.257487 [ 349 ] {} TCP-Session: 9e8d1d33-537b-40e6-8c22-f33f50abd5bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.257497 [ 304 ] {30e0b455-ce25-44fd-9022-fdb65dad9071} Aggregator: Aggregation method: without_key 2026.04.22 02:14:15.257546 [ 304 ] {30e0b455-ce25-44fd-9022-fdb65dad9071} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001518307 sec. (658.628 rows/sec., 25.73 KiB/sec.) 2026.04.22 02:14:15.257565 [ 304 ] {30e0b455-ce25-44fd-9022-fdb65dad9071} Aggregator: Merging aggregated data 2026.04.22 02:14:15.257782 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:14:15.257832 [ 352 ] {} TCP-Session: e36065f0-394d-4062-8348-61c7a17408af Authenticating user 'default' from [fd00:1122:3344:101::e]:45110 2026.04.22 02:14:15.257857 [ 352 ] {} TCP-Session: e36065f0-394d-4062-8348-61c7a17408af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.257876 [ 352 ] {} TCP-Session: e36065f0-394d-4062-8348-61c7a17408af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.257975 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:14:15.258024 [ 350 ] {} TCP-Session: 4b98f12d-c296-4eea-89c0-a7e39e5b8f0f Authenticating user 'default' from [fd00:1122:3344:101::e]:46599 2026.04.22 02:14:15.258046 [ 350 ] {} TCP-Session: 4b98f12d-c296-4eea-89c0-a7e39e5b8f0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.258064 [ 350 ] {} TCP-Session: 4b98f12d-c296-4eea-89c0-a7e39e5b8f0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.258828 [ 286 ] {30e0b455-ce25-44fd-9022-fdb65dad9071} executeQuery: Read 1 rows, 40.00 B in 0.003707 sec., 269.75991367682764 rows/sec., 10.54 KiB/sec. 2026.04.22 02:14:15.258955 [ 286 ] {30e0b455-ce25-44fd-9022-fdb65dad9071} TCPHandler: Processed in 0.004183125 sec. 2026.04.22 02:14:15.259115 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.22 02:14:15.259126 [ 353 ] {} TCPHandler: Done processing connection. 2026.04.22 02:14:15.259147 [ 286 ] {} TCP-Session: 393c42c4-b0ff-42fd-94a6-fe3e712e27db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.259150 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.22 02:14:15.259171 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.22 02:14:15.259192 [ 349 ] {} TCPHandler: Done processing connection. 2026.04.22 02:14:15.259222 [ 288 ] {} TCP-Session: a63dd930-cf43-47a1-a7cc-fbf70d72ef5a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.259225 [ 352 ] {} TCPHandler: Done processing connection. 2026.04.22 02:14:15.259257 [ 350 ] {} TCPHandler: Done processing connection. 2026.04.22 02:14:15.259275 [ 351 ] {} TCPHandler: Done processing connection. 2026.04.22 02:14:15.259286 [ 352 ] {} TCP-Session: e36065f0-394d-4062-8348-61c7a17408af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.259313 [ 350 ] {} TCP-Session: 4b98f12d-c296-4eea-89c0-a7e39e5b8f0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.259335 [ 351 ] {} TCP-Session: e115d62c-7c41-4d05-848c-d1eb3bba7450 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.259257 [ 349 ] {} TCP-Session: 9e8d1d33-537b-40e6-8c22-f33f50abd5bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.259242 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.22 02:14:15.259233 [ 289 ] {} TCP-Session: 5dfda968-7091-4797-a55f-0d2c31dd0f3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.259181 [ 353 ] {} TCP-Session: 5d3368aa-f49d-4ff8-82db-93f67b15f420 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.259448 [ 290 ] {} TCP-Session: c54794ab-4a71-4a0d-9886-78a85e1650a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.458046 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63114 2026.04.22 02:14:15.458156 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:14:15.458183 [ 286 ] {} TCP-Session: 4fbed18d-2ce0-432a-9200-c7e292c87ec4 Authenticating user 'default' from [fd00:1122:3344:101::e]:63114 2026.04.22 02:14:15.458205 [ 286 ] {} TCP-Session: 4fbed18d-2ce0-432a-9200-c7e292c87ec4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.458218 [ 286 ] {} TCP-Session: 4fbed18d-2ce0-432a-9200-c7e292c87ec4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.458398 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52915 2026.04.22 02:14:15.458427 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61496 2026.04.22 02:14:15.458480 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45433 2026.04.22 02:14:15.458501 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41238 2026.04.22 02:14:15.458523 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56366 2026.04.22 02:14:15.458511 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44352 2026.04.22 02:14:15.458510 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:14:15.458600 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:14:15.458601 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:14:15.458632 [ 288 ] {} TCP-Session: 1462e910-5404-4c75-987b-53cc8b5119ae Authenticating user 'default' from [fd00:1122:3344:101::e]:52915 2026.04.22 02:14:15.458648 [ 351 ] {} TCP-Session: 8205ca5e-8e3f-4815-b879-fc13105a2f11 Authenticating user 'default' from [fd00:1122:3344:101::e]:41238 2026.04.22 02:14:15.458661 [ 290 ] {} TCP-Session: 2cb2dc3c-850f-4757-8abb-83070646f66b Authenticating user 'default' from [fd00:1122:3344:101::e]:45433 2026.04.22 02:14:15.458656 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:14:15.458675 [ 288 ] {} TCP-Session: 1462e910-5404-4c75-987b-53cc8b5119ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.458686 [ 351 ] {} TCP-Session: 8205ca5e-8e3f-4815-b879-fc13105a2f11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.458716 [ 288 ] {} TCP-Session: 1462e910-5404-4c75-987b-53cc8b5119ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.458714 [ 353 ] {} TCP-Session: 41ed98e6-dc45-49d5-b9f7-2cc7dc814cbe Authenticating user 'default' from [fd00:1122:3344:101::e]:56366 2026.04.22 02:14:15.458729 [ 351 ] {} TCP-Session: 8205ca5e-8e3f-4815-b879-fc13105a2f11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.458690 [ 290 ] {} TCP-Session: 2cb2dc3c-850f-4757-8abb-83070646f66b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.458655 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:14:15.458787 [ 353 ] {} TCP-Session: 41ed98e6-dc45-49d5-b9f7-2cc7dc814cbe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.458818 [ 352 ] {} TCP-Session: a6a3b58b-7adb-4dd0-9fd5-8142f49e40e7 Authenticating user 'default' from [fd00:1122:3344:101::e]:44352 2026.04.22 02:14:15.458831 [ 353 ] {} TCP-Session: 41ed98e6-dc45-49d5-b9f7-2cc7dc814cbe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.458848 [ 352 ] {} TCP-Session: a6a3b58b-7adb-4dd0-9fd5-8142f49e40e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.458788 [ 290 ] {} TCP-Session: 2cb2dc3c-850f-4757-8abb-83070646f66b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.458870 [ 352 ] {} TCP-Session: a6a3b58b-7adb-4dd0-9fd5-8142f49e40e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.458510 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:14:15.458489 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59842 2026.04.22 02:14:15.458931 [ 289 ] {} TCP-Session: fc4dceda-82cd-4248-8be1-e86201ff317d Authenticating user 'default' from [fd00:1122:3344:101::e]:61496 2026.04.22 02:14:15.458528 [ 286 ] {} TCP-Session: 4fbed18d-2ce0-432a-9200-c7e292c87ec4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:15.458953 [ 289 ] {} TCP-Session: fc4dceda-82cd-4248-8be1-e86201ff317d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.458983 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:14:15.458993 [ 289 ] {} TCP-Session: fc4dceda-82cd-4248-8be1-e86201ff317d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.458487 [ 349 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50686 2026.04.22 02:14:15.459006 [ 350 ] {} TCP-Session: ca24751b-ec15-453a-b6ad-88614f7a4b97 Authenticating user 'default' from [fd00:1122:3344:101::e]:59842 2026.04.22 02:14:15.459046 [ 350 ] {} TCP-Session: ca24751b-ec15-453a-b6ad-88614f7a4b97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.459060 [ 350 ] {} TCP-Session: ca24751b-ec15-453a-b6ad-88614f7a4b97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.459076 [ 349 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:14:15.459103 [ 349 ] {} TCP-Session: ceefb323-81ac-4ebe-9cb8-eabcf3aa3ad4 Authenticating user 'default' from [fd00:1122:3344:101::e]:50686 2026.04.22 02:14:15.459119 [ 349 ] {} TCP-Session: ceefb323-81ac-4ebe-9cb8-eabcf3aa3ad4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.459130 [ 349 ] {} TCP-Session: ceefb323-81ac-4ebe-9cb8-eabcf3aa3ad4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.459146 [ 286 ] {6ede5b78-d403-4258-81c0-6abf8dc81394} executeQuery: (from [fd00:1122:3344:101::e]:63114) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.22 02:14:15.459414 [ 286 ] {6ede5b78-d403-4258-81c0-6abf8dc81394} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.22 02:14:15.459466 [ 286 ] {6ede5b78-d403-4258-81c0-6abf8dc81394} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.22 02:14:15.459749 [ 286 ] {6ede5b78-d403-4258-81c0-6abf8dc81394} oximeter.version (735d4eb2-4688-4764-b1e7-cbcb4ccf556e) (SelectExecutor): Key condition: unknown 2026.04.22 02:14:15.460660 [ 304 ] {6ede5b78-d403-4258-81c0-6abf8dc81394} AggregatingTransform: Aggregating 2026.04.22 02:14:15.460696 [ 304 ] {6ede5b78-d403-4258-81c0-6abf8dc81394} Aggregator: Aggregation method: without_key 2026.04.22 02:14:15.460728 [ 304 ] {6ede5b78-d403-4258-81c0-6abf8dc81394} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000881556 sec. (1134.358 rows/sec., 44.31 KiB/sec.) 2026.04.22 02:14:15.460746 [ 304 ] {6ede5b78-d403-4258-81c0-6abf8dc81394} Aggregator: Merging aggregated data 2026.04.22 02:14:15.461951 [ 286 ] {6ede5b78-d403-4258-81c0-6abf8dc81394} executeQuery: Read 1 rows, 40.00 B in 0.002865 sec., 349.04013961605585 rows/sec., 13.63 KiB/sec. 2026.04.22 02:14:15.462065 [ 286 ] {6ede5b78-d403-4258-81c0-6abf8dc81394} TCPHandler: Processed in 0.003653085 sec. 2026.04.22 02:14:15.462190 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.22 02:14:15.462216 [ 286 ] {} TCP-Session: 4fbed18d-2ce0-432a-9200-c7e292c87ec4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.462227 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.22 02:14:15.462249 [ 353 ] {} TCPHandler: Done processing connection. 2026.04.22 02:14:15.462267 [ 288 ] {} TCP-Session: 1462e910-5404-4c75-987b-53cc8b5119ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.462278 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.22 02:14:15.462296 [ 353 ] {} TCP-Session: 41ed98e6-dc45-49d5-b9f7-2cc7dc814cbe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.462306 [ 351 ] {} TCPHandler: Done processing connection. 2026.04.22 02:14:15.462326 [ 289 ] {} TCP-Session: fc4dceda-82cd-4248-8be1-e86201ff317d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.462346 [ 349 ] {} TCPHandler: Done processing connection. 2026.04.22 02:14:15.462372 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.22 02:14:15.462375 [ 351 ] {} TCP-Session: 8205ca5e-8e3f-4815-b879-fc13105a2f11 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.462418 [ 290 ] {} TCP-Session: 2cb2dc3c-850f-4757-8abb-83070646f66b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.462417 [ 352 ] {} TCPHandler: Done processing connection. 2026.04.22 02:14:15.462351 [ 350 ] {} TCPHandler: Done processing connection. 2026.04.22 02:14:15.462480 [ 352 ] {} TCP-Session: a6a3b58b-7adb-4dd0-9fd5-8142f49e40e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.462400 [ 349 ] {} TCP-Session: ceefb323-81ac-4ebe-9cb8-eabcf3aa3ad4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.462513 [ 350 ] {} TCP-Session: ca24751b-ec15-453a-b6ad-88614f7a4b97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.656018 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 15782 2026.04.22 02:14:15.656579 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:15.656638 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:15.657136 [ 244 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.04.22 02:14:15.657379 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): 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.22 02:14:15.657538 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15782 2026.04.22 02:14:15.715577 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52718 2026.04.22 02:14:15.715685 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:14:15.715711 [ 286 ] {} TCP-Session: e0d86f51-72ee-4d99-b09d-7c4fc4197c0f Authenticating user 'default' from [fd00:1122:3344:101::e]:52718 2026.04.22 02:14:15.715733 [ 286 ] {} TCP-Session: e0d86f51-72ee-4d99-b09d-7c4fc4197c0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.715746 [ 286 ] {} TCP-Session: e0d86f51-72ee-4d99-b09d-7c4fc4197c0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.715948 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42811 2026.04.22 02:14:15.715944 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49595 2026.04.22 02:14:15.715978 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53582 2026.04.22 02:14:15.715995 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48263 2026.04.22 02:14:15.716015 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:14:15.716031 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50232 2026.04.22 02:14:15.716052 [ 289 ] {} TCP-Session: 4f344396-2bdd-450e-941d-3a5287a7eb0b Authenticating user 'default' from [fd00:1122:3344:101::e]:42811 2026.04.22 02:14:15.716071 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:14:15.716087 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:14:15.716098 [ 289 ] {} TCP-Session: 4f344396-2bdd-450e-941d-3a5287a7eb0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.716114 [ 288 ] {} TCP-Session: 50c5d2d1-a670-4f5f-b048-3960db58ed3c Authenticating user 'default' from [fd00:1122:3344:101::e]:49595 2026.04.22 02:14:15.716126 [ 289 ] {} TCP-Session: 4f344396-2bdd-450e-941d-3a5287a7eb0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.716120 [ 350 ] {} TCP-Session: 1fd087fc-500f-4c6c-b02d-efb70453cc9e Authenticating user 'default' from [fd00:1122:3344:101::e]:48263 2026.04.22 02:14:15.716148 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:14:15.716183 [ 350 ] {} TCP-Session: 1fd087fc-500f-4c6c-b02d-efb70453cc9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.716149 [ 288 ] {} TCP-Session: 50c5d2d1-a670-4f5f-b048-3960db58ed3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.716209 [ 350 ] {} TCP-Session: 1fd087fc-500f-4c6c-b02d-efb70453cc9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.716229 [ 288 ] {} TCP-Session: 50c5d2d1-a670-4f5f-b048-3960db58ed3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.716204 [ 353 ] {} TCP-Session: e4686ed4-362a-4bdc-9cb7-6036a7f14da3 Authenticating user 'default' from [fd00:1122:3344:101::e]:50232 2026.04.22 02:14:15.716086 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:14:15.716284 [ 353 ] {} TCP-Session: e4686ed4-362a-4bdc-9cb7-6036a7f14da3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.716047 [ 286 ] {} TCP-Session: e0d86f51-72ee-4d99-b09d-7c4fc4197c0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:15.716310 [ 353 ] {} TCP-Session: e4686ed4-362a-4bdc-9cb7-6036a7f14da3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.716310 [ 290 ] {} TCP-Session: e53ffc75-f6cc-44e4-ade6-310e8ecec63d Authenticating user 'default' from [fd00:1122:3344:101::e]:53582 2026.04.22 02:14:15.716020 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39755 2026.04.22 02:14:15.716375 [ 290 ] {} TCP-Session: e53ffc75-f6cc-44e4-ade6-310e8ecec63d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.716011 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33028 2026.04.22 02:14:15.716401 [ 290 ] {} TCP-Session: e53ffc75-f6cc-44e4-ade6-310e8ecec63d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.715993 [ 349 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45689 2026.04.22 02:14:15.716435 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:14:15.716464 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:14:15.716482 [ 286 ] {a4efae83-c0b2-4816-9651-50455683664d} executeQuery: (from [fd00:1122:3344:101::e]:52718) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.22 02:14:15.716486 [ 352 ] {} TCP-Session: b1e0e64e-acad-4808-a413-3b55df708c61 Authenticating user 'default' from [fd00:1122:3344:101::e]:39755 2026.04.22 02:14:15.716499 [ 351 ] {} TCP-Session: e874a32f-c933-431e-9d9d-6a4027a6c58c Authenticating user 'default' from [fd00:1122:3344:101::e]:33028 2026.04.22 02:14:15.716514 [ 349 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.22 02:14:15.716528 [ 352 ] {} TCP-Session: b1e0e64e-acad-4808-a413-3b55df708c61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.716552 [ 351 ] {} TCP-Session: e874a32f-c933-431e-9d9d-6a4027a6c58c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.716564 [ 349 ] {} TCP-Session: 2b3bf0bd-45c5-443b-9b57-ce51f8cc62bd Authenticating user 'default' from [fd00:1122:3344:101::e]:45689 2026.04.22 02:14:15.716570 [ 352 ] {} TCP-Session: b1e0e64e-acad-4808-a413-3b55df708c61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.716584 [ 351 ] {} TCP-Session: e874a32f-c933-431e-9d9d-6a4027a6c58c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.716601 [ 349 ] {} TCP-Session: 2b3bf0bd-45c5-443b-9b57-ce51f8cc62bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.716641 [ 349 ] {} TCP-Session: 2b3bf0bd-45c5-443b-9b57-ce51f8cc62bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.716751 [ 286 ] {a4efae83-c0b2-4816-9651-50455683664d} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.22 02:14:15.716808 [ 286 ] {a4efae83-c0b2-4816-9651-50455683664d} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.22 02:14:15.717080 [ 286 ] {a4efae83-c0b2-4816-9651-50455683664d} oximeter.version (735d4eb2-4688-4764-b1e7-cbcb4ccf556e) (SelectExecutor): Key condition: unknown 2026.04.22 02:14:15.717999 [ 319 ] {a4efae83-c0b2-4816-9651-50455683664d} AggregatingTransform: Aggregating 2026.04.22 02:14:15.718043 [ 319 ] {a4efae83-c0b2-4816-9651-50455683664d} Aggregator: Aggregation method: without_key 2026.04.22 02:14:15.718081 [ 319 ] {a4efae83-c0b2-4816-9651-50455683664d} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000903646 sec. (1106.628 rows/sec., 43.23 KiB/sec.) 2026.04.22 02:14:15.718101 [ 319 ] {a4efae83-c0b2-4816-9651-50455683664d} Aggregator: Merging aggregated data 2026.04.22 02:14:15.719432 [ 286 ] {a4efae83-c0b2-4816-9651-50455683664d} executeQuery: Read 1 rows, 40.00 B in 0.003009 sec., 332.3363243602526 rows/sec., 12.98 KiB/sec. 2026.04.22 02:14:15.719573 [ 286 ] {a4efae83-c0b2-4816-9651-50455683664d} TCPHandler: Processed in 0.003646135 sec. 2026.04.22 02:14:15.719701 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.22 02:14:15.719729 [ 286 ] {} TCP-Session: e0d86f51-72ee-4d99-b09d-7c4fc4197c0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.719729 [ 353 ] {} TCPHandler: Done processing connection. 2026.04.22 02:14:15.719751 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.22 02:14:15.719773 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.22 02:14:15.719781 [ 353 ] {} TCP-Session: e4686ed4-362a-4bdc-9cb7-6036a7f14da3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.719791 [ 351 ] {} TCPHandler: Done processing connection. 2026.04.22 02:14:15.719830 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.22 02:14:15.719848 [ 349 ] {} TCPHandler: Done processing connection. 2026.04.22 02:14:15.719864 [ 351 ] {} TCP-Session: e874a32f-c933-431e-9d9d-6a4027a6c58c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.719879 [ 290 ] {} TCP-Session: e53ffc75-f6cc-44e4-ade6-310e8ecec63d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.719895 [ 352 ] {} TCPHandler: Done processing connection. 2026.04.22 02:14:15.719907 [ 349 ] {} TCP-Session: 2b3bf0bd-45c5-443b-9b57-ce51f8cc62bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.719822 [ 289 ] {} TCP-Session: 4f344396-2bdd-450e-941d-3a5287a7eb0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.719810 [ 350 ] {} TCPHandler: Done processing connection. 2026.04.22 02:14:15.719803 [ 288 ] {} TCP-Session: 50c5d2d1-a670-4f5f-b048-3960db58ed3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.720002 [ 350 ] {} TCP-Session: 1fd087fc-500f-4c6c-b02d-efb70453cc9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:15.719942 [ 352 ] {} TCP-Session: b1e0e64e-acad-4808-a413-3b55df708c61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.22 02:14:16.484400 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 249 2026.04.22 02:14:16.501893 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:16.501977 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:16.507761 [ 243 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.04.22 02:14:16.508554 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): 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.22 02:14:16.512639 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 249 2026.04.22 02:14:18.188012 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 902 2026.04.22 02:14:18.190259 [ 242 ] {} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:18.190298 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:18.191537 [ 242 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.04.22 02:14:18.191809 [ 242 ] {} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e): 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.22 02:14:18.192106 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 902 2026.04.22 02:14:19.373004 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:19.373198 [ 5 ] {f9a4d67b-9997-4874-a84a-2071b2ceb7fa} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.22 02:14:19.373268 [ 5 ] {f9a4d67b-9997-4874-a84a-2071b2ceb7fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.22 02:14:19.373946 [ 5 ] {f9a4d67b-9997-4874-a84a-2071b2ceb7fa} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:19.373990 [ 5 ] {f9a4d67b-9997-4874-a84a-2071b2ceb7fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:19.374369 [ 5 ] {f9a4d67b-9997-4874-a84a-2071b2ceb7fa} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.04.22 02:14:19.374593 [ 5 ] {f9a4d67b-9997-4874-a84a-2071b2ceb7fa} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:14:19.374736 [ 5 ] {f9a4d67b-9997-4874-a84a-2071b2ceb7fa} executeQuery: Read 86 rows, 7.40 KiB in 0.001591 sec., 54054.05405405405 rows/sec., 4.54 MiB/sec. 2026.04.22 02:14:19.374776 [ 5 ] {f9a4d67b-9997-4874-a84a-2071b2ceb7fa} TCPHandler: Processed in 0.001902404 sec. 2026.04.22 02:14:19.374905 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:19.374997 [ 5 ] {a2468b17-a6a5-46d6-b44c-1d10a06d659c} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.22 02:14:19.375037 [ 5 ] {a2468b17-a6a5-46d6-b44c-1d10a06d659c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.22 02:14:19.375452 [ 5 ] {a2468b17-a6a5-46d6-b44c-1d10a06d659c} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:19.375487 [ 5 ] {a2468b17-a6a5-46d6-b44c-1d10a06d659c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:19.375770 [ 5 ] {a2468b17-a6a5-46d6-b44c-1d10a06d659c} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.04.22 02:14:19.375982 [ 5 ] {a2468b17-a6a5-46d6-b44c-1d10a06d659c} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): 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.22 02:14:19.376105 [ 5 ] {a2468b17-a6a5-46d6-b44c-1d10a06d659c} executeQuery: Read 15 rows, 1.13 KiB in 0.001126 sec., 13321.492007104795 rows/sec., 1001.71 KiB/sec. 2026.04.22 02:14:19.376109 [ 58 ] {} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.04.22 02:14:19.376142 [ 5 ] {a2468b17-a6a5-46d6-b44c-1d10a06d659c} TCPHandler: Processed in 0.001295183 sec. 2026.04.22 02:14:19.376179 [ 58 ] {} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:19.376205 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:19.376278 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:19.376325 [ 202 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::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.22 02:14:19.376374 [ 5 ] {2b0afdd2-26b4-4efb-911d-e603a4ef9107} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.22 02:14:19.376417 [ 5 ] {2b0afdd2-26b4-4efb-911d-e603a4ef9107} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.22 02:14:19.376445 [ 202 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:14:19.376481 [ 202 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 82 rows starting from the beginning of the part 2026.04.22 02:14:19.376552 [ 202 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 38 rows starting from the beginning of the part 2026.04.22 02:14:19.376595 [ 202 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 26 rows starting from the beginning of the part 2026.04.22 02:14:19.376634 [ 202 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 15 rows starting from the beginning of the part 2026.04.22 02:14:19.376670 [ 202 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 26 rows starting from the beginning of the part 2026.04.22 02:14:19.376711 [ 202 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 15 rows starting from the beginning of the part 2026.04.22 02:14:19.376833 [ 5 ] {2b0afdd2-26b4-4efb-911d-e603a4ef9107} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:19.376874 [ 5 ] {2b0afdd2-26b4-4efb-911d-e603a4ef9107} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:19.377200 [ 5 ] {2b0afdd2-26b4-4efb-911d-e603a4ef9107} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.04.22 02:14:19.377422 [ 5 ] {2b0afdd2-26b4-4efb-911d-e603a4ef9107} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:14:19.377521 [ 198 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 202 rows, containing 5 columns (5 merged, 0 gathered) in 0.001239152 sec., 163014.70683176882 rows/sec., 12.60 MiB/sec. 2026.04.22 02:14:19.377547 [ 5 ] {2b0afdd2-26b4-4efb-911d-e603a4ef9107} executeQuery: Read 79 rows, 6.32 KiB in 0.001191 sec., 66330.81444164568 rows/sec., 5.18 MiB/sec. 2026.04.22 02:14:19.377609 [ 5 ] {2b0afdd2-26b4-4efb-911d-e603a4ef9107} TCPHandler: Processed in 0.001391865 sec. 2026.04.22 02:14:19.377689 [ 198 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.04.22 02:14:19.377727 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:19.377824 [ 5 ] {32e8c8a6-66c6-4472-8bca-913e7eff5ffa} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.22 02:14:19.377869 [ 5 ] {32e8c8a6-66c6-4472-8bca-913e7eff5ffa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.22 02:14:19.377957 [ 198 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_46_9} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): 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.22 02:14:19.378027 [ 198 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_46_9} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.04.22 02:14:19.378096 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.04.22 02:14:19.378272 [ 5 ] {32e8c8a6-66c6-4472-8bca-913e7eff5ffa} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:19.378311 [ 5 ] {32e8c8a6-66c6-4472-8bca-913e7eff5ffa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:19.378633 [ 5 ] {32e8c8a6-66c6-4472-8bca-913e7eff5ffa} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.04.22 02:14:19.378867 [ 5 ] {32e8c8a6-66c6-4472-8bca-913e7eff5ffa} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:14:19.378997 [ 5 ] {32e8c8a6-66c6-4472-8bca-913e7eff5ffa} executeQuery: Read 160 rows, 11.41 KiB in 0.001191 sec., 134340.8900083963 rows/sec., 9.36 MiB/sec. 2026.04.22 02:14:19.379034 [ 5 ] {32e8c8a6-66c6-4472-8bca-913e7eff5ffa} TCPHandler: Processed in 0.001353394 sec. 2026.04.22 02:14:19.379160 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:19.379251 [ 5 ] {fe973ba4-8016-44ec-a783-b7df83bade0e} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.22 02:14:19.379314 [ 5 ] {fe973ba4-8016-44ec-a783-b7df83bade0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.22 02:14:19.380084 [ 5 ] {fe973ba4-8016-44ec-a783-b7df83bade0e} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:19.380120 [ 5 ] {fe973ba4-8016-44ec-a783-b7df83bade0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:19.380640 [ 5 ] {fe973ba4-8016-44ec-a783-b7df83bade0e} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.04.22 02:14:19.380850 [ 5 ] {fe973ba4-8016-44ec-a783-b7df83bade0e} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): 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.22 02:14:19.380959 [ 58 ] {} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.04.22 02:14:19.380987 [ 5 ] {fe973ba4-8016-44ec-a783-b7df83bade0e} executeQuery: Read 15 rows, 27.52 KiB in 0.001753 sec., 8556.759840273817 rows/sec., 15.33 MiB/sec. 2026.04.22 02:14:19.380999 [ 58 ] {} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:19.381028 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:19.381054 [ 5 ] {fe973ba4-8016-44ec-a783-b7df83bade0e} TCPHandler: Processed in 0.001944485 sec. 2026.04.22 02:14:19.381093 [ 202 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::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.22 02:14:19.381169 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:19.381266 [ 5 ] {1744fbe9-d250-468d-90f4-0184ce3f3da5} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.22 02:14:19.381269 [ 202 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:14:19.381308 [ 5 ] {1744fbe9-d250-468d-90f4-0184ce3f3da5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.22 02:14:19.381326 [ 202 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 839 rows starting from the beginning of the part 2026.04.22 02:14:19.381430 [ 202 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 24 rows starting from the beginning of the part 2026.04.22 02:14:19.381523 [ 202 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 26 rows starting from the beginning of the part 2026.04.22 02:14:19.381608 [ 202 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 15 rows starting from the beginning of the part 2026.04.22 02:14:19.381646 [ 5 ] {1744fbe9-d250-468d-90f4-0184ce3f3da5} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:19.381685 [ 5 ] {1744fbe9-d250-468d-90f4-0184ce3f3da5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:19.381690 [ 202 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 26 rows starting from the beginning of the part 2026.04.22 02:14:19.381815 [ 202 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 15 rows starting from the beginning of the part 2026.04.22 02:14:19.382032 [ 5 ] {1744fbe9-d250-468d-90f4-0184ce3f3da5} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.04.22 02:14:19.382290 [ 5 ] {1744fbe9-d250-468d-90f4-0184ce3f3da5} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:14:19.382437 [ 5 ] {1744fbe9-d250-468d-90f4-0184ce3f3da5} executeQuery: Read 60 rows, 4.14 KiB in 0.001188 sec., 50505.0505050505 rows/sec., 3.40 MiB/sec. 2026.04.22 02:14:19.382472 [ 5 ] {1744fbe9-d250-468d-90f4-0184ce3f3da5} TCPHandler: Processed in 0.001350554 sec. 2026.04.22 02:14:19.386747 [ 196 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 945 rows, containing 19 columns (19 merged, 0 gathered) in 0.005679132 sec., 166398.6679654567 rows/sec., 298.18 MiB/sec. 2026.04.22 02:14:19.387764 [ 198 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.04.22 02:14:19.388076 [ 198 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_46_9} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): 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.22 02:14:19.388140 [ 198 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_46_9} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.04.22 02:14:19.388215 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.17 MiB. 2026.04.22 02:14:20.000186 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 282.61 MiB, peak 290.73 MiB, free memory in arenas 0.00 B, will set to 284.28 MiB (RSS), difference: 1.67 MiB 2026.04.22 02:14:23.049570 [ 23 ] {} DNSResolver: Updating DNS cache 2026.04.22 02:14:23.049654 [ 23 ] {} DNSResolver: Updated DNS cache 2026.04.22 02:14:23.157674 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 16294 2026.04.22 02:14:23.158408 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:23.158478 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:23.159104 [ 244 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.04.22 02:14:23.159338 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): 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.22 02:14:23.159482 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16294 2026.04.22 02:14:24.012763 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 256 2026.04.22 02:14:24.028954 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:24.029022 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:24.034951 [ 243 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.04.22 02:14:24.035653 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): 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.22 02:14:24.038582 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 256 2026.04.22 02:14:24.373528 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:24.373790 [ 5 ] {ab56cd11-48da-4698-9251-8a5e945a72c7} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.22 02:14:24.373894 [ 5 ] {ab56cd11-48da-4698-9251-8a5e945a72c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.22 02:14:24.374876 [ 5 ] {ab56cd11-48da-4698-9251-8a5e945a72c7} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:24.374950 [ 5 ] {ab56cd11-48da-4698-9251-8a5e945a72c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:24.375505 [ 5 ] {ab56cd11-48da-4698-9251-8a5e945a72c7} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.04.22 02:14:24.375852 [ 5 ] {ab56cd11-48da-4698-9251-8a5e945a72c7} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:14:24.376075 [ 5 ] {ab56cd11-48da-4698-9251-8a5e945a72c7} executeQuery: Read 108 rows, 9.31 KiB in 0.002364 sec., 45685.27918781726 rows/sec., 3.84 MiB/sec. 2026.04.22 02:14:24.376140 [ 5 ] {ab56cd11-48da-4698-9251-8a5e945a72c7} TCPHandler: Processed in 0.00283158 sec. 2026.04.22 02:14:24.376298 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:24.376407 [ 5 ] {cee4ae39-4d44-4e26-8588-0dbbe6d1b90c} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.22 02:14:24.376455 [ 5 ] {cee4ae39-4d44-4e26-8588-0dbbe6d1b90c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.22 02:14:24.376912 [ 5 ] {cee4ae39-4d44-4e26-8588-0dbbe6d1b90c} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:24.376952 [ 5 ] {cee4ae39-4d44-4e26-8588-0dbbe6d1b90c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:24.377270 [ 5 ] {cee4ae39-4d44-4e26-8588-0dbbe6d1b90c} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.04.22 02:14:24.377483 [ 5 ] {cee4ae39-4d44-4e26-8588-0dbbe6d1b90c} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): 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.22 02:14:24.377620 [ 5 ] {cee4ae39-4d44-4e26-8588-0dbbe6d1b90c} executeQuery: Read 26 rows, 1.96 KiB in 0.00124 sec., 20967.74193548387 rows/sec., 1.54 MiB/sec. 2026.04.22 02:14:24.377658 [ 5 ] {cee4ae39-4d44-4e26-8588-0dbbe6d1b90c} TCPHandler: Processed in 0.001414566 sec. 2026.04.22 02:14:24.377796 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:24.377895 [ 5 ] {900c0c17-5631-4155-9fc9-014341e0c73c} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.22 02:14:24.377937 [ 5 ] {900c0c17-5631-4155-9fc9-014341e0c73c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.22 02:14:24.378358 [ 5 ] {900c0c17-5631-4155-9fc9-014341e0c73c} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:24.378396 [ 5 ] {900c0c17-5631-4155-9fc9-014341e0c73c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:24.378718 [ 5 ] {900c0c17-5631-4155-9fc9-014341e0c73c} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.04.22 02:14:24.378930 [ 5 ] {900c0c17-5631-4155-9fc9-014341e0c73c} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:14:24.379060 [ 5 ] {900c0c17-5631-4155-9fc9-014341e0c73c} executeQuery: Read 90 rows, 7.20 KiB in 0.001186 sec., 75885.32883642496 rows/sec., 5.93 MiB/sec. 2026.04.22 02:14:24.379097 [ 5 ] {900c0c17-5631-4155-9fc9-014341e0c73c} TCPHandler: Processed in 0.001351604 sec. 2026.04.22 02:14:24.379233 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:24.379329 [ 5 ] {4934bc6a-06e3-48db-a6f8-7a455886d809} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.22 02:14:24.379374 [ 5 ] {4934bc6a-06e3-48db-a6f8-7a455886d809} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.22 02:14:24.379809 [ 5 ] {4934bc6a-06e3-48db-a6f8-7a455886d809} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:24.379844 [ 5 ] {4934bc6a-06e3-48db-a6f8-7a455886d809} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:24.380188 [ 5 ] {4934bc6a-06e3-48db-a6f8-7a455886d809} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.04.22 02:14:24.380401 [ 5 ] {4934bc6a-06e3-48db-a6f8-7a455886d809} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:14:24.380532 [ 5 ] {4934bc6a-06e3-48db-a6f8-7a455886d809} executeQuery: Read 160 rows, 11.41 KiB in 0.001222 sec., 130932.8968903437 rows/sec., 9.12 MiB/sec. 2026.04.22 02:14:24.380568 [ 5 ] {4934bc6a-06e3-48db-a6f8-7a455886d809} TCPHandler: Processed in 0.001384624 sec. 2026.04.22 02:14:24.380692 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:24.380787 [ 5 ] {cc47be42-25e7-401c-9641-9efa5c6bad3c} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.22 02:14:24.380839 [ 5 ] {cc47be42-25e7-401c-9641-9efa5c6bad3c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.22 02:14:24.381634 [ 5 ] {cc47be42-25e7-401c-9641-9efa5c6bad3c} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:24.381666 [ 5 ] {cc47be42-25e7-401c-9641-9efa5c6bad3c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:24.382162 [ 5 ] {cc47be42-25e7-401c-9641-9efa5c6bad3c} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.04.22 02:14:24.382371 [ 5 ] {cc47be42-25e7-401c-9641-9efa5c6bad3c} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): 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.22 02:14:24.382573 [ 5 ] {cc47be42-25e7-401c-9641-9efa5c6bad3c} executeQuery: Read 26 rows, 47.71 KiB in 0.001804 sec., 14412.416851441241 rows/sec., 25.83 MiB/sec. 2026.04.22 02:14:24.382641 [ 5 ] {cc47be42-25e7-401c-9641-9efa5c6bad3c} TCPHandler: Processed in 0.001996406 sec. 2026.04.22 02:14:24.382766 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:24.382861 [ 5 ] {b9891ae3-340a-4735-a29d-8a467bd126fd} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.22 02:14:24.382902 [ 5 ] {b9891ae3-340a-4735-a29d-8a467bd126fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.22 02:14:24.383249 [ 5 ] {b9891ae3-340a-4735-a29d-8a467bd126fd} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:24.383284 [ 5 ] {b9891ae3-340a-4735-a29d-8a467bd126fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:24.383602 [ 5 ] {b9891ae3-340a-4735-a29d-8a467bd126fd} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.04.22 02:14:24.383809 [ 5 ] {b9891ae3-340a-4735-a29d-8a467bd126fd} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:14:24.383938 [ 5 ] {b9891ae3-340a-4735-a29d-8a467bd126fd} executeQuery: Read 60 rows, 4.14 KiB in 0.001095 sec., 54794.520547945205 rows/sec., 3.69 MiB/sec. 2026.04.22 02:14:24.383974 [ 5 ] {b9891ae3-340a-4735-a29d-8a467bd126fd} TCPHandler: Processed in 0.001256922 sec. 2026.04.22 02:14:26.354428 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:26.354601 [ 5 ] {68003870-d3d4-4552-978a-efe0a78c195e} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.22 02:14:26.354667 [ 5 ] {68003870-d3d4-4552-978a-efe0a78c195e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.22 02:14:26.355403 [ 5 ] {68003870-d3d4-4552-978a-efe0a78c195e} oximeter.fields_i16 (cb937fce-9af2-4ed4-8a2c-50f4b7db9b7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:26.355470 [ 5 ] {68003870-d3d4-4552-978a-efe0a78c195e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:26.355904 [ 5 ] {68003870-d3d4-4552-978a-efe0a78c195e} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.22 02:14:26.356140 [ 5 ] {68003870-d3d4-4552-978a-efe0a78c195e} oximeter.fields_i16 (cb937fce-9af2-4ed4-8a2c-50f4b7db9b7b): 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.22 02:14:26.356296 [ 5 ] {68003870-d3d4-4552-978a-efe0a78c195e} executeQuery: Read 24 rows, 2.04 KiB in 0.001742 sec., 13777.267508610792 rows/sec., 1.14 MiB/sec. 2026.04.22 02:14:26.356350 [ 5 ] {68003870-d3d4-4552-978a-efe0a78c195e} TCPHandler: Processed in 0.002044157 sec. 2026.04.22 02:14:26.356478 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:26.356584 [ 5 ] {72e3261a-f0de-441c-a857-1b3865664279} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.22 02:14:26.356628 [ 5 ] {72e3261a-f0de-441c-a857-1b3865664279} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.22 02:14:26.357035 [ 5 ] {72e3261a-f0de-441c-a857-1b3865664279} oximeter.fields_ipaddr (478e016b-70a4-416f-a4c0-90b63b47c331): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:26.357072 [ 5 ] {72e3261a-f0de-441c-a857-1b3865664279} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:26.357397 [ 5 ] {72e3261a-f0de-441c-a857-1b3865664279} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.22 02:14:26.357614 [ 5 ] {72e3261a-f0de-441c-a857-1b3865664279} oximeter.fields_ipaddr (478e016b-70a4-416f-a4c0-90b63b47c331): 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.22 02:14:26.357742 [ 5 ] {72e3261a-f0de-441c-a857-1b3865664279} executeQuery: Read 16 rows, 1.32 KiB in 0.001184 sec., 13513.513513513513 rows/sec., 1.09 MiB/sec. 2026.04.22 02:14:26.357781 [ 5 ] {72e3261a-f0de-441c-a857-1b3865664279} TCPHandler: Processed in 0.001355524 sec. 2026.04.22 02:14:26.357891 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:26.357985 [ 5 ] {9b34f89a-0e5d-4343-a65f-dd048673bd66} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.22 02:14:26.358025 [ 5 ] {9b34f89a-0e5d-4343-a65f-dd048673bd66} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.22 02:14:26.359575 [ 5 ] {9b34f89a-0e5d-4343-a65f-dd048673bd66} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:26.359614 [ 5 ] {9b34f89a-0e5d-4343-a65f-dd048673bd66} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:26.360091 [ 5 ] {9b34f89a-0e5d-4343-a65f-dd048673bd66} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.04.22 02:14:26.360314 [ 5 ] {9b34f89a-0e5d-4343-a65f-dd048673bd66} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:14:26.360431 [ 11 ] {} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.04.22 02:14:26.360445 [ 5 ] {9b34f89a-0e5d-4343-a65f-dd048673bd66} executeQuery: Read 2560 rows, 196.46 KiB in 0.002478 sec., 1033091.2025827279 rows/sec., 77.42 MiB/sec. 2026.04.22 02:14:26.360498 [ 11 ] {} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:26.360511 [ 5 ] {9b34f89a-0e5d-4343-a65f-dd048673bd66} MemoryTracker: Peak memory usage (for query): 4.01 MiB. 2026.04.22 02:14:26.360526 [ 11 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:26.360534 [ 5 ] {9b34f89a-0e5d-4343-a65f-dd048673bd66} TCPHandler: Processed in 0.002692198 sec. 2026.04.22 02:14:26.360666 [ 187 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::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.22 02:14:26.360678 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:26.360815 [ 5 ] {66a15213-1460-42a8-b1f3-7e40aebc4ac9} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.22 02:14:26.360817 [ 187 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:14:26.360862 [ 5 ] {66a15213-1460-42a8-b1f3-7e40aebc4ac9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.22 02:14:26.360869 [ 187 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2617 rows starting from the beginning of the part 2026.04.22 02:14:26.360947 [ 187 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 86 rows starting from the beginning of the part 2026.04.22 02:14:26.360993 [ 187 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 108 rows starting from the beginning of the part 2026.04.22 02:14:26.361034 [ 187 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 86 rows starting from the beginning of the part 2026.04.22 02:14:26.361075 [ 187 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 108 rows starting from the beginning of the part 2026.04.22 02:14:26.361115 [ 187 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 2560 rows starting from the beginning of the part 2026.04.22 02:14:26.361300 [ 5 ] {66a15213-1460-42a8-b1f3-7e40aebc4ac9} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:26.361342 [ 5 ] {66a15213-1460-42a8-b1f3-7e40aebc4ac9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:26.361662 [ 5 ] {66a15213-1460-42a8-b1f3-7e40aebc4ac9} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.04.22 02:14:26.361884 [ 5 ] {66a15213-1460-42a8-b1f3-7e40aebc4ac9} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): 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.22 02:14:26.362021 [ 5 ] {66a15213-1460-42a8-b1f3-7e40aebc4ac9} executeQuery: Read 52 rows, 3.90 KiB in 0.001225 sec., 42448.97959183674 rows/sec., 3.11 MiB/sec. 2026.04.22 02:14:26.362060 [ 5 ] {66a15213-1460-42a8-b1f3-7e40aebc4ac9} TCPHandler: Processed in 0.001431916 sec. 2026.04.22 02:14:26.362176 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:26.362271 [ 5 ] {b06709cb-c162-468e-a8bc-1b8f292d891d} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.22 02:14:26.362311 [ 5 ] {b06709cb-c162-468e-a8bc-1b8f292d891d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.22 02:14:26.362938 [ 5 ] {b06709cb-c162-468e-a8bc-1b8f292d891d} oximeter.fields_u32 (a10e9abe-df72-475e-a5a2-b131593a6390): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:26.362974 [ 5 ] {b06709cb-c162-468e-a8bc-1b8f292d891d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:26.363308 [ 5 ] {b06709cb-c162-468e-a8bc-1b8f292d891d} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.22 02:14:26.363329 [ 196 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 5565 rows, containing 5 columns (5 merged, 0 gathered) in 0.002724158 sec., 2042833.0515337216 rows/sec., 162.52 MiB/sec. 2026.04.22 02:14:26.363516 [ 5 ] {b06709cb-c162-468e-a8bc-1b8f292d891d} oximeter.fields_u32 (a10e9abe-df72-475e-a5a2-b131593a6390): 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.22 02:14:26.363596 [ 187 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.04.22 02:14:26.363650 [ 5 ] {b06709cb-c162-468e-a8bc-1b8f292d891d} executeQuery: Read 825 rows, 49.42 KiB in 0.001397 sec., 590551.1811023622 rows/sec., 34.55 MiB/sec. 2026.04.22 02:14:26.363696 [ 5 ] {b06709cb-c162-468e-a8bc-1b8f292d891d} TCPHandler: Processed in 0.001569088 sec. 2026.04.22 02:14:26.363830 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:26.363860 [ 187 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_56_11} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:14:26.363938 [ 187 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_56_11} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.04.22 02:14:26.363956 [ 5 ] {b19e990f-c415-460b-b13f-35acc7d18a5f} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.04.22 02:14:26.364012 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB. 2026.04.22 02:14:26.364014 [ 5 ] {b19e990f-c415-460b-b13f-35acc7d18a5f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.04.22 02:14:26.364502 [ 5 ] {b19e990f-c415-460b-b13f-35acc7d18a5f} oximeter.fields_u64 (0f018eed-693d-4cbc-960b-b0c41195cfef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:26.364548 [ 5 ] {b19e990f-c415-460b-b13f-35acc7d18a5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:26.364906 [ 5 ] {b19e990f-c415-460b-b13f-35acc7d18a5f} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.22 02:14:26.365117 [ 5 ] {b19e990f-c415-460b-b13f-35acc7d18a5f} oximeter.fields_u64 (0f018eed-693d-4cbc-960b-b0c41195cfef): 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.22 02:14:26.365247 [ 5 ] {b19e990f-c415-460b-b13f-35acc7d18a5f} executeQuery: Read 1 rows, 72.00 B in 0.001319 sec., 758.1501137225171 rows/sec., 53.31 KiB/sec. 2026.04.22 02:14:26.365285 [ 5 ] {b19e990f-c415-460b-b13f-35acc7d18a5f} TCPHandler: Processed in 0.001516787 sec. 2026.04.22 02:14:26.365403 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:26.365504 [ 5 ] {f3323061-5446-4567-94da-399299c0c378} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.22 02:14:26.365546 [ 5 ] {f3323061-5446-4567-94da-399299c0c378} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.22 02:14:26.365948 [ 5 ] {f3323061-5446-4567-94da-399299c0c378} oximeter.fields_u8 (0477f4e3-c0c2-460d-b2af-9ce97f919b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:26.365984 [ 5 ] {f3323061-5446-4567-94da-399299c0c378} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:26.366287 [ 5 ] {f3323061-5446-4567-94da-399299c0c378} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.22 02:14:26.366493 [ 5 ] {f3323061-5446-4567-94da-399299c0c378} oximeter.fields_u8 (0477f4e3-c0c2-460d-b2af-9ce97f919b1c): 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.22 02:14:26.366619 [ 5 ] {f3323061-5446-4567-94da-399299c0c378} executeQuery: Read 12 rows, 960.00 B in 0.001138 sec., 10544.81546572935 rows/sec., 823.81 KiB/sec. 2026.04.22 02:14:26.366657 [ 5 ] {f3323061-5446-4567-94da-399299c0c378} TCPHandler: Processed in 0.001303943 sec. 2026.04.22 02:14:26.366759 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:26.366853 [ 5 ] {d492494f-d1fd-433a-b20d-366f0d469f98} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.22 02:14:26.366893 [ 5 ] {d492494f-d1fd-433a-b20d-366f0d469f98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.22 02:14:26.367878 [ 5 ] {d492494f-d1fd-433a-b20d-366f0d469f98} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:26.367915 [ 5 ] {d492494f-d1fd-433a-b20d-366f0d469f98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:26.368273 [ 5 ] {d492494f-d1fd-433a-b20d-366f0d469f98} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.04.22 02:14:26.368487 [ 5 ] {d492494f-d1fd-433a-b20d-366f0d469f98} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:14:26.368607 [ 33 ] {} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.04.22 02:14:26.368620 [ 5 ] {d492494f-d1fd-433a-b20d-366f0d469f98} executeQuery: Read 1355 rows, 93.73 KiB in 0.001785 sec., 759103.6414565827 rows/sec., 51.28 MiB/sec. 2026.04.22 02:14:26.368673 [ 33 ] {} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:26.368684 [ 5 ] {d492494f-d1fd-433a-b20d-366f0d469f98} TCPHandler: Processed in 0.001972945 sec. 2026.04.22 02:14:26.368703 [ 33 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:26.368801 [ 198 ] {49c16442-6a08-4771-a070-99aeff5a276e::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.22 02:14:26.368806 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:26.368907 [ 198 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:14:26.368925 [ 5 ] {ff5e7d54-287b-4e7b-9cc2-00bd0fa2b981} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.22 02:14:26.368941 [ 198 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1403 rows starting from the beginning of the part 2026.04.22 02:14:26.368975 [ 5 ] {ff5e7d54-287b-4e7b-9cc2-00bd0fa2b981} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.22 02:14:26.369008 [ 198 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 79 rows starting from the beginning of the part 2026.04.22 02:14:26.369065 [ 198 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 90 rows starting from the beginning of the part 2026.04.22 02:14:26.369113 [ 198 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 79 rows starting from the beginning of the part 2026.04.22 02:14:26.369180 [ 198 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 90 rows starting from the beginning of the part 2026.04.22 02:14:26.369233 [ 198 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1355 rows starting from the beginning of the part 2026.04.22 02:14:26.369671 [ 5 ] {ff5e7d54-287b-4e7b-9cc2-00bd0fa2b981} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:26.369712 [ 5 ] {ff5e7d54-287b-4e7b-9cc2-00bd0fa2b981} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:26.370169 [ 5 ] {ff5e7d54-287b-4e7b-9cc2-00bd0fa2b981} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.04.22 02:14:26.370389 [ 5 ] {ff5e7d54-287b-4e7b-9cc2-00bd0fa2b981} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:14:26.370499 [ 33 ] {} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.04.22 02:14:26.370523 [ 5 ] {ff5e7d54-287b-4e7b-9cc2-00bd0fa2b981} executeQuery: Read 1572 rows, 98.74 KiB in 0.001617 sec., 972170.6864564008 rows/sec., 59.63 MiB/sec. 2026.04.22 02:14:26.370529 [ 33 ] {} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:26.370594 [ 5 ] {ff5e7d54-287b-4e7b-9cc2-00bd0fa2b981} TCPHandler: Processed in 0.001837583 sec. 2026.04.22 02:14:26.370597 [ 33 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:26.370647 [ 198 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 3096 rows, containing 5 columns (5 merged, 0 gathered) in 0.001880034 sec., 1646778.7284698042 rows/sec., 119.70 MiB/sec. 2026.04.22 02:14:26.370690 [ 191 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::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.22 02:14:26.370723 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:26.370822 [ 5 ] {6fc3e61f-0b2f-43d2-8a51-34129e262218} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.22 02:14:26.370825 [ 191 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:14:26.370838 [ 196 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.04.22 02:14:26.370879 [ 191 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_56_11} MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 18997 rows starting from the beginning of the part 2026.04.22 02:14:26.370881 [ 5 ] {6fc3e61f-0b2f-43d2-8a51-34129e262218} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.22 02:14:26.370969 [ 191 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::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.22 02:14:26.371028 [ 191 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 160 rows starting from the beginning of the part 2026.04.22 02:14:26.371079 [ 191 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 160 rows starting from the beginning of the part 2026.04.22 02:14:26.371129 [ 191 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::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.22 02:14:26.371159 [ 196 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_56_11} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:14:26.371177 [ 191 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1572 rows starting from the beginning of the part 2026.04.22 02:14:26.371234 [ 196 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_56_11} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.04.22 02:14:26.371314 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. 2026.04.22 02:14:26.371704 [ 5 ] {6fc3e61f-0b2f-43d2-8a51-34129e262218} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:26.371742 [ 5 ] {6fc3e61f-0b2f-43d2-8a51-34129e262218} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:26.372328 [ 5 ] {6fc3e61f-0b2f-43d2-8a51-34129e262218} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.04.22 02:14:26.372562 [ 5 ] {6fc3e61f-0b2f-43d2-8a51-34129e262218} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): 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.22 02:14:26.372728 [ 5 ] {6fc3e61f-0b2f-43d2-8a51-34129e262218} executeQuery: Read 24 rows, 44.04 KiB in 0.001924 sec., 12474.012474012474 rows/sec., 22.35 MiB/sec. 2026.04.22 02:14:26.372797 [ 5 ] {6fc3e61f-0b2f-43d2-8a51-34129e262218} TCPHandler: Processed in 0.002124108 sec. 2026.04.22 02:14:26.372912 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:26.373007 [ 5 ] {b36e0934-5c2e-4951-9cac-4eda668f5c06} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.22 02:14:26.373049 [ 5 ] {b36e0934-5c2e-4951-9cac-4eda668f5c06} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.22 02:14:26.373376 [ 5 ] {b36e0934-5c2e-4951-9cac-4eda668f5c06} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:26.373412 [ 5 ] {b36e0934-5c2e-4951-9cac-4eda668f5c06} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:26.373748 [ 5 ] {b36e0934-5c2e-4951-9cac-4eda668f5c06} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.04.22 02:14:26.373962 [ 5 ] {b36e0934-5c2e-4951-9cac-4eda668f5c06} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:14:26.374066 [ 33 ] {} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.04.22 02:14:26.374090 [ 5 ] {b36e0934-5c2e-4951-9cac-4eda668f5c06} executeQuery: Read 24 rows, 1.66 KiB in 0.001102 sec., 21778.58439201452 rows/sec., 1.47 MiB/sec. 2026.04.22 02:14:26.374096 [ 33 ] {} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:26.374131 [ 33 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:26.374134 [ 5 ] {b36e0934-5c2e-4951-9cac-4eda668f5c06} TCPHandler: Processed in 0.001271823 sec. 2026.04.22 02:14:26.374229 [ 189 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::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.22 02:14:26.374355 [ 189 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:14:26.374388 [ 189 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2628 rows starting from the beginning of the part 2026.04.22 02:14:26.374448 [ 189 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::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.22 02:14:26.374489 [ 189 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 60 rows starting from the beginning of the part 2026.04.22 02:14:26.374529 [ 189 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 60 rows starting from the beginning of the part 2026.04.22 02:14:26.374567 [ 189 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::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.22 02:14:26.374603 [ 189 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 24 rows starting from the beginning of the part 2026.04.22 02:14:26.375846 [ 190 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 2892 rows, containing 4 columns (4 merged, 0 gathered) in 0.00166754 sec., 1734291.2313947491 rows/sec., 116.88 MiB/sec. 2026.04.22 02:14:26.376133 [ 198 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.04.22 02:14:26.376377 [ 200 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 21209 rows, containing 5 columns (5 merged, 0 gathered) in 0.005722722 sec., 3706103.4941064757 rows/sec., 238.97 MiB/sec. 2026.04.22 02:14:26.376454 [ 198 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_56_11} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:14:26.376560 [ 198 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_56_11} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.04.22 02:14:26.376646 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. 2026.04.22 02:14:26.376778 [ 190 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.04.22 02:14:26.377039 [ 190 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_56_11} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:14:26.377109 [ 190 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_56_11} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.04.22 02:14:26.377185 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. 2026.04.22 02:14:28.192346 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 948 2026.04.22 02:14:28.194918 [ 242 ] {} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:28.194957 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:28.196187 [ 242 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.04.22 02:14:28.196447 [ 242 ] {} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e): 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.22 02:14:28.196709 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 948 2026.04.22 02:14:29.368653 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:29.368851 [ 5 ] {c8e25acb-8645-434d-9b68-82106b942f64} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.22 02:14:29.368924 [ 5 ] {c8e25acb-8645-434d-9b68-82106b942f64} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.22 02:14:29.369581 [ 5 ] {c8e25acb-8645-434d-9b68-82106b942f64} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:29.369619 [ 5 ] {c8e25acb-8645-434d-9b68-82106b942f64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:29.370040 [ 5 ] {c8e25acb-8645-434d-9b68-82106b942f64} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.04.22 02:14:29.370268 [ 5 ] {c8e25acb-8645-434d-9b68-82106b942f64} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:14:29.370421 [ 5 ] {c8e25acb-8645-434d-9b68-82106b942f64} executeQuery: Read 56 rows, 4.41 KiB in 0.001623 sec., 34504.00492914356 rows/sec., 2.65 MiB/sec. 2026.04.22 02:14:29.370463 [ 5 ] {c8e25acb-8645-434d-9b68-82106b942f64} TCPHandler: Processed in 0.001943345 sec. 2026.04.22 02:14:29.370587 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:29.370683 [ 5 ] {302c26ef-70e9-4021-aaaa-d7e29a535f36} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.22 02:14:29.370723 [ 5 ] {302c26ef-70e9-4021-aaaa-d7e29a535f36} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.22 02:14:29.371142 [ 5 ] {302c26ef-70e9-4021-aaaa-d7e29a535f36} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:29.371179 [ 5 ] {302c26ef-70e9-4021-aaaa-d7e29a535f36} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:29.371475 [ 5 ] {302c26ef-70e9-4021-aaaa-d7e29a535f36} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.04.22 02:14:29.371689 [ 5 ] {302c26ef-70e9-4021-aaaa-d7e29a535f36} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:14:29.371817 [ 5 ] {302c26ef-70e9-4021-aaaa-d7e29a535f36} executeQuery: Read 64 rows, 5.12 KiB in 0.001153 sec., 55507.37207285343 rows/sec., 4.33 MiB/sec. 2026.04.22 02:14:29.371854 [ 5 ] {302c26ef-70e9-4021-aaaa-d7e29a535f36} TCPHandler: Processed in 0.001317554 sec. 2026.04.22 02:14:29.371967 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:29.372063 [ 5 ] {eb82797c-f049-4191-b5c4-bee967fc748b} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.22 02:14:29.372105 [ 5 ] {eb82797c-f049-4191-b5c4-bee967fc748b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.22 02:14:29.372480 [ 5 ] {eb82797c-f049-4191-b5c4-bee967fc748b} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:29.372515 [ 5 ] {eb82797c-f049-4191-b5c4-bee967fc748b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:29.372858 [ 5 ] {eb82797c-f049-4191-b5c4-bee967fc748b} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.04.22 02:14:29.373072 [ 5 ] {eb82797c-f049-4191-b5c4-bee967fc748b} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:14:29.373200 [ 5 ] {eb82797c-f049-4191-b5c4-bee967fc748b} executeQuery: Read 96 rows, 6.85 KiB in 0.001156 sec., 83044.98269896195 rows/sec., 5.78 MiB/sec. 2026.04.22 02:14:29.373237 [ 5 ] {eb82797c-f049-4191-b5c4-bee967fc748b} TCPHandler: Processed in 0.001318524 sec. 2026.04.22 02:14:29.373351 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:29.373446 [ 5 ] {773f8647-5cc4-4e73-b279-ea68e4e323e0} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.22 02:14:29.373487 [ 5 ] {773f8647-5cc4-4e73-b279-ea68e4e323e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.22 02:14:29.373809 [ 5 ] {773f8647-5cc4-4e73-b279-ea68e4e323e0} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:29.373844 [ 5 ] {773f8647-5cc4-4e73-b279-ea68e4e323e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:29.374153 [ 5 ] {773f8647-5cc4-4e73-b279-ea68e4e323e0} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.04.22 02:14:29.374363 [ 5 ] {773f8647-5cc4-4e73-b279-ea68e4e323e0} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:14:29.374489 [ 5 ] {773f8647-5cc4-4e73-b279-ea68e4e323e0} executeQuery: Read 36 rows, 2.48 KiB in 0.001062 sec., 33898.30508474576 rows/sec., 2.28 MiB/sec. 2026.04.22 02:14:29.374525 [ 5 ] {773f8647-5cc4-4e73-b279-ea68e4e323e0} TCPHandler: Processed in 0.001221482 sec. 2026.04.22 02:14:30.659615 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 16742 2026.04.22 02:14:30.660111 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:30.660158 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:30.660664 [ 244 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.04.22 02:14:30.660897 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): 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.22 02:14:30.661039 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16742 2026.04.22 02:14:31.538701 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 264 2026.04.22 02:14:31.555168 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:31.555219 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:31.561481 [ 243 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.04.22 02:14:31.562221 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): 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.22 02:14:31.564971 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 264 2026.04.22 02:14:34.373073 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:34.373290 [ 5 ] {4dccaf31-2502-4eee-9c73-64e73cf396c9} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.22 02:14:34.373369 [ 5 ] {4dccaf31-2502-4eee-9c73-64e73cf396c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.22 02:14:34.374182 [ 5 ] {4dccaf31-2502-4eee-9c73-64e73cf396c9} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:34.374250 [ 5 ] {4dccaf31-2502-4eee-9c73-64e73cf396c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:34.374691 [ 5 ] {4dccaf31-2502-4eee-9c73-64e73cf396c9} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.04.22 02:14:34.374935 [ 5 ] {4dccaf31-2502-4eee-9c73-64e73cf396c9} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:14:34.375105 [ 5 ] {4dccaf31-2502-4eee-9c73-64e73cf396c9} executeQuery: Read 108 rows, 9.31 KiB in 0.001869 sec., 57784.91171749599 rows/sec., 4.86 MiB/sec. 2026.04.22 02:14:34.375156 [ 5 ] {4dccaf31-2502-4eee-9c73-64e73cf396c9} TCPHandler: Processed in 0.0022205 sec. 2026.04.22 02:14:34.375291 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:34.375395 [ 5 ] {66a2ed0f-914b-4136-9963-8878a1f016ea} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.22 02:14:34.375439 [ 5 ] {66a2ed0f-914b-4136-9963-8878a1f016ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.22 02:14:34.375861 [ 5 ] {66a2ed0f-914b-4136-9963-8878a1f016ea} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:34.375900 [ 5 ] {66a2ed0f-914b-4136-9963-8878a1f016ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:34.376201 [ 5 ] {66a2ed0f-914b-4136-9963-8878a1f016ea} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.04.22 02:14:34.376418 [ 5 ] {66a2ed0f-914b-4136-9963-8878a1f016ea} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): 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.22 02:14:34.376553 [ 5 ] {66a2ed0f-914b-4136-9963-8878a1f016ea} executeQuery: Read 26 rows, 1.96 KiB in 0.001181 sec., 22015.24132091448 rows/sec., 1.62 MiB/sec. 2026.04.22 02:14:34.376592 [ 5 ] {66a2ed0f-914b-4136-9963-8878a1f016ea} TCPHandler: Processed in 0.001353285 sec. 2026.04.22 02:14:34.376712 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:34.376809 [ 5 ] {238e81f4-cfe1-4ce5-a523-3bcdfccf51c4} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.22 02:14:34.376850 [ 5 ] {238e81f4-cfe1-4ce5-a523-3bcdfccf51c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.22 02:14:34.377279 [ 5 ] {238e81f4-cfe1-4ce5-a523-3bcdfccf51c4} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:34.377316 [ 5 ] {238e81f4-cfe1-4ce5-a523-3bcdfccf51c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:34.377625 [ 5 ] {238e81f4-cfe1-4ce5-a523-3bcdfccf51c4} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.04.22 02:14:34.377832 [ 5 ] {238e81f4-cfe1-4ce5-a523-3bcdfccf51c4} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:14:34.377965 [ 5 ] {238e81f4-cfe1-4ce5-a523-3bcdfccf51c4} executeQuery: Read 90 rows, 7.20 KiB in 0.001175 sec., 76595.74468085106 rows/sec., 5.98 MiB/sec. 2026.04.22 02:14:34.378003 [ 5 ] {238e81f4-cfe1-4ce5-a523-3bcdfccf51c4} TCPHandler: Processed in 0.001342004 sec. 2026.04.22 02:14:34.378124 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:34.378220 [ 5 ] {8b4c9fda-5377-4cbf-8297-fd72053478a3} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.22 02:14:34.378264 [ 5 ] {8b4c9fda-5377-4cbf-8297-fd72053478a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.22 02:14:34.378684 [ 5 ] {8b4c9fda-5377-4cbf-8297-fd72053478a3} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:34.378719 [ 5 ] {8b4c9fda-5377-4cbf-8297-fd72053478a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:34.379049 [ 5 ] {8b4c9fda-5377-4cbf-8297-fd72053478a3} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.04.22 02:14:34.379264 [ 5 ] {8b4c9fda-5377-4cbf-8297-fd72053478a3} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:14:34.379399 [ 5 ] {8b4c9fda-5377-4cbf-8297-fd72053478a3} executeQuery: Read 160 rows, 11.41 KiB in 0.001198 sec., 133555.92654424038 rows/sec., 9.30 MiB/sec. 2026.04.22 02:14:34.379437 [ 5 ] {8b4c9fda-5377-4cbf-8297-fd72053478a3} TCPHandler: Processed in 0.001362204 sec. 2026.04.22 02:14:34.379553 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:34.379649 [ 5 ] {df8698e6-5c67-413b-a8a6-6d4ac44fcc51} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.22 02:14:34.379702 [ 5 ] {df8698e6-5c67-413b-a8a6-6d4ac44fcc51} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.22 02:14:34.380506 [ 5 ] {df8698e6-5c67-413b-a8a6-6d4ac44fcc51} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:34.380543 [ 5 ] {df8698e6-5c67-413b-a8a6-6d4ac44fcc51} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:34.381083 [ 5 ] {df8698e6-5c67-413b-a8a6-6d4ac44fcc51} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.04.22 02:14:34.381301 [ 5 ] {df8698e6-5c67-413b-a8a6-6d4ac44fcc51} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): 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.22 02:14:34.381440 [ 5 ] {df8698e6-5c67-413b-a8a6-6d4ac44fcc51} executeQuery: Read 26 rows, 47.71 KiB in 0.001809 sec., 14372.581536760641 rows/sec., 25.76 MiB/sec. 2026.04.22 02:14:34.381502 [ 5 ] {df8698e6-5c67-413b-a8a6-6d4ac44fcc51} TCPHandler: Processed in 0.001998966 sec. 2026.04.22 02:14:34.381631 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:34.381726 [ 5 ] {cd2fa9c5-5ff6-4354-9e74-e8d4d13108c1} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.22 02:14:34.381768 [ 5 ] {cd2fa9c5-5ff6-4354-9e74-e8d4d13108c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.22 02:14:34.382104 [ 5 ] {cd2fa9c5-5ff6-4354-9e74-e8d4d13108c1} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:34.382140 [ 5 ] {cd2fa9c5-5ff6-4354-9e74-e8d4d13108c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:34.382441 [ 5 ] {cd2fa9c5-5ff6-4354-9e74-e8d4d13108c1} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.04.22 02:14:34.382648 [ 5 ] {cd2fa9c5-5ff6-4354-9e74-e8d4d13108c1} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:14:34.382779 [ 5 ] {cd2fa9c5-5ff6-4354-9e74-e8d4d13108c1} executeQuery: Read 60 rows, 4.14 KiB in 0.001072 sec., 55970.14925373134 rows/sec., 3.77 MiB/sec. 2026.04.22 02:14:34.382816 [ 5 ] {cd2fa9c5-5ff6-4354-9e74-e8d4d13108c1} TCPHandler: Processed in 0.001234562 sec. 2026.04.22 02:14:38.049923 [ 158 ] {} DNSResolver: Updating DNS cache 2026.04.22 02:14:38.050023 [ 158 ] {} DNSResolver: Updated DNS cache 2026.04.22 02:14:38.161186 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 17254 2026.04.22 02:14:38.161917 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:38.161994 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:38.162660 [ 244 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.04.22 02:14:38.162919 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): 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.22 02:14:38.163065 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17254 2026.04.22 02:14:38.163069 [ 157 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.04.22 02:14:38.163151 [ 157 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:38.163180 [ 157 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:38.163306 [ 197 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::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.22 02:14:38.163460 [ 197 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:14:38.163503 [ 197 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14822 rows starting from the beginning of the part 2026.04.22 02:14:38.163575 [ 197 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::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.22 02:14:38.163627 [ 197 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::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.22 02:14:38.163673 [ 197 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::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.22 02:14:38.163721 [ 197 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::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.22 02:14:38.163765 [ 197 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::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.22 02:14:38.165824 [ 194 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 17254 rows, containing 4 columns (4 merged, 0 gathered) in 0.002574916 sec., 6700801.113512052 rows/sec., 95.86 MiB/sec. 2026.04.22 02:14:38.165991 [ 195 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.04.22 02:14:38.166357 [ 195 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::all_1_36_7} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): 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.22 02:14:38.166442 [ 195 ] {9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a::all_1_36_7} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.04.22 02:14:38.166555 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.50 MiB. 2026.04.22 02:14:38.197023 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 968 2026.04.22 02:14:38.199028 [ 242 ] {} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:38.199065 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:38.200226 [ 242 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.04.22 02:14:38.200484 [ 242 ] {} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e): 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.22 02:14:38.200624 [ 157 ] {} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.04.22 02:14:38.200663 [ 157 ] {} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:38.200685 [ 157 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:38.200747 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 968 2026.04.22 02:14:38.200750 [ 197 ] {1c79f4fc-384c-445f-a131-dfb467cc319e::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.22 02:14:38.201250 [ 197 ] {1c79f4fc-384c-445f-a131-dfb467cc319e::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:14:38.201380 [ 197 ] {1c79f4fc-384c-445f-a131-dfb467cc319e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 806 rows starting from the beginning of the part 2026.04.22 02:14:38.201744 [ 197 ] {1c79f4fc-384c-445f-a131-dfb467cc319e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 46 rows starting from the beginning of the part 2026.04.22 02:14:38.202083 [ 197 ] {1c79f4fc-384c-445f-a131-dfb467cc319e::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.22 02:14:38.202414 [ 197 ] {1c79f4fc-384c-445f-a131-dfb467cc319e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 30 rows starting from the beginning of the part 2026.04.22 02:14:38.202752 [ 197 ] {1c79f4fc-384c-445f-a131-dfb467cc319e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 46 rows starting from the beginning of the part 2026.04.22 02:14:38.203079 [ 197 ] {1c79f4fc-384c-445f-a131-dfb467cc319e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 20 rows starting from the beginning of the part 2026.04.22 02:14:38.209070 [ 194 ] {1c79f4fc-384c-445f-a131-dfb467cc319e::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 968 rows, containing 72 columns (72 merged, 0 gathered) in 0.00834643 sec., 115977.72940047421 rows/sec., 94.58 MiB/sec. 2026.04.22 02:14:38.210381 [ 199 ] {1c79f4fc-384c-445f-a131-dfb467cc319e::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.04.22 02:14:38.210957 [ 199 ] {1c79f4fc-384c-445f-a131-dfb467cc319e::all_1_26_5} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e): 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.22 02:14:38.211034 [ 199 ] {1c79f4fc-384c-445f-a131-dfb467cc319e::all_1_26_5} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.04.22 02:14:38.211395 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.26 MiB. 2026.04.22 02:14:39.065133 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 271 2026.04.22 02:14:39.082359 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:39.082414 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:39.088433 [ 243 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.04.22 02:14:39.089116 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): 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.22 02:14:39.089433 [ 157 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.04.22 02:14:39.089502 [ 157 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:39.089527 [ 157 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:39.089650 [ 197 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::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.22 02:14:39.092067 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 271 2026.04.22 02:14:39.093632 [ 197 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:14:39.095068 [ 197 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::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.22 02:14:39.099489 [ 197 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::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.22 02:14:39.103932 [ 197 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::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.22 02:14:39.108506 [ 197 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 7 rows starting from the beginning of the part 2026.04.22 02:14:39.113190 [ 197 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 8 rows starting from the beginning of the part 2026.04.22 02:14:39.117101 [ 197 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 7 rows starting from the beginning of the part 2026.04.22 02:14:39.168426 [ 194 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 271 rows, containing 679 columns (679 merged, 0 gathered) in 0.078821731 sec., 3438.138144923511 rows/sec., 17.78 MiB/sec. 2026.04.22 02:14:39.171216 [ 188 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.04.22 02:14:39.173221 [ 188 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::all_1_36_7} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): 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.22 02:14:39.173325 [ 188 ] {c4adb3b0-cb75-4923-9eae-78a49c86c3fb::all_1_36_7} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.04.22 02:14:39.175912 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB. 2026.04.22 02:14:39.300694 [ 139 ] {} oximeter.fields_ipaddr (478e016b-70a4-416f-a4c0-90b63b47c331) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2026.04.22 02:14:39.300754 [ 139 ] {} oximeter.fields_ipaddr (478e016b-70a4-416f-a4c0-90b63b47c331): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:39.300776 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:39.300878 [ 192 ] {478e016b-70a4-416f-a4c0-90b63b47c331::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.22 02:14:39.301006 [ 192 ] {478e016b-70a4-416f-a4c0-90b63b47c331::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:14:39.301041 [ 192 ] {478e016b-70a4-416f-a4c0-90b63b47c331::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 20 rows starting from the beginning of the part 2026.04.22 02:14:39.301105 [ 192 ] {478e016b-70a4-416f-a4c0-90b63b47c331::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 16 rows starting from the beginning of the part 2026.04.22 02:14:39.301153 [ 192 ] {478e016b-70a4-416f-a4c0-90b63b47c331::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part 2026.04.22 02:14:39.301206 [ 192 ] {478e016b-70a4-416f-a4c0-90b63b47c331::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.22 02:14:39.301252 [ 192 ] {478e016b-70a4-416f-a4c0-90b63b47c331::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.22 02:14:39.301965 [ 192 ] {478e016b-70a4-416f-a4c0-90b63b47c331::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 56 rows, containing 5 columns (5 merged, 0 gathered) in 0.001132951 sec., 49428.439535337355 rows/sec., 4.16 MiB/sec. 2026.04.22 02:14:39.302159 [ 186 ] {478e016b-70a4-416f-a4c0-90b63b47c331::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2026.04.22 02:14:39.302489 [ 186 ] {478e016b-70a4-416f-a4c0-90b63b47c331::all_1_13_3} oximeter.fields_ipaddr (478e016b-70a4-416f-a4c0-90b63b47c331): 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.22 02:14:39.302567 [ 186 ] {478e016b-70a4-416f-a4c0-90b63b47c331::all_1_13_3} oximeter.fields_ipaddr (478e016b-70a4-416f-a4c0-90b63b47c331) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2026.04.22 02:14:39.302676 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.04.22 02:14:39.372488 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:39.372666 [ 5 ] {9111f876-ec39-4253-b488-4f7fc36c0381} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.22 02:14:39.372734 [ 5 ] {9111f876-ec39-4253-b488-4f7fc36c0381} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.22 02:14:39.373432 [ 5 ] {9111f876-ec39-4253-b488-4f7fc36c0381} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:39.373476 [ 5 ] {9111f876-ec39-4253-b488-4f7fc36c0381} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:39.373848 [ 5 ] {9111f876-ec39-4253-b488-4f7fc36c0381} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.04.22 02:14:39.374069 [ 5 ] {9111f876-ec39-4253-b488-4f7fc36c0381} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:14:39.374218 [ 5 ] {9111f876-ec39-4253-b488-4f7fc36c0381} executeQuery: Read 86 rows, 7.40 KiB in 0.001607 sec., 53515.86807716242 rows/sec., 4.50 MiB/sec. 2026.04.22 02:14:39.374264 [ 5 ] {9111f876-ec39-4253-b488-4f7fc36c0381} TCPHandler: Processed in 0.001895974 sec. 2026.04.22 02:14:39.374390 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:39.374489 [ 5 ] {ac3d1f0a-760a-4faa-b10b-e7935e447771} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.22 02:14:39.374531 [ 5 ] {ac3d1f0a-760a-4faa-b10b-e7935e447771} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.22 02:14:39.374937 [ 5 ] {ac3d1f0a-760a-4faa-b10b-e7935e447771} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:39.374973 [ 5 ] {ac3d1f0a-760a-4faa-b10b-e7935e447771} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:39.375280 [ 5 ] {ac3d1f0a-760a-4faa-b10b-e7935e447771} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.04.22 02:14:39.375485 [ 5 ] {ac3d1f0a-760a-4faa-b10b-e7935e447771} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): 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.22 02:14:39.375613 [ 5 ] {ac3d1f0a-760a-4faa-b10b-e7935e447771} executeQuery: Read 15 rows, 1.13 KiB in 0.001147 sec., 13077.593722755013 rows/sec., 983.37 KiB/sec. 2026.04.22 02:14:39.375652 [ 5 ] {ac3d1f0a-760a-4faa-b10b-e7935e447771} TCPHandler: Processed in 0.001311583 sec. 2026.04.22 02:14:39.375781 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:39.375875 [ 5 ] {56cd6a5f-37a3-4ce5-a176-cda54b082bf4} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.22 02:14:39.375914 [ 5 ] {56cd6a5f-37a3-4ce5-a176-cda54b082bf4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.22 02:14:39.376318 [ 5 ] {56cd6a5f-37a3-4ce5-a176-cda54b082bf4} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:39.376353 [ 5 ] {56cd6a5f-37a3-4ce5-a176-cda54b082bf4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:39.376650 [ 5 ] {56cd6a5f-37a3-4ce5-a176-cda54b082bf4} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.04.22 02:14:39.376888 [ 5 ] {56cd6a5f-37a3-4ce5-a176-cda54b082bf4} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:14:39.377011 [ 5 ] {56cd6a5f-37a3-4ce5-a176-cda54b082bf4} executeQuery: Read 79 rows, 6.32 KiB in 0.001156 sec., 68339.10034602077 rows/sec., 5.34 MiB/sec. 2026.04.22 02:14:39.377047 [ 5 ] {56cd6a5f-37a3-4ce5-a176-cda54b082bf4} TCPHandler: Processed in 0.001313994 sec. 2026.04.22 02:14:39.377164 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:39.377256 [ 5 ] {1bad0a37-27ee-4255-8d03-6c1c8a7fafc6} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.22 02:14:39.377297 [ 5 ] {1bad0a37-27ee-4255-8d03-6c1c8a7fafc6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.22 02:14:39.377705 [ 5 ] {1bad0a37-27ee-4255-8d03-6c1c8a7fafc6} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:39.377740 [ 5 ] {1bad0a37-27ee-4255-8d03-6c1c8a7fafc6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:39.378078 [ 5 ] {1bad0a37-27ee-4255-8d03-6c1c8a7fafc6} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.04.22 02:14:39.378285 [ 5 ] {1bad0a37-27ee-4255-8d03-6c1c8a7fafc6} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:14:39.378409 [ 5 ] {1bad0a37-27ee-4255-8d03-6c1c8a7fafc6} executeQuery: Read 160 rows, 11.41 KiB in 0.001172 sec., 136518.771331058 rows/sec., 9.51 MiB/sec. 2026.04.22 02:14:39.378445 [ 5 ] {1bad0a37-27ee-4255-8d03-6c1c8a7fafc6} TCPHandler: Processed in 0.001327784 sec. 2026.04.22 02:14:39.378560 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:39.378652 [ 5 ] {9854971c-a9fe-441b-9b42-e00495cbe92c} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.22 02:14:39.378704 [ 5 ] {9854971c-a9fe-441b-9b42-e00495cbe92c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.22 02:14:39.379456 [ 5 ] {9854971c-a9fe-441b-9b42-e00495cbe92c} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:39.379491 [ 5 ] {9854971c-a9fe-441b-9b42-e00495cbe92c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:39.380017 [ 5 ] {9854971c-a9fe-441b-9b42-e00495cbe92c} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.04.22 02:14:39.380226 [ 5 ] {9854971c-a9fe-441b-9b42-e00495cbe92c} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): 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.22 02:14:39.380357 [ 5 ] {9854971c-a9fe-441b-9b42-e00495cbe92c} executeQuery: Read 15 rows, 27.52 KiB in 0.001772 sec., 8465.011286681716 rows/sec., 15.17 MiB/sec. 2026.04.22 02:14:39.380415 [ 5 ] {9854971c-a9fe-441b-9b42-e00495cbe92c} TCPHandler: Processed in 0.001955355 sec. 2026.04.22 02:14:39.380534 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:39.380688 [ 5 ] {4ccee104-dc0a-4c34-bd15-95dcdd6361f9} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.22 02:14:39.380729 [ 5 ] {4ccee104-dc0a-4c34-bd15-95dcdd6361f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.22 02:14:39.381055 [ 5 ] {4ccee104-dc0a-4c34-bd15-95dcdd6361f9} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:39.381091 [ 5 ] {4ccee104-dc0a-4c34-bd15-95dcdd6361f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:39.381396 [ 5 ] {4ccee104-dc0a-4c34-bd15-95dcdd6361f9} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.04.22 02:14:39.381621 [ 5 ] {4ccee104-dc0a-4c34-bd15-95dcdd6361f9} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:14:39.381744 [ 5 ] {4ccee104-dc0a-4c34-bd15-95dcdd6361f9} executeQuery: Read 60 rows, 4.14 KiB in 0.001073 sec., 55917.98695246971 rows/sec., 3.77 MiB/sec. 2026.04.22 02:14:39.381778 [ 5 ] {4ccee104-dc0a-4c34-bd15-95dcdd6361f9} TCPHandler: Processed in 0.001230382 sec. 2026.04.22 02:14:44.373459 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:44.373664 [ 5 ] {32cfab96-ac51-452b-b64f-4f925ed3840a} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.22 02:14:44.373740 [ 5 ] {32cfab96-ac51-452b-b64f-4f925ed3840a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.22 02:14:44.374426 [ 5 ] {32cfab96-ac51-452b-b64f-4f925ed3840a} oximeter.fields_ipaddr (478e016b-70a4-416f-a4c0-90b63b47c331): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:44.374486 [ 5 ] {32cfab96-ac51-452b-b64f-4f925ed3840a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:44.374921 [ 5 ] {32cfab96-ac51-452b-b64f-4f925ed3840a} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.22 02:14:44.375146 [ 5 ] {32cfab96-ac51-452b-b64f-4f925ed3840a} oximeter.fields_ipaddr (478e016b-70a4-416f-a4c0-90b63b47c331): 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.22 02:14:44.375304 [ 5 ] {32cfab96-ac51-452b-b64f-4f925ed3840a} executeQuery: Read 2 rows, 167.00 B in 0.001694 sec., 1180.637544273908 rows/sec., 96.27 KiB/sec. 2026.04.22 02:14:44.375357 [ 5 ] {32cfab96-ac51-452b-b64f-4f925ed3840a} TCPHandler: Processed in 0.002024356 sec. 2026.04.22 02:14:44.375499 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:44.375602 [ 5 ] {c6af9163-57df-485b-a692-de81df1bb3b2} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.22 02:14:44.375645 [ 5 ] {c6af9163-57df-485b-a692-de81df1bb3b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.22 02:14:44.376117 [ 5 ] {c6af9163-57df-485b-a692-de81df1bb3b2} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:44.376157 [ 5 ] {c6af9163-57df-485b-a692-de81df1bb3b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:44.376471 [ 5 ] {c6af9163-57df-485b-a692-de81df1bb3b2} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.04.22 02:14:44.376691 [ 5 ] {c6af9163-57df-485b-a692-de81df1bb3b2} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:14:44.376821 [ 5 ] {c6af9163-57df-485b-a692-de81df1bb3b2} executeQuery: Read 109 rows, 9.38 KiB in 0.001243 sec., 87691.06999195495 rows/sec., 7.37 MiB/sec. 2026.04.22 02:14:44.376860 [ 5 ] {c6af9163-57df-485b-a692-de81df1bb3b2} TCPHandler: Processed in 0.001413795 sec. 2026.04.22 02:14:44.376986 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:44.377083 [ 5 ] {e9594d9a-196d-4b74-aee5-e33de21fbb8d} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.22 02:14:44.377124 [ 5 ] {e9594d9a-196d-4b74-aee5-e33de21fbb8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.22 02:14:44.377528 [ 5 ] {e9594d9a-196d-4b74-aee5-e33de21fbb8d} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:44.377565 [ 5 ] {e9594d9a-196d-4b74-aee5-e33de21fbb8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:44.377880 [ 5 ] {e9594d9a-196d-4b74-aee5-e33de21fbb8d} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.04.22 02:14:44.378088 [ 5 ] {e9594d9a-196d-4b74-aee5-e33de21fbb8d} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): 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.22 02:14:44.378198 [ 149 ] {} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.04.22 02:14:44.378215 [ 5 ] {e9594d9a-196d-4b74-aee5-e33de21fbb8d} executeQuery: Read 28 rows, 2.09 KiB in 0.001151 sec., 24326.67245873154 rows/sec., 1.78 MiB/sec. 2026.04.22 02:14:44.378269 [ 149 ] {} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:44.378278 [ 5 ] {e9594d9a-196d-4b74-aee5-e33de21fbb8d} TCPHandler: Processed in 0.001342124 sec. 2026.04.22 02:14:44.378298 [ 149 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:44.378392 [ 188 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::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.22 02:14:44.378404 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:44.378487 [ 188 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:14:44.378510 [ 5 ] {38dc8528-a1ae-43e1-bed6-7996bcdba9c5} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.22 02:14:44.378516 [ 188 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 82 rows starting from the beginning of the part 2026.04.22 02:14:44.378550 [ 5 ] {38dc8528-a1ae-43e1-bed6-7996bcdba9c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.22 02:14:44.378583 [ 188 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 26 rows starting from the beginning of the part 2026.04.22 02:14:44.378627 [ 188 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 52 rows starting from the beginning of the part 2026.04.22 02:14:44.378667 [ 188 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 26 rows starting from the beginning of the part 2026.04.22 02:14:44.378707 [ 188 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 15 rows starting from the beginning of the part 2026.04.22 02:14:44.378745 [ 188 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 28 rows starting from the beginning of the part 2026.04.22 02:14:44.378979 [ 5 ] {38dc8528-a1ae-43e1-bed6-7996bcdba9c5} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:44.379015 [ 5 ] {38dc8528-a1ae-43e1-bed6-7996bcdba9c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:44.379373 [ 5 ] {38dc8528-a1ae-43e1-bed6-7996bcdba9c5} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.04.22 02:14:44.379482 [ 186 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 229 rows, containing 5 columns (5 merged, 0 gathered) in 0.00112059 sec., 204356.63355910723 rows/sec., 15.73 MiB/sec. 2026.04.22 02:14:44.379593 [ 5 ] {38dc8528-a1ae-43e1-bed6-7996bcdba9c5} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:14:44.379645 [ 192 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.04.22 02:14:44.379734 [ 5 ] {38dc8528-a1ae-43e1-bed6-7996bcdba9c5} executeQuery: Read 92 rows, 7.36 KiB in 0.001243 sec., 74014.48109412711 rows/sec., 5.78 MiB/sec. 2026.04.22 02:14:44.379773 [ 5 ] {38dc8528-a1ae-43e1-bed6-7996bcdba9c5} TCPHandler: Processed in 0.001418565 sec. 2026.04.22 02:14:44.379892 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:44.379897 [ 192 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_51_10} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): 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.22 02:14:44.379974 [ 192 ] {94304554-b7fa-428d-8bb6-ccc33b5f3e0f::all_1_51_10} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.04.22 02:14:44.379987 [ 5 ] {642eed53-17d6-45f9-84b2-b7711f53cacf} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.22 02:14:44.380030 [ 5 ] {642eed53-17d6-45f9-84b2-b7711f53cacf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.22 02:14:44.380037 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.04.22 02:14:44.380437 [ 5 ] {642eed53-17d6-45f9-84b2-b7711f53cacf} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:44.380473 [ 5 ] {642eed53-17d6-45f9-84b2-b7711f53cacf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:44.380800 [ 5 ] {642eed53-17d6-45f9-84b2-b7711f53cacf} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.04.22 02:14:44.381015 [ 5 ] {642eed53-17d6-45f9-84b2-b7711f53cacf} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:14:44.381141 [ 5 ] {642eed53-17d6-45f9-84b2-b7711f53cacf} executeQuery: Read 161 rows, 11.48 KiB in 0.001173 sec., 137254.9019607843 rows/sec., 9.56 MiB/sec. 2026.04.22 02:14:44.381179 [ 5 ] {642eed53-17d6-45f9-84b2-b7711f53cacf} TCPHandler: Processed in 0.001335064 sec. 2026.04.22 02:14:44.381294 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:44.381390 [ 5 ] {7573693f-0e55-4b34-ab82-bcaf5397c605} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.22 02:14:44.381445 [ 5 ] {7573693f-0e55-4b34-ab82-bcaf5397c605} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.22 02:14:44.382272 [ 5 ] {7573693f-0e55-4b34-ab82-bcaf5397c605} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:44.382308 [ 5 ] {7573693f-0e55-4b34-ab82-bcaf5397c605} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:44.382874 [ 5 ] {7573693f-0e55-4b34-ab82-bcaf5397c605} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.04.22 02:14:44.383124 [ 5 ] {7573693f-0e55-4b34-ab82-bcaf5397c605} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): 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.22 02:14:44.383238 [ 149 ] {} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.04.22 02:14:44.383261 [ 5 ] {7573693f-0e55-4b34-ab82-bcaf5397c605} executeQuery: Read 26 rows, 47.71 KiB in 0.001889 sec., 13763.896241397564 rows/sec., 24.66 MiB/sec. 2026.04.22 02:14:44.383279 [ 149 ] {} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:44.383305 [ 149 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:44.383332 [ 5 ] {7573693f-0e55-4b34-ab82-bcaf5397c605} TCPHandler: Processed in 0.002086198 sec. 2026.04.22 02:14:44.383398 [ 186 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::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.22 02:14:44.383467 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:44.383565 [ 5 ] {373c95c7-80a3-4edd-881f-8982e7e26ac8} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.22 02:14:44.383606 [ 5 ] {373c95c7-80a3-4edd-881f-8982e7e26ac8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.22 02:14:44.383643 [ 186 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:14:44.383710 [ 186 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 945 rows starting from the beginning of the part 2026.04.22 02:14:44.383847 [ 186 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 26 rows starting from the beginning of the part 2026.04.22 02:14:44.383961 [ 5 ] {373c95c7-80a3-4edd-881f-8982e7e26ac8} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:44.383963 [ 186 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 24 rows starting from the beginning of the part 2026.04.22 02:14:44.384005 [ 5 ] {373c95c7-80a3-4edd-881f-8982e7e26ac8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:44.384095 [ 186 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 26 rows starting from the beginning of the part 2026.04.22 02:14:44.384202 [ 186 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 15 rows starting from the beginning of the part 2026.04.22 02:14:44.384307 [ 186 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 26 rows starting from the beginning of the part 2026.04.22 02:14:44.384331 [ 5 ] {373c95c7-80a3-4edd-881f-8982e7e26ac8} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.04.22 02:14:44.384555 [ 5 ] {373c95c7-80a3-4edd-881f-8982e7e26ac8} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:14:44.384696 [ 5 ] {373c95c7-80a3-4edd-881f-8982e7e26ac8} executeQuery: Read 60 rows, 4.14 KiB in 0.001149 sec., 52219.32114882506 rows/sec., 3.52 MiB/sec. 2026.04.22 02:14:44.384736 [ 5 ] {373c95c7-80a3-4edd-881f-8982e7e26ac8} TCPHandler: Processed in 0.001318584 sec. 2026.04.22 02:14:44.390892 [ 202 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 1062 rows, containing 19 columns (19 merged, 0 gathered) in 0.007531375 sec., 141010.1077160545 rows/sec., 252.68 MiB/sec. 2026.04.22 02:14:44.392191 [ 193 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.04.22 02:14:44.392575 [ 193 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_51_10} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): 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.22 02:14:44.392662 [ 193 ] {d134ca27-b9c5-42a0-b546-f270883cdbfd::all_1_51_10} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.04.22 02:14:44.392798 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.42 MiB. 2026.04.22 02:14:45.000186 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 288.23 MiB, peak 299.08 MiB, free memory in arenas 0.00 B, will set to 291.88 MiB (RSS), difference: 3.64 MiB 2026.04.22 02:14:45.663204 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 17702 2026.04.22 02:14:45.664037 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:45.664081 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:45.664582 [ 244 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.04.22 02:14:45.664828 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): 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.22 02:14:45.664975 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17702 2026.04.22 02:14:46.592172 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 279 2026.04.22 02:14:46.607599 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:46.607647 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:46.613235 [ 243 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.04.22 02:14:46.613920 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): 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.22 02:14:46.616572 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 279 2026.04.22 02:14:48.200940 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 994 2026.04.22 02:14:48.203177 [ 242 ] {} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:48.203216 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:48.204373 [ 242 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.04.22 02:14:48.204633 [ 242 ] {} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e): 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.22 02:14:48.204883 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 994 2026.04.22 02:14:49.372446 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:49.372621 [ 5 ] {c814c94d-b995-4bde-9c78-670f7b5f5192} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.22 02:14:49.372683 [ 5 ] {c814c94d-b995-4bde-9c78-670f7b5f5192} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.22 02:14:49.373289 [ 5 ] {c814c94d-b995-4bde-9c78-670f7b5f5192} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:49.373330 [ 5 ] {c814c94d-b995-4bde-9c78-670f7b5f5192} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:49.373724 [ 5 ] {c814c94d-b995-4bde-9c78-670f7b5f5192} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.04.22 02:14:49.373953 [ 5 ] {c814c94d-b995-4bde-9c78-670f7b5f5192} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:14:49.374095 [ 145 ] {} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.04.22 02:14:49.374101 [ 5 ] {c814c94d-b995-4bde-9c78-670f7b5f5192} executeQuery: Read 86 rows, 7.40 KiB in 0.001529 sec., 56245.91236102027 rows/sec., 4.72 MiB/sec. 2026.04.22 02:14:49.374180 [ 145 ] {} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:49.374196 [ 5 ] {c814c94d-b995-4bde-9c78-670f7b5f5192} TCPHandler: Processed in 0.001869444 sec. 2026.04.22 02:14:49.374210 [ 145 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:49.374317 [ 192 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::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.22 02:14:49.374338 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:49.374422 [ 192 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:14:49.374434 [ 5 ] {0d681016-da55-4c9e-9051-6d56193309c9} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.22 02:14:49.374455 [ 192 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2617 rows starting from the beginning of the part 2026.04.22 02:14:49.374474 [ 5 ] {0d681016-da55-4c9e-9051-6d56193309c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.22 02:14:49.374520 [ 192 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 56 rows starting from the beginning of the part 2026.04.22 02:14:49.374573 [ 192 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 108 rows starting from the beginning of the part 2026.04.22 02:14:49.374621 [ 192 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 86 rows starting from the beginning of the part 2026.04.22 02:14:49.374663 [ 192 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 109 rows starting from the beginning of the part 2026.04.22 02:14:49.374707 [ 192 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 86 rows starting from the beginning of the part 2026.04.22 02:14:49.374866 [ 5 ] {0d681016-da55-4c9e-9051-6d56193309c9} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:49.374900 [ 5 ] {0d681016-da55-4c9e-9051-6d56193309c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:49.375192 [ 5 ] {0d681016-da55-4c9e-9051-6d56193309c9} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.04.22 02:14:49.375400 [ 5 ] {0d681016-da55-4c9e-9051-6d56193309c9} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): 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.22 02:14:49.375524 [ 5 ] {0d681016-da55-4c9e-9051-6d56193309c9} executeQuery: Read 15 rows, 1.13 KiB in 0.001109 sec., 13525.698827772769 rows/sec., 1017.07 KiB/sec. 2026.04.22 02:14:49.375561 [ 5 ] {0d681016-da55-4c9e-9051-6d56193309c9} TCPHandler: Processed in 0.001269683 sec. 2026.04.22 02:14:49.375677 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:49.375770 [ 5 ] {bf62081f-18d2-4bc7-ae02-21d931e72407} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.22 02:14:49.375809 [ 5 ] {bf62081f-18d2-4bc7-ae02-21d931e72407} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.22 02:14:49.375946 [ 187 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 3062 rows, containing 5 columns (5 merged, 0 gathered) in 0.00166843 sec., 1835258.296722068 rows/sec., 147.27 MiB/sec. 2026.04.22 02:14:49.376215 [ 5 ] {bf62081f-18d2-4bc7-ae02-21d931e72407} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:49.376257 [ 5 ] {bf62081f-18d2-4bc7-ae02-21d931e72407} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:49.376311 [ 187 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.04.22 02:14:49.376591 [ 5 ] {bf62081f-18d2-4bc7-ae02-21d931e72407} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.04.22 02:14:49.376707 [ 187 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_61_12} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:14:49.376814 [ 187 ] {05054af7-4bb2-4dd5-8030-f536fcf0a114::all_1_61_12} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.04.22 02:14:49.376854 [ 5 ] {bf62081f-18d2-4bc7-ae02-21d931e72407} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:14:49.376912 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. 2026.04.22 02:14:49.376967 [ 145 ] {} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.04.22 02:14:49.376985 [ 5 ] {bf62081f-18d2-4bc7-ae02-21d931e72407} executeQuery: Read 79 rows, 6.32 KiB in 0.001232 sec., 64123.37662337662 rows/sec., 5.01 MiB/sec. 2026.04.22 02:14:49.376999 [ 145 ] {} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:49.377025 [ 145 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:49.377028 [ 5 ] {bf62081f-18d2-4bc7-ae02-21d931e72407} TCPHandler: Processed in 0.001398075 sec. 2026.04.22 02:14:49.377124 [ 202 ] {49c16442-6a08-4771-a070-99aeff5a276e::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.22 02:14:49.377162 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:49.377236 [ 202 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:14:49.377258 [ 5 ] {2ca55fab-234c-4515-b324-ed1aa14879e3} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.22 02:14:49.377271 [ 202 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1403 rows starting from the beginning of the part 2026.04.22 02:14:49.377307 [ 5 ] {2ca55fab-234c-4515-b324-ed1aa14879e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.22 02:14:49.377342 [ 202 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 64 rows starting from the beginning of the part 2026.04.22 02:14:49.377390 [ 202 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 90 rows starting from the beginning of the part 2026.04.22 02:14:49.377429 [ 202 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 79 rows starting from the beginning of the part 2026.04.22 02:14:49.377468 [ 202 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 92 rows starting from the beginning of the part 2026.04.22 02:14:49.377508 [ 202 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 79 rows starting from the beginning of the part 2026.04.22 02:14:49.377709 [ 5 ] {2ca55fab-234c-4515-b324-ed1aa14879e3} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:49.377750 [ 5 ] {2ca55fab-234c-4515-b324-ed1aa14879e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:49.378087 [ 5 ] {2ca55fab-234c-4515-b324-ed1aa14879e3} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.04.22 02:14:49.378305 [ 5 ] {2ca55fab-234c-4515-b324-ed1aa14879e3} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:14:49.378409 [ 145 ] {} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.04.22 02:14:49.378428 [ 5 ] {2ca55fab-234c-4515-b324-ed1aa14879e3} executeQuery: Read 160 rows, 11.41 KiB in 0.001188 sec., 134680.13468013468 rows/sec., 9.38 MiB/sec. 2026.04.22 02:14:49.378440 [ 145 ] {} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:49.378466 [ 145 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:49.378471 [ 5 ] {2ca55fab-234c-4515-b324-ed1aa14879e3} TCPHandler: Processed in 0.001355684 sec. 2026.04.22 02:14:49.378528 [ 200 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 1807 rows, containing 5 columns (5 merged, 0 gathered) in 0.001443436 sec., 1251874.0006484527 rows/sec., 92.66 MiB/sec. 2026.04.22 02:14:49.378542 [ 196 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::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.22 02:14:49.378612 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:49.378644 [ 196 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:14:49.378671 [ 196 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_61_12} MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 21209 rows starting from the beginning of the part 2026.04.22 02:14:49.378704 [ 5 ] {f8fcd3c2-86e5-485d-b200-9e4b5eaaf39d} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.22 02:14:49.378722 [ 196 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 96 rows starting from the beginning of the part 2026.04.22 02:14:49.378758 [ 5 ] {f8fcd3c2-86e5-485d-b200-9e4b5eaaf39d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.22 02:14:49.378770 [ 196 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 160 rows starting from the beginning of the part 2026.04.22 02:14:49.378800 [ 191 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.04.22 02:14:49.378809 [ 196 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 160 rows starting from the beginning of the part 2026.04.22 02:14:49.378875 [ 196 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 161 rows starting from the beginning of the part 2026.04.22 02:14:49.378914 [ 196 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 160 rows starting from the beginning of the part 2026.04.22 02:14:49.379197 [ 196 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_61_12} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:14:49.379273 [ 196 ] {49c16442-6a08-4771-a070-99aeff5a276e::all_1_61_12} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.04.22 02:14:49.379353 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. 2026.04.22 02:14:49.379526 [ 5 ] {f8fcd3c2-86e5-485d-b200-9e4b5eaaf39d} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:49.379562 [ 5 ] {f8fcd3c2-86e5-485d-b200-9e4b5eaaf39d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:49.380125 [ 5 ] {f8fcd3c2-86e5-485d-b200-9e4b5eaaf39d} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.04.22 02:14:49.380346 [ 5 ] {f8fcd3c2-86e5-485d-b200-9e4b5eaaf39d} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): 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.22 02:14:49.380490 [ 5 ] {f8fcd3c2-86e5-485d-b200-9e4b5eaaf39d} executeQuery: Read 15 rows, 27.52 KiB in 0.001803 sec., 8319.46755407654 rows/sec., 14.91 MiB/sec. 2026.04.22 02:14:49.380542 [ 5 ] {f8fcd3c2-86e5-485d-b200-9e4b5eaaf39d} TCPHandler: Processed in 0.001976705 sec. 2026.04.22 02:14:49.380657 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:49.380746 [ 5 ] {b9cf06cd-b8c6-4909-a44b-d02b9020c218} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.22 02:14:49.380784 [ 5 ] {b9cf06cd-b8c6-4909-a44b-d02b9020c218} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.22 02:14:49.381116 [ 5 ] {b9cf06cd-b8c6-4909-a44b-d02b9020c218} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:49.381149 [ 5 ] {b9cf06cd-b8c6-4909-a44b-d02b9020c218} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:49.381437 [ 5 ] {b9cf06cd-b8c6-4909-a44b-d02b9020c218} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.04.22 02:14:49.381701 [ 5 ] {b9cf06cd-b8c6-4909-a44b-d02b9020c218} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:14:49.381821 [ 145 ] {} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.04.22 02:14:49.381826 [ 5 ] {b9cf06cd-b8c6-4909-a44b-d02b9020c218} executeQuery: Read 60 rows, 4.14 KiB in 0.001093 sec., 54894.784995425434 rows/sec., 3.70 MiB/sec. 2026.04.22 02:14:49.381852 [ 145 ] {} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:49.381877 [ 145 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:49.381878 [ 5 ] {b9cf06cd-b8c6-4909-a44b-d02b9020c218} TCPHandler: Processed in 0.001266592 sec. 2026.04.22 02:14:49.381984 [ 202 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::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.22 02:14:49.382098 [ 202 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:14:49.382130 [ 202 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2892 rows starting from the beginning of the part 2026.04.22 02:14:49.382184 [ 202 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 36 rows starting from the beginning of the part 2026.04.22 02:14:49.382227 [ 202 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::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.22 02:14:49.382268 [ 202 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::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.22 02:14:49.382306 [ 202 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 60 rows starting from the beginning of the part 2026.04.22 02:14:49.382344 [ 202 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 60 rows starting from the beginning of the part 2026.04.22 02:14:49.383652 [ 200 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 3168 rows, containing 4 columns (4 merged, 0 gathered) in 0.001713431 sec., 1848921.841614865 rows/sec., 124.60 MiB/sec. 2026.04.22 02:14:49.383982 [ 202 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.04.22 02:14:49.384221 [ 202 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_61_12} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:14:49.384286 [ 202 ] {e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605::all_1_61_12} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.04.22 02:14:49.384343 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. 2026.04.22 02:14:49.384505 [ 202 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 21946 rows, containing 5 columns (5 merged, 0 gathered) in 0.005999067 sec., 3658235.5222903825 rows/sec., 236.52 MiB/sec. 2026.04.22 02:14:49.385041 [ 190 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.04.22 02:14:49.385348 [ 190 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_61_12} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:14:49.385431 [ 190 ] {af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08::all_1_61_12} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.04.22 02:14:49.385515 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. 2026.04.22 02:14:50.000259 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 292.46 MiB, peak 302.95 MiB, free memory in arenas 0.00 B, will set to 293.52 MiB (RSS), difference: 1.06 MiB 2026.04.22 02:14:53.050094 [ 140 ] {} DNSResolver: Updating DNS cache 2026.04.22 02:14:53.050165 [ 140 ] {} DNSResolver: Updated DNS cache 2026.04.22 02:14:53.165095 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 18214 2026.04.22 02:14:53.165665 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:53.165720 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:53.166224 [ 244 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.04.22 02:14:53.166472 [ 244 ] {} system.asynchronous_metric_log (9f6fada6-53f4-4a7e-a709-a1ef7b8aea2a): 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.22 02:14:53.166621 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18214 2026.04.22 02:14:54.116683 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 2026.04.22 02:14:54.133535 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:54.133603 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:54.139694 [ 243 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.04.22 02:14:54.140435 [ 243 ] {} system.metric_log (c4adb3b0-cb75-4923-9eae-78a49c86c3fb): 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.22 02:14:54.143326 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 287 2026.04.22 02:14:54.373916 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:54.374106 [ 5 ] {7c6f0139-9b86-4d0c-b058-a562b8d3eb5e} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.22 02:14:54.374174 [ 5 ] {7c6f0139-9b86-4d0c-b058-a562b8d3eb5e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.22 02:14:54.374886 [ 5 ] {7c6f0139-9b86-4d0c-b058-a562b8d3eb5e} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:54.374936 [ 5 ] {7c6f0139-9b86-4d0c-b058-a562b8d3eb5e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:54.375348 [ 5 ] {7c6f0139-9b86-4d0c-b058-a562b8d3eb5e} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.04.22 02:14:54.375581 [ 5 ] {7c6f0139-9b86-4d0c-b058-a562b8d3eb5e} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:14:54.375741 [ 5 ] {7c6f0139-9b86-4d0c-b058-a562b8d3eb5e} executeQuery: Read 108 rows, 9.31 KiB in 0.001685 sec., 64094.95548961424 rows/sec., 5.39 MiB/sec. 2026.04.22 02:14:54.375791 [ 5 ] {7c6f0139-9b86-4d0c-b058-a562b8d3eb5e} TCPHandler: Processed in 0.002001226 sec. 2026.04.22 02:14:54.375919 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:54.376024 [ 5 ] {c7b5edc7-4294-4aa9-9e5e-6b710e062d6f} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.22 02:14:54.376067 [ 5 ] {c7b5edc7-4294-4aa9-9e5e-6b710e062d6f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.22 02:14:54.376481 [ 5 ] {c7b5edc7-4294-4aa9-9e5e-6b710e062d6f} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:54.376517 [ 5 ] {c7b5edc7-4294-4aa9-9e5e-6b710e062d6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:54.376834 [ 5 ] {c7b5edc7-4294-4aa9-9e5e-6b710e062d6f} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.04.22 02:14:54.377047 [ 5 ] {c7b5edc7-4294-4aa9-9e5e-6b710e062d6f} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): 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.22 02:14:54.377178 [ 5 ] {c7b5edc7-4294-4aa9-9e5e-6b710e062d6f} executeQuery: Read 26 rows, 1.96 KiB in 0.001178 sec., 22071.30730050934 rows/sec., 1.62 MiB/sec. 2026.04.22 02:14:54.377215 [ 5 ] {c7b5edc7-4294-4aa9-9e5e-6b710e062d6f} TCPHandler: Processed in 0.001347564 sec. 2026.04.22 02:14:54.377317 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:54.377413 [ 5 ] {b5ebac43-d923-4da2-8443-a5023060cdfb} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.22 02:14:54.377453 [ 5 ] {b5ebac43-d923-4da2-8443-a5023060cdfb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.22 02:14:54.377869 [ 5 ] {b5ebac43-d923-4da2-8443-a5023060cdfb} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:54.377906 [ 5 ] {b5ebac43-d923-4da2-8443-a5023060cdfb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:54.378215 [ 5 ] {b5ebac43-d923-4da2-8443-a5023060cdfb} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.04.22 02:14:54.378427 [ 5 ] {b5ebac43-d923-4da2-8443-a5023060cdfb} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:14:54.378554 [ 5 ] {b5ebac43-d923-4da2-8443-a5023060cdfb} executeQuery: Read 90 rows, 7.20 KiB in 0.00116 sec., 77586.20689655172 rows/sec., 6.06 MiB/sec. 2026.04.22 02:14:54.378591 [ 5 ] {b5ebac43-d923-4da2-8443-a5023060cdfb} TCPHandler: Processed in 0.001323594 sec. 2026.04.22 02:14:54.378702 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:54.378798 [ 5 ] {29ddb49f-cb4f-41f5-89cf-56ede20dac80} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.22 02:14:54.378841 [ 5 ] {29ddb49f-cb4f-41f5-89cf-56ede20dac80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.22 02:14:54.379245 [ 5 ] {29ddb49f-cb4f-41f5-89cf-56ede20dac80} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:54.379280 [ 5 ] {29ddb49f-cb4f-41f5-89cf-56ede20dac80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:54.379618 [ 5 ] {29ddb49f-cb4f-41f5-89cf-56ede20dac80} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.04.22 02:14:54.379832 [ 5 ] {29ddb49f-cb4f-41f5-89cf-56ede20dac80} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:14:54.379961 [ 5 ] {29ddb49f-cb4f-41f5-89cf-56ede20dac80} executeQuery: Read 160 rows, 11.41 KiB in 0.001182 sec., 135363.7901861252 rows/sec., 9.43 MiB/sec. 2026.04.22 02:14:54.379998 [ 5 ] {29ddb49f-cb4f-41f5-89cf-56ede20dac80} TCPHandler: Processed in 0.001345244 sec. 2026.04.22 02:14:54.380110 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:54.380204 [ 5 ] {51f7508e-450d-400a-bf64-a4bf8b0d8f5b} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.22 02:14:54.380259 [ 5 ] {51f7508e-450d-400a-bf64-a4bf8b0d8f5b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.22 02:14:54.381095 [ 5 ] {51f7508e-450d-400a-bf64-a4bf8b0d8f5b} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:54.381132 [ 5 ] {51f7508e-450d-400a-bf64-a4bf8b0d8f5b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:54.381676 [ 5 ] {51f7508e-450d-400a-bf64-a4bf8b0d8f5b} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.04.22 02:14:54.381901 [ 5 ] {51f7508e-450d-400a-bf64-a4bf8b0d8f5b} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): 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.22 02:14:54.382039 [ 5 ] {51f7508e-450d-400a-bf64-a4bf8b0d8f5b} executeQuery: Read 26 rows, 47.71 KiB in 0.001852 sec., 14038.876889848812 rows/sec., 25.16 MiB/sec. 2026.04.22 02:14:54.382101 [ 5 ] {51f7508e-450d-400a-bf64-a4bf8b0d8f5b} TCPHandler: Processed in 0.002040077 sec. 2026.04.22 02:14:54.382212 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:54.382307 [ 5 ] {053a6bd2-a4ef-415a-bd97-2260404c6189} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.22 02:14:54.382348 [ 5 ] {053a6bd2-a4ef-415a-bd97-2260404c6189} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.22 02:14:54.382681 [ 5 ] {053a6bd2-a4ef-415a-bd97-2260404c6189} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:54.382717 [ 5 ] {053a6bd2-a4ef-415a-bd97-2260404c6189} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:54.383025 [ 5 ] {053a6bd2-a4ef-415a-bd97-2260404c6189} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.04.22 02:14:54.383243 [ 5 ] {053a6bd2-a4ef-415a-bd97-2260404c6189} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:14:54.383368 [ 5 ] {053a6bd2-a4ef-415a-bd97-2260404c6189} executeQuery: Read 60 rows, 4.14 KiB in 0.00108 sec., 55555.555555555555 rows/sec., 3.74 MiB/sec. 2026.04.22 02:14:54.383405 [ 5 ] {053a6bd2-a4ef-415a-bd97-2260404c6189} TCPHandler: Processed in 0.001241982 sec. 2026.04.22 02:14:56.359378 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:56.359653 [ 5 ] {fd4a4d49-defd-43fd-825d-7dff9c21ed8a} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.22 02:14:56.359792 [ 5 ] {fd4a4d49-defd-43fd-825d-7dff9c21ed8a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.22 02:14:56.360556 [ 5 ] {fd4a4d49-defd-43fd-825d-7dff9c21ed8a} oximeter.fields_i16 (cb937fce-9af2-4ed4-8a2c-50f4b7db9b7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:56.360600 [ 5 ] {fd4a4d49-defd-43fd-825d-7dff9c21ed8a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:56.360992 [ 5 ] {fd4a4d49-defd-43fd-825d-7dff9c21ed8a} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.22 02:14:56.361218 [ 5 ] {fd4a4d49-defd-43fd-825d-7dff9c21ed8a} oximeter.fields_i16 (cb937fce-9af2-4ed4-8a2c-50f4b7db9b7b): 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.22 02:14:56.361347 [ 130 ] {} oximeter.fields_i16 (cb937fce-9af2-4ed4-8a2c-50f4b7db9b7b) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.04.22 02:14:56.361377 [ 5 ] {fd4a4d49-defd-43fd-825d-7dff9c21ed8a} executeQuery: Read 24 rows, 2.04 KiB in 0.001799 sec., 13340.744858254586 rows/sec., 1.11 MiB/sec. 2026.04.22 02:14:56.361412 [ 130 ] {} oximeter.fields_i16 (cb937fce-9af2-4ed4-8a2c-50f4b7db9b7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:56.361435 [ 5 ] {fd4a4d49-defd-43fd-825d-7dff9c21ed8a} TCPHandler: Processed in 0.0022366 sec. 2026.04.22 02:14:56.361438 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:56.361552 [ 200 ] {cb937fce-9af2-4ed4-8a2c-50f4b7db9b7b::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.22 02:14:56.361580 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:56.361656 [ 200 ] {cb937fce-9af2-4ed4-8a2c-50f4b7db9b7b::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:14:56.361682 [ 5 ] {1eed9741-fa4d-45b3-9d2f-853e7f12d60b} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.22 02:14:56.361690 [ 200 ] {cb937fce-9af2-4ed4-8a2c-50f4b7db9b7b::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.22 02:14:56.361727 [ 5 ] {1eed9741-fa4d-45b3-9d2f-853e7f12d60b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.22 02:14:56.361766 [ 200 ] {cb937fce-9af2-4ed4-8a2c-50f4b7db9b7b::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.22 02:14:56.361819 [ 200 ] {cb937fce-9af2-4ed4-8a2c-50f4b7db9b7b::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.22 02:14:56.361874 [ 200 ] {cb937fce-9af2-4ed4-8a2c-50f4b7db9b7b::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.22 02:14:56.361923 [ 200 ] {cb937fce-9af2-4ed4-8a2c-50f4b7db9b7b::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.22 02:14:56.362142 [ 5 ] {1eed9741-fa4d-45b3-9d2f-853e7f12d60b} oximeter.fields_ipaddr (478e016b-70a4-416f-a4c0-90b63b47c331): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:56.362178 [ 5 ] {1eed9741-fa4d-45b3-9d2f-853e7f12d60b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:56.362491 [ 5 ] {1eed9741-fa4d-45b3-9d2f-853e7f12d60b} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.22 02:14:56.362635 [ 202 ] {cb937fce-9af2-4ed4-8a2c-50f4b7db9b7b::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.001122461 sec., 106907.94602217806 rows/sec., 9.28 MiB/sec. 2026.04.22 02:14:56.362734 [ 5 ] {1eed9741-fa4d-45b3-9d2f-853e7f12d60b} oximeter.fields_ipaddr (478e016b-70a4-416f-a4c0-90b63b47c331): 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.22 02:14:56.362840 [ 189 ] {cb937fce-9af2-4ed4-8a2c-50f4b7db9b7b::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.04.22 02:14:56.362881 [ 5 ] {1eed9741-fa4d-45b3-9d2f-853e7f12d60b} executeQuery: Read 2 rows, 167.00 B in 0.001222 sec., 1636.6612111292961 rows/sec., 133.46 KiB/sec. 2026.04.22 02:14:56.362926 [ 5 ] {1eed9741-fa4d-45b3-9d2f-853e7f12d60b} TCPHandler: Processed in 0.001398385 sec. 2026.04.22 02:14:56.363089 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:56.363190 [ 5 ] {11e5f771-f088-48bb-a867-f24d0346c2b3} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.22 02:14:56.363197 [ 189 ] {cb937fce-9af2-4ed4-8a2c-50f4b7db9b7b::all_1_9_2} oximeter.fields_i16 (cb937fce-9af2-4ed4-8a2c-50f4b7db9b7b): 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.22 02:14:56.363234 [ 5 ] {11e5f771-f088-48bb-a867-f24d0346c2b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.22 02:14:56.363287 [ 189 ] {cb937fce-9af2-4ed4-8a2c-50f4b7db9b7b::all_1_9_2} oximeter.fields_i16 (cb937fce-9af2-4ed4-8a2c-50f4b7db9b7b) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.04.22 02:14:56.363389 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2026.04.22 02:14:56.364983 [ 5 ] {11e5f771-f088-48bb-a867-f24d0346c2b3} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:56.365025 [ 5 ] {11e5f771-f088-48bb-a867-f24d0346c2b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:56.365497 [ 5 ] {11e5f771-f088-48bb-a867-f24d0346c2b3} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.04.22 02:14:56.365727 [ 5 ] {11e5f771-f088-48bb-a867-f24d0346c2b3} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:14:56.365867 [ 5 ] {11e5f771-f088-48bb-a867-f24d0346c2b3} executeQuery: Read 2552 rows, 195.85 KiB in 0.002698 sec., 945885.8413639733 rows/sec., 70.89 MiB/sec. 2026.04.22 02:14:56.365906 [ 5 ] {11e5f771-f088-48bb-a867-f24d0346c2b3} TCPHandler: Processed in 0.002868421 sec. 2026.04.22 02:14:56.366033 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:56.366130 [ 5 ] {8c52de1b-00c1-404d-b519-6f9789ca0847} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.22 02:14:56.366171 [ 5 ] {8c52de1b-00c1-404d-b519-6f9789ca0847} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.22 02:14:56.366599 [ 5 ] {8c52de1b-00c1-404d-b519-6f9789ca0847} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:56.366635 [ 5 ] {8c52de1b-00c1-404d-b519-6f9789ca0847} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:56.366923 [ 5 ] {8c52de1b-00c1-404d-b519-6f9789ca0847} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.04.22 02:14:56.367119 [ 5 ] {8c52de1b-00c1-404d-b519-6f9789ca0847} oximeter.fields_u16 (94304554-b7fa-428d-8bb6-ccc33b5f3e0f): 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.22 02:14:56.367245 [ 5 ] {8c52de1b-00c1-404d-b519-6f9789ca0847} executeQuery: Read 38 rows, 2.91 KiB in 0.001168 sec., 32534.246575342466 rows/sec., 2.43 MiB/sec. 2026.04.22 02:14:56.367281 [ 5 ] {8c52de1b-00c1-404d-b519-6f9789ca0847} TCPHandler: Processed in 0.001332574 sec. 2026.04.22 02:14:56.367399 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:56.367489 [ 5 ] {603b124c-228c-4c06-9176-6ae1e6eb5467} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.22 02:14:56.367527 [ 5 ] {603b124c-228c-4c06-9176-6ae1e6eb5467} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.22 02:14:56.368281 [ 5 ] {603b124c-228c-4c06-9176-6ae1e6eb5467} oximeter.fields_u32 (a10e9abe-df72-475e-a5a2-b131593a6390): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:56.368317 [ 5 ] {603b124c-228c-4c06-9176-6ae1e6eb5467} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:56.368660 [ 5 ] {603b124c-228c-4c06-9176-6ae1e6eb5467} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.22 02:14:56.368868 [ 5 ] {603b124c-228c-4c06-9176-6ae1e6eb5467} oximeter.fields_u32 (a10e9abe-df72-475e-a5a2-b131593a6390): 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.22 02:14:56.369001 [ 5 ] {603b124c-228c-4c06-9176-6ae1e6eb5467} executeQuery: Read 825 rows, 49.42 KiB in 0.00148 sec., 557432.4324324324 rows/sec., 32.61 MiB/sec. 2026.04.22 02:14:56.369040 [ 5 ] {603b124c-228c-4c06-9176-6ae1e6eb5467} TCPHandler: Processed in 0.00164627 sec. 2026.04.22 02:14:56.369150 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:56.369245 [ 5 ] {bf53f307-ff77-4290-8470-acd6576929d0} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.04.22 02:14:56.369284 [ 5 ] {bf53f307-ff77-4290-8470-acd6576929d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.04.22 02:14:56.369665 [ 5 ] {bf53f307-ff77-4290-8470-acd6576929d0} oximeter.fields_u64 (0f018eed-693d-4cbc-960b-b0c41195cfef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:56.369700 [ 5 ] {bf53f307-ff77-4290-8470-acd6576929d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:56.369996 [ 5 ] {bf53f307-ff77-4290-8470-acd6576929d0} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.22 02:14:56.370208 [ 5 ] {bf53f307-ff77-4290-8470-acd6576929d0} oximeter.fields_u64 (0f018eed-693d-4cbc-960b-b0c41195cfef): 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.22 02:14:56.370330 [ 5 ] {bf53f307-ff77-4290-8470-acd6576929d0} executeQuery: Read 1 rows, 72.00 B in 0.001105 sec., 904.9773755656108 rows/sec., 63.63 KiB/sec. 2026.04.22 02:14:56.370368 [ 5 ] {bf53f307-ff77-4290-8470-acd6576929d0} TCPHandler: Processed in 0.001266843 sec. 2026.04.22 02:14:56.370481 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:56.370575 [ 5 ] {81638c0d-77bf-437b-9c8b-49fa1535d964} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.22 02:14:56.370615 [ 5 ] {81638c0d-77bf-437b-9c8b-49fa1535d964} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.22 02:14:56.371015 [ 5 ] {81638c0d-77bf-437b-9c8b-49fa1535d964} oximeter.fields_u8 (0477f4e3-c0c2-460d-b2af-9ce97f919b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:56.371055 [ 5 ] {81638c0d-77bf-437b-9c8b-49fa1535d964} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:56.371352 [ 5 ] {81638c0d-77bf-437b-9c8b-49fa1535d964} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.22 02:14:56.371567 [ 5 ] {81638c0d-77bf-437b-9c8b-49fa1535d964} oximeter.fields_u8 (0477f4e3-c0c2-460d-b2af-9ce97f919b1c): 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.22 02:14:56.371661 [ 130 ] {} oximeter.fields_u8 (0477f4e3-c0c2-460d-b2af-9ce97f919b1c) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.04.22 02:14:56.371694 [ 5 ] {81638c0d-77bf-437b-9c8b-49fa1535d964} executeQuery: Read 12 rows, 960.00 B in 0.001136 sec., 10563.38028169014 rows/sec., 825.26 KiB/sec. 2026.04.22 02:14:56.371697 [ 130 ] {} oximeter.fields_u8 (0477f4e3-c0c2-460d-b2af-9ce97f919b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:56.371735 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:56.371740 [ 5 ] {81638c0d-77bf-437b-9c8b-49fa1535d964} TCPHandler: Processed in 0.001306814 sec. 2026.04.22 02:14:56.371814 [ 200 ] {0477f4e3-c0c2-460d-b2af-9ce97f919b1c::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.22 02:14:56.371891 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:56.371903 [ 200 ] {0477f4e3-c0c2-460d-b2af-9ce97f919b1c::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.22 02:14:56.371935 [ 200 ] {0477f4e3-c0c2-460d-b2af-9ce97f919b1c::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.22 02:14:56.371985 [ 200 ] {0477f4e3-c0c2-460d-b2af-9ce97f919b1c::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.22 02:14:56.371986 [ 5 ] {235fba9c-c5fa-4010-a3a7-73896c178f51} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.22 02:14:56.372025 [ 200 ] {0477f4e3-c0c2-460d-b2af-9ce97f919b1c::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.22 02:14:56.372034 [ 5 ] {235fba9c-c5fa-4010-a3a7-73896c178f51} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.22 02:14:56.372061 [ 200 ] {0477f4e3-c0c2-460d-b2af-9ce97f919b1c::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.22 02:14:56.372107 [ 200 ] {0477f4e3-c0c2-460d-b2af-9ce97f919b1c::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.22 02:14:56.372675 [ 202 ] {0477f4e3-c0c2-460d-b2af-9ce97f919b1c::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.000891076 sec., 67334.32389605376 rows/sec., 5.39 MiB/sec. 2026.04.22 02:14:56.372888 [ 199 ] {0477f4e3-c0c2-460d-b2af-9ce97f919b1c::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.04.22 02:14:56.372949 [ 5 ] {235fba9c-c5fa-4010-a3a7-73896c178f51} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:56.372990 [ 5 ] {235fba9c-c5fa-4010-a3a7-73896c178f51} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:56.373243 [ 199 ] {0477f4e3-c0c2-460d-b2af-9ce97f919b1c::all_1_9_2} oximeter.fields_u8 (0477f4e3-c0c2-460d-b2af-9ce97f919b1c): 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.22 02:14:56.373332 [ 199 ] {0477f4e3-c0c2-460d-b2af-9ce97f919b1c::all_1_9_2} oximeter.fields_u8 (0477f4e3-c0c2-460d-b2af-9ce97f919b1c) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.04.22 02:14:56.373432 [ 5 ] {235fba9c-c5fa-4010-a3a7-73896c178f51} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.04.22 02:14:56.373447 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.04.22 02:14:56.373654 [ 5 ] {235fba9c-c5fa-4010-a3a7-73896c178f51} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:14:56.373795 [ 5 ] {235fba9c-c5fa-4010-a3a7-73896c178f51} executeQuery: Read 1341 rows, 92.58 KiB in 0.001827 sec., 733990.1477832512 rows/sec., 49.48 MiB/sec. 2026.04.22 02:14:56.373834 [ 5 ] {235fba9c-c5fa-4010-a3a7-73896c178f51} TCPHandler: Processed in 0.001991195 sec. 2026.04.22 02:14:56.373947 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:56.374042 [ 5 ] {bbc66514-667d-40c7-ab12-167f5af55228} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.22 02:14:56.374085 [ 5 ] {bbc66514-667d-40c7-ab12-167f5af55228} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.22 02:14:56.374777 [ 5 ] {bbc66514-667d-40c7-ab12-167f5af55228} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:56.374813 [ 5 ] {bbc66514-667d-40c7-ab12-167f5af55228} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:56.375282 [ 5 ] {bbc66514-667d-40c7-ab12-167f5af55228} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.04.22 02:14:56.375495 [ 5 ] {bbc66514-667d-40c7-ab12-167f5af55228} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:14:56.375624 [ 5 ] {bbc66514-667d-40c7-ab12-167f5af55228} executeQuery: Read 1565 rows, 98.24 KiB in 0.0016 sec., 978125 rows/sec., 59.96 MiB/sec. 2026.04.22 02:14:56.375661 [ 5 ] {bbc66514-667d-40c7-ab12-167f5af55228} TCPHandler: Processed in 0.001762892 sec. 2026.04.22 02:14:56.375780 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:56.375872 [ 5 ] {05283c8c-b3bb-4e2b-812f-df32647ad300} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.22 02:14:56.375924 [ 5 ] {05283c8c-b3bb-4e2b-812f-df32647ad300} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.22 02:14:56.376932 [ 5 ] {05283c8c-b3bb-4e2b-812f-df32647ad300} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:56.376966 [ 5 ] {05283c8c-b3bb-4e2b-812f-df32647ad300} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:56.377564 [ 5 ] {05283c8c-b3bb-4e2b-812f-df32647ad300} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.04.22 02:14:56.377789 [ 5 ] {05283c8c-b3bb-4e2b-812f-df32647ad300} oximeter.measurements_histogramu64 (d134ca27-b9c5-42a0-b546-f270883cdbfd): 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.22 02:14:56.377930 [ 5 ] {05283c8c-b3bb-4e2b-812f-df32647ad300} executeQuery: Read 24 rows, 44.04 KiB in 0.002076 sec., 11560.693641618496 rows/sec., 20.72 MiB/sec. 2026.04.22 02:14:56.377999 [ 5 ] {05283c8c-b3bb-4e2b-812f-df32647ad300} TCPHandler: Processed in 0.002269621 sec. 2026.04.22 02:14:56.378129 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:56.378223 [ 5 ] {5aa167e1-dfc9-4981-98e9-d4eb026d627e} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.22 02:14:56.378263 [ 5 ] {5aa167e1-dfc9-4981-98e9-d4eb026d627e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.22 02:14:56.378590 [ 5 ] {5aa167e1-dfc9-4981-98e9-d4eb026d627e} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:56.378625 [ 5 ] {5aa167e1-dfc9-4981-98e9-d4eb026d627e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:56.378940 [ 5 ] {5aa167e1-dfc9-4981-98e9-d4eb026d627e} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.04.22 02:14:56.379150 [ 5 ] {5aa167e1-dfc9-4981-98e9-d4eb026d627e} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:14:56.379279 [ 5 ] {5aa167e1-dfc9-4981-98e9-d4eb026d627e} executeQuery: Read 24 rows, 1.66 KiB in 0.001075 sec., 22325.581395348836 rows/sec., 1.50 MiB/sec. 2026.04.22 02:14:56.379316 [ 5 ] {5aa167e1-dfc9-4981-98e9-d4eb026d627e} TCPHandler: Processed in 0.001236582 sec. 2026.04.22 02:14:58.205174 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 1040 2026.04.22 02:14:58.208134 [ 242 ] {} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:58.208180 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:58.209407 [ 242 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.04.22 02:14:58.209666 [ 242 ] {} system.query_log (1c79f4fc-384c-445f-a131-dfb467cc319e): 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.22 02:14:58.209925 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1040 2026.04.22 02:14:59.369185 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:59.369375 [ 5 ] {e7b84475-c7cf-48db-a950-3566828ccab5} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.22 02:14:59.369442 [ 5 ] {e7b84475-c7cf-48db-a950-3566828ccab5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.22 02:14:59.370159 [ 5 ] {e7b84475-c7cf-48db-a950-3566828ccab5} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:59.370198 [ 5 ] {e7b84475-c7cf-48db-a950-3566828ccab5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:59.370587 [ 5 ] {e7b84475-c7cf-48db-a950-3566828ccab5} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.04.22 02:14:59.370819 [ 5 ] {e7b84475-c7cf-48db-a950-3566828ccab5} oximeter.fields_string (05054af7-4bb2-4dd5-8030-f536fcf0a114): 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.22 02:14:59.370965 [ 5 ] {e7b84475-c7cf-48db-a950-3566828ccab5} executeQuery: Read 56 rows, 4.41 KiB in 0.001642 sec., 34104.7503045067 rows/sec., 2.62 MiB/sec. 2026.04.22 02:14:59.371005 [ 5 ] {e7b84475-c7cf-48db-a950-3566828ccab5} TCPHandler: Processed in 0.001946185 sec. 2026.04.22 02:14:59.371143 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:59.371236 [ 5 ] {3a5828a4-6257-46ec-a809-6d168ab2ae24} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.22 02:14:59.371279 [ 5 ] {3a5828a4-6257-46ec-a809-6d168ab2ae24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.22 02:14:59.371701 [ 5 ] {3a5828a4-6257-46ec-a809-6d168ab2ae24} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:59.371735 [ 5 ] {3a5828a4-6257-46ec-a809-6d168ab2ae24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:59.372034 [ 5 ] {3a5828a4-6257-46ec-a809-6d168ab2ae24} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.04.22 02:14:59.372243 [ 5 ] {3a5828a4-6257-46ec-a809-6d168ab2ae24} oximeter.fields_uuid (49c16442-6a08-4771-a070-99aeff5a276e): 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.22 02:14:59.372368 [ 5 ] {3a5828a4-6257-46ec-a809-6d168ab2ae24} executeQuery: Read 64 rows, 5.12 KiB in 0.00115 sec., 55652.17391304348 rows/sec., 4.34 MiB/sec. 2026.04.22 02:14:59.372403 [ 5 ] {3a5828a4-6257-46ec-a809-6d168ab2ae24} TCPHandler: Processed in 0.001309023 sec. 2026.04.22 02:14:59.372529 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:59.372628 [ 5 ] {75e3cf5b-1ce7-447c-b15a-4ee9673789d8} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.22 02:14:59.372670 [ 5 ] {75e3cf5b-1ce7-447c-b15a-4ee9673789d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.22 02:14:59.373084 [ 5 ] {75e3cf5b-1ce7-447c-b15a-4ee9673789d8} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:59.373119 [ 5 ] {75e3cf5b-1ce7-447c-b15a-4ee9673789d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:59.373438 [ 5 ] {75e3cf5b-1ce7-447c-b15a-4ee9673789d8} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.04.22 02:14:59.373641 [ 5 ] {75e3cf5b-1ce7-447c-b15a-4ee9673789d8} oximeter.measurements_cumulativeu64 (af4fdfc0-ab03-4bec-970c-f7a8cd3e5c08): 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.22 02:14:59.373765 [ 5 ] {75e3cf5b-1ce7-447c-b15a-4ee9673789d8} executeQuery: Read 96 rows, 6.85 KiB in 0.001154 sec., 83188.90814558059 rows/sec., 5.79 MiB/sec. 2026.04.22 02:14:59.373801 [ 5 ] {75e3cf5b-1ce7-447c-b15a-4ee9673789d8} TCPHandler: Processed in 0.001318583 sec. 2026.04.22 02:14:59.373922 [ 5 ] {} TCP-Session: 75fd0303-086e-4275-b950-e99e8d8076d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.22 02:14:59.374015 [ 5 ] {acc214c1-dec7-4c4b-9726-346994ae84b9} executeQuery: (from [fd00:1122:3344:101::d]:53150) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.22 02:14:59.374054 [ 5 ] {acc214c1-dec7-4c4b-9726-346994ae84b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.22 02:14:59.374389 [ 5 ] {acc214c1-dec7-4c4b-9726-346994ae84b9} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.22 02:14:59.374424 [ 5 ] {acc214c1-dec7-4c4b-9726-346994ae84b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.22 02:14:59.374728 [ 5 ] {acc214c1-dec7-4c4b-9726-346994ae84b9} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.04.22 02:14:59.374931 [ 5 ] {acc214c1-dec7-4c4b-9726-346994ae84b9} oximeter.measurements_u64 (e84ebd2e-f3a3-4444-a79e-3fa2cf9d9605): 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.22 02:14:59.375054 [ 5 ] {acc214c1-dec7-4c4b-9726-346994ae84b9} executeQuery: Read 36 rows, 2.48 KiB in 0.001058 sec., 34026.46502835539 rows/sec., 2.29 MiB/sec. 2026.04.22 02:14:59.375091 [ 5 ] {acc214c1-dec7-4c4b-9726-346994ae84b9} TCPHandler: Processed in 0.001215822 sec.