[ Apr 10 22:23:00 Enabled. ] [ Apr 10 22:23:00 Rereading configuration. ] [ Apr 10 22:23:02 Rereading configuration. ] [ Apr 10 22:23:05 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 10 22:23:05 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.10 22:23:09.743559 [ 1 ] {} Application: Will watch for the process with pid 25804 2026.04.10 22:23:09.743928 [ 1 ] {} Application: Forked a child process to watch 2026.04.10 22:23:10.008948 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 25804 2026.04.10 22:23:10.017564 [ 1 ] {} Application: starting up 2026.04.10 22:23:10.017729 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2026.04.10 22:23:10.275169 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2026.04.10 22:23:10.353379 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2026.04.10 22:23:10.353447 [ 1 ] {} Application: Initializing DateLUT. 2026.04.10 22:23:10.353465 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2026.04.10 22:23:10.353520 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2026.04.10 22:23:10.354125 [ 1 ] {} Application: Initializing interserver credentials. 2026.04.10 22:23:10.365918 [ 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.10 22:23:10.366767 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.04.10 22:23:10.367608 [ 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.10 22:23:10.367654 [ 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.10 22:23:10.367691 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2026.04.10 22:23:10.368433 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2026.04.10 22:23:10.369333 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2026.04.10 22:23:10.375716 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2026.04.10 22:23:10.376391 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2026.04.10 22:23:10.377606 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.04.10 22:23:10.377701 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.04.10 22:23:10.378724 [ 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.10 22:23:10.379177 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.04.10 22:23:10.383465 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.04.10 22:23:10.383851 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2026.04.10 22:23:10.402397 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2026.04.10 22:23:10.402825 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2026.04.10 22:23:10.403237 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2026.04.10 22:23:10.403574 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2026.04.10 22:23:10.405147 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2026.04.10 22:23:10.405172 [ 1 ] {} Application: Loading metadata from /data/ 2026.04.10 22:23:10.405265 [ 136 ] {} DNSResolver: Updating DNS cache 2026.04.10 22:23:10.405354 [ 136 ] {} DNSResolver: Updated DNS cache 2026.04.10 22:23:10.441293 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2026.04.10 22:23:10.441324 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000172314 sec 2026.04.10 22:23:10.441376 [ 1 ] {} ReferentialDeps: No tables 2026.04.10 22:23:10.441414 [ 1 ] {} LoadingDeps: No tables 2026.04.10 22:23:10.442232 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2026.04.10 22:23:10.442901 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2026.04.10 22:23:10.464968 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2026.04.10 22:23:10.465033 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2026.04.10 22:23:10.465139 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2026.04.10 22:23:10.465159 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2026.04.10 22:23:10.465206 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2026.04.10 22:23:10.465293 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2026.04.10 22:23:10.470255 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2026.04.10 22:23:10.470303 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2026.04.10 22:23:10.470351 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2026.04.10 22:23:10.470527 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2026.04.10 22:23:10.470570 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2026.04.10 22:23:10.470582 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2026.04.10 22:23:10.470649 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2026.04.10 22:23:10.470662 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2026.04.10 22:23:10.470692 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2026.04.10 22:23:10.470764 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2026.04.10 22:23:10.504123 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2026.04.10 22:23:10.519682 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2026.04.10 22:23:10.519772 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000109713 sec 2026.04.10 22:23:10.519786 [ 1 ] {} ReferentialDeps: No tables 2026.04.10 22:23:10.519796 [ 1 ] {} LoadingDeps: No tables 2026.04.10 22:23:10.519821 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2026.04.10 22:23:10.520040 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2026.04.10 22:23:10.520144 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2026.04.10 22:23:10.520159 [ 1 ] {} Application: Loaded metadata. 2026.04.10 22:23:10.520169 [ 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.10 22:23:10.520180 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2026.04.10 22:23:10.556426 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.04.10 22:23:10.556665 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.82 MiB (RSS), difference: 92.04 MiB 2026.04.10 22:23:10.558150 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.326e-05 sec. 2026.04.10 22:23:10.558550 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2026.04.10 22:23:10.559196 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2026.04.10 22:23:10.559214 [ 1 ] {} Application: Ready for connections. 2026.04.10 22:23:10.559371 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:64303 2026.04.10 22:23:10.560267 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:23:10.560326 [ 4 ] {} TCP-Session: f84b3c43-b540-479b-99ee-7e143120e77e Authenticating user 'default' from [fd00:1122:3344:101::d]:64303 2026.04.10 22:23:10.560353 [ 4 ] {} TCP-Session: f84b3c43-b540-479b-99ee-7e143120e77e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:10.560431 [ 4 ] {} TCP-Session: f84b3c43-b540-479b-99ee-7e143120e77e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:10.560526 [ 4 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.04.10 22:23:10.560553 [ 4 ] {} 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.10 22:23:10.560630 [ 4 ] {} 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.10 22:23:10.561263 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:49220 2026.04.10 22:23:10.561284 [ 6 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:38483 2026.04.10 22:23:10.561374 [ 254 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48041 2026.04.10 22:23:10.561424 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:23:10.561529 [ 5 ] {} TCP-Session: 790eef65-f83d-463c-8f84-eb4c4aaad491 Authenticating user 'default' from [fd00:1122:3344:101::d]:49220 2026.04.10 22:23:10.561551 [ 5 ] {} TCP-Session: 790eef65-f83d-463c-8f84-eb4c4aaad491 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:10.561559 [ 6 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:23:10.561596 [ 254 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:23:10.561639 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:62230 2026.04.10 22:23:10.561665 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Authenticating user 'default' from [fd00:1122:3344:101::d]:38483 2026.04.10 22:23:10.561706 [ 254 ] {} TCP-Session: 97214774-4019-4e6e-a2ca-49458c0263c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:48041 2026.04.10 22:23:10.561733 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:61386 2026.04.10 22:23:10.561719 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:10.561565 [ 5 ] {} TCP-Session: 790eef65-f83d-463c-8f84-eb4c4aaad491 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:10.561828 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:10.561807 [ 254 ] {} TCP-Session: 97214774-4019-4e6e-a2ca-49458c0263c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:10.561872 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:23:10.561902 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:36521 2026.04.10 22:23:10.561977 [ 255 ] {} TCP-Session: 37f2ab29-9d46-4de1-a5bf-177d40c7ebb5 Authenticating user 'default' from [fd00:1122:3344:101::d]:62230 2026.04.10 22:23:10.561979 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:23:10.561902 [ 254 ] {} TCP-Session: 97214774-4019-4e6e-a2ca-49458c0263c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:10.562061 [ 256 ] {} TCP-Session: 7fcf5661-45b6-43eb-af4e-be0a7034f8c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:61386 2026.04.10 22:23:10.562071 [ 255 ] {} TCP-Session: 37f2ab29-9d46-4de1-a5bf-177d40c7ebb5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:10.562027 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:44360 2026.04.10 22:23:10.562148 [ 256 ] {} TCP-Session: 7fcf5661-45b6-43eb-af4e-be0a7034f8c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:10.562132 [ 255 ] {} TCP-Session: 37f2ab29-9d46-4de1-a5bf-177d40c7ebb5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:10.562125 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:23:10.562222 [ 256 ] {} TCP-Session: 7fcf5661-45b6-43eb-af4e-be0a7034f8c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:10.562116 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:39757 2026.04.10 22:23:10.562257 [ 257 ] {} TCP-Session: 85ebea2d-afca-4a8f-bfdc-b323363516a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:36521 2026.04.10 22:23:10.562346 [ 257 ] {} TCP-Session: 85ebea2d-afca-4a8f-bfdc-b323363516a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:10.562367 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:23:10.562439 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:23:10.562445 [ 257 ] {} TCP-Session: 85ebea2d-afca-4a8f-bfdc-b323363516a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:10.562490 [ 259 ] {} TCP-Session: 31118cce-3c53-48f6-951f-6de6c72edb6f Authenticating user 'default' from [fd00:1122:3344:101::d]:39757 2026.04.10 22:23:10.562468 [ 258 ] {} TCP-Session: d16c92f8-a7b2-4d3a-b8fa-6d223c73e0d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:44360 2026.04.10 22:23:10.562553 [ 258 ] {} TCP-Session: d16c92f8-a7b2-4d3a-b8fa-6d223c73e0d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:10.562568 [ 259 ] {} TCP-Session: 31118cce-3c53-48f6-951f-6de6c72edb6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:10.562644 [ 258 ] {} TCP-Session: d16c92f8-a7b2-4d3a-b8fa-6d223c73e0d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:10.562658 [ 259 ] {} TCP-Session: 31118cce-3c53-48f6-951f-6de6c72edb6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:10.566209 [ 4 ] {} TCP-Session: f84b3c43-b540-479b-99ee-7e143120e77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:23:10.572097 [ 4 ] {b0556845-d73c-4115-91a3-587944f8422f} executeQuery: (from [fd00:1122:3344:101::d]:64303) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.10 22:23:10.818528 [ 4 ] {b0556845-d73c-4115-91a3-587944f8422f} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:64303) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.04.10 22:23:10.820725 [ 4 ] {b0556845-d73c-4115-91a3-587944f8422f} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.04.10 22:23:10.820831 [ 4 ] {b0556845-d73c-4115-91a3-587944f8422f} TCPHandler: Processed in 0.25674114 sec. 2026.04.10 22:23:10.821289 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:23:10.821582 [ 6 ] {76dc2ba7-9b6d-4a37-9993-06b78678ca15} executeQuery: (from [fd00:1122:3344:101::d]:38483) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.10 22:23:10.821966 [ 6 ] {76dc2ba7-9b6d-4a37-9993-06b78678ca15} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:38483) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.04.10 22:23:10.822098 [ 6 ] {76dc2ba7-9b6d-4a37-9993-06b78678ca15} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.04.10 22:23:10.822173 [ 6 ] {76dc2ba7-9b6d-4a37-9993-06b78678ca15} TCPHandler: Processed in 0.001071682 sec. 2026.04.10 22:23:10.822454 [ 4 ] {} TCP-Session: f84b3c43-b540-479b-99ee-7e143120e77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:23:10.823217 [ 4 ] {1e790f84-ae89-4ea0-b825-ccd5495173a7} executeQuery: (from [fd00:1122:3344:101::d]:64303) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2026.04.10 22:23:10.823816 [ 4 ] {1e790f84-ae89-4ea0-b825-ccd5495173a7} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2026.04.10 22:23:10.843646 [ 4 ] {1e790f84-ae89-4ea0-b825-ccd5495173a7} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2026.04.10 22:23:10.843669 [ 4 ] {1e790f84-ae89-4ea0-b825-ccd5495173a7} TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.1471e-05 sec 2026.04.10 22:23:10.843682 [ 4 ] {1e790f84-ae89-4ea0-b825-ccd5495173a7} ReferentialDeps: No tables 2026.04.10 22:23:10.843703 [ 4 ] {1e790f84-ae89-4ea0-b825-ccd5495173a7} LoadingDeps: No tables 2026.04.10 22:23:10.843734 [ 4 ] {1e790f84-ae89-4ea0-b825-ccd5495173a7} DatabaseAtomic (oximeter): Starting up tables. 2026.04.10 22:23:10.845903 [ 4 ] {1e790f84-ae89-4ea0-b825-ccd5495173a7} TCPHandler: Processed in 0.023562825 sec. 2026.04.10 22:23:10.846078 [ 4 ] {} TCP-Session: f84b3c43-b540-479b-99ee-7e143120e77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:23:10.846258 [ 4 ] {5ebb2eeb-1f15-4ddf-8a3f-33a9f4c115ee} executeQuery: (from [fd00:1122:3344:101::d]:64303) /* 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.10 22:23:10.846314 [ 4 ] {5ebb2eeb-1f15-4ddf-8a3f-33a9f4c115ee} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2026.04.10 22:23:10.854671 [ 4 ] {5ebb2eeb-1f15-4ddf-8a3f-33a9f4c115ee} StoragePolicy (default): Storage policy default created, total volumes 1 2026.04.10 22:23:10.875622 [ 4 ] {5ebb2eeb-1f15-4ddf-8a3f-33a9f4c115ee} oximeter.version (86b21b0a-84a9-4638-abea-877072e10dcd): Loading data parts 2026.04.10 22:23:10.878009 [ 4 ] {5ebb2eeb-1f15-4ddf-8a3f-33a9f4c115ee} oximeter.version (86b21b0a-84a9-4638-abea-877072e10dcd): There are no data parts 2026.04.10 22:23:10.891014 [ 4 ] {5ebb2eeb-1f15-4ddf-8a3f-33a9f4c115ee} TCPHandler: Processed in 0.044987537 sec. 2026.04.10 22:23:10.891196 [ 4 ] {} TCP-Session: f84b3c43-b540-479b-99ee-7e143120e77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:23:10.891383 [ 4 ] {71d26d11-3290-44b7-bba4-79e9df607bb3} executeQuery: (from [fd00:1122:3344:101::d]:64303) /* 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.10 22:23:10.891461 [ 4 ] {71d26d11-3290-44b7-bba4-79e9df607bb3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2026.04.10 22:23:10.921669 [ 4 ] {71d26d11-3290-44b7-bba4-79e9df607bb3} oximeter.measurements_bool (866da8bb-a9f8-4668-8c33-6b1a5bc68a2a): Loading data parts 2026.04.10 22:23:10.921868 [ 4 ] {71d26d11-3290-44b7-bba4-79e9df607bb3} oximeter.measurements_bool (866da8bb-a9f8-4668-8c33-6b1a5bc68a2a): There are no data parts 2026.04.10 22:23:10.924411 [ 4 ] {71d26d11-3290-44b7-bba4-79e9df607bb3} TCPHandler: Processed in 0.033273541 sec. 2026.04.10 22:23:10.924604 [ 4 ] {} TCP-Session: f84b3c43-b540-479b-99ee-7e143120e77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:23:10.924819 [ 4 ] {fe00b5f5-5b25-4ad1-bf12-79f7303b390c} executeQuery: (from [fd00:1122:3344:101::d]:64303) 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.10 22:23:10.924881 [ 4 ] {fe00b5f5-5b25-4ad1-bf12-79f7303b390c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2026.04.10 22:23:10.938069 [ 4 ] {fe00b5f5-5b25-4ad1-bf12-79f7303b390c} oximeter.measurements_i8 (642dc447-21b9-48c0-a963-7ee34cfd1568): Loading data parts 2026.04.10 22:23:10.938278 [ 4 ] {fe00b5f5-5b25-4ad1-bf12-79f7303b390c} oximeter.measurements_i8 (642dc447-21b9-48c0-a963-7ee34cfd1568): There are no data parts 2026.04.10 22:23:10.942667 [ 4 ] {fe00b5f5-5b25-4ad1-bf12-79f7303b390c} TCPHandler: Processed in 0.018128095 sec. 2026.04.10 22:23:10.942845 [ 4 ] {} TCP-Session: f84b3c43-b540-479b-99ee-7e143120e77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:23:10.943001 [ 4 ] {611e4b7b-757a-4dac-8056-fe4ad6d430f8} executeQuery: (from [fd00:1122:3344:101::d]:64303) 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.10 22:23:10.943052 [ 4 ] {611e4b7b-757a-4dac-8056-fe4ad6d430f8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2026.04.10 22:23:10.955945 [ 4 ] {611e4b7b-757a-4dac-8056-fe4ad6d430f8} oximeter.measurements_u8 (11047392-5749-429a-9526-ac3f31adc746): Loading data parts 2026.04.10 22:23:10.956296 [ 4 ] {611e4b7b-757a-4dac-8056-fe4ad6d430f8} oximeter.measurements_u8 (11047392-5749-429a-9526-ac3f31adc746): There are no data parts 2026.04.10 22:23:10.960866 [ 4 ] {611e4b7b-757a-4dac-8056-fe4ad6d430f8} TCPHandler: Processed in 0.018068415 sec. 2026.04.10 22:23:10.961030 [ 4 ] {} TCP-Session: f84b3c43-b540-479b-99ee-7e143120e77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:23:10.961271 [ 4 ] {9f797f08-00ee-4887-be59-009cf67225c2} executeQuery: (from [fd00:1122:3344:101::d]:64303) 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.10 22:23:10.961314 [ 4 ] {9f797f08-00ee-4887-be59-009cf67225c2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2026.04.10 22:23:10.974319 [ 4 ] {9f797f08-00ee-4887-be59-009cf67225c2} oximeter.measurements_i16 (ff47170d-9dc7-423b-bcae-de037a7d0a62): Loading data parts 2026.04.10 22:23:10.974465 [ 4 ] {9f797f08-00ee-4887-be59-009cf67225c2} oximeter.measurements_i16 (ff47170d-9dc7-423b-bcae-de037a7d0a62): There are no data parts 2026.04.10 22:23:10.992096 [ 4 ] {9f797f08-00ee-4887-be59-009cf67225c2} TCPHandler: Processed in 0.031112737 sec. 2026.04.10 22:23:10.992349 [ 4 ] {} TCP-Session: f84b3c43-b540-479b-99ee-7e143120e77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:23:10.992536 [ 4 ] {99353f74-e383-4d0f-a524-81f488fddd31} executeQuery: (from [fd00:1122:3344:101::d]:64303) 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.10 22:23:10.992736 [ 4 ] {99353f74-e383-4d0f-a524-81f488fddd31} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2026.04.10 22:23:10.998463 [ 4 ] {99353f74-e383-4d0f-a524-81f488fddd31} oximeter.measurements_u16 (85011897-26a1-474e-9dc3-8d935500670f): Loading data parts 2026.04.10 22:23:10.998710 [ 4 ] {99353f74-e383-4d0f-a524-81f488fddd31} oximeter.measurements_u16 (85011897-26a1-474e-9dc3-8d935500670f): There are no data parts 2026.04.10 22:23:11.000160 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 121.35 MiB, peak 121.35 MiB, free memory in arenas 0.00 B, will set to 131.10 MiB (RSS), difference: 9.74 MiB 2026.04.10 22:23:11.011961 [ 4 ] {99353f74-e383-4d0f-a524-81f488fddd31} TCPHandler: Processed in 0.019670847 sec. 2026.04.10 22:23:11.012138 [ 4 ] {} TCP-Session: f84b3c43-b540-479b-99ee-7e143120e77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:23:11.012318 [ 4 ] {7b3c15c7-b29c-4bfe-a509-0e516115c513} executeQuery: (from [fd00:1122:3344:101::d]:64303) 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.10 22:23:11.012435 [ 4 ] {7b3c15c7-b29c-4bfe-a509-0e516115c513} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2026.04.10 22:23:11.015676 [ 4 ] {7b3c15c7-b29c-4bfe-a509-0e516115c513} oximeter.measurements_i32 (f00e69e5-54d0-425d-baab-10e38a4c28e2): Loading data parts 2026.04.10 22:23:11.015852 [ 4 ] {7b3c15c7-b29c-4bfe-a509-0e516115c513} oximeter.measurements_i32 (f00e69e5-54d0-425d-baab-10e38a4c28e2): There are no data parts 2026.04.10 22:23:11.018351 [ 4 ] {7b3c15c7-b29c-4bfe-a509-0e516115c513} TCPHandler: Processed in 0.006260396 sec. 2026.04.10 22:23:11.018502 [ 4 ] {} TCP-Session: f84b3c43-b540-479b-99ee-7e143120e77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:23:11.018678 [ 4 ] {7f8de68e-95f6-4d01-861b-35d207fd8a76} executeQuery: (from [fd00:1122:3344:101::d]:64303) 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.10 22:23:11.018799 [ 4 ] {7f8de68e-95f6-4d01-861b-35d207fd8a76} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2026.04.10 22:23:11.040047 [ 4 ] {7f8de68e-95f6-4d01-861b-35d207fd8a76} oximeter.measurements_u32 (411be6ad-8fa4-4788-8046-792bbdf6efb6): Loading data parts 2026.04.10 22:23:11.040211 [ 4 ] {7f8de68e-95f6-4d01-861b-35d207fd8a76} oximeter.measurements_u32 (411be6ad-8fa4-4788-8046-792bbdf6efb6): There are no data parts 2026.04.10 22:23:11.042471 [ 4 ] {7f8de68e-95f6-4d01-861b-35d207fd8a76} TCPHandler: Processed in 0.024016105 sec. 2026.04.10 22:23:11.042619 [ 4 ] {} TCP-Session: f84b3c43-b540-479b-99ee-7e143120e77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:23:11.042852 [ 4 ] {b8d6e61e-8c1f-46f3-b431-9f350508147b} executeQuery: (from [fd00:1122:3344:101::d]:64303) 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.10 22:23:11.042969 [ 4 ] {b8d6e61e-8c1f-46f3-b431-9f350508147b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2026.04.10 22:23:11.053674 [ 4 ] {b8d6e61e-8c1f-46f3-b431-9f350508147b} oximeter.measurements_i64 (44ee818a-1973-485e-9a53-6c8794d6405a): Loading data parts 2026.04.10 22:23:11.053821 [ 4 ] {b8d6e61e-8c1f-46f3-b431-9f350508147b} oximeter.measurements_i64 (44ee818a-1973-485e-9a53-6c8794d6405a): There are no data parts 2026.04.10 22:23:11.057604 [ 4 ] {b8d6e61e-8c1f-46f3-b431-9f350508147b} TCPHandler: Processed in 0.015032403 sec. 2026.04.10 22:23:11.057753 [ 4 ] {} TCP-Session: f84b3c43-b540-479b-99ee-7e143120e77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:23:11.057905 [ 4 ] {ff3089aa-9f19-4acd-83fa-cef78013505f} executeQuery: (from [fd00:1122:3344:101::d]:64303) 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.10 22:23:11.058010 [ 4 ] {ff3089aa-9f19-4acd-83fa-cef78013505f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2026.04.10 22:23:11.070453 [ 4 ] {ff3089aa-9f19-4acd-83fa-cef78013505f} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Loading data parts 2026.04.10 22:23:11.070686 [ 4 ] {ff3089aa-9f19-4acd-83fa-cef78013505f} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): There are no data parts 2026.04.10 22:23:11.073947 [ 4 ] {ff3089aa-9f19-4acd-83fa-cef78013505f} TCPHandler: Processed in 0.016238867 sec. 2026.04.10 22:23:11.074132 [ 4 ] {} TCP-Session: f84b3c43-b540-479b-99ee-7e143120e77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:23:11.074395 [ 4 ] {00cce5b0-8921-46d8-a0a5-e0817179341d} executeQuery: (from [fd00:1122:3344:101::d]:64303) 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.10 22:23:11.074536 [ 4 ] {00cce5b0-8921-46d8-a0a5-e0817179341d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2026.04.10 22:23:11.083794 [ 4 ] {00cce5b0-8921-46d8-a0a5-e0817179341d} oximeter.measurements_f32 (33b0ef54-6166-47f3-870f-29b0342ca386): Loading data parts 2026.04.10 22:23:11.083970 [ 4 ] {00cce5b0-8921-46d8-a0a5-e0817179341d} oximeter.measurements_f32 (33b0ef54-6166-47f3-870f-29b0342ca386): There are no data parts 2026.04.10 22:23:11.088470 [ 4 ] {00cce5b0-8921-46d8-a0a5-e0817179341d} TCPHandler: Processed in 0.014396581 sec. 2026.04.10 22:23:11.088618 [ 4 ] {} TCP-Session: f84b3c43-b540-479b-99ee-7e143120e77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:23:11.088768 [ 4 ] {5cb6fcc1-2fa7-4f08-8192-1688e54f14e3} executeQuery: (from [fd00:1122:3344:101::d]:64303) 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.10 22:23:11.088884 [ 4 ] {5cb6fcc1-2fa7-4f08-8192-1688e54f14e3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2026.04.10 22:23:11.116060 [ 4 ] {5cb6fcc1-2fa7-4f08-8192-1688e54f14e3} oximeter.measurements_f64 (58e3eb3a-a7ad-4b02-bedb-c669836543a8): Loading data parts 2026.04.10 22:23:11.116300 [ 4 ] {5cb6fcc1-2fa7-4f08-8192-1688e54f14e3} oximeter.measurements_f64 (58e3eb3a-a7ad-4b02-bedb-c669836543a8): There are no data parts 2026.04.10 22:23:11.121822 [ 4 ] {5cb6fcc1-2fa7-4f08-8192-1688e54f14e3} TCPHandler: Processed in 0.0332499 sec. 2026.04.10 22:23:11.121987 [ 4 ] {} TCP-Session: f84b3c43-b540-479b-99ee-7e143120e77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:23:11.122231 [ 4 ] {3c411c53-f914-474b-ac8b-f7986e8f765f} executeQuery: (from [fd00:1122:3344:101::d]:64303) 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.10 22:23:11.122359 [ 4 ] {3c411c53-f914-474b-ac8b-f7986e8f765f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2026.04.10 22:23:11.135127 [ 4 ] {3c411c53-f914-474b-ac8b-f7986e8f765f} oximeter.measurements_string (d756f52b-72ba-419b-9081-5383539266ac): Loading data parts 2026.04.10 22:23:11.135285 [ 4 ] {3c411c53-f914-474b-ac8b-f7986e8f765f} oximeter.measurements_string (d756f52b-72ba-419b-9081-5383539266ac): There are no data parts 2026.04.10 22:23:11.139904 [ 4 ] {3c411c53-f914-474b-ac8b-f7986e8f765f} TCPHandler: Processed in 0.017968812 sec. 2026.04.10 22:23:11.140096 [ 4 ] {} TCP-Session: f84b3c43-b540-479b-99ee-7e143120e77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:23:11.140334 [ 4 ] {8adb20a0-4a5e-4d8f-98a7-733000588f19} executeQuery: (from [fd00:1122:3344:101::d]:64303) 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.10 22:23:11.140507 [ 4 ] {8adb20a0-4a5e-4d8f-98a7-733000588f19} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2026.04.10 22:23:11.154052 [ 4 ] {8adb20a0-4a5e-4d8f-98a7-733000588f19} oximeter.measurements_bytes (815dab76-fe20-4a2b-8d47-4e91f75050fe): Loading data parts 2026.04.10 22:23:11.154206 [ 4 ] {8adb20a0-4a5e-4d8f-98a7-733000588f19} oximeter.measurements_bytes (815dab76-fe20-4a2b-8d47-4e91f75050fe): There are no data parts 2026.04.10 22:23:11.159170 [ 4 ] {8adb20a0-4a5e-4d8f-98a7-733000588f19} TCPHandler: Processed in 0.019131946 sec. 2026.04.10 22:23:11.159352 [ 4 ] {} TCP-Session: f84b3c43-b540-479b-99ee-7e143120e77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:23:11.159515 [ 4 ] {43c80d52-1277-4a12-8d91-b793b48e1db6} executeQuery: (from [fd00:1122:3344:101::d]:64303) 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.10 22:23:11.159652 [ 4 ] {43c80d52-1277-4a12-8d91-b793b48e1db6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2026.04.10 22:23:11.175937 [ 4 ] {43c80d52-1277-4a12-8d91-b793b48e1db6} oximeter.measurements_cumulativei64 (4e505c88-6c19-4287-963f-871e0974ac5b): Loading data parts 2026.04.10 22:23:11.176096 [ 4 ] {43c80d52-1277-4a12-8d91-b793b48e1db6} oximeter.measurements_cumulativei64 (4e505c88-6c19-4287-963f-871e0974ac5b): There are no data parts 2026.04.10 22:23:11.191130 [ 4 ] {43c80d52-1277-4a12-8d91-b793b48e1db6} TCPHandler: Processed in 0.031829633 sec. 2026.04.10 22:23:11.191322 [ 4 ] {} TCP-Session: f84b3c43-b540-479b-99ee-7e143120e77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:23:11.191531 [ 4 ] {ba7182af-59d9-4230-b2a4-424d0abc46db} executeQuery: (from [fd00:1122:3344:101::d]:64303) 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.10 22:23:11.191709 [ 4 ] {ba7182af-59d9-4230-b2a4-424d0abc46db} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2026.04.10 22:23:11.223093 [ 4 ] {ba7182af-59d9-4230-b2a4-424d0abc46db} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Loading data parts 2026.04.10 22:23:11.223325 [ 4 ] {ba7182af-59d9-4230-b2a4-424d0abc46db} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): There are no data parts 2026.04.10 22:23:11.243195 [ 4 ] {ba7182af-59d9-4230-b2a4-424d0abc46db} TCPHandler: Processed in 0.051921488 sec. 2026.04.10 22:23:11.243361 [ 4 ] {} TCP-Session: f84b3c43-b540-479b-99ee-7e143120e77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:23:11.243615 [ 4 ] {923b3a24-a6dd-4842-bce0-fe3586b155e6} executeQuery: (from [fd00:1122:3344:101::d]:64303) 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.10 22:23:11.243694 [ 4 ] {923b3a24-a6dd-4842-bce0-fe3586b155e6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2026.04.10 22:23:11.249545 [ 4 ] {923b3a24-a6dd-4842-bce0-fe3586b155e6} oximeter.measurements_cumulativef32 (3562c8f0-f4aa-45d9-94fe-b68b31f37d59): Loading data parts 2026.04.10 22:23:11.249718 [ 4 ] {923b3a24-a6dd-4842-bce0-fe3586b155e6} oximeter.measurements_cumulativef32 (3562c8f0-f4aa-45d9-94fe-b68b31f37d59): There are no data parts 2026.04.10 22:23:11.263044 [ 4 ] {923b3a24-a6dd-4842-bce0-fe3586b155e6} TCPHandler: Processed in 0.019738118 sec. 2026.04.10 22:23:11.263187 [ 4 ] {} TCP-Session: f84b3c43-b540-479b-99ee-7e143120e77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:23:11.263348 [ 4 ] {2e43e9a2-498a-479e-ba9c-5e4f18c05c09} executeQuery: (from [fd00:1122:3344:101::d]:64303) 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.10 22:23:11.263477 [ 4 ] {2e43e9a2-498a-479e-ba9c-5e4f18c05c09} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2026.04.10 22:23:11.276653 [ 4 ] {2e43e9a2-498a-479e-ba9c-5e4f18c05c09} oximeter.measurements_cumulativef64 (8254f74d-f217-49bb-9d45-ce440b3f453d): Loading data parts 2026.04.10 22:23:11.276845 [ 4 ] {2e43e9a2-498a-479e-ba9c-5e4f18c05c09} oximeter.measurements_cumulativef64 (8254f74d-f217-49bb-9d45-ce440b3f453d): There are no data parts 2026.04.10 22:23:11.292777 [ 4 ] {2e43e9a2-498a-479e-ba9c-5e4f18c05c09} TCPHandler: Processed in 0.029637288 sec. 2026.04.10 22:23:11.292955 [ 4 ] {} TCP-Session: f84b3c43-b540-479b-99ee-7e143120e77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:23:11.293350 [ 4 ] {dcf1ecce-1732-42f0-abea-2b9aa755e462} executeQuery: (from [fd00:1122:3344:101::d]:64303) 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.10 22:23:11.293565 [ 4 ] {dcf1ecce-1732-42f0-abea-2b9aa755e462} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2026.04.10 22:23:11.298401 [ 4 ] {dcf1ecce-1732-42f0-abea-2b9aa755e462} oximeter.measurements_histogrami8 (ed4a72d7-821c-4b1a-a01d-53956e992ccb): Loading data parts 2026.04.10 22:23:11.298658 [ 4 ] {dcf1ecce-1732-42f0-abea-2b9aa755e462} oximeter.measurements_histogrami8 (ed4a72d7-821c-4b1a-a01d-53956e992ccb): There are no data parts 2026.04.10 22:23:11.309485 [ 4 ] {dcf1ecce-1732-42f0-abea-2b9aa755e462} TCPHandler: Processed in 0.016592315 sec. 2026.04.10 22:23:11.309656 [ 4 ] {} TCP-Session: f84b3c43-b540-479b-99ee-7e143120e77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:23:11.309899 [ 4 ] {f90ea58d-c210-42a1-ad8d-d6cbbb287416} executeQuery: (from [fd00:1122:3344:101::d]:64303) 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.10 22:23:11.310058 [ 4 ] {f90ea58d-c210-42a1-ad8d-d6cbbb287416} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2026.04.10 22:23:11.313743 [ 4 ] {f90ea58d-c210-42a1-ad8d-d6cbbb287416} oximeter.measurements_histogramu8 (9b768dc3-08ad-4f7d-84b3-3453703401e0): Loading data parts 2026.04.10 22:23:11.314114 [ 4 ] {f90ea58d-c210-42a1-ad8d-d6cbbb287416} oximeter.measurements_histogramu8 (9b768dc3-08ad-4f7d-84b3-3453703401e0): There are no data parts 2026.04.10 22:23:11.327843 [ 4 ] {f90ea58d-c210-42a1-ad8d-d6cbbb287416} TCPHandler: Processed in 0.018240828 sec. 2026.04.10 22:23:11.327998 [ 4 ] {} TCP-Session: f84b3c43-b540-479b-99ee-7e143120e77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:23:11.328376 [ 4 ] {853a2617-39e6-4d31-a859-381bb29f4ca2} executeQuery: (from [fd00:1122:3344:101::d]:64303) 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.10 22:23:11.328508 [ 4 ] {853a2617-39e6-4d31-a859-381bb29f4ca2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2026.04.10 22:23:11.339552 [ 4 ] {853a2617-39e6-4d31-a859-381bb29f4ca2} oximeter.measurements_histogrami16 (03f05ada-3e39-4b6f-9096-b25051e1f06e): Loading data parts 2026.04.10 22:23:11.339731 [ 4 ] {853a2617-39e6-4d31-a859-381bb29f4ca2} oximeter.measurements_histogrami16 (03f05ada-3e39-4b6f-9096-b25051e1f06e): There are no data parts 2026.04.10 22:23:11.343318 [ 4 ] {853a2617-39e6-4d31-a859-381bb29f4ca2} TCPHandler: Processed in 0.01536963 sec. 2026.04.10 22:23:11.343587 [ 4 ] {} TCP-Session: f84b3c43-b540-479b-99ee-7e143120e77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:23:11.343871 [ 4 ] {7684ea1e-cabf-4ea7-85ae-341296e055f5} executeQuery: (from [fd00:1122:3344:101::d]:64303) 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.10 22:23:11.344019 [ 4 ] {7684ea1e-cabf-4ea7-85ae-341296e055f5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2026.04.10 22:23:11.355833 [ 4 ] {7684ea1e-cabf-4ea7-85ae-341296e055f5} oximeter.measurements_histogramu16 (76c0a343-4856-4d2d-aad1-c3553678e6d0): Loading data parts 2026.04.10 22:23:11.356059 [ 4 ] {7684ea1e-cabf-4ea7-85ae-341296e055f5} oximeter.measurements_histogramu16 (76c0a343-4856-4d2d-aad1-c3553678e6d0): There are no data parts 2026.04.10 22:23:11.359293 [ 4 ] {7684ea1e-cabf-4ea7-85ae-341296e055f5} TCPHandler: Processed in 0.015755458 sec. 2026.04.10 22:23:11.359450 [ 4 ] {} TCP-Session: f84b3c43-b540-479b-99ee-7e143120e77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:23:11.359743 [ 4 ] {23092d33-2135-4931-82e0-2e5a748477de} executeQuery: (from [fd00:1122:3344:101::d]:64303) 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.10 22:23:11.359868 [ 4 ] {23092d33-2135-4931-82e0-2e5a748477de} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2026.04.10 22:23:11.369865 [ 4 ] {23092d33-2135-4931-82e0-2e5a748477de} oximeter.measurements_histogrami32 (41e8ccd4-4fb9-4b51-8b8f-60500be9fdd1): Loading data parts 2026.04.10 22:23:11.370143 [ 4 ] {23092d33-2135-4931-82e0-2e5a748477de} oximeter.measurements_histogrami32 (41e8ccd4-4fb9-4b51-8b8f-60500be9fdd1): There are no data parts 2026.04.10 22:23:11.386631 [ 4 ] {23092d33-2135-4931-82e0-2e5a748477de} TCPHandler: Processed in 0.027230159 sec. 2026.04.10 22:23:11.386882 [ 4 ] {} TCP-Session: f84b3c43-b540-479b-99ee-7e143120e77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:23:11.387131 [ 4 ] {b12c65a3-a45a-48ed-8497-570de1d53d65} executeQuery: (from [fd00:1122:3344:101::d]:64303) 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.10 22:23:11.387348 [ 4 ] {b12c65a3-a45a-48ed-8497-570de1d53d65} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2026.04.10 22:23:11.400290 [ 4 ] {b12c65a3-a45a-48ed-8497-570de1d53d65} oximeter.measurements_histogramu32 (9d15462a-344b-4f8b-93b2-f8f97a9eda5d): Loading data parts 2026.04.10 22:23:11.400597 [ 4 ] {b12c65a3-a45a-48ed-8497-570de1d53d65} oximeter.measurements_histogramu32 (9d15462a-344b-4f8b-93b2-f8f97a9eda5d): There are no data parts 2026.04.10 22:23:11.415975 [ 4 ] {b12c65a3-a45a-48ed-8497-570de1d53d65} TCPHandler: Processed in 0.029142828 sec. 2026.04.10 22:23:11.416162 [ 4 ] {} TCP-Session: f84b3c43-b540-479b-99ee-7e143120e77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:23:11.416483 [ 4 ] {38e7264c-ec4a-4963-a42e-6ce8949a4867} executeQuery: (from [fd00:1122:3344:101::d]:64303) 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.10 22:23:11.416662 [ 4 ] {38e7264c-ec4a-4963-a42e-6ce8949a4867} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2026.04.10 22:23:11.436807 [ 4 ] {38e7264c-ec4a-4963-a42e-6ce8949a4867} oximeter.measurements_histogrami64 (a2b4b836-20b3-4f5a-87b3-8fd824a6c33e): Loading data parts 2026.04.10 22:23:11.436982 [ 4 ] {38e7264c-ec4a-4963-a42e-6ce8949a4867} oximeter.measurements_histogrami64 (a2b4b836-20b3-4f5a-87b3-8fd824a6c33e): There are no data parts 2026.04.10 22:23:11.452671 [ 4 ] {38e7264c-ec4a-4963-a42e-6ce8949a4867} TCPHandler: Processed in 0.036577437 sec. 2026.04.10 22:23:11.452954 [ 4 ] {} TCP-Session: f84b3c43-b540-479b-99ee-7e143120e77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:23:11.453191 [ 4 ] {e2dc78e4-5206-4edd-a413-f183fe97af7c} executeQuery: (from [fd00:1122:3344:101::d]:64303) 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.10 22:23:11.453333 [ 4 ] {e2dc78e4-5206-4edd-a413-f183fe97af7c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2026.04.10 22:23:11.467378 [ 4 ] {e2dc78e4-5206-4edd-a413-f183fe97af7c} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Loading data parts 2026.04.10 22:23:11.467538 [ 4 ] {e2dc78e4-5206-4edd-a413-f183fe97af7c} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): There are no data parts 2026.04.10 22:23:11.482552 [ 4 ] {e2dc78e4-5206-4edd-a413-f183fe97af7c} TCPHandler: Processed in 0.029659718 sec. 2026.04.10 22:23:11.482729 [ 4 ] {} TCP-Session: f84b3c43-b540-479b-99ee-7e143120e77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:23:11.482951 [ 4 ] {ac53cc9f-a5a0-4263-a70a-660e785d8c34} executeQuery: (from [fd00:1122:3344:101::d]:64303) 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.10 22:23:11.483099 [ 4 ] {ac53cc9f-a5a0-4263-a70a-660e785d8c34} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2026.04.10 22:23:11.495878 [ 4 ] {ac53cc9f-a5a0-4263-a70a-660e785d8c34} oximeter.measurements_histogramf32 (540bc95d-ee67-44c1-80ca-9ffbcdd44028): Loading data parts 2026.04.10 22:23:11.496057 [ 4 ] {ac53cc9f-a5a0-4263-a70a-660e785d8c34} oximeter.measurements_histogramf32 (540bc95d-ee67-44c1-80ca-9ffbcdd44028): There are no data parts 2026.04.10 22:23:11.514420 [ 4 ] {ac53cc9f-a5a0-4263-a70a-660e785d8c34} TCPHandler: Processed in 0.031746471 sec. 2026.04.10 22:23:11.514788 [ 4 ] {} TCP-Session: f84b3c43-b540-479b-99ee-7e143120e77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:23:11.515007 [ 4 ] {c6dfc3a2-8487-434c-bcfc-40af39ee2085} executeQuery: (from [fd00:1122:3344:101::d]:64303) 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.10 22:23:11.515140 [ 4 ] {c6dfc3a2-8487-434c-bcfc-40af39ee2085} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2026.04.10 22:23:11.528304 [ 4 ] {c6dfc3a2-8487-434c-bcfc-40af39ee2085} oximeter.measurements_histogramf64 (5c41d544-6b86-4f42-80ad-391caaa9b968): Loading data parts 2026.04.10 22:23:11.528506 [ 4 ] {c6dfc3a2-8487-434c-bcfc-40af39ee2085} oximeter.measurements_histogramf64 (5c41d544-6b86-4f42-80ad-391caaa9b968): There are no data parts 2026.04.10 22:23:11.544058 [ 4 ] {c6dfc3a2-8487-434c-bcfc-40af39ee2085} TCPHandler: Processed in 0.029323942 sec. 2026.04.10 22:23:11.544219 [ 4 ] {} TCP-Session: f84b3c43-b540-479b-99ee-7e143120e77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:23:11.544410 [ 4 ] {014428fe-9e50-463c-85bc-b6383257f1bb} executeQuery: (from [fd00:1122:3344:101::d]:64303) /* 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.10 22:23:11.544535 [ 4 ] {014428fe-9e50-463c-85bc-b6383257f1bb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2026.04.10 22:23:11.557592 [ 4 ] {014428fe-9e50-463c-85bc-b6383257f1bb} oximeter.fields_bool (5a5f1d93-21a5-4138-8b30-cedf2ca8f138): Loading data parts 2026.04.10 22:23:11.558046 [ 4 ] {014428fe-9e50-463c-85bc-b6383257f1bb} oximeter.fields_bool (5a5f1d93-21a5-4138-8b30-cedf2ca8f138): There are no data parts 2026.04.10 22:23:11.573674 [ 4 ] {014428fe-9e50-463c-85bc-b6383257f1bb} TCPHandler: Processed in 0.029506245 sec. 2026.04.10 22:23:11.573858 [ 4 ] {} TCP-Session: f84b3c43-b540-479b-99ee-7e143120e77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:23:11.574159 [ 4 ] {61be8f10-8153-4f96-afd7-b8db94c9cca1} executeQuery: (from [fd00:1122:3344:101::d]:64303) 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.10 22:23:11.574380 [ 4 ] {61be8f10-8153-4f96-afd7-b8db94c9cca1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2026.04.10 22:23:11.601188 [ 4 ] {61be8f10-8153-4f96-afd7-b8db94c9cca1} oximeter.fields_i8 (e87f4050-6d3b-4815-8c6a-796ad97c8cc0): Loading data parts 2026.04.10 22:23:11.601375 [ 4 ] {61be8f10-8153-4f96-afd7-b8db94c9cca1} oximeter.fields_i8 (e87f4050-6d3b-4815-8c6a-796ad97c8cc0): There are no data parts 2026.04.10 22:23:11.616976 [ 4 ] {61be8f10-8153-4f96-afd7-b8db94c9cca1} TCPHandler: Processed in 0.043182001 sec. 2026.04.10 22:23:11.617163 [ 4 ] {} TCP-Session: f84b3c43-b540-479b-99ee-7e143120e77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:23:11.617329 [ 4 ] {9755a17b-dba3-4104-8aff-a0dd81badc6b} executeQuery: (from [fd00:1122:3344:101::d]:64303) 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.10 22:23:11.617499 [ 4 ] {9755a17b-dba3-4104-8aff-a0dd81badc6b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2026.04.10 22:23:11.632513 [ 4 ] {9755a17b-dba3-4104-8aff-a0dd81badc6b} oximeter.fields_u8 (db645430-3721-434f-a428-3eb1f7165166): Loading data parts 2026.04.10 22:23:11.632833 [ 4 ] {9755a17b-dba3-4104-8aff-a0dd81badc6b} oximeter.fields_u8 (db645430-3721-434f-a428-3eb1f7165166): There are no data parts 2026.04.10 22:23:11.645016 [ 4 ] {9755a17b-dba3-4104-8aff-a0dd81badc6b} TCPHandler: Processed in 0.027910194 sec. 2026.04.10 22:23:11.645180 [ 4 ] {} TCP-Session: f84b3c43-b540-479b-99ee-7e143120e77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:23:11.645792 [ 4 ] {a5629f08-1f20-4a19-9682-853d86583fc1} executeQuery: (from [fd00:1122:3344:101::d]:64303) 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.10 22:23:11.646038 [ 4 ] {a5629f08-1f20-4a19-9682-853d86583fc1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2026.04.10 22:23:11.660338 [ 4 ] {a5629f08-1f20-4a19-9682-853d86583fc1} oximeter.fields_i16 (419f2eef-209c-46fc-9cc0-97b5087686b9): Loading data parts 2026.04.10 22:23:11.660500 [ 4 ] {a5629f08-1f20-4a19-9682-853d86583fc1} oximeter.fields_i16 (419f2eef-209c-46fc-9cc0-97b5087686b9): There are no data parts 2026.04.10 22:23:11.663067 [ 4 ] {a5629f08-1f20-4a19-9682-853d86583fc1} TCPHandler: Processed in 0.017937612 sec. 2026.04.10 22:23:11.663223 [ 4 ] {} TCP-Session: f84b3c43-b540-479b-99ee-7e143120e77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:23:11.663382 [ 4 ] {4b98bb70-6e6b-45ff-99c1-16ea3f2d3a8b} executeQuery: (from [fd00:1122:3344:101::d]:64303) 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.10 22:23:11.663521 [ 4 ] {4b98bb70-6e6b-45ff-99c1-16ea3f2d3a8b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2026.04.10 22:23:11.673671 [ 4 ] {4b98bb70-6e6b-45ff-99c1-16ea3f2d3a8b} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Loading data parts 2026.04.10 22:23:11.673931 [ 4 ] {4b98bb70-6e6b-45ff-99c1-16ea3f2d3a8b} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): There are no data parts 2026.04.10 22:23:11.676825 [ 4 ] {4b98bb70-6e6b-45ff-99c1-16ea3f2d3a8b} TCPHandler: Processed in 0.013652515 sec. 2026.04.10 22:23:11.676974 [ 4 ] {} TCP-Session: f84b3c43-b540-479b-99ee-7e143120e77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:23:11.677213 [ 4 ] {d330aa6c-01f4-4c64-bd41-fccb3b27d72e} executeQuery: (from [fd00:1122:3344:101::d]:64303) 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.10 22:23:11.677331 [ 4 ] {d330aa6c-01f4-4c64-bd41-fccb3b27d72e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2026.04.10 22:23:11.688654 [ 4 ] {d330aa6c-01f4-4c64-bd41-fccb3b27d72e} oximeter.fields_i32 (270d7fa6-59fe-45e3-9a77-a356881114ea): Loading data parts 2026.04.10 22:23:11.688807 [ 4 ] {d330aa6c-01f4-4c64-bd41-fccb3b27d72e} oximeter.fields_i32 (270d7fa6-59fe-45e3-9a77-a356881114ea): There are no data parts 2026.04.10 22:23:11.691906 [ 4 ] {d330aa6c-01f4-4c64-bd41-fccb3b27d72e} TCPHandler: Processed in 0.014982242 sec. 2026.04.10 22:23:11.692048 [ 4 ] {} TCP-Session: f84b3c43-b540-479b-99ee-7e143120e77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:23:11.692204 [ 4 ] {4c128768-61b3-493f-9770-0986dcb94c7a} executeQuery: (from [fd00:1122:3344:101::d]:64303) 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.10 22:23:11.692305 [ 4 ] {4c128768-61b3-493f-9770-0986dcb94c7a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2026.04.10 22:23:11.701665 [ 4 ] {4c128768-61b3-493f-9770-0986dcb94c7a} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002): Loading data parts 2026.04.10 22:23:11.701895 [ 4 ] {4c128768-61b3-493f-9770-0986dcb94c7a} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002): There are no data parts 2026.04.10 22:23:11.703958 [ 4 ] {4c128768-61b3-493f-9770-0986dcb94c7a} TCPHandler: Processed in 0.011958171 sec. 2026.04.10 22:23:11.704116 [ 4 ] {} TCP-Session: f84b3c43-b540-479b-99ee-7e143120e77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:23:11.704355 [ 4 ] {08282f0e-2b26-46c5-a5ca-72ba8db7e97d} executeQuery: (from [fd00:1122:3344:101::d]:64303) 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.10 22:23:11.704459 [ 4 ] {08282f0e-2b26-46c5-a5ca-72ba8db7e97d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2026.04.10 22:23:11.706465 [ 4 ] {08282f0e-2b26-46c5-a5ca-72ba8db7e97d} oximeter.fields_i64 (5bbedf89-5ed3-4eea-8e63-4d19d24ee4f8): Loading data parts 2026.04.10 22:23:11.706642 [ 4 ] {08282f0e-2b26-46c5-a5ca-72ba8db7e97d} oximeter.fields_i64 (5bbedf89-5ed3-4eea-8e63-4d19d24ee4f8): There are no data parts 2026.04.10 22:23:11.730412 [ 4 ] {08282f0e-2b26-46c5-a5ca-72ba8db7e97d} TCPHandler: Processed in 0.026344341 sec. 2026.04.10 22:23:11.730601 [ 4 ] {} TCP-Session: f84b3c43-b540-479b-99ee-7e143120e77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:23:11.730807 [ 4 ] {776b2117-6dd3-4811-84c2-22716990f1b8} executeQuery: (from [fd00:1122:3344:101::d]:64303) 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.10 22:23:11.730968 [ 4 ] {776b2117-6dd3-4811-84c2-22716990f1b8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2026.04.10 22:23:11.758167 [ 4 ] {776b2117-6dd3-4811-84c2-22716990f1b8} oximeter.fields_u64 (afb0d53c-68be-41f0-aba9-0a79183ebbbe): Loading data parts 2026.04.10 22:23:11.758445 [ 4 ] {776b2117-6dd3-4811-84c2-22716990f1b8} oximeter.fields_u64 (afb0d53c-68be-41f0-aba9-0a79183ebbbe): There are no data parts 2026.04.10 22:23:11.764867 [ 4 ] {776b2117-6dd3-4811-84c2-22716990f1b8} TCPHandler: Processed in 0.034328422 sec. 2026.04.10 22:23:11.765037 [ 4 ] {} TCP-Session: f84b3c43-b540-479b-99ee-7e143120e77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:23:11.765407 [ 4 ] {5921b503-82ed-426e-b4c4-0f21ede97f8a} executeQuery: (from [fd00:1122:3344:101::d]:64303) 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.10 22:23:11.765556 [ 4 ] {5921b503-82ed-426e-b4c4-0f21ede97f8a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2026.04.10 22:23:11.778757 [ 4 ] {5921b503-82ed-426e-b4c4-0f21ede97f8a} oximeter.fields_ipaddr (b4784700-91f7-4af4-af29-376f839f9b40): Loading data parts 2026.04.10 22:23:11.778981 [ 4 ] {5921b503-82ed-426e-b4c4-0f21ede97f8a} oximeter.fields_ipaddr (b4784700-91f7-4af4-af29-376f839f9b40): There are no data parts 2026.04.10 22:23:11.782948 [ 4 ] {5921b503-82ed-426e-b4c4-0f21ede97f8a} TCPHandler: Processed in 0.017971493 sec. 2026.04.10 22:23:11.783115 [ 4 ] {} TCP-Session: f84b3c43-b540-479b-99ee-7e143120e77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:23:11.783276 [ 4 ] {8275360d-a058-442d-a7e1-e1b74e6042a2} executeQuery: (from [fd00:1122:3344:101::d]:64303) 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.10 22:23:11.783436 [ 4 ] {8275360d-a058-442d-a7e1-e1b74e6042a2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2026.04.10 22:23:11.793604 [ 4 ] {8275360d-a058-442d-a7e1-e1b74e6042a2} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Loading data parts 2026.04.10 22:23:11.793868 [ 4 ] {8275360d-a058-442d-a7e1-e1b74e6042a2} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): There are no data parts 2026.04.10 22:23:11.809142 [ 4 ] {8275360d-a058-442d-a7e1-e1b74e6042a2} TCPHandler: Processed in 0.026078446 sec. 2026.04.10 22:23:11.809333 [ 4 ] {} TCP-Session: f84b3c43-b540-479b-99ee-7e143120e77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:23:11.809658 [ 4 ] {2c99013c-456a-4889-98a8-bd2eedb363e2} executeQuery: (from [fd00:1122:3344:101::d]:64303) 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.10 22:23:11.809790 [ 4 ] {2c99013c-456a-4889-98a8-bd2eedb363e2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2026.04.10 22:23:11.826226 [ 4 ] {2c99013c-456a-4889-98a8-bd2eedb363e2} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Loading data parts 2026.04.10 22:23:11.826387 [ 4 ] {2c99013c-456a-4889-98a8-bd2eedb363e2} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): There are no data parts 2026.04.10 22:23:11.841437 [ 4 ] {2c99013c-456a-4889-98a8-bd2eedb363e2} TCPHandler: Processed in 0.032176909 sec. 2026.04.10 22:23:11.841603 [ 4 ] {} TCP-Session: f84b3c43-b540-479b-99ee-7e143120e77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:23:11.841865 [ 4 ] {eb80b254-2e98-4390-bbe3-8e5a1a192471} executeQuery: (from [fd00:1122:3344:101::d]:64303) /* 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.10 22:23:11.842012 [ 4 ] {eb80b254-2e98-4390-bbe3-8e5a1a192471} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2026.04.10 22:23:11.851083 [ 4 ] {eb80b254-2e98-4390-bbe3-8e5a1a192471} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14): Loading data parts 2026.04.10 22:23:11.851271 [ 4 ] {eb80b254-2e98-4390-bbe3-8e5a1a192471} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14): There are no data parts 2026.04.10 22:23:11.853922 [ 4 ] {eb80b254-2e98-4390-bbe3-8e5a1a192471} TCPHandler: Processed in 0.01236863 sec. 2026.04.10 22:23:11.854276 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:23:11.854573 [ 6 ] {c54189f9-95ee-421b-baa4-3b13609ec915} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2026.04.10 22:23:11.855918 [ 6 ] {c54189f9-95ee-421b-baa4-3b13609ec915} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2026.04.10 22:23:11.885660 [ 260 ] {c54189f9-95ee-421b-baa4-3b13609ec915} oximeter.version (86b21b0a-84a9-4638-abea-877072e10dcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:23:11.885703 [ 260 ] {c54189f9-95ee-421b-baa4-3b13609ec915} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2026.04.10 22:23:11.891944 [ 260 ] {c54189f9-95ee-421b-baa4-3b13609ec915} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.10 22:23:11.892492 [ 260 ] {c54189f9-95ee-421b-baa4-3b13609ec915} oximeter.version (86b21b0a-84a9-4638-abea-877072e10dcd): 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.10 22:23:11.892741 [ 6 ] {c54189f9-95ee-421b-baa4-3b13609ec915} executeQuery: Read 1 rows, 16.00 B in 0.038315 sec., 26.099438862064464 rows/sec., 417.59 B/sec. 2026.04.10 22:23:11.893084 [ 6 ] {c54189f9-95ee-421b-baa4-3b13609ec915} TCPHandler: Processed in 0.038966046 sec. 2026.04.10 22:23:12.000168 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 133.93 MiB, peak 133.93 MiB, free memory in arenas 0.00 B, will set to 138.09 MiB (RSS), difference: 4.17 MiB 2026.04.10 22:23:12.442715 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:49419 2026.04.10 22:23:12.443030 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:23:12.443072 [ 262 ] {} TCP-Session: c070ae2c-c7cc-4bdc-8bd1-6f0b69fa09aa Authenticating user 'default' from [fd00:1122:3344:101::b]:49419 2026.04.10 22:23:12.443095 [ 262 ] {} TCP-Session: c070ae2c-c7cc-4bdc-8bd1-6f0b69fa09aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:12.443153 [ 262 ] {} TCP-Session: c070ae2c-c7cc-4bdc-8bd1-6f0b69fa09aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:12.443246 [ 262 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.04.10 22:23:12.443270 [ 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.10 22:23:12.443369 [ 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.10 22:23:12.447063 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:55232 2026.04.10 22:23:12.447143 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:38118 2026.04.10 22:23:12.447256 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:55997 2026.04.10 22:23:12.447316 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:23:12.447381 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:50285 2026.04.10 22:23:12.447478 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:63466 2026.04.10 22:23:12.447519 [ 263 ] {} TCP-Session: eeba6fb5-b141-49aa-ba7e-abea6524969b Authenticating user 'default' from [fd00:1122:3344:101::b]:55232 2026.04.10 22:23:12.447516 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:23:12.447612 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:23:12.447581 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:45288 2026.04.10 22:23:12.447552 [ 263 ] {} TCP-Session: eeba6fb5-b141-49aa-ba7e-abea6524969b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:12.447797 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:23:12.447858 [ 264 ] {} TCP-Session: 7ec23185-44fa-4fc0-865a-072498bc3306 Authenticating user 'default' from [fd00:1122:3344:101::b]:38118 2026.04.10 22:23:12.447860 [ 263 ] {} TCP-Session: eeba6fb5-b141-49aa-ba7e-abea6524969b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:12.447900 [ 266 ] {} TCP-Session: 41b0282c-d4f8-4f34-923c-4636bdeb91be Authenticating user 'default' from [fd00:1122:3344:101::b]:50285 2026.04.10 22:23:12.447959 [ 264 ] {} TCP-Session: 7ec23185-44fa-4fc0-865a-072498bc3306 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:12.447833 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:23:12.447985 [ 266 ] {} TCP-Session: 41b0282c-d4f8-4f34-923c-4636bdeb91be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:12.448042 [ 264 ] {} TCP-Session: 7ec23185-44fa-4fc0-865a-072498bc3306 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:12.448069 [ 267 ] {} TCP-Session: 943437c0-f51f-4b14-8797-3f9582857268 Authenticating user 'default' from [fd00:1122:3344:101::b]:63466 2026.04.10 22:23:12.448074 [ 266 ] {} TCP-Session: 41b0282c-d4f8-4f34-923c-4636bdeb91be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:12.448045 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:23:12.447817 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:56442 2026.04.10 22:23:12.448253 [ 265 ] {} TCP-Session: 77bcde48-b231-44a9-8b15-4e158f2505ee Authenticating user 'default' from [fd00:1122:3344:101::b]:55997 2026.04.10 22:23:12.448257 [ 268 ] {} TCP-Session: 3a8b1929-0edf-49a5-b20e-aa145c82148d Authenticating user 'default' from [fd00:1122:3344:101::b]:45288 2026.04.10 22:23:12.448397 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:23:12.448408 [ 267 ] {} TCP-Session: 943437c0-f51f-4b14-8797-3f9582857268 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:12.448433 [ 268 ] {} TCP-Session: 3a8b1929-0edf-49a5-b20e-aa145c82148d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:12.448429 [ 265 ] {} TCP-Session: 77bcde48-b231-44a9-8b15-4e158f2505ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:12.448537 [ 268 ] {} TCP-Session: 3a8b1929-0edf-49a5-b20e-aa145c82148d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:12.448527 [ 267 ] {} TCP-Session: 943437c0-f51f-4b14-8797-3f9582857268 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:12.448646 [ 265 ] {} TCP-Session: 77bcde48-b231-44a9-8b15-4e158f2505ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:12.448634 [ 269 ] {} TCP-Session: 19e64770-c375-40ba-a95b-10d4a5ba8098 Authenticating user 'default' from [fd00:1122:3344:101::b]:56442 2026.04.10 22:23:12.448786 [ 269 ] {} TCP-Session: 19e64770-c375-40ba-a95b-10d4a5ba8098 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:12.448916 [ 269 ] {} TCP-Session: 19e64770-c375-40ba-a95b-10d4a5ba8098 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:13.330439 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:33131 2026.04.10 22:23:13.330623 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:23:13.330780 [ 270 ] {} TCP-Session: fed9f025-f4ea-4101-bd87-1e9d326e0368 Authenticating user 'default' from [fd00:1122:3344:101::a]:33131 2026.04.10 22:23:13.330808 [ 270 ] {} TCP-Session: fed9f025-f4ea-4101-bd87-1e9d326e0368 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:13.330827 [ 270 ] {} TCP-Session: fed9f025-f4ea-4101-bd87-1e9d326e0368 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:13.331010 [ 270 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.04.10 22:23:13.331045 [ 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.10 22:23:13.331143 [ 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.10 22:23:13.337242 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:34391 2026.04.10 22:23:13.337378 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:38128 2026.04.10 22:23:13.337520 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:59791 2026.04.10 22:23:13.337607 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:61036 2026.04.10 22:23:13.337865 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:23:13.337935 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:37288 2026.04.10 22:23:13.337926 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:34907 2026.04.10 22:23:13.337877 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:23:13.338038 [ 272 ] {} TCP-Session: 07a30f69-033b-4cc1-a143-8d9ff80d83d9 Authenticating user 'default' from [fd00:1122:3344:101::a]:38128 2026.04.10 22:23:13.338108 [ 271 ] {} TCP-Session: e18a2bcb-2afa-4076-9f74-e34c1722aebd Authenticating user 'default' from [fd00:1122:3344:101::a]:34391 2026.04.10 22:23:13.338140 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:23:13.338179 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:23:13.338222 [ 271 ] {} TCP-Session: e18a2bcb-2afa-4076-9f74-e34c1722aebd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:13.338183 [ 272 ] {} TCP-Session: 07a30f69-033b-4cc1-a143-8d9ff80d83d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:13.338308 [ 273 ] {} TCP-Session: 48b6658a-4492-4adf-9c9a-adf41544e39f Authenticating user 'default' from [fd00:1122:3344:101::a]:59791 2026.04.10 22:23:13.338373 [ 271 ] {} TCP-Session: e18a2bcb-2afa-4076-9f74-e34c1722aebd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:13.338389 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:23:13.338408 [ 273 ] {} TCP-Session: 48b6658a-4492-4adf-9c9a-adf41544e39f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:13.338417 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:23:13.338505 [ 276 ] {} TCP-Session: 42665841-5521-4e51-8ebf-26ac9c20576e Authenticating user 'default' from [fd00:1122:3344:101::a]:34907 2026.04.10 22:23:13.338467 [ 273 ] {} TCP-Session: 48b6658a-4492-4adf-9c9a-adf41544e39f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:13.338388 [ 272 ] {} TCP-Session: 07a30f69-033b-4cc1-a143-8d9ff80d83d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:13.338604 [ 276 ] {} TCP-Session: 42665841-5521-4e51-8ebf-26ac9c20576e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:13.338587 [ 275 ] {} TCP-Session: 2b01a527-827f-4670-9fae-cd2275516ece Authenticating user 'default' from [fd00:1122:3344:101::a]:37288 2026.04.10 22:23:13.338192 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:57829 2026.04.10 22:23:13.338715 [ 276 ] {} TCP-Session: 42665841-5521-4e51-8ebf-26ac9c20576e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:13.338704 [ 275 ] {} TCP-Session: 2b01a527-827f-4670-9fae-cd2275516ece Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:13.338198 [ 274 ] {} TCP-Session: bca3d681-92be-4300-b327-46182db66198 Authenticating user 'default' from [fd00:1122:3344:101::a]:61036 2026.04.10 22:23:13.338864 [ 275 ] {} TCP-Session: 2b01a527-827f-4670-9fae-cd2275516ece Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:13.338972 [ 274 ] {} TCP-Session: bca3d681-92be-4300-b327-46182db66198 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:13.338996 [ 274 ] {} TCP-Session: bca3d681-92be-4300-b327-46182db66198 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:13.339023 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:23:13.339162 [ 277 ] {} TCP-Session: 50c17070-a11e-48a9-8e42-fe73e792ea21 Authenticating user 'default' from [fd00:1122:3344:101::a]:57829 2026.04.10 22:23:13.339185 [ 277 ] {} TCP-Session: 50c17070-a11e-48a9-8e42-fe73e792ea21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:13.339335 [ 277 ] {} TCP-Session: 50c17070-a11e-48a9-8e42-fe73e792ea21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:14.514764 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:46383 2026.04.10 22:23:14.514950 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:23:14.514990 [ 278 ] {} TCP-Session: 9c6d498d-883a-4881-a3a9-003437cab920 Authenticating user 'default' from [fd00:1122:3344:101::c]:46383 2026.04.10 22:23:14.515158 [ 278 ] {} TCP-Session: 9c6d498d-883a-4881-a3a9-003437cab920 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:14.515172 [ 278 ] {} TCP-Session: 9c6d498d-883a-4881-a3a9-003437cab920 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:14.515233 [ 278 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.04.10 22:23:14.515349 [ 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.10 22:23:14.515365 [ 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.10 22:23:14.519952 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:60051 2026.04.10 22:23:14.520043 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:46919 2026.04.10 22:23:14.520149 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:53152 2026.04.10 22:23:14.520166 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:23:14.520257 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:53371 2026.04.10 22:23:14.520269 [ 279 ] {} TCP-Session: 446e3a25-ba8a-46cc-903d-5d531ff7aecb Authenticating user 'default' from [fd00:1122:3344:101::c]:60051 2026.04.10 22:23:14.520356 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:38751 2026.04.10 22:23:14.520503 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:23:14.520520 [ 279 ] {} TCP-Session: 446e3a25-ba8a-46cc-903d-5d531ff7aecb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:14.520562 [ 281 ] {} TCP-Session: 32e5bfbd-e5c2-4566-9c50-20adaa84f968 Authenticating user 'default' from [fd00:1122:3344:101::c]:53152 2026.04.10 22:23:14.520577 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:23:14.520559 [ 284 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:61116 2026.04.10 22:23:14.520541 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:23:14.520713 [ 281 ] {} TCP-Session: 32e5bfbd-e5c2-4566-9c50-20adaa84f968 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:14.520709 [ 280 ] {} TCP-Session: f5fa6c83-b2f5-4918-bbcb-fcc7a12c7804 Authenticating user 'default' from [fd00:1122:3344:101::c]:46919 2026.04.10 22:23:14.520832 [ 284 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:23:14.520903 [ 280 ] {} TCP-Session: f5fa6c83-b2f5-4918-bbcb-fcc7a12c7804 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:14.520909 [ 281 ] {} TCP-Session: 32e5bfbd-e5c2-4566-9c50-20adaa84f968 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:14.520912 [ 282 ] {} TCP-Session: bfaaf582-7046-4273-83c8-b5df2d3d021d Authenticating user 'default' from [fd00:1122:3344:101::c]:53371 2026.04.10 22:23:14.520673 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:23:14.521038 [ 284 ] {} TCP-Session: fc29efa8-4f3e-4de7-b8bc-c06393767288 Authenticating user 'default' from [fd00:1122:3344:101::c]:61116 2026.04.10 22:23:14.521060 [ 282 ] {} TCP-Session: bfaaf582-7046-4273-83c8-b5df2d3d021d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:14.521249 [ 280 ] {} TCP-Session: f5fa6c83-b2f5-4918-bbcb-fcc7a12c7804 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:14.521265 [ 284 ] {} TCP-Session: fc29efa8-4f3e-4de7-b8bc-c06393767288 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:14.520668 [ 285 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:49587 2026.04.10 22:23:14.521269 [ 282 ] {} TCP-Session: bfaaf582-7046-4273-83c8-b5df2d3d021d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:14.521479 [ 285 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:23:14.521368 [ 284 ] {} TCP-Session: fc29efa8-4f3e-4de7-b8bc-c06393767288 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:14.520666 [ 279 ] {} TCP-Session: 446e3a25-ba8a-46cc-903d-5d531ff7aecb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:14.521630 [ 285 ] {} TCP-Session: 44379365-63e2-4565-92e2-ce5e4665880d Authenticating user 'default' from [fd00:1122:3344:101::c]:49587 2026.04.10 22:23:14.521073 [ 283 ] {} TCP-Session: da4b4e5e-69f0-4860-add5-31c5368f8cea Authenticating user 'default' from [fd00:1122:3344:101::c]:38751 2026.04.10 22:23:14.521816 [ 283 ] {} TCP-Session: da4b4e5e-69f0-4860-add5-31c5368f8cea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:14.521827 [ 285 ] {} TCP-Session: 44379365-63e2-4565-92e2-ce5e4665880d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:14.521951 [ 283 ] {} TCP-Session: da4b4e5e-69f0-4860-add5-31c5368f8cea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:14.521962 [ 285 ] {} TCP-Session: 44379365-63e2-4565-92e2-ce5e4665880d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:17.971169 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2026.04.10 22:23:17.971226 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 2026.04.10 22:23:17.971258 [ 244 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2026.04.10 22:23:17.971310 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2026.04.10 22:23:17.979086 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): Loading data parts 2026.04.10 22:23:17.979385 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): There are no data parts 2026.04.10 22:23:17.987426 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:23:17.987549 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.04.10 22:23:17.988824 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): Loading data parts 2026.04.10 22:23:17.988990 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): There are no data parts 2026.04.10 22:23:17.996515 [ 245 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.10 22:23:17.997335 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): 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.10 22:23:17.997491 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 2026.04.10 22:23:18.000155 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 144.09 MiB, peak 144.22 MiB, free memory in arenas 0.00 B, will set to 148.43 MiB (RSS), difference: 4.34 MiB 2026.04.10 22:23:18.015248 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:23:18.015294 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.04.10 22:23:18.021943 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.10 22:23:18.023221 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): 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.10 22:23:18.026343 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2026.04.10 22:23:19.000161 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 149.13 MiB, peak 153.13 MiB, free memory in arenas 0.00 B, will set to 153.91 MiB (RSS), difference: 4.78 MiB 2026.04.10 22:23:20.471081 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2026.04.10 22:23:20.471241 [ 243 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2026.04.10 22:23:20.477532 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): Loading data parts 2026.04.10 22:23:20.477777 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): There are no data parts 2026.04.10 22:23:20.485229 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:23:20.485440 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.04.10 22:23:20.488329 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.10 22:23:20.489728 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): 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.10 22:23:20.490543 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2026.04.10 22:23:21.000310 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 158.27 MiB, peak 158.27 MiB, free memory in arenas 0.00 B, will set to 154.97 MiB (RSS), difference: -3.30 MiB 2026.04.10 22:23:25.405400 [ 106 ] {} DNSResolver: Updating DNS cache 2026.04.10 22:23:25.405617 [ 106 ] {} DNSResolver: Updated DNS cache 2026.04.10 22:23:25.498531 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976 2026.04.10 22:23:25.507631 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:23:25.507689 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.04.10 22:23:25.508494 [ 245 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.10 22:23:25.509030 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): 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.10 22:23:25.509201 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2026.04.10 22:23:25.527378 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2026.04.10 22:23:25.545619 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:23:25.545689 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.04.10 22:23:25.552360 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.10 22:23:25.553578 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): 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.10 22:23:25.557793 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2026.04.10 22:23:26.000165 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 155.72 MiB, peak 159.72 MiB, free memory in arenas 0.00 B, will set to 157.71 MiB (RSS), difference: 1.99 MiB 2026.04.10 22:23:31.000170 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 153.75 MiB, peak 159.72 MiB, free memory in arenas 0.00 B, will set to 157.77 MiB (RSS), difference: 4.02 MiB 2026.04.10 22:23:31.256550 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65323 2026.04.10 22:23:31.256708 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:23:31.256791 [ 286 ] {} TCP-Session: 2d3844e6-5134-45dd-ac62-fa9e848d3a37 Authenticating user 'default' from [fd00:1122:3344:101::e]:65323 2026.04.10 22:23:31.256822 [ 286 ] {} TCP-Session: 2d3844e6-5134-45dd-ac62-fa9e848d3a37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:31.256841 [ 286 ] {} TCP-Session: 2d3844e6-5134-45dd-ac62-fa9e848d3a37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:31.256926 [ 286 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.04.10 22:23:31.256972 [ 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.10 22:23:31.257019 [ 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.10 22:23:31.260080 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59244 2026.04.10 22:23:31.260194 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62862 2026.04.10 22:23:31.260304 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41019 2026.04.10 22:23:31.260316 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:23:31.260396 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49382 2026.04.10 22:23:31.260410 [ 287 ] {} TCP-Session: 5b74c1fd-0d87-40f4-b015-45205a0a4f09 Authenticating user 'default' from [fd00:1122:3344:101::e]:59244 2026.04.10 22:23:31.260459 [ 287 ] {} TCP-Session: 5b74c1fd-0d87-40f4-b015-45205a0a4f09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:31.260475 [ 287 ] {} TCP-Session: 5b74c1fd-0d87-40f4-b015-45205a0a4f09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:31.260520 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:23:31.260571 [ 288 ] {} TCP-Session: ff26b9a4-0d78-4f9d-ad62-33fc0ab1c721 Authenticating user 'default' from [fd00:1122:3344:101::e]:62862 2026.04.10 22:23:31.260598 [ 288 ] {} TCP-Session: ff26b9a4-0d78-4f9d-ad62-33fc0ab1c721 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:31.260614 [ 288 ] {} TCP-Session: ff26b9a4-0d78-4f9d-ad62-33fc0ab1c721 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:31.260710 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:23:31.260719 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:23:31.260767 [ 290 ] {} TCP-Session: 9373d497-64cf-4459-b0c3-145600db3650 Authenticating user 'default' from [fd00:1122:3344:101::e]:49382 2026.04.10 22:23:31.260793 [ 289 ] {} TCP-Session: 1c55ac00-9fcd-465a-b294-03cdd4deab8f Authenticating user 'default' from [fd00:1122:3344:101::e]:41019 2026.04.10 22:23:31.260804 [ 290 ] {} TCP-Session: 9373d497-64cf-4459-b0c3-145600db3650 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:31.260816 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40600 2026.04.10 22:23:31.260844 [ 290 ] {} TCP-Session: 9373d497-64cf-4459-b0c3-145600db3650 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:31.260829 [ 289 ] {} TCP-Session: 1c55ac00-9fcd-465a-b294-03cdd4deab8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:31.260813 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64670 2026.04.10 22:23:31.260913 [ 289 ] {} TCP-Session: 1c55ac00-9fcd-465a-b294-03cdd4deab8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:31.260934 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40296 2026.04.10 22:23:31.261193 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:23:31.261244 [ 291 ] {} TCP-Session: 058b7d7b-5362-4c25-994a-2c4af7bebc5e Authenticating user 'default' from [fd00:1122:3344:101::e]:40600 2026.04.10 22:23:31.261266 [ 291 ] {} TCP-Session: 058b7d7b-5362-4c25-994a-2c4af7bebc5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:31.261280 [ 291 ] {} TCP-Session: 058b7d7b-5362-4c25-994a-2c4af7bebc5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:31.261284 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63316 2026.04.10 22:23:31.261389 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:23:31.261437 [ 292 ] {} TCP-Session: f5326da1-0513-4190-a316-24381cbb29b3 Authenticating user 'default' from [fd00:1122:3344:101::e]:64670 2026.04.10 22:23:31.261454 [ 292 ] {} TCP-Session: f5326da1-0513-4190-a316-24381cbb29b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:31.261470 [ 292 ] {} TCP-Session: f5326da1-0513-4190-a316-24381cbb29b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:31.261490 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:23:31.261505 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:23:31.261543 [ 293 ] {} TCP-Session: 17d4c1c2-7c7a-4f82-a56d-7331881ab2f5 Authenticating user 'default' from [fd00:1122:3344:101::e]:40296 2026.04.10 22:23:31.261556 [ 294 ] {} TCP-Session: 5011fa1b-d194-4835-abf0-ab8e0c7f8242 Authenticating user 'default' from [fd00:1122:3344:101::e]:63316 2026.04.10 22:23:31.261573 [ 293 ] {} TCP-Session: 17d4c1c2-7c7a-4f82-a56d-7331881ab2f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:31.261584 [ 294 ] {} TCP-Session: 5011fa1b-d194-4835-abf0-ab8e0c7f8242 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:31.261598 [ 293 ] {} TCP-Session: 17d4c1c2-7c7a-4f82-a56d-7331881ab2f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:31.261614 [ 294 ] {} TCP-Session: 5011fa1b-d194-4835-abf0-ab8e0c7f8242 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:31.263248 [ 286 ] {} TCP-Session: 2d3844e6-5134-45dd-ac62-fa9e848d3a37 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:23:31.263480 [ 286 ] {d463d72a-e674-400a-bbd2-8d00c684b827} executeQuery: (from [fd00:1122:3344:101::e]:65323) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.10 22:23:31.275409 [ 286 ] {d463d72a-e674-400a-bbd2-8d00c684b827} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.10 22:23:31.291331 [ 286 ] {d463d72a-e674-400a-bbd2-8d00c684b827} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 22:23:31.320172 [ 286 ] {d463d72a-e674-400a-bbd2-8d00c684b827} oximeter.version (86b21b0a-84a9-4638-abea-877072e10dcd) (SelectExecutor): Key condition: unknown 2026.04.10 22:23:31.353063 [ 300 ] {d463d72a-e674-400a-bbd2-8d00c684b827} AggregatingTransform: Aggregating 2026.04.10 22:23:31.355676 [ 300 ] {d463d72a-e674-400a-bbd2-8d00c684b827} Aggregator: Aggregation method: without_key 2026.04.10 22:23:31.358210 [ 300 ] {d463d72a-e674-400a-bbd2-8d00c684b827} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.011492882 sec. (87.010 rows/sec., 3.40 KiB/sec.) 2026.04.10 22:23:31.358242 [ 300 ] {d463d72a-e674-400a-bbd2-8d00c684b827} Aggregator: Merging aggregated data 2026.04.10 22:23:31.358272 [ 300 ] {d463d72a-e674-400a-bbd2-8d00c684b827} Aggregator: Statistics updated for key=4896758355805104663: new sum_of_sizes=1, median_size=1 2026.04.10 22:23:31.362487 [ 286 ] {d463d72a-e674-400a-bbd2-8d00c684b827} executeQuery: Read 1 rows, 40.00 B in 0.099075 sec., 10.093363613424174 rows/sec., 403.73 B/sec. 2026.04.10 22:23:31.362719 [ 286 ] {d463d72a-e674-400a-bbd2-8d00c684b827} TCPHandler: Processed in 0.09964894 sec. 2026.04.10 22:23:31.368543 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.10 22:23:31.368596 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.10 22:23:31.368613 [ 286 ] {} TCP-Session: 2d3844e6-5134-45dd-ac62-fa9e848d3a37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:31.368624 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.10 22:23:31.368662 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.10 22:23:31.368662 [ 293 ] {} TCP-Session: 17d4c1c2-7c7a-4f82-a56d-7331881ab2f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:31.368696 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.10 22:23:31.368705 [ 290 ] {} TCP-Session: 9373d497-64cf-4459-b0c3-145600db3650 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:31.368752 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.10 22:23:31.368778 [ 288 ] {} TCP-Session: ff26b9a4-0d78-4f9d-ad62-33fc0ab1c721 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:31.368735 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.10 22:23:31.368809 [ 294 ] {} TCP-Session: 5011fa1b-d194-4835-abf0-ab8e0c7f8242 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:31.368708 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.10 22:23:31.368856 [ 292 ] {} TCP-Session: f5326da1-0513-4190-a316-24381cbb29b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:31.368718 [ 289 ] {} TCP-Session: 1c55ac00-9fcd-465a-b294-03cdd4deab8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:31.368924 [ 291 ] {} TCP-Session: 058b7d7b-5362-4c25-994a-2c4af7bebc5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:31.368649 [ 287 ] {} TCPHandler: Done processing connection. 2026.04.10 22:23:31.368988 [ 287 ] {} TCP-Session: 5b74c1fd-0d87-40f4-b015-45205a0a4f09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:32.000202 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 158.02 MiB, peak 168.13 MiB, free memory in arenas 0.00 B, will set to 161.21 MiB (RSS), difference: 3.20 MiB 2026.04.10 22:23:32.001340 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49319 2026.04.10 22:23:32.001421 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:23:32.001445 [ 286 ] {} TCP-Session: 4af2f81f-dd51-450d-97bc-0a745522ca54 Authenticating user 'default' from [fd00:1122:3344:101::e]:49319 2026.04.10 22:23:32.001467 [ 286 ] {} TCP-Session: 4af2f81f-dd51-450d-97bc-0a745522ca54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:32.001479 [ 286 ] {} TCP-Session: 4af2f81f-dd51-450d-97bc-0a745522ca54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:32.001710 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32778 2026.04.10 22:23:32.001755 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41236 2026.04.10 22:23:32.001770 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63227 2026.04.10 22:23:32.001811 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47490 2026.04.10 22:23:32.001834 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:23:32.001817 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57005 2026.04.10 22:23:32.001882 [ 287 ] {} TCP-Session: 9ad14aee-738d-4a86-815d-5f953ff00190 Authenticating user 'default' from [fd00:1122:3344:101::e]:32778 2026.04.10 22:23:32.001882 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:23:32.001905 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:23:32.001924 [ 287 ] {} TCP-Session: 9ad14aee-738d-4a86-815d-5f953ff00190 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:32.001938 [ 288 ] {} TCP-Session: 48984e62-e037-4acf-be8e-d9319f444bd3 Authenticating user 'default' from [fd00:1122:3344:101::e]:41236 2026.04.10 22:23:32.001945 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:23:32.001957 [ 287 ] {} TCP-Session: 9ad14aee-738d-4a86-815d-5f953ff00190 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:32.001979 [ 288 ] {} TCP-Session: 48984e62-e037-4acf-be8e-d9319f444bd3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:32.001991 [ 294 ] {} TCP-Session: 3a4501c0-c59f-4c34-8ee8-fff4f67f244d Authenticating user 'default' from [fd00:1122:3344:101::e]:57005 2026.04.10 22:23:32.002011 [ 288 ] {} TCP-Session: 48984e62-e037-4acf-be8e-d9319f444bd3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:32.002031 [ 294 ] {} TCP-Session: 3a4501c0-c59f-4c34-8ee8-fff4f67f244d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:32.001905 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:23:32.002056 [ 294 ] {} TCP-Session: 3a4501c0-c59f-4c34-8ee8-fff4f67f244d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:32.001805 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34203 2026.04.10 22:23:32.002086 [ 289 ] {} TCP-Session: fa7574ec-542f-4e14-b902-2580721495ce Authenticating user 'default' from [fd00:1122:3344:101::e]:63227 2026.04.10 22:23:32.001782 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52824 2026.04.10 22:23:32.002142 [ 289 ] {} TCP-Session: fa7574ec-542f-4e14-b902-2580721495ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:32.001760 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47552 2026.04.10 22:23:32.002168 [ 289 ] {} TCP-Session: fa7574ec-542f-4e14-b902-2580721495ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:32.002198 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:23:32.002165 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:23:32.002233 [ 291 ] {} TCP-Session: a32e35df-a697-415f-93bb-59ff976b545a Authenticating user 'default' from [fd00:1122:3344:101::e]:52824 2026.04.10 22:23:32.002239 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:23:32.002255 [ 292 ] {} TCP-Session: 284514f7-aff7-4eb8-8362-ced8be65a830 Authenticating user 'default' from [fd00:1122:3344:101::e]:34203 2026.04.10 22:23:32.002265 [ 291 ] {} TCP-Session: a32e35df-a697-415f-93bb-59ff976b545a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:32.002291 [ 292 ] {} TCP-Session: 284514f7-aff7-4eb8-8362-ced8be65a830 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:32.002303 [ 291 ] {} TCP-Session: a32e35df-a697-415f-93bb-59ff976b545a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:32.002316 [ 292 ] {} TCP-Session: 284514f7-aff7-4eb8-8362-ced8be65a830 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:32.002280 [ 290 ] {} TCP-Session: e163e312-8353-41c7-9336-5b8a6051d6bd Authenticating user 'default' from [fd00:1122:3344:101::e]:47552 2026.04.10 22:23:32.001953 [ 293 ] {} TCP-Session: 85d0f164-c9e1-48cb-919b-b07bf8244cf8 Authenticating user 'default' from [fd00:1122:3344:101::e]:47490 2026.04.10 22:23:32.002368 [ 290 ] {} TCP-Session: e163e312-8353-41c7-9336-5b8a6051d6bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:32.002390 [ 293 ] {} TCP-Session: 85d0f164-c9e1-48cb-919b-b07bf8244cf8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:32.002407 [ 290 ] {} TCP-Session: e163e312-8353-41c7-9336-5b8a6051d6bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:32.002419 [ 293 ] {} TCP-Session: 85d0f164-c9e1-48cb-919b-b07bf8244cf8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:32.001811 [ 286 ] {} TCP-Session: 4af2f81f-dd51-450d-97bc-0a745522ca54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:23:32.002645 [ 286 ] {141d75b2-8bab-4447-9656-2ff0400de658} executeQuery: (from [fd00:1122:3344:101::e]:49319) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.10 22:23:32.002983 [ 286 ] {141d75b2-8bab-4447-9656-2ff0400de658} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.10 22:23:32.003044 [ 286 ] {141d75b2-8bab-4447-9656-2ff0400de658} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 22:23:32.003318 [ 286 ] {141d75b2-8bab-4447-9656-2ff0400de658} oximeter.version (86b21b0a-84a9-4638-abea-877072e10dcd) (SelectExecutor): Key condition: unknown 2026.04.10 22:23:32.004189 [ 311 ] {141d75b2-8bab-4447-9656-2ff0400de658} AggregatingTransform: Aggregating 2026.04.10 22:23:32.004256 [ 311 ] {141d75b2-8bab-4447-9656-2ff0400de658} Aggregator: Aggregation method: without_key 2026.04.10 22:23:32.004304 [ 311 ] {141d75b2-8bab-4447-9656-2ff0400de658} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000888648 sec. (1125.305 rows/sec., 43.96 KiB/sec.) 2026.04.10 22:23:32.004327 [ 311 ] {141d75b2-8bab-4447-9656-2ff0400de658} Aggregator: Merging aggregated data 2026.04.10 22:23:32.005533 [ 286 ] {141d75b2-8bab-4447-9656-2ff0400de658} executeQuery: Read 1 rows, 40.00 B in 0.002944 sec., 339.67391304347825 rows/sec., 13.27 KiB/sec. 2026.04.10 22:23:32.005720 [ 286 ] {141d75b2-8bab-4447-9656-2ff0400de658} TCPHandler: Processed in 0.004026531 sec. 2026.04.10 22:23:32.005860 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.10 22:23:32.005889 [ 286 ] {} TCP-Session: 4af2f81f-dd51-450d-97bc-0a745522ca54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:32.005898 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.10 22:23:32.005914 [ 287 ] {} TCPHandler: Done processing connection. 2026.04.10 22:23:32.005932 [ 294 ] {} TCP-Session: 3a4501c0-c59f-4c34-8ee8-fff4f67f244d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:32.005938 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.10 22:23:32.005976 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.10 22:23:32.005994 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.10 22:23:32.006014 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.10 22:23:32.006038 [ 293 ] {} TCP-Session: 85d0f164-c9e1-48cb-919b-b07bf8244cf8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:32.006058 [ 290 ] {} TCP-Session: e163e312-8353-41c7-9336-5b8a6051d6bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:32.006078 [ 291 ] {} TCP-Session: a32e35df-a697-415f-93bb-59ff976b545a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:32.005969 [ 287 ] {} TCP-Session: 9ad14aee-738d-4a86-815d-5f953ff00190 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:32.005963 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.10 22:23:32.006044 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.10 22:23:32.006014 [ 288 ] {} TCP-Session: 48984e62-e037-4acf-be8e-d9319f444bd3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:32.006183 [ 289 ] {} TCP-Session: fa7574ec-542f-4e14-b902-2580721495ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:32.006202 [ 292 ] {} TCP-Session: 284514f7-aff7-4eb8-8362-ced8be65a830 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:23:33.009397 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 494 entries to flush up to offset 1470 2026.04.10 22:23:33.009974 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:23:33.010045 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.04.10 22:23:33.010758 [ 245 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.10 22:23:33.011084 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): 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.10 22:23:33.011265 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1470 2026.04.10 22:23:33.057889 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2026.04.10 22:23:33.078163 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:23:33.078240 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.04.10 22:23:33.086058 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.10 22:23:33.087253 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): 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.10 22:23:33.093085 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2026.04.10 22:23:34.000220 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 161.77 MiB, peak 169.56 MiB, free memory in arenas 0.00 B, will set to 163.35 MiB (RSS), difference: 1.58 MiB 2026.04.10 22:23:40.405871 [ 85 ] {} DNSResolver: Updating DNS cache 2026.04.10 22:23:40.405935 [ 85 ] {} DNSResolver: Updated DNS cache 2026.04.10 22:23:40.494381 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 4 entries to flush up to offset 92 2026.04.10 22:23:40.496579 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:23:40.496634 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.04.10 22:23:40.497796 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.10 22:23:40.498069 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): 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.10 22:23:40.498330 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 92 2026.04.10 22:23:40.511430 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 1918 2026.04.10 22:23:40.511927 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:23:40.511964 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.04.10 22:23:40.512461 [ 245 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.10 22:23:40.512702 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): 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.10 22:23:40.512825 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1918 2026.04.10 22:23:40.593260 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2026.04.10 22:23:40.611508 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:23:40.611583 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.04.10 22:23:40.617753 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.10 22:23:40.618469 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): 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.10 22:23:40.622028 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2026.04.10 22:23:41.000191 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 163.97 MiB, peak 169.56 MiB, free memory in arenas 0.00 B, will set to 165.02 MiB (RSS), difference: 1.05 MiB 2026.04.10 22:23:46.915409 [ 4 ] {} TCP-Session: f84b3c43-b540-479b-99ee-7e143120e77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:23:46.915604 [ 4 ] {2defc237-3b9b-49ee-82f1-63013494e4c0} executeQuery: (from [fd00:1122:3344:101::d]:64303) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2026.04.10 22:23:46.915869 [ 4 ] {2defc237-3b9b-49ee-82f1-63013494e4c0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 22:23:46.915929 [ 4 ] {2defc237-3b9b-49ee-82f1-63013494e4c0} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 22:23:46.916365 [ 4 ] {2defc237-3b9b-49ee-82f1-63013494e4c0} TCPHandler: Processed in 0.001083432 sec. 2026.04.10 22:23:46.979085 [ 4 ] {} TCP-Session: f84b3c43-b540-479b-99ee-7e143120e77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:23:46.979239 [ 4 ] {069550c9-bd80-4ab1-a231-d0aa2f6b5120} executeQuery: (from [fd00:1122:3344:101::d]:64303) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.10 22:23:47.057148 [ 4 ] {069550c9-bd80-4ab1-a231-d0aa2f6b5120} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 22:23:47.057222 [ 4 ] {069550c9-bd80-4ab1-a231-d0aa2f6b5120} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 22:23:47.071388 [ 4 ] {069550c9-bd80-4ab1-a231-d0aa2f6b5120} TCPHandler: Processed in 0.092367893 sec. 2026.04.10 22:23:47.072443 [ 4 ] {} TCP-Session: f84b3c43-b540-479b-99ee-7e143120e77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:23:47.072580 [ 4 ] {3b9dbeeb-d583-436c-903a-eb6305ec3230} executeQuery: (from [fd00:1122:3344:101::d]:64303) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.10 22:23:47.095595 [ 4 ] {3b9dbeeb-d583-436c-903a-eb6305ec3230} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 22:23:47.095649 [ 4 ] {3b9dbeeb-d583-436c-903a-eb6305ec3230} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 22:23:47.096077 [ 4 ] {3b9dbeeb-d583-436c-903a-eb6305ec3230} TCPHandler: Processed in 0.023703149 sec. 2026.04.10 22:23:47.096415 [ 4 ] {} TCP-Session: f84b3c43-b540-479b-99ee-7e143120e77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:23:47.096548 [ 4 ] {d63fddbf-49ce-48f8-b7dc-c958f72c8c7b} executeQuery: (from [fd00:1122:3344:101::d]:64303) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.10 22:23:47.096802 [ 4 ] {d63fddbf-49ce-48f8-b7dc-c958f72c8c7b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 22:23:47.096851 [ 4 ] {d63fddbf-49ce-48f8-b7dc-c958f72c8c7b} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 22:23:47.097287 [ 4 ] {d63fddbf-49ce-48f8-b7dc-c958f72c8c7b} TCPHandler: Processed in 0.000922389 sec. 2026.04.10 22:23:47.097496 [ 4 ] {} TCP-Session: f84b3c43-b540-479b-99ee-7e143120e77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:23:47.097618 [ 4 ] {6b18f5ca-a2f6-403c-bd1d-a97ae2a27b6a} executeQuery: (from [fd00:1122:3344:101::d]:64303) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.10 22:23:47.097864 [ 4 ] {6b18f5ca-a2f6-403c-bd1d-a97ae2a27b6a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 22:23:47.097907 [ 4 ] {6b18f5ca-a2f6-403c-bd1d-a97ae2a27b6a} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 22:23:47.098310 [ 4 ] {6b18f5ca-a2f6-403c-bd1d-a97ae2a27b6a} TCPHandler: Processed in 0.000865578 sec. 2026.04.10 22:23:47.102917 [ 4 ] {} TCP-Session: f84b3c43-b540-479b-99ee-7e143120e77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:23:47.103030 [ 4 ] {eb2bad8b-769b-47ec-a93b-2f0ad157a187} executeQuery: (from [fd00:1122:3344:101::d]:64303) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.04.10 22:23:47.103073 [ 4 ] {eb2bad8b-769b-47ec-a93b-2f0ad157a187} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 22:23:47.105826 [ 4 ] {eb2bad8b-769b-47ec-a93b-2f0ad157a187} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:23:47.105872 [ 4 ] {eb2bad8b-769b-47ec-a93b-2f0ad157a187} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.04.10 22:23:47.108986 [ 4 ] {eb2bad8b-769b-47ec-a93b-2f0ad157a187} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.10 22:23:47.109201 [ 4 ] {eb2bad8b-769b-47ec-a93b-2f0ad157a187} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14): 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.10 22:23:47.109364 [ 4 ] {eb2bad8b-769b-47ec-a93b-2f0ad157a187} executeQuery: Read 5 rows, 665.00 B in 0.006365 sec., 785.5459544383347 rows/sec., 102.03 KiB/sec. 2026.04.10 22:23:47.109403 [ 4 ] {eb2bad8b-769b-47ec-a93b-2f0ad157a187} TCPHandler: Processed in 0.006536291 sec. 2026.04.10 22:23:47.109527 [ 4 ] {} TCP-Session: f84b3c43-b540-479b-99ee-7e143120e77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:23:47.109624 [ 4 ] {68a3cc8d-c4a6-4ff7-aa1b-62b73152f5bd} executeQuery: (from [fd00:1122:3344:101::d]:64303) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.10 22:23:47.109665 [ 4 ] {68a3cc8d-c4a6-4ff7-aa1b-62b73152f5bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.10 22:23:47.112517 [ 4 ] {68a3cc8d-c4a6-4ff7-aa1b-62b73152f5bd} oximeter.fields_ipaddr (b4784700-91f7-4af4-af29-376f839f9b40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:23:47.112551 [ 4 ] {68a3cc8d-c4a6-4ff7-aa1b-62b73152f5bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.04.10 22:23:47.120411 [ 4 ] {68a3cc8d-c4a6-4ff7-aa1b-62b73152f5bd} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.10 22:23:47.120647 [ 4 ] {68a3cc8d-c4a6-4ff7-aa1b-62b73152f5bd} oximeter.fields_ipaddr (b4784700-91f7-4af4-af29-376f839f9b40): 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.10 22:23:47.120789 [ 4 ] {68a3cc8d-c4a6-4ff7-aa1b-62b73152f5bd} executeQuery: Read 2 rows, 167.00 B in 0.011187 sec., 178.77893984088672 rows/sec., 14.58 KiB/sec. 2026.04.10 22:23:47.120835 [ 4 ] {68a3cc8d-c4a6-4ff7-aa1b-62b73152f5bd} TCPHandler: Processed in 0.011365469 sec. 2026.04.10 22:23:47.120965 [ 4 ] {} TCP-Session: f84b3c43-b540-479b-99ee-7e143120e77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:23:47.121076 [ 4 ] {b0f250c2-df1b-447b-97a2-934abfdb175e} executeQuery: (from [fd00:1122:3344:101::d]:64303) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:23:47.121118 [ 4 ] {b0f250c2-df1b-447b-97a2-934abfdb175e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:23:47.131493 [ 4 ] {b0f250c2-df1b-447b-97a2-934abfdb175e} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:23:47.131528 [ 4 ] {b0f250c2-df1b-447b-97a2-934abfdb175e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.04.10 22:23:47.131959 [ 4 ] {b0f250c2-df1b-447b-97a2-934abfdb175e} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.10 22:23:47.132182 [ 4 ] {b0f250c2-df1b-447b-97a2-934abfdb175e} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:23:47.132316 [ 4 ] {b0f250c2-df1b-447b-97a2-934abfdb175e} executeQuery: Read 23 rows, 2.16 KiB in 0.011262 sec., 2042.266027348606 rows/sec., 191.90 KiB/sec. 2026.04.10 22:23:47.132359 [ 4 ] {b0f250c2-df1b-447b-97a2-934abfdb175e} TCPHandler: Processed in 0.011452751 sec. 2026.04.10 22:23:47.132479 [ 4 ] {} TCP-Session: f84b3c43-b540-479b-99ee-7e143120e77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:23:47.132575 [ 4 ] {47931420-1249-46e7-b20e-dc0e7298bf9a} executeQuery: (from [fd00:1122:3344:101::d]:64303) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:23:47.132615 [ 4 ] {47931420-1249-46e7-b20e-dc0e7298bf9a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:23:47.133068 [ 4 ] {47931420-1249-46e7-b20e-dc0e7298bf9a} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:23:47.133104 [ 4 ] {47931420-1249-46e7-b20e-dc0e7298bf9a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.04.10 22:23:47.133544 [ 4 ] {47931420-1249-46e7-b20e-dc0e7298bf9a} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.10 22:23:47.133771 [ 4 ] {47931420-1249-46e7-b20e-dc0e7298bf9a} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:23:47.133899 [ 4 ] {47931420-1249-46e7-b20e-dc0e7298bf9a} executeQuery: Read 13 rows, 990.00 B in 0.001344 sec., 9672.619047619048 rows/sec., 719.34 KiB/sec. 2026.04.10 22:23:47.133934 [ 4 ] {47931420-1249-46e7-b20e-dc0e7298bf9a} TCPHandler: Processed in 0.00150513 sec. 2026.04.10 22:23:47.134059 [ 4 ] {} TCP-Session: f84b3c43-b540-479b-99ee-7e143120e77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:23:47.134153 [ 4 ] {803476f7-8667-4f61-9dda-1552d654d3ed} executeQuery: (from [fd00:1122:3344:101::d]:64303) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:23:47.134194 [ 4 ] {803476f7-8667-4f61-9dda-1552d654d3ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:23:47.145082 [ 4 ] {803476f7-8667-4f61-9dda-1552d654d3ed} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:23:47.145130 [ 4 ] {803476f7-8667-4f61-9dda-1552d654d3ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.04.10 22:23:47.145633 [ 4 ] {803476f7-8667-4f61-9dda-1552d654d3ed} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.10 22:23:47.145857 [ 4 ] {803476f7-8667-4f61-9dda-1552d654d3ed} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:23:47.145997 [ 4 ] {803476f7-8667-4f61-9dda-1552d654d3ed} executeQuery: Read 26 rows, 2.10 KiB in 0.011861 sec., 2192.0580052272153 rows/sec., 176.94 KiB/sec. 2026.04.10 22:23:47.146041 [ 4 ] {803476f7-8667-4f61-9dda-1552d654d3ed} TCPHandler: Processed in 0.012031602 sec. 2026.04.10 22:23:47.146186 [ 4 ] {} TCP-Session: f84b3c43-b540-479b-99ee-7e143120e77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:23:47.146297 [ 4 ] {7d7ef36d-f1a1-4d15-9696-a75c1f849e75} executeQuery: (from [fd00:1122:3344:101::d]:64303) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:23:47.146345 [ 4 ] {7d7ef36d-f1a1-4d15-9696-a75c1f849e75} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:23:47.149060 [ 4 ] {7d7ef36d-f1a1-4d15-9696-a75c1f849e75} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:23:47.149099 [ 4 ] {7d7ef36d-f1a1-4d15-9696-a75c1f849e75} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.04.10 22:23:47.156271 [ 4 ] {7d7ef36d-f1a1-4d15-9696-a75c1f849e75} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.10 22:23:47.156524 [ 4 ] {7d7ef36d-f1a1-4d15-9696-a75c1f849e75} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:23:47.156688 [ 4 ] {7d7ef36d-f1a1-4d15-9696-a75c1f849e75} executeQuery: Read 1 rows, 72.00 B in 0.010411 sec., 96.05225242531937 rows/sec., 6.75 KiB/sec. 2026.04.10 22:23:47.156742 [ 4 ] {7d7ef36d-f1a1-4d15-9696-a75c1f849e75} TCPHandler: Processed in 0.010617124 sec. 2026.04.10 22:23:47.156859 [ 4 ] {} TCP-Session: f84b3c43-b540-479b-99ee-7e143120e77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:23:47.156958 [ 4 ] {1f5ee54c-5bfe-4965-b4af-42f4a86482f3} executeQuery: (from [fd00:1122:3344:101::d]:64303) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:23:47.157015 [ 4 ] {1f5ee54c-5bfe-4965-b4af-42f4a86482f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:23:47.157848 [ 4 ] {1f5ee54c-5bfe-4965-b4af-42f4a86482f3} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:23:47.157885 [ 4 ] {1f5ee54c-5bfe-4965-b4af-42f4a86482f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.04.10 22:23:47.180907 [ 4 ] {1f5ee54c-5bfe-4965-b4af-42f4a86482f3} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.10 22:23:47.181151 [ 4 ] {1f5ee54c-5bfe-4965-b4af-42f4a86482f3} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:23:47.181309 [ 4 ] {1f5ee54c-5bfe-4965-b4af-42f4a86482f3} executeQuery: Read 11 rows, 20.18 KiB in 0.024369 sec., 451.3931634453609 rows/sec., 828.29 KiB/sec. 2026.04.10 22:23:47.181378 [ 4 ] {1f5ee54c-5bfe-4965-b4af-42f4a86482f3} TCPHandler: Processed in 0.024569915 sec. 2026.04.10 22:23:47.181508 [ 4 ] {} TCP-Session: f84b3c43-b540-479b-99ee-7e143120e77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:23:47.181605 [ 4 ] {0b2a0657-1b6c-406a-8164-f716baf6707c} executeQuery: (from [fd00:1122:3344:101::d]:64303) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.04.10 22:23:47.181648 [ 4 ] {0b2a0657-1b6c-406a-8164-f716baf6707c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.04.10 22:23:47.194034 [ 4 ] {0b2a0657-1b6c-406a-8164-f716baf6707c} oximeter.measurements_i64 (44ee818a-1973-485e-9a53-6c8794d6405a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:23:47.194073 [ 4 ] {0b2a0657-1b6c-406a-8164-f716baf6707c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.04.10 22:23:47.194486 [ 4 ] {0b2a0657-1b6c-406a-8164-f716baf6707c} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.10 22:23:47.194697 [ 4 ] {0b2a0657-1b6c-406a-8164-f716baf6707c} oximeter.measurements_i64 (44ee818a-1973-485e-9a53-6c8794d6405a): 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.10 22:23:47.194829 [ 4 ] {0b2a0657-1b6c-406a-8164-f716baf6707c} executeQuery: Read 18 rows, 1.33 KiB in 0.013244 sec., 1359.106010268801 rows/sec., 100.28 KiB/sec. 2026.04.10 22:23:47.194865 [ 4 ] {0b2a0657-1b6c-406a-8164-f716baf6707c} TCPHandler: Processed in 0.01340985 sec. 2026.04.10 22:23:48.012976 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 2430 2026.04.10 22:23:48.013539 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:23:48.013590 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.04.10 22:23:48.014134 [ 245 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.10 22:23:48.014393 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): 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.10 22:23:48.014559 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2430 2026.04.10 22:23:48.122168 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2026.04.10 22:23:48.139870 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:23:48.139936 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.04.10 22:23:48.146267 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.10 22:23:48.146985 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): 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.10 22:23:48.150029 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2026.04.10 22:23:49.000177 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 166.27 MiB, peak 170.27 MiB, free memory in arenas 0.00 B, will set to 167.52 MiB (RSS), difference: 1.26 MiB 2026.04.10 22:23:50.498520 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 118 2026.04.10 22:23:50.500713 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:23:50.500769 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.04.10 22:23:50.502238 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.10 22:23:50.502591 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): 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.10 22:23:50.502960 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 118 2026.04.10 22:23:55.406176 [ 61 ] {} DNSResolver: Updating DNS cache 2026.04.10 22:23:55.406250 [ 61 ] {} DNSResolver: Updated DNS cache 2026.04.10 22:23:55.514722 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 2878 2026.04.10 22:23:55.515209 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:23:55.515261 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.04.10 22:23:55.515758 [ 245 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.10 22:23:55.516007 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): 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.10 22:23:55.516133 [ 61 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.10 22:23:55.516146 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2878 2026.04.10 22:23:55.516185 [ 61 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:23:55.516207 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.04.10 22:23:55.520510 [ 188 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::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.10 22:23:55.522555 [ 188 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:23:55.524855 [ 188 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::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.10 22:23:55.552868 [ 188 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::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.10 22:23:55.552935 [ 188 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 494 rows starting from the beginning of the part 2026.04.10 22:23:55.552987 [ 188 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 448 rows starting from the beginning of the part 2026.04.10 22:23:55.553038 [ 188 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 512 rows starting from the beginning of the part 2026.04.10 22:23:55.553088 [ 188 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 448 rows starting from the beginning of the part 2026.04.10 22:23:55.650167 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2026.04.10 22:23:55.653510 [ 202 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2878 rows, containing 4 columns (4 merged, 0 gathered) in 0.137198418 sec., 20976.918261550218 rows/sec., 307.28 KiB/sec. 2026.04.10 22:23:55.654468 [ 199 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.10 22:23:55.654817 [ 199 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_6_1} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): 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.10 22:23:55.654894 [ 199 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_6_1} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.10 22:23:55.666073 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB. 2026.04.10 22:23:55.667543 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:23:55.667603 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.04.10 22:23:55.674221 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.10 22:23:55.674988 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): 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.10 22:23:55.675285 [ 61 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.10 22:23:55.675348 [ 61 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:23:55.675368 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.04.10 22:23:55.675463 [ 199 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::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.10 22:23:55.679322 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2026.04.10 22:23:55.679972 [ 199 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:23:55.681343 [ 199 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::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.10 22:23:55.685867 [ 199 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::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.10 22:23:55.690353 [ 199 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::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.10 22:23:55.694752 [ 199 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::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.10 22:23:55.701694 [ 199 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::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.10 22:23:55.706197 [ 199 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::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.10 22:23:55.782330 [ 202 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.106900747 sec., 430.3056928124178 rows/sec., 2.23 MiB/sec. 2026.04.10 22:23:55.784638 [ 189 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.10 22:23:55.786733 [ 189 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::all_1_6_1} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): 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.10 22:23:55.786835 [ 189 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::all_1_6_1} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.10 22:23:55.788603 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2026.04.10 22:23:56.000216 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 168.75 MiB, peak 178.29 MiB, free memory in arenas 0.00 B, will set to 178.62 MiB (RSS), difference: 9.87 MiB 2026.04.10 22:23:56.917951 [ 4 ] {} TCP-Session: f84b3c43-b540-479b-99ee-7e143120e77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:23:56.918127 [ 4 ] {8548f31b-f696-4e41-9fab-56a1674203b6} executeQuery: (from [fd00:1122:3344:101::d]:64303) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:23:56.918194 [ 4 ] {8548f31b-f696-4e41-9fab-56a1674203b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:23:56.918829 [ 4 ] {8548f31b-f696-4e41-9fab-56a1674203b6} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:23:56.918878 [ 4 ] {8548f31b-f696-4e41-9fab-56a1674203b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.04.10 22:23:56.919260 [ 4 ] {8548f31b-f696-4e41-9fab-56a1674203b6} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.10 22:23:56.919500 [ 4 ] {8548f31b-f696-4e41-9fab-56a1674203b6} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:23:56.919646 [ 4 ] {8548f31b-f696-4e41-9fab-56a1674203b6} executeQuery: Read 46 rows, 4.34 KiB in 0.001566 sec., 29374.201787994894 rows/sec., 2.70 MiB/sec. 2026.04.10 22:23:56.919686 [ 4 ] {8548f31b-f696-4e41-9fab-56a1674203b6} TCPHandler: Processed in 0.001873418 sec. 2026.04.10 22:23:56.919810 [ 4 ] {} TCP-Session: f84b3c43-b540-479b-99ee-7e143120e77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:23:56.919906 [ 4 ] {2585ece9-3375-4be4-b2a0-23e5104ac31c} executeQuery: (from [fd00:1122:3344:101::d]:64303) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:23:56.919945 [ 4 ] {2585ece9-3375-4be4-b2a0-23e5104ac31c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:23:56.920342 [ 4 ] {2585ece9-3375-4be4-b2a0-23e5104ac31c} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:23:56.920378 [ 4 ] {2585ece9-3375-4be4-b2a0-23e5104ac31c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.04.10 22:23:56.920683 [ 4 ] {2585ece9-3375-4be4-b2a0-23e5104ac31c} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.10 22:23:56.920904 [ 4 ] {2585ece9-3375-4be4-b2a0-23e5104ac31c} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:23:56.921029 [ 4 ] {2585ece9-3375-4be4-b2a0-23e5104ac31c} executeQuery: Read 23 rows, 1.73 KiB in 0.001143 sec., 20122.484689413825 rows/sec., 1.48 MiB/sec. 2026.04.10 22:23:56.921064 [ 4 ] {2585ece9-3375-4be4-b2a0-23e5104ac31c} TCPHandler: Processed in 0.001303786 sec. 2026.04.10 22:23:56.921177 [ 4 ] {} TCP-Session: f84b3c43-b540-479b-99ee-7e143120e77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:23:56.921275 [ 4 ] {e50c9d85-de86-40f9-91c4-cc6aa22f0cb0} executeQuery: (from [fd00:1122:3344:101::d]:64303) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:23:56.921314 [ 4 ] {e50c9d85-de86-40f9-91c4-cc6aa22f0cb0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:23:56.921725 [ 4 ] {e50c9d85-de86-40f9-91c4-cc6aa22f0cb0} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:23:56.921763 [ 4 ] {e50c9d85-de86-40f9-91c4-cc6aa22f0cb0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.04.10 22:23:56.922062 [ 4 ] {e50c9d85-de86-40f9-91c4-cc6aa22f0cb0} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.10 22:23:56.922277 [ 4 ] {e50c9d85-de86-40f9-91c4-cc6aa22f0cb0} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:23:56.922405 [ 4 ] {e50c9d85-de86-40f9-91c4-cc6aa22f0cb0} executeQuery: Read 28 rows, 2.26 KiB in 0.001148 sec., 24390.243902439026 rows/sec., 1.92 MiB/sec. 2026.04.10 22:23:56.922441 [ 4 ] {e50c9d85-de86-40f9-91c4-cc6aa22f0cb0} TCPHandler: Processed in 0.001312606 sec. 2026.04.10 22:23:56.922551 [ 4 ] {} TCP-Session: f84b3c43-b540-479b-99ee-7e143120e77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:23:56.922645 [ 4 ] {29c70144-86ef-4d92-a0df-8012117d8023} executeQuery: (from [fd00:1122:3344:101::d]:64303) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:23:56.922701 [ 4 ] {29c70144-86ef-4d92-a0df-8012117d8023} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:23:56.923470 [ 4 ] {29c70144-86ef-4d92-a0df-8012117d8023} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:23:56.923507 [ 4 ] {29c70144-86ef-4d92-a0df-8012117d8023} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.04.10 22:23:56.924050 [ 4 ] {29c70144-86ef-4d92-a0df-8012117d8023} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.10 22:23:56.924286 [ 4 ] {29c70144-86ef-4d92-a0df-8012117d8023} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:23:56.924419 [ 4 ] {29c70144-86ef-4d92-a0df-8012117d8023} executeQuery: Read 23 rows, 42.20 KiB in 0.001792 sec., 12834.82142857143 rows/sec., 23.00 MiB/sec. 2026.04.10 22:23:56.924468 [ 4 ] {29c70144-86ef-4d92-a0df-8012117d8023} TCPHandler: Processed in 0.001965079 sec. 2026.04.10 22:23:56.924584 [ 4 ] {} TCP-Session: f84b3c43-b540-479b-99ee-7e143120e77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:23:56.924678 [ 4 ] {7af6ce03-7383-47dc-9474-783d713b0344} executeQuery: (from [fd00:1122:3344:101::d]:64303) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.04.10 22:23:56.924721 [ 4 ] {7af6ce03-7383-47dc-9474-783d713b0344} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.04.10 22:23:56.925034 [ 4 ] {7af6ce03-7383-47dc-9474-783d713b0344} oximeter.measurements_i64 (44ee818a-1973-485e-9a53-6c8794d6405a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:23:56.925072 [ 4 ] {7af6ce03-7383-47dc-9474-783d713b0344} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.04.10 22:23:56.925372 [ 4 ] {7af6ce03-7383-47dc-9474-783d713b0344} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.10 22:23:56.925588 [ 4 ] {7af6ce03-7383-47dc-9474-783d713b0344} oximeter.measurements_i64 (44ee818a-1973-485e-9a53-6c8794d6405a): 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.10 22:23:56.925713 [ 4 ] {7af6ce03-7383-47dc-9474-783d713b0344} executeQuery: Read 6 rows, 463.00 B in 0.001053 sec., 5698.005698005699 rows/sec., 429.39 KiB/sec. 2026.04.10 22:23:56.925748 [ 4 ] {7af6ce03-7383-47dc-9474-783d713b0344} TCPHandler: Processed in 0.001213885 sec. 2026.04.10 22:24:00.503215 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 10 entries to flush up to offset 128 2026.04.10 22:24:00.505171 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:00.505226 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.04.10 22:24:00.506379 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.10 22:24:00.506650 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): 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.10 22:24:00.506970 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 128 2026.04.10 22:24:03.016293 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 3390 2026.04.10 22:24:03.016867 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:03.016911 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.04.10 22:24:03.017478 [ 245 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.10 22:24:03.017701 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): 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.10 22:24:03.017821 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3390 2026.04.10 22:24:03.179450 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2026.04.10 22:24:03.201168 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:03.201241 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.04.10 22:24:03.206848 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.10 22:24:03.207538 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): 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.10 22:24:03.210773 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2026.04.10 22:24:06.917356 [ 4 ] {} TCP-Session: f84b3c43-b540-479b-99ee-7e143120e77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:06.917565 [ 4 ] {650ece4f-a99a-4b3c-9f33-c7040da97b6f} executeQuery: (from [fd00:1122:3344:101::d]:64303) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:24:06.917637 [ 4 ] {650ece4f-a99a-4b3c-9f33-c7040da97b6f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:24:06.918288 [ 4 ] {650ece4f-a99a-4b3c-9f33-c7040da97b6f} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:06.918334 [ 4 ] {650ece4f-a99a-4b3c-9f33-c7040da97b6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.04.10 22:24:06.918712 [ 4 ] {650ece4f-a99a-4b3c-9f33-c7040da97b6f} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.10 22:24:06.918933 [ 4 ] {650ece4f-a99a-4b3c-9f33-c7040da97b6f} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:24:06.919077 [ 4 ] {650ece4f-a99a-4b3c-9f33-c7040da97b6f} executeQuery: Read 46 rows, 4.34 KiB in 0.001565 sec., 29392.97124600639 rows/sec., 2.71 MiB/sec. 2026.04.10 22:24:06.919117 [ 4 ] {650ece4f-a99a-4b3c-9f33-c7040da97b6f} TCPHandler: Processed in 0.001901728 sec. 2026.04.10 22:24:06.919233 [ 4 ] {} TCP-Session: f84b3c43-b540-479b-99ee-7e143120e77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:06.919327 [ 4 ] {8191fdee-2de2-45ae-b732-5c4c3a7c115d} executeQuery: (from [fd00:1122:3344:101::d]:64303) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:24:06.919367 [ 4 ] {8191fdee-2de2-45ae-b732-5c4c3a7c115d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:24:06.919752 [ 4 ] {8191fdee-2de2-45ae-b732-5c4c3a7c115d} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:06.919788 [ 4 ] {8191fdee-2de2-45ae-b732-5c4c3a7c115d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.04.10 22:24:06.920073 [ 4 ] {8191fdee-2de2-45ae-b732-5c4c3a7c115d} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.10 22:24:06.920290 [ 4 ] {8191fdee-2de2-45ae-b732-5c4c3a7c115d} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:24:06.920413 [ 4 ] {8191fdee-2de2-45ae-b732-5c4c3a7c115d} executeQuery: Read 23 rows, 1.73 KiB in 0.001106 sec., 20795.660036166366 rows/sec., 1.53 MiB/sec. 2026.04.10 22:24:06.920448 [ 4 ] {8191fdee-2de2-45ae-b732-5c4c3a7c115d} TCPHandler: Processed in 0.001263236 sec. 2026.04.10 22:24:06.920557 [ 4 ] {} TCP-Session: f84b3c43-b540-479b-99ee-7e143120e77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:06.920648 [ 4 ] {e24d8a26-a84b-4a49-97b9-8fa77e80894a} executeQuery: (from [fd00:1122:3344:101::d]:64303) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:24:06.920687 [ 4 ] {e24d8a26-a84b-4a49-97b9-8fa77e80894a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:24:06.921062 [ 4 ] {e24d8a26-a84b-4a49-97b9-8fa77e80894a} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:06.921098 [ 4 ] {e24d8a26-a84b-4a49-97b9-8fa77e80894a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.04.10 22:24:06.921383 [ 4 ] {e24d8a26-a84b-4a49-97b9-8fa77e80894a} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.10 22:24:06.921588 [ 4 ] {e24d8a26-a84b-4a49-97b9-8fa77e80894a} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:24:06.921709 [ 4 ] {e24d8a26-a84b-4a49-97b9-8fa77e80894a} executeQuery: Read 23 rows, 1.84 KiB in 0.001078 sec., 21335.807050092764 rows/sec., 1.67 MiB/sec. 2026.04.10 22:24:06.921744 [ 4 ] {e24d8a26-a84b-4a49-97b9-8fa77e80894a} TCPHandler: Processed in 0.001233255 sec. 2026.04.10 22:24:06.921847 [ 4 ] {} TCP-Session: f84b3c43-b540-479b-99ee-7e143120e77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:06.921938 [ 4 ] {3775f58b-8395-4068-80eb-a19a21ecb714} executeQuery: (from [fd00:1122:3344:101::d]:64303) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:24:06.921991 [ 4 ] {3775f58b-8395-4068-80eb-a19a21ecb714} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:24:06.922739 [ 4 ] {3775f58b-8395-4068-80eb-a19a21ecb714} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:06.922775 [ 4 ] {3775f58b-8395-4068-80eb-a19a21ecb714} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.04.10 22:24:06.923276 [ 4 ] {3775f58b-8395-4068-80eb-a19a21ecb714} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.10 22:24:06.923491 [ 4 ] {3775f58b-8395-4068-80eb-a19a21ecb714} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:24:06.923617 [ 4 ] {3775f58b-8395-4068-80eb-a19a21ecb714} executeQuery: Read 23 rows, 42.20 KiB in 0.001696 sec., 13561.32075471698 rows/sec., 24.30 MiB/sec. 2026.04.10 22:24:06.923664 [ 4 ] {3775f58b-8395-4068-80eb-a19a21ecb714} TCPHandler: Processed in 0.001863358 sec. 2026.04.10 22:24:10.406291 [ 26 ] {} DNSResolver: Updating DNS cache 2026.04.10 22:24:10.406365 [ 26 ] {} DNSResolver: Updated DNS cache 2026.04.10 22:24:10.508012 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 8 entries to flush up to offset 136 2026.04.10 22:24:10.509732 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:10.509783 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.04.10 22:24:10.510911 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.10 22:24:10.511177 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): 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.10 22:24:10.511459 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 136 2026.04.10 22:24:10.518826 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 3838 2026.04.10 22:24:10.519323 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:10.519367 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.04.10 22:24:10.519918 [ 245 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.10 22:24:10.520160 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): 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.10 22:24:10.520306 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3838 2026.04.10 22:24:10.563992 [ 4 ] {} TCPHandler: Done processing connection. 2026.04.10 22:24:10.564065 [ 4 ] {} TCP-Session: f84b3c43-b540-479b-99ee-7e143120e77e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:24:10.711766 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2026.04.10 22:24:10.729388 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:10.729448 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.04.10 22:24:10.735037 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.10 22:24:10.735721 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): 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.10 22:24:10.738766 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2026.04.10 22:24:11.001168 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 177.43 MiB, peak 183.17 MiB, free memory in arenas 0.00 B, will set to 179.33 MiB (RSS), difference: 1.90 MiB 2026.04.10 22:24:16.915827 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:16.916187 [ 6 ] {1b72c114-023d-464a-91fa-0974f2e308c1} executeQuery: (from [fd00:1122:3344:101::d]:38483) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.10 22:24:16.916579 [ 6 ] {1b72c114-023d-464a-91fa-0974f2e308c1} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.10 22:24:16.927612 [ 6 ] {1b72c114-023d-464a-91fa-0974f2e308c1} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE 2026.04.10 22:24:16.927840 [ 6 ] {1b72c114-023d-464a-91fa-0974f2e308c1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 22:24:16.927910 [ 6 ] {1b72c114-023d-464a-91fa-0974f2e308c1} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 22:24:16.928098 [ 6 ] {1b72c114-023d-464a-91fa-0974f2e308c1} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Key condition: (column 0 notIn 5-element set) 2026.04.10 22:24:16.930681 [ 6 ] {1b72c114-023d-464a-91fa-0974f2e308c1} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.10 22:24:16.933083 [ 6 ] {1b72c114-023d-464a-91fa-0974f2e308c1} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (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.10 22:24:16.933121 [ 6 ] {1b72c114-023d-464a-91fa-0974f2e308c1} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.10 22:24:16.935422 [ 6 ] {1b72c114-023d-464a-91fa-0974f2e308c1} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" 2026.04.10 22:24:16.935459 [ 6 ] {1b72c114-023d-464a-91fa-0974f2e308c1} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 2026.04.10 22:24:16.950642 [ 6 ] {1b72c114-023d-464a-91fa-0974f2e308c1} executeQuery: Read 5 rows, 228.00 B in 0.034584 sec., 144.5755262549156 rows/sec., 6.44 KiB/sec. 2026.04.10 22:24:16.950721 [ 6 ] {1b72c114-023d-464a-91fa-0974f2e308c1} TCPHandler: Processed in 0.035075317 sec. 2026.04.10 22:24:16.951070 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:16.951225 [ 6 ] {3c45e33b-3fc6-45e4-8cf0-fd2136e260cb} executeQuery: (from [fd00:1122:3344:101::d]:38483) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.10 22:24:16.951440 [ 6 ] {3c45e33b-3fc6-45e4-8cf0-fd2136e260cb} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.10 22:24:16.951467 [ 6 ] {3c45e33b-3fc6-45e4-8cf0-fd2136e260cb} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE 2026.04.10 22:24:16.951606 [ 6 ] {3c45e33b-3fc6-45e4-8cf0-fd2136e260cb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 22:24:16.951658 [ 6 ] {3c45e33b-3fc6-45e4-8cf0-fd2136e260cb} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 22:24:16.951757 [ 6 ] {3c45e33b-3fc6-45e4-8cf0-fd2136e260cb} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Key condition: (column 0 notIn 6-element set) 2026.04.10 22:24:16.951785 [ 6 ] {3c45e33b-3fc6-45e4-8cf0-fd2136e260cb} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.10 22:24:16.951803 [ 6 ] {3c45e33b-3fc6-45e4-8cf0-fd2136e260cb} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (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.10 22:24:16.951817 [ 6 ] {3c45e33b-3fc6-45e4-8cf0-fd2136e260cb} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.10 22:24:16.951847 [ 6 ] {3c45e33b-3fc6-45e4-8cf0-fd2136e260cb} 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_underlay_prefixes', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" 2026.04.10 22:24:16.951863 [ 6 ] {3c45e33b-3fc6-45e4-8cf0-fd2136e260cb} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 2026.04.10 22:24:16.952288 [ 6 ] {3c45e33b-3fc6-45e4-8cf0-fd2136e260cb} executeQuery: Read 5 rows, 228.00 B in 0.001119 sec., 4468.275245755139 rows/sec., 198.98 KiB/sec. 2026.04.10 22:24:16.952348 [ 6 ] {3c45e33b-3fc6-45e4-8cf0-fd2136e260cb} TCPHandler: Processed in 0.001342857 sec. 2026.04.10 22:24:16.952595 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:16.952718 [ 6 ] {eb856a5d-1506-4753-8956-ef4bbcc8306d} executeQuery: (from [fd00:1122:3344:101::d]:38483) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.10 22:24:16.952907 [ 6 ] {eb856a5d-1506-4753-8956-ef4bbcc8306d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.10 22:24:16.952934 [ 6 ] {eb856a5d-1506-4753-8956-ef4bbcc8306d} 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE 2026.04.10 22:24:16.953079 [ 6 ] {eb856a5d-1506-4753-8956-ef4bbcc8306d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 22:24:16.953130 [ 6 ] {eb856a5d-1506-4753-8956-ef4bbcc8306d} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 22:24:16.953226 [ 6 ] {eb856a5d-1506-4753-8956-ef4bbcc8306d} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Key condition: (column 0 notIn 7-element set) 2026.04.10 22:24:16.953254 [ 6 ] {eb856a5d-1506-4753-8956-ef4bbcc8306d} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.10 22:24:16.953271 [ 6 ] {eb856a5d-1506-4753-8956-ef4bbcc8306d} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (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.10 22:24:16.953285 [ 6 ] {eb856a5d-1506-4753-8956-ef4bbcc8306d} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.10 22:24:16.953316 [ 6 ] {eb856a5d-1506-4753-8956-ef4bbcc8306d} 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" 2026.04.10 22:24:16.953332 [ 6 ] {eb856a5d-1506-4753-8956-ef4bbcc8306d} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 2026.04.10 22:24:16.953746 [ 6 ] {eb856a5d-1506-4753-8956-ef4bbcc8306d} executeQuery: Read 5 rows, 228.00 B in 0.001068 sec., 4681.647940074907 rows/sec., 208.48 KiB/sec. 2026.04.10 22:24:16.953805 [ 6 ] {eb856a5d-1506-4753-8956-ef4bbcc8306d} TCPHandler: Processed in 0.001260625 sec. 2026.04.10 22:24:16.954035 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:16.954152 [ 6 ] {776d4f7a-bb7e-4667-b44b-e2c152048041} executeQuery: (from [fd00:1122:3344:101::d]:38483) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.10 22:24:16.954334 [ 6 ] {776d4f7a-bb7e-4667-b44b-e2c152048041} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.10 22:24:16.954361 [ 6 ] {776d4f7a-bb7e-4667-b44b-e2c152048041} 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:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE 2026.04.10 22:24:16.954500 [ 6 ] {776d4f7a-bb7e-4667-b44b-e2c152048041} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 22:24:16.954551 [ 6 ] {776d4f7a-bb7e-4667-b44b-e2c152048041} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 22:24:16.954647 [ 6 ] {776d4f7a-bb7e-4667-b44b-e2c152048041} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Key condition: (column 0 notIn 8-element set) 2026.04.10 22:24:16.954675 [ 6 ] {776d4f7a-bb7e-4667-b44b-e2c152048041} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.10 22:24:16.954693 [ 6 ] {776d4f7a-bb7e-4667-b44b-e2c152048041} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (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.10 22:24:16.954707 [ 6 ] {776d4f7a-bb7e-4667-b44b-e2c152048041} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.10 22:24:16.954737 [ 6 ] {776d4f7a-bb7e-4667-b44b-e2c152048041} 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:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" 2026.04.10 22:24:16.954753 [ 6 ] {776d4f7a-bb7e-4667-b44b-e2c152048041} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 2026.04.10 22:24:16.955125 [ 6 ] {776d4f7a-bb7e-4667-b44b-e2c152048041} executeQuery: Read 5 rows, 228.00 B in 0.001012 sec., 4940.711462450592 rows/sec., 220.02 KiB/sec. 2026.04.10 22:24:16.955177 [ 6 ] {776d4f7a-bb7e-4667-b44b-e2c152048041} TCPHandler: Processed in 0.001194424 sec. 2026.04.10 22:24:16.955375 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:16.955493 [ 6 ] {ef7d3b7b-4e7d-4fbd-8fcf-c85902350c41} executeQuery: (from [fd00:1122:3344:101::d]:38483) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.10 22:24:16.955668 [ 6 ] {ef7d3b7b-4e7d-4fbd-8fcf-c85902350c41} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.10 22:24:16.955696 [ 6 ] {ef7d3b7b-4e7d-4fbd-8fcf-c85902350c41} 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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE 2026.04.10 22:24:16.955834 [ 6 ] {ef7d3b7b-4e7d-4fbd-8fcf-c85902350c41} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 22:24:16.955884 [ 6 ] {ef7d3b7b-4e7d-4fbd-8fcf-c85902350c41} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 22:24:16.955978 [ 6 ] {ef7d3b7b-4e7d-4fbd-8fcf-c85902350c41} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Key condition: (column 0 notIn 9-element set) 2026.04.10 22:24:16.956004 [ 6 ] {ef7d3b7b-4e7d-4fbd-8fcf-c85902350c41} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.10 22:24:16.956022 [ 6 ] {ef7d3b7b-4e7d-4fbd-8fcf-c85902350c41} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (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.10 22:24:16.956035 [ 6 ] {ef7d3b7b-4e7d-4fbd-8fcf-c85902350c41} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.10 22:24:16.956065 [ 6 ] {ef7d3b7b-4e7d-4fbd-8fcf-c85902350c41} 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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" 2026.04.10 22:24:16.956081 [ 6 ] {ef7d3b7b-4e7d-4fbd-8fcf-c85902350c41} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 2026.04.10 22:24:16.956452 [ 6 ] {ef7d3b7b-4e7d-4fbd-8fcf-c85902350c41} executeQuery: Read 5 rows, 228.00 B in 0.001 sec., 5000 rows/sec., 222.66 KiB/sec. 2026.04.10 22:24:16.956504 [ 6 ] {ef7d3b7b-4e7d-4fbd-8fcf-c85902350c41} TCPHandler: Processed in 0.001177364 sec. 2026.04.10 22:24:16.956692 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:16.956807 [ 6 ] {f9f79cbe-a097-4d05-9955-32d4995a6e7c} executeQuery: (from [fd00:1122:3344:101::d]:38483) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.10 22:24:16.956982 [ 6 ] {f9f79cbe-a097-4d05-9955-32d4995a6e7c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.10 22:24:16.957009 [ 6 ] {f9f79cbe-a097-4d05-9955-32d4995a6e7c} 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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE 2026.04.10 22:24:16.957146 [ 6 ] {f9f79cbe-a097-4d05-9955-32d4995a6e7c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 22:24:16.957195 [ 6 ] {f9f79cbe-a097-4d05-9955-32d4995a6e7c} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 22:24:16.957288 [ 6 ] {f9f79cbe-a097-4d05-9955-32d4995a6e7c} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Key condition: (column 0 notIn 10-element set) 2026.04.10 22:24:16.957315 [ 6 ] {f9f79cbe-a097-4d05-9955-32d4995a6e7c} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.10 22:24:16.957334 [ 6 ] {f9f79cbe-a097-4d05-9955-32d4995a6e7c} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (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.10 22:24:16.957347 [ 6 ] {f9f79cbe-a097-4d05-9955-32d4995a6e7c} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.10 22:24:16.957377 [ 6 ] {f9f79cbe-a097-4d05-9955-32d4995a6e7c} 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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" 2026.04.10 22:24:16.957393 [ 6 ] {f9f79cbe-a097-4d05-9955-32d4995a6e7c} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 2026.04.10 22:24:16.957755 [ 6 ] {f9f79cbe-a097-4d05-9955-32d4995a6e7c} executeQuery: Read 5 rows, 228.00 B in 0.000987 sec., 5065.856129685917 rows/sec., 225.59 KiB/sec. 2026.04.10 22:24:16.957806 [ 6 ] {f9f79cbe-a097-4d05-9955-32d4995a6e7c} TCPHandler: Processed in 0.001161653 sec. 2026.04.10 22:24:16.958002 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:16.958118 [ 6 ] {10a9caeb-4499-4963-b695-23929f7aa30e} executeQuery: (from [fd00:1122:3344:101::d]:38483) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.10 22:24:16.958292 [ 6 ] {10a9caeb-4499-4963-b695-23929f7aa30e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.10 22:24:16.958322 [ 6 ] {10a9caeb-4499-4963-b695-23929f7aa30e} 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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE 2026.04.10 22:24:16.958462 [ 6 ] {10a9caeb-4499-4963-b695-23929f7aa30e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 22:24:16.958512 [ 6 ] {10a9caeb-4499-4963-b695-23929f7aa30e} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 22:24:16.958603 [ 6 ] {10a9caeb-4499-4963-b695-23929f7aa30e} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Key condition: (column 0 notIn 11-element set) 2026.04.10 22:24:16.958630 [ 6 ] {10a9caeb-4499-4963-b695-23929f7aa30e} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.10 22:24:16.958648 [ 6 ] {10a9caeb-4499-4963-b695-23929f7aa30e} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (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.10 22:24:16.958661 [ 6 ] {10a9caeb-4499-4963-b695-23929f7aa30e} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.10 22:24:16.958692 [ 6 ] {10a9caeb-4499-4963-b695-23929f7aa30e} 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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" 2026.04.10 22:24:16.958709 [ 6 ] {10a9caeb-4499-4963-b695-23929f7aa30e} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 2026.04.10 22:24:16.959067 [ 6 ] {10a9caeb-4499-4963-b695-23929f7aa30e} executeQuery: Read 5 rows, 228.00 B in 0.00099 sec., 5050.50505050505 rows/sec., 224.91 KiB/sec. 2026.04.10 22:24:16.959122 [ 6 ] {10a9caeb-4499-4963-b695-23929f7aa30e} TCPHandler: Processed in 0.001166544 sec. 2026.04.10 22:24:16.959320 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:16.959435 [ 6 ] {2ea9bd72-f23f-4b3c-b931-256adcff2a3c} executeQuery: (from [fd00:1122:3344:101::d]:38483) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.10 22:24:16.959609 [ 6 ] {2ea9bd72-f23f-4b3c-b931-256adcff2a3c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.10 22:24:16.959637 [ 6 ] {2ea9bd72-f23f-4b3c-b931-256adcff2a3c} 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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE 2026.04.10 22:24:16.959780 [ 6 ] {2ea9bd72-f23f-4b3c-b931-256adcff2a3c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 22:24:16.959830 [ 6 ] {2ea9bd72-f23f-4b3c-b931-256adcff2a3c} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 22:24:16.959923 [ 6 ] {2ea9bd72-f23f-4b3c-b931-256adcff2a3c} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Key condition: (column 0 notIn 12-element set) 2026.04.10 22:24:16.959950 [ 6 ] {2ea9bd72-f23f-4b3c-b931-256adcff2a3c} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.10 22:24:16.959968 [ 6 ] {2ea9bd72-f23f-4b3c-b931-256adcff2a3c} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (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.10 22:24:16.959982 [ 6 ] {2ea9bd72-f23f-4b3c-b931-256adcff2a3c} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.10 22:24:16.960012 [ 6 ] {2ea9bd72-f23f-4b3c-b931-256adcff2a3c} 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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" 2026.04.10 22:24:16.960029 [ 6 ] {2ea9bd72-f23f-4b3c-b931-256adcff2a3c} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 2026.04.10 22:24:16.960378 [ 6 ] {2ea9bd72-f23f-4b3c-b931-256adcff2a3c} executeQuery: Read 5 rows, 228.00 B in 0.000984 sec., 5081.30081300813 rows/sec., 226.28 KiB/sec. 2026.04.10 22:24:16.960431 [ 6 ] {2ea9bd72-f23f-4b3c-b931-256adcff2a3c} TCPHandler: Processed in 0.001158603 sec. 2026.04.10 22:24:16.960617 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:16.960732 [ 6 ] {7d63c3ba-392c-4114-b62f-237979693809} executeQuery: (from [fd00:1122:3344:101::d]:38483) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.10 22:24:16.960908 [ 6 ] {7d63c3ba-392c-4114-b62f-237979693809} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.10 22:24:16.960936 [ 6 ] {7d63c3ba-392c-4114-b62f-237979693809} 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE 2026.04.10 22:24:16.961081 [ 6 ] {7d63c3ba-392c-4114-b62f-237979693809} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 22:24:16.961130 [ 6 ] {7d63c3ba-392c-4114-b62f-237979693809} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 22:24:16.961222 [ 6 ] {7d63c3ba-392c-4114-b62f-237979693809} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Key condition: (column 0 notIn 13-element set) 2026.04.10 22:24:16.961249 [ 6 ] {7d63c3ba-392c-4114-b62f-237979693809} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.10 22:24:16.961267 [ 6 ] {7d63c3ba-392c-4114-b62f-237979693809} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (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.10 22:24:16.961281 [ 6 ] {7d63c3ba-392c-4114-b62f-237979693809} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.10 22:24:16.961312 [ 6 ] {7d63c3ba-392c-4114-b62f-237979693809} 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" 2026.04.10 22:24:16.961330 [ 6 ] {7d63c3ba-392c-4114-b62f-237979693809} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 2026.04.10 22:24:16.961670 [ 6 ] {7d63c3ba-392c-4114-b62f-237979693809} executeQuery: Read 5 rows, 228.00 B in 0.00098 sec., 5102.040816326531 rows/sec., 227.20 KiB/sec. 2026.04.10 22:24:16.961723 [ 6 ] {7d63c3ba-392c-4114-b62f-237979693809} TCPHandler: Processed in 0.001153293 sec. 2026.04.10 22:24:16.961907 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:16.962022 [ 6 ] {e1252302-96cf-4968-8caa-955bfe18bd45} executeQuery: (from [fd00:1122:3344:101::d]:38483) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.10 22:24:16.962198 [ 6 ] {e1252302-96cf-4968-8caa-955bfe18bd45} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.10 22:24:16.962227 [ 6 ] {e1252302-96cf-4968-8caa-955bfe18bd45} 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE 2026.04.10 22:24:16.962374 [ 6 ] {e1252302-96cf-4968-8caa-955bfe18bd45} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 22:24:16.962423 [ 6 ] {e1252302-96cf-4968-8caa-955bfe18bd45} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 22:24:16.962515 [ 6 ] {e1252302-96cf-4968-8caa-955bfe18bd45} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Key condition: (column 0 notIn 14-element set) 2026.04.10 22:24:16.962541 [ 6 ] {e1252302-96cf-4968-8caa-955bfe18bd45} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.10 22:24:16.962558 [ 6 ] {e1252302-96cf-4968-8caa-955bfe18bd45} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (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.10 22:24:16.962572 [ 6 ] {e1252302-96cf-4968-8caa-955bfe18bd45} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.10 22:24:16.962602 [ 6 ] {e1252302-96cf-4968-8caa-955bfe18bd45} 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" 2026.04.10 22:24:16.962619 [ 6 ] {e1252302-96cf-4968-8caa-955bfe18bd45} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 2026.04.10 22:24:16.962948 [ 6 ] {e1252302-96cf-4968-8caa-955bfe18bd45} executeQuery: Read 5 rows, 228.00 B in 0.000967 sec., 5170.63081695967 rows/sec., 230.25 KiB/sec. 2026.04.10 22:24:16.963000 [ 6 ] {e1252302-96cf-4968-8caa-955bfe18bd45} TCPHandler: Processed in 0.001140153 sec. 2026.04.10 22:24:16.963187 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:16.963302 [ 6 ] {9f2f6a3b-f08e-4131-b50c-4f8a8d6f51f7} executeQuery: (from [fd00:1122:3344:101::d]:38483) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.10 22:24:16.963479 [ 6 ] {9f2f6a3b-f08e-4131-b50c-4f8a8d6f51f7} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.10 22:24:16.963507 [ 6 ] {9f2f6a3b-f08e-4131-b50c-4f8a8d6f51f7} 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE 2026.04.10 22:24:16.963658 [ 6 ] {9f2f6a3b-f08e-4131-b50c-4f8a8d6f51f7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 22:24:16.963707 [ 6 ] {9f2f6a3b-f08e-4131-b50c-4f8a8d6f51f7} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 22:24:16.963804 [ 6 ] {9f2f6a3b-f08e-4131-b50c-4f8a8d6f51f7} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Key condition: (column 0 notIn 15-element set) 2026.04.10 22:24:16.963830 [ 6 ] {9f2f6a3b-f08e-4131-b50c-4f8a8d6f51f7} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.10 22:24:16.963848 [ 6 ] {9f2f6a3b-f08e-4131-b50c-4f8a8d6f51f7} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (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.10 22:24:16.963862 [ 6 ] {9f2f6a3b-f08e-4131-b50c-4f8a8d6f51f7} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.10 22:24:16.963892 [ 6 ] {9f2f6a3b-f08e-4131-b50c-4f8a8d6f51f7} 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" 2026.04.10 22:24:16.963909 [ 6 ] {9f2f6a3b-f08e-4131-b50c-4f8a8d6f51f7} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 2026.04.10 22:24:16.964233 [ 6 ] {9f2f6a3b-f08e-4131-b50c-4f8a8d6f51f7} executeQuery: Read 5 rows, 228.00 B in 0.000972 sec., 5144.0329218107 rows/sec., 229.07 KiB/sec. 2026.04.10 22:24:16.964285 [ 6 ] {9f2f6a3b-f08e-4131-b50c-4f8a8d6f51f7} TCPHandler: Processed in 0.001144703 sec. 2026.04.10 22:24:16.964471 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:16.964587 [ 6 ] {3dd97533-3172-4548-961b-def12ae99128} executeQuery: (from [fd00:1122:3344:101::d]:38483) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.10 22:24:16.964764 [ 6 ] {3dd97533-3172-4548-961b-def12ae99128} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.10 22:24:16.964793 [ 6 ] {3dd97533-3172-4548-961b-def12ae99128} 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE 2026.04.10 22:24:16.964947 [ 6 ] {3dd97533-3172-4548-961b-def12ae99128} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 22:24:16.964996 [ 6 ] {3dd97533-3172-4548-961b-def12ae99128} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 22:24:16.965088 [ 6 ] {3dd97533-3172-4548-961b-def12ae99128} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Key condition: (column 0 notIn 16-element set) 2026.04.10 22:24:16.965114 [ 6 ] {3dd97533-3172-4548-961b-def12ae99128} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.10 22:24:16.965132 [ 6 ] {3dd97533-3172-4548-961b-def12ae99128} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (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.10 22:24:16.965145 [ 6 ] {3dd97533-3172-4548-961b-def12ae99128} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.10 22:24:16.965179 [ 6 ] {3dd97533-3172-4548-961b-def12ae99128} 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" 2026.04.10 22:24:16.965196 [ 6 ] {3dd97533-3172-4548-961b-def12ae99128} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 2026.04.10 22:24:16.965522 [ 6 ] {3dd97533-3172-4548-961b-def12ae99128} executeQuery: Read 5 rows, 228.00 B in 0.000977 sec., 5117.707267144319 rows/sec., 227.90 KiB/sec. 2026.04.10 22:24:16.965574 [ 6 ] {3dd97533-3172-4548-961b-def12ae99128} TCPHandler: Processed in 0.001149833 sec. 2026.04.10 22:24:16.965759 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:16.965875 [ 6 ] {7173fb0c-3ebd-41e6-a94f-23fc9cf82092} executeQuery: (from [fd00:1122:3344:101::d]:38483) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.10 22:24:16.966053 [ 6 ] {7173fb0c-3ebd-41e6-a94f-23fc9cf82092} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.10 22:24:16.966082 [ 6 ] {7173fb0c-3ebd-41e6-a94f-23fc9cf82092} 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE 2026.04.10 22:24:16.966260 [ 6 ] {7173fb0c-3ebd-41e6-a94f-23fc9cf82092} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 22:24:16.966309 [ 6 ] {7173fb0c-3ebd-41e6-a94f-23fc9cf82092} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 22:24:16.966402 [ 6 ] {7173fb0c-3ebd-41e6-a94f-23fc9cf82092} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Key condition: (column 0 notIn 17-element set) 2026.04.10 22:24:16.966429 [ 6 ] {7173fb0c-3ebd-41e6-a94f-23fc9cf82092} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.10 22:24:16.966446 [ 6 ] {7173fb0c-3ebd-41e6-a94f-23fc9cf82092} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (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.10 22:24:16.966460 [ 6 ] {7173fb0c-3ebd-41e6-a94f-23fc9cf82092} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.10 22:24:16.966491 [ 6 ] {7173fb0c-3ebd-41e6-a94f-23fc9cf82092} 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" 2026.04.10 22:24:16.966531 [ 6 ] {7173fb0c-3ebd-41e6-a94f-23fc9cf82092} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 2026.04.10 22:24:16.966850 [ 6 ] {7173fb0c-3ebd-41e6-a94f-23fc9cf82092} executeQuery: Read 5 rows, 228.00 B in 0.001018 sec., 4911.591355599214 rows/sec., 218.72 KiB/sec. 2026.04.10 22:24:16.966903 [ 6 ] {7173fb0c-3ebd-41e6-a94f-23fc9cf82092} TCPHandler: Processed in 0.001191354 sec. 2026.04.10 22:24:16.967087 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:16.967205 [ 6 ] {3c71b5a6-7ae6-4986-a5ed-29280e95414a} executeQuery: (from [fd00:1122:3344:101::d]:38483) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.10 22:24:16.967384 [ 6 ] {3c71b5a6-7ae6-4986-a5ed-29280e95414a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.10 22:24:16.967416 [ 6 ] {3c71b5a6-7ae6-4986-a5ed-29280e95414a} 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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE 2026.04.10 22:24:16.967569 [ 6 ] {3c71b5a6-7ae6-4986-a5ed-29280e95414a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 22:24:16.967618 [ 6 ] {3c71b5a6-7ae6-4986-a5ed-29280e95414a} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 22:24:16.967710 [ 6 ] {3c71b5a6-7ae6-4986-a5ed-29280e95414a} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Key condition: (column 0 notIn 18-element set) 2026.04.10 22:24:16.967736 [ 6 ] {3c71b5a6-7ae6-4986-a5ed-29280e95414a} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.10 22:24:16.967754 [ 6 ] {3c71b5a6-7ae6-4986-a5ed-29280e95414a} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (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.10 22:24:16.967768 [ 6 ] {3c71b5a6-7ae6-4986-a5ed-29280e95414a} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.10 22:24:16.967798 [ 6 ] {3c71b5a6-7ae6-4986-a5ed-29280e95414a} 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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" 2026.04.10 22:24:16.967814 [ 6 ] {3c71b5a6-7ae6-4986-a5ed-29280e95414a} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 2026.04.10 22:24:16.968138 [ 6 ] {3c71b5a6-7ae6-4986-a5ed-29280e95414a} executeQuery: Read 5 rows, 228.00 B in 0.000977 sec., 5117.707267144319 rows/sec., 227.90 KiB/sec. 2026.04.10 22:24:16.968190 [ 6 ] {3c71b5a6-7ae6-4986-a5ed-29280e95414a} TCPHandler: Processed in 0.001149483 sec. 2026.04.10 22:24:16.972798 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:16.972896 [ 6 ] {13d60a1a-07ab-414f-a9b7-46dc37dab636} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.04.10 22:24:16.972934 [ 6 ] {13d60a1a-07ab-414f-a9b7-46dc37dab636} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 22:24:16.973510 [ 6 ] {13d60a1a-07ab-414f-a9b7-46dc37dab636} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:16.973553 [ 6 ] {13d60a1a-07ab-414f-a9b7-46dc37dab636} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.04.10 22:24:16.973958 [ 6 ] {13d60a1a-07ab-414f-a9b7-46dc37dab636} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.10 22:24:16.974151 [ 6 ] {13d60a1a-07ab-414f-a9b7-46dc37dab636} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14): 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.10 22:24:16.974287 [ 6 ] {13d60a1a-07ab-414f-a9b7-46dc37dab636} executeQuery: Read 14 rows, 2.01 KiB in 0.001381 sec., 10137.581462708182 rows/sec., 1.42 MiB/sec. 2026.04.10 22:24:16.974329 [ 6 ] {13d60a1a-07ab-414f-a9b7-46dc37dab636} TCPHandler: Processed in 0.001544882 sec. 2026.04.10 22:24:16.974440 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:16.974531 [ 6 ] {b8d9cd83-2bfb-4f7d-b3d2-c518f0c90d7c} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.10 22:24:16.974570 [ 6 ] {b8d9cd83-2bfb-4f7d-b3d2-c518f0c90d7c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.10 22:24:16.974964 [ 6 ] {b8d9cd83-2bfb-4f7d-b3d2-c518f0c90d7c} oximeter.fields_ipaddr (b4784700-91f7-4af4-af29-376f839f9b40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:16.974998 [ 6 ] {b8d9cd83-2bfb-4f7d-b3d2-c518f0c90d7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.04.10 22:24:16.975271 [ 6 ] {b8d9cd83-2bfb-4f7d-b3d2-c518f0c90d7c} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.10 22:24:16.975478 [ 6 ] {b8d9cd83-2bfb-4f7d-b3d2-c518f0c90d7c} oximeter.fields_ipaddr (b4784700-91f7-4af4-af29-376f839f9b40): 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.10 22:24:16.975599 [ 6 ] {b8d9cd83-2bfb-4f7d-b3d2-c518f0c90d7c} executeQuery: Read 2 rows, 167.00 B in 0.001086 sec., 1841.620626151013 rows/sec., 150.17 KiB/sec. 2026.04.10 22:24:16.975637 [ 6 ] {b8d9cd83-2bfb-4f7d-b3d2-c518f0c90d7c} TCPHandler: Processed in 0.001244635 sec. 2026.04.10 22:24:16.975761 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:16.975852 [ 6 ] {ed9df8ce-faf9-48be-a555-675878b10146} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:24:16.975888 [ 6 ] {ed9df8ce-faf9-48be-a555-675878b10146} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:24:16.976296 [ 6 ] {ed9df8ce-faf9-48be-a555-675878b10146} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:16.976330 [ 6 ] {ed9df8ce-faf9-48be-a555-675878b10146} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.04.10 22:24:16.976604 [ 6 ] {ed9df8ce-faf9-48be-a555-675878b10146} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.10 22:24:16.976801 [ 6 ] {ed9df8ce-faf9-48be-a555-675878b10146} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:24:16.976920 [ 6 ] {ed9df8ce-faf9-48be-a555-675878b10146} executeQuery: Read 73 rows, 6.42 KiB in 0.001086 sec., 67219.15285451198 rows/sec., 5.77 MiB/sec. 2026.04.10 22:24:16.976954 [ 6 ] {ed9df8ce-faf9-48be-a555-675878b10146} TCPHandler: Processed in 0.001239375 sec. 2026.04.10 22:24:16.977065 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:16.977156 [ 6 ] {943485a2-a80b-4378-8706-1672efe97729} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:24:16.977193 [ 6 ] {943485a2-a80b-4378-8706-1672efe97729} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:24:16.977579 [ 6 ] {943485a2-a80b-4378-8706-1672efe97729} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:16.977613 [ 6 ] {943485a2-a80b-4378-8706-1672efe97729} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.04.10 22:24:16.977893 [ 6 ] {943485a2-a80b-4378-8706-1672efe97729} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.10 22:24:16.978090 [ 6 ] {943485a2-a80b-4378-8706-1672efe97729} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:24:16.978207 [ 6 ] {943485a2-a80b-4378-8706-1672efe97729} executeQuery: Read 25 rows, 1.87 KiB in 0.001069 sec., 23386.342376052384 rows/sec., 1.71 MiB/sec. 2026.04.10 22:24:16.978241 [ 6 ] {943485a2-a80b-4378-8706-1672efe97729} TCPHandler: Processed in 0.001222674 sec. 2026.04.10 22:24:16.978349 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:16.978439 [ 6 ] {3aa6e4f0-43ed-4d3a-b426-98ccb247cbd1} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:24:16.978476 [ 6 ] {3aa6e4f0-43ed-4d3a-b426-98ccb247cbd1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:24:16.978863 [ 6 ] {3aa6e4f0-43ed-4d3a-b426-98ccb247cbd1} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:16.978896 [ 6 ] {3aa6e4f0-43ed-4d3a-b426-98ccb247cbd1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.04.10 22:24:16.979170 [ 6 ] {3aa6e4f0-43ed-4d3a-b426-98ccb247cbd1} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.10 22:24:16.979372 [ 6 ] {3aa6e4f0-43ed-4d3a-b426-98ccb247cbd1} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:24:16.979488 [ 6 ] {3aa6e4f0-43ed-4d3a-b426-98ccb247cbd1} executeQuery: Read 53 rows, 4.24 KiB in 0.001066 sec., 49718.57410881801 rows/sec., 3.89 MiB/sec. 2026.04.10 22:24:16.979522 [ 6 ] {3aa6e4f0-43ed-4d3a-b426-98ccb247cbd1} TCPHandler: Processed in 0.001220164 sec. 2026.04.10 22:24:16.979628 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:16.979719 [ 6 ] {e25d9d17-a0b4-4e1f-b028-623ec2ead6b3} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:24:16.979760 [ 6 ] {e25d9d17-a0b4-4e1f-b028-623ec2ead6b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:24:16.980101 [ 6 ] {e25d9d17-a0b4-4e1f-b028-623ec2ead6b3} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:16.980133 [ 6 ] {e25d9d17-a0b4-4e1f-b028-623ec2ead6b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.04.10 22:24:16.980426 [ 6 ] {e25d9d17-a0b4-4e1f-b028-623ec2ead6b3} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.10 22:24:16.980620 [ 6 ] {e25d9d17-a0b4-4e1f-b028-623ec2ead6b3} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:24:16.980738 [ 6 ] {e25d9d17-a0b4-4e1f-b028-623ec2ead6b3} executeQuery: Read 81 rows, 5.75 KiB in 0.001036 sec., 78185.32818532818 rows/sec., 5.42 MiB/sec. 2026.04.10 22:24:16.980772 [ 6 ] {e25d9d17-a0b4-4e1f-b028-623ec2ead6b3} TCPHandler: Processed in 0.001190384 sec. 2026.04.10 22:24:16.980882 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:16.980972 [ 6 ] {f62bf889-1cec-4ad1-8aca-ac2839ef9c57} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:24:16.981023 [ 6 ] {f62bf889-1cec-4ad1-8aca-ac2839ef9c57} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:24:16.981760 [ 6 ] {f62bf889-1cec-4ad1-8aca-ac2839ef9c57} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:16.981794 [ 6 ] {f62bf889-1cec-4ad1-8aca-ac2839ef9c57} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.04.10 22:24:16.982276 [ 6 ] {f62bf889-1cec-4ad1-8aca-ac2839ef9c57} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.10 22:24:16.982489 [ 6 ] {f62bf889-1cec-4ad1-8aca-ac2839ef9c57} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:24:16.982615 [ 6 ] {f62bf889-1cec-4ad1-8aca-ac2839ef9c57} executeQuery: Read 23 rows, 42.20 KiB in 0.00166 sec., 13855.421686746988 rows/sec., 24.83 MiB/sec. 2026.04.10 22:24:16.982660 [ 6 ] {f62bf889-1cec-4ad1-8aca-ac2839ef9c57} TCPHandler: Processed in 0.001824987 sec. 2026.04.10 22:24:16.982778 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:16.982869 [ 6 ] {2c608f93-88de-4075-86f2-4389662654a2} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:24:16.982908 [ 6 ] {2c608f93-88de-4075-86f2-4389662654a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:24:16.983214 [ 6 ] {2c608f93-88de-4075-86f2-4389662654a2} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:16.983247 [ 6 ] {2c608f93-88de-4075-86f2-4389662654a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.04.10 22:24:16.983527 [ 6 ] {2c608f93-88de-4075-86f2-4389662654a2} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.10 22:24:16.983720 [ 6 ] {2c608f93-88de-4075-86f2-4389662654a2} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:24:16.983835 [ 6 ] {2c608f93-88de-4075-86f2-4389662654a2} executeQuery: Read 24 rows, 1.68 KiB in 0.000984 sec., 24390.243902439022 rows/sec., 1.67 MiB/sec. 2026.04.10 22:24:16.983868 [ 6 ] {2c608f93-88de-4075-86f2-4389662654a2} TCPHandler: Processed in 0.001136663 sec. 2026.04.10 22:24:18.020362 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 4350 2026.04.10 22:24:18.020897 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:18.020943 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.04.10 22:24:18.021454 [ 245 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.10 22:24:18.021726 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): 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.10 22:24:18.021850 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4350 2026.04.10 22:24:18.238818 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2026.04.10 22:24:18.255761 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:18.255818 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.04.10 22:24:18.261250 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.10 22:24:18.261926 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): 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.10 22:24:18.264846 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2026.04.10 22:24:20.511594 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 180 2026.04.10 22:24:20.515823 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:20.515921 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.04.10 22:24:20.517919 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.10 22:24:20.518299 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): 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.10 22:24:20.518553 [ 64 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.10 22:24:20.518640 [ 64 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:20.518671 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.04.10 22:24:20.518881 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 180 2026.04.10 22:24:20.518876 [ 201 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::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.10 22:24:20.519897 [ 201 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:24:20.520259 [ 201 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::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.10 22:24:20.520996 [ 201 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part 2026.04.10 22:24:20.521663 [ 201 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 26 rows starting from the beginning of the part 2026.04.10 22:24:20.522272 [ 201 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 10 rows starting from the beginning of the part 2026.04.10 22:24:20.522874 [ 201 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 8 rows starting from the beginning of the part 2026.04.10 22:24:20.523481 [ 201 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 44 rows starting from the beginning of the part 2026.04.10 22:24:20.532542 [ 201 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 180 rows, containing 72 columns (72 merged, 0 gathered) in 0.013754277 sec., 13086.838370348365 rows/sec., 13.47 MiB/sec. 2026.04.10 22:24:20.533408 [ 201 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.10 22:24:20.534357 [ 201 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_6_1} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): 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.10 22:24:20.534470 [ 201 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_6_1} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.10 22:24:20.534800 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.46 MiB. 2026.04.10 22:24:21.225306 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46762 2026.04.10 22:24:21.225430 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:24:21.225457 [ 4 ] {} TCP-Session: b8197bfe-0a5b-4da0-8c80-41bd04c29244 Authenticating user 'default' from [fd00:1122:3344:101::e]:46762 2026.04.10 22:24:21.225479 [ 4 ] {} TCP-Session: b8197bfe-0a5b-4da0-8c80-41bd04c29244 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:24:21.225491 [ 4 ] {} TCP-Session: b8197bfe-0a5b-4da0-8c80-41bd04c29244 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:24:21.225702 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46604 2026.04.10 22:24:21.225721 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61348 2026.04.10 22:24:21.225755 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45037 2026.04.10 22:24:21.225778 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43931 2026.04.10 22:24:21.225824 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:24:21.225827 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43977 2026.04.10 22:24:21.225865 [ 286 ] {} TCP-Session: 8e189867-3f77-4399-888b-dbbea9e02740 Authenticating user 'default' from [fd00:1122:3344:101::e]:46604 2026.04.10 22:24:21.225868 [ 4 ] {} TCP-Session: b8197bfe-0a5b-4da0-8c80-41bd04c29244 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:21.225873 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:24:21.225900 [ 286 ] {} TCP-Session: 8e189867-3f77-4399-888b-dbbea9e02740 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:24:21.225871 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:24:21.225941 [ 286 ] {} TCP-Session: 8e189867-3f77-4399-888b-dbbea9e02740 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:24:21.225941 [ 287 ] {} TCP-Session: c33158ba-0748-45d4-8c7b-80f98b612c0c Authenticating user 'default' from [fd00:1122:3344:101::e]:61348 2026.04.10 22:24:21.225970 [ 289 ] {} TCP-Session: 7ac7ac14-81ed-440a-a43d-33d89883e3a3 Authenticating user 'default' from [fd00:1122:3344:101::e]:45037 2026.04.10 22:24:21.225820 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58243 2026.04.10 22:24:21.226007 [ 289 ] {} TCP-Session: 7ac7ac14-81ed-440a-a43d-33d89883e3a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:24:21.226001 [ 287 ] {} TCP-Session: c33158ba-0748-45d4-8c7b-80f98b612c0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:24:21.226050 [ 4 ] {73d99c11-4f5f-4af4-9c2b-9c8067327c76} executeQuery: (from [fd00:1122:3344:101::e]:46762) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.10 22:24:21.226078 [ 287 ] {} TCP-Session: c33158ba-0748-45d4-8c7b-80f98b612c0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:24:21.226092 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:24:21.226095 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:24:21.226140 [ 293 ] {} TCP-Session: 359d2415-0808-40b8-a73d-8c34b4905f7b Authenticating user 'default' from [fd00:1122:3344:101::e]:43977 2026.04.10 22:24:21.226157 [ 291 ] {} TCP-Session: ad548cd0-5678-4a78-8839-aa3a99ec2d25 Authenticating user 'default' from [fd00:1122:3344:101::e]:43931 2026.04.10 22:24:21.226173 [ 293 ] {} TCP-Session: 359d2415-0808-40b8-a73d-8c34b4905f7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:24:21.226188 [ 291 ] {} TCP-Session: ad548cd0-5678-4a78-8839-aa3a99ec2d25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:24:21.226200 [ 293 ] {} TCP-Session: 359d2415-0808-40b8-a73d-8c34b4905f7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:24:21.226213 [ 291 ] {} TCP-Session: ad548cd0-5678-4a78-8839-aa3a99ec2d25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:24:21.226222 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:24:21.225770 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51690 2026.04.10 22:24:21.226283 [ 292 ] {} TCP-Session: 32c3118f-7a45-4283-bd35-10dae45c364d Authenticating user 'default' from [fd00:1122:3344:101::e]:58243 2026.04.10 22:24:21.225752 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58970 2026.04.10 22:24:21.226329 [ 292 ] {} TCP-Session: 32c3118f-7a45-4283-bd35-10dae45c364d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:24:21.226339 [ 4 ] {73d99c11-4f5f-4af4-9c2b-9c8067327c76} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.10 22:24:21.226366 [ 292 ] {} TCP-Session: 32c3118f-7a45-4283-bd35-10dae45c364d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:24:21.226058 [ 289 ] {} TCP-Session: 7ac7ac14-81ed-440a-a43d-33d89883e3a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:24:21.226413 [ 4 ] {73d99c11-4f5f-4af4-9c2b-9c8067327c76} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 22:24:21.226551 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:24:21.226553 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:24:21.226587 [ 288 ] {} TCP-Session: da78088e-beca-4340-99b0-805536a9929a Authenticating user 'default' from [fd00:1122:3344:101::e]:58970 2026.04.10 22:24:21.226604 [ 290 ] {} TCP-Session: f1627126-5154-47d5-92b8-c8dad13c68c3 Authenticating user 'default' from [fd00:1122:3344:101::e]:51690 2026.04.10 22:24:21.226613 [ 288 ] {} TCP-Session: da78088e-beca-4340-99b0-805536a9929a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:24:21.226630 [ 290 ] {} TCP-Session: f1627126-5154-47d5-92b8-c8dad13c68c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:24:21.226640 [ 288 ] {} TCP-Session: da78088e-beca-4340-99b0-805536a9929a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:24:21.226653 [ 290 ] {} TCP-Session: f1627126-5154-47d5-92b8-c8dad13c68c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:24:21.226700 [ 4 ] {73d99c11-4f5f-4af4-9c2b-9c8067327c76} oximeter.version (86b21b0a-84a9-4638-abea-877072e10dcd) (SelectExecutor): Key condition: unknown 2026.04.10 22:24:21.228217 [ 329 ] {73d99c11-4f5f-4af4-9c2b-9c8067327c76} AggregatingTransform: Aggregating 2026.04.10 22:24:21.228266 [ 329 ] {73d99c11-4f5f-4af4-9c2b-9c8067327c76} Aggregator: Aggregation method: without_key 2026.04.10 22:24:21.228304 [ 329 ] {73d99c11-4f5f-4af4-9c2b-9c8067327c76} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00150297 sec. (665.349 rows/sec., 25.99 KiB/sec.) 2026.04.10 22:24:21.228323 [ 329 ] {73d99c11-4f5f-4af4-9c2b-9c8067327c76} Aggregator: Merging aggregated data 2026.04.10 22:24:21.229308 [ 4 ] {73d99c11-4f5f-4af4-9c2b-9c8067327c76} executeQuery: Read 1 rows, 40.00 B in 0.003315 sec., 301.65912518853696 rows/sec., 11.78 KiB/sec. 2026.04.10 22:24:21.229454 [ 4 ] {73d99c11-4f5f-4af4-9c2b-9c8067327c76} TCPHandler: Processed in 0.003701785 sec. 2026.04.10 22:24:21.229582 [ 4 ] {} TCPHandler: Done processing connection. 2026.04.10 22:24:21.229609 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.10 22:24:21.229613 [ 4 ] {} TCP-Session: b8197bfe-0a5b-4da0-8c80-41bd04c29244 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:24:21.229636 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.10 22:24:21.229656 [ 286 ] {} TCP-Session: 8e189867-3f77-4399-888b-dbbea9e02740 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:24:21.229674 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.10 22:24:21.229698 [ 291 ] {} TCP-Session: ad548cd0-5678-4a78-8839-aa3a99ec2d25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:24:21.229719 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.10 22:24:21.229728 [ 289 ] {} TCP-Session: 7ac7ac14-81ed-440a-a43d-33d89883e3a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:24:21.229737 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.10 22:24:21.229759 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.10 22:24:21.229768 [ 293 ] {} TCP-Session: 359d2415-0808-40b8-a73d-8c34b4905f7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:24:21.229796 [ 288 ] {} TCP-Session: da78088e-beca-4340-99b0-805536a9929a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:24:21.229805 [ 292 ] {} TCP-Session: 32c3118f-7a45-4283-bd35-10dae45c364d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:24:21.229696 [ 287 ] {} TCPHandler: Done processing connection. 2026.04.10 22:24:21.229653 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.10 22:24:21.229867 [ 287 ] {} TCP-Session: c33158ba-0748-45d4-8c7b-80f98b612c0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:24:21.229891 [ 290 ] {} TCP-Session: f1627126-5154-47d5-92b8-c8dad13c68c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:24:21.370491 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60963 2026.04.10 22:24:21.370607 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:24:21.370635 [ 4 ] {} TCP-Session: 3cc90abe-138a-493d-8ce7-745df4634ebe Authenticating user 'default' from [fd00:1122:3344:101::e]:60963 2026.04.10 22:24:21.370658 [ 4 ] {} TCP-Session: 3cc90abe-138a-493d-8ce7-745df4634ebe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:24:21.370671 [ 4 ] {} TCP-Session: 3cc90abe-138a-493d-8ce7-745df4634ebe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:24:21.370901 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39126 2026.04.10 22:24:21.370942 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63659 2026.04.10 22:24:21.370958 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46790 2026.04.10 22:24:21.371008 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:24:21.371015 [ 4 ] {} TCP-Session: 3cc90abe-138a-493d-8ce7-745df4634ebe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:21.371042 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57869 2026.04.10 22:24:21.371055 [ 286 ] {} TCP-Session: 7988bd15-dec4-4aa3-9ba0-51415171f1e3 Authenticating user 'default' from [fd00:1122:3344:101::e]:39126 2026.04.10 22:24:21.371070 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:24:21.371097 [ 286 ] {} TCP-Session: 7988bd15-dec4-4aa3-9ba0-51415171f1e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:24:21.371106 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:24:21.371122 [ 286 ] {} TCP-Session: 7988bd15-dec4-4aa3-9ba0-51415171f1e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:24:21.371132 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:24:21.371152 [ 288 ] {} TCP-Session: 81a6b4b3-103c-4a72-9a29-0be345397360 Authenticating user 'default' from [fd00:1122:3344:101::e]:46790 2026.04.10 22:24:21.371174 [ 293 ] {} TCP-Session: 73c4f493-e792-4b9e-b887-1a78dc5cb861 Authenticating user 'default' from [fd00:1122:3344:101::e]:57869 2026.04.10 22:24:21.371120 [ 287 ] {} TCP-Session: 32f0534f-e1d9-45ad-9adf-c3b0af67608c Authenticating user 'default' from [fd00:1122:3344:101::e]:63659 2026.04.10 22:24:21.371204 [ 293 ] {} TCP-Session: 73c4f493-e792-4b9e-b887-1a78dc5cb861 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:24:21.371209 [ 4 ] {4d07aa21-7e9c-43ca-9e88-2136c6c1c090} executeQuery: (from [fd00:1122:3344:101::e]:60963) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.10 22:24:21.371233 [ 293 ] {} TCP-Session: 73c4f493-e792-4b9e-b887-1a78dc5cb861 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:24:21.371235 [ 287 ] {} TCP-Session: 32f0534f-e1d9-45ad-9adf-c3b0af67608c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:24:21.371197 [ 288 ] {} TCP-Session: 81a6b4b3-103c-4a72-9a29-0be345397360 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:24:21.371270 [ 287 ] {} TCP-Session: 32f0534f-e1d9-45ad-9adf-c3b0af67608c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:24:21.371296 [ 288 ] {} TCP-Session: 81a6b4b3-103c-4a72-9a29-0be345397360 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:24:21.371024 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42793 2026.04.10 22:24:21.370980 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40878 2026.04.10 22:24:21.371035 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41885 2026.04.10 22:24:21.371429 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:24:21.370988 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65238 2026.04.10 22:24:21.371464 [ 291 ] {} TCP-Session: 2e11c3c5-77c1-4746-a166-4aac03f38f13 Authenticating user 'default' from [fd00:1122:3344:101::e]:42793 2026.04.10 22:24:21.371495 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:24:21.371507 [ 291 ] {} TCP-Session: 2e11c3c5-77c1-4746-a166-4aac03f38f13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:24:21.371527 [ 292 ] {} TCP-Session: ddb589d7-3449-4cc9-8af7-ed1b253b3c77 Authenticating user 'default' from [fd00:1122:3344:101::e]:41885 2026.04.10 22:24:21.371535 [ 291 ] {} TCP-Session: 2e11c3c5-77c1-4746-a166-4aac03f38f13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:24:21.371539 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:24:21.371552 [ 4 ] {4d07aa21-7e9c-43ca-9e88-2136c6c1c090} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.10 22:24:21.371583 [ 290 ] {} TCP-Session: 9e07496a-cd92-4ada-a4b9-ea4cf1bfc785 Authenticating user 'default' from [fd00:1122:3344:101::e]:65238 2026.04.10 22:24:21.371552 [ 292 ] {} TCP-Session: ddb589d7-3449-4cc9-8af7-ed1b253b3c77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:24:21.371617 [ 290 ] {} TCP-Session: 9e07496a-cd92-4ada-a4b9-ea4cf1bfc785 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:24:21.371635 [ 292 ] {} TCP-Session: ddb589d7-3449-4cc9-8af7-ed1b253b3c77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:24:21.371648 [ 290 ] {} TCP-Session: 9e07496a-cd92-4ada-a4b9-ea4cf1bfc785 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:24:21.371455 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:24:21.371639 [ 4 ] {4d07aa21-7e9c-43ca-9e88-2136c6c1c090} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 22:24:21.371702 [ 289 ] {} TCP-Session: 9961844c-24b3-4b26-978c-cfc6bc3f419a Authenticating user 'default' from [fd00:1122:3344:101::e]:40878 2026.04.10 22:24:21.371726 [ 289 ] {} TCP-Session: 9961844c-24b3-4b26-978c-cfc6bc3f419a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:24:21.371745 [ 289 ] {} TCP-Session: 9961844c-24b3-4b26-978c-cfc6bc3f419a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:24:21.372011 [ 4 ] {4d07aa21-7e9c-43ca-9e88-2136c6c1c090} oximeter.version (86b21b0a-84a9-4638-abea-877072e10dcd) (SelectExecutor): Key condition: unknown 2026.04.10 22:24:21.372100 [ 4 ] {4d07aa21-7e9c-43ca-9e88-2136c6c1c090} Aggregator: Compile expression max()(UInt64) 0 2026.04.10 22:24:21.920732 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:21.920915 [ 6 ] {21e31330-77e3-4641-bb89-23a1f8327ecd} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:24:21.920983 [ 6 ] {21e31330-77e3-4641-bb89-23a1f8327ecd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:24:21.921649 [ 6 ] {21e31330-77e3-4641-bb89-23a1f8327ecd} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:21.921698 [ 6 ] {21e31330-77e3-4641-bb89-23a1f8327ecd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.04.10 22:24:21.929252 [ 6 ] {21e31330-77e3-4641-bb89-23a1f8327ecd} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.10 22:24:21.929544 [ 6 ] {21e31330-77e3-4641-bb89-23a1f8327ecd} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:24:21.929714 [ 6 ] {21e31330-77e3-4641-bb89-23a1f8327ecd} executeQuery: Read 26 rows, 2.01 KiB in 0.008849 sec., 2938.185105661657 rows/sec., 226.79 KiB/sec. 2026.04.10 22:24:21.929766 [ 6 ] {21e31330-77e3-4641-bb89-23a1f8327ecd} TCPHandler: Processed in 0.009162775 sec. 2026.04.10 22:24:21.929904 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:21.930015 [ 6 ] {b68b51df-54cf-4ff5-9568-fe03e8191821} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:24:21.930064 [ 6 ] {b68b51df-54cf-4ff5-9568-fe03e8191821} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:24:21.930509 [ 6 ] {b68b51df-54cf-4ff5-9568-fe03e8191821} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:21.930549 [ 6 ] {b68b51df-54cf-4ff5-9568-fe03e8191821} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.04.10 22:24:21.930861 [ 6 ] {b68b51df-54cf-4ff5-9568-fe03e8191821} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.10 22:24:21.931099 [ 6 ] {b68b51df-54cf-4ff5-9568-fe03e8191821} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:24:21.931238 [ 6 ] {b68b51df-54cf-4ff5-9568-fe03e8191821} executeQuery: Read 28 rows, 2.24 KiB in 0.001249 sec., 22417.934347477985 rows/sec., 1.75 MiB/sec. 2026.04.10 22:24:21.931277 [ 6 ] {b68b51df-54cf-4ff5-9568-fe03e8191821} TCPHandler: Processed in 0.001426939 sec. 2026.04.10 22:24:21.931409 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:21.931516 [ 6 ] {ae3b4696-58ab-4ecb-94eb-97af51748e6b} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:24:21.931564 [ 6 ] {ae3b4696-58ab-4ecb-94eb-97af51748e6b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:24:21.931941 [ 6 ] {ae3b4696-58ab-4ecb-94eb-97af51748e6b} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:21.931977 [ 6 ] {ae3b4696-58ab-4ecb-94eb-97af51748e6b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.04.10 22:24:21.932321 [ 6 ] {ae3b4696-58ab-4ecb-94eb-97af51748e6b} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.10 22:24:21.932537 [ 6 ] {ae3b4696-58ab-4ecb-94eb-97af51748e6b} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:24:21.932664 [ 6 ] {ae3b4696-58ab-4ecb-94eb-97af51748e6b} executeQuery: Read 100 rows, 7.10 KiB in 0.001171 sec., 85397.09649871905 rows/sec., 5.92 MiB/sec. 2026.04.10 22:24:21.932701 [ 6 ] {ae3b4696-58ab-4ecb-94eb-97af51748e6b} TCPHandler: Processed in 0.001345937 sec. 2026.04.10 22:24:21.932816 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:21.932911 [ 6 ] {1d27548b-4a7c-4b7d-9253-c2f448297c7e} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:24:21.932952 [ 6 ] {1d27548b-4a7c-4b7d-9253-c2f448297c7e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:24:21.933285 [ 6 ] {1d27548b-4a7c-4b7d-9253-c2f448297c7e} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:21.933321 [ 6 ] {1d27548b-4a7c-4b7d-9253-c2f448297c7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.04.10 22:24:21.933623 [ 6 ] {1d27548b-4a7c-4b7d-9253-c2f448297c7e} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.10 22:24:21.933830 [ 6 ] {1d27548b-4a7c-4b7d-9253-c2f448297c7e} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:24:21.933960 [ 6 ] {1d27548b-4a7c-4b7d-9253-c2f448297c7e} executeQuery: Read 30 rows, 2.10 KiB in 0.001067 sec., 28116.213683223992 rows/sec., 1.93 MiB/sec. 2026.04.10 22:24:21.933995 [ 6 ] {1d27548b-4a7c-4b7d-9253-c2f448297c7e} TCPHandler: Processed in 0.001228085 sec. 2026.04.10 22:24:21.978276 [ 337 ] {4d07aa21-7e9c-43ca-9e88-2136c6c1c090} AggregatingTransform: Aggregating 2026.04.10 22:24:21.978386 [ 337 ] {4d07aa21-7e9c-43ca-9e88-2136c6c1c090} Aggregator: Aggregation method: without_key 2026.04.10 22:24:21.978425 [ 337 ] {4d07aa21-7e9c-43ca-9e88-2136c6c1c090} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001132943 sec. (882.657 rows/sec., 34.48 KiB/sec.) 2026.04.10 22:24:21.978457 [ 337 ] {4d07aa21-7e9c-43ca-9e88-2136c6c1c090} Aggregator: Merging aggregated data 2026.04.10 22:24:21.979995 [ 4 ] {4d07aa21-7e9c-43ca-9e88-2136c6c1c090} executeQuery: Read 1 rows, 40.00 B in 0.608839 sec., 1.6424703410918158 rows/sec., 65.70 B/sec. 2026.04.10 22:24:21.980166 [ 4 ] {4d07aa21-7e9c-43ca-9e88-2136c6c1c090} MemoryTracker: Peak memory usage (for query): 4.11 MiB. 2026.04.10 22:24:21.980183 [ 4 ] {4d07aa21-7e9c-43ca-9e88-2136c6c1c090} TCPHandler: Processed in 0.609281961 sec. 2026.04.10 22:24:21.980272 [ 4 ] {} TCPHandler: Done processing connection. 2026.04.10 22:24:21.980304 [ 4 ] {} TCP-Session: 3cc90abe-138a-493d-8ce7-745df4634ebe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:24:21.980304 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.10 22:24:21.980345 [ 287 ] {} TCPHandler: Done processing connection. 2026.04.10 22:24:21.980361 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.10 22:24:21.980393 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.10 22:24:21.980410 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.10 22:24:21.980435 [ 289 ] {} TCP-Session: 9961844c-24b3-4b26-978c-cfc6bc3f419a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:24:21.980452 [ 288 ] {} TCP-Session: 81a6b4b3-103c-4a72-9a29-0be345397360 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:24:21.980476 [ 290 ] {} TCP-Session: 9e07496a-cd92-4ada-a4b9-ea4cf1bfc785 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:24:21.980424 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.10 22:24:21.980417 [ 287 ] {} TCP-Session: 32f0534f-e1d9-45ad-9adf-c3b0af67608c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:24:21.980541 [ 292 ] {} TCP-Session: ddb589d7-3449-4cc9-8af7-ed1b253b3c77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:24:21.980374 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.10 22:24:21.980351 [ 293 ] {} TCP-Session: 73c4f493-e792-4b9e-b887-1a78dc5cb861 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:24:21.980600 [ 286 ] {} TCP-Session: 7988bd15-dec4-4aa3-9ba0-51415171f1e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:24:21.980345 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.10 22:24:21.980659 [ 291 ] {} TCP-Session: 2e11c3c5-77c1-4746-a166-4aac03f38f13 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:24:22.000204 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 181.97 MiB, peak 194.10 MiB, free memory in arenas 0.00 B, will set to 200.61 MiB (RSS), difference: 18.64 MiB 2026.04.10 22:24:25.406625 [ 60 ] {} DNSResolver: Updating DNS cache 2026.04.10 22:24:25.406690 [ 60 ] {} DNSResolver: Updated DNS cache 2026.04.10 22:24:25.521940 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 4798 2026.04.10 22:24:25.522436 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:25.522488 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.04.10 22:24:25.523006 [ 245 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.10 22:24:25.523264 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): 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.10 22:24:25.523404 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4798 2026.04.10 22:24:25.764954 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2026.04.10 22:24:25.782342 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:25.782389 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.04.10 22:24:25.788363 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.10 22:24:25.789036 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): 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.10 22:24:25.791886 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2026.04.10 22:24:26.000246 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 201.16 MiB, peak 205.16 MiB, free memory in arenas 0.00 B, will set to 203.14 MiB (RSS), difference: 1.98 MiB 2026.04.10 22:24:26.921238 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:26.921471 [ 6 ] {330ea8cc-ebd5-4ea6-9411-b254c1bcfce6} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:24:26.921554 [ 6 ] {330ea8cc-ebd5-4ea6-9411-b254c1bcfce6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:24:26.922195 [ 6 ] {330ea8cc-ebd5-4ea6-9411-b254c1bcfce6} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:26.922241 [ 6 ] {330ea8cc-ebd5-4ea6-9411-b254c1bcfce6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.04.10 22:24:26.922681 [ 6 ] {330ea8cc-ebd5-4ea6-9411-b254c1bcfce6} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.10 22:24:26.922895 [ 6 ] {330ea8cc-ebd5-4ea6-9411-b254c1bcfce6} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:24:26.923040 [ 6 ] {330ea8cc-ebd5-4ea6-9411-b254c1bcfce6} executeQuery: Read 72 rows, 6.34 KiB in 0.001636 sec., 44009.779951100245 rows/sec., 3.79 MiB/sec. 2026.04.10 22:24:26.923040 [ 58 ] {} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.10 22:24:26.923079 [ 6 ] {330ea8cc-ebd5-4ea6-9411-b254c1bcfce6} TCPHandler: Processed in 0.00199485 sec. 2026.04.10 22:24:26.923120 [ 58 ] {} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:26.923149 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.04.10 22:24:26.923213 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:26.923275 [ 200 ] {15303715-e1d3-410d-9b74-21f9c069a75b::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.10 22:24:26.923311 [ 6 ] {42562eea-2e21-4545-95af-7b226029e8fa} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:24:26.923364 [ 6 ] {42562eea-2e21-4545-95af-7b226029e8fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:24:26.923423 [ 200 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:24:26.923473 [ 200 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 23 rows starting from the beginning of the part 2026.04.10 22:24:26.923601 [ 200 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 46 rows starting from the beginning of the part 2026.04.10 22:24:26.923665 [ 200 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 46 rows starting from the beginning of the part 2026.04.10 22:24:26.923718 [ 200 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 73 rows starting from the beginning of the part 2026.04.10 22:24:26.923760 [ 200 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 26 rows starting from the beginning of the part 2026.04.10 22:24:26.923773 [ 6 ] {42562eea-2e21-4545-95af-7b226029e8fa} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:26.923799 [ 200 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 72 rows starting from the beginning of the part 2026.04.10 22:24:26.923814 [ 6 ] {42562eea-2e21-4545-95af-7b226029e8fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.04.10 22:24:26.924136 [ 6 ] {42562eea-2e21-4545-95af-7b226029e8fa} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.10 22:24:26.924369 [ 6 ] {42562eea-2e21-4545-95af-7b226029e8fa} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:24:26.924506 [ 6 ] {42562eea-2e21-4545-95af-7b226029e8fa} executeQuery: Read 23 rows, 1.73 KiB in 0.001213 sec., 18961.253091508654 rows/sec., 1.39 MiB/sec. 2026.04.10 22:24:26.924543 [ 6 ] {42562eea-2e21-4545-95af-7b226029e8fa} TCPHandler: Processed in 0.001376897 sec. 2026.04.10 22:24:26.924652 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:26.924744 [ 6 ] {c1d38043-4788-4e4d-85b0-453b7a2f2f70} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:24:26.924761 [ 201 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 286 rows, containing 5 columns (5 merged, 0 gathered) in 0.001542172 sec., 185452.72511756147 rows/sec., 16.92 MiB/sec. 2026.04.10 22:24:26.924782 [ 6 ] {c1d38043-4788-4e4d-85b0-453b7a2f2f70} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:24:26.924968 [ 192 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.10 22:24:26.925217 [ 6 ] {c1d38043-4788-4e4d-85b0-453b7a2f2f70} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:26.925258 [ 6 ] {c1d38043-4788-4e4d-85b0-453b7a2f2f70} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.04.10 22:24:26.925281 [ 192 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_6_1} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:24:26.925371 [ 192 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_6_1} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.10 22:24:26.925450 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.04.10 22:24:26.925568 [ 6 ] {c1d38043-4788-4e4d-85b0-453b7a2f2f70} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.10 22:24:26.925780 [ 6 ] {c1d38043-4788-4e4d-85b0-453b7a2f2f70} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:24:26.925875 [ 57 ] {} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.10 22:24:26.925902 [ 6 ] {c1d38043-4788-4e4d-85b0-453b7a2f2f70} executeQuery: Read 51 rows, 4.08 KiB in 0.001177 sec., 43330.501274426504 rows/sec., 3.38 MiB/sec. 2026.04.10 22:24:26.925922 [ 57 ] {} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:26.925941 [ 6 ] {c1d38043-4788-4e4d-85b0-453b7a2f2f70} TCPHandler: Processed in 0.001336198 sec. 2026.04.10 22:24:26.925946 [ 57 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.04.10 22:24:26.926046 [ 200 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::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.10 22:24:26.926053 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:26.926146 [ 200 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:24:26.926164 [ 6 ] {2711cce1-d92f-4de4-b3b9-f4279ea2db54} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:24:26.926175 [ 200 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 26 rows starting from the beginning of the part 2026.04.10 22:24:26.926213 [ 6 ] {2711cce1-d92f-4de4-b3b9-f4279ea2db54} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:24:26.926230 [ 200 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 28 rows starting from the beginning of the part 2026.04.10 22:24:26.926269 [ 200 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 23 rows starting from the beginning of the part 2026.04.10 22:24:26.926299 [ 200 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 53 rows starting from the beginning of the part 2026.04.10 22:24:26.926329 [ 200 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 28 rows starting from the beginning of the part 2026.04.10 22:24:26.926360 [ 200 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 51 rows starting from the beginning of the part 2026.04.10 22:24:26.926606 [ 6 ] {2711cce1-d92f-4de4-b3b9-f4279ea2db54} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:26.926645 [ 6 ] {2711cce1-d92f-4de4-b3b9-f4279ea2db54} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.04.10 22:24:26.927001 [ 6 ] {2711cce1-d92f-4de4-b3b9-f4279ea2db54} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.10 22:24:26.927110 [ 196 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 209 rows, containing 5 columns (5 merged, 0 gathered) in 0.001091762 sec., 191433.66411360717 rows/sec., 15.72 MiB/sec. 2026.04.10 22:24:26.927223 [ 6 ] {2711cce1-d92f-4de4-b3b9-f4279ea2db54} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:24:26.927258 [ 200 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.10 22:24:26.927355 [ 6 ] {2711cce1-d92f-4de4-b3b9-f4279ea2db54} executeQuery: Read 100 rows, 7.10 KiB in 0.001208 sec., 82781.45695364238 rows/sec., 5.74 MiB/sec. 2026.04.10 22:24:26.927394 [ 6 ] {2711cce1-d92f-4de4-b3b9-f4279ea2db54} TCPHandler: Processed in 0.001388648 sec. 2026.04.10 22:24:26.927508 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:26.927563 [ 200 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_6_1} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:24:26.927601 [ 6 ] {0f0793a5-7d4b-4d36-a37d-135a6633c50f} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:24:26.927630 [ 200 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_6_1} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.10 22:24:26.927659 [ 6 ] {0f0793a5-7d4b-4d36-a37d-135a6633c50f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:24:26.927690 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.04.10 22:24:26.928422 [ 6 ] {0f0793a5-7d4b-4d36-a37d-135a6633c50f} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:26.928462 [ 6 ] {0f0793a5-7d4b-4d36-a37d-135a6633c50f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.04.10 22:24:26.928966 [ 6 ] {0f0793a5-7d4b-4d36-a37d-135a6633c50f} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.10 22:24:26.929176 [ 6 ] {0f0793a5-7d4b-4d36-a37d-135a6633c50f} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:24:26.929308 [ 6 ] {0f0793a5-7d4b-4d36-a37d-135a6633c50f} executeQuery: Read 23 rows, 42.20 KiB in 0.001725 sec., 13333.333333333334 rows/sec., 23.89 MiB/sec. 2026.04.10 22:24:26.929356 [ 6 ] {0f0793a5-7d4b-4d36-a37d-135a6633c50f} TCPHandler: Processed in 0.001894078 sec. 2026.04.10 22:24:26.929477 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:26.929568 [ 6 ] {e3ae85f3-28f2-4070-99db-3502fe5260a3} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:24:26.929608 [ 6 ] {e3ae85f3-28f2-4070-99db-3502fe5260a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:24:26.929929 [ 6 ] {e3ae85f3-28f2-4070-99db-3502fe5260a3} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:26.929963 [ 6 ] {e3ae85f3-28f2-4070-99db-3502fe5260a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.04.10 22:24:26.930248 [ 6 ] {e3ae85f3-28f2-4070-99db-3502fe5260a3} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.10 22:24:26.930445 [ 6 ] {e3ae85f3-28f2-4070-99db-3502fe5260a3} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:24:26.930565 [ 6 ] {e3ae85f3-28f2-4070-99db-3502fe5260a3} executeQuery: Read 30 rows, 2.10 KiB in 0.001015 sec., 29556.650246305417 rows/sec., 2.02 MiB/sec. 2026.04.10 22:24:26.930598 [ 6 ] {e3ae85f3-28f2-4070-99db-3502fe5260a3} TCPHandler: Processed in 0.001168173 sec. 2026.04.10 22:24:30.519114 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 204 2026.04.10 22:24:30.521348 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:30.521423 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.04.10 22:24:30.522617 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.10 22:24:30.522910 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): 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.10 22:24:30.523270 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 204 2026.04.10 22:24:31.921979 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:31.922155 [ 6 ] {19b7f250-40dd-4a3d-8178-6dbf4cdcc6ad} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.10 22:24:31.922218 [ 6 ] {19b7f250-40dd-4a3d-8178-6dbf4cdcc6ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.10 22:24:31.922878 [ 6 ] {19b7f250-40dd-4a3d-8178-6dbf4cdcc6ad} oximeter.fields_ipaddr (b4784700-91f7-4af4-af29-376f839f9b40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:31.922927 [ 6 ] {19b7f250-40dd-4a3d-8178-6dbf4cdcc6ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.04.10 22:24:31.923426 [ 6 ] {19b7f250-40dd-4a3d-8178-6dbf4cdcc6ad} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.10 22:24:31.923751 [ 6 ] {19b7f250-40dd-4a3d-8178-6dbf4cdcc6ad} oximeter.fields_ipaddr (b4784700-91f7-4af4-af29-376f839f9b40): 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.10 22:24:31.923940 [ 6 ] {19b7f250-40dd-4a3d-8178-6dbf4cdcc6ad} executeQuery: Read 6 rows, 501.00 B in 0.001832 sec., 3275.109170305677 rows/sec., 267.06 KiB/sec. 2026.04.10 22:24:31.923998 [ 6 ] {19b7f250-40dd-4a3d-8178-6dbf4cdcc6ad} TCPHandler: Processed in 0.002143033 sec. 2026.04.10 22:24:31.924137 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:31.924257 [ 6 ] {d4d431dc-3d0b-4586-8cad-2abfc39d946a} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:24:31.924311 [ 6 ] {d4d431dc-3d0b-4586-8cad-2abfc39d946a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:24:31.924857 [ 6 ] {d4d431dc-3d0b-4586-8cad-2abfc39d946a} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:31.924902 [ 6 ] {d4d431dc-3d0b-4586-8cad-2abfc39d946a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.04.10 22:24:31.925317 [ 6 ] {d4d431dc-3d0b-4586-8cad-2abfc39d946a} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.10 22:24:31.925540 [ 6 ] {d4d431dc-3d0b-4586-8cad-2abfc39d946a} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:24:31.925659 [ 6 ] {d4d431dc-3d0b-4586-8cad-2abfc39d946a} executeQuery: Read 65 rows, 5.78 KiB in 0.001429 sec., 45486.35409377187 rows/sec., 3.95 MiB/sec. 2026.04.10 22:24:31.925694 [ 6 ] {d4d431dc-3d0b-4586-8cad-2abfc39d946a} TCPHandler: Processed in 0.001615702 sec. 2026.04.10 22:24:31.925807 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:31.925899 [ 6 ] {f1b39b21-66df-4c77-9735-5dbf676ff7ed} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:24:31.925938 [ 6 ] {f1b39b21-66df-4c77-9735-5dbf676ff7ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:24:31.926333 [ 6 ] {f1b39b21-66df-4c77-9735-5dbf676ff7ed} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:31.926367 [ 6 ] {f1b39b21-66df-4c77-9735-5dbf676ff7ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.04.10 22:24:31.926654 [ 6 ] {f1b39b21-66df-4c77-9735-5dbf676ff7ed} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.10 22:24:31.926860 [ 6 ] {f1b39b21-66df-4c77-9735-5dbf676ff7ed} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:24:31.926948 [ 51 ] {} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.10 22:24:31.926979 [ 6 ] {f1b39b21-66df-4c77-9735-5dbf676ff7ed} executeQuery: Read 24 rows, 1.77 KiB in 0.001098 sec., 21857.92349726776 rows/sec., 1.58 MiB/sec. 2026.04.10 22:24:31.926988 [ 51 ] {} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:31.927015 [ 6 ] {f1b39b21-66df-4c77-9735-5dbf676ff7ed} TCPHandler: Processed in 0.001255705 sec. 2026.04.10 22:24:31.927019 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.04.10 22:24:31.927135 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:31.927156 [ 201 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::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.10 22:24:31.927228 [ 6 ] {15827786-6b8a-4607-95cb-7c8303547b9e} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:24:31.927272 [ 6 ] {15827786-6b8a-4607-95cb-7c8303547b9e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:24:31.927319 [ 201 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:24:31.927362 [ 201 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 13 rows starting from the beginning of the part 2026.04.10 22:24:31.927440 [ 201 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 23 rows starting from the beginning of the part 2026.04.10 22:24:31.927490 [ 201 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 23 rows starting from the beginning of the part 2026.04.10 22:24:31.927536 [ 201 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 25 rows starting from the beginning of the part 2026.04.10 22:24:31.927580 [ 201 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 23 rows starting from the beginning of the part 2026.04.10 22:24:31.927629 [ 201 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 24 rows starting from the beginning of the part 2026.04.10 22:24:31.927676 [ 6 ] {15827786-6b8a-4607-95cb-7c8303547b9e} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:31.927715 [ 6 ] {15827786-6b8a-4607-95cb-7c8303547b9e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.04.10 22:24:31.928037 [ 6 ] {15827786-6b8a-4607-95cb-7c8303547b9e} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.10 22:24:31.928256 [ 6 ] {15827786-6b8a-4607-95cb-7c8303547b9e} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:24:31.928383 [ 6 ] {15827786-6b8a-4607-95cb-7c8303547b9e} executeQuery: Read 58 rows, 4.65 KiB in 0.001172 sec., 49488.05460750853 rows/sec., 3.87 MiB/sec. 2026.04.10 22:24:31.928418 [ 6 ] {15827786-6b8a-4607-95cb-7c8303547b9e} TCPHandler: Processed in 0.001329856 sec. 2026.04.10 22:24:31.928451 [ 200 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 131 rows, containing 5 columns (5 merged, 0 gathered) in 0.001354307 sec., 96728.43749607734 rows/sec., 7.43 MiB/sec. 2026.04.10 22:24:31.928527 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:31.928603 [ 201 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.10 22:24:31.928624 [ 6 ] {f63c65d0-cab0-411e-8970-fd95517a522f} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:24:31.928670 [ 6 ] {f63c65d0-cab0-411e-8970-fd95517a522f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:24:31.928851 [ 201 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_6_1} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:24:31.928921 [ 201 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_6_1} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.10 22:24:31.928992 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2026.04.10 22:24:31.929035 [ 6 ] {f63c65d0-cab0-411e-8970-fd95517a522f} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:31.929074 [ 6 ] {f63c65d0-cab0-411e-8970-fd95517a522f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.04.10 22:24:31.929397 [ 6 ] {f63c65d0-cab0-411e-8970-fd95517a522f} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.10 22:24:31.929599 [ 6 ] {f63c65d0-cab0-411e-8970-fd95517a522f} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:24:31.929722 [ 6 ] {f63c65d0-cab0-411e-8970-fd95517a522f} executeQuery: Read 103 rows, 7.31 KiB in 0.001116 sec., 92293.90681003584 rows/sec., 6.40 MiB/sec. 2026.04.10 22:24:31.929756 [ 6 ] {f63c65d0-cab0-411e-8970-fd95517a522f} TCPHandler: Processed in 0.001276325 sec. 2026.04.10 22:24:31.929868 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:31.929958 [ 6 ] {6f6c972a-24df-49fc-b847-9eddf00f10d7} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:24:31.930010 [ 6 ] {6f6c972a-24df-49fc-b847-9eddf00f10d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:24:31.930747 [ 6 ] {6f6c972a-24df-49fc-b847-9eddf00f10d7} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:31.930779 [ 6 ] {6f6c972a-24df-49fc-b847-9eddf00f10d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.04.10 22:24:31.931293 [ 6 ] {6f6c972a-24df-49fc-b847-9eddf00f10d7} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.10 22:24:31.931512 [ 6 ] {6f6c972a-24df-49fc-b847-9eddf00f10d7} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:24:31.931605 [ 51 ] {} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.10 22:24:31.931637 [ 51 ] {} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:31.931637 [ 6 ] {6f6c972a-24df-49fc-b847-9eddf00f10d7} executeQuery: Read 18 rows, 33.03 KiB in 0.001697 sec., 10606.953447259872 rows/sec., 19.01 MiB/sec. 2026.04.10 22:24:31.931664 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.04.10 22:24:31.931694 [ 6 ] {6f6c972a-24df-49fc-b847-9eddf00f10d7} TCPHandler: Processed in 0.001873218 sec. 2026.04.10 22:24:31.931811 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:31.931851 [ 198 ] {240c2363-d096-4df1-a9c1-cf60540c0597::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.10 22:24:31.931903 [ 6 ] {657b2ab3-012d-40b1-8d73-f7aa30ff9f3f} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.04.10 22:24:31.931948 [ 6 ] {657b2ab3-012d-40b1-8d73-f7aa30ff9f3f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.04.10 22:24:31.932156 [ 198 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:24:31.932243 [ 198 ] {240c2363-d096-4df1-a9c1-cf60540c0597::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.10 22:24:31.932264 [ 6 ] {657b2ab3-012d-40b1-8d73-f7aa30ff9f3f} oximeter.measurements_i64 (44ee818a-1973-485e-9a53-6c8794d6405a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:31.932303 [ 6 ] {657b2ab3-012d-40b1-8d73-f7aa30ff9f3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.04.10 22:24:31.932434 [ 198 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 23 rows starting from the beginning of the part 2026.04.10 22:24:31.932584 [ 198 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 23 rows starting from the beginning of the part 2026.04.10 22:24:31.932607 [ 6 ] {657b2ab3-012d-40b1-8d73-f7aa30ff9f3f} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.10 22:24:31.932719 [ 198 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 23 rows starting from the beginning of the part 2026.04.10 22:24:31.932827 [ 6 ] {657b2ab3-012d-40b1-8d73-f7aa30ff9f3f} oximeter.measurements_i64 (44ee818a-1973-485e-9a53-6c8794d6405a): 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.10 22:24:31.932847 [ 198 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 23 rows starting from the beginning of the part 2026.04.10 22:24:31.932957 [ 6 ] {657b2ab3-012d-40b1-8d73-f7aa30ff9f3f} executeQuery: Read 6 rows, 434.00 B in 0.001072 sec., 5597.014925373134 rows/sec., 395.36 KiB/sec. 2026.04.10 22:24:31.932971 [ 198 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 18 rows starting from the beginning of the part 2026.04.10 22:24:31.933000 [ 6 ] {657b2ab3-012d-40b1-8d73-f7aa30ff9f3f} TCPHandler: Processed in 0.001235905 sec. 2026.04.10 22:24:31.933112 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:31.933202 [ 6 ] {3d061e60-401e-493d-b8ee-300883ed3656} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:24:31.933242 [ 6 ] {3d061e60-401e-493d-b8ee-300883ed3656} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:24:31.933553 [ 6 ] {3d061e60-401e-493d-b8ee-300883ed3656} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:31.933588 [ 6 ] {3d061e60-401e-493d-b8ee-300883ed3656} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.04.10 22:24:31.933891 [ 6 ] {3d061e60-401e-493d-b8ee-300883ed3656} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.10 22:24:31.934109 [ 6 ] {3d061e60-401e-493d-b8ee-300883ed3656} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:24:31.934236 [ 6 ] {3d061e60-401e-493d-b8ee-300883ed3656} executeQuery: Read 30 rows, 2.10 KiB in 0.001052 sec., 28517.110266159696 rows/sec., 1.95 MiB/sec. 2026.04.10 22:24:31.934270 [ 6 ] {3d061e60-401e-493d-b8ee-300883ed3656} TCPHandler: Processed in 0.001204695 sec. 2026.04.10 22:24:31.934988 [ 201 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 19 columns (19 merged, 0 gathered) in 0.003238745 sec., 37360.150305133626 rows/sec., 66.95 MiB/sec. 2026.04.10 22:24:31.935390 [ 200 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.10 22:24:31.935753 [ 200 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_6_1} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:24:31.935829 [ 200 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_6_1} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.10 22:24:31.935952 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. 2026.04.10 22:24:33.023460 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 5310 2026.04.10 22:24:33.023974 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:33.024022 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.04.10 22:24:33.024515 [ 245 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.10 22:24:33.024755 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): 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.10 22:24:33.024885 [ 51 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.10 22:24:33.024900 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5310 2026.04.10 22:24:33.024954 [ 51 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:33.024979 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.04.10 22:24:33.025068 [ 201 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::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.10 22:24:33.025158 [ 201 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:24:33.025189 [ 201 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2878 rows starting from the beginning of the part 2026.04.10 22:24:33.025241 [ 201 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 512 rows starting from the beginning of the part 2026.04.10 22:24:33.025283 [ 201 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 448 rows starting from the beginning of the part 2026.04.10 22:24:33.025321 [ 201 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 512 rows starting from the beginning of the part 2026.04.10 22:24:33.025356 [ 201 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 448 rows starting from the beginning of the part 2026.04.10 22:24:33.025388 [ 201 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 512 rows starting from the beginning of the part 2026.04.10 22:24:33.026691 [ 200 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5310 rows, containing 4 columns (4 merged, 0 gathered) in 0.001655893 sec., 3206728.937195821 rows/sec., 45.87 MiB/sec. 2026.04.10 22:24:33.027410 [ 187 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.10 22:24:33.027734 [ 187 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_11_2} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): 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.10 22:24:33.027815 [ 187 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_11_2} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.10 22:24:33.027916 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2026.04.10 22:24:33.291934 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 2026.04.10 22:24:33.309376 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:33.309436 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.04.10 22:24:33.315927 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.10 22:24:33.316619 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): 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.10 22:24:33.316898 [ 48 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.10 22:24:33.316934 [ 48 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:33.316951 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.04.10 22:24:33.317045 [ 200 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::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.10 22:24:33.319606 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2026.04.10 22:24:33.320196 [ 200 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:24:33.320923 [ 200 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::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.10 22:24:33.324366 [ 200 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::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.10 22:24:33.327840 [ 200 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::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.10 22:24:33.331711 [ 200 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::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.10 22:24:33.336286 [ 200 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::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.10 22:24:33.340679 [ 200 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::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.10 22:24:33.391746 [ 187 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.074742468 sec., 1110.4797877426256 rows/sec., 5.74 MiB/sec. 2026.04.10 22:24:33.394156 [ 187 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.10 22:24:33.396225 [ 187 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::all_1_11_2} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): 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.10 22:24:33.396330 [ 187 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::all_1_11_2} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.10 22:24:33.398311 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. 2026.04.10 22:24:34.000196 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 204.56 MiB, peak 214.45 MiB, free memory in arenas 0.00 B, will set to 213.94 MiB (RSS), difference: 9.38 MiB 2026.04.10 22:24:36.921388 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:36.921564 [ 6 ] {1dfd1ac1-bb2e-40fb-bf7a-c5fb8b1a032d} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:24:36.921629 [ 6 ] {1dfd1ac1-bb2e-40fb-bf7a-c5fb8b1a032d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:24:36.922238 [ 6 ] {1dfd1ac1-bb2e-40fb-bf7a-c5fb8b1a032d} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:36.922283 [ 6 ] {1dfd1ac1-bb2e-40fb-bf7a-c5fb8b1a032d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.04.10 22:24:36.922668 [ 6 ] {1dfd1ac1-bb2e-40fb-bf7a-c5fb8b1a032d} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.10 22:24:36.922896 [ 6 ] {1dfd1ac1-bb2e-40fb-bf7a-c5fb8b1a032d} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:24:36.923044 [ 6 ] {1dfd1ac1-bb2e-40fb-bf7a-c5fb8b1a032d} executeQuery: Read 72 rows, 6.34 KiB in 0.001528 sec., 47120.41884816754 rows/sec., 4.05 MiB/sec. 2026.04.10 22:24:36.923084 [ 6 ] {1dfd1ac1-bb2e-40fb-bf7a-c5fb8b1a032d} TCPHandler: Processed in 0.001825156 sec. 2026.04.10 22:24:36.923201 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:36.923294 [ 6 ] {bc0df7d8-9ffa-4c1d-8c95-5881fb05de97} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:24:36.923334 [ 6 ] {bc0df7d8-9ffa-4c1d-8c95-5881fb05de97} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:24:36.923718 [ 6 ] {bc0df7d8-9ffa-4c1d-8c95-5881fb05de97} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:36.923754 [ 6 ] {bc0df7d8-9ffa-4c1d-8c95-5881fb05de97} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.04.10 22:24:36.924031 [ 6 ] {bc0df7d8-9ffa-4c1d-8c95-5881fb05de97} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.10 22:24:36.924250 [ 6 ] {bc0df7d8-9ffa-4c1d-8c95-5881fb05de97} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:24:36.924372 [ 6 ] {bc0df7d8-9ffa-4c1d-8c95-5881fb05de97} executeQuery: Read 23 rows, 1.73 KiB in 0.001097 sec., 20966.27164995442 rows/sec., 1.54 MiB/sec. 2026.04.10 22:24:36.924407 [ 6 ] {bc0df7d8-9ffa-4c1d-8c95-5881fb05de97} TCPHandler: Processed in 0.001253225 sec. 2026.04.10 22:24:36.924511 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:36.924602 [ 6 ] {405e4f82-7bcd-431c-8fb4-25c25ebb59a5} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:24:36.924641 [ 6 ] {405e4f82-7bcd-431c-8fb4-25c25ebb59a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:24:36.925025 [ 6 ] {405e4f82-7bcd-431c-8fb4-25c25ebb59a5} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:36.925060 [ 6 ] {405e4f82-7bcd-431c-8fb4-25c25ebb59a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.04.10 22:24:36.925356 [ 6 ] {405e4f82-7bcd-431c-8fb4-25c25ebb59a5} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.10 22:24:36.925556 [ 6 ] {405e4f82-7bcd-431c-8fb4-25c25ebb59a5} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:24:36.925676 [ 6 ] {405e4f82-7bcd-431c-8fb4-25c25ebb59a5} executeQuery: Read 51 rows, 4.08 KiB in 0.001092 sec., 46703.2967032967 rows/sec., 3.65 MiB/sec. 2026.04.10 22:24:36.925711 [ 6 ] {405e4f82-7bcd-431c-8fb4-25c25ebb59a5} TCPHandler: Processed in 0.001246665 sec. 2026.04.10 22:24:36.925815 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:36.925906 [ 6 ] {8b80d1d2-9232-4fcf-8727-b650b9b2e688} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:24:36.925948 [ 6 ] {8b80d1d2-9232-4fcf-8727-b650b9b2e688} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:24:36.926297 [ 6 ] {8b80d1d2-9232-4fcf-8727-b650b9b2e688} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:36.926332 [ 6 ] {8b80d1d2-9232-4fcf-8727-b650b9b2e688} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.04.10 22:24:36.926648 [ 6 ] {8b80d1d2-9232-4fcf-8727-b650b9b2e688} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.10 22:24:36.926858 [ 6 ] {8b80d1d2-9232-4fcf-8727-b650b9b2e688} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:24:36.926955 [ 46 ] {} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.10 22:24:36.926978 [ 6 ] {8b80d1d2-9232-4fcf-8727-b650b9b2e688} executeQuery: Read 100 rows, 7.10 KiB in 0.00109 sec., 91743.11926605504 rows/sec., 6.36 MiB/sec. 2026.04.10 22:24:36.927025 [ 46 ] {} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:36.927032 [ 6 ] {8b80d1d2-9232-4fcf-8727-b650b9b2e688} TCPHandler: Processed in 0.001263935 sec. 2026.04.10 22:24:36.927053 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.04.10 22:24:36.927151 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:36.927191 [ 197 ] {44193040-72a9-44ec-a565-c534b9f3dcff::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.10 22:24:36.927246 [ 6 ] {fcd65166-5a7d-4afb-9501-cc704cb10091} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:24:36.927304 [ 6 ] {fcd65166-5a7d-4afb-9501-cc704cb10091} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:24:36.927368 [ 197 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:24:36.927417 [ 197 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part 2026.04.10 22:24:36.927512 [ 197 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 81 rows starting from the beginning of the part 2026.04.10 22:24:36.927573 [ 197 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 100 rows starting from the beginning of the part 2026.04.10 22:24:36.927630 [ 197 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 100 rows starting from the beginning of the part 2026.04.10 22:24:36.927679 [ 197 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 103 rows starting from the beginning of the part 2026.04.10 22:24:36.927734 [ 197 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 100 rows starting from the beginning of the part 2026.04.10 22:24:36.928074 [ 6 ] {fcd65166-5a7d-4afb-9501-cc704cb10091} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:36.928113 [ 6 ] {fcd65166-5a7d-4afb-9501-cc704cb10091} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.04.10 22:24:36.928644 [ 187 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 485 rows, containing 5 columns (5 merged, 0 gathered) in 0.001513331 sec., 320485.0756377818 rows/sec., 22.22 MiB/sec. 2026.04.10 22:24:36.928756 [ 6 ] {fcd65166-5a7d-4afb-9501-cc704cb10091} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.10 22:24:36.928853 [ 195 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.10 22:24:36.928980 [ 6 ] {fcd65166-5a7d-4afb-9501-cc704cb10091} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:24:36.929116 [ 6 ] {fcd65166-5a7d-4afb-9501-cc704cb10091} executeQuery: Read 23 rows, 42.20 KiB in 0.001887 sec., 12188.659247482778 rows/sec., 21.84 MiB/sec. 2026.04.10 22:24:36.929152 [ 195 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_6_1} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:24:36.929166 [ 6 ] {fcd65166-5a7d-4afb-9501-cc704cb10091} TCPHandler: Processed in 0.002061611 sec. 2026.04.10 22:24:36.929222 [ 195 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_6_1} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.10 22:24:36.929278 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:36.929298 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.04.10 22:24:36.929371 [ 6 ] {c0ace36f-f35d-4bc4-a944-c947b34cdc83} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:24:36.929412 [ 6 ] {c0ace36f-f35d-4bc4-a944-c947b34cdc83} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:24:36.929725 [ 6 ] {c0ace36f-f35d-4bc4-a944-c947b34cdc83} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:36.929760 [ 6 ] {c0ace36f-f35d-4bc4-a944-c947b34cdc83} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.04.10 22:24:36.930053 [ 6 ] {c0ace36f-f35d-4bc4-a944-c947b34cdc83} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.10 22:24:36.930252 [ 6 ] {c0ace36f-f35d-4bc4-a944-c947b34cdc83} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:24:36.930377 [ 6 ] {c0ace36f-f35d-4bc4-a944-c947b34cdc83} executeQuery: Read 30 rows, 2.10 KiB in 0.001024 sec., 29296.875 rows/sec., 2.01 MiB/sec. 2026.04.10 22:24:36.930411 [ 6 ] {c0ace36f-f35d-4bc4-a944-c947b34cdc83} TCPHandler: Processed in 0.001180334 sec. 2026.04.10 22:24:40.406729 [ 41 ] {} DNSResolver: Updating DNS cache 2026.04.10 22:24:40.406789 [ 41 ] {} DNSResolver: Updated DNS cache 2026.04.10 22:24:40.523406 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 232 2026.04.10 22:24:40.525030 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 5758 2026.04.10 22:24:40.525521 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:40.525522 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:40.525583 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.04.10 22:24:40.525619 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:24:40.526119 [ 245 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.10 22:24:40.526400 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): 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.10 22:24:40.526544 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5758 2026.04.10 22:24:40.526972 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.10 22:24:40.527264 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): 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.10 22:24:40.527608 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 232 2026.04.10 22:24:40.819700 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 2026.04.10 22:24:40.836548 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:40.836602 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.04.10 22:24:40.842137 [ 244 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.10 22:24:40.842804 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): 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.10 22:24:40.845440 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 91 2026.04.10 22:24:41.921956 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:41.922163 [ 6 ] {c8d60420-bb5a-4c6d-a585-3e6d64fb7f14} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:24:41.922233 [ 6 ] {c8d60420-bb5a-4c6d-a585-3e6d64fb7f14} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:24:41.922904 [ 6 ] {c8d60420-bb5a-4c6d-a585-3e6d64fb7f14} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:41.922957 [ 6 ] {c8d60420-bb5a-4c6d-a585-3e6d64fb7f14} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.04.10 22:24:41.923357 [ 6 ] {c8d60420-bb5a-4c6d-a585-3e6d64fb7f14} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.10 22:24:41.923611 [ 6 ] {c8d60420-bb5a-4c6d-a585-3e6d64fb7f14} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:24:41.923778 [ 6 ] {c8d60420-bb5a-4c6d-a585-3e6d64fb7f14} executeQuery: Read 62 rows, 5.56 KiB in 0.001672 sec., 37081.339712918656 rows/sec., 3.25 MiB/sec. 2026.04.10 22:24:41.923827 [ 6 ] {c8d60420-bb5a-4c6d-a585-3e6d64fb7f14} TCPHandler: Processed in 0.00201863 sec. 2026.04.10 22:24:41.923956 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:41.924061 [ 6 ] {5c2ef3a7-08e2-41f7-b2e4-db61bc4dd007} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:24:41.924107 [ 6 ] {5c2ef3a7-08e2-41f7-b2e4-db61bc4dd007} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:24:41.924527 [ 6 ] {5c2ef3a7-08e2-41f7-b2e4-db61bc4dd007} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:41.924565 [ 6 ] {5c2ef3a7-08e2-41f7-b2e4-db61bc4dd007} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.04.10 22:24:41.924864 [ 6 ] {5c2ef3a7-08e2-41f7-b2e4-db61bc4dd007} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.10 22:24:41.925071 [ 6 ] {5c2ef3a7-08e2-41f7-b2e4-db61bc4dd007} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:24:41.925202 [ 6 ] {5c2ef3a7-08e2-41f7-b2e4-db61bc4dd007} executeQuery: Read 18 rows, 1.35 KiB in 0.001166 sec., 15437.392795883363 rows/sec., 1.13 MiB/sec. 2026.04.10 22:24:41.925241 [ 6 ] {5c2ef3a7-08e2-41f7-b2e4-db61bc4dd007} TCPHandler: Processed in 0.001338977 sec. 2026.04.10 22:24:41.925350 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:41.925448 [ 6 ] {e102a49a-de4d-444a-a0bc-10be7a4ede69} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:24:41.925490 [ 6 ] {e102a49a-de4d-444a-a0bc-10be7a4ede69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:24:41.925899 [ 6 ] {e102a49a-de4d-444a-a0bc-10be7a4ede69} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:41.925937 [ 6 ] {e102a49a-de4d-444a-a0bc-10be7a4ede69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.04.10 22:24:41.926233 [ 6 ] {e102a49a-de4d-444a-a0bc-10be7a4ede69} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.10 22:24:41.926453 [ 6 ] {e102a49a-de4d-444a-a0bc-10be7a4ede69} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:24:41.926578 [ 6 ] {e102a49a-de4d-444a-a0bc-10be7a4ede69} executeQuery: Read 46 rows, 3.68 KiB in 0.001149 sec., 40034.81288076588 rows/sec., 3.13 MiB/sec. 2026.04.10 22:24:41.926616 [ 6 ] {e102a49a-de4d-444a-a0bc-10be7a4ede69} TCPHandler: Processed in 0.001316307 sec. 2026.04.10 22:24:41.926723 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:41.926819 [ 6 ] {799b4742-6357-405d-ba11-0ac23bf3a070} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:24:41.926864 [ 6 ] {799b4742-6357-405d-ba11-0ac23bf3a070} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:24:41.927245 [ 6 ] {799b4742-6357-405d-ba11-0ac23bf3a070} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:41.927281 [ 6 ] {799b4742-6357-405d-ba11-0ac23bf3a070} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.04.10 22:24:41.927596 [ 6 ] {799b4742-6357-405d-ba11-0ac23bf3a070} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.10 22:24:41.927803 [ 6 ] {799b4742-6357-405d-ba11-0ac23bf3a070} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:24:41.927927 [ 6 ] {799b4742-6357-405d-ba11-0ac23bf3a070} executeQuery: Read 100 rows, 7.10 KiB in 0.001128 sec., 88652.48226950354 rows/sec., 6.15 MiB/sec. 2026.04.10 22:24:41.927964 [ 6 ] {799b4742-6357-405d-ba11-0ac23bf3a070} TCPHandler: Processed in 0.001290726 sec. 2026.04.10 22:24:41.928074 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:41.928179 [ 6 ] {6c83245e-c5b5-486a-b854-5a61f1a9914c} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:24:41.928233 [ 6 ] {6c83245e-c5b5-486a-b854-5a61f1a9914c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:24:41.928990 [ 6 ] {6c83245e-c5b5-486a-b854-5a61f1a9914c} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:41.929026 [ 6 ] {6c83245e-c5b5-486a-b854-5a61f1a9914c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.04.10 22:24:41.929541 [ 6 ] {6c83245e-c5b5-486a-b854-5a61f1a9914c} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.10 22:24:41.929759 [ 6 ] {6c83245e-c5b5-486a-b854-5a61f1a9914c} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:24:41.929891 [ 6 ] {6c83245e-c5b5-486a-b854-5a61f1a9914c} executeQuery: Read 18 rows, 33.03 KiB in 0.001731 sec., 10398.613518197575 rows/sec., 18.63 MiB/sec. 2026.04.10 22:24:41.929955 [ 6 ] {6c83245e-c5b5-486a-b854-5a61f1a9914c} TCPHandler: Processed in 0.001931029 sec. 2026.04.10 22:24:41.930066 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:41.930168 [ 6 ] {f6df613b-0569-4e15-b08d-1893dbb5deb9} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:24:41.930245 [ 6 ] {f6df613b-0569-4e15-b08d-1893dbb5deb9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:24:41.930576 [ 6 ] {f6df613b-0569-4e15-b08d-1893dbb5deb9} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:41.930610 [ 6 ] {f6df613b-0569-4e15-b08d-1893dbb5deb9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.04.10 22:24:41.930899 [ 6 ] {f6df613b-0569-4e15-b08d-1893dbb5deb9} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.10 22:24:41.931117 [ 6 ] {f6df613b-0569-4e15-b08d-1893dbb5deb9} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:24:41.931216 [ 39 ] {} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.10 22:24:41.931240 [ 6 ] {f6df613b-0569-4e15-b08d-1893dbb5deb9} executeQuery: Read 30 rows, 2.10 KiB in 0.001091 sec., 27497.708524289643 rows/sec., 1.88 MiB/sec. 2026.04.10 22:24:41.931253 [ 39 ] {} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:41.931280 [ 6 ] {f6df613b-0569-4e15-b08d-1893dbb5deb9} TCPHandler: Processed in 0.001261715 sec. 2026.04.10 22:24:41.931303 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.04.10 22:24:41.931408 [ 195 ] {d011da2b-2502-4d0a-9756-3e9226add765::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.10 22:24:41.931526 [ 195 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:24:41.931559 [ 195 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part 2026.04.10 22:24:41.931647 [ 195 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part 2026.04.10 22:24:41.931705 [ 195 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 30 rows starting from the beginning of the part 2026.04.10 22:24:41.931752 [ 195 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 30 rows starting from the beginning of the part 2026.04.10 22:24:41.931797 [ 195 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 30 rows starting from the beginning of the part 2026.04.10 22:24:41.931843 [ 195 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 30 rows starting from the beginning of the part 2026.04.10 22:24:41.932591 [ 193 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 174 rows, containing 4 columns (4 merged, 0 gathered) in 0.001219145 sec., 142722.9738874375 rows/sec., 9.78 MiB/sec. 2026.04.10 22:24:41.932797 [ 193 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.10 22:24:41.933092 [ 193 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_6_1} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:24:41.933167 [ 193 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_6_1} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.10 22:24:41.933253 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2026.04.10 22:24:46.918576 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:46.918903 [ 6 ] {da95eeea-1e61-4602-883d-b0a617e01efa} executeQuery: (from [fd00:1122:3344:101::d]:38483) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.10 22:24:46.919295 [ 6 ] {da95eeea-1e61-4602-883d-b0a617e01efa} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.10 22:24:46.919339 [ 6 ] {da95eeea-1e61-4602-883d-b0a617e01efa} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE 2026.04.10 22:24:46.919683 [ 6 ] {da95eeea-1e61-4602-883d-b0a617e01efa} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 22:24:46.919772 [ 6 ] {da95eeea-1e61-4602-883d-b0a617e01efa} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 22:24:46.919938 [ 6 ] {da95eeea-1e61-4602-883d-b0a617e01efa} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Key condition: (column 0 notIn 19-element set) 2026.04.10 22:24:46.920062 [ 339 ] {da95eeea-1e61-4602-883d-b0a617e01efa} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.10 22:24:46.920081 [ 297 ] {da95eeea-1e61-4602-883d-b0a617e01efa} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.10 22:24:46.920198 [ 6 ] {da95eeea-1e61-4602-883d-b0a617e01efa} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (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.10 22:24:46.920228 [ 6 ] {da95eeea-1e61-4602-883d-b0a617e01efa} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.10 22:24:46.922621 [ 6 ] {da95eeea-1e61-4602-883d-b0a617e01efa} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.10 22:24:46.922645 [ 6 ] {da95eeea-1e61-4602-883d-b0a617e01efa} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Reading approx. 19 rows with 2 streams 2026.04.10 22:24:46.922690 [ 6 ] {da95eeea-1e61-4602-883d-b0a617e01efa} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" 2026.04.10 22:24:46.922722 [ 6 ] {da95eeea-1e61-4602-883d-b0a617e01efa} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" 2026.04.10 22:24:46.923570 [ 6 ] {da95eeea-1e61-4602-883d-b0a617e01efa} executeQuery: Read 19 rows, 813.00 B in 0.004826 sec., 3937.007874015748 rows/sec., 164.51 KiB/sec. 2026.04.10 22:24:46.923673 [ 6 ] {da95eeea-1e61-4602-883d-b0a617e01efa} TCPHandler: Processed in 0.005237366 sec. 2026.04.10 22:24:46.924003 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:46.924155 [ 6 ] {28576dd9-70ea-4b0f-b44c-9361ec214ea5} executeQuery: (from [fd00:1122:3344:101::d]:38483) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled') FORMAT Native; (stage: Complete) 2026.04.10 22:24:46.924381 [ 6 ] {28576dd9-70ea-4b0f-b44c-9361ec214ea5} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.10 22:24:46.924411 [ 6 ] {28576dd9-70ea-4b0f-b44c-9361ec214ea5} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled')" moved to PREWHERE 2026.04.10 22:24:46.924585 [ 6 ] {28576dd9-70ea-4b0f-b44c-9361ec214ea5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 22:24:46.924637 [ 6 ] {28576dd9-70ea-4b0f-b44c-9361ec214ea5} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 22:24:46.924737 [ 6 ] {28576dd9-70ea-4b0f-b44c-9361ec214ea5} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Key condition: (column 0 notIn 20-element set) 2026.04.10 22:24:46.924794 [ 345 ] {28576dd9-70ea-4b0f-b44c-9361ec214ea5} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.10 22:24:46.924817 [ 301 ] {28576dd9-70ea-4b0f-b44c-9361ec214ea5} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.10 22:24:46.924898 [ 6 ] {28576dd9-70ea-4b0f-b44c-9361ec214ea5} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (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.10 22:24:46.924923 [ 6 ] {28576dd9-70ea-4b0f-b44c-9361ec214ea5} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.10 22:24:46.924977 [ 6 ] {28576dd9-70ea-4b0f-b44c-9361ec214ea5} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.10 22:24:46.924993 [ 6 ] {28576dd9-70ea-4b0f-b44c-9361ec214ea5} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Reading approx. 19 rows with 2 streams 2026.04.10 22:24:46.925021 [ 6 ] {28576dd9-70ea-4b0f-b44c-9361ec214ea5} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled'))" 2026.04.10 22:24:46.925050 [ 6 ] {28576dd9-70ea-4b0f-b44c-9361ec214ea5} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled'))" 2026.04.10 22:24:46.925632 [ 6 ] {28576dd9-70ea-4b0f-b44c-9361ec214ea5} executeQuery: Read 19 rows, 813.00 B in 0.001539 sec., 12345.67901234568 rows/sec., 515.88 KiB/sec. 2026.04.10 22:24:46.925701 [ 6 ] {28576dd9-70ea-4b0f-b44c-9361ec214ea5} TCPHandler: Processed in 0.001756095 sec. 2026.04.10 22:24:46.926272 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:46.926397 [ 6 ] {e8bb9f47-b79f-4f76-a845-899a5046b735} executeQuery: (from [fd00:1122:3344:101::d]:38483) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up') FORMAT Native; (stage: Complete) 2026.04.10 22:24:46.926587 [ 6 ] {e8bb9f47-b79f-4f76-a845-899a5046b735} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.10 22:24:46.926617 [ 6 ] {e8bb9f47-b79f-4f76-a845-899a5046b735} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up')" moved to PREWHERE 2026.04.10 22:24:46.926780 [ 6 ] {e8bb9f47-b79f-4f76-a845-899a5046b735} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 22:24:46.926831 [ 6 ] {e8bb9f47-b79f-4f76-a845-899a5046b735} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 22:24:46.926926 [ 6 ] {e8bb9f47-b79f-4f76-a845-899a5046b735} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Key condition: (column 0 notIn 21-element set) 2026.04.10 22:24:46.926974 [ 295 ] {e8bb9f47-b79f-4f76-a845-899a5046b735} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.10 22:24:46.926990 [ 301 ] {e8bb9f47-b79f-4f76-a845-899a5046b735} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.10 22:24:46.927067 [ 6 ] {e8bb9f47-b79f-4f76-a845-899a5046b735} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (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.10 22:24:46.927092 [ 6 ] {e8bb9f47-b79f-4f76-a845-899a5046b735} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.10 22:24:46.927144 [ 6 ] {e8bb9f47-b79f-4f76-a845-899a5046b735} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.10 22:24:46.927159 [ 6 ] {e8bb9f47-b79f-4f76-a845-899a5046b735} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Reading approx. 19 rows with 2 streams 2026.04.10 22:24:46.927188 [ 6 ] {e8bb9f47-b79f-4f76-a845-899a5046b735} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up'))" 2026.04.10 22:24:46.927216 [ 6 ] {e8bb9f47-b79f-4f76-a845-899a5046b735} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up'))" 2026.04.10 22:24:46.927942 [ 6 ] {e8bb9f47-b79f-4f76-a845-899a5046b735} executeQuery: Read 19 rows, 813.00 B in 0.001593 sec., 11927.181418706843 rows/sec., 498.40 KiB/sec. 2026.04.10 22:24:46.928025 [ 6 ] {e8bb9f47-b79f-4f76-a845-899a5046b735} TCPHandler: Processed in 0.001800266 sec. 2026.04.10 22:24:46.928242 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:46.928366 [ 6 ] {7695b688-17ce-4e4f-b52b-0cf8bbbee56f} executeQuery: (from [fd00:1122:3344:101::d]:38483) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity') FORMAT Native; (stage: Complete) 2026.04.10 22:24:46.928560 [ 6 ] {7695b688-17ce-4e4f-b52b-0cf8bbbee56f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.10 22:24:46.928591 [ 6 ] {7695b688-17ce-4e4f-b52b-0cf8bbbee56f} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity')" moved to PREWHERE 2026.04.10 22:24:46.928756 [ 6 ] {7695b688-17ce-4e4f-b52b-0cf8bbbee56f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 22:24:46.928806 [ 6 ] {7695b688-17ce-4e4f-b52b-0cf8bbbee56f} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 22:24:46.928902 [ 6 ] {7695b688-17ce-4e4f-b52b-0cf8bbbee56f} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Key condition: (column 0 notIn 22-element set) 2026.04.10 22:24:46.928950 [ 295 ] {7695b688-17ce-4e4f-b52b-0cf8bbbee56f} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.10 22:24:46.928962 [ 301 ] {7695b688-17ce-4e4f-b52b-0cf8bbbee56f} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.10 22:24:46.929036 [ 6 ] {7695b688-17ce-4e4f-b52b-0cf8bbbee56f} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (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.10 22:24:46.929060 [ 6 ] {7695b688-17ce-4e4f-b52b-0cf8bbbee56f} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.10 22:24:46.929114 [ 6 ] {7695b688-17ce-4e4f-b52b-0cf8bbbee56f} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.10 22:24:46.929130 [ 6 ] {7695b688-17ce-4e4f-b52b-0cf8bbbee56f} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Reading approx. 19 rows with 2 streams 2026.04.10 22:24:46.929159 [ 6 ] {7695b688-17ce-4e4f-b52b-0cf8bbbee56f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity'))" 2026.04.10 22:24:46.929187 [ 6 ] {7695b688-17ce-4e4f-b52b-0cf8bbbee56f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity'))" 2026.04.10 22:24:46.929926 [ 6 ] {7695b688-17ce-4e4f-b52b-0cf8bbbee56f} executeQuery: Read 19 rows, 813.00 B in 0.001609 sec., 11808.576755748913 rows/sec., 493.44 KiB/sec. 2026.04.10 22:24:46.930027 [ 6 ] {7695b688-17ce-4e4f-b52b-0cf8bbbee56f} TCPHandler: Processed in 0.001831817 sec. 2026.04.10 22:24:46.930231 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:46.930355 [ 6 ] {ba7515ae-3e25-497e-8b12-4d23153d979d} executeQuery: (from [fd00:1122:3344:101::d]:38483) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.04.10 22:24:46.930563 [ 6 ] {ba7515ae-3e25-497e-8b12-4d23153d979d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.10 22:24:46.930602 [ 6 ] {ba7515ae-3e25-497e-8b12-4d23153d979d} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE 2026.04.10 22:24:46.930770 [ 6 ] {ba7515ae-3e25-497e-8b12-4d23153d979d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 22:24:46.930820 [ 6 ] {ba7515ae-3e25-497e-8b12-4d23153d979d} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 22:24:46.930915 [ 6 ] {ba7515ae-3e25-497e-8b12-4d23153d979d} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Key condition: (column 0 notIn 23-element set) 2026.04.10 22:24:46.930961 [ 295 ] {ba7515ae-3e25-497e-8b12-4d23153d979d} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.10 22:24:46.931002 [ 295 ] {ba7515ae-3e25-497e-8b12-4d23153d979d} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.10 22:24:46.931056 [ 6 ] {ba7515ae-3e25-497e-8b12-4d23153d979d} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (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.10 22:24:46.931076 [ 6 ] {ba7515ae-3e25-497e-8b12-4d23153d979d} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.10 22:24:46.931127 [ 6 ] {ba7515ae-3e25-497e-8b12-4d23153d979d} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.10 22:24:46.931143 [ 6 ] {ba7515ae-3e25-497e-8b12-4d23153d979d} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Reading approx. 19 rows with 2 streams 2026.04.10 22:24:46.931171 [ 6 ] {ba7515ae-3e25-497e-8b12-4d23153d979d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy'))" 2026.04.10 22:24:46.931200 [ 6 ] {ba7515ae-3e25-497e-8b12-4d23153d979d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy'))" 2026.04.10 22:24:46.931842 [ 6 ] {ba7515ae-3e25-497e-8b12-4d23153d979d} executeQuery: Read 19 rows, 813.00 B in 0.001536 sec., 12369.791666666666 rows/sec., 516.89 KiB/sec. 2026.04.10 22:24:46.931929 [ 6 ] {ba7515ae-3e25-497e-8b12-4d23153d979d} TCPHandler: Processed in 0.001745265 sec. 2026.04.10 22:24:46.932140 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:46.932263 [ 6 ] {3b18f472-d150-40a7-b356-b8ea8035df5d} executeQuery: (from [fd00:1122:3344:101::d]:38483) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.04.10 22:24:46.932454 [ 6 ] {3b18f472-d150-40a7-b356-b8ea8035df5d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.10 22:24:46.932485 [ 6 ] {3b18f472-d150-40a7-b356-b8ea8035df5d} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE 2026.04.10 22:24:46.932652 [ 6 ] {3b18f472-d150-40a7-b356-b8ea8035df5d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 22:24:46.932703 [ 6 ] {3b18f472-d150-40a7-b356-b8ea8035df5d} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 22:24:46.932799 [ 6 ] {3b18f472-d150-40a7-b356-b8ea8035df5d} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Key condition: (column 0 notIn 24-element set) 2026.04.10 22:24:46.932847 [ 295 ] {3b18f472-d150-40a7-b356-b8ea8035df5d} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.10 22:24:46.932873 [ 312 ] {3b18f472-d150-40a7-b356-b8ea8035df5d} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.10 22:24:46.932968 [ 6 ] {3b18f472-d150-40a7-b356-b8ea8035df5d} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (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.10 22:24:46.932992 [ 6 ] {3b18f472-d150-40a7-b356-b8ea8035df5d} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.10 22:24:46.933045 [ 6 ] {3b18f472-d150-40a7-b356-b8ea8035df5d} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.10 22:24:46.933061 [ 6 ] {3b18f472-d150-40a7-b356-b8ea8035df5d} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Reading approx. 19 rows with 2 streams 2026.04.10 22:24:46.933090 [ 6 ] {3b18f472-d150-40a7-b356-b8ea8035df5d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" 2026.04.10 22:24:46.933118 [ 6 ] {3b18f472-d150-40a7-b356-b8ea8035df5d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" 2026.04.10 22:24:46.933674 [ 6 ] {3b18f472-d150-40a7-b356-b8ea8035df5d} executeQuery: Read 19 rows, 813.00 B in 0.001459 sec., 13022.618231665525 rows/sec., 544.17 KiB/sec. 2026.04.10 22:24:46.933757 [ 6 ] {3b18f472-d150-40a7-b356-b8ea8035df5d} TCPHandler: Processed in 0.001663764 sec. 2026.04.10 22:24:46.933958 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:46.934080 [ 6 ] {445fb72f-51d7-4ebc-8bbd-6dbcf60b2253} executeQuery: (from [fd00:1122:3344:101::d]:38483) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.04.10 22:24:46.934273 [ 6 ] {445fb72f-51d7-4ebc-8bbd-6dbcf60b2253} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.10 22:24:46.934304 [ 6 ] {445fb72f-51d7-4ebc-8bbd-6dbcf60b2253} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE 2026.04.10 22:24:46.934478 [ 6 ] {445fb72f-51d7-4ebc-8bbd-6dbcf60b2253} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 22:24:46.934527 [ 6 ] {445fb72f-51d7-4ebc-8bbd-6dbcf60b2253} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 22:24:46.934622 [ 6 ] {445fb72f-51d7-4ebc-8bbd-6dbcf60b2253} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Key condition: (column 0 notIn 25-element set) 2026.04.10 22:24:46.934684 [ 295 ] {445fb72f-51d7-4ebc-8bbd-6dbcf60b2253} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.10 22:24:46.934696 [ 318 ] {445fb72f-51d7-4ebc-8bbd-6dbcf60b2253} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.10 22:24:46.934787 [ 6 ] {445fb72f-51d7-4ebc-8bbd-6dbcf60b2253} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (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.10 22:24:46.934811 [ 6 ] {445fb72f-51d7-4ebc-8bbd-6dbcf60b2253} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.10 22:24:46.934864 [ 6 ] {445fb72f-51d7-4ebc-8bbd-6dbcf60b2253} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.10 22:24:46.934880 [ 6 ] {445fb72f-51d7-4ebc-8bbd-6dbcf60b2253} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Reading approx. 19 rows with 2 streams 2026.04.10 22:24:46.934909 [ 6 ] {445fb72f-51d7-4ebc-8bbd-6dbcf60b2253} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" 2026.04.10 22:24:46.934937 [ 6 ] {445fb72f-51d7-4ebc-8bbd-6dbcf60b2253} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" 2026.04.10 22:24:46.935496 [ 6 ] {445fb72f-51d7-4ebc-8bbd-6dbcf60b2253} executeQuery: Read 19 rows, 813.00 B in 0.001464 sec., 12978.142076502732 rows/sec., 542.31 KiB/sec. 2026.04.10 22:24:46.935583 [ 6 ] {445fb72f-51d7-4ebc-8bbd-6dbcf60b2253} TCPHandler: Processed in 0.001671614 sec. 2026.04.10 22:24:46.935804 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:46.935929 [ 6 ] {cda52a49-b67d-47db-a0d2-7467f5dd3eac} executeQuery: (from [fd00:1122:3344:101::d]:38483) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.04.10 22:24:46.936124 [ 6 ] {cda52a49-b67d-47db-a0d2-7467f5dd3eac} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.10 22:24:46.936156 [ 6 ] {cda52a49-b67d-47db-a0d2-7467f5dd3eac} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE 2026.04.10 22:24:46.936329 [ 6 ] {cda52a49-b67d-47db-a0d2-7467f5dd3eac} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 22:24:46.936379 [ 6 ] {cda52a49-b67d-47db-a0d2-7467f5dd3eac} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 22:24:46.936483 [ 6 ] {cda52a49-b67d-47db-a0d2-7467f5dd3eac} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Key condition: (column 0 notIn 26-element set) 2026.04.10 22:24:46.936542 [ 312 ] {cda52a49-b67d-47db-a0d2-7467f5dd3eac} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.10 22:24:46.936543 [ 295 ] {cda52a49-b67d-47db-a0d2-7467f5dd3eac} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.10 22:24:46.936634 [ 6 ] {cda52a49-b67d-47db-a0d2-7467f5dd3eac} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (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.10 22:24:46.936655 [ 6 ] {cda52a49-b67d-47db-a0d2-7467f5dd3eac} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.10 22:24:46.936708 [ 6 ] {cda52a49-b67d-47db-a0d2-7467f5dd3eac} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.10 22:24:46.936723 [ 6 ] {cda52a49-b67d-47db-a0d2-7467f5dd3eac} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Reading approx. 19 rows with 2 streams 2026.04.10 22:24:46.936752 [ 6 ] {cda52a49-b67d-47db-a0d2-7467f5dd3eac} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2026.04.10 22:24:46.936780 [ 6 ] {cda52a49-b67d-47db-a0d2-7467f5dd3eac} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2026.04.10 22:24:46.937339 [ 6 ] {cda52a49-b67d-47db-a0d2-7467f5dd3eac} executeQuery: Read 19 rows, 813.00 B in 0.00146 sec., 13013.698630136987 rows/sec., 543.80 KiB/sec. 2026.04.10 22:24:46.937426 [ 6 ] {cda52a49-b67d-47db-a0d2-7467f5dd3eac} TCPHandler: Processed in 0.001668774 sec. 2026.04.10 22:24:46.937638 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:46.937764 [ 6 ] {4d43ec6c-455c-4cce-8eba-821d4d6c9ec8} executeQuery: (from [fd00:1122:3344:101::d]:38483) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.04.10 22:24:46.937960 [ 6 ] {4d43ec6c-455c-4cce-8eba-821d4d6c9ec8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.10 22:24:46.937991 [ 6 ] {4d43ec6c-455c-4cce-8eba-821d4d6c9ec8} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE 2026.04.10 22:24:46.938164 [ 6 ] {4d43ec6c-455c-4cce-8eba-821d4d6c9ec8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 22:24:46.938215 [ 6 ] {4d43ec6c-455c-4cce-8eba-821d4d6c9ec8} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 22:24:46.938310 [ 6 ] {4d43ec6c-455c-4cce-8eba-821d4d6c9ec8} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Key condition: (column 0 notIn 27-element set) 2026.04.10 22:24:46.938370 [ 295 ] {4d43ec6c-455c-4cce-8eba-821d4d6c9ec8} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.10 22:24:46.938377 [ 320 ] {4d43ec6c-455c-4cce-8eba-821d4d6c9ec8} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.10 22:24:46.938455 [ 6 ] {4d43ec6c-455c-4cce-8eba-821d4d6c9ec8} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (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.10 22:24:46.938480 [ 6 ] {4d43ec6c-455c-4cce-8eba-821d4d6c9ec8} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.10 22:24:46.938533 [ 6 ] {4d43ec6c-455c-4cce-8eba-821d4d6c9ec8} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.10 22:24:46.938549 [ 6 ] {4d43ec6c-455c-4cce-8eba-821d4d6c9ec8} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Reading approx. 19 rows with 2 streams 2026.04.10 22:24:46.938577 [ 6 ] {4d43ec6c-455c-4cce-8eba-821d4d6c9ec8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2026.04.10 22:24:46.938606 [ 6 ] {4d43ec6c-455c-4cce-8eba-821d4d6c9ec8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2026.04.10 22:24:46.939104 [ 6 ] {4d43ec6c-455c-4cce-8eba-821d4d6c9ec8} executeQuery: Read 19 rows, 813.00 B in 0.001391 sec., 13659.237958303378 rows/sec., 570.77 KiB/sec. 2026.04.10 22:24:46.939190 [ 6 ] {4d43ec6c-455c-4cce-8eba-821d4d6c9ec8} TCPHandler: Processed in 0.001598862 sec. 2026.04.10 22:24:46.939402 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:46.939527 [ 6 ] {018ddbbb-6925-4080-bc18-d2137ca11320} executeQuery: (from [fd00:1122:3344:101::d]:38483) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.04.10 22:24:46.939727 [ 6 ] {018ddbbb-6925-4080-bc18-d2137ca11320} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.10 22:24:46.939758 [ 6 ] {018ddbbb-6925-4080-bc18-d2137ca11320} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.04.10 22:24:46.939934 [ 6 ] {018ddbbb-6925-4080-bc18-d2137ca11320} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 22:24:46.939984 [ 6 ] {018ddbbb-6925-4080-bc18-d2137ca11320} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 22:24:46.940079 [ 6 ] {018ddbbb-6925-4080-bc18-d2137ca11320} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Key condition: (column 0 notIn 28-element set) 2026.04.10 22:24:46.940136 [ 295 ] {018ddbbb-6925-4080-bc18-d2137ca11320} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.10 22:24:46.940137 [ 312 ] {018ddbbb-6925-4080-bc18-d2137ca11320} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.10 22:24:46.940227 [ 6 ] {018ddbbb-6925-4080-bc18-d2137ca11320} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (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.10 22:24:46.940291 [ 6 ] {018ddbbb-6925-4080-bc18-d2137ca11320} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.10 22:24:46.940392 [ 6 ] {018ddbbb-6925-4080-bc18-d2137ca11320} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.10 22:24:46.940417 [ 6 ] {018ddbbb-6925-4080-bc18-d2137ca11320} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Reading approx. 19 rows with 2 streams 2026.04.10 22:24:46.940462 [ 6 ] {018ddbbb-6925-4080-bc18-d2137ca11320} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.10 22:24:46.940509 [ 6 ] {018ddbbb-6925-4080-bc18-d2137ca11320} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.10 22:24:46.941169 [ 6 ] {018ddbbb-6925-4080-bc18-d2137ca11320} executeQuery: Read 19 rows, 813.00 B in 0.001688 sec., 11255.924170616114 rows/sec., 470.35 KiB/sec. 2026.04.10 22:24:46.941302 [ 6 ] {018ddbbb-6925-4080-bc18-d2137ca11320} TCPHandler: Processed in 0.001946549 sec. 2026.04.10 22:24:46.941518 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:46.941655 [ 6 ] {b4699edc-5a18-4e80-bb90-7b91ca22ab37} executeQuery: (from [fd00:1122:3344:101::d]:38483) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.04.10 22:24:46.941877 [ 6 ] {b4699edc-5a18-4e80-bb90-7b91ca22ab37} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.10 22:24:46.941910 [ 6 ] {b4699edc-5a18-4e80-bb90-7b91ca22ab37} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.04.10 22:24:46.942097 [ 6 ] {b4699edc-5a18-4e80-bb90-7b91ca22ab37} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 22:24:46.942150 [ 6 ] {b4699edc-5a18-4e80-bb90-7b91ca22ab37} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 22:24:46.942253 [ 6 ] {b4699edc-5a18-4e80-bb90-7b91ca22ab37} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Key condition: (column 0 notIn 29-element set) 2026.04.10 22:24:46.942319 [ 295 ] {b4699edc-5a18-4e80-bb90-7b91ca22ab37} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.10 22:24:46.942319 [ 320 ] {b4699edc-5a18-4e80-bb90-7b91ca22ab37} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.10 22:24:46.942401 [ 6 ] {b4699edc-5a18-4e80-bb90-7b91ca22ab37} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (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.10 22:24:46.942428 [ 6 ] {b4699edc-5a18-4e80-bb90-7b91ca22ab37} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.10 22:24:46.942483 [ 6 ] {b4699edc-5a18-4e80-bb90-7b91ca22ab37} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.10 22:24:46.942500 [ 6 ] {b4699edc-5a18-4e80-bb90-7b91ca22ab37} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Reading approx. 19 rows with 2 streams 2026.04.10 22:24:46.942529 [ 6 ] {b4699edc-5a18-4e80-bb90-7b91ca22ab37} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.10 22:24:46.942559 [ 6 ] {b4699edc-5a18-4e80-bb90-7b91ca22ab37} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.10 22:24:46.943230 [ 6 ] {b4699edc-5a18-4e80-bb90-7b91ca22ab37} executeQuery: Read 19 rows, 813.00 B in 0.001627 sec., 11677.934849416104 rows/sec., 487.98 KiB/sec. 2026.04.10 22:24:46.943330 [ 6 ] {b4699edc-5a18-4e80-bb90-7b91ca22ab37} TCPHandler: Processed in 0.001864648 sec. 2026.04.10 22:24:46.950485 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:46.950649 [ 6 ] {599a4e04-05e5-411a-990c-31a8f1b771d4} executeQuery: (from [fd00:1122:3344:101::d]:38483) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.04.10 22:24:46.950911 [ 6 ] {599a4e04-05e5-411a-990c-31a8f1b771d4} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.10 22:24:46.950952 [ 6 ] {599a4e04-05e5-411a-990c-31a8f1b771d4} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.04.10 22:24:46.951177 [ 6 ] {599a4e04-05e5-411a-990c-31a8f1b771d4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 22:24:46.951240 [ 6 ] {599a4e04-05e5-411a-990c-31a8f1b771d4} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 22:24:46.951355 [ 6 ] {599a4e04-05e5-411a-990c-31a8f1b771d4} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Key condition: (column 0 notIn 30-element set) 2026.04.10 22:24:46.951428 [ 320 ] {599a4e04-05e5-411a-990c-31a8f1b771d4} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.10 22:24:46.951433 [ 324 ] {599a4e04-05e5-411a-990c-31a8f1b771d4} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.10 22:24:46.951527 [ 6 ] {599a4e04-05e5-411a-990c-31a8f1b771d4} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (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.10 22:24:46.951553 [ 6 ] {599a4e04-05e5-411a-990c-31a8f1b771d4} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.10 22:24:46.951609 [ 6 ] {599a4e04-05e5-411a-990c-31a8f1b771d4} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.10 22:24:46.951625 [ 6 ] {599a4e04-05e5-411a-990c-31a8f1b771d4} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Reading approx. 19 rows with 2 streams 2026.04.10 22:24:46.951654 [ 6 ] {599a4e04-05e5-411a-990c-31a8f1b771d4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.10 22:24:46.951683 [ 6 ] {599a4e04-05e5-411a-990c-31a8f1b771d4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.10 22:24:46.952245 [ 6 ] {599a4e04-05e5-411a-990c-31a8f1b771d4} executeQuery: Read 19 rows, 813.00 B in 0.001664 sec., 11418.269230769232 rows/sec., 477.13 KiB/sec. 2026.04.10 22:24:46.952329 [ 6 ] {599a4e04-05e5-411a-990c-31a8f1b771d4} TCPHandler: Processed in 0.001907628 sec. 2026.04.10 22:24:46.956549 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:46.956674 [ 6 ] {c8b668f2-5505-4da4-a514-45fe91483ed7} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.04.10 22:24:46.956722 [ 6 ] {c8b668f2-5505-4da4-a514-45fe91483ed7} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 22:24:46.957306 [ 6 ] {c8b668f2-5505-4da4-a514-45fe91483ed7} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:46.957361 [ 6 ] {c8b668f2-5505-4da4-a514-45fe91483ed7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:24:46.957803 [ 6 ] {c8b668f2-5505-4da4-a514-45fe91483ed7} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.10 22:24:46.957994 [ 6 ] {c8b668f2-5505-4da4-a514-45fe91483ed7} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14): 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.10 22:24:46.958130 [ 6 ] {c8b668f2-5505-4da4-a514-45fe91483ed7} executeQuery: Read 12 rows, 4.37 KiB in 0.001493 sec., 8037.508372404554 rows/sec., 2.86 MiB/sec. 2026.04.10 22:24:46.958167 [ 6 ] {c8b668f2-5505-4da4-a514-45fe91483ed7} TCPHandler: Processed in 0.001678934 sec. 2026.04.10 22:24:46.958282 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:46.958376 [ 6 ] {5159feb5-a8e7-4a5a-b44e-5a4168aa8db7} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.10 22:24:46.958416 [ 6 ] {5159feb5-a8e7-4a5a-b44e-5a4168aa8db7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.10 22:24:46.961499 [ 6 ] {5159feb5-a8e7-4a5a-b44e-5a4168aa8db7} oximeter.fields_i16 (419f2eef-209c-46fc-9cc0-97b5087686b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:46.961548 [ 6 ] {5159feb5-a8e7-4a5a-b44e-5a4168aa8db7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:24:46.961984 [ 6 ] {5159feb5-a8e7-4a5a-b44e-5a4168aa8db7} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.10 22:24:46.962290 [ 6 ] {5159feb5-a8e7-4a5a-b44e-5a4168aa8db7} oximeter.fields_i16 (419f2eef-209c-46fc-9cc0-97b5087686b9): 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.10 22:24:46.962435 [ 6 ] {5159feb5-a8e7-4a5a-b44e-5a4168aa8db7} executeQuery: Read 284 rows, 18.47 KiB in 0.004077 sec., 69659.06303654647 rows/sec., 4.42 MiB/sec. 2026.04.10 22:24:46.962471 [ 6 ] {5159feb5-a8e7-4a5a-b44e-5a4168aa8db7} TCPHandler: Processed in 0.004238405 sec. 2026.04.10 22:24:46.962591 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:46.962685 [ 6 ] {e9c4cbb4-bce4-4227-a598-3072e9932132} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.10 22:24:46.962724 [ 6 ] {e9c4cbb4-bce4-4227-a598-3072e9932132} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.10 22:24:46.963108 [ 6 ] {e9c4cbb4-bce4-4227-a598-3072e9932132} oximeter.fields_ipaddr (b4784700-91f7-4af4-af29-376f839f9b40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:46.963145 [ 6 ] {e9c4cbb4-bce4-4227-a598-3072e9932132} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:24:46.963427 [ 6 ] {e9c4cbb4-bce4-4227-a598-3072e9932132} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.10 22:24:46.963643 [ 6 ] {e9c4cbb4-bce4-4227-a598-3072e9932132} oximeter.fields_ipaddr (b4784700-91f7-4af4-af29-376f839f9b40): 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.10 22:24:46.963766 [ 6 ] {e9c4cbb4-bce4-4227-a598-3072e9932132} executeQuery: Read 4 rows, 334.00 B in 0.001099 sec., 3639.672429481347 rows/sec., 296.79 KiB/sec. 2026.04.10 22:24:46.963802 [ 6 ] {e9c4cbb4-bce4-4227-a598-3072e9932132} TCPHandler: Processed in 0.001260275 sec. 2026.04.10 22:24:46.963910 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:46.964004 [ 6 ] {921c0718-5849-4aca-a194-9d0c419b6937} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:24:46.964043 [ 6 ] {921c0718-5849-4aca-a194-9d0c419b6937} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:24:46.964701 [ 6 ] {921c0718-5849-4aca-a194-9d0c419b6937} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:46.964738 [ 6 ] {921c0718-5849-4aca-a194-9d0c419b6937} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:24:46.965070 [ 6 ] {921c0718-5849-4aca-a194-9d0c419b6937} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.10 22:24:46.965274 [ 6 ] {921c0718-5849-4aca-a194-9d0c419b6937} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:24:46.965398 [ 6 ] {921c0718-5849-4aca-a194-9d0c419b6937} executeQuery: Read 815 rows, 64.92 KiB in 0.001411 sec., 577604.5357902198 rows/sec., 44.93 MiB/sec. 2026.04.10 22:24:46.965435 [ 6 ] {921c0718-5849-4aca-a194-9d0c419b6937} TCPHandler: Processed in 0.001573762 sec. 2026.04.10 22:24:46.965536 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:46.965628 [ 6 ] {d84699b8-898f-4fdb-adda-1391eeb87d9e} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:24:46.965667 [ 6 ] {d84699b8-898f-4fdb-adda-1391eeb87d9e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:24:46.966079 [ 6 ] {d84699b8-898f-4fdb-adda-1391eeb87d9e} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:46.966114 [ 6 ] {d84699b8-898f-4fdb-adda-1391eeb87d9e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:24:46.966402 [ 6 ] {d84699b8-898f-4fdb-adda-1391eeb87d9e} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.10 22:24:46.966604 [ 6 ] {d84699b8-898f-4fdb-adda-1391eeb87d9e} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:24:46.966724 [ 6 ] {d84699b8-898f-4fdb-adda-1391eeb87d9e} executeQuery: Read 169 rows, 10.55 KiB in 0.001114 sec., 151705.56552962298 rows/sec., 9.25 MiB/sec. 2026.04.10 22:24:46.966760 [ 6 ] {d84699b8-898f-4fdb-adda-1391eeb87d9e} TCPHandler: Processed in 0.001272936 sec. 2026.04.10 22:24:46.966873 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:46.966965 [ 6 ] {5d7584f4-c0e3-433e-82c9-bc4729131377} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.10 22:24:46.967003 [ 6 ] {5d7584f4-c0e3-433e-82c9-bc4729131377} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.10 22:24:46.967440 [ 6 ] {5d7584f4-c0e3-433e-82c9-bc4729131377} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:46.967474 [ 6 ] {5d7584f4-c0e3-433e-82c9-bc4729131377} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:24:46.967755 [ 6 ] {5d7584f4-c0e3-433e-82c9-bc4729131377} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.10 22:24:46.967964 [ 6 ] {5d7584f4-c0e3-433e-82c9-bc4729131377} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002): 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.10 22:24:46.968085 [ 6 ] {5d7584f4-c0e3-433e-82c9-bc4729131377} executeQuery: Read 149 rows, 9.86 KiB in 0.001137 sec., 131046.61389621811 rows/sec., 8.47 MiB/sec. 2026.04.10 22:24:46.968120 [ 6 ] {5d7584f4-c0e3-433e-82c9-bc4729131377} TCPHandler: Processed in 0.001297436 sec. 2026.04.10 22:24:46.968234 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:46.968326 [ 6 ] {371cda12-e586-4590-b43f-a7ceb4b488ca} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.10 22:24:46.968364 [ 6 ] {371cda12-e586-4590-b43f-a7ceb4b488ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.10 22:24:46.968777 [ 6 ] {371cda12-e586-4590-b43f-a7ceb4b488ca} oximeter.fields_u8 (db645430-3721-434f-a428-3eb1f7165166): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:46.968814 [ 6 ] {371cda12-e586-4590-b43f-a7ceb4b488ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:24:46.971464 [ 6 ] {371cda12-e586-4590-b43f-a7ceb4b488ca} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.10 22:24:46.971774 [ 6 ] {371cda12-e586-4590-b43f-a7ceb4b488ca} oximeter.fields_u8 (db645430-3721-434f-a428-3eb1f7165166): 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.10 22:24:46.971950 [ 6 ] {371cda12-e586-4590-b43f-a7ceb4b488ca} executeQuery: Read 148 rows, 8.62 KiB in 0.003639 sec., 40670.51387743886 rows/sec., 2.31 MiB/sec. 2026.04.10 22:24:46.972004 [ 6 ] {371cda12-e586-4590-b43f-a7ceb4b488ca} TCPHandler: Processed in 0.003818326 sec. 2026.04.10 22:24:46.972164 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:46.972311 [ 6 ] {1c89a069-972a-490d-97ae-2a5ee14e75fe} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:24:46.972369 [ 6 ] {1c89a069-972a-490d-97ae-2a5ee14e75fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:24:46.972888 [ 6 ] {1c89a069-972a-490d-97ae-2a5ee14e75fe} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:46.972923 [ 6 ] {1c89a069-972a-490d-97ae-2a5ee14e75fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:24:46.973235 [ 6 ] {1c89a069-972a-490d-97ae-2a5ee14e75fe} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.10 22:24:46.973435 [ 6 ] {1c89a069-972a-490d-97ae-2a5ee14e75fe} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:24:46.973558 [ 6 ] {1c89a069-972a-490d-97ae-2a5ee14e75fe} executeQuery: Read 481 rows, 34.47 KiB in 0.001278 sec., 376369.3270735524 rows/sec., 26.34 MiB/sec. 2026.04.10 22:24:46.973594 [ 6 ] {1c89a069-972a-490d-97ae-2a5ee14e75fe} TCPHandler: Processed in 0.001503941 sec. 2026.04.10 22:24:46.973701 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:46.973794 [ 6 ] {d5fcf8b9-5b88-4cef-b64a-842061ccbeca} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.10 22:24:46.973835 [ 6 ] {d5fcf8b9-5b88-4cef-b64a-842061ccbeca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.10 22:24:46.974144 [ 6 ] {d5fcf8b9-5b88-4cef-b64a-842061ccbeca} oximeter.measurements_bool (866da8bb-a9f8-4668-8c33-6b1a5bc68a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:46.974178 [ 6 ] {d5fcf8b9-5b88-4cef-b64a-842061ccbeca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:24:46.974465 [ 6 ] {d5fcf8b9-5b88-4cef-b64a-842061ccbeca} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.10 22:24:46.974666 [ 6 ] {d5fcf8b9-5b88-4cef-b64a-842061ccbeca} oximeter.measurements_bool (866da8bb-a9f8-4668-8c33-6b1a5bc68a2a): 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.10 22:24:46.974786 [ 6 ] {d5fcf8b9-5b88-4cef-b64a-842061ccbeca} executeQuery: Read 6 rows, 321.00 B in 0.001009 sec., 5946.481665014867 rows/sec., 310.68 KiB/sec. 2026.04.10 22:24:46.974821 [ 6 ] {d5fcf8b9-5b88-4cef-b64a-842061ccbeca} TCPHandler: Processed in 0.001168433 sec. 2026.04.10 22:24:46.974922 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:46.975014 [ 6 ] {890c9af3-b4de-40dd-b6bd-0f56320220e2} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:24:46.975055 [ 6 ] {890c9af3-b4de-40dd-b6bd-0f56320220e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:24:46.975429 [ 6 ] {890c9af3-b4de-40dd-b6bd-0f56320220e2} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:46.975464 [ 6 ] {890c9af3-b4de-40dd-b6bd-0f56320220e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:24:46.975778 [ 6 ] {890c9af3-b4de-40dd-b6bd-0f56320220e2} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.10 22:24:46.975988 [ 6 ] {890c9af3-b4de-40dd-b6bd-0f56320220e2} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:24:46.976110 [ 6 ] {890c9af3-b4de-40dd-b6bd-0f56320220e2} executeQuery: Read 207 rows, 13.86 KiB in 0.001114 sec., 185816.87612208258 rows/sec., 12.15 MiB/sec. 2026.04.10 22:24:46.976145 [ 6 ] {890c9af3-b4de-40dd-b6bd-0f56320220e2} TCPHandler: Processed in 0.001272646 sec. 2026.04.10 22:24:46.976264 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:46.976358 [ 6 ] {7ccd47f6-d734-4dfa-b3a6-7df50ccd8093} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.10 22:24:46.976399 [ 6 ] {7ccd47f6-d734-4dfa-b3a6-7df50ccd8093} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.10 22:24:46.976702 [ 6 ] {7ccd47f6-d734-4dfa-b3a6-7df50ccd8093} oximeter.measurements_f64 (58e3eb3a-a7ad-4b02-bedb-c669836543a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:46.976736 [ 6 ] {7ccd47f6-d734-4dfa-b3a6-7df50ccd8093} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:24:46.977022 [ 6 ] {7ccd47f6-d734-4dfa-b3a6-7df50ccd8093} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.10 22:24:46.977229 [ 6 ] {7ccd47f6-d734-4dfa-b3a6-7df50ccd8093} oximeter.measurements_f64 (58e3eb3a-a7ad-4b02-bedb-c669836543a8): 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.10 22:24:46.977349 [ 6 ] {7ccd47f6-d734-4dfa-b3a6-7df50ccd8093} executeQuery: Read 1 rows, 69.00 B in 0.001009 sec., 991.0802775024778 rows/sec., 66.78 KiB/sec. 2026.04.10 22:24:46.977384 [ 6 ] {7ccd47f6-d734-4dfa-b3a6-7df50ccd8093} TCPHandler: Processed in 0.001175434 sec. 2026.04.10 22:24:46.977493 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:46.977586 [ 6 ] {27e2fb7f-0030-4f17-ac88-b62b46f31801} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:24:46.977638 [ 6 ] {27e2fb7f-0030-4f17-ac88-b62b46f31801} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:24:46.978316 [ 6 ] {27e2fb7f-0030-4f17-ac88-b62b46f31801} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:46.978351 [ 6 ] {27e2fb7f-0030-4f17-ac88-b62b46f31801} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:24:46.978833 [ 6 ] {27e2fb7f-0030-4f17-ac88-b62b46f31801} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.10 22:24:46.979048 [ 6 ] {27e2fb7f-0030-4f17-ac88-b62b46f31801} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:24:46.979179 [ 6 ] {27e2fb7f-0030-4f17-ac88-b62b46f31801} executeQuery: Read 23 rows, 42.20 KiB in 0.00161 sec., 14285.714285714284 rows/sec., 25.60 MiB/sec. 2026.04.10 22:24:46.979228 [ 6 ] {27e2fb7f-0030-4f17-ac88-b62b46f31801} TCPHandler: Processed in 0.001783826 sec. 2026.04.10 22:24:46.979342 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:46.979436 [ 6 ] {0749f1db-f710-4b3d-b9da-fa5858571f69} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:24:46.979477 [ 6 ] {0749f1db-f710-4b3d-b9da-fa5858571f69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:24:46.979794 [ 6 ] {0749f1db-f710-4b3d-b9da-fa5858571f69} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:46.979829 [ 6 ] {0749f1db-f710-4b3d-b9da-fa5858571f69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:24:46.980128 [ 6 ] {0749f1db-f710-4b3d-b9da-fa5858571f69} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.10 22:24:46.980336 [ 6 ] {0749f1db-f710-4b3d-b9da-fa5858571f69} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:24:46.980460 [ 6 ] {0749f1db-f710-4b3d-b9da-fa5858571f69} executeQuery: Read 60 rows, 3.73 KiB in 0.001042 sec., 57581.57389635317 rows/sec., 3.50 MiB/sec. 2026.04.10 22:24:46.980494 [ 6 ] {0749f1db-f710-4b3d-b9da-fa5858571f69} TCPHandler: Processed in 0.001202725 sec. 2026.04.10 22:24:47.000199 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 216.27 MiB, peak 218.64 MiB, free memory in arenas 0.00 B, will set to 214.93 MiB (RSS), difference: -1.34 MiB 2026.04.10 22:24:48.026657 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 6270 2026.04.10 22:24:48.027267 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:48.027321 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:24:48.027815 [ 245 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.10 22:24:48.028065 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): 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.10 22:24:48.028208 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6270 2026.04.10 22:24:48.345552 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 2026.04.10 22:24:48.362881 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:48.362939 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:24:48.369287 [ 244 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.10 22:24:48.369976 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): 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.10 22:24:48.373057 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 98 2026.04.10 22:24:49.000184 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 215.47 MiB, peak 219.47 MiB, free memory in arenas 0.00 B, will set to 216.69 MiB (RSS), difference: 1.22 MiB 2026.04.10 22:24:50.527840 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 62 entries to flush up to offset 294 2026.04.10 22:24:50.532239 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:50.532328 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:24:50.534344 [ 243 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.10 22:24:50.534761 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): 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.10 22:24:50.535348 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 294 2026.04.10 22:24:51.921467 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:51.921644 [ 6 ] {e19f578a-1b1a-4ed4-828f-3afa86259e37} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:24:51.921707 [ 6 ] {e19f578a-1b1a-4ed4-828f-3afa86259e37} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:24:51.922337 [ 6 ] {e19f578a-1b1a-4ed4-828f-3afa86259e37} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:51.922378 [ 6 ] {e19f578a-1b1a-4ed4-828f-3afa86259e37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:24:51.922763 [ 6 ] {e19f578a-1b1a-4ed4-828f-3afa86259e37} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.10 22:24:51.922986 [ 6 ] {e19f578a-1b1a-4ed4-828f-3afa86259e37} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:24:51.923113 [ 74 ] {} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.10 22:24:51.923135 [ 6 ] {e19f578a-1b1a-4ed4-828f-3afa86259e37} executeQuery: Read 62 rows, 5.56 KiB in 0.001541 sec., 40233.61453601557 rows/sec., 3.53 MiB/sec. 2026.04.10 22:24:51.923182 [ 74 ] {} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:51.923195 [ 6 ] {e19f578a-1b1a-4ed4-828f-3afa86259e37} TCPHandler: Processed in 0.001861977 sec. 2026.04.10 22:24:51.923208 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:24:51.923303 [ 187 ] {15303715-e1d3-410d-9b74-21f9c069a75b::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.10 22:24:51.923330 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:51.923388 [ 187 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:24:51.923416 [ 187 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 74 rows starting from the beginning of the part 2026.04.10 22:24:51.923423 [ 6 ] {10ab59a3-fe72-473c-9d2f-1f0c8d1785dd} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:24:51.923464 [ 6 ] {10ab59a3-fe72-473c-9d2f-1f0c8d1785dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:24:51.923498 [ 187 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 65 rows starting from the beginning of the part 2026.04.10 22:24:51.923550 [ 187 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 72 rows starting from the beginning of the part 2026.04.10 22:24:51.923596 [ 187 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 62 rows starting from the beginning of the part 2026.04.10 22:24:51.923645 [ 187 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 815 rows starting from the beginning of the part 2026.04.10 22:24:51.923691 [ 187 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 62 rows starting from the beginning of the part 2026.04.10 22:24:51.923862 [ 6 ] {10ab59a3-fe72-473c-9d2f-1f0c8d1785dd} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:51.923897 [ 6 ] {10ab59a3-fe72-473c-9d2f-1f0c8d1785dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:24:51.924216 [ 6 ] {10ab59a3-fe72-473c-9d2f-1f0c8d1785dd} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.10 22:24:51.924424 [ 6 ] {10ab59a3-fe72-473c-9d2f-1f0c8d1785dd} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:24:51.924549 [ 6 ] {10ab59a3-fe72-473c-9d2f-1f0c8d1785dd} executeQuery: Read 18 rows, 1.35 KiB in 0.001144 sec., 15734.265734265733 rows/sec., 1.16 MiB/sec. 2026.04.10 22:24:51.924585 [ 6 ] {10ab59a3-fe72-473c-9d2f-1f0c8d1785dd} TCPHandler: Processed in 0.001302716 sec. 2026.04.10 22:24:51.924694 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:51.924726 [ 193 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1150 rows, containing 5 columns (5 merged, 0 gathered) in 0.00145647 sec., 789580.2865833144 rows/sec., 66.48 MiB/sec. 2026.04.10 22:24:51.924787 [ 6 ] {2e81988b-d389-4cdc-b49d-d2de5115b170} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:24:51.924830 [ 6 ] {2e81988b-d389-4cdc-b49d-d2de5115b170} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:24:51.924951 [ 195 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.10 22:24:51.925224 [ 6 ] {2e81988b-d389-4cdc-b49d-d2de5115b170} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:51.925247 [ 195 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_11_2} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:24:51.925258 [ 6 ] {2e81988b-d389-4cdc-b49d-d2de5115b170} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:24:51.925332 [ 195 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_11_2} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.10 22:24:51.925405 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. 2026.04.10 22:24:51.925551 [ 6 ] {2e81988b-d389-4cdc-b49d-d2de5115b170} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.10 22:24:51.925762 [ 6 ] {2e81988b-d389-4cdc-b49d-d2de5115b170} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:24:51.925857 [ 74 ] {} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.10 22:24:51.925884 [ 6 ] {2e81988b-d389-4cdc-b49d-d2de5115b170} executeQuery: Read 46 rows, 3.68 KiB in 0.001116 sec., 41218.637992831544 rows/sec., 3.22 MiB/sec. 2026.04.10 22:24:51.925890 [ 74 ] {} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:51.925924 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:24:51.925929 [ 6 ] {2e81988b-d389-4cdc-b49d-d2de5115b170} TCPHandler: Processed in 0.001281536 sec. 2026.04.10 22:24:51.926025 [ 194 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::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.10 22:24:51.926060 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:51.926154 [ 194 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:24:51.926155 [ 6 ] {72bee073-8c04-4e36-b842-c27c56d32c22} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:24:51.926206 [ 194 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 71 rows starting from the beginning of the part 2026.04.10 22:24:51.926216 [ 6 ] {72bee073-8c04-4e36-b842-c27c56d32c22} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:24:51.926310 [ 194 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 58 rows starting from the beginning of the part 2026.04.10 22:24:51.926362 [ 194 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 51 rows starting from the beginning of the part 2026.04.10 22:24:51.926405 [ 194 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 46 rows starting from the beginning of the part 2026.04.10 22:24:51.926446 [ 194 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 481 rows starting from the beginning of the part 2026.04.10 22:24:51.926490 [ 194 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 46 rows starting from the beginning of the part 2026.04.10 22:24:51.926593 [ 6 ] {72bee073-8c04-4e36-b842-c27c56d32c22} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:51.926634 [ 6 ] {72bee073-8c04-4e36-b842-c27c56d32c22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:24:51.926971 [ 6 ] {72bee073-8c04-4e36-b842-c27c56d32c22} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.10 22:24:51.927204 [ 6 ] {72bee073-8c04-4e36-b842-c27c56d32c22} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:24:51.927332 [ 6 ] {72bee073-8c04-4e36-b842-c27c56d32c22} executeQuery: Read 100 rows, 7.10 KiB in 0.001196 sec., 83612.04013377926 rows/sec., 5.80 MiB/sec. 2026.04.10 22:24:51.927367 [ 6 ] {72bee073-8c04-4e36-b842-c27c56d32c22} TCPHandler: Processed in 0.001355087 sec. 2026.04.10 22:24:51.927443 [ 195 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 753 rows, containing 5 columns (5 merged, 0 gathered) in 0.00147132 sec., 511785.33561699704 rows/sec., 39.29 MiB/sec. 2026.04.10 22:24:51.927481 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:51.927572 [ 6 ] {f70584f2-9b88-4920-af52-a94bc4ae1853} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:24:51.927626 [ 6 ] {f70584f2-9b88-4920-af52-a94bc4ae1853} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:24:51.927644 [ 193 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.10 22:24:51.927942 [ 193 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_11_2} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:24:51.928025 [ 193 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_11_2} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.10 22:24:51.928117 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. 2026.04.10 22:24:51.928387 [ 6 ] {f70584f2-9b88-4920-af52-a94bc4ae1853} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:51.928426 [ 6 ] {f70584f2-9b88-4920-af52-a94bc4ae1853} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:24:51.928930 [ 6 ] {f70584f2-9b88-4920-af52-a94bc4ae1853} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.10 22:24:51.929143 [ 6 ] {f70584f2-9b88-4920-af52-a94bc4ae1853} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:24:51.929273 [ 6 ] {f70584f2-9b88-4920-af52-a94bc4ae1853} executeQuery: Read 18 rows, 33.03 KiB in 0.001719 sec., 10471.204188481675 rows/sec., 18.76 MiB/sec. 2026.04.10 22:24:51.929323 [ 6 ] {f70584f2-9b88-4920-af52-a94bc4ae1853} TCPHandler: Processed in 0.001888348 sec. 2026.04.10 22:24:51.929438 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:51.929532 [ 6 ] {a61db254-0133-444b-9ca3-c3f117f281b8} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:24:51.929572 [ 6 ] {a61db254-0133-444b-9ca3-c3f117f281b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:24:51.929890 [ 6 ] {a61db254-0133-444b-9ca3-c3f117f281b8} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:51.929925 [ 6 ] {a61db254-0133-444b-9ca3-c3f117f281b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:24:51.930212 [ 6 ] {a61db254-0133-444b-9ca3-c3f117f281b8} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.10 22:24:51.930420 [ 6 ] {a61db254-0133-444b-9ca3-c3f117f281b8} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:24:51.930545 [ 6 ] {a61db254-0133-444b-9ca3-c3f117f281b8} executeQuery: Read 30 rows, 2.10 KiB in 0.001031 sec., 29097.963142580018 rows/sec., 1.99 MiB/sec. 2026.04.10 22:24:51.930579 [ 6 ] {a61db254-0133-444b-9ca3-c3f117f281b8} TCPHandler: Processed in 0.001187554 sec. 2026.04.10 22:24:55.406835 [ 140 ] {} DNSResolver: Updating DNS cache 2026.04.10 22:24:55.406902 [ 140 ] {} DNSResolver: Updated DNS cache 2026.04.10 22:24:55.528329 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 6718 2026.04.10 22:24:55.528833 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:55.528880 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:24:55.529369 [ 245 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.10 22:24:55.529602 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): 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.10 22:24:55.529736 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6718 2026.04.10 22:24:55.873175 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 2026.04.10 22:24:55.889915 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:55.889962 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:24:55.896401 [ 244 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.10 22:24:55.897092 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): 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.10 22:24:55.900043 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 106 2026.04.10 22:24:56.000184 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 217.44 MiB, peak 221.44 MiB, free memory in arenas 0.00 B, will set to 218.80 MiB (RSS), difference: 1.36 MiB 2026.04.10 22:24:56.929666 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:56.929853 [ 6 ] {0f941ed3-f927-4680-89e4-4c84d68e40ad} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.10 22:24:56.929932 [ 6 ] {0f941ed3-f927-4680-89e4-4c84d68e40ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.10 22:24:56.930766 [ 6 ] {0f941ed3-f927-4680-89e4-4c84d68e40ad} oximeter.fields_i16 (419f2eef-209c-46fc-9cc0-97b5087686b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:56.930816 [ 6 ] {0f941ed3-f927-4680-89e4-4c84d68e40ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:24:56.931276 [ 6 ] {0f941ed3-f927-4680-89e4-4c84d68e40ad} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.10 22:24:56.931627 [ 6 ] {0f941ed3-f927-4680-89e4-4c84d68e40ad} oximeter.fields_i16 (419f2eef-209c-46fc-9cc0-97b5087686b9): 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.10 22:24:56.931788 [ 6 ] {0f941ed3-f927-4680-89e4-4c84d68e40ad} executeQuery: Read 284 rows, 18.47 KiB in 0.001986 sec., 143001.0070493454 rows/sec., 9.08 MiB/sec. 2026.04.10 22:24:56.931843 [ 6 ] {0f941ed3-f927-4680-89e4-4c84d68e40ad} TCPHandler: Processed in 0.002327007 sec. 2026.04.10 22:24:56.931982 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:56.932088 [ 6 ] {0f9a7685-e7a0-44a5-a735-c107d3689b5c} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:24:56.932143 [ 6 ] {0f9a7685-e7a0-44a5-a735-c107d3689b5c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:24:56.932974 [ 6 ] {0f9a7685-e7a0-44a5-a735-c107d3689b5c} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:56.933016 [ 6 ] {0f9a7685-e7a0-44a5-a735-c107d3689b5c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:24:56.933470 [ 6 ] {0f9a7685-e7a0-44a5-a735-c107d3689b5c} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.10 22:24:56.933771 [ 6 ] {0f9a7685-e7a0-44a5-a735-c107d3689b5c} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:24:56.933911 [ 6 ] {0f9a7685-e7a0-44a5-a735-c107d3689b5c} executeQuery: Read 813 rows, 64.78 KiB in 0.001848 sec., 439935.06493506493 rows/sec., 34.23 MiB/sec. 2026.04.10 22:24:56.933951 [ 6 ] {0f9a7685-e7a0-44a5-a735-c107d3689b5c} TCPHandler: Processed in 0.00202513 sec. 2026.04.10 22:24:56.934091 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:56.934200 [ 6 ] {c1f455f1-8c4d-40ce-b2bf-9e3a14bb9d01} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:24:56.934254 [ 6 ] {c1f455f1-8c4d-40ce-b2bf-9e3a14bb9d01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:24:56.934803 [ 6 ] {c1f455f1-8c4d-40ce-b2bf-9e3a14bb9d01} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:56.934841 [ 6 ] {c1f455f1-8c4d-40ce-b2bf-9e3a14bb9d01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:24:56.935182 [ 6 ] {c1f455f1-8c4d-40ce-b2bf-9e3a14bb9d01} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.10 22:24:56.935400 [ 6 ] {c1f455f1-8c4d-40ce-b2bf-9e3a14bb9d01} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:24:56.935534 [ 6 ] {c1f455f1-8c4d-40ce-b2bf-9e3a14bb9d01} executeQuery: Read 165 rows, 10.27 KiB in 0.001362 sec., 121145.37444933922 rows/sec., 7.36 MiB/sec. 2026.04.10 22:24:56.935530 [ 136 ] {} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.10 22:24:56.935573 [ 6 ] {c1f455f1-8c4d-40ce-b2bf-9e3a14bb9d01} TCPHandler: Processed in 0.001539811 sec. 2026.04.10 22:24:56.935609 [ 136 ] {} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:56.935636 [ 136 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:24:56.935708 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:56.935763 [ 194 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::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.10 22:24:56.935805 [ 6 ] {ff24f21d-26b9-4d24-aab3-9a8078c85e7a} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.10 22:24:56.935851 [ 6 ] {ff24f21d-26b9-4d24-aab3-9a8078c85e7a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.10 22:24:56.935926 [ 194 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:24:56.935965 [ 194 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 51 rows starting from the beginning of the part 2026.04.10 22:24:56.936031 [ 194 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 23 rows starting from the beginning of the part 2026.04.10 22:24:56.936074 [ 194 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 18 rows starting from the beginning of the part 2026.04.10 22:24:56.936113 [ 194 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 169 rows starting from the beginning of the part 2026.04.10 22:24:56.936151 [ 194 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 18 rows starting from the beginning of the part 2026.04.10 22:24:56.936193 [ 194 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 165 rows starting from the beginning of the part 2026.04.10 22:24:56.936311 [ 6 ] {ff24f21d-26b9-4d24-aab3-9a8078c85e7a} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:56.936354 [ 6 ] {ff24f21d-26b9-4d24-aab3-9a8078c85e7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:24:56.936738 [ 6 ] {ff24f21d-26b9-4d24-aab3-9a8078c85e7a} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.10 22:24:56.936987 [ 6 ] {ff24f21d-26b9-4d24-aab3-9a8078c85e7a} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002): 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.10 22:24:56.937112 [ 6 ] {ff24f21d-26b9-4d24-aab3-9a8078c85e7a} executeQuery: Read 149 rows, 9.86 KiB in 0.001324 sec., 112537.76435045316 rows/sec., 7.27 MiB/sec. 2026.04.10 22:24:56.937148 [ 6 ] {ff24f21d-26b9-4d24-aab3-9a8078c85e7a} TCPHandler: Processed in 0.001491 sec. 2026.04.10 22:24:56.937155 [ 193 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 444 rows, containing 5 columns (5 merged, 0 gathered) in 0.001445409 sec., 307179.49037262116 rows/sec., 20.79 MiB/sec. 2026.04.10 22:24:56.937273 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:56.937369 [ 6 ] {e890a680-532d-486d-9b14-0af0eeaec7bb} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.10 22:24:56.937377 [ 191 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.10 22:24:56.937409 [ 6 ] {e890a680-532d-486d-9b14-0af0eeaec7bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.10 22:24:56.937648 [ 191 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_11_2} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:24:56.937749 [ 191 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_11_2} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.10 22:24:56.937851 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.04.10 22:24:56.937910 [ 6 ] {e890a680-532d-486d-9b14-0af0eeaec7bb} oximeter.fields_u8 (db645430-3721-434f-a428-3eb1f7165166): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:56.937939 [ 6 ] {e890a680-532d-486d-9b14-0af0eeaec7bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:24:56.938250 [ 6 ] {e890a680-532d-486d-9b14-0af0eeaec7bb} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.10 22:24:56.938458 [ 6 ] {e890a680-532d-486d-9b14-0af0eeaec7bb} oximeter.fields_u8 (db645430-3721-434f-a428-3eb1f7165166): 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.10 22:24:56.938583 [ 6 ] {e890a680-532d-486d-9b14-0af0eeaec7bb} executeQuery: Read 148 rows, 8.62 KiB in 0.001232 sec., 120129.87012987013 rows/sec., 6.83 MiB/sec. 2026.04.10 22:24:56.938620 [ 6 ] {e890a680-532d-486d-9b14-0af0eeaec7bb} TCPHandler: Processed in 0.001396869 sec. 2026.04.10 22:24:56.938741 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:56.938834 [ 6 ] {0956f589-4f47-47a0-a401-1c9ef77cb247} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:24:56.938873 [ 6 ] {0956f589-4f47-47a0-a401-1c9ef77cb247} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:24:56.939449 [ 6 ] {0956f589-4f47-47a0-a401-1c9ef77cb247} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:56.939484 [ 6 ] {0956f589-4f47-47a0-a401-1c9ef77cb247} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:24:56.939838 [ 6 ] {0956f589-4f47-47a0-a401-1c9ef77cb247} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.10 22:24:56.940063 [ 6 ] {0956f589-4f47-47a0-a401-1c9ef77cb247} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:24:56.940186 [ 6 ] {0956f589-4f47-47a0-a401-1c9ef77cb247} executeQuery: Read 477 rows, 34.14 KiB in 0.001369 sec., 348429.51059167273 rows/sec., 24.35 MiB/sec. 2026.04.10 22:24:56.940225 [ 6 ] {0956f589-4f47-47a0-a401-1c9ef77cb247} TCPHandler: Processed in 0.001532111 sec. 2026.04.10 22:24:56.940352 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:56.940446 [ 6 ] {b58bcc07-c941-4bdc-af2d-259125ebe572} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.10 22:24:56.940493 [ 6 ] {b58bcc07-c941-4bdc-af2d-259125ebe572} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.10 22:24:56.940829 [ 6 ] {b58bcc07-c941-4bdc-af2d-259125ebe572} oximeter.measurements_bool (866da8bb-a9f8-4668-8c33-6b1a5bc68a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:56.940864 [ 6 ] {b58bcc07-c941-4bdc-af2d-259125ebe572} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:24:56.941155 [ 6 ] {b58bcc07-c941-4bdc-af2d-259125ebe572} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.10 22:24:56.941376 [ 6 ] {b58bcc07-c941-4bdc-af2d-259125ebe572} oximeter.measurements_bool (866da8bb-a9f8-4668-8c33-6b1a5bc68a2a): 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.10 22:24:56.941508 [ 6 ] {b58bcc07-c941-4bdc-af2d-259125ebe572} executeQuery: Read 6 rows, 321.00 B in 0.001079 sec., 5560.704355885078 rows/sec., 290.53 KiB/sec. 2026.04.10 22:24:56.941547 [ 6 ] {b58bcc07-c941-4bdc-af2d-259125ebe572} TCPHandler: Processed in 0.001250976 sec. 2026.04.10 22:24:56.941662 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:56.941755 [ 6 ] {248bc28b-cf03-4795-836d-8bb1fd580cbb} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:24:56.941796 [ 6 ] {248bc28b-cf03-4795-836d-8bb1fd580cbb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:24:56.942200 [ 6 ] {248bc28b-cf03-4795-836d-8bb1fd580cbb} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:56.942235 [ 6 ] {248bc28b-cf03-4795-836d-8bb1fd580cbb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:24:56.942588 [ 6 ] {248bc28b-cf03-4795-836d-8bb1fd580cbb} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.10 22:24:56.942791 [ 6 ] {248bc28b-cf03-4795-836d-8bb1fd580cbb} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:24:56.942914 [ 6 ] {248bc28b-cf03-4795-836d-8bb1fd580cbb} executeQuery: Read 205 rows, 13.72 KiB in 0.001177 sec., 174171.6227697536 rows/sec., 11.38 MiB/sec. 2026.04.10 22:24:56.942948 [ 6 ] {248bc28b-cf03-4795-836d-8bb1fd580cbb} TCPHandler: Processed in 0.001337787 sec. 2026.04.10 22:24:56.943058 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:56.943149 [ 6 ] {45e24a0a-50f3-450a-884a-e9bf530dfa67} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.10 22:24:56.943190 [ 6 ] {45e24a0a-50f3-450a-884a-e9bf530dfa67} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.10 22:24:56.943497 [ 6 ] {45e24a0a-50f3-450a-884a-e9bf530dfa67} oximeter.measurements_f64 (58e3eb3a-a7ad-4b02-bedb-c669836543a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:56.943532 [ 6 ] {45e24a0a-50f3-450a-884a-e9bf530dfa67} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:24:56.943812 [ 6 ] {45e24a0a-50f3-450a-884a-e9bf530dfa67} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.10 22:24:56.944009 [ 6 ] {45e24a0a-50f3-450a-884a-e9bf530dfa67} oximeter.measurements_f64 (58e3eb3a-a7ad-4b02-bedb-c669836543a8): 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.10 22:24:56.944131 [ 6 ] {45e24a0a-50f3-450a-884a-e9bf530dfa67} executeQuery: Read 1 rows, 69.00 B in 0.000999 sec., 1001.0010010010009 rows/sec., 67.45 KiB/sec. 2026.04.10 22:24:56.944164 [ 6 ] {45e24a0a-50f3-450a-884a-e9bf530dfa67} TCPHandler: Processed in 0.001155634 sec. 2026.04.10 22:24:56.944272 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:56.944362 [ 6 ] {264c16ba-d463-4e80-985e-5f88395958ec} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:24:56.944414 [ 6 ] {264c16ba-d463-4e80-985e-5f88395958ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:24:56.945150 [ 6 ] {264c16ba-d463-4e80-985e-5f88395958ec} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:56.945186 [ 6 ] {264c16ba-d463-4e80-985e-5f88395958ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:24:56.945694 [ 6 ] {264c16ba-d463-4e80-985e-5f88395958ec} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.10 22:24:56.945948 [ 6 ] {264c16ba-d463-4e80-985e-5f88395958ec} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:24:56.946060 [ 128 ] {} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.10 22:24:56.946084 [ 6 ] {264c16ba-d463-4e80-985e-5f88395958ec} executeQuery: Read 23 rows, 42.20 KiB in 0.001739 sec., 13225.991949396204 rows/sec., 23.70 MiB/sec. 2026.04.10 22:24:56.946115 [ 128 ] {} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:56.946139 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:24:56.946144 [ 6 ] {264c16ba-d463-4e80-985e-5f88395958ec} TCPHandler: Processed in 0.001920688 sec. 2026.04.10 22:24:56.946231 [ 191 ] {240c2363-d096-4df1-a9c1-cf60540c0597::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.10 22:24:56.946282 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:24:56.946391 [ 6 ] {95fde270-0eac-498a-ad44-48ae701c30f6} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:24:56.946443 [ 6 ] {95fde270-0eac-498a-ad44-48ae701c30f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:24:56.946483 [ 191 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:24:56.946554 [ 191 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 121 rows starting from the beginning of the part 2026.04.10 22:24:56.946746 [ 191 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 23 rows starting from the beginning of the part 2026.04.10 22:24:56.946860 [ 6 ] {95fde270-0eac-498a-ad44-48ae701c30f6} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:24:56.946900 [ 6 ] {95fde270-0eac-498a-ad44-48ae701c30f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:24:56.946908 [ 191 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 18 rows starting from the beginning of the part 2026.04.10 22:24:56.947056 [ 191 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 23 rows starting from the beginning of the part 2026.04.10 22:24:56.947232 [ 191 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 18 rows starting from the beginning of the part 2026.04.10 22:24:56.947287 [ 6 ] {95fde270-0eac-498a-ad44-48ae701c30f6} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.10 22:24:56.947393 [ 191 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 23 rows starting from the beginning of the part 2026.04.10 22:24:56.947596 [ 6 ] {95fde270-0eac-498a-ad44-48ae701c30f6} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:24:56.947731 [ 6 ] {95fde270-0eac-498a-ad44-48ae701c30f6} executeQuery: Read 60 rows, 3.73 KiB in 0.001365 sec., 43956.04395604396 rows/sec., 2.67 MiB/sec. 2026.04.10 22:24:56.947767 [ 6 ] {95fde270-0eac-498a-ad44-48ae701c30f6} TCPHandler: Processed in 0.001546401 sec. 2026.04.10 22:24:56.950272 [ 193 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 226 rows, containing 19 columns (19 merged, 0 gathered) in 0.004082723 sec., 55355.21268525932 rows/sec., 99.19 MiB/sec. 2026.04.10 22:24:56.950746 [ 188 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.10 22:24:56.951158 [ 188 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_11_2} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:24:56.951253 [ 188 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_11_2} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.10 22:24:56.951396 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.40 MiB. 2026.04.10 22:25:00.535635 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 328 2026.04.10 22:25:00.537986 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:00.538047 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:25:00.539260 [ 243 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.10 22:25:00.539554 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): 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.10 22:25:00.539925 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 328 2026.04.10 22:25:01.922203 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:01.922400 [ 6 ] {d60cd6b2-7e90-48ed-96eb-d931c057670d} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:25:01.922474 [ 6 ] {d60cd6b2-7e90-48ed-96eb-d931c057670d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:25:01.923156 [ 6 ] {d60cd6b2-7e90-48ed-96eb-d931c057670d} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:01.923199 [ 6 ] {d60cd6b2-7e90-48ed-96eb-d931c057670d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:25:01.923593 [ 6 ] {d60cd6b2-7e90-48ed-96eb-d931c057670d} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.10 22:25:01.923824 [ 6 ] {d60cd6b2-7e90-48ed-96eb-d931c057670d} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:25:01.923982 [ 6 ] {d60cd6b2-7e90-48ed-96eb-d931c057670d} executeQuery: Read 62 rows, 5.56 KiB in 0.001638 sec., 37851.03785103785 rows/sec., 3.32 MiB/sec. 2026.04.10 22:25:01.924032 [ 6 ] {d60cd6b2-7e90-48ed-96eb-d931c057670d} TCPHandler: Processed in 0.0019677 sec. 2026.04.10 22:25:01.924162 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:01.924266 [ 6 ] {064098b1-504e-4df4-8bbc-8a7d0ad137f3} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:25:01.924310 [ 6 ] {064098b1-504e-4df4-8bbc-8a7d0ad137f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:25:01.924726 [ 6 ] {064098b1-504e-4df4-8bbc-8a7d0ad137f3} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:01.924764 [ 6 ] {064098b1-504e-4df4-8bbc-8a7d0ad137f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:25:01.925064 [ 6 ] {064098b1-504e-4df4-8bbc-8a7d0ad137f3} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.10 22:25:01.925292 [ 6 ] {064098b1-504e-4df4-8bbc-8a7d0ad137f3} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:25:01.925423 [ 6 ] {064098b1-504e-4df4-8bbc-8a7d0ad137f3} executeQuery: Read 18 rows, 1.35 KiB in 0.001181 sec., 15241.320914479254 rows/sec., 1.12 MiB/sec. 2026.04.10 22:25:01.925461 [ 6 ] {064098b1-504e-4df4-8bbc-8a7d0ad137f3} TCPHandler: Processed in 0.001352237 sec. 2026.04.10 22:25:01.925573 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:01.925671 [ 6 ] {12db6d57-11d1-4bb0-8cc3-551ab87fb961} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:25:01.925716 [ 6 ] {12db6d57-11d1-4bb0-8cc3-551ab87fb961} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:25:01.926116 [ 6 ] {12db6d57-11d1-4bb0-8cc3-551ab87fb961} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:01.926153 [ 6 ] {12db6d57-11d1-4bb0-8cc3-551ab87fb961} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:25:01.926445 [ 6 ] {12db6d57-11d1-4bb0-8cc3-551ab87fb961} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.10 22:25:01.926653 [ 6 ] {12db6d57-11d1-4bb0-8cc3-551ab87fb961} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:25:01.926780 [ 6 ] {12db6d57-11d1-4bb0-8cc3-551ab87fb961} executeQuery: Read 46 rows, 3.68 KiB in 0.00113 sec., 40707.96460176991 rows/sec., 3.18 MiB/sec. 2026.04.10 22:25:01.926818 [ 6 ] {12db6d57-11d1-4bb0-8cc3-551ab87fb961} TCPHandler: Processed in 0.001295236 sec. 2026.04.10 22:25:01.926928 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:01.927023 [ 6 ] {53199b37-1d70-473f-ad76-a40c72d309a7} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:25:01.927067 [ 6 ] {53199b37-1d70-473f-ad76-a40c72d309a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:25:01.927437 [ 6 ] {53199b37-1d70-473f-ad76-a40c72d309a7} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:01.927474 [ 6 ] {53199b37-1d70-473f-ad76-a40c72d309a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:25:01.927795 [ 6 ] {53199b37-1d70-473f-ad76-a40c72d309a7} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.10 22:25:01.928005 [ 6 ] {53199b37-1d70-473f-ad76-a40c72d309a7} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:25:01.928106 [ 150 ] {} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.10 22:25:01.928129 [ 6 ] {53199b37-1d70-473f-ad76-a40c72d309a7} executeQuery: Read 100 rows, 7.10 KiB in 0.001125 sec., 88888.88888888889 rows/sec., 6.16 MiB/sec. 2026.04.10 22:25:01.928177 [ 150 ] {} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:01.928184 [ 6 ] {53199b37-1d70-473f-ad76-a40c72d309a7} TCPHandler: Processed in 0.001305756 sec. 2026.04.10 22:25:01.928205 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:25:01.928307 [ 191 ] {44193040-72a9-44ec-a565-c534b9f3dcff::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.10 22:25:01.928310 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:01.928425 [ 191 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:25:01.928436 [ 6 ] {b7065a3c-259b-4f1c-8e29-de90368e55cb} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:25:01.928459 [ 191 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 485 rows starting from the beginning of the part 2026.04.10 22:25:01.928492 [ 6 ] {b7065a3c-259b-4f1c-8e29-de90368e55cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:25:01.928526 [ 191 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 100 rows starting from the beginning of the part 2026.04.10 22:25:01.928576 [ 191 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 207 rows starting from the beginning of the part 2026.04.10 22:25:01.928620 [ 191 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 100 rows starting from the beginning of the part 2026.04.10 22:25:01.928664 [ 191 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 205 rows starting from the beginning of the part 2026.04.10 22:25:01.928710 [ 191 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 100 rows starting from the beginning of the part 2026.04.10 22:25:01.929262 [ 6 ] {b7065a3c-259b-4f1c-8e29-de90368e55cb} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:01.929297 [ 6 ] {b7065a3c-259b-4f1c-8e29-de90368e55cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:25:01.929590 [ 188 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1197 rows, containing 5 columns (5 merged, 0 gathered) in 0.001321106 sec., 906059.014189626 rows/sec., 61.58 MiB/sec. 2026.04.10 22:25:01.929885 [ 193 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.10 22:25:01.929934 [ 6 ] {b7065a3c-259b-4f1c-8e29-de90368e55cb} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.10 22:25:01.930237 [ 6 ] {b7065a3c-259b-4f1c-8e29-de90368e55cb} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:25:01.930288 [ 193 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_11_2} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:25:01.930381 [ 6 ] {b7065a3c-259b-4f1c-8e29-de90368e55cb} executeQuery: Read 18 rows, 33.03 KiB in 0.001964 sec., 9164.969450101833 rows/sec., 16.42 MiB/sec. 2026.04.10 22:25:01.930383 [ 193 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_11_2} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.10 22:25:01.930451 [ 6 ] {b7065a3c-259b-4f1c-8e29-de90368e55cb} TCPHandler: Processed in 0.002191364 sec. 2026.04.10 22:25:01.930507 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. 2026.04.10 22:25:01.930580 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:01.930679 [ 6 ] {39db7ec5-45a6-424b-832f-b391ac8a2c20} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:25:01.930721 [ 6 ] {39db7ec5-45a6-424b-832f-b391ac8a2c20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:25:01.931046 [ 6 ] {39db7ec5-45a6-424b-832f-b391ac8a2c20} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:01.931082 [ 6 ] {39db7ec5-45a6-424b-832f-b391ac8a2c20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:25:01.931384 [ 6 ] {39db7ec5-45a6-424b-832f-b391ac8a2c20} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.10 22:25:01.931590 [ 6 ] {39db7ec5-45a6-424b-832f-b391ac8a2c20} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:25:01.931715 [ 6 ] {39db7ec5-45a6-424b-832f-b391ac8a2c20} executeQuery: Read 30 rows, 2.10 KiB in 0.001054 sec., 28462.998102466794 rows/sec., 1.95 MiB/sec. 2026.04.10 22:25:01.931749 [ 6 ] {39db7ec5-45a6-424b-832f-b391ac8a2c20} TCPHandler: Processed in 0.001219564 sec. 2026.04.10 22:25:03.029867 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 7230 2026.04.10 22:25:03.030490 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:03.030549 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:25:03.031083 [ 245 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.10 22:25:03.031323 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): 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.10 22:25:03.031471 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7230 2026.04.10 22:25:03.400134 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 2026.04.10 22:25:03.416788 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:03.416850 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:25:03.422411 [ 244 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.10 22:25:03.423083 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): 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.10 22:25:03.426050 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 113 2026.04.10 22:25:06.930013 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:06.930227 [ 6 ] {87cd059c-53a9-486c-b850-fcf2c48a7d5b} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.10 22:25:06.930301 [ 6 ] {87cd059c-53a9-486c-b850-fcf2c48a7d5b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.10 22:25:06.931110 [ 6 ] {87cd059c-53a9-486c-b850-fcf2c48a7d5b} oximeter.fields_i16 (419f2eef-209c-46fc-9cc0-97b5087686b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:06.931157 [ 6 ] {87cd059c-53a9-486c-b850-fcf2c48a7d5b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:25:06.931570 [ 6 ] {87cd059c-53a9-486c-b850-fcf2c48a7d5b} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.10 22:25:06.931797 [ 6 ] {87cd059c-53a9-486c-b850-fcf2c48a7d5b} oximeter.fields_i16 (419f2eef-209c-46fc-9cc0-97b5087686b9): 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.10 22:25:06.931946 [ 6 ] {87cd059c-53a9-486c-b850-fcf2c48a7d5b} executeQuery: Read 284 rows, 18.47 KiB in 0.001776 sec., 159909.9099099099 rows/sec., 10.16 MiB/sec. 2026.04.10 22:25:06.931986 [ 6 ] {87cd059c-53a9-486c-b850-fcf2c48a7d5b} TCPHandler: Processed in 0.002110972 sec. 2026.04.10 22:25:06.932111 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:06.932206 [ 6 ] {02a431a5-33b8-4514-a881-c12961c61e63} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:25:06.932246 [ 6 ] {02a431a5-33b8-4514-a881-c12961c61e63} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:25:06.932988 [ 6 ] {02a431a5-33b8-4514-a881-c12961c61e63} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:06.933024 [ 6 ] {02a431a5-33b8-4514-a881-c12961c61e63} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:25:06.933399 [ 6 ] {02a431a5-33b8-4514-a881-c12961c61e63} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.10 22:25:06.933628 [ 6 ] {02a431a5-33b8-4514-a881-c12961c61e63} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:25:06.933755 [ 6 ] {02a431a5-33b8-4514-a881-c12961c61e63} executeQuery: Read 813 rows, 64.78 KiB in 0.001568 sec., 518494.89795918367 rows/sec., 40.34 MiB/sec. 2026.04.10 22:25:06.933791 [ 6 ] {02a431a5-33b8-4514-a881-c12961c61e63} TCPHandler: Processed in 0.001727835 sec. 2026.04.10 22:25:06.933903 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:06.933996 [ 6 ] {5213bf96-4c98-409b-879f-ca064efcb3a0} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:25:06.934035 [ 6 ] {5213bf96-4c98-409b-879f-ca064efcb3a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:25:06.934459 [ 6 ] {5213bf96-4c98-409b-879f-ca064efcb3a0} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:06.934494 [ 6 ] {5213bf96-4c98-409b-879f-ca064efcb3a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:25:06.934790 [ 6 ] {5213bf96-4c98-409b-879f-ca064efcb3a0} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.10 22:25:06.934993 [ 6 ] {5213bf96-4c98-409b-879f-ca064efcb3a0} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:25:06.935115 [ 6 ] {5213bf96-4c98-409b-879f-ca064efcb3a0} executeQuery: Read 165 rows, 10.27 KiB in 0.001137 sec., 145118.73350923482 rows/sec., 8.82 MiB/sec. 2026.04.10 22:25:06.935151 [ 6 ] {5213bf96-4c98-409b-879f-ca064efcb3a0} TCPHandler: Processed in 0.001295076 sec. 2026.04.10 22:25:06.935277 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:06.935370 [ 6 ] {a7f3e153-367f-49d4-b937-58d43446bd01} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.10 22:25:06.935408 [ 6 ] {a7f3e153-367f-49d4-b937-58d43446bd01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.10 22:25:06.935822 [ 6 ] {a7f3e153-367f-49d4-b937-58d43446bd01} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:06.935857 [ 6 ] {a7f3e153-367f-49d4-b937-58d43446bd01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:25:06.936142 [ 6 ] {a7f3e153-367f-49d4-b937-58d43446bd01} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.10 22:25:06.936356 [ 6 ] {a7f3e153-367f-49d4-b937-58d43446bd01} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002): 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.10 22:25:06.936477 [ 6 ] {a7f3e153-367f-49d4-b937-58d43446bd01} executeQuery: Read 149 rows, 9.86 KiB in 0.001124 sec., 132562.27758007118 rows/sec., 8.56 MiB/sec. 2026.04.10 22:25:06.936513 [ 6 ] {a7f3e153-367f-49d4-b937-58d43446bd01} TCPHandler: Processed in 0.001283046 sec. 2026.04.10 22:25:06.936637 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:06.936729 [ 6 ] {b2419b2f-4251-46c4-a4af-fd9f6f7c5f61} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.10 22:25:06.936767 [ 6 ] {b2419b2f-4251-46c4-a4af-fd9f6f7c5f61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.10 22:25:06.937176 [ 6 ] {b2419b2f-4251-46c4-a4af-fd9f6f7c5f61} oximeter.fields_u8 (db645430-3721-434f-a428-3eb1f7165166): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:06.937212 [ 6 ] {b2419b2f-4251-46c4-a4af-fd9f6f7c5f61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:25:06.937502 [ 6 ] {b2419b2f-4251-46c4-a4af-fd9f6f7c5f61} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.10 22:25:06.937706 [ 6 ] {b2419b2f-4251-46c4-a4af-fd9f6f7c5f61} oximeter.fields_u8 (db645430-3721-434f-a428-3eb1f7165166): 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.10 22:25:06.937826 [ 6 ] {b2419b2f-4251-46c4-a4af-fd9f6f7c5f61} executeQuery: Read 148 rows, 8.62 KiB in 0.001114 sec., 132854.57809694795 rows/sec., 7.56 MiB/sec. 2026.04.10 22:25:06.937862 [ 6 ] {b2419b2f-4251-46c4-a4af-fd9f6f7c5f61} TCPHandler: Processed in 0.001272336 sec. 2026.04.10 22:25:06.937973 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:06.938065 [ 6 ] {80b47a3b-2b28-4eb9-ba4c-5cf3c777e5bc} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:25:06.938103 [ 6 ] {80b47a3b-2b28-4eb9-ba4c-5cf3c777e5bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:25:06.938638 [ 6 ] {80b47a3b-2b28-4eb9-ba4c-5cf3c777e5bc} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:06.938673 [ 6 ] {80b47a3b-2b28-4eb9-ba4c-5cf3c777e5bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:25:06.939013 [ 6 ] {80b47a3b-2b28-4eb9-ba4c-5cf3c777e5bc} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.10 22:25:06.939218 [ 6 ] {80b47a3b-2b28-4eb9-ba4c-5cf3c777e5bc} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:25:06.939341 [ 6 ] {80b47a3b-2b28-4eb9-ba4c-5cf3c777e5bc} executeQuery: Read 477 rows, 34.14 KiB in 0.001293 sec., 368909.51276102086 rows/sec., 25.79 MiB/sec. 2026.04.10 22:25:06.939377 [ 6 ] {80b47a3b-2b28-4eb9-ba4c-5cf3c777e5bc} TCPHandler: Processed in 0.00145127 sec. 2026.04.10 22:25:06.939486 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:06.939578 [ 6 ] {08be6008-b58f-4a2c-9993-2734d0a314b4} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.10 22:25:06.939619 [ 6 ] {08be6008-b58f-4a2c-9993-2734d0a314b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.10 22:25:06.939942 [ 6 ] {08be6008-b58f-4a2c-9993-2734d0a314b4} oximeter.measurements_bool (866da8bb-a9f8-4668-8c33-6b1a5bc68a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:06.939978 [ 6 ] {08be6008-b58f-4a2c-9993-2734d0a314b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:25:06.940266 [ 6 ] {08be6008-b58f-4a2c-9993-2734d0a314b4} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.10 22:25:06.940463 [ 6 ] {08be6008-b58f-4a2c-9993-2734d0a314b4} oximeter.measurements_bool (866da8bb-a9f8-4668-8c33-6b1a5bc68a2a): 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.10 22:25:06.940584 [ 6 ] {08be6008-b58f-4a2c-9993-2734d0a314b4} executeQuery: Read 6 rows, 321.00 B in 0.001024 sec., 5859.375 rows/sec., 306.13 KiB/sec. 2026.04.10 22:25:06.940619 [ 6 ] {08be6008-b58f-4a2c-9993-2734d0a314b4} TCPHandler: Processed in 0.001181064 sec. 2026.04.10 22:25:06.940725 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:06.940817 [ 6 ] {37c58473-5465-4916-a945-f7153a10fee1} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:25:06.940858 [ 6 ] {37c58473-5465-4916-a945-f7153a10fee1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:25:06.941252 [ 6 ] {37c58473-5465-4916-a945-f7153a10fee1} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:06.941288 [ 6 ] {37c58473-5465-4916-a945-f7153a10fee1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:25:06.941608 [ 6 ] {37c58473-5465-4916-a945-f7153a10fee1} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.10 22:25:06.941810 [ 6 ] {37c58473-5465-4916-a945-f7153a10fee1} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:25:06.941933 [ 6 ] {37c58473-5465-4916-a945-f7153a10fee1} executeQuery: Read 205 rows, 13.72 KiB in 0.001134 sec., 180776.01410934745 rows/sec., 11.82 MiB/sec. 2026.04.10 22:25:06.941968 [ 6 ] {37c58473-5465-4916-a945-f7153a10fee1} TCPHandler: Processed in 0.001289676 sec. 2026.04.10 22:25:06.942076 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:06.942168 [ 6 ] {ba39e7f7-2ab2-42fb-be11-88933d97ce11} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.10 22:25:06.942209 [ 6 ] {ba39e7f7-2ab2-42fb-be11-88933d97ce11} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.10 22:25:06.942514 [ 6 ] {ba39e7f7-2ab2-42fb-be11-88933d97ce11} oximeter.measurements_f64 (58e3eb3a-a7ad-4b02-bedb-c669836543a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:06.942551 [ 6 ] {ba39e7f7-2ab2-42fb-be11-88933d97ce11} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:25:06.942863 [ 6 ] {ba39e7f7-2ab2-42fb-be11-88933d97ce11} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.10 22:25:06.943061 [ 6 ] {ba39e7f7-2ab2-42fb-be11-88933d97ce11} oximeter.measurements_f64 (58e3eb3a-a7ad-4b02-bedb-c669836543a8): 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.10 22:25:06.943185 [ 6 ] {ba39e7f7-2ab2-42fb-be11-88933d97ce11} executeQuery: Read 1 rows, 69.00 B in 0.001034 sec., 967.1179883945841 rows/sec., 65.17 KiB/sec. 2026.04.10 22:25:06.943219 [ 6 ] {ba39e7f7-2ab2-42fb-be11-88933d97ce11} TCPHandler: Processed in 0.001190654 sec. 2026.04.10 22:25:06.943324 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:06.943416 [ 6 ] {81a12d06-29eb-491a-bd33-6bf220dc4a2c} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:25:06.943468 [ 6 ] {81a12d06-29eb-491a-bd33-6bf220dc4a2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:25:06.944244 [ 6 ] {81a12d06-29eb-491a-bd33-6bf220dc4a2c} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:06.944280 [ 6 ] {81a12d06-29eb-491a-bd33-6bf220dc4a2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:25:06.944786 [ 6 ] {81a12d06-29eb-491a-bd33-6bf220dc4a2c} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.10 22:25:06.944999 [ 6 ] {81a12d06-29eb-491a-bd33-6bf220dc4a2c} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:25:06.945131 [ 6 ] {81a12d06-29eb-491a-bd33-6bf220dc4a2c} executeQuery: Read 23 rows, 42.20 KiB in 0.001732 sec., 13279.445727482678 rows/sec., 23.80 MiB/sec. 2026.04.10 22:25:06.945181 [ 6 ] {81a12d06-29eb-491a-bd33-6bf220dc4a2c} TCPHandler: Processed in 0.001904109 sec. 2026.04.10 22:25:06.945297 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:06.945390 [ 6 ] {fd39b8b1-2861-477a-bdf1-d8776c259f5f} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:25:06.945430 [ 6 ] {fd39b8b1-2861-477a-bdf1-d8776c259f5f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:25:06.945756 [ 6 ] {fd39b8b1-2861-477a-bdf1-d8776c259f5f} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:06.945791 [ 6 ] {fd39b8b1-2861-477a-bdf1-d8776c259f5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:25:06.946083 [ 6 ] {fd39b8b1-2861-477a-bdf1-d8776c259f5f} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.10 22:25:06.946284 [ 6 ] {fd39b8b1-2861-477a-bdf1-d8776c259f5f} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:25:06.946383 [ 144 ] {} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.10 22:25:06.946405 [ 6 ] {fd39b8b1-2861-477a-bdf1-d8776c259f5f} executeQuery: Read 60 rows, 3.73 KiB in 0.001034 sec., 58027.07930367505 rows/sec., 3.52 MiB/sec. 2026.04.10 22:25:06.946450 [ 144 ] {} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:06.946456 [ 6 ] {fd39b8b1-2861-477a-bdf1-d8776c259f5f} TCPHandler: Processed in 0.001205984 sec. 2026.04.10 22:25:06.946479 [ 144 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:25:06.946629 [ 189 ] {d011da2b-2502-4d0a-9756-3e9226add765::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.10 22:25:06.946769 [ 189 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:25:06.946806 [ 189 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 174 rows starting from the beginning of the part 2026.04.10 22:25:06.946895 [ 189 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 60 rows starting from the beginning of the part 2026.04.10 22:25:06.946941 [ 189 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 30 rows starting from the beginning of the part 2026.04.10 22:25:06.946980 [ 189 ] {d011da2b-2502-4d0a-9756-3e9226add765::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.10 22:25:06.947024 [ 189 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 30 rows starting from the beginning of the part 2026.04.10 22:25:06.947063 [ 189 ] {d011da2b-2502-4d0a-9756-3e9226add765::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.10 22:25:06.947907 [ 193 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 414 rows, containing 4 columns (4 merged, 0 gathered) in 0.001343897 sec., 308059.32299871196 rows/sec., 20.06 MiB/sec. 2026.04.10 22:25:06.948063 [ 189 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.10 22:25:06.948317 [ 189 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_11_2} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:25:06.948397 [ 189 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_11_2} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.10 22:25:06.948473 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.04.10 22:25:10.406939 [ 141 ] {} DNSResolver: Updating DNS cache 2026.04.10 22:25:10.407003 [ 141 ] {} DNSResolver: Updated DNS cache 2026.04.10 22:25:10.531594 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 7678 2026.04.10 22:25:10.532089 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:10.532128 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:25:10.532710 [ 245 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.10 22:25:10.532939 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): 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.10 22:25:10.533058 [ 141 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.04.10 22:25:10.533065 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7678 2026.04.10 22:25:10.533099 [ 141 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:10.533118 [ 141 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:25:10.533257 [ 188 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::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.10 22:25:10.533426 [ 188 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:25:10.533475 [ 188 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5310 rows starting from the beginning of the part 2026.04.10 22:25:10.533555 [ 188 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 448 rows starting from the beginning of the part 2026.04.10 22:25:10.533612 [ 188 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 512 rows starting from the beginning of the part 2026.04.10 22:25:10.533664 [ 188 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 448 rows starting from the beginning of the part 2026.04.10 22:25:10.533713 [ 188 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 512 rows starting from the beginning of the part 2026.04.10 22:25:10.533761 [ 188 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 448 rows starting from the beginning of the part 2026.04.10 22:25:10.535346 [ 199 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 7678 rows, containing 4 columns (4 merged, 0 gathered) in 0.002155703 sec., 3561715.134227674 rows/sec., 50.95 MiB/sec. 2026.04.10 22:25:10.536084 [ 189 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.04.10 22:25:10.536373 [ 189 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_16_3} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): 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.10 22:25:10.536439 [ 189 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_16_3} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.04.10 22:25:10.536545 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.45 MiB. 2026.04.10 22:25:10.540115 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 362 2026.04.10 22:25:10.542511 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:10.542558 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:25:10.543766 [ 243 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.10 22:25:10.544051 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): 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.10 22:25:10.544191 [ 141 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.10 22:25:10.544231 [ 141 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:10.544254 [ 141 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:25:10.544310 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 362 2026.04.10 22:25:10.544385 [ 202 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::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.10 22:25:10.545044 [ 202 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:25:10.545222 [ 202 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 180 rows starting from the beginning of the part 2026.04.10 22:25:10.545642 [ 202 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::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.10 22:25:10.546017 [ 202 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 28 rows starting from the beginning of the part 2026.04.10 22:25:10.546373 [ 202 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 62 rows starting from the beginning of the part 2026.04.10 22:25:10.546734 [ 202 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 34 rows starting from the beginning of the part 2026.04.10 22:25:10.547083 [ 202 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 34 rows starting from the beginning of the part 2026.04.10 22:25:10.553203 [ 202 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 362 rows, containing 72 columns (72 merged, 0 gathered) in 0.00888477 sec., 40743.87969525379 rows/sec., 37.89 MiB/sec. 2026.04.10 22:25:10.554132 [ 199 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.10 22:25:10.554700 [ 199 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_11_2} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): 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.10 22:25:10.554774 [ 199 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_11_2} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.10 22:25:10.555071 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.66 MiB. 2026.04.10 22:25:10.926149 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 2026.04.10 22:25:10.942414 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:10.942476 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:25:10.948580 [ 244 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.10 22:25:10.949285 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): 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.10 22:25:10.949588 [ 139 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.04.10 22:25:10.949663 [ 139 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:10.949686 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:25:10.949786 [ 192 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::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.10 22:25:10.952039 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 121 2026.04.10 22:25:10.952808 [ 192 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:25:10.953560 [ 192 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::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.10 22:25:10.957066 [ 192 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::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.10 22:25:10.960539 [ 192 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::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.10 22:25:10.964468 [ 192 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::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.10 22:25:10.968803 [ 192 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::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.10 22:25:10.973043 [ 192 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::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.10 22:25:11.000245 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 231.33 MiB, peak 231.33 MiB, free memory in arenas 0.00 B, will set to 228.59 MiB (RSS), difference: -2.74 MiB 2026.04.10 22:25:11.001299 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000833117 sec. 2026.04.10 22:25:11.026387 [ 199 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.076638606 sec., 1578.8387382724577 rows/sec., 8.16 MiB/sec. 2026.04.10 22:25:11.029174 [ 199 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.04.10 22:25:11.031160 [ 199 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::all_1_16_3} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): 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.10 22:25:11.031263 [ 199 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::all_1_16_3} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.04.10 22:25:11.033812 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.50 MiB. 2026.04.10 22:25:11.921340 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:11.921625 [ 6 ] {ba424469-c4a0-4c30-9fd7-110337779b7a} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:25:11.921728 [ 6 ] {ba424469-c4a0-4c30-9fd7-110337779b7a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:25:11.922583 [ 6 ] {ba424469-c4a0-4c30-9fd7-110337779b7a} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:11.922624 [ 6 ] {ba424469-c4a0-4c30-9fd7-110337779b7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:25:11.923022 [ 6 ] {ba424469-c4a0-4c30-9fd7-110337779b7a} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.10 22:25:11.923258 [ 6 ] {ba424469-c4a0-4c30-9fd7-110337779b7a} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:25:11.923412 [ 6 ] {ba424469-c4a0-4c30-9fd7-110337779b7a} executeQuery: Read 62 rows, 5.56 KiB in 0.00187 sec., 33155.08021390375 rows/sec., 2.90 MiB/sec. 2026.04.10 22:25:11.923453 [ 6 ] {ba424469-c4a0-4c30-9fd7-110337779b7a} TCPHandler: Processed in 0.002300967 sec. 2026.04.10 22:25:11.923575 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:11.923677 [ 6 ] {009d15d6-8c0f-418c-b0af-8031882a793f} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:25:11.923718 [ 6 ] {009d15d6-8c0f-418c-b0af-8031882a793f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:25:11.924137 [ 6 ] {009d15d6-8c0f-418c-b0af-8031882a793f} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:11.924175 [ 6 ] {009d15d6-8c0f-418c-b0af-8031882a793f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:25:11.924473 [ 6 ] {009d15d6-8c0f-418c-b0af-8031882a793f} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.10 22:25:11.924686 [ 6 ] {009d15d6-8c0f-418c-b0af-8031882a793f} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:25:11.924811 [ 6 ] {009d15d6-8c0f-418c-b0af-8031882a793f} executeQuery: Read 18 rows, 1.35 KiB in 0.001154 sec., 15597.92027729636 rows/sec., 1.15 MiB/sec. 2026.04.10 22:25:11.924850 [ 6 ] {009d15d6-8c0f-418c-b0af-8031882a793f} TCPHandler: Processed in 0.001324787 sec. 2026.04.10 22:25:11.924962 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:11.925056 [ 6 ] {8d33ceef-a026-4237-9abb-751d618d3e26} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:25:11.925096 [ 6 ] {8d33ceef-a026-4237-9abb-751d618d3e26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:25:11.925496 [ 6 ] {8d33ceef-a026-4237-9abb-751d618d3e26} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:11.925532 [ 6 ] {8d33ceef-a026-4237-9abb-751d618d3e26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:25:11.925831 [ 6 ] {8d33ceef-a026-4237-9abb-751d618d3e26} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.10 22:25:11.926037 [ 6 ] {8d33ceef-a026-4237-9abb-751d618d3e26} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:25:11.926164 [ 6 ] {8d33ceef-a026-4237-9abb-751d618d3e26} executeQuery: Read 46 rows, 3.68 KiB in 0.001126 sec., 40852.575488454706 rows/sec., 3.19 MiB/sec. 2026.04.10 22:25:11.926202 [ 6 ] {8d33ceef-a026-4237-9abb-751d618d3e26} TCPHandler: Processed in 0.001289456 sec. 2026.04.10 22:25:11.926312 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:11.926408 [ 6 ] {2d6ab09c-bbfb-4adc-9bef-95165875b7f5} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:25:11.926451 [ 6 ] {2d6ab09c-bbfb-4adc-9bef-95165875b7f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:25:11.926823 [ 6 ] {2d6ab09c-bbfb-4adc-9bef-95165875b7f5} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:11.926859 [ 6 ] {2d6ab09c-bbfb-4adc-9bef-95165875b7f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:25:11.927178 [ 6 ] {2d6ab09c-bbfb-4adc-9bef-95165875b7f5} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.10 22:25:11.927394 [ 6 ] {2d6ab09c-bbfb-4adc-9bef-95165875b7f5} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:25:11.927520 [ 6 ] {2d6ab09c-bbfb-4adc-9bef-95165875b7f5} executeQuery: Read 100 rows, 7.10 KiB in 0.001131 sec., 88417.32979664013 rows/sec., 6.13 MiB/sec. 2026.04.10 22:25:11.927556 [ 6 ] {2d6ab09c-bbfb-4adc-9bef-95165875b7f5} TCPHandler: Processed in 0.001293506 sec. 2026.04.10 22:25:11.927670 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:11.927762 [ 6 ] {0d282b03-01ea-4a2e-8acc-f3f2fb735e47} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:25:11.927817 [ 6 ] {0d282b03-01ea-4a2e-8acc-f3f2fb735e47} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:25:11.928602 [ 6 ] {0d282b03-01ea-4a2e-8acc-f3f2fb735e47} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:11.928640 [ 6 ] {0d282b03-01ea-4a2e-8acc-f3f2fb735e47} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:25:11.929166 [ 6 ] {0d282b03-01ea-4a2e-8acc-f3f2fb735e47} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.10 22:25:11.929388 [ 6 ] {0d282b03-01ea-4a2e-8acc-f3f2fb735e47} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:25:11.929524 [ 6 ] {0d282b03-01ea-4a2e-8acc-f3f2fb735e47} executeQuery: Read 18 rows, 33.03 KiB in 0.001779 sec., 10118.043844856662 rows/sec., 18.13 MiB/sec. 2026.04.10 22:25:11.929576 [ 6 ] {0d282b03-01ea-4a2e-8acc-f3f2fb735e47} TCPHandler: Processed in 0.001955849 sec. 2026.04.10 22:25:11.929689 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:11.929784 [ 6 ] {c69fed45-d8aa-4cbc-adc3-b6b9a7702c53} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:25:11.929826 [ 6 ] {c69fed45-d8aa-4cbc-adc3-b6b9a7702c53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:25:11.930140 [ 6 ] {c69fed45-d8aa-4cbc-adc3-b6b9a7702c53} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:11.930176 [ 6 ] {c69fed45-d8aa-4cbc-adc3-b6b9a7702c53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:25:11.930471 [ 6 ] {c69fed45-d8aa-4cbc-adc3-b6b9a7702c53} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.10 22:25:11.930682 [ 6 ] {c69fed45-d8aa-4cbc-adc3-b6b9a7702c53} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:25:11.930807 [ 6 ] {c69fed45-d8aa-4cbc-adc3-b6b9a7702c53} executeQuery: Read 30 rows, 2.10 KiB in 0.001041 sec., 28818.44380403458 rows/sec., 1.97 MiB/sec. 2026.04.10 22:25:11.930842 [ 6 ] {c69fed45-d8aa-4cbc-adc3-b6b9a7702c53} TCPHandler: Processed in 0.001202325 sec. 2026.04.10 22:25:12.000238 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 219.61 MiB, peak 231.33 MiB, free memory in arenas 0.00 B, will set to 232.05 MiB (RSS), difference: 12.45 MiB 2026.04.10 22:25:14.149934 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:14.150217 [ 6 ] {d62cd2a9-50d7-4f55-8b42-2331db309002} executeQuery: (from [fd00:1122:3344:101::d]:38483) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.04.10 22:25:14.150577 [ 6 ] {d62cd2a9-50d7-4f55-8b42-2331db309002} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.10 22:25:14.150621 [ 6 ] {d62cd2a9-50d7-4f55-8b42-2331db309002} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.04.10 22:25:14.150861 [ 6 ] {d62cd2a9-50d7-4f55-8b42-2331db309002} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 22:25:14.150930 [ 6 ] {d62cd2a9-50d7-4f55-8b42-2331db309002} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 22:25:14.151076 [ 6 ] {d62cd2a9-50d7-4f55-8b42-2331db309002} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Key condition: (column 0 notIn 31-element set) 2026.04.10 22:25:14.151188 [ 295 ] {d62cd2a9-50d7-4f55-8b42-2331db309002} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.10 22:25:14.151204 [ 320 ] {d62cd2a9-50d7-4f55-8b42-2331db309002} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.10 22:25:14.151204 [ 324 ] {d62cd2a9-50d7-4f55-8b42-2331db309002} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.10 22:25:14.151333 [ 6 ] {d62cd2a9-50d7-4f55-8b42-2331db309002} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (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.10 22:25:14.151361 [ 6 ] {d62cd2a9-50d7-4f55-8b42-2331db309002} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.10 22:25:14.151445 [ 6 ] {d62cd2a9-50d7-4f55-8b42-2331db309002} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.10 22:25:14.151464 [ 6 ] {d62cd2a9-50d7-4f55-8b42-2331db309002} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Reading approx. 31 rows with 3 streams 2026.04.10 22:25:14.151497 [ 6 ] {d62cd2a9-50d7-4f55-8b42-2331db309002} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.10 22:25:14.151533 [ 6 ] {d62cd2a9-50d7-4f55-8b42-2331db309002} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.10 22:25:14.151566 [ 6 ] {d62cd2a9-50d7-4f55-8b42-2331db309002} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.10 22:25:14.152467 [ 6 ] {d62cd2a9-50d7-4f55-8b42-2331db309002} executeQuery: Read 31 rows, 1.18 KiB in 0.002368 sec., 13091.216216216217 rows/sec., 499.00 KiB/sec. 2026.04.10 22:25:14.152607 [ 6 ] {d62cd2a9-50d7-4f55-8b42-2331db309002} TCPHandler: Processed in 0.002815096 sec. 2026.04.10 22:25:14.152869 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:14.153004 [ 6 ] {52cd00b5-5457-40d7-8afa-b01256ee733f} executeQuery: (from [fd00:1122:3344:101::d]:38483) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.04.10 22:25:14.153223 [ 6 ] {52cd00b5-5457-40d7-8afa-b01256ee733f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.10 22:25:14.153257 [ 6 ] {52cd00b5-5457-40d7-8afa-b01256ee733f} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.04.10 22:25:14.153450 [ 6 ] {52cd00b5-5457-40d7-8afa-b01256ee733f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 22:25:14.153501 [ 6 ] {52cd00b5-5457-40d7-8afa-b01256ee733f} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 22:25:14.153602 [ 6 ] {52cd00b5-5457-40d7-8afa-b01256ee733f} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Key condition: (column 0 notIn 32-element set) 2026.04.10 22:25:14.153671 [ 320 ] {52cd00b5-5457-40d7-8afa-b01256ee733f} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.10 22:25:14.153672 [ 295 ] {52cd00b5-5457-40d7-8afa-b01256ee733f} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.10 22:25:14.153673 [ 302 ] {52cd00b5-5457-40d7-8afa-b01256ee733f} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.10 22:25:14.153804 [ 6 ] {52cd00b5-5457-40d7-8afa-b01256ee733f} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (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.10 22:25:14.153830 [ 6 ] {52cd00b5-5457-40d7-8afa-b01256ee733f} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.10 22:25:14.153897 [ 6 ] {52cd00b5-5457-40d7-8afa-b01256ee733f} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.10 22:25:14.153916 [ 6 ] {52cd00b5-5457-40d7-8afa-b01256ee733f} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Reading approx. 31 rows with 3 streams 2026.04.10 22:25:14.153946 [ 6 ] {52cd00b5-5457-40d7-8afa-b01256ee733f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.10 22:25:14.153977 [ 6 ] {52cd00b5-5457-40d7-8afa-b01256ee733f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.10 22:25:14.154003 [ 6 ] {52cd00b5-5457-40d7-8afa-b01256ee733f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.10 22:25:14.154653 [ 6 ] {52cd00b5-5457-40d7-8afa-b01256ee733f} executeQuery: Read 31 rows, 1.18 KiB in 0.001704 sec., 18192.4882629108 rows/sec., 693.45 KiB/sec. 2026.04.10 22:25:14.154767 [ 6 ] {52cd00b5-5457-40d7-8afa-b01256ee733f} TCPHandler: Processed in 0.001948999 sec. 2026.04.10 22:25:14.154996 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:14.155131 [ 6 ] {5399e9fb-2523-45f1-87c1-8540920655c7} executeQuery: (from [fd00:1122:3344:101::d]:38483) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.04.10 22:25:14.155342 [ 6 ] {5399e9fb-2523-45f1-87c1-8540920655c7} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.10 22:25:14.155375 [ 6 ] {5399e9fb-2523-45f1-87c1-8540920655c7} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.04.10 22:25:14.155568 [ 6 ] {5399e9fb-2523-45f1-87c1-8540920655c7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 22:25:14.155621 [ 6 ] {5399e9fb-2523-45f1-87c1-8540920655c7} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 22:25:14.155721 [ 6 ] {5399e9fb-2523-45f1-87c1-8540920655c7} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Key condition: (column 0 notIn 33-element set) 2026.04.10 22:25:14.155783 [ 302 ] {5399e9fb-2523-45f1-87c1-8540920655c7} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.10 22:25:14.155783 [ 348 ] {5399e9fb-2523-45f1-87c1-8540920655c7} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.10 22:25:14.155786 [ 295 ] {5399e9fb-2523-45f1-87c1-8540920655c7} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.10 22:25:14.155902 [ 6 ] {5399e9fb-2523-45f1-87c1-8540920655c7} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (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.10 22:25:14.155922 [ 6 ] {5399e9fb-2523-45f1-87c1-8540920655c7} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.10 22:25:14.155988 [ 6 ] {5399e9fb-2523-45f1-87c1-8540920655c7} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.10 22:25:14.156005 [ 6 ] {5399e9fb-2523-45f1-87c1-8540920655c7} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Reading approx. 31 rows with 3 streams 2026.04.10 22:25:14.156034 [ 6 ] {5399e9fb-2523-45f1-87c1-8540920655c7} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.10 22:25:14.156071 [ 6 ] {5399e9fb-2523-45f1-87c1-8540920655c7} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.10 22:25:14.156102 [ 6 ] {5399e9fb-2523-45f1-87c1-8540920655c7} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.10 22:25:14.156821 [ 6 ] {5399e9fb-2523-45f1-87c1-8540920655c7} executeQuery: Read 31 rows, 1.18 KiB in 0.001745 sec., 17765.042979942693 rows/sec., 677.16 KiB/sec. 2026.04.10 22:25:14.156941 [ 6 ] {5399e9fb-2523-45f1-87c1-8540920655c7} TCPHandler: Processed in 0.001995991 sec. 2026.04.10 22:25:14.157242 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:14.157376 [ 6 ] {793c2afa-ae3e-465f-9288-1c86677e9a6e} executeQuery: (from [fd00:1122:3344:101::d]:38483) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.04.10 22:25:14.157584 [ 6 ] {793c2afa-ae3e-465f-9288-1c86677e9a6e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.10 22:25:14.157622 [ 6 ] {793c2afa-ae3e-465f-9288-1c86677e9a6e} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.04.10 22:25:14.157812 [ 6 ] {793c2afa-ae3e-465f-9288-1c86677e9a6e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 22:25:14.157864 [ 6 ] {793c2afa-ae3e-465f-9288-1c86677e9a6e} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 22:25:14.157962 [ 6 ] {793c2afa-ae3e-465f-9288-1c86677e9a6e} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Key condition: (column 0 notIn 34-element set) 2026.04.10 22:25:14.158026 [ 348 ] {793c2afa-ae3e-465f-9288-1c86677e9a6e} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.10 22:25:14.158029 [ 302 ] {793c2afa-ae3e-465f-9288-1c86677e9a6e} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.10 22:25:14.158027 [ 295 ] {793c2afa-ae3e-465f-9288-1c86677e9a6e} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.10 22:25:14.158134 [ 6 ] {793c2afa-ae3e-465f-9288-1c86677e9a6e} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (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.10 22:25:14.158154 [ 6 ] {793c2afa-ae3e-465f-9288-1c86677e9a6e} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.10 22:25:14.158220 [ 6 ] {793c2afa-ae3e-465f-9288-1c86677e9a6e} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.10 22:25:14.158237 [ 6 ] {793c2afa-ae3e-465f-9288-1c86677e9a6e} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Reading approx. 31 rows with 3 streams 2026.04.10 22:25:14.158265 [ 6 ] {793c2afa-ae3e-465f-9288-1c86677e9a6e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.10 22:25:14.158294 [ 6 ] {793c2afa-ae3e-465f-9288-1c86677e9a6e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.10 22:25:14.158323 [ 6 ] {793c2afa-ae3e-465f-9288-1c86677e9a6e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.10 22:25:14.158976 [ 6 ] {793c2afa-ae3e-465f-9288-1c86677e9a6e} executeQuery: Read 31 rows, 1.18 KiB in 0.001655 sec., 18731.117824773413 rows/sec., 713.98 KiB/sec. 2026.04.10 22:25:14.159090 [ 6 ] {793c2afa-ae3e-465f-9288-1c86677e9a6e} TCPHandler: Processed in 0.001898708 sec. 2026.04.10 22:25:14.168407 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:14.168571 [ 6 ] {d1f00b90-6222-45a8-80e6-62e60bb57f20} executeQuery: (from [fd00:1122:3344:101::d]:38483) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.04.10 22:25:14.168829 [ 6 ] {d1f00b90-6222-45a8-80e6-62e60bb57f20} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.10 22:25:14.168870 [ 6 ] {d1f00b90-6222-45a8-80e6-62e60bb57f20} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.04.10 22:25:14.169108 [ 6 ] {d1f00b90-6222-45a8-80e6-62e60bb57f20} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 22:25:14.169171 [ 6 ] {d1f00b90-6222-45a8-80e6-62e60bb57f20} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 22:25:14.169299 [ 6 ] {d1f00b90-6222-45a8-80e6-62e60bb57f20} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Key condition: (column 0 notIn 35-element set) 2026.04.10 22:25:14.169372 [ 304 ] {d1f00b90-6222-45a8-80e6-62e60bb57f20} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.10 22:25:14.169377 [ 348 ] {d1f00b90-6222-45a8-80e6-62e60bb57f20} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.10 22:25:14.169374 [ 302 ] {d1f00b90-6222-45a8-80e6-62e60bb57f20} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.10 22:25:14.169499 [ 6 ] {d1f00b90-6222-45a8-80e6-62e60bb57f20} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (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.10 22:25:14.169524 [ 6 ] {d1f00b90-6222-45a8-80e6-62e60bb57f20} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.10 22:25:14.169676 [ 6 ] {d1f00b90-6222-45a8-80e6-62e60bb57f20} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.10 22:25:14.169693 [ 6 ] {d1f00b90-6222-45a8-80e6-62e60bb57f20} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Reading approx. 31 rows with 3 streams 2026.04.10 22:25:14.169723 [ 6 ] {d1f00b90-6222-45a8-80e6-62e60bb57f20} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.10 22:25:14.169829 [ 6 ] {d1f00b90-6222-45a8-80e6-62e60bb57f20} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.10 22:25:14.169860 [ 6 ] {d1f00b90-6222-45a8-80e6-62e60bb57f20} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.10 22:25:14.170527 [ 6 ] {d1f00b90-6222-45a8-80e6-62e60bb57f20} executeQuery: Read 31 rows, 1.18 KiB in 0.002025 sec., 15308.641975308643 rows/sec., 583.53 KiB/sec. 2026.04.10 22:25:14.170655 [ 6 ] {d1f00b90-6222-45a8-80e6-62e60bb57f20} TCPHandler: Processed in 0.002310546 sec. 2026.04.10 22:25:14.170967 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:14.171101 [ 6 ] {b2ab6aa4-22e3-4c41-9aa4-6f17aaa6b604} executeQuery: (from [fd00:1122:3344:101::d]:38483) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.04.10 22:25:14.171313 [ 6 ] {b2ab6aa4-22e3-4c41-9aa4-6f17aaa6b604} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.10 22:25:14.171348 [ 6 ] {b2ab6aa4-22e3-4c41-9aa4-6f17aaa6b604} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.04.10 22:25:14.171543 [ 6 ] {b2ab6aa4-22e3-4c41-9aa4-6f17aaa6b604} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 22:25:14.171595 [ 6 ] {b2ab6aa4-22e3-4c41-9aa4-6f17aaa6b604} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 22:25:14.171698 [ 6 ] {b2ab6aa4-22e3-4c41-9aa4-6f17aaa6b604} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Key condition: (column 0 notIn 36-element set) 2026.04.10 22:25:14.171756 [ 304 ] {b2ab6aa4-22e3-4c41-9aa4-6f17aaa6b604} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.10 22:25:14.171764 [ 322 ] {b2ab6aa4-22e3-4c41-9aa4-6f17aaa6b604} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.10 22:25:14.171764 [ 302 ] {b2ab6aa4-22e3-4c41-9aa4-6f17aaa6b604} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.10 22:25:14.171871 [ 6 ] {b2ab6aa4-22e3-4c41-9aa4-6f17aaa6b604} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (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.10 22:25:14.171897 [ 6 ] {b2ab6aa4-22e3-4c41-9aa4-6f17aaa6b604} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.10 22:25:14.171963 [ 6 ] {b2ab6aa4-22e3-4c41-9aa4-6f17aaa6b604} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.10 22:25:14.171980 [ 6 ] {b2ab6aa4-22e3-4c41-9aa4-6f17aaa6b604} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Reading approx. 31 rows with 3 streams 2026.04.10 22:25:14.172008 [ 6 ] {b2ab6aa4-22e3-4c41-9aa4-6f17aaa6b604} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.10 22:25:14.172039 [ 6 ] {b2ab6aa4-22e3-4c41-9aa4-6f17aaa6b604} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.10 22:25:14.172066 [ 6 ] {b2ab6aa4-22e3-4c41-9aa4-6f17aaa6b604} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.10 22:25:14.172701 [ 6 ] {b2ab6aa4-22e3-4c41-9aa4-6f17aaa6b604} executeQuery: Read 31 rows, 1.18 KiB in 0.001655 sec., 18731.117824773413 rows/sec., 713.98 KiB/sec. 2026.04.10 22:25:14.172827 [ 6 ] {b2ab6aa4-22e3-4c41-9aa4-6f17aaa6b604} TCPHandler: Processed in 0.001910599 sec. 2026.04.10 22:25:14.173078 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:14.173213 [ 6 ] {b47d4830-6822-4bd2-9425-d8776319079f} executeQuery: (from [fd00:1122:3344:101::d]:38483) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.04.10 22:25:14.173422 [ 6 ] {b47d4830-6822-4bd2-9425-d8776319079f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.10 22:25:14.173456 [ 6 ] {b47d4830-6822-4bd2-9425-d8776319079f} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.04.10 22:25:14.173652 [ 6 ] {b47d4830-6822-4bd2-9425-d8776319079f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 22:25:14.173704 [ 6 ] {b47d4830-6822-4bd2-9425-d8776319079f} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 22:25:14.173803 [ 6 ] {b47d4830-6822-4bd2-9425-d8776319079f} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Key condition: (column 0 notIn 37-element set) 2026.04.10 22:25:14.173871 [ 296 ] {b47d4830-6822-4bd2-9425-d8776319079f} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.10 22:25:14.173888 [ 348 ] {b47d4830-6822-4bd2-9425-d8776319079f} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.10 22:25:14.173888 [ 302 ] {b47d4830-6822-4bd2-9425-d8776319079f} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.10 22:25:14.173972 [ 6 ] {b47d4830-6822-4bd2-9425-d8776319079f} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (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.10 22:25:14.173998 [ 6 ] {b47d4830-6822-4bd2-9425-d8776319079f} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.10 22:25:14.174065 [ 6 ] {b47d4830-6822-4bd2-9425-d8776319079f} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.10 22:25:14.174082 [ 6 ] {b47d4830-6822-4bd2-9425-d8776319079f} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Reading approx. 31 rows with 3 streams 2026.04.10 22:25:14.174110 [ 6 ] {b47d4830-6822-4bd2-9425-d8776319079f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.10 22:25:14.174140 [ 6 ] {b47d4830-6822-4bd2-9425-d8776319079f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.10 22:25:14.174167 [ 6 ] {b47d4830-6822-4bd2-9425-d8776319079f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.10 22:25:14.174908 [ 6 ] {b47d4830-6822-4bd2-9425-d8776319079f} executeQuery: Read 31 rows, 1.18 KiB in 0.001751 sec., 17704.16904625928 rows/sec., 674.84 KiB/sec. 2026.04.10 22:25:14.175037 [ 6 ] {b47d4830-6822-4bd2-9425-d8776319079f} TCPHandler: Processed in 0.002009771 sec. 2026.04.10 22:25:14.175380 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:14.175515 [ 6 ] {d96e7f39-191b-4344-b8b5-6f3499a025f9} executeQuery: (from [fd00:1122:3344:101::d]:38483) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.04.10 22:25:14.175805 [ 6 ] {d96e7f39-191b-4344-b8b5-6f3499a025f9} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.10 22:25:14.175859 [ 6 ] {d96e7f39-191b-4344-b8b5-6f3499a025f9} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.04.10 22:25:14.176115 [ 6 ] {d96e7f39-191b-4344-b8b5-6f3499a025f9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 22:25:14.176182 [ 6 ] {d96e7f39-191b-4344-b8b5-6f3499a025f9} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 22:25:14.176324 [ 6 ] {d96e7f39-191b-4344-b8b5-6f3499a025f9} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Key condition: (column 0 notIn 38-element set) 2026.04.10 22:25:14.176402 [ 296 ] {d96e7f39-191b-4344-b8b5-6f3499a025f9} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.10 22:25:14.176401 [ 333 ] {d96e7f39-191b-4344-b8b5-6f3499a025f9} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.10 22:25:14.176403 [ 348 ] {d96e7f39-191b-4344-b8b5-6f3499a025f9} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.10 22:25:14.176527 [ 6 ] {d96e7f39-191b-4344-b8b5-6f3499a025f9} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (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.10 22:25:14.176554 [ 6 ] {d96e7f39-191b-4344-b8b5-6f3499a025f9} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.10 22:25:14.176623 [ 6 ] {d96e7f39-191b-4344-b8b5-6f3499a025f9} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.10 22:25:14.176641 [ 6 ] {d96e7f39-191b-4344-b8b5-6f3499a025f9} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Reading approx. 31 rows with 3 streams 2026.04.10 22:25:14.176672 [ 6 ] {d96e7f39-191b-4344-b8b5-6f3499a025f9} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.10 22:25:14.176705 [ 6 ] {d96e7f39-191b-4344-b8b5-6f3499a025f9} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.10 22:25:14.176733 [ 6 ] {d96e7f39-191b-4344-b8b5-6f3499a025f9} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.10 22:25:14.177318 [ 6 ] {d96e7f39-191b-4344-b8b5-6f3499a025f9} executeQuery: Read 31 rows, 1.18 KiB in 0.001858 sec., 16684.607104413346 rows/sec., 635.97 KiB/sec. 2026.04.10 22:25:14.177445 [ 6 ] {d96e7f39-191b-4344-b8b5-6f3499a025f9} TCPHandler: Processed in 0.002114322 sec. 2026.04.10 22:25:14.177661 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:14.177799 [ 6 ] {9860566a-77e0-4888-9d19-6c8c06eeb3e3} executeQuery: (from [fd00:1122:3344:101::d]:38483) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.04.10 22:25:14.178020 [ 6 ] {9860566a-77e0-4888-9d19-6c8c06eeb3e3} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.10 22:25:14.178055 [ 6 ] {9860566a-77e0-4888-9d19-6c8c06eeb3e3} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.04.10 22:25:14.178258 [ 6 ] {9860566a-77e0-4888-9d19-6c8c06eeb3e3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 22:25:14.178311 [ 6 ] {9860566a-77e0-4888-9d19-6c8c06eeb3e3} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 22:25:14.178411 [ 6 ] {9860566a-77e0-4888-9d19-6c8c06eeb3e3} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Key condition: (column 0 notIn 39-element set) 2026.04.10 22:25:14.178474 [ 296 ] {9860566a-77e0-4888-9d19-6c8c06eeb3e3} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.10 22:25:14.178477 [ 302 ] {9860566a-77e0-4888-9d19-6c8c06eeb3e3} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.10 22:25:14.178477 [ 348 ] {9860566a-77e0-4888-9d19-6c8c06eeb3e3} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.10 22:25:14.178578 [ 6 ] {9860566a-77e0-4888-9d19-6c8c06eeb3e3} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (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.10 22:25:14.178605 [ 6 ] {9860566a-77e0-4888-9d19-6c8c06eeb3e3} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.10 22:25:14.178673 [ 6 ] {9860566a-77e0-4888-9d19-6c8c06eeb3e3} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.10 22:25:14.178690 [ 6 ] {9860566a-77e0-4888-9d19-6c8c06eeb3e3} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Reading approx. 31 rows with 3 streams 2026.04.10 22:25:14.178719 [ 6 ] {9860566a-77e0-4888-9d19-6c8c06eeb3e3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.10 22:25:14.178751 [ 6 ] {9860566a-77e0-4888-9d19-6c8c06eeb3e3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.10 22:25:14.178796 [ 6 ] {9860566a-77e0-4888-9d19-6c8c06eeb3e3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.10 22:25:14.179411 [ 6 ] {9860566a-77e0-4888-9d19-6c8c06eeb3e3} executeQuery: Read 31 rows, 1.18 KiB in 0.001671 sec., 18551.76540993417 rows/sec., 707.15 KiB/sec. 2026.04.10 22:25:14.179539 [ 6 ] {9860566a-77e0-4888-9d19-6c8c06eeb3e3} TCPHandler: Processed in 0.001928879 sec. 2026.04.10 22:25:14.179748 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:14.179886 [ 6 ] {e07f6e46-96c7-4fcd-a219-21b36964a3fb} executeQuery: (from [fd00:1122:3344:101::d]:38483) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.04.10 22:25:14.180106 [ 6 ] {e07f6e46-96c7-4fcd-a219-21b36964a3fb} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.10 22:25:14.180141 [ 6 ] {e07f6e46-96c7-4fcd-a219-21b36964a3fb} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.04.10 22:25:14.180345 [ 6 ] {e07f6e46-96c7-4fcd-a219-21b36964a3fb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 22:25:14.180398 [ 6 ] {e07f6e46-96c7-4fcd-a219-21b36964a3fb} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 22:25:14.180497 [ 6 ] {e07f6e46-96c7-4fcd-a219-21b36964a3fb} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Key condition: (column 0 notIn 40-element set) 2026.04.10 22:25:14.180563 [ 340 ] {e07f6e46-96c7-4fcd-a219-21b36964a3fb} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.10 22:25:14.180565 [ 302 ] {e07f6e46-96c7-4fcd-a219-21b36964a3fb} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.10 22:25:14.180564 [ 348 ] {e07f6e46-96c7-4fcd-a219-21b36964a3fb} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.10 22:25:14.180696 [ 6 ] {e07f6e46-96c7-4fcd-a219-21b36964a3fb} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (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.10 22:25:14.180723 [ 6 ] {e07f6e46-96c7-4fcd-a219-21b36964a3fb} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.10 22:25:14.180792 [ 6 ] {e07f6e46-96c7-4fcd-a219-21b36964a3fb} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.10 22:25:14.180810 [ 6 ] {e07f6e46-96c7-4fcd-a219-21b36964a3fb} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Reading approx. 31 rows with 3 streams 2026.04.10 22:25:14.180840 [ 6 ] {e07f6e46-96c7-4fcd-a219-21b36964a3fb} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.10 22:25:14.180872 [ 6 ] {e07f6e46-96c7-4fcd-a219-21b36964a3fb} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.10 22:25:14.180909 [ 6 ] {e07f6e46-96c7-4fcd-a219-21b36964a3fb} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.10 22:25:14.181595 [ 6 ] {e07f6e46-96c7-4fcd-a219-21b36964a3fb} executeQuery: Read 31 rows, 1.18 KiB in 0.001767 sec., 17543.85964912281 rows/sec., 668.73 KiB/sec. 2026.04.10 22:25:14.181723 [ 6 ] {e07f6e46-96c7-4fcd-a219-21b36964a3fb} TCPHandler: Processed in 0.00202673 sec. 2026.04.10 22:25:14.240205 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:14.240380 [ 6 ] {e72ba6bb-ad6b-4349-936b-11f7feb3a6e3} executeQuery: (from [fd00:1122:3344:101::d]:38483) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.04.10 22:25:14.240675 [ 6 ] {e72ba6bb-ad6b-4349-936b-11f7feb3a6e3} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.10 22:25:14.240719 [ 6 ] {e72ba6bb-ad6b-4349-936b-11f7feb3a6e3} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.04.10 22:25:14.240980 [ 6 ] {e72ba6bb-ad6b-4349-936b-11f7feb3a6e3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 22:25:14.241045 [ 6 ] {e72ba6bb-ad6b-4349-936b-11f7feb3a6e3} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 22:25:14.241186 [ 6 ] {e72ba6bb-ad6b-4349-936b-11f7feb3a6e3} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Key condition: (column 0 notIn 41-element set) 2026.04.10 22:25:14.241282 [ 302 ] {e72ba6bb-ad6b-4349-936b-11f7feb3a6e3} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.10 22:25:14.241283 [ 310 ] {e72ba6bb-ad6b-4349-936b-11f7feb3a6e3} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.10 22:25:14.241284 [ 296 ] {e72ba6bb-ad6b-4349-936b-11f7feb3a6e3} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.10 22:25:14.241416 [ 6 ] {e72ba6bb-ad6b-4349-936b-11f7feb3a6e3} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (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.10 22:25:14.241443 [ 6 ] {e72ba6bb-ad6b-4349-936b-11f7feb3a6e3} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.10 22:25:14.241513 [ 6 ] {e72ba6bb-ad6b-4349-936b-11f7feb3a6e3} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.10 22:25:14.241531 [ 6 ] {e72ba6bb-ad6b-4349-936b-11f7feb3a6e3} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Reading approx. 31 rows with 3 streams 2026.04.10 22:25:14.241561 [ 6 ] {e72ba6bb-ad6b-4349-936b-11f7feb3a6e3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.10 22:25:14.241595 [ 6 ] {e72ba6bb-ad6b-4349-936b-11f7feb3a6e3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.10 22:25:14.241633 [ 6 ] {e72ba6bb-ad6b-4349-936b-11f7feb3a6e3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.10 22:25:14.242319 [ 6 ] {e72ba6bb-ad6b-4349-936b-11f7feb3a6e3} executeQuery: Read 31 rows, 1.18 KiB in 0.002013 sec., 15399.900645802285 rows/sec., 587.00 KiB/sec. 2026.04.10 22:25:14.242437 [ 6 ] {e72ba6bb-ad6b-4349-936b-11f7feb3a6e3} TCPHandler: Processed in 0.002300616 sec. 2026.04.10 22:25:14.297919 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:14.298213 [ 6 ] {fd4fcb9c-6cd2-4155-9c6e-585ce125c778} executeQuery: (from [fd00:1122:3344:101::d]:38483) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.04.10 22:25:14.298527 [ 6 ] {fd4fcb9c-6cd2-4155-9c6e-585ce125c778} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.10 22:25:14.298565 [ 6 ] {fd4fcb9c-6cd2-4155-9c6e-585ce125c778} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.04.10 22:25:14.298771 [ 6 ] {fd4fcb9c-6cd2-4155-9c6e-585ce125c778} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 22:25:14.298825 [ 6 ] {fd4fcb9c-6cd2-4155-9c6e-585ce125c778} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 22:25:14.298938 [ 6 ] {fd4fcb9c-6cd2-4155-9c6e-585ce125c778} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Key condition: (column 0 notIn 42-element set) 2026.04.10 22:25:14.299018 [ 311 ] {fd4fcb9c-6cd2-4155-9c6e-585ce125c778} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.10 22:25:14.299035 [ 296 ] {fd4fcb9c-6cd2-4155-9c6e-585ce125c778} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.10 22:25:14.299035 [ 310 ] {fd4fcb9c-6cd2-4155-9c6e-585ce125c778} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.10 22:25:14.299169 [ 6 ] {fd4fcb9c-6cd2-4155-9c6e-585ce125c778} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (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.10 22:25:14.299193 [ 6 ] {fd4fcb9c-6cd2-4155-9c6e-585ce125c778} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.10 22:25:14.299260 [ 6 ] {fd4fcb9c-6cd2-4155-9c6e-585ce125c778} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.10 22:25:14.299278 [ 6 ] {fd4fcb9c-6cd2-4155-9c6e-585ce125c778} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Reading approx. 31 rows with 3 streams 2026.04.10 22:25:14.299307 [ 6 ] {fd4fcb9c-6cd2-4155-9c6e-585ce125c778} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.10 22:25:14.299338 [ 6 ] {fd4fcb9c-6cd2-4155-9c6e-585ce125c778} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.10 22:25:14.299365 [ 6 ] {fd4fcb9c-6cd2-4155-9c6e-585ce125c778} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.10 22:25:14.300063 [ 6 ] {fd4fcb9c-6cd2-4155-9c6e-585ce125c778} executeQuery: Read 31 rows, 1.18 KiB in 0.001981 sec., 15648.662291771832 rows/sec., 596.49 KiB/sec. 2026.04.10 22:25:14.300194 [ 6 ] {fd4fcb9c-6cd2-4155-9c6e-585ce125c778} TCPHandler: Processed in 0.002393508 sec. 2026.04.10 22:25:14.355305 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:14.355482 [ 6 ] {71d70110-b8a2-42f5-96ac-f56be9181a5d} executeQuery: (from [fd00:1122:3344:101::d]:38483) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec') FORMAT Native; (stage: Complete) 2026.04.10 22:25:14.355769 [ 6 ] {71d70110-b8a2-42f5-96ac-f56be9181a5d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.10 22:25:14.355814 [ 6 ] {71d70110-b8a2-42f5-96ac-f56be9181a5d} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec')" moved to PREWHERE 2026.04.10 22:25:14.356075 [ 6 ] {71d70110-b8a2-42f5-96ac-f56be9181a5d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 22:25:14.356139 [ 6 ] {71d70110-b8a2-42f5-96ac-f56be9181a5d} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 22:25:14.356263 [ 6 ] {71d70110-b8a2-42f5-96ac-f56be9181a5d} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Key condition: (column 0 notIn 43-element set) 2026.04.10 22:25:14.356336 [ 302 ] {71d70110-b8a2-42f5-96ac-f56be9181a5d} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.10 22:25:14.356341 [ 310 ] {71d70110-b8a2-42f5-96ac-f56be9181a5d} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.10 22:25:14.356355 [ 296 ] {71d70110-b8a2-42f5-96ac-f56be9181a5d} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.10 22:25:14.356464 [ 6 ] {71d70110-b8a2-42f5-96ac-f56be9181a5d} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (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.10 22:25:14.356490 [ 6 ] {71d70110-b8a2-42f5-96ac-f56be9181a5d} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.10 22:25:14.356559 [ 6 ] {71d70110-b8a2-42f5-96ac-f56be9181a5d} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.10 22:25:14.356576 [ 6 ] {71d70110-b8a2-42f5-96ac-f56be9181a5d} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Reading approx. 31 rows with 3 streams 2026.04.10 22:25:14.356606 [ 6 ] {71d70110-b8a2-42f5-96ac-f56be9181a5d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec'))" 2026.04.10 22:25:14.356640 [ 6 ] {71d70110-b8a2-42f5-96ac-f56be9181a5d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec'))" 2026.04.10 22:25:14.356682 [ 6 ] {71d70110-b8a2-42f5-96ac-f56be9181a5d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec'))" 2026.04.10 22:25:14.357455 [ 6 ] {71d70110-b8a2-42f5-96ac-f56be9181a5d} executeQuery: Read 31 rows, 1.18 KiB in 0.002049 sec., 15129.331381161543 rows/sec., 576.69 KiB/sec. 2026.04.10 22:25:14.357588 [ 6 ] {71d70110-b8a2-42f5-96ac-f56be9181a5d} TCPHandler: Processed in 0.002348457 sec. 2026.04.10 22:25:14.358063 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:14.358202 [ 6 ] {bfeb2496-fa13-4deb-9c0d-a8e936082f49} executeQuery: (from [fd00:1122:3344:101::d]:38483) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec') FORMAT Native; (stage: Complete) 2026.04.10 22:25:14.358425 [ 6 ] {bfeb2496-fa13-4deb-9c0d-a8e936082f49} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.10 22:25:14.358461 [ 6 ] {bfeb2496-fa13-4deb-9c0d-a8e936082f49} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec')" moved to PREWHERE 2026.04.10 22:25:14.358671 [ 6 ] {bfeb2496-fa13-4deb-9c0d-a8e936082f49} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 22:25:14.358724 [ 6 ] {bfeb2496-fa13-4deb-9c0d-a8e936082f49} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 22:25:14.358823 [ 6 ] {bfeb2496-fa13-4deb-9c0d-a8e936082f49} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Key condition: (column 0 notIn 44-element set) 2026.04.10 22:25:14.358897 [ 310 ] {bfeb2496-fa13-4deb-9c0d-a8e936082f49} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.10 22:25:14.358900 [ 311 ] {bfeb2496-fa13-4deb-9c0d-a8e936082f49} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.10 22:25:14.358917 [ 325 ] {bfeb2496-fa13-4deb-9c0d-a8e936082f49} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.10 22:25:14.359036 [ 6 ] {bfeb2496-fa13-4deb-9c0d-a8e936082f49} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (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.10 22:25:14.359061 [ 6 ] {bfeb2496-fa13-4deb-9c0d-a8e936082f49} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.10 22:25:14.359128 [ 6 ] {bfeb2496-fa13-4deb-9c0d-a8e936082f49} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.10 22:25:14.359146 [ 6 ] {bfeb2496-fa13-4deb-9c0d-a8e936082f49} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Reading approx. 31 rows with 3 streams 2026.04.10 22:25:14.359176 [ 6 ] {bfeb2496-fa13-4deb-9c0d-a8e936082f49} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec'))" 2026.04.10 22:25:14.359208 [ 6 ] {bfeb2496-fa13-4deb-9c0d-a8e936082f49} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec'))" 2026.04.10 22:25:14.359244 [ 6 ] {bfeb2496-fa13-4deb-9c0d-a8e936082f49} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec'))" 2026.04.10 22:25:14.359851 [ 6 ] {bfeb2496-fa13-4deb-9c0d-a8e936082f49} executeQuery: Read 31 rows, 1.18 KiB in 0.00171 sec., 18128.654970760235 rows/sec., 691.02 KiB/sec. 2026.04.10 22:25:14.359982 [ 6 ] {bfeb2496-fa13-4deb-9c0d-a8e936082f49} TCPHandler: Processed in 0.001969529 sec. 2026.04.10 22:25:14.362051 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:14.362159 [ 6 ] {8dd597c2-c966-424a-b679-d09a602247be} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.04.10 22:25:14.362202 [ 6 ] {8dd597c2-c966-424a-b679-d09a602247be} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 22:25:14.362693 [ 6 ] {8dd597c2-c966-424a-b679-d09a602247be} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:14.362736 [ 6 ] {8dd597c2-c966-424a-b679-d09a602247be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:25:14.363205 [ 6 ] {8dd597c2-c966-424a-b679-d09a602247be} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.10 22:25:14.363406 [ 6 ] {8dd597c2-c966-424a-b679-d09a602247be} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14): 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.10 22:25:14.363548 [ 6 ] {8dd597c2-c966-424a-b679-d09a602247be} executeQuery: Read 14 rows, 2.48 KiB in 0.001422 sec., 9845.288326300984 rows/sec., 1.70 MiB/sec. 2026.04.10 22:25:14.363589 [ 6 ] {8dd597c2-c966-424a-b679-d09a602247be} TCPHandler: Processed in 0.001588552 sec. 2026.04.10 22:25:14.363722 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:14.363850 [ 6 ] {6d7f6c82-eff2-4c13-83e4-37ec1aaf06b9} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.10 22:25:14.363901 [ 6 ] {6d7f6c82-eff2-4c13-83e4-37ec1aaf06b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.10 22:25:14.364530 [ 6 ] {6d7f6c82-eff2-4c13-83e4-37ec1aaf06b9} oximeter.fields_i16 (419f2eef-209c-46fc-9cc0-97b5087686b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:14.364569 [ 6 ] {6d7f6c82-eff2-4c13-83e4-37ec1aaf06b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:25:14.364895 [ 6 ] {6d7f6c82-eff2-4c13-83e4-37ec1aaf06b9} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.10 22:25:14.365111 [ 6 ] {6d7f6c82-eff2-4c13-83e4-37ec1aaf06b9} oximeter.fields_i16 (419f2eef-209c-46fc-9cc0-97b5087686b9): 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.10 22:25:14.365237 [ 6 ] {6d7f6c82-eff2-4c13-83e4-37ec1aaf06b9} executeQuery: Read 284 rows, 18.47 KiB in 0.001414 sec., 200848.65629420086 rows/sec., 12.76 MiB/sec. 2026.04.10 22:25:14.365275 [ 6 ] {6d7f6c82-eff2-4c13-83e4-37ec1aaf06b9} TCPHandler: Processed in 0.001613812 sec. 2026.04.10 22:25:14.365391 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:14.365485 [ 6 ] {9d21656c-e8ef-44ad-88b4-123891d37dce} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.10 22:25:14.365525 [ 6 ] {9d21656c-e8ef-44ad-88b4-123891d37dce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.10 22:25:14.365913 [ 6 ] {9d21656c-e8ef-44ad-88b4-123891d37dce} oximeter.fields_ipaddr (b4784700-91f7-4af4-af29-376f839f9b40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:14.365950 [ 6 ] {9d21656c-e8ef-44ad-88b4-123891d37dce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:25:14.366225 [ 6 ] {9d21656c-e8ef-44ad-88b4-123891d37dce} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.10 22:25:14.366428 [ 6 ] {9d21656c-e8ef-44ad-88b4-123891d37dce} oximeter.fields_ipaddr (b4784700-91f7-4af4-af29-376f839f9b40): 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.10 22:25:14.366556 [ 6 ] {9d21656c-e8ef-44ad-88b4-123891d37dce} executeQuery: Read 6 rows, 501.00 B in 0.00109 sec., 5504.587155963302 rows/sec., 448.86 KiB/sec. 2026.04.10 22:25:14.366595 [ 6 ] {9d21656c-e8ef-44ad-88b4-123891d37dce} TCPHandler: Processed in 0.001253425 sec. 2026.04.10 22:25:14.366701 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:14.366794 [ 6 ] {0b0be3e9-bc27-4656-94cf-7c6627f5b5a6} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:25:14.366832 [ 6 ] {0b0be3e9-bc27-4656-94cf-7c6627f5b5a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:25:14.369497 [ 6 ] {0b0be3e9-bc27-4656-94cf-7c6627f5b5a6} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:14.369533 [ 6 ] {0b0be3e9-bc27-4656-94cf-7c6627f5b5a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:25:14.370180 [ 6 ] {0b0be3e9-bc27-4656-94cf-7c6627f5b5a6} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.10 22:25:14.370395 [ 6 ] {0b0be3e9-bc27-4656-94cf-7c6627f5b5a6} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:25:14.370517 [ 134 ] {} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.04.10 22:25:14.370528 [ 6 ] {0b0be3e9-bc27-4656-94cf-7c6627f5b5a6} executeQuery: Read 3172 rows, 242.85 KiB in 0.003752 sec., 845415.7782515992 rows/sec., 63.21 MiB/sec. 2026.04.10 22:25:14.370611 [ 134 ] {} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:14.370623 [ 6 ] {0b0be3e9-bc27-4656-94cf-7c6627f5b5a6} MemoryTracker: Peak memory usage (for query): 4.00 MiB. 2026.04.10 22:25:14.370654 [ 6 ] {0b0be3e9-bc27-4656-94cf-7c6627f5b5a6} TCPHandler: Processed in 0.004002491 sec. 2026.04.10 22:25:14.370658 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:25:14.370795 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:14.370811 [ 198 ] {15303715-e1d3-410d-9b74-21f9c069a75b::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.10 22:25:14.370896 [ 6 ] {5aa155a4-8339-44d1-81a0-cf4fd313db83} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:25:14.370944 [ 6 ] {5aa155a4-8339-44d1-81a0-cf4fd313db83} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:25:14.371002 [ 198 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:25:14.371060 [ 198 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 855 rows starting from the beginning of the part 2026.04.10 22:25:14.371160 [ 198 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 813 rows starting from the beginning of the part 2026.04.10 22:25:14.371240 [ 198 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 62 rows starting from the beginning of the part 2026.04.10 22:25:14.371307 [ 198 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 813 rows starting from the beginning of the part 2026.04.10 22:25:14.371370 [ 198 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 62 rows starting from the beginning of the part 2026.04.10 22:25:14.371410 [ 198 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 3172 rows starting from the beginning of the part 2026.04.10 22:25:14.371498 [ 6 ] {5aa155a4-8339-44d1-81a0-cf4fd313db83} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:14.371539 [ 6 ] {5aa155a4-8339-44d1-81a0-cf4fd313db83} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2026.04.10 22:25:14.371929 [ 6 ] {5aa155a4-8339-44d1-81a0-cf4fd313db83} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.10 22:25:14.372159 [ 6 ] {5aa155a4-8339-44d1-81a0-cf4fd313db83} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:25:14.372294 [ 6 ] {5aa155a4-8339-44d1-81a0-cf4fd313db83} executeQuery: Read 182 rows, 11.52 KiB in 0.001417 sec., 128440.36697247706 rows/sec., 7.94 MiB/sec. 2026.04.10 22:25:14.372331 [ 6 ] {5aa155a4-8339-44d1-81a0-cf4fd313db83} TCPHandler: Processed in 0.001585512 sec. 2026.04.10 22:25:14.372442 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:14.372535 [ 6 ] {aa54f65b-3f52-4d13-af34-adabf09009b7} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.10 22:25:14.372575 [ 6 ] {aa54f65b-3f52-4d13-af34-adabf09009b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.10 22:25:14.373406 [ 6 ] {aa54f65b-3f52-4d13-af34-adabf09009b7} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:14.373442 [ 6 ] {aa54f65b-3f52-4d13-af34-adabf09009b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2026.04.10 22:25:14.373787 [ 196 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 5777 rows, containing 5 columns (5 merged, 0 gathered) in 0.003038431 sec., 1901310.2486118658 rows/sec., 152.62 MiB/sec. 2026.04.10 22:25:14.373805 [ 6 ] {aa54f65b-3f52-4d13-af34-adabf09009b7} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.10 22:25:14.374031 [ 6 ] {aa54f65b-3f52-4d13-af34-adabf09009b7} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002): 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.10 22:25:14.374155 [ 6 ] {aa54f65b-3f52-4d13-af34-adabf09009b7} executeQuery: Read 950 rows, 57.24 KiB in 0.001638 sec., 579975.57997558 rows/sec., 34.12 MiB/sec. 2026.04.10 22:25:14.374193 [ 6 ] {aa54f65b-3f52-4d13-af34-adabf09009b7} TCPHandler: Processed in 0.001799686 sec. 2026.04.10 22:25:14.374269 [ 201 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.04.10 22:25:14.374304 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:14.374402 [ 6 ] {17f50ad7-f48b-4c86-bd91-94ca5245e72c} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.04.10 22:25:14.374442 [ 6 ] {17f50ad7-f48b-4c86-bd91-94ca5245e72c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.04.10 22:25:14.374581 [ 201 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_16_3} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:25:14.374660 [ 201 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_16_3} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.04.10 22:25:14.374756 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB. 2026.04.10 22:25:14.374818 [ 6 ] {17f50ad7-f48b-4c86-bd91-94ca5245e72c} oximeter.fields_u64 (afb0d53c-68be-41f0-aba9-0a79183ebbbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:14.374857 [ 6 ] {17f50ad7-f48b-4c86-bd91-94ca5245e72c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:25:14.375145 [ 6 ] {17f50ad7-f48b-4c86-bd91-94ca5245e72c} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.10 22:25:14.375373 [ 6 ] {17f50ad7-f48b-4c86-bd91-94ca5245e72c} oximeter.fields_u64 (afb0d53c-68be-41f0-aba9-0a79183ebbbe): 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.10 22:25:14.375496 [ 6 ] {17f50ad7-f48b-4c86-bd91-94ca5245e72c} executeQuery: Read 2 rows, 144.00 B in 0.001113 sec., 1796.9451931716083 rows/sec., 126.35 KiB/sec. 2026.04.10 22:25:14.375534 [ 6 ] {17f50ad7-f48b-4c86-bd91-94ca5245e72c} TCPHandler: Processed in 0.001278846 sec. 2026.04.10 22:25:14.375645 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:14.375739 [ 6 ] {da5e4c28-9ebd-47ed-825c-2b9b5f5917d7} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.10 22:25:14.375778 [ 6 ] {da5e4c28-9ebd-47ed-825c-2b9b5f5917d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.10 22:25:14.376226 [ 6 ] {da5e4c28-9ebd-47ed-825c-2b9b5f5917d7} oximeter.fields_u8 (db645430-3721-434f-a428-3eb1f7165166): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:14.376261 [ 6 ] {da5e4c28-9ebd-47ed-825c-2b9b5f5917d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:25:14.376552 [ 6 ] {da5e4c28-9ebd-47ed-825c-2b9b5f5917d7} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.10 22:25:14.376757 [ 6 ] {da5e4c28-9ebd-47ed-825c-2b9b5f5917d7} oximeter.fields_u8 (db645430-3721-434f-a428-3eb1f7165166): 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.10 22:25:14.376876 [ 6 ] {da5e4c28-9ebd-47ed-825c-2b9b5f5917d7} executeQuery: Read 148 rows, 8.62 KiB in 0.001156 sec., 128027.68166089966 rows/sec., 7.28 MiB/sec. 2026.04.10 22:25:14.376913 [ 6 ] {da5e4c28-9ebd-47ed-825c-2b9b5f5917d7} TCPHandler: Processed in 0.001316706 sec. 2026.04.10 22:25:14.377025 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:14.377118 [ 6 ] {28263678-1c3e-4d05-8116-41bf3191bcc1} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:25:14.377156 [ 6 ] {28263678-1c3e-4d05-8116-41bf3191bcc1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:25:14.378282 [ 6 ] {28263678-1c3e-4d05-8116-41bf3191bcc1} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:14.378317 [ 6 ] {28263678-1c3e-4d05-8116-41bf3191bcc1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:25:14.378740 [ 6 ] {28263678-1c3e-4d05-8116-41bf3191bcc1} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.10 22:25:14.378952 [ 6 ] {28263678-1c3e-4d05-8116-41bf3191bcc1} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:25:14.379052 [ 134 ] {} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.04.10 22:25:14.379078 [ 6 ] {28263678-1c3e-4d05-8116-41bf3191bcc1} executeQuery: Read 1717 rows, 118.27 KiB in 0.001978 sec., 868048.5338725985 rows/sec., 58.39 MiB/sec. 2026.04.10 22:25:14.379089 [ 134 ] {} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:14.379119 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:25:14.379122 [ 6 ] {28263678-1c3e-4d05-8116-41bf3191bcc1} TCPHandler: Processed in 0.002145554 sec. 2026.04.10 22:25:14.379236 [ 196 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::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.10 22:25:14.379250 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:14.379358 [ 6 ] {e7d2e8cc-9b0c-46ca-a3e1-8c3b779ba8b8} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.10 22:25:14.379389 [ 196 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:25:14.379400 [ 6 ] {e7d2e8cc-9b0c-46ca-a3e1-8c3b779ba8b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.10 22:25:14.379467 [ 196 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 528 rows starting from the beginning of the part 2026.04.10 22:25:14.379610 [ 196 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 477 rows starting from the beginning of the part 2026.04.10 22:25:14.379704 [ 196 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 46 rows starting from the beginning of the part 2026.04.10 22:25:14.379780 [ 196 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 477 rows starting from the beginning of the part 2026.04.10 22:25:14.379785 [ 6 ] {e7d2e8cc-9b0c-46ca-a3e1-8c3b779ba8b8} oximeter.measurements_bool (866da8bb-a9f8-4668-8c33-6b1a5bc68a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:14.379841 [ 6 ] {e7d2e8cc-9b0c-46ca-a3e1-8c3b779ba8b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2026.04.10 22:25:14.379859 [ 196 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 46 rows starting from the beginning of the part 2026.04.10 22:25:14.379942 [ 196 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1717 rows starting from the beginning of the part 2026.04.10 22:25:14.380173 [ 6 ] {e7d2e8cc-9b0c-46ca-a3e1-8c3b779ba8b8} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.10 22:25:14.380447 [ 6 ] {e7d2e8cc-9b0c-46ca-a3e1-8c3b779ba8b8} oximeter.measurements_bool (866da8bb-a9f8-4668-8c33-6b1a5bc68a2a): 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.10 22:25:14.380583 [ 6 ] {e7d2e8cc-9b0c-46ca-a3e1-8c3b779ba8b8} executeQuery: Read 6 rows, 321.00 B in 0.001244 sec., 4823.151125401929 rows/sec., 251.99 KiB/sec. 2026.04.10 22:25:14.380620 [ 6 ] {e7d2e8cc-9b0c-46ca-a3e1-8c3b779ba8b8} TCPHandler: Processed in 0.001419159 sec. 2026.04.10 22:25:14.380743 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:14.380864 [ 6 ] {b09eadfe-3e08-48c4-9009-9b79cf4e158f} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:25:14.380917 [ 6 ] {b09eadfe-3e08-48c4-9009-9b79cf4e158f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:25:14.381527 [ 201 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 3291 rows, containing 5 columns (5 merged, 0 gathered) in 0.002346627 sec., 1402438.4787186033 rows/sec., 101.97 MiB/sec. 2026.04.10 22:25:14.381768 [ 196 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.04.10 22:25:14.382047 [ 196 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_16_3} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:25:14.382119 [ 196 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_16_3} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.04.10 22:25:14.382190 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2026.04.10 22:25:14.382895 [ 6 ] {b09eadfe-3e08-48c4-9009-9b79cf4e158f} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:14.382937 [ 6 ] {b09eadfe-3e08-48c4-9009-9b79cf4e158f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:25:14.383687 [ 6 ] {b09eadfe-3e08-48c4-9009-9b79cf4e158f} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.10 22:25:14.383911 [ 6 ] {b09eadfe-3e08-48c4-9009-9b79cf4e158f} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:25:14.384040 [ 6 ] {b09eadfe-3e08-48c4-9009-9b79cf4e158f} executeQuery: Read 4826 rows, 316.82 KiB in 0.003202 sec., 1507183.0106183635 rows/sec., 96.62 MiB/sec. 2026.04.10 22:25:14.384078 [ 6 ] {b09eadfe-3e08-48c4-9009-9b79cf4e158f} MemoryTracker: Peak memory usage (for query): 4.02 MiB. 2026.04.10 22:25:14.384091 [ 6 ] {b09eadfe-3e08-48c4-9009-9b79cf4e158f} TCPHandler: Processed in 0.003410019 sec. 2026.04.10 22:25:14.384193 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:14.384285 [ 6 ] {d737aa9b-1740-493a-8c50-e66969d2c402} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.10 22:25:14.384328 [ 6 ] {d737aa9b-1740-493a-8c50-e66969d2c402} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.10 22:25:14.384653 [ 6 ] {d737aa9b-1740-493a-8c50-e66969d2c402} oximeter.measurements_f64 (58e3eb3a-a7ad-4b02-bedb-c669836543a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:14.384687 [ 6 ] {d737aa9b-1740-493a-8c50-e66969d2c402} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:25:14.384971 [ 6 ] {d737aa9b-1740-493a-8c50-e66969d2c402} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.10 22:25:14.385174 [ 6 ] {d737aa9b-1740-493a-8c50-e66969d2c402} oximeter.measurements_f64 (58e3eb3a-a7ad-4b02-bedb-c669836543a8): 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.10 22:25:14.385297 [ 6 ] {d737aa9b-1740-493a-8c50-e66969d2c402} executeQuery: Read 1 rows, 69.00 B in 0.001029 sec., 971.8172983479107 rows/sec., 65.48 KiB/sec. 2026.04.10 22:25:14.385332 [ 6 ] {d737aa9b-1740-493a-8c50-e66969d2c402} TCPHandler: Processed in 0.001188414 sec. 2026.04.10 22:25:14.385453 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:14.385544 [ 6 ] {c9987475-95e5-452d-ad2b-9a66c90b6845} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:25:14.385598 [ 6 ] {c9987475-95e5-452d-ad2b-9a66c90b6845} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:25:14.386383 [ 6 ] {c9987475-95e5-452d-ad2b-9a66c90b6845} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:14.386419 [ 6 ] {c9987475-95e5-452d-ad2b-9a66c90b6845} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:25:14.386939 [ 6 ] {c9987475-95e5-452d-ad2b-9a66c90b6845} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.10 22:25:14.387155 [ 6 ] {c9987475-95e5-452d-ad2b-9a66c90b6845} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:25:14.387289 [ 6 ] {c9987475-95e5-452d-ad2b-9a66c90b6845} executeQuery: Read 34 rows, 62.39 KiB in 0.001762 sec., 19296.254256526674 rows/sec., 34.58 MiB/sec. 2026.04.10 22:25:14.387340 [ 6 ] {c9987475-95e5-452d-ad2b-9a66c90b6845} TCPHandler: Processed in 0.00193613 sec. 2026.04.10 22:25:14.387453 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:14.387545 [ 6 ] {d18b69ac-97b9-41b6-9343-081bf3025ed9} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:25:14.387585 [ 6 ] {d18b69ac-97b9-41b6-9343-081bf3025ed9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:25:14.387924 [ 6 ] {d18b69ac-97b9-41b6-9343-081bf3025ed9} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:14.387959 [ 6 ] {d18b69ac-97b9-41b6-9343-081bf3025ed9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:25:14.388246 [ 6 ] {d18b69ac-97b9-41b6-9343-081bf3025ed9} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.10 22:25:14.388449 [ 6 ] {d18b69ac-97b9-41b6-9343-081bf3025ed9} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:25:14.388572 [ 6 ] {d18b69ac-97b9-41b6-9343-081bf3025ed9} executeQuery: Read 44 rows, 2.59 KiB in 0.001046 sec., 42065.009560229446 rows/sec., 2.42 MiB/sec. 2026.04.10 22:25:14.388608 [ 6 ] {d18b69ac-97b9-41b6-9343-081bf3025ed9} TCPHandler: Processed in 0.001204804 sec. 2026.04.10 22:25:16.918883 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:16.919116 [ 6 ] {bd81887b-fef1-4795-b5b0-42487098e91e} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:25:16.919182 [ 6 ] {bd81887b-fef1-4795-b5b0-42487098e91e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:25:16.919906 [ 6 ] {bd81887b-fef1-4795-b5b0-42487098e91e} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:16.919953 [ 6 ] {bd81887b-fef1-4795-b5b0-42487098e91e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:25:16.920351 [ 6 ] {bd81887b-fef1-4795-b5b0-42487098e91e} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.10 22:25:16.920572 [ 6 ] {bd81887b-fef1-4795-b5b0-42487098e91e} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:25:16.920730 [ 6 ] {bd81887b-fef1-4795-b5b0-42487098e91e} executeQuery: Read 30 rows, 2.34 KiB in 0.001666 sec., 18007.20288115246 rows/sec., 1.37 MiB/sec. 2026.04.10 22:25:16.920773 [ 6 ] {bd81887b-fef1-4795-b5b0-42487098e91e} TCPHandler: Processed in 0.002014831 sec. 2026.04.10 22:25:16.920954 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:16.921059 [ 6 ] {426f5ef3-a4b4-49d0-9247-bc4e4a391238} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:25:16.921100 [ 6 ] {426f5ef3-a4b4-49d0-9247-bc4e4a391238} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:25:16.921536 [ 6 ] {426f5ef3-a4b4-49d0-9247-bc4e4a391238} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:16.921574 [ 6 ] {426f5ef3-a4b4-49d0-9247-bc4e4a391238} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:25:16.921892 [ 6 ] {426f5ef3-a4b4-49d0-9247-bc4e4a391238} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.10 22:25:16.922111 [ 6 ] {426f5ef3-a4b4-49d0-9247-bc4e4a391238} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:25:16.922243 [ 6 ] {426f5ef3-a4b4-49d0-9247-bc4e4a391238} executeQuery: Read 36 rows, 2.88 KiB in 0.001205 sec., 29875.518672199174 rows/sec., 2.33 MiB/sec. 2026.04.10 22:25:16.922283 [ 6 ] {426f5ef3-a4b4-49d0-9247-bc4e4a391238} TCPHandler: Processed in 0.001379798 sec. 2026.04.10 22:25:16.922394 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:16.922491 [ 6 ] {0158002b-ab8e-4bf5-96a6-ff0c95a88da2} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:25:16.922537 [ 6 ] {0158002b-ab8e-4bf5-96a6-ff0c95a88da2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:25:16.922954 [ 6 ] {0158002b-ab8e-4bf5-96a6-ff0c95a88da2} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:16.922990 [ 6 ] {0158002b-ab8e-4bf5-96a6-ff0c95a88da2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:25:16.923328 [ 6 ] {0158002b-ab8e-4bf5-96a6-ff0c95a88da2} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.10 22:25:16.923564 [ 6 ] {0158002b-ab8e-4bf5-96a6-ff0c95a88da2} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:25:16.923696 [ 6 ] {0158002b-ab8e-4bf5-96a6-ff0c95a88da2} executeQuery: Read 66 rows, 4.72 KiB in 0.001224 sec., 53921.56862745098 rows/sec., 3.76 MiB/sec. 2026.04.10 22:25:16.923733 [ 6 ] {0158002b-ab8e-4bf5-96a6-ff0c95a88da2} TCPHandler: Processed in 0.001389018 sec. 2026.04.10 22:25:16.923848 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:16.923943 [ 6 ] {6658de07-17d0-4b16-b654-525b00361668} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:25:16.923986 [ 6 ] {6658de07-17d0-4b16-b654-525b00361668} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:25:16.924311 [ 6 ] {6658de07-17d0-4b16-b654-525b00361668} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:16.924347 [ 6 ] {6658de07-17d0-4b16-b654-525b00361668} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:25:16.924650 [ 6 ] {6658de07-17d0-4b16-b654-525b00361668} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.10 22:25:16.924863 [ 6 ] {6658de07-17d0-4b16-b654-525b00361668} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:25:16.924995 [ 6 ] {6658de07-17d0-4b16-b654-525b00361668} executeQuery: Read 24 rows, 1.64 KiB in 0.001069 sec., 22450.88868101029 rows/sec., 1.50 MiB/sec. 2026.04.10 22:25:16.925031 [ 6 ] {6658de07-17d0-4b16-b654-525b00361668} TCPHandler: Processed in 0.001233345 sec. 2026.04.10 22:25:18.033194 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 8190 2026.04.10 22:25:18.033709 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:18.033753 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:25:18.034319 [ 245 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.10 22:25:18.034555 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): 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.10 22:25:18.034698 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8190 2026.04.10 22:25:18.452161 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 128 2026.04.10 22:25:18.467211 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:18.467269 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.04.10 22:25:18.473057 [ 244 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.10 22:25:18.473772 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): 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.10 22:25:18.476370 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 128 2026.04.10 22:25:20.544605 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 76 entries to flush up to offset 438 2026.04.10 22:25:20.549722 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:20.549818 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2026.04.10 22:25:20.552066 [ 243 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.10 22:25:20.552534 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): 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.10 22:25:20.553181 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 438 2026.04.10 22:25:21.334226 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64945 2026.04.10 22:25:21.334337 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:25:21.334364 [ 288 ] {} TCP-Session: ebb9f0d6-551b-4ba0-9d0e-e2cec94d429d Authenticating user 'default' from [fd00:1122:3344:101::e]:64945 2026.04.10 22:25:21.334387 [ 288 ] {} TCP-Session: ebb9f0d6-551b-4ba0-9d0e-e2cec94d429d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.334399 [ 288 ] {} TCP-Session: ebb9f0d6-551b-4ba0-9d0e-e2cec94d429d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.334582 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47233 2026.04.10 22:25:21.334609 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51483 2026.04.10 22:25:21.334632 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52418 2026.04.10 22:25:21.334646 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45531 2026.04.10 22:25:21.334622 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48965 2026.04.10 22:25:21.334722 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:25:21.334730 [ 288 ] {} TCP-Session: ebb9f0d6-551b-4ba0-9d0e-e2cec94d429d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:21.334765 [ 4 ] {} TCP-Session: 027ec619-3199-41cd-a9e0-e61a6de5948e Authenticating user 'default' from [fd00:1122:3344:101::e]:52418 2026.04.10 22:25:21.334604 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35928 2026.04.10 22:25:21.334828 [ 4 ] {} TCP-Session: 027ec619-3199-41cd-a9e0-e61a6de5948e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.334599 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49733 2026.04.10 22:25:21.334877 [ 4 ] {} TCP-Session: 027ec619-3199-41cd-a9e0-e61a6de5948e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.334586 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44870 2026.04.10 22:25:21.334960 [ 288 ] {a06a8d82-b2a4-462d-9f06-efda1a20e15a} executeQuery: (from [fd00:1122:3344:101::e]:64945) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.10 22:25:21.335217 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:25:21.335248 [ 292 ] {} TCP-Session: 7f743154-d342-4eb2-aa0b-696a894cfdbe Authenticating user 'default' from [fd00:1122:3344:101::e]:49733 2026.04.10 22:25:21.335249 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:25:21.335267 [ 292 ] {} TCP-Session: 7f743154-d342-4eb2-aa0b-696a894cfdbe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.335294 [ 290 ] {} TCP-Session: 0d4e56fc-5794-474f-bca8-eb23525ae573 Authenticating user 'default' from [fd00:1122:3344:101::e]:44870 2026.04.10 22:25:21.335296 [ 292 ] {} TCP-Session: 7f743154-d342-4eb2-aa0b-696a894cfdbe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.335307 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:25:21.335332 [ 290 ] {} TCP-Session: 0d4e56fc-5794-474f-bca8-eb23525ae573 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.335375 [ 288 ] {a06a8d82-b2a4-462d-9f06-efda1a20e15a} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.10 22:25:21.335390 [ 290 ] {} TCP-Session: 0d4e56fc-5794-474f-bca8-eb23525ae573 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.335414 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:25:21.335393 [ 291 ] {} TCP-Session: c714db1b-ebf1-4969-8fb9-906af1c9a661 Authenticating user 'default' from [fd00:1122:3344:101::e]:35928 2026.04.10 22:25:21.335458 [ 286 ] {} TCP-Session: 508a4113-4888-4cdf-b7f2-3743f1fd52ce Authenticating user 'default' from [fd00:1122:3344:101::e]:45531 2026.04.10 22:25:21.335456 [ 288 ] {a06a8d82-b2a4-462d-9f06-efda1a20e15a} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 22:25:21.335499 [ 286 ] {} TCP-Session: 508a4113-4888-4cdf-b7f2-3743f1fd52ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.335499 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:25:21.335541 [ 286 ] {} TCP-Session: 508a4113-4888-4cdf-b7f2-3743f1fd52ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.335558 [ 294 ] {} TCP-Session: 4120a1d9-93da-4f44-90b9-8c5523e3fb13 Authenticating user 'default' from [fd00:1122:3344:101::e]:48965 2026.04.10 22:25:21.335495 [ 291 ] {} TCP-Session: c714db1b-ebf1-4969-8fb9-906af1c9a661 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.335593 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:25:21.335619 [ 291 ] {} TCP-Session: c714db1b-ebf1-4969-8fb9-906af1c9a661 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.335641 [ 293 ] {} TCP-Session: 0b0a97a7-823e-40a2-8e9b-437520b7b31b Authenticating user 'default' from [fd00:1122:3344:101::e]:51483 2026.04.10 22:25:21.335663 [ 293 ] {} TCP-Session: 0b0a97a7-823e-40a2-8e9b-437520b7b31b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.335579 [ 294 ] {} TCP-Session: 4120a1d9-93da-4f44-90b9-8c5523e3fb13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.335689 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:25:21.335705 [ 294 ] {} TCP-Session: 4120a1d9-93da-4f44-90b9-8c5523e3fb13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.335727 [ 289 ] {} TCP-Session: 1c049b98-8fad-44ba-9806-dbd696d70c7a Authenticating user 'default' from [fd00:1122:3344:101::e]:47233 2026.04.10 22:25:21.335696 [ 293 ] {} TCP-Session: 0b0a97a7-823e-40a2-8e9b-437520b7b31b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.335752 [ 289 ] {} TCP-Session: 1c049b98-8fad-44ba-9806-dbd696d70c7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.335767 [ 289 ] {} TCP-Session: 1c049b98-8fad-44ba-9806-dbd696d70c7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.335873 [ 288 ] {a06a8d82-b2a4-462d-9f06-efda1a20e15a} oximeter.version (86b21b0a-84a9-4638-abea-877072e10dcd) (SelectExecutor): Key condition: unknown 2026.04.10 22:25:21.337279 [ 311 ] {a06a8d82-b2a4-462d-9f06-efda1a20e15a} AggregatingTransform: Aggregating 2026.04.10 22:25:21.337313 [ 311 ] {a06a8d82-b2a4-462d-9f06-efda1a20e15a} Aggregator: Aggregation method: without_key 2026.04.10 22:25:21.337342 [ 311 ] {a06a8d82-b2a4-462d-9f06-efda1a20e15a} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001358597 sec. (736.053 rows/sec., 28.75 KiB/sec.) 2026.04.10 22:25:21.337362 [ 311 ] {a06a8d82-b2a4-462d-9f06-efda1a20e15a} Aggregator: Merging aggregated data 2026.04.10 22:25:21.338638 [ 288 ] {a06a8d82-b2a4-462d-9f06-efda1a20e15a} executeQuery: Read 1 rows, 40.00 B in 0.003749 sec., 266.73779674579885 rows/sec., 10.42 KiB/sec. 2026.04.10 22:25:21.338790 [ 288 ] {a06a8d82-b2a4-462d-9f06-efda1a20e15a} TCPHandler: Processed in 0.004212735 sec. 2026.04.10 22:25:21.338915 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.10 22:25:21.338942 [ 288 ] {} TCP-Session: ebb9f0d6-551b-4ba0-9d0e-e2cec94d429d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.338946 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.10 22:25:21.338971 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.10 22:25:21.338989 [ 289 ] {} TCP-Session: 1c049b98-8fad-44ba-9806-dbd696d70c7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.339001 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.10 22:25:21.339022 [ 290 ] {} TCP-Session: 0d4e56fc-5794-474f-bca8-eb23525ae573 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.339038 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.10 22:25:21.339051 [ 294 ] {} TCP-Session: 4120a1d9-93da-4f44-90b9-8c5523e3fb13 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.339065 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.10 22:25:21.339094 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.10 22:25:21.339132 [ 293 ] {} TCP-Session: 0b0a97a7-823e-40a2-8e9b-437520b7b31b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.339089 [ 292 ] {} TCP-Session: 7f743154-d342-4eb2-aa0b-696a894cfdbe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.339165 [ 286 ] {} TCP-Session: 508a4113-4888-4cdf-b7f2-3743f1fd52ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.338999 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.10 22:25:21.339021 [ 4 ] {} TCPHandler: Done processing connection. 2026.04.10 22:25:21.339244 [ 291 ] {} TCP-Session: c714db1b-ebf1-4969-8fb9-906af1c9a661 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.339254 [ 4 ] {} TCP-Session: 027ec619-3199-41cd-a9e0-e61a6de5948e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.423340 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52353 2026.04.10 22:25:21.423454 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:25:21.423481 [ 288 ] {} TCP-Session: 3d9731cd-f85e-4c4d-b53c-21cfc0d12556 Authenticating user 'default' from [fd00:1122:3344:101::e]:52353 2026.04.10 22:25:21.423506 [ 288 ] {} TCP-Session: 3d9731cd-f85e-4c4d-b53c-21cfc0d12556 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.423519 [ 288 ] {} TCP-Session: 3d9731cd-f85e-4c4d-b53c-21cfc0d12556 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.423769 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51758 2026.04.10 22:25:21.423790 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37112 2026.04.10 22:25:21.423811 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58535 2026.04.10 22:25:21.423834 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35332 2026.04.10 22:25:21.423860 [ 288 ] {} TCP-Session: 3d9731cd-f85e-4c4d-b53c-21cfc0d12556 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:21.423886 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:25:21.423915 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:25:21.423940 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:25:21.423948 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:25:21.423960 [ 291 ] {} TCP-Session: 303aed78-5e45-4ca9-9f3c-b7f4daa55da9 Authenticating user 'default' from [fd00:1122:3344:101::e]:37112 2026.04.10 22:25:21.423974 [ 294 ] {} TCP-Session: be0b733f-c5b6-4938-89a6-5982ab6e1f53 Authenticating user 'default' from [fd00:1122:3344:101::e]:58535 2026.04.10 22:25:21.423985 [ 286 ] {} TCP-Session: e7356e5d-4dcf-4158-9b0e-878393b52c23 Authenticating user 'default' from [fd00:1122:3344:101::e]:35332 2026.04.10 22:25:21.424001 [ 291 ] {} TCP-Session: 303aed78-5e45-4ca9-9f3c-b7f4daa55da9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.424011 [ 294 ] {} TCP-Session: be0b733f-c5b6-4938-89a6-5982ab6e1f53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.424025 [ 291 ] {} TCP-Session: 303aed78-5e45-4ca9-9f3c-b7f4daa55da9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.424017 [ 286 ] {} TCP-Session: e7356e5d-4dcf-4158-9b0e-878393b52c23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.424039 [ 294 ] {} TCP-Session: be0b733f-c5b6-4938-89a6-5982ab6e1f53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.424066 [ 286 ] {} TCP-Session: e7356e5d-4dcf-4158-9b0e-878393b52c23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.424068 [ 288 ] {3360c2bb-048d-4b21-a657-e07b3f8c15cd} executeQuery: (from [fd00:1122:3344:101::e]:52353) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.10 22:25:21.423826 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58642 2026.04.10 22:25:21.423802 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53702 2026.04.10 22:25:21.423790 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63866 2026.04.10 22:25:21.424185 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:25:21.424206 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:25:21.424220 [ 4 ] {} TCP-Session: 02c36c75-73f3-4af2-a3de-970d4d9aaecf Authenticating user 'default' from [fd00:1122:3344:101::e]:58642 2026.04.10 22:25:21.424232 [ 293 ] {} TCP-Session: 6da231eb-d4ac-40c0-bfec-2fa82a48c532 Authenticating user 'default' from [fd00:1122:3344:101::e]:53702 2026.04.10 22:25:21.424242 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:25:21.424248 [ 4 ] {} TCP-Session: 02c36c75-73f3-4af2-a3de-970d4d9aaecf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.424257 [ 293 ] {} TCP-Session: 6da231eb-d4ac-40c0-bfec-2fa82a48c532 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.424277 [ 292 ] {} TCP-Session: d522bf91-2c4d-4c7f-bf42-f1667d99141b Authenticating user 'default' from [fd00:1122:3344:101::e]:63866 2026.04.10 22:25:21.424291 [ 293 ] {} TCP-Session: 6da231eb-d4ac-40c0-bfec-2fa82a48c532 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.424280 [ 4 ] {} TCP-Session: 02c36c75-73f3-4af2-a3de-970d4d9aaecf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.424344 [ 292 ] {} TCP-Session: d522bf91-2c4d-4c7f-bf42-f1667d99141b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.424355 [ 288 ] {3360c2bb-048d-4b21-a657-e07b3f8c15cd} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.10 22:25:21.424379 [ 292 ] {} TCP-Session: d522bf91-2c4d-4c7f-bf42-f1667d99141b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.423773 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63364 2026.04.10 22:25:21.424427 [ 288 ] {3360c2bb-048d-4b21-a657-e07b3f8c15cd} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 22:25:21.423942 [ 289 ] {} TCP-Session: fa9f3967-d254-455c-8968-fdc48040d287 Authenticating user 'default' from [fd00:1122:3344:101::e]:51758 2026.04.10 22:25:21.424486 [ 289 ] {} TCP-Session: fa9f3967-d254-455c-8968-fdc48040d287 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.424487 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:25:21.424506 [ 289 ] {} TCP-Session: fa9f3967-d254-455c-8968-fdc48040d287 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.424528 [ 290 ] {} TCP-Session: 355d6d12-3419-410e-9731-f3402e18b794 Authenticating user 'default' from [fd00:1122:3344:101::e]:63364 2026.04.10 22:25:21.424550 [ 290 ] {} TCP-Session: 355d6d12-3419-410e-9731-f3402e18b794 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.424563 [ 290 ] {} TCP-Session: 355d6d12-3419-410e-9731-f3402e18b794 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.424746 [ 288 ] {3360c2bb-048d-4b21-a657-e07b3f8c15cd} oximeter.version (86b21b0a-84a9-4638-abea-877072e10dcd) (SelectExecutor): Key condition: unknown 2026.04.10 22:25:21.425721 [ 350 ] {3360c2bb-048d-4b21-a657-e07b3f8c15cd} AggregatingTransform: Aggregating 2026.04.10 22:25:21.425773 [ 350 ] {3360c2bb-048d-4b21-a657-e07b3f8c15cd} Aggregator: Aggregation method: without_key 2026.04.10 22:25:21.425811 [ 350 ] {3360c2bb-048d-4b21-a657-e07b3f8c15cd} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000954729 sec. (1047.418 rows/sec., 40.91 KiB/sec.) 2026.04.10 22:25:21.425834 [ 350 ] {3360c2bb-048d-4b21-a657-e07b3f8c15cd} Aggregator: Merging aggregated data 2026.04.10 22:25:21.427054 [ 288 ] {3360c2bb-048d-4b21-a657-e07b3f8c15cd} executeQuery: Read 1 rows, 40.00 B in 0.003046 sec., 328.29940906106367 rows/sec., 12.82 KiB/sec. 2026.04.10 22:25:21.427205 [ 288 ] {3360c2bb-048d-4b21-a657-e07b3f8c15cd} TCPHandler: Processed in 0.00346656 sec. 2026.04.10 22:25:21.427298 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.10 22:25:21.427325 [ 288 ] {} TCP-Session: 3d9731cd-f85e-4c4d-b53c-21cfc0d12556 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.427332 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.10 22:25:21.427355 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.10 22:25:21.427375 [ 289 ] {} TCP-Session: fa9f3967-d254-455c-8968-fdc48040d287 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.427383 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.10 22:25:21.427401 [ 294 ] {} TCP-Session: be0b733f-c5b6-4938-89a6-5982ab6e1f53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.427398 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.10 22:25:21.427425 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.10 22:25:21.427440 [ 4 ] {} TCPHandler: Done processing connection. 2026.04.10 22:25:21.427460 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.10 22:25:21.427510 [ 4 ] {} TCP-Session: 02c36c75-73f3-4af2-a3de-970d4d9aaecf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.427482 [ 293 ] {} TCP-Session: 6da231eb-d4ac-40c0-bfec-2fa82a48c532 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.427535 [ 286 ] {} TCP-Session: e7356e5d-4dcf-4158-9b0e-878393b52c23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.427468 [ 292 ] {} TCP-Session: d522bf91-2c4d-4c7f-bf42-f1667d99141b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.427435 [ 290 ] {} TCP-Session: 355d6d12-3419-410e-9731-f3402e18b794 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.427383 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.10 22:25:21.427669 [ 291 ] {} TCP-Session: 303aed78-5e45-4ca9-9f3c-b7f4daa55da9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.565848 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55517 2026.04.10 22:25:21.565957 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:25:21.565985 [ 288 ] {} TCP-Session: 144406e2-9e17-48dc-a65e-6bcb03f82a67 Authenticating user 'default' from [fd00:1122:3344:101::e]:55517 2026.04.10 22:25:21.566009 [ 288 ] {} TCP-Session: 144406e2-9e17-48dc-a65e-6bcb03f82a67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.566022 [ 288 ] {} TCP-Session: 144406e2-9e17-48dc-a65e-6bcb03f82a67 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.566209 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57912 2026.04.10 22:25:21.566236 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52501 2026.04.10 22:25:21.566260 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58086 2026.04.10 22:25:21.566292 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46806 2026.04.10 22:25:21.566282 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54510 2026.04.10 22:25:21.566332 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:25:21.566358 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:25:21.566359 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:25:21.566383 [ 289 ] {} TCP-Session: 69a16bc9-4f72-47ec-aefb-1d1980a4720c Authenticating user 'default' from [fd00:1122:3344:101::e]:57912 2026.04.10 22:25:21.566395 [ 290 ] {} TCP-Session: bd12f2a9-510d-4225-a7ab-fae892cde4fd Authenticating user 'default' from [fd00:1122:3344:101::e]:52501 2026.04.10 22:25:21.566400 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:25:21.566417 [ 289 ] {} TCP-Session: 69a16bc9-4f72-47ec-aefb-1d1980a4720c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.566429 [ 290 ] {} TCP-Session: bd12f2a9-510d-4225-a7ab-fae892cde4fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.566437 [ 294 ] {} TCP-Session: 3169e353-84f0-42a7-9a3a-6d3f04d41312 Authenticating user 'default' from [fd00:1122:3344:101::e]:54510 2026.04.10 22:25:21.566445 [ 289 ] {} TCP-Session: 69a16bc9-4f72-47ec-aefb-1d1980a4720c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.566468 [ 294 ] {} TCP-Session: 3169e353-84f0-42a7-9a3a-6d3f04d41312 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.566404 [ 293 ] {} TCP-Session: 1665ac99-fa1e-48e8-8297-4aec89b3ade3 Authenticating user 'default' from [fd00:1122:3344:101::e]:58086 2026.04.10 22:25:21.566494 [ 294 ] {} TCP-Session: 3169e353-84f0-42a7-9a3a-6d3f04d41312 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.566519 [ 293 ] {} TCP-Session: 1665ac99-fa1e-48e8-8297-4aec89b3ade3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.566373 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:25:21.566541 [ 293 ] {} TCP-Session: 1665ac99-fa1e-48e8-8297-4aec89b3ade3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.566252 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62733 2026.04.10 22:25:21.566565 [ 4 ] {} TCP-Session: 77be65c6-2c65-4bba-bfe4-0ff727d99f8f Authenticating user 'default' from [fd00:1122:3344:101::e]:46806 2026.04.10 22:25:21.566456 [ 290 ] {} TCP-Session: bd12f2a9-510d-4225-a7ab-fae892cde4fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.566613 [ 4 ] {} TCP-Session: 77be65c6-2c65-4bba-bfe4-0ff727d99f8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.566406 [ 288 ] {} TCP-Session: 144406e2-9e17-48dc-a65e-6bcb03f82a67 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:21.566649 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:25:21.566644 [ 4 ] {} TCP-Session: 77be65c6-2c65-4bba-bfe4-0ff727d99f8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.566711 [ 292 ] {} TCP-Session: 3b10040a-2015-4db7-8543-b38db59d30d0 Authenticating user 'default' from [fd00:1122:3344:101::e]:62733 2026.04.10 22:25:21.566256 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45160 2026.04.10 22:25:21.566745 [ 292 ] {} TCP-Session: 3b10040a-2015-4db7-8543-b38db59d30d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.566799 [ 292 ] {} TCP-Session: 3b10040a-2015-4db7-8543-b38db59d30d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.566853 [ 288 ] {79209ed9-5134-4451-a0f1-394989df221e} executeQuery: (from [fd00:1122:3344:101::e]:55517) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.10 22:25:21.566854 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:25:21.566901 [ 291 ] {} TCP-Session: 27d4a020-58e7-4656-be74-997fe62020fc Authenticating user 'default' from [fd00:1122:3344:101::e]:45160 2026.04.10 22:25:21.566924 [ 291 ] {} TCP-Session: 27d4a020-58e7-4656-be74-997fe62020fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.566937 [ 291 ] {} TCP-Session: 27d4a020-58e7-4656-be74-997fe62020fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.567125 [ 288 ] {79209ed9-5134-4451-a0f1-394989df221e} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.10 22:25:21.567185 [ 288 ] {79209ed9-5134-4451-a0f1-394989df221e} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 22:25:21.567469 [ 288 ] {79209ed9-5134-4451-a0f1-394989df221e} oximeter.version (86b21b0a-84a9-4638-abea-877072e10dcd) (SelectExecutor): Key condition: unknown 2026.04.10 22:25:21.568450 [ 339 ] {79209ed9-5134-4451-a0f1-394989df221e} AggregatingTransform: Aggregating 2026.04.10 22:25:21.568497 [ 339 ] {79209ed9-5134-4451-a0f1-394989df221e} Aggregator: Aggregation method: without_key 2026.04.10 22:25:21.568532 [ 339 ] {79209ed9-5134-4451-a0f1-394989df221e} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000935229 sec. (1069.257 rows/sec., 41.77 KiB/sec.) 2026.04.10 22:25:21.568550 [ 339 ] {79209ed9-5134-4451-a0f1-394989df221e} Aggregator: Merging aggregated data 2026.04.10 22:25:21.569873 [ 288 ] {79209ed9-5134-4451-a0f1-394989df221e} executeQuery: Read 1 rows, 40.00 B in 0.003085 sec., 324.14910858995137 rows/sec., 12.66 KiB/sec. 2026.04.10 22:25:21.570003 [ 288 ] {79209ed9-5134-4451-a0f1-394989df221e} TCPHandler: Processed in 0.003718445 sec. 2026.04.10 22:25:21.570093 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.10 22:25:21.570119 [ 288 ] {} TCP-Session: 144406e2-9e17-48dc-a65e-6bcb03f82a67 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.570129 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.10 22:25:21.570146 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.10 22:25:21.570178 [ 289 ] {} TCP-Session: 69a16bc9-4f72-47ec-aefb-1d1980a4720c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.570194 [ 290 ] {} TCP-Session: bd12f2a9-510d-4225-a7ab-fae892cde4fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.570226 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.10 22:25:21.570247 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.10 22:25:21.570268 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.10 22:25:21.570281 [ 291 ] {} TCP-Session: 27d4a020-58e7-4656-be74-997fe62020fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.570294 [ 294 ] {} TCP-Session: 3169e353-84f0-42a7-9a3a-6d3f04d41312 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.570312 [ 4 ] {} TCPHandler: Done processing connection. 2026.04.10 22:25:21.570312 [ 292 ] {} TCP-Session: 3b10040a-2015-4db7-8543-b38db59d30d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.570362 [ 4 ] {} TCP-Session: 77be65c6-2c65-4bba-bfe4-0ff727d99f8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.570293 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.10 22:25:21.570413 [ 293 ] {} TCP-Session: 1665ac99-fa1e-48e8-8297-4aec89b3ade3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.571481 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63894 2026.04.10 22:25:21.571546 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:25:21.571568 [ 286 ] {} TCP-Session: fd0c40aa-e0f3-422a-87e5-4ae7120b0077 Authenticating user 'default' from [fd00:1122:3344:101::e]:63894 2026.04.10 22:25:21.571585 [ 286 ] {} TCP-Session: fd0c40aa-e0f3-422a-87e5-4ae7120b0077 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.571597 [ 286 ] {} TCP-Session: fd0c40aa-e0f3-422a-87e5-4ae7120b0077 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.603154 [ 286 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:63894). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.04.10 22:25:21.603669 [ 286 ] {} TCP-Session: fd0c40aa-e0f3-422a-87e5-4ae7120b0077 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:25:21.922899 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:21.923096 [ 6 ] {2f3015bd-52e7-4065-bdc7-f49e947ec180} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:25:21.923168 [ 6 ] {2f3015bd-52e7-4065-bdc7-f49e947ec180} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:25:21.923910 [ 6 ] {2f3015bd-52e7-4065-bdc7-f49e947ec180} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:21.923964 [ 6 ] {2f3015bd-52e7-4065-bdc7-f49e947ec180} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2026.04.10 22:25:21.924412 [ 6 ] {2f3015bd-52e7-4065-bdc7-f49e947ec180} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.10 22:25:21.924706 [ 6 ] {2f3015bd-52e7-4065-bdc7-f49e947ec180} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:25:21.924908 [ 6 ] {2f3015bd-52e7-4065-bdc7-f49e947ec180} executeQuery: Read 66 rows, 5.90 KiB in 0.001863 sec., 35426.73107890499 rows/sec., 3.09 MiB/sec. 2026.04.10 22:25:21.924980 [ 6 ] {2f3015bd-52e7-4065-bdc7-f49e947ec180} TCPHandler: Processed in 0.002221225 sec. 2026.04.10 22:25:21.925203 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:21.925347 [ 6 ] {27221dea-bbdf-46f1-9a6a-6f60741430ca} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:25:21.925399 [ 6 ] {27221dea-bbdf-46f1-9a6a-6f60741430ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:25:21.925899 [ 6 ] {27221dea-bbdf-46f1-9a6a-6f60741430ca} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:21.925939 [ 6 ] {27221dea-bbdf-46f1-9a6a-6f60741430ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2026.04.10 22:25:21.926271 [ 6 ] {27221dea-bbdf-46f1-9a6a-6f60741430ca} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.10 22:25:21.926537 [ 6 ] {27221dea-bbdf-46f1-9a6a-6f60741430ca} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:25:21.926671 [ 122 ] {} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.04.10 22:25:21.926688 [ 6 ] {27221dea-bbdf-46f1-9a6a-6f60741430ca} executeQuery: Read 18 rows, 1.35 KiB in 0.001375 sec., 13090.909090909092 rows/sec., 984.38 KiB/sec. 2026.04.10 22:25:21.926743 [ 122 ] {} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:21.926757 [ 6 ] {27221dea-bbdf-46f1-9a6a-6f60741430ca} TCPHandler: Processed in 0.001633773 sec. 2026.04.10 22:25:21.926771 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2026.04.10 22:25:21.926894 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:21.926899 [ 190 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::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.10 22:25:21.927004 [ 6 ] {51ba1038-9a8e-4c50-af03-b95dc491a98a} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:25:21.927051 [ 6 ] {51ba1038-9a8e-4c50-af03-b95dc491a98a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:25:21.927071 [ 190 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:25:21.927134 [ 190 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 195 rows starting from the beginning of the part 2026.04.10 22:25:21.927263 [ 190 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 18 rows starting from the beginning of the part 2026.04.10 22:25:21.927322 [ 190 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 165 rows starting from the beginning of the part 2026.04.10 22:25:21.927386 [ 190 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 18 rows starting from the beginning of the part 2026.04.10 22:25:21.927430 [ 190 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 182 rows starting from the beginning of the part 2026.04.10 22:25:21.927471 [ 190 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 18 rows starting from the beginning of the part 2026.04.10 22:25:21.927531 [ 6 ] {51ba1038-9a8e-4c50-af03-b95dc491a98a} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:21.927577 [ 6 ] {51ba1038-9a8e-4c50-af03-b95dc491a98a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2026.04.10 22:25:21.927945 [ 6 ] {51ba1038-9a8e-4c50-af03-b95dc491a98a} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.10 22:25:21.928200 [ 6 ] {51ba1038-9a8e-4c50-af03-b95dc491a98a} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:25:21.928353 [ 6 ] {51ba1038-9a8e-4c50-af03-b95dc491a98a} executeQuery: Read 54 rows, 4.32 KiB in 0.001373 sec., 39329.93445010925 rows/sec., 3.07 MiB/sec. 2026.04.10 22:25:21.928395 [ 6 ] {51ba1038-9a8e-4c50-af03-b95dc491a98a} TCPHandler: Processed in 0.001553052 sec. 2026.04.10 22:25:21.928455 [ 201 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 596 rows, containing 5 columns (5 merged, 0 gathered) in 0.001602393 sec., 371943.7116862093 rows/sec., 24.77 MiB/sec. 2026.04.10 22:25:21.928521 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:21.928624 [ 6 ] {41070ed1-5bf3-4147-a6f2-fb55e44f6f72} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:25:21.928671 [ 6 ] {41070ed1-5bf3-4147-a6f2-fb55e44f6f72} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:25:21.928701 [ 200 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.04.10 22:25:21.929060 [ 200 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_16_3} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:25:21.929074 [ 6 ] {41070ed1-5bf3-4147-a6f2-fb55e44f6f72} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:21.929117 [ 6 ] {41070ed1-5bf3-4147-a6f2-fb55e44f6f72} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2026.04.10 22:25:21.929150 [ 200 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_16_3} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.04.10 22:25:21.929267 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.04.10 22:25:21.929472 [ 6 ] {41070ed1-5bf3-4147-a6f2-fb55e44f6f72} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.10 22:25:21.929700 [ 6 ] {41070ed1-5bf3-4147-a6f2-fb55e44f6f72} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:25:21.929812 [ 122 ] {} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.04.10 22:25:21.929829 [ 6 ] {41070ed1-5bf3-4147-a6f2-fb55e44f6f72} executeQuery: Read 110 rows, 7.86 KiB in 0.001227 sec., 89649.55175224124 rows/sec., 6.26 MiB/sec. 2026.04.10 22:25:21.929853 [ 122 ] {} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:21.929876 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2026.04.10 22:25:21.929876 [ 6 ] {41070ed1-5bf3-4147-a6f2-fb55e44f6f72} TCPHandler: Processed in 0.001405179 sec. 2026.04.10 22:25:21.929953 [ 190 ] {44193040-72a9-44ec-a565-c534b9f3dcff::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.10 22:25:21.930014 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:21.930072 [ 190 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:25:21.930109 [ 190 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1197 rows starting from the beginning of the part 2026.04.10 22:25:21.930117 [ 6 ] {1a96114e-dc81-4a44-b709-579b04bf6483} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:25:21.930170 [ 190 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 205 rows starting from the beginning of the part 2026.04.10 22:25:21.930183 [ 6 ] {1a96114e-dc81-4a44-b709-579b04bf6483} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:25:21.930226 [ 190 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 100 rows starting from the beginning of the part 2026.04.10 22:25:21.930285 [ 190 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 4826 rows starting from the beginning of the part 2026.04.10 22:25:21.930331 [ 190 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 66 rows starting from the beginning of the part 2026.04.10 22:25:21.930366 [ 190 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 110 rows starting from the beginning of the part 2026.04.10 22:25:21.930984 [ 6 ] {1a96114e-dc81-4a44-b709-579b04bf6483} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:21.931026 [ 6 ] {1a96114e-dc81-4a44-b709-579b04bf6483} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2026.04.10 22:25:21.931654 [ 6 ] {1a96114e-dc81-4a44-b709-579b04bf6483} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.10 22:25:21.931958 [ 6 ] {1a96114e-dc81-4a44-b709-579b04bf6483} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:25:21.932098 [ 122 ] {} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.04.10 22:25:21.932135 [ 122 ] {} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:21.932137 [ 6 ] {1a96114e-dc81-4a44-b709-579b04bf6483} executeQuery: Read 18 rows, 33.03 KiB in 0.002039 sec., 8827.856792545364 rows/sec., 15.82 MiB/sec. 2026.04.10 22:25:21.932153 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2026.04.10 22:25:21.932224 [ 6 ] {1a96114e-dc81-4a44-b709-579b04bf6483} TCPHandler: Processed in 0.002258386 sec. 2026.04.10 22:25:21.932272 [ 200 ] {240c2363-d096-4df1-a9c1-cf60540c0597::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.10 22:25:21.932382 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:21.932493 [ 6 ] {79ea7fdd-0c73-4f0d-a0df-45e251497018} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:25:21.932544 [ 6 ] {79ea7fdd-0c73-4f0d-a0df-45e251497018} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:25:21.932553 [ 200 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:25:21.932633 [ 200 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 226 rows starting from the beginning of the part 2026.04.10 22:25:21.932752 [ 190 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 6504 rows, containing 5 columns (5 merged, 0 gathered) in 0.002831717 sec., 2296839.691254458 rows/sec., 149.51 MiB/sec. 2026.04.10 22:25:21.932802 [ 200 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 18 rows starting from the beginning of the part 2026.04.10 22:25:21.932960 [ 200 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 23 rows starting from the beginning of the part 2026.04.10 22:25:21.932975 [ 6 ] {79ea7fdd-0c73-4f0d-a0df-45e251497018} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:21.933023 [ 6 ] {79ea7fdd-0c73-4f0d-a0df-45e251497018} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2026.04.10 22:25:21.933100 [ 200 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 18 rows starting from the beginning of the part 2026.04.10 22:25:21.933257 [ 197 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.04.10 22:25:21.933260 [ 200 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 34 rows starting from the beginning of the part 2026.04.10 22:25:21.933434 [ 200 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 18 rows starting from the beginning of the part 2026.04.10 22:25:21.933471 [ 6 ] {79ea7fdd-0c73-4f0d-a0df-45e251497018} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.10 22:25:21.933654 [ 197 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_16_3} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:25:21.933757 [ 197 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_16_3} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.04.10 22:25:21.933847 [ 6 ] {79ea7fdd-0c73-4f0d-a0df-45e251497018} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:25:21.933886 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.31 MiB. 2026.04.10 22:25:21.934028 [ 6 ] {79ea7fdd-0c73-4f0d-a0df-45e251497018} executeQuery: Read 40 rows, 2.73 KiB in 0.001556 sec., 25706.940874035987 rows/sec., 1.72 MiB/sec. 2026.04.10 22:25:21.934078 [ 6 ] {79ea7fdd-0c73-4f0d-a0df-45e251497018} TCPHandler: Processed in 0.001753975 sec. 2026.04.10 22:25:21.937524 [ 187 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 337 rows, containing 19 columns (19 merged, 0 gathered) in 0.005302697 sec., 63552.56579812121 rows/sec., 113.88 MiB/sec. 2026.04.10 22:25:21.938256 [ 187 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.04.10 22:25:21.938678 [ 187 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_16_3} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:25:21.938747 [ 187 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_16_3} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.04.10 22:25:21.938898 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.95 MiB. 2026.04.10 22:25:22.000187 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 236.32 MiB, peak 245.59 MiB, free memory in arenas 0.00 B, will set to 237.54 MiB (RSS), difference: 1.22 MiB 2026.04.10 22:25:25.407045 [ 120 ] {} DNSResolver: Updating DNS cache 2026.04.10 22:25:25.407103 [ 120 ] {} DNSResolver: Updated DNS cache 2026.04.10 22:25:25.534833 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 8638 2026.04.10 22:25:25.535483 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:25.535546 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2026.04.10 22:25:25.536233 [ 245 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.10 22:25:25.536470 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): 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.10 22:25:25.536627 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8638 2026.04.10 22:25:25.976487 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 136 2026.04.10 22:25:25.992449 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:25.992503 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2026.04.10 22:25:25.998605 [ 244 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.10 22:25:25.999315 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): 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.10 22:25:26.000242 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 242.07 MiB, peak 245.59 MiB, free memory in arenas 0.00 B, will set to 238.68 MiB (RSS), difference: -3.39 MiB 2026.04.10 22:25:26.001984 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 136 2026.04.10 22:25:26.884181 [ 45 ] {} oximeter.fields_ipaddr (b4784700-91f7-4af4-af29-376f839f9b40) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.04.10 22:25:26.884285 [ 45 ] {} oximeter.fields_ipaddr (b4784700-91f7-4af4-af29-376f839f9b40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:26.884321 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2026.04.10 22:25:26.884448 [ 197 ] {b4784700-91f7-4af4-af29-376f839f9b40::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.10 22:25:26.884614 [ 197 ] {b4784700-91f7-4af4-af29-376f839f9b40::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:25:26.884659 [ 197 ] {b4784700-91f7-4af4-af29-376f839f9b40::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.10 22:25:26.884748 [ 197 ] {b4784700-91f7-4af4-af29-376f839f9b40::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.10 22:25:26.884819 [ 197 ] {b4784700-91f7-4af4-af29-376f839f9b40::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part 2026.04.10 22:25:26.884881 [ 197 ] {b4784700-91f7-4af4-af29-376f839f9b40::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part 2026.04.10 22:25:26.884940 [ 197 ] {b4784700-91f7-4af4-af29-376f839f9b40::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part 2026.04.10 22:25:26.885786 [ 187 ] {b4784700-91f7-4af4-af29-376f839f9b40::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 5 columns (5 merged, 0 gathered) in 0.001388008 sec., 14409.138852225635 rows/sec., 1.20 MiB/sec. 2026.04.10 22:25:26.885954 [ 187 ] {b4784700-91f7-4af4-af29-376f839f9b40::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.04.10 22:25:26.886235 [ 187 ] {b4784700-91f7-4af4-af29-376f839f9b40::all_1_5_1} oximeter.fields_ipaddr (b4784700-91f7-4af4-af29-376f839f9b40): 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.10 22:25:26.886313 [ 187 ] {b4784700-91f7-4af4-af29-376f839f9b40::all_1_5_1} oximeter.fields_ipaddr (b4784700-91f7-4af4-af29-376f839f9b40) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.04.10 22:25:26.886414 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2026.04.10 22:25:26.930088 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:26.930321 [ 6 ] {f5302f5b-6585-42d0-81ab-3f1e45961ac3} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.10 22:25:26.930416 [ 6 ] {f5302f5b-6585-42d0-81ab-3f1e45961ac3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.10 22:25:26.931316 [ 6 ] {f5302f5b-6585-42d0-81ab-3f1e45961ac3} oximeter.fields_i16 (419f2eef-209c-46fc-9cc0-97b5087686b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:26.931359 [ 6 ] {f5302f5b-6585-42d0-81ab-3f1e45961ac3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2026.04.10 22:25:26.931729 [ 6 ] {f5302f5b-6585-42d0-81ab-3f1e45961ac3} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.10 22:25:26.931963 [ 6 ] {f5302f5b-6585-42d0-81ab-3f1e45961ac3} oximeter.fields_i16 (419f2eef-209c-46fc-9cc0-97b5087686b9): 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.10 22:25:26.932115 [ 6 ] {f5302f5b-6585-42d0-81ab-3f1e45961ac3} executeQuery: Read 284 rows, 18.47 KiB in 0.001863 sec., 152442.2973698336 rows/sec., 9.68 MiB/sec. 2026.04.10 22:25:26.932135 [ 118 ] {} oximeter.fields_i16 (419f2eef-209c-46fc-9cc0-97b5087686b9) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.04.10 22:25:26.932164 [ 6 ] {f5302f5b-6585-42d0-81ab-3f1e45961ac3} TCPHandler: Processed in 0.002238355 sec. 2026.04.10 22:25:26.932230 [ 118 ] {} oximeter.fields_i16 (419f2eef-209c-46fc-9cc0-97b5087686b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:26.932271 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2026.04.10 22:25:26.932350 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:26.932364 [ 197 ] {419f2eef-209c-46fc-9cc0-97b5087686b9::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.10 22:25:26.932467 [ 197 ] {419f2eef-209c-46fc-9cc0-97b5087686b9::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:25:26.932483 [ 6 ] {32cf73dc-3f9c-429e-87d6-45cf46fd1fa0} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:25:26.932492 [ 197 ] {419f2eef-209c-46fc-9cc0-97b5087686b9::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 284 rows starting from the beginning of the part 2026.04.10 22:25:26.932535 [ 6 ] {32cf73dc-3f9c-429e-87d6-45cf46fd1fa0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:25:26.932553 [ 197 ] {419f2eef-209c-46fc-9cc0-97b5087686b9::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 284 rows starting from the beginning of the part 2026.04.10 22:25:26.932594 [ 197 ] {419f2eef-209c-46fc-9cc0-97b5087686b9::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 284 rows starting from the beginning of the part 2026.04.10 22:25:26.932628 [ 197 ] {419f2eef-209c-46fc-9cc0-97b5087686b9::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 284 rows starting from the beginning of the part 2026.04.10 22:25:26.932680 [ 197 ] {419f2eef-209c-46fc-9cc0-97b5087686b9::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 284 rows starting from the beginning of the part 2026.04.10 22:25:26.933332 [ 6 ] {32cf73dc-3f9c-429e-87d6-45cf46fd1fa0} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:26.933374 [ 6 ] {32cf73dc-3f9c-429e-87d6-45cf46fd1fa0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2026.04.10 22:25:26.933561 [ 190 ] {419f2eef-209c-46fc-9cc0-97b5087686b9::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 1420 rows, containing 5 columns (5 merged, 0 gathered) in 0.001227154 sec., 1157148.9804865567 rows/sec., 77.91 MiB/sec. 2026.04.10 22:25:26.933734 [ 195 ] {419f2eef-209c-46fc-9cc0-97b5087686b9::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.04.10 22:25:26.933802 [ 6 ] {32cf73dc-3f9c-429e-87d6-45cf46fd1fa0} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.10 22:25:26.934006 [ 195 ] {419f2eef-209c-46fc-9cc0-97b5087686b9::all_1_5_1} oximeter.fields_i16 (419f2eef-209c-46fc-9cc0-97b5087686b9): 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.10 22:25:26.934033 [ 6 ] {32cf73dc-3f9c-429e-87d6-45cf46fd1fa0} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:25:26.934069 [ 195 ] {419f2eef-209c-46fc-9cc0-97b5087686b9::all_1_5_1} oximeter.fields_i16 (419f2eef-209c-46fc-9cc0-97b5087686b9) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.04.10 22:25:26.934144 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.04.10 22:25:26.934168 [ 6 ] {32cf73dc-3f9c-429e-87d6-45cf46fd1fa0} executeQuery: Read 817 rows, 65.11 KiB in 0.001709 sec., 478057.34347571677 rows/sec., 37.21 MiB/sec. 2026.04.10 22:25:26.934207 [ 6 ] {32cf73dc-3f9c-429e-87d6-45cf46fd1fa0} TCPHandler: Processed in 0.001910268 sec. 2026.04.10 22:25:26.934329 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:26.934426 [ 6 ] {5b52980f-093b-475b-9727-ceffc6868c86} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:25:26.934469 [ 6 ] {5b52980f-093b-475b-9727-ceffc6868c86} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:25:26.934919 [ 6 ] {5b52980f-093b-475b-9727-ceffc6868c86} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:26.934957 [ 6 ] {5b52980f-093b-475b-9727-ceffc6868c86} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2026.04.10 22:25:26.935288 [ 6 ] {5b52980f-093b-475b-9727-ceffc6868c86} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.10 22:25:26.935508 [ 6 ] {5b52980f-093b-475b-9727-ceffc6868c86} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:25:26.935635 [ 6 ] {5b52980f-093b-475b-9727-ceffc6868c86} executeQuery: Read 165 rows, 10.27 KiB in 0.001229 sec., 134255.49227013832 rows/sec., 8.16 MiB/sec. 2026.04.10 22:25:26.935672 [ 6 ] {5b52980f-093b-475b-9727-ceffc6868c86} TCPHandler: Processed in 0.001393818 sec. 2026.04.10 22:25:26.935809 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:26.935905 [ 6 ] {5af30617-acd0-42ad-b7ac-b97398c135a0} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.10 22:25:26.935945 [ 6 ] {5af30617-acd0-42ad-b7ac-b97398c135a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.10 22:25:26.936373 [ 6 ] {5af30617-acd0-42ad-b7ac-b97398c135a0} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:26.936410 [ 6 ] {5af30617-acd0-42ad-b7ac-b97398c135a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2026.04.10 22:25:26.936721 [ 6 ] {5af30617-acd0-42ad-b7ac-b97398c135a0} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.10 22:25:26.936937 [ 6 ] {5af30617-acd0-42ad-b7ac-b97398c135a0} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002): 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.10 22:25:26.937065 [ 6 ] {5af30617-acd0-42ad-b7ac-b97398c135a0} executeQuery: Read 149 rows, 9.86 KiB in 0.001179 sec., 126378.2866836302 rows/sec., 8.16 MiB/sec. 2026.04.10 22:25:26.937103 [ 6 ] {5af30617-acd0-42ad-b7ac-b97398c135a0} TCPHandler: Processed in 0.001349388 sec. 2026.04.10 22:25:26.937220 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:26.937314 [ 6 ] {26354250-b153-4084-bfcc-b3c5c0026232} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.10 22:25:26.937354 [ 6 ] {26354250-b153-4084-bfcc-b3c5c0026232} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.10 22:25:26.937781 [ 6 ] {26354250-b153-4084-bfcc-b3c5c0026232} oximeter.fields_u8 (db645430-3721-434f-a428-3eb1f7165166): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:26.937817 [ 6 ] {26354250-b153-4084-bfcc-b3c5c0026232} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2026.04.10 22:25:26.938148 [ 6 ] {26354250-b153-4084-bfcc-b3c5c0026232} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.10 22:25:26.938360 [ 6 ] {26354250-b153-4084-bfcc-b3c5c0026232} oximeter.fields_u8 (db645430-3721-434f-a428-3eb1f7165166): 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.10 22:25:26.938481 [ 118 ] {} oximeter.fields_u8 (db645430-3721-434f-a428-3eb1f7165166) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.04.10 22:25:26.938489 [ 6 ] {26354250-b153-4084-bfcc-b3c5c0026232} executeQuery: Read 148 rows, 8.62 KiB in 0.001194 sec., 123953.09882747069 rows/sec., 7.05 MiB/sec. 2026.04.10 22:25:26.938524 [ 118 ] {} oximeter.fields_u8 (db645430-3721-434f-a428-3eb1f7165166): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:26.938546 [ 6 ] {26354250-b153-4084-bfcc-b3c5c0026232} TCPHandler: Processed in 0.001375378 sec. 2026.04.10 22:25:26.938549 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2026.04.10 22:25:26.938638 [ 197 ] {db645430-3721-434f-a428-3eb1f7165166::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.10 22:25:26.938668 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:26.938723 [ 197 ] {db645430-3721-434f-a428-3eb1f7165166::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:25:26.938752 [ 197 ] {db645430-3721-434f-a428-3eb1f7165166::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 148 rows starting from the beginning of the part 2026.04.10 22:25:26.938769 [ 6 ] {d0cdb38d-9c40-4d13-8277-80dd0690ab7f} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:25:26.938796 [ 197 ] {db645430-3721-434f-a428-3eb1f7165166::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 148 rows starting from the beginning of the part 2026.04.10 22:25:26.938815 [ 6 ] {d0cdb38d-9c40-4d13-8277-80dd0690ab7f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:25:26.938834 [ 197 ] {db645430-3721-434f-a428-3eb1f7165166::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 148 rows starting from the beginning of the part 2026.04.10 22:25:26.938872 [ 197 ] {db645430-3721-434f-a428-3eb1f7165166::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 148 rows starting from the beginning of the part 2026.04.10 22:25:26.938906 [ 197 ] {db645430-3721-434f-a428-3eb1f7165166::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 148 rows starting from the beginning of the part 2026.04.10 22:25:26.939400 [ 6 ] {d0cdb38d-9c40-4d13-8277-80dd0690ab7f} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:26.939442 [ 6 ] {d0cdb38d-9c40-4d13-8277-80dd0690ab7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2026.04.10 22:25:26.939611 [ 197 ] {db645430-3721-434f-a428-3eb1f7165166::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 740 rows, containing 5 columns (5 merged, 0 gathered) in 0.00100046 sec., 739659.7565120044 rows/sec., 44.89 MiB/sec. 2026.04.10 22:25:26.939768 [ 197 ] {db645430-3721-434f-a428-3eb1f7165166::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.04.10 22:25:26.939786 [ 6 ] {d0cdb38d-9c40-4d13-8277-80dd0690ab7f} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.10 22:25:26.940081 [ 6 ] {d0cdb38d-9c40-4d13-8277-80dd0690ab7f} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:25:26.940089 [ 197 ] {db645430-3721-434f-a428-3eb1f7165166::all_1_5_1} oximeter.fields_u8 (db645430-3721-434f-a428-3eb1f7165166): 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.10 22:25:26.940167 [ 197 ] {db645430-3721-434f-a428-3eb1f7165166::all_1_5_1} oximeter.fields_u8 (db645430-3721-434f-a428-3eb1f7165166) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.04.10 22:25:26.940222 [ 6 ] {d0cdb38d-9c40-4d13-8277-80dd0690ab7f} executeQuery: Read 485 rows, 34.78 KiB in 0.001472 sec., 329483.6956521739 rows/sec., 23.08 MiB/sec. 2026.04.10 22:25:26.940229 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.04.10 22:25:26.940269 [ 6 ] {d0cdb38d-9c40-4d13-8277-80dd0690ab7f} TCPHandler: Processed in 0.001651444 sec. 2026.04.10 22:25:26.940385 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:26.940479 [ 6 ] {0c2ad0c9-ed27-41ef-a799-967cbc70b9bd} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.10 22:25:26.940522 [ 6 ] {0c2ad0c9-ed27-41ef-a799-967cbc70b9bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.10 22:25:26.940872 [ 6 ] {0c2ad0c9-ed27-41ef-a799-967cbc70b9bd} oximeter.measurements_bool (866da8bb-a9f8-4668-8c33-6b1a5bc68a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:26.940909 [ 6 ] {0c2ad0c9-ed27-41ef-a799-967cbc70b9bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2026.04.10 22:25:26.941239 [ 6 ] {0c2ad0c9-ed27-41ef-a799-967cbc70b9bd} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.10 22:25:26.941444 [ 6 ] {0c2ad0c9-ed27-41ef-a799-967cbc70b9bd} oximeter.measurements_bool (866da8bb-a9f8-4668-8c33-6b1a5bc68a2a): 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.10 22:25:26.941543 [ 118 ] {} oximeter.measurements_bool (866da8bb-a9f8-4668-8c33-6b1a5bc68a2a) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.04.10 22:25:26.941574 [ 6 ] {0c2ad0c9-ed27-41ef-a799-967cbc70b9bd} executeQuery: Read 6 rows, 321.00 B in 0.001113 sec., 5390.8355795148245 rows/sec., 281.65 KiB/sec. 2026.04.10 22:25:26.941582 [ 118 ] {} oximeter.measurements_bool (866da8bb-a9f8-4668-8c33-6b1a5bc68a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:26.941615 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2026.04.10 22:25:26.941616 [ 6 ] {0c2ad0c9-ed27-41ef-a799-967cbc70b9bd} TCPHandler: Processed in 0.001281606 sec. 2026.04.10 22:25:26.941691 [ 195 ] {866da8bb-a9f8-4668-8c33-6b1a5bc68a2a::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.10 22:25:26.941760 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:26.941775 [ 195 ] {866da8bb-a9f8-4668-8c33-6b1a5bc68a2a::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:25:26.941803 [ 195 ] {866da8bb-a9f8-4668-8c33-6b1a5bc68a2a::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part 2026.04.10 22:25:26.941854 [ 195 ] {866da8bb-a9f8-4668-8c33-6b1a5bc68a2a::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part 2026.04.10 22:25:26.941855 [ 6 ] {167966f5-f79f-4627-a9bd-a5941aba3837} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:25:26.941891 [ 195 ] {866da8bb-a9f8-4668-8c33-6b1a5bc68a2a::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part 2026.04.10 22:25:26.941904 [ 6 ] {167966f5-f79f-4627-a9bd-a5941aba3837} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:25:26.941927 [ 195 ] {866da8bb-a9f8-4668-8c33-6b1a5bc68a2a::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part 2026.04.10 22:25:26.941961 [ 195 ] {866da8bb-a9f8-4668-8c33-6b1a5bc68a2a::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part 2026.04.10 22:25:26.942320 [ 6 ] {167966f5-f79f-4627-a9bd-a5941aba3837} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:26.942356 [ 6 ] {167966f5-f79f-4627-a9bd-a5941aba3837} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2026.04.10 22:25:26.942539 [ 197 ] {866da8bb-a9f8-4668-8c33-6b1a5bc68a2a::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.000880357 sec., 34077.08463725511 rows/sec., 1.74 MiB/sec. 2026.04.10 22:25:26.942649 [ 197 ] {866da8bb-a9f8-4668-8c33-6b1a5bc68a2a::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.04.10 22:25:26.942716 [ 6 ] {167966f5-f79f-4627-a9bd-a5941aba3837} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.10 22:25:26.942962 [ 197 ] {866da8bb-a9f8-4668-8c33-6b1a5bc68a2a::all_1_5_1} oximeter.measurements_bool (866da8bb-a9f8-4668-8c33-6b1a5bc68a2a): 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.10 22:25:26.943002 [ 6 ] {167966f5-f79f-4627-a9bd-a5941aba3837} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:25:26.943037 [ 197 ] {866da8bb-a9f8-4668-8c33-6b1a5bc68a2a::all_1_5_1} oximeter.measurements_bool (866da8bb-a9f8-4668-8c33-6b1a5bc68a2a) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.04.10 22:25:26.943107 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.04.10 22:25:26.943143 [ 6 ] {167966f5-f79f-4627-a9bd-a5941aba3837} executeQuery: Read 215 rows, 14.48 KiB in 0.001307 sec., 164498.85233358838 rows/sec., 10.82 MiB/sec. 2026.04.10 22:25:26.943185 [ 6 ] {167966f5-f79f-4627-a9bd-a5941aba3837} TCPHandler: Processed in 0.001474759 sec. 2026.04.10 22:25:26.943298 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:26.943392 [ 6 ] {9b5938c5-9b0e-4d79-a07e-21c457d78082} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.10 22:25:26.943434 [ 6 ] {9b5938c5-9b0e-4d79-a07e-21c457d78082} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.10 22:25:26.943754 [ 6 ] {9b5938c5-9b0e-4d79-a07e-21c457d78082} oximeter.measurements_f64 (58e3eb3a-a7ad-4b02-bedb-c669836543a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:26.943790 [ 6 ] {9b5938c5-9b0e-4d79-a07e-21c457d78082} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2026.04.10 22:25:26.944088 [ 6 ] {9b5938c5-9b0e-4d79-a07e-21c457d78082} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.10 22:25:26.944292 [ 6 ] {9b5938c5-9b0e-4d79-a07e-21c457d78082} oximeter.measurements_f64 (58e3eb3a-a7ad-4b02-bedb-c669836543a8): 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.10 22:25:26.944389 [ 118 ] {} oximeter.measurements_f64 (58e3eb3a-a7ad-4b02-bedb-c669836543a8) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.04.10 22:25:26.944419 [ 6 ] {9b5938c5-9b0e-4d79-a07e-21c457d78082} executeQuery: Read 1 rows, 69.00 B in 0.001046 sec., 956.0229445506692 rows/sec., 64.42 KiB/sec. 2026.04.10 22:25:26.944421 [ 118 ] {} oximeter.measurements_f64 (58e3eb3a-a7ad-4b02-bedb-c669836543a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:26.944458 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2026.04.10 22:25:26.944460 [ 6 ] {9b5938c5-9b0e-4d79-a07e-21c457d78082} TCPHandler: Processed in 0.001211624 sec. 2026.04.10 22:25:26.944567 [ 194 ] {58e3eb3a-a7ad-4b02-bedb-c669836543a8::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.10 22:25:26.944607 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:26.944681 [ 194 ] {58e3eb3a-a7ad-4b02-bedb-c669836543a8::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:25:26.944719 [ 194 ] {58e3eb3a-a7ad-4b02-bedb-c669836543a8::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part 2026.04.10 22:25:26.944731 [ 6 ] {58627866-2c64-4e4d-afcd-3483ab846090} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:25:26.944780 [ 194 ] {58e3eb3a-a7ad-4b02-bedb-c669836543a8::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.10 22:25:26.944801 [ 6 ] {58627866-2c64-4e4d-afcd-3483ab846090} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:25:26.944844 [ 194 ] {58e3eb3a-a7ad-4b02-bedb-c669836543a8::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.10 22:25:26.944894 [ 194 ] {58e3eb3a-a7ad-4b02-bedb-c669836543a8::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.10 22:25:26.944934 [ 194 ] {58e3eb3a-a7ad-4b02-bedb-c669836543a8::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.10 22:25:26.945746 [ 191 ] {58e3eb3a-a7ad-4b02-bedb-c669836543a8::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.001215105 sec., 4114.8707313359755 rows/sec., 277.27 KiB/sec. 2026.04.10 22:25:26.945761 [ 6 ] {58627866-2c64-4e4d-afcd-3483ab846090} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:26.945817 [ 6 ] {58627866-2c64-4e4d-afcd-3483ab846090} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2026.04.10 22:25:26.945895 [ 194 ] {58e3eb3a-a7ad-4b02-bedb-c669836543a8::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.04.10 22:25:26.946173 [ 194 ] {58e3eb3a-a7ad-4b02-bedb-c669836543a8::all_1_5_1} oximeter.measurements_f64 (58e3eb3a-a7ad-4b02-bedb-c669836543a8): 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.10 22:25:26.946239 [ 194 ] {58e3eb3a-a7ad-4b02-bedb-c669836543a8::all_1_5_1} oximeter.measurements_f64 (58e3eb3a-a7ad-4b02-bedb-c669836543a8) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.04.10 22:25:26.946298 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.04.10 22:25:26.946405 [ 6 ] {58627866-2c64-4e4d-afcd-3483ab846090} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.10 22:25:26.946635 [ 6 ] {58627866-2c64-4e4d-afcd-3483ab846090} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:25:26.946772 [ 6 ] {58627866-2c64-4e4d-afcd-3483ab846090} executeQuery: Read 23 rows, 42.20 KiB in 0.002065 sec., 11138.014527845036 rows/sec., 19.96 MiB/sec. 2026.04.10 22:25:26.946823 [ 6 ] {58627866-2c64-4e4d-afcd-3483ab846090} TCPHandler: Processed in 0.002275536 sec. 2026.04.10 22:25:26.946935 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:26.947027 [ 6 ] {b7e4dbaa-9240-44e4-a95c-90f49b0da200} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:25:26.947068 [ 6 ] {b7e4dbaa-9240-44e4-a95c-90f49b0da200} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:25:26.947447 [ 6 ] {b7e4dbaa-9240-44e4-a95c-90f49b0da200} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:26.947511 [ 6 ] {b7e4dbaa-9240-44e4-a95c-90f49b0da200} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2026.04.10 22:25:26.947844 [ 6 ] {b7e4dbaa-9240-44e4-a95c-90f49b0da200} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.10 22:25:26.948055 [ 6 ] {b7e4dbaa-9240-44e4-a95c-90f49b0da200} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:25:26.948152 [ 118 ] {} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.04.10 22:25:26.948180 [ 6 ] {b7e4dbaa-9240-44e4-a95c-90f49b0da200} executeQuery: Read 70 rows, 4.36 KiB in 0.001172 sec., 59726.96245733788 rows/sec., 3.63 MiB/sec. 2026.04.10 22:25:26.948181 [ 118 ] {} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:26.948219 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2026.04.10 22:25:26.948223 [ 6 ] {b7e4dbaa-9240-44e4-a95c-90f49b0da200} TCPHandler: Processed in 0.001335407 sec. 2026.04.10 22:25:26.948325 [ 191 ] {d011da2b-2502-4d0a-9756-3e9226add765::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.10 22:25:26.948437 [ 191 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:25:26.948469 [ 191 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 414 rows starting from the beginning of the part 2026.04.10 22:25:26.948528 [ 191 ] {d011da2b-2502-4d0a-9756-3e9226add765::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.10 22:25:26.948578 [ 191 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 44 rows starting from the beginning of the part 2026.04.10 22:25:26.948627 [ 191 ] {d011da2b-2502-4d0a-9756-3e9226add765::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.10 22:25:26.948675 [ 191 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 40 rows starting from the beginning of the part 2026.04.10 22:25:26.948718 [ 191 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 70 rows starting from the beginning of the part 2026.04.10 22:25:26.949502 [ 191 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 622 rows, containing 4 columns (4 merged, 0 gathered) in 0.001218135 sec., 510616.6393708415 rows/sec., 32.90 MiB/sec. 2026.04.10 22:25:26.949694 [ 193 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.04.10 22:25:26.949978 [ 193 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_16_3} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:25:26.950045 [ 193 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_16_3} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.04.10 22:25:26.950117 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.04.10 22:25:27.000176 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 235.64 MiB, peak 245.59 MiB, free memory in arenas 0.00 B, will set to 239.04 MiB (RSS), difference: 3.41 MiB 2026.04.10 22:25:30.553541 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 478 2026.04.10 22:25:30.556099 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:30.556166 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2026.04.10 22:25:30.557436 [ 243 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.10 22:25:30.557735 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): 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.10 22:25:30.558116 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 478 2026.04.10 22:25:31.922379 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:31.922575 [ 6 ] {e720ac39-36c2-4e12-948c-25e612c19294} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.10 22:25:31.922647 [ 6 ] {e720ac39-36c2-4e12-948c-25e612c19294} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.10 22:25:31.923407 [ 6 ] {e720ac39-36c2-4e12-948c-25e612c19294} oximeter.fields_ipaddr (b4784700-91f7-4af4-af29-376f839f9b40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:31.923443 [ 6 ] {e720ac39-36c2-4e12-948c-25e612c19294} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2026.04.10 22:25:31.923819 [ 6 ] {e720ac39-36c2-4e12-948c-25e612c19294} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.10 22:25:31.924051 [ 6 ] {e720ac39-36c2-4e12-948c-25e612c19294} oximeter.fields_ipaddr (b4784700-91f7-4af4-af29-376f839f9b40): 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.10 22:25:31.924202 [ 6 ] {e720ac39-36c2-4e12-948c-25e612c19294} executeQuery: Read 6 rows, 501.00 B in 0.001683 sec., 3565.0623885918003 rows/sec., 290.71 KiB/sec. 2026.04.10 22:25:31.924242 [ 6 ] {e720ac39-36c2-4e12-948c-25e612c19294} TCPHandler: Processed in 0.00199606 sec. 2026.04.10 22:25:31.924376 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:31.924470 [ 6 ] {23ba5f1f-02fd-4119-bba5-f5de8cc74716} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:25:31.924509 [ 6 ] {23ba5f1f-02fd-4119-bba5-f5de8cc74716} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:25:31.925023 [ 6 ] {23ba5f1f-02fd-4119-bba5-f5de8cc74716} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:31.925059 [ 6 ] {23ba5f1f-02fd-4119-bba5-f5de8cc74716} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2026.04.10 22:25:31.925366 [ 6 ] {23ba5f1f-02fd-4119-bba5-f5de8cc74716} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.10 22:25:31.925578 [ 6 ] {23ba5f1f-02fd-4119-bba5-f5de8cc74716} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:25:31.925702 [ 6 ] {23ba5f1f-02fd-4119-bba5-f5de8cc74716} executeQuery: Read 69 rows, 6.12 KiB in 0.001251 sec., 55155.87529976019 rows/sec., 4.78 MiB/sec. 2026.04.10 22:25:31.925739 [ 6 ] {23ba5f1f-02fd-4119-bba5-f5de8cc74716} TCPHandler: Processed in 0.001423168 sec. 2026.04.10 22:25:31.925870 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:31.925971 [ 6 ] {66e7ef04-041b-47de-9767-e3b11ecc93e6} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:25:31.926014 [ 6 ] {66e7ef04-041b-47de-9767-e3b11ecc93e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:25:31.926443 [ 6 ] {66e7ef04-041b-47de-9767-e3b11ecc93e6} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:31.926476 [ 6 ] {66e7ef04-041b-47de-9767-e3b11ecc93e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2026.04.10 22:25:31.926785 [ 6 ] {66e7ef04-041b-47de-9767-e3b11ecc93e6} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.10 22:25:31.926985 [ 6 ] {66e7ef04-041b-47de-9767-e3b11ecc93e6} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:25:31.927122 [ 6 ] {66e7ef04-041b-47de-9767-e3b11ecc93e6} executeQuery: Read 24 rows, 1.77 KiB in 0.00117 sec., 20512.82051282051 rows/sec., 1.48 MiB/sec. 2026.04.10 22:25:31.927157 [ 6 ] {66e7ef04-041b-47de-9767-e3b11ecc93e6} TCPHandler: Processed in 0.001343597 sec. 2026.04.10 22:25:31.927274 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:31.927368 [ 6 ] {c7fad132-50c0-45da-8067-fc0f72b76498} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:25:31.927407 [ 6 ] {c7fad132-50c0-45da-8067-fc0f72b76498} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:25:31.927846 [ 6 ] {c7fad132-50c0-45da-8067-fc0f72b76498} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:31.927880 [ 6 ] {c7fad132-50c0-45da-8067-fc0f72b76498} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2026.04.10 22:25:31.928172 [ 6 ] {c7fad132-50c0-45da-8067-fc0f72b76498} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.10 22:25:31.928371 [ 6 ] {c7fad132-50c0-45da-8067-fc0f72b76498} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:25:31.928494 [ 6 ] {c7fad132-50c0-45da-8067-fc0f72b76498} executeQuery: Read 60 rows, 4.81 KiB in 0.001144 sec., 52447.55244755244 rows/sec., 4.11 MiB/sec. 2026.04.10 22:25:31.928529 [ 6 ] {c7fad132-50c0-45da-8067-fc0f72b76498} TCPHandler: Processed in 0.001304017 sec. 2026.04.10 22:25:31.928646 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:31.928739 [ 6 ] {d0030d5a-37da-43f7-a3c8-93c6e0d0f5a6} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:25:31.928781 [ 6 ] {d0030d5a-37da-43f7-a3c8-93c6e0d0f5a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:25:31.929190 [ 6 ] {d0030d5a-37da-43f7-a3c8-93c6e0d0f5a6} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:31.929223 [ 6 ] {d0030d5a-37da-43f7-a3c8-93c6e0d0f5a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2026.04.10 22:25:31.929545 [ 6 ] {d0030d5a-37da-43f7-a3c8-93c6e0d0f5a6} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.10 22:25:31.929748 [ 6 ] {d0030d5a-37da-43f7-a3c8-93c6e0d0f5a6} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:25:31.929875 [ 6 ] {d0030d5a-37da-43f7-a3c8-93c6e0d0f5a6} executeQuery: Read 113 rows, 8.07 KiB in 0.001154 sec., 97920.27729636048 rows/sec., 6.83 MiB/sec. 2026.04.10 22:25:31.929910 [ 6 ] {d0030d5a-37da-43f7-a3c8-93c6e0d0f5a6} TCPHandler: Processed in 0.001310986 sec. 2026.04.10 22:25:31.930040 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:31.930136 [ 6 ] {19187644-770f-4946-9c23-b9d86f2377ac} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:25:31.930188 [ 6 ] {19187644-770f-4946-9c23-b9d86f2377ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:25:31.930963 [ 6 ] {19187644-770f-4946-9c23-b9d86f2377ac} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:31.930997 [ 6 ] {19187644-770f-4946-9c23-b9d86f2377ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2026.04.10 22:25:31.931493 [ 6 ] {19187644-770f-4946-9c23-b9d86f2377ac} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.10 22:25:31.931751 [ 6 ] {19187644-770f-4946-9c23-b9d86f2377ac} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:25:31.931905 [ 6 ] {19187644-770f-4946-9c23-b9d86f2377ac} executeQuery: Read 18 rows, 33.03 KiB in 0.001787 sec., 10072.747621712368 rows/sec., 18.05 MiB/sec. 2026.04.10 22:25:31.931960 [ 6 ] {19187644-770f-4946-9c23-b9d86f2377ac} TCPHandler: Processed in 0.00197151 sec. 2026.04.10 22:25:31.932088 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:31.932180 [ 6 ] {333a3370-d0c0-4dad-969f-8ca28db18c17} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:25:31.932221 [ 6 ] {333a3370-d0c0-4dad-969f-8ca28db18c17} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:25:31.932569 [ 6 ] {333a3370-d0c0-4dad-969f-8ca28db18c17} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:31.932605 [ 6 ] {333a3370-d0c0-4dad-969f-8ca28db18c17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2026.04.10 22:25:31.932901 [ 6 ] {333a3370-d0c0-4dad-969f-8ca28db18c17} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.10 22:25:31.933110 [ 6 ] {333a3370-d0c0-4dad-969f-8ca28db18c17} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:25:31.933233 [ 6 ] {333a3370-d0c0-4dad-969f-8ca28db18c17} executeQuery: Read 40 rows, 2.73 KiB in 0.00107 sec., 37383.17757009346 rows/sec., 2.50 MiB/sec. 2026.04.10 22:25:31.933267 [ 6 ] {333a3370-d0c0-4dad-969f-8ca28db18c17} TCPHandler: Processed in 0.001226805 sec. 2026.04.10 22:25:33.036738 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 9150 2026.04.10 22:25:33.037257 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:33.037308 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2026.04.10 22:25:33.037821 [ 245 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.10 22:25:33.038070 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): 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.10 22:25:33.038217 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9150 2026.04.10 22:25:33.502084 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 2026.04.10 22:25:33.519473 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:33.519529 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2026.04.10 22:25:33.526265 [ 244 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.10 22:25:33.527001 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): 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.10 22:25:33.530109 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 144 2026.04.10 22:25:36.929400 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:36.929594 [ 6 ] {23c5cfd3-c613-476c-88a0-336038835005} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.10 22:25:36.929662 [ 6 ] {23c5cfd3-c613-476c-88a0-336038835005} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.10 22:25:36.930394 [ 6 ] {23c5cfd3-c613-476c-88a0-336038835005} oximeter.fields_i16 (419f2eef-209c-46fc-9cc0-97b5087686b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:36.930436 [ 6 ] {23c5cfd3-c613-476c-88a0-336038835005} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2026.04.10 22:25:36.930838 [ 6 ] {23c5cfd3-c613-476c-88a0-336038835005} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.10 22:25:36.931057 [ 6 ] {23c5cfd3-c613-476c-88a0-336038835005} oximeter.fields_i16 (419f2eef-209c-46fc-9cc0-97b5087686b9): 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.10 22:25:36.931205 [ 6 ] {23c5cfd3-c613-476c-88a0-336038835005} executeQuery: Read 284 rows, 18.47 KiB in 0.001661 sec., 170981.33654425046 rows/sec., 10.86 MiB/sec. 2026.04.10 22:25:36.931246 [ 6 ] {23c5cfd3-c613-476c-88a0-336038835005} TCPHandler: Processed in 0.00197248 sec. 2026.04.10 22:25:36.931372 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:36.931465 [ 6 ] {aec58a76-3c59-4e76-a60d-0c5378dc4cf8} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:25:36.931505 [ 6 ] {aec58a76-3c59-4e76-a60d-0c5378dc4cf8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:25:36.932270 [ 6 ] {aec58a76-3c59-4e76-a60d-0c5378dc4cf8} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:36.932307 [ 6 ] {aec58a76-3c59-4e76-a60d-0c5378dc4cf8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2026.04.10 22:25:36.932645 [ 6 ] {aec58a76-3c59-4e76-a60d-0c5378dc4cf8} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.10 22:25:36.932847 [ 6 ] {aec58a76-3c59-4e76-a60d-0c5378dc4cf8} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:25:36.932967 [ 105 ] {} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.04.10 22:25:36.932973 [ 6 ] {aec58a76-3c59-4e76-a60d-0c5378dc4cf8} executeQuery: Read 817 rows, 65.11 KiB in 0.001527 sec., 535036.0183366077 rows/sec., 41.64 MiB/sec. 2026.04.10 22:25:36.933042 [ 105 ] {} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:36.933058 [ 6 ] {aec58a76-3c59-4e76-a60d-0c5378dc4cf8} TCPHandler: Processed in 0.001734375 sec. 2026.04.10 22:25:36.933069 [ 105 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2026.04.10 22:25:36.933178 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:36.933199 [ 194 ] {15303715-e1d3-410d-9b74-21f9c069a75b::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.10 22:25:36.933276 [ 6 ] {6ea02ae4-d703-49df-8406-114351e7d7ef} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:25:36.933320 [ 6 ] {6ea02ae4-d703-49df-8406-114351e7d7ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:25:36.933354 [ 194 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:25:36.933395 [ 194 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 3213 rows starting from the beginning of the part 2026.04.10 22:25:36.933464 [ 194 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 30 rows starting from the beginning of the part 2026.04.10 22:25:36.933515 [ 194 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 66 rows starting from the beginning of the part 2026.04.10 22:25:36.933559 [ 194 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 817 rows starting from the beginning of the part 2026.04.10 22:25:36.933600 [ 194 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 69 rows starting from the beginning of the part 2026.04.10 22:25:36.933643 [ 194 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 817 rows starting from the beginning of the part 2026.04.10 22:25:36.933756 [ 6 ] {6ea02ae4-d703-49df-8406-114351e7d7ef} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:36.933798 [ 6 ] {6ea02ae4-d703-49df-8406-114351e7d7ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:25:36.934148 [ 6 ] {6ea02ae4-d703-49df-8406-114351e7d7ef} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.10 22:25:36.934373 [ 6 ] {6ea02ae4-d703-49df-8406-114351e7d7ef} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:25:36.934507 [ 6 ] {6ea02ae4-d703-49df-8406-114351e7d7ef} executeQuery: Read 165 rows, 10.27 KiB in 0.001249 sec., 132105.6845476381 rows/sec., 8.03 MiB/sec. 2026.04.10 22:25:36.934544 [ 6 ] {6ea02ae4-d703-49df-8406-114351e7d7ef} TCPHandler: Processed in 0.001413688 sec. 2026.04.10 22:25:36.934661 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:36.934754 [ 6 ] {952c4399-b46c-47a8-a7ba-5fea82573b0e} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.10 22:25:36.934793 [ 6 ] {952c4399-b46c-47a8-a7ba-5fea82573b0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.10 22:25:36.935226 [ 6 ] {952c4399-b46c-47a8-a7ba-5fea82573b0e} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:36.935262 [ 6 ] {952c4399-b46c-47a8-a7ba-5fea82573b0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:25:36.935570 [ 6 ] {952c4399-b46c-47a8-a7ba-5fea82573b0e} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.10 22:25:36.935654 [ 191 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 5012 rows, containing 5 columns (5 merged, 0 gathered) in 0.0025137 sec., 1993873.5728209415 rows/sec., 159.65 MiB/sec. 2026.04.10 22:25:36.935783 [ 6 ] {952c4399-b46c-47a8-a7ba-5fea82573b0e} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002): 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.10 22:25:36.935898 [ 106 ] {} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.10 22:25:36.935906 [ 6 ] {952c4399-b46c-47a8-a7ba-5fea82573b0e} executeQuery: Read 149 rows, 9.86 KiB in 0.00117 sec., 127350.42735042734 rows/sec., 8.23 MiB/sec. 2026.04.10 22:25:36.935953 [ 106 ] {} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:36.935966 [ 6 ] {952c4399-b46c-47a8-a7ba-5fea82573b0e} TCPHandler: Processed in 0.001353078 sec. 2026.04.10 22:25:36.935992 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:25:36.936071 [ 194 ] {3fa287f2-d72f-48ad-8e53-55e283cdd002::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.10 22:25:36.936076 [ 188 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.04.10 22:25:36.936108 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:36.936169 [ 194 ] {3fa287f2-d72f-48ad-8e53-55e283cdd002::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:25:36.936199 [ 194 ] {3fa287f2-d72f-48ad-8e53-55e283cdd002::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 149 rows starting from the beginning of the part 2026.04.10 22:25:36.936213 [ 6 ] {5e1c461c-bd58-4a04-b310-1e3c481f5bdd} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.10 22:25:36.936250 [ 194 ] {3fa287f2-d72f-48ad-8e53-55e283cdd002::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 149 rows starting from the beginning of the part 2026.04.10 22:25:36.936261 [ 6 ] {5e1c461c-bd58-4a04-b310-1e3c481f5bdd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.10 22:25:36.936299 [ 194 ] {3fa287f2-d72f-48ad-8e53-55e283cdd002::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 149 rows starting from the beginning of the part 2026.04.10 22:25:36.936340 [ 194 ] {3fa287f2-d72f-48ad-8e53-55e283cdd002::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 950 rows starting from the beginning of the part 2026.04.10 22:25:36.936376 [ 194 ] {3fa287f2-d72f-48ad-8e53-55e283cdd002::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 149 rows starting from the beginning of the part 2026.04.10 22:25:36.936414 [ 194 ] {3fa287f2-d72f-48ad-8e53-55e283cdd002::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 149 rows starting from the beginning of the part 2026.04.10 22:25:36.936422 [ 188 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_21_4} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:25:36.936593 [ 188 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_21_4} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.04.10 22:25:36.936697 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB. 2026.04.10 22:25:36.936714 [ 6 ] {5e1c461c-bd58-4a04-b310-1e3c481f5bdd} oximeter.fields_u8 (db645430-3721-434f-a428-3eb1f7165166): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:36.936757 [ 6 ] {5e1c461c-bd58-4a04-b310-1e3c481f5bdd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:25:36.937092 [ 6 ] {5e1c461c-bd58-4a04-b310-1e3c481f5bdd} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.10 22:25:36.937300 [ 6 ] {5e1c461c-bd58-4a04-b310-1e3c481f5bdd} oximeter.fields_u8 (db645430-3721-434f-a428-3eb1f7165166): 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.10 22:25:36.937364 [ 189 ] {3fa287f2-d72f-48ad-8e53-55e283cdd002::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1695 rows, containing 5 columns (5 merged, 0 gathered) in 0.001319227 sec., 1284843.3211266901 rows/sec., 83.76 MiB/sec. 2026.04.10 22:25:36.937430 [ 6 ] {5e1c461c-bd58-4a04-b310-1e3c481f5bdd} executeQuery: Read 148 rows, 8.62 KiB in 0.001235 sec., 119838.05668016194 rows/sec., 6.82 MiB/sec. 2026.04.10 22:25:36.937532 [ 6 ] {5e1c461c-bd58-4a04-b310-1e3c481f5bdd} TCPHandler: Processed in 0.001471479 sec. 2026.04.10 22:25:36.937549 [ 194 ] {3fa287f2-d72f-48ad-8e53-55e283cdd002::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.10 22:25:36.937651 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:36.937749 [ 6 ] {4ec04779-5460-4b07-ac88-6ab4ad41faea} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:25:36.937790 [ 6 ] {4ec04779-5460-4b07-ac88-6ab4ad41faea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:25:36.937798 [ 194 ] {3fa287f2-d72f-48ad-8e53-55e283cdd002::all_1_6_1} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002): 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.10 22:25:36.937868 [ 194 ] {3fa287f2-d72f-48ad-8e53-55e283cdd002::all_1_6_1} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.10 22:25:36.937932 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2026.04.10 22:25:36.938377 [ 6 ] {4ec04779-5460-4b07-ac88-6ab4ad41faea} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:36.938418 [ 6 ] {4ec04779-5460-4b07-ac88-6ab4ad41faea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2026.04.10 22:25:36.938742 [ 6 ] {4ec04779-5460-4b07-ac88-6ab4ad41faea} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.10 22:25:36.938948 [ 6 ] {4ec04779-5460-4b07-ac88-6ab4ad41faea} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:25:36.939049 [ 106 ] {} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.04.10 22:25:36.939074 [ 6 ] {4ec04779-5460-4b07-ac88-6ab4ad41faea} executeQuery: Read 485 rows, 34.78 KiB in 0.001342 sec., 361400.8941877794 rows/sec., 25.31 MiB/sec. 2026.04.10 22:25:36.939080 [ 106 ] {} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:36.939113 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2026.04.10 22:25:36.939117 [ 6 ] {4ec04779-5460-4b07-ac88-6ab4ad41faea} TCPHandler: Processed in 0.00151316 sec. 2026.04.10 22:25:36.939214 [ 188 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::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.10 22:25:36.939248 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:36.939307 [ 188 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:25:36.939340 [ 188 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1766 rows starting from the beginning of the part 2026.04.10 22:25:36.939345 [ 6 ] {85aeed0f-bd25-40e6-94b6-a30bb227517d} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.10 22:25:36.939394 [ 6 ] {85aeed0f-bd25-40e6-94b6-a30bb227517d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.10 22:25:36.939398 [ 188 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 36 rows starting from the beginning of the part 2026.04.10 22:25:36.939448 [ 188 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 54 rows starting from the beginning of the part 2026.04.10 22:25:36.939488 [ 188 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 485 rows starting from the beginning of the part 2026.04.10 22:25:36.939531 [ 188 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::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.10 22:25:36.939578 [ 188 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 485 rows starting from the beginning of the part 2026.04.10 22:25:36.939744 [ 6 ] {85aeed0f-bd25-40e6-94b6-a30bb227517d} oximeter.measurements_bool (866da8bb-a9f8-4668-8c33-6b1a5bc68a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:36.939787 [ 6 ] {85aeed0f-bd25-40e6-94b6-a30bb227517d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:25:36.940098 [ 6 ] {85aeed0f-bd25-40e6-94b6-a30bb227517d} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.10 22:25:36.940352 [ 6 ] {85aeed0f-bd25-40e6-94b6-a30bb227517d} oximeter.measurements_bool (866da8bb-a9f8-4668-8c33-6b1a5bc68a2a): 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.10 22:25:36.940483 [ 6 ] {85aeed0f-bd25-40e6-94b6-a30bb227517d} executeQuery: Read 6 rows, 321.00 B in 0.001156 sec., 5190.311418685122 rows/sec., 271.17 KiB/sec. 2026.04.10 22:25:36.940518 [ 6 ] {85aeed0f-bd25-40e6-94b6-a30bb227517d} TCPHandler: Processed in 0.001318407 sec. 2026.04.10 22:25:36.940628 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:36.940719 [ 6 ] {57892c2b-1940-438e-b16e-fc1100145424} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:25:36.940766 [ 6 ] {57892c2b-1940-438e-b16e-fc1100145424} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:25:36.940831 [ 194 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 2886 rows, containing 5 columns (5 merged, 0 gathered) in 0.001654464 sec., 1744371.5910409654 rows/sec., 126.95 MiB/sec. 2026.04.10 22:25:36.941085 [ 189 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.04.10 22:25:36.941155 [ 6 ] {57892c2b-1940-438e-b16e-fc1100145424} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:36.941197 [ 6 ] {57892c2b-1940-438e-b16e-fc1100145424} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:25:36.941412 [ 189 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_21_4} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:25:36.941501 [ 189 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_21_4} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.04.10 22:25:36.941554 [ 6 ] {57892c2b-1940-438e-b16e-fc1100145424} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.10 22:25:36.941607 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. 2026.04.10 22:25:36.941773 [ 6 ] {57892c2b-1940-438e-b16e-fc1100145424} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:25:36.941904 [ 6 ] {57892c2b-1940-438e-b16e-fc1100145424} executeQuery: Read 215 rows, 14.48 KiB in 0.001203 sec., 178719.86699916873 rows/sec., 11.76 MiB/sec. 2026.04.10 22:25:36.941940 [ 6 ] {57892c2b-1940-438e-b16e-fc1100145424} TCPHandler: Processed in 0.001358787 sec. 2026.04.10 22:25:36.942053 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:36.942146 [ 6 ] {dca77643-2328-48ee-adf6-187b953f2726} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.10 22:25:36.942187 [ 6 ] {dca77643-2328-48ee-adf6-187b953f2726} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.10 22:25:36.942503 [ 6 ] {dca77643-2328-48ee-adf6-187b953f2726} oximeter.measurements_f64 (58e3eb3a-a7ad-4b02-bedb-c669836543a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:36.942538 [ 6 ] {dca77643-2328-48ee-adf6-187b953f2726} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2026.04.10 22:25:36.942816 [ 6 ] {dca77643-2328-48ee-adf6-187b953f2726} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.10 22:25:36.943015 [ 6 ] {dca77643-2328-48ee-adf6-187b953f2726} oximeter.measurements_f64 (58e3eb3a-a7ad-4b02-bedb-c669836543a8): 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.10 22:25:36.943141 [ 6 ] {dca77643-2328-48ee-adf6-187b953f2726} executeQuery: Read 1 rows, 69.00 B in 0.001014 sec., 986.1932938856016 rows/sec., 66.45 KiB/sec. 2026.04.10 22:25:36.943176 [ 6 ] {dca77643-2328-48ee-adf6-187b953f2726} TCPHandler: Processed in 0.001170134 sec. 2026.04.10 22:25:36.943284 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:36.943374 [ 6 ] {1e8b3252-b33d-4c46-a67f-995e6a0bce8e} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:25:36.943426 [ 6 ] {1e8b3252-b33d-4c46-a67f-995e6a0bce8e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:25:36.944189 [ 6 ] {1e8b3252-b33d-4c46-a67f-995e6a0bce8e} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:36.944225 [ 6 ] {1e8b3252-b33d-4c46-a67f-995e6a0bce8e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2026.04.10 22:25:36.944735 [ 6 ] {1e8b3252-b33d-4c46-a67f-995e6a0bce8e} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.10 22:25:36.944963 [ 6 ] {1e8b3252-b33d-4c46-a67f-995e6a0bce8e} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:25:36.945098 [ 6 ] {1e8b3252-b33d-4c46-a67f-995e6a0bce8e} executeQuery: Read 23 rows, 42.20 KiB in 0.001741 sec., 13210.798391728891 rows/sec., 23.67 MiB/sec. 2026.04.10 22:25:36.945149 [ 6 ] {1e8b3252-b33d-4c46-a67f-995e6a0bce8e} TCPHandler: Processed in 0.001911929 sec. 2026.04.10 22:25:36.945263 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:36.945356 [ 6 ] {dc8ea458-beac-4f7a-9890-f4008ea419a1} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:25:36.945396 [ 6 ] {dc8ea458-beac-4f7a-9890-f4008ea419a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:25:36.945726 [ 6 ] {dc8ea458-beac-4f7a-9890-f4008ea419a1} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:36.945763 [ 6 ] {dc8ea458-beac-4f7a-9890-f4008ea419a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2026.04.10 22:25:36.946060 [ 6 ] {dc8ea458-beac-4f7a-9890-f4008ea419a1} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.10 22:25:36.946269 [ 6 ] {dc8ea458-beac-4f7a-9890-f4008ea419a1} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:25:36.946401 [ 6 ] {dc8ea458-beac-4f7a-9890-f4008ea419a1} executeQuery: Read 70 rows, 4.36 KiB in 0.001063 sec., 65851.3640639699 rows/sec., 4.01 MiB/sec. 2026.04.10 22:25:36.946436 [ 6 ] {dc8ea458-beac-4f7a-9890-f4008ea419a1} TCPHandler: Processed in 0.001219585 sec. 2026.04.10 22:25:40.407146 [ 102 ] {} DNSResolver: Updating DNS cache 2026.04.10 22:25:40.407208 [ 102 ] {} DNSResolver: Updated DNS cache 2026.04.10 22:25:40.538347 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 9598 2026.04.10 22:25:40.538869 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:40.538920 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:25:40.539469 [ 245 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.10 22:25:40.539714 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): 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.10 22:25:40.539860 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9598 2026.04.10 22:25:40.558337 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 514 2026.04.10 22:25:40.560742 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:40.560785 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:25:40.561939 [ 243 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.10 22:25:40.562219 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): 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.10 22:25:40.562466 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 514 2026.04.10 22:25:41.030220 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 2026.04.10 22:25:41.047937 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:41.047997 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:25:41.053776 [ 244 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.10 22:25:41.054481 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): 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.10 22:25:41.057366 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 151 2026.04.10 22:25:41.922173 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:41.922374 [ 6 ] {88cdec15-ca46-4964-ae15-0a8b172eba41} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:25:41.922441 [ 6 ] {88cdec15-ca46-4964-ae15-0a8b172eba41} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:25:41.923111 [ 6 ] {88cdec15-ca46-4964-ae15-0a8b172eba41} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:41.923163 [ 6 ] {88cdec15-ca46-4964-ae15-0a8b172eba41} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:25:41.923563 [ 6 ] {88cdec15-ca46-4964-ae15-0a8b172eba41} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.04.10 22:25:41.923799 [ 6 ] {88cdec15-ca46-4964-ae15-0a8b172eba41} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:25:41.923959 [ 6 ] {88cdec15-ca46-4964-ae15-0a8b172eba41} executeQuery: Read 66 rows, 5.90 KiB in 0.001641 sec., 40219.37842778793 rows/sec., 3.51 MiB/sec. 2026.04.10 22:25:41.924009 [ 6 ] {88cdec15-ca46-4964-ae15-0a8b172eba41} TCPHandler: Processed in 0.001977671 sec. 2026.04.10 22:25:41.924132 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:41.924238 [ 6 ] {0fd5c024-e833-44a0-8f99-f3fca517be6e} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:25:41.924283 [ 6 ] {0fd5c024-e833-44a0-8f99-f3fca517be6e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:25:41.924707 [ 6 ] {0fd5c024-e833-44a0-8f99-f3fca517be6e} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:41.924745 [ 6 ] {0fd5c024-e833-44a0-8f99-f3fca517be6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:25:41.925046 [ 6 ] {0fd5c024-e833-44a0-8f99-f3fca517be6e} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.10 22:25:41.925258 [ 6 ] {0fd5c024-e833-44a0-8f99-f3fca517be6e} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:25:41.925386 [ 6 ] {0fd5c024-e833-44a0-8f99-f3fca517be6e} executeQuery: Read 18 rows, 1.35 KiB in 0.001172 sec., 15358.361774744026 rows/sec., 1.13 MiB/sec. 2026.04.10 22:25:41.925424 [ 6 ] {0fd5c024-e833-44a0-8f99-f3fca517be6e} TCPHandler: Processed in 0.001344987 sec. 2026.04.10 22:25:41.925533 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:41.925629 [ 6 ] {67861c38-6fe4-434b-ba43-0dec4c956562} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:25:41.925670 [ 6 ] {67861c38-6fe4-434b-ba43-0dec4c956562} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:25:41.926091 [ 6 ] {67861c38-6fe4-434b-ba43-0dec4c956562} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:41.926128 [ 6 ] {67861c38-6fe4-434b-ba43-0dec4c956562} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:25:41.926434 [ 6 ] {67861c38-6fe4-434b-ba43-0dec4c956562} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.04.10 22:25:41.926645 [ 6 ] {67861c38-6fe4-434b-ba43-0dec4c956562} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:25:41.926774 [ 6 ] {67861c38-6fe4-434b-ba43-0dec4c956562} executeQuery: Read 54 rows, 4.32 KiB in 0.001166 sec., 46312.178387650085 rows/sec., 3.62 MiB/sec. 2026.04.10 22:25:41.926814 [ 6 ] {67861c38-6fe4-434b-ba43-0dec4c956562} TCPHandler: Processed in 0.001331337 sec. 2026.04.10 22:25:41.926925 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:41.927021 [ 6 ] {f0edac70-6560-41ae-ac50-00adde4855cf} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:25:41.927066 [ 6 ] {f0edac70-6560-41ae-ac50-00adde4855cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:25:41.927452 [ 6 ] {f0edac70-6560-41ae-ac50-00adde4855cf} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:41.927489 [ 6 ] {f0edac70-6560-41ae-ac50-00adde4855cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:25:41.927803 [ 6 ] {f0edac70-6560-41ae-ac50-00adde4855cf} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.10 22:25:41.928022 [ 6 ] {f0edac70-6560-41ae-ac50-00adde4855cf} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:25:41.928148 [ 6 ] {f0edac70-6560-41ae-ac50-00adde4855cf} executeQuery: Read 110 rows, 7.86 KiB in 0.001146 sec., 95986.03839441534 rows/sec., 6.70 MiB/sec. 2026.04.10 22:25:41.928186 [ 6 ] {f0edac70-6560-41ae-ac50-00adde4855cf} TCPHandler: Processed in 0.001310207 sec. 2026.04.10 22:25:41.928297 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:41.928390 [ 6 ] {fbd43236-036d-4217-8833-601b7b40c8cd} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:25:41.928445 [ 6 ] {fbd43236-036d-4217-8833-601b7b40c8cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:25:41.929205 [ 6 ] {fbd43236-036d-4217-8833-601b7b40c8cd} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:41.929242 [ 6 ] {fbd43236-036d-4217-8833-601b7b40c8cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:25:41.929754 [ 6 ] {fbd43236-036d-4217-8833-601b7b40c8cd} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.10 22:25:41.929981 [ 6 ] {fbd43236-036d-4217-8833-601b7b40c8cd} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:25:41.930117 [ 6 ] {fbd43236-036d-4217-8833-601b7b40c8cd} executeQuery: Read 18 rows, 33.03 KiB in 0.001743 sec., 10327.022375215147 rows/sec., 18.51 MiB/sec. 2026.04.10 22:25:41.930169 [ 6 ] {fbd43236-036d-4217-8833-601b7b40c8cd} TCPHandler: Processed in 0.001922859 sec. 2026.04.10 22:25:41.930285 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:41.930379 [ 6 ] {10408ac6-ee7b-4d03-bce1-9ecde90361c0} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:25:41.930420 [ 6 ] {10408ac6-ee7b-4d03-bce1-9ecde90361c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:25:41.930745 [ 6 ] {10408ac6-ee7b-4d03-bce1-9ecde90361c0} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:41.930780 [ 6 ] {10408ac6-ee7b-4d03-bce1-9ecde90361c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:25:41.931089 [ 6 ] {10408ac6-ee7b-4d03-bce1-9ecde90361c0} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.10 22:25:41.931300 [ 6 ] {10408ac6-ee7b-4d03-bce1-9ecde90361c0} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:25:41.931422 [ 6 ] {10408ac6-ee7b-4d03-bce1-9ecde90361c0} executeQuery: Read 40 rows, 2.73 KiB in 0.001062 sec., 37664.78342749529 rows/sec., 2.51 MiB/sec. 2026.04.10 22:25:41.931458 [ 6 ] {10408ac6-ee7b-4d03-bce1-9ecde90361c0} TCPHandler: Processed in 0.001221735 sec. 2026.04.10 22:25:44.029059 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:44.029260 [ 6 ] {6400e78d-4ec2-4249-a85a-eaa923b8aa89} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.10 22:25:44.029332 [ 6 ] {6400e78d-4ec2-4249-a85a-eaa923b8aa89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.10 22:25:44.030114 [ 6 ] {6400e78d-4ec2-4249-a85a-eaa923b8aa89} oximeter.fields_i16 (419f2eef-209c-46fc-9cc0-97b5087686b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:44.030166 [ 6 ] {6400e78d-4ec2-4249-a85a-eaa923b8aa89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:25:44.030604 [ 6 ] {6400e78d-4ec2-4249-a85a-eaa923b8aa89} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.10 22:25:44.030848 [ 6 ] {6400e78d-4ec2-4249-a85a-eaa923b8aa89} oximeter.fields_i16 (419f2eef-209c-46fc-9cc0-97b5087686b9): 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.10 22:25:44.031017 [ 6 ] {6400e78d-4ec2-4249-a85a-eaa923b8aa89} executeQuery: Read 284 rows, 18.47 KiB in 0.001807 sec., 157166.5744327615 rows/sec., 9.98 MiB/sec. 2026.04.10 22:25:44.031067 [ 6 ] {6400e78d-4ec2-4249-a85a-eaa923b8aa89} TCPHandler: Processed in 0.002141153 sec. 2026.04.10 22:25:44.031219 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:44.031323 [ 6 ] {b92fb6a0-9355-4939-a2d1-ed639d03a365} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.10 22:25:44.031367 [ 6 ] {b92fb6a0-9355-4939-a2d1-ed639d03a365} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.10 22:25:44.031819 [ 6 ] {b92fb6a0-9355-4939-a2d1-ed639d03a365} oximeter.fields_ipaddr (b4784700-91f7-4af4-af29-376f839f9b40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:44.031859 [ 6 ] {b92fb6a0-9355-4939-a2d1-ed639d03a365} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:25:44.032183 [ 6 ] {b92fb6a0-9355-4939-a2d1-ed639d03a365} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.10 22:25:44.032404 [ 6 ] {b92fb6a0-9355-4939-a2d1-ed639d03a365} oximeter.fields_ipaddr (b4784700-91f7-4af4-af29-376f839f9b40): 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.10 22:25:44.032535 [ 6 ] {b92fb6a0-9355-4939-a2d1-ed639d03a365} executeQuery: Read 4 rows, 334.00 B in 0.001235 sec., 3238.8663967611337 rows/sec., 264.11 KiB/sec. 2026.04.10 22:25:44.032575 [ 6 ] {b92fb6a0-9355-4939-a2d1-ed639d03a365} TCPHandler: Processed in 0.001419358 sec. 2026.04.10 22:25:44.032704 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:44.032802 [ 6 ] {a192e4e1-510b-45ff-ba6b-9721d0ed6229} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:25:44.032843 [ 6 ] {a192e4e1-510b-45ff-ba6b-9721d0ed6229} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:25:44.034797 [ 6 ] {a192e4e1-510b-45ff-ba6b-9721d0ed6229} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:44.034838 [ 6 ] {a192e4e1-510b-45ff-ba6b-9721d0ed6229} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:25:44.035362 [ 6 ] {a192e4e1-510b-45ff-ba6b-9721d0ed6229} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.04.10 22:25:44.035608 [ 6 ] {a192e4e1-510b-45ff-ba6b-9721d0ed6229} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:25:44.035746 [ 6 ] {a192e4e1-510b-45ff-ba6b-9721d0ed6229} executeQuery: Read 3168 rows, 242.55 KiB in 0.002964 sec., 1068825.9109311742 rows/sec., 79.91 MiB/sec. 2026.04.10 22:25:44.035788 [ 6 ] {a192e4e1-510b-45ff-ba6b-9721d0ed6229} MemoryTracker: Peak memory usage (for query): 4.00 MiB. 2026.04.10 22:25:44.035802 [ 6 ] {a192e4e1-510b-45ff-ba6b-9721d0ed6229} TCPHandler: Processed in 0.003151784 sec. 2026.04.10 22:25:44.035920 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:44.036018 [ 6 ] {0038a66d-e355-4605-af00-8fb4c8270913} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:25:44.036059 [ 6 ] {0038a66d-e355-4605-af00-8fb4c8270913} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:25:44.036519 [ 6 ] {0038a66d-e355-4605-af00-8fb4c8270913} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:44.036556 [ 6 ] {0038a66d-e355-4605-af00-8fb4c8270913} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:25:44.036875 [ 6 ] {0038a66d-e355-4605-af00-8fb4c8270913} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.10 22:25:44.037093 [ 6 ] {0038a66d-e355-4605-af00-8fb4c8270913} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:25:44.037209 [ 97 ] {} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.04.10 22:25:44.037222 [ 6 ] {0038a66d-e355-4605-af00-8fb4c8270913} executeQuery: Read 180 rows, 11.38 KiB in 0.001223 sec., 147179.06786590352 rows/sec., 9.09 MiB/sec. 2026.04.10 22:25:44.037297 [ 97 ] {} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:44.037312 [ 6 ] {0038a66d-e355-4605-af00-8fb4c8270913} TCPHandler: Processed in 0.001442479 sec. 2026.04.10 22:25:44.037326 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:25:44.037444 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:44.037448 [ 194 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::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.10 22:25:44.037544 [ 6 ] {a6debf6a-e8df-4f4d-8f34-e9babee2c7e7} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.10 22:25:44.037589 [ 6 ] {a6debf6a-e8df-4f4d-8f34-e9babee2c7e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.10 22:25:44.037595 [ 194 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:25:44.037637 [ 194 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 210 rows starting from the beginning of the part 2026.04.10 22:25:44.037703 [ 194 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 165 rows starting from the beginning of the part 2026.04.10 22:25:44.037749 [ 194 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::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.10 22:25:44.037789 [ 194 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 165 rows starting from the beginning of the part 2026.04.10 22:25:44.037828 [ 194 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 18 rows starting from the beginning of the part 2026.04.10 22:25:44.037865 [ 194 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 180 rows starting from the beginning of the part 2026.04.10 22:25:44.038376 [ 6 ] {a6debf6a-e8df-4f4d-8f34-e9babee2c7e7} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:44.038419 [ 6 ] {a6debf6a-e8df-4f4d-8f34-e9babee2c7e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:25:44.038784 [ 189 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 762 rows, containing 5 columns (5 merged, 0 gathered) in 0.001390539 sec., 547988.9452938752 rows/sec., 36.23 MiB/sec. 2026.04.10 22:25:44.038842 [ 6 ] {a6debf6a-e8df-4f4d-8f34-e9babee2c7e7} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.10 22:25:44.038961 [ 202 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.04.10 22:25:44.039110 [ 6 ] {a6debf6a-e8df-4f4d-8f34-e9babee2c7e7} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002): 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.10 22:25:44.039260 [ 6 ] {a6debf6a-e8df-4f4d-8f34-e9babee2c7e7} executeQuery: Read 950 rows, 57.24 KiB in 0.001735 sec., 547550.4322766571 rows/sec., 32.22 MiB/sec. 2026.04.10 22:25:44.039292 [ 202 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_21_4} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:25:44.039299 [ 6 ] {a6debf6a-e8df-4f4d-8f34-e9babee2c7e7} TCPHandler: Processed in 0.001906978 sec. 2026.04.10 22:25:44.039380 [ 202 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_21_4} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.04.10 22:25:44.039434 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:44.039458 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2026.04.10 22:25:44.039535 [ 6 ] {ef720481-8869-44e1-a930-f2be01ec4c31} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.04.10 22:25:44.039581 [ 6 ] {ef720481-8869-44e1-a930-f2be01ec4c31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.04.10 22:25:44.039974 [ 6 ] {ef720481-8869-44e1-a930-f2be01ec4c31} oximeter.fields_u64 (afb0d53c-68be-41f0-aba9-0a79183ebbbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:44.040013 [ 6 ] {ef720481-8869-44e1-a930-f2be01ec4c31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:25:44.040353 [ 6 ] {ef720481-8869-44e1-a930-f2be01ec4c31} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.10 22:25:44.040590 [ 6 ] {ef720481-8869-44e1-a930-f2be01ec4c31} oximeter.fields_u64 (afb0d53c-68be-41f0-aba9-0a79183ebbbe): 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.10 22:25:44.040716 [ 6 ] {ef720481-8869-44e1-a930-f2be01ec4c31} executeQuery: Read 1 rows, 72.00 B in 0.0012 sec., 833.3333333333334 rows/sec., 58.59 KiB/sec. 2026.04.10 22:25:44.040754 [ 6 ] {ef720481-8869-44e1-a930-f2be01ec4c31} TCPHandler: Processed in 0.001370598 sec. 2026.04.10 22:25:44.040872 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:44.040967 [ 6 ] {c04041a2-418b-463f-9b59-ee559ae71658} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.10 22:25:44.041007 [ 6 ] {c04041a2-418b-463f-9b59-ee559ae71658} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.10 22:25:44.041443 [ 6 ] {c04041a2-418b-463f-9b59-ee559ae71658} oximeter.fields_u8 (db645430-3721-434f-a428-3eb1f7165166): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:44.041479 [ 6 ] {c04041a2-418b-463f-9b59-ee559ae71658} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:25:44.041786 [ 6 ] {c04041a2-418b-463f-9b59-ee559ae71658} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.10 22:25:44.042075 [ 6 ] {c04041a2-418b-463f-9b59-ee559ae71658} oximeter.fields_u8 (db645430-3721-434f-a428-3eb1f7165166): 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.10 22:25:44.042208 [ 6 ] {c04041a2-418b-463f-9b59-ee559ae71658} executeQuery: Read 148 rows, 8.62 KiB in 0.001259 sec., 117553.6139793487 rows/sec., 6.69 MiB/sec. 2026.04.10 22:25:44.042246 [ 6 ] {c04041a2-418b-463f-9b59-ee559ae71658} TCPHandler: Processed in 0.001423908 sec. 2026.04.10 22:25:44.042391 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:44.042484 [ 6 ] {0d2ffcf9-8f40-48d6-9d5f-2de9b01fc29f} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:25:44.042525 [ 6 ] {0d2ffcf9-8f40-48d6-9d5f-2de9b01fc29f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:25:44.043700 [ 6 ] {0d2ffcf9-8f40-48d6-9d5f-2de9b01fc29f} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:44.043737 [ 6 ] {0d2ffcf9-8f40-48d6-9d5f-2de9b01fc29f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:25:44.044128 [ 6 ] {0d2ffcf9-8f40-48d6-9d5f-2de9b01fc29f} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.04.10 22:25:44.044347 [ 6 ] {0d2ffcf9-8f40-48d6-9d5f-2de9b01fc29f} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:25:44.044474 [ 6 ] {0d2ffcf9-8f40-48d6-9d5f-2de9b01fc29f} executeQuery: Read 1715 rows, 118.11 KiB in 0.002008 sec., 854083.6653386455 rows/sec., 57.44 MiB/sec. 2026.04.10 22:25:44.044512 [ 6 ] {0d2ffcf9-8f40-48d6-9d5f-2de9b01fc29f} TCPHandler: Processed in 0.002171063 sec. 2026.04.10 22:25:44.044629 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:44.044723 [ 6 ] {78d7319a-53f4-4993-9104-d15d3aa79f99} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.10 22:25:44.044765 [ 6 ] {78d7319a-53f4-4993-9104-d15d3aa79f99} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.10 22:25:44.045117 [ 6 ] {78d7319a-53f4-4993-9104-d15d3aa79f99} oximeter.measurements_bool (866da8bb-a9f8-4668-8c33-6b1a5bc68a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:44.045152 [ 6 ] {78d7319a-53f4-4993-9104-d15d3aa79f99} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:25:44.045450 [ 6 ] {78d7319a-53f4-4993-9104-d15d3aa79f99} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.10 22:25:44.045685 [ 6 ] {78d7319a-53f4-4993-9104-d15d3aa79f99} oximeter.measurements_bool (866da8bb-a9f8-4668-8c33-6b1a5bc68a2a): 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.10 22:25:44.045815 [ 6 ] {78d7319a-53f4-4993-9104-d15d3aa79f99} executeQuery: Read 6 rows, 321.00 B in 0.001109 sec., 5410.279531109108 rows/sec., 282.67 KiB/sec. 2026.04.10 22:25:44.045852 [ 6 ] {78d7319a-53f4-4993-9104-d15d3aa79f99} TCPHandler: Processed in 0.001273025 sec. 2026.04.10 22:25:44.045966 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:44.046061 [ 6 ] {eeebd7a0-7987-4b7e-a469-f7fdb05f5513} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:25:44.046105 [ 6 ] {eeebd7a0-7987-4b7e-a469-f7fdb05f5513} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:25:44.046928 [ 6 ] {eeebd7a0-7987-4b7e-a469-f7fdb05f5513} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:44.046965 [ 6 ] {eeebd7a0-7987-4b7e-a469-f7fdb05f5513} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:25:44.047399 [ 6 ] {eeebd7a0-7987-4b7e-a469-f7fdb05f5513} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.10 22:25:44.047609 [ 6 ] {eeebd7a0-7987-4b7e-a469-f7fdb05f5513} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:25:44.047714 [ 96 ] {} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.04.10 22:25:44.047738 [ 6 ] {eeebd7a0-7987-4b7e-a469-f7fdb05f5513} executeQuery: Read 1615 rows, 100.53 KiB in 0.001696 sec., 952240.5660377358 rows/sec., 57.88 MiB/sec. 2026.04.10 22:25:44.047782 [ 96 ] {} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:44.047790 [ 6 ] {eeebd7a0-7987-4b7e-a469-f7fdb05f5513} TCPHandler: Processed in 0.001874408 sec. 2026.04.10 22:25:44.047811 [ 96 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:25:44.047892 [ 194 ] {44193040-72a9-44ec-a565-c534b9f3dcff::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.10 22:25:44.047916 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:44.048000 [ 194 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:25:44.048017 [ 6 ] {f3b3f7d8-b70a-4649-8b95-f6de45fc0826} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.10 22:25:44.048033 [ 194 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 6504 rows starting from the beginning of the part 2026.04.10 22:25:44.048064 [ 6 ] {f3b3f7d8-b70a-4649-8b95-f6de45fc0826} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.10 22:25:44.048086 [ 194 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 215 rows starting from the beginning of the part 2026.04.10 22:25:44.048129 [ 194 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 113 rows starting from the beginning of the part 2026.04.10 22:25:44.048168 [ 194 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 215 rows starting from the beginning of the part 2026.04.10 22:25:44.048203 [ 194 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 110 rows starting from the beginning of the part 2026.04.10 22:25:44.048237 [ 194 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1615 rows starting from the beginning of the part 2026.04.10 22:25:44.048400 [ 6 ] {f3b3f7d8-b70a-4649-8b95-f6de45fc0826} oximeter.measurements_f64 (58e3eb3a-a7ad-4b02-bedb-c669836543a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:44.048442 [ 6 ] {f3b3f7d8-b70a-4649-8b95-f6de45fc0826} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:25:44.048764 [ 6 ] {f3b3f7d8-b70a-4649-8b95-f6de45fc0826} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.10 22:25:44.048972 [ 6 ] {f3b3f7d8-b70a-4649-8b95-f6de45fc0826} oximeter.measurements_f64 (58e3eb3a-a7ad-4b02-bedb-c669836543a8): 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.10 22:25:44.049104 [ 6 ] {f3b3f7d8-b70a-4649-8b95-f6de45fc0826} executeQuery: Read 1 rows, 69.00 B in 0.001106 sec., 904.1591320072333 rows/sec., 60.92 KiB/sec. 2026.04.10 22:25:44.049141 [ 6 ] {f3b3f7d8-b70a-4649-8b95-f6de45fc0826} TCPHandler: Processed in 0.001276176 sec. 2026.04.10 22:25:44.049300 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:44.049430 [ 6 ] {6a2c8c8f-37e7-45cb-ad7a-d49873a9df62} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:25:44.049496 [ 6 ] {6a2c8c8f-37e7-45cb-ad7a-d49873a9df62} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:25:44.050476 [ 6 ] {6a2c8c8f-37e7-45cb-ad7a-d49873a9df62} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:44.050514 [ 6 ] {6a2c8c8f-37e7-45cb-ad7a-d49873a9df62} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:25:44.051135 [ 6 ] {6a2c8c8f-37e7-45cb-ad7a-d49873a9df62} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.10 22:25:44.051383 [ 6 ] {6a2c8c8f-37e7-45cb-ad7a-d49873a9df62} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:25:44.051497 [ 96 ] {} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.04.10 22:25:44.051524 [ 199 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 8772 rows, containing 5 columns (5 merged, 0 gathered) in 0.003659914 sec., 2396777.6292011235 rows/sec., 154.48 MiB/sec. 2026.04.10 22:25:44.051532 [ 6 ] {6a2c8c8f-37e7-45cb-ad7a-d49873a9df62} executeQuery: Read 34 rows, 62.39 KiB in 0.002127 sec., 15984.955336154208 rows/sec., 28.64 MiB/sec. 2026.04.10 22:25:44.051532 [ 96 ] {} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:44.051595 [ 96 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:25:44.051610 [ 6 ] {6a2c8c8f-37e7-45cb-ad7a-d49873a9df62} TCPHandler: Processed in 0.002373107 sec. 2026.04.10 22:25:44.051699 [ 189 ] {240c2363-d096-4df1-a9c1-cf60540c0597::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.10 22:25:44.051705 [ 194 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.04.10 22:25:44.051737 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:44.051842 [ 6 ] {e9d421c0-c804-4c64-b5b1-1a7522fe1470} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:25:44.051887 [ 6 ] {e9d421c0-c804-4c64-b5b1-1a7522fe1470} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:25:44.051933 [ 189 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:25:44.051992 [ 194 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_21_4} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:25:44.051993 [ 189 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 337 rows starting from the beginning of the part 2026.04.10 22:25:44.052065 [ 194 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_21_4} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.04.10 22:25:44.052130 [ 189 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 23 rows starting from the beginning of the part 2026.04.10 22:25:44.052132 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.56 MiB. 2026.04.10 22:25:44.052232 [ 189 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 18 rows starting from the beginning of the part 2026.04.10 22:25:44.052256 [ 6 ] {e9d421c0-c804-4c64-b5b1-1a7522fe1470} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:44.052298 [ 6 ] {e9d421c0-c804-4c64-b5b1-1a7522fe1470} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:25:44.052326 [ 189 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 23 rows starting from the beginning of the part 2026.04.10 22:25:44.052416 [ 189 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 18 rows starting from the beginning of the part 2026.04.10 22:25:44.052499 [ 189 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 34 rows starting from the beginning of the part 2026.04.10 22:25:44.052625 [ 6 ] {e9d421c0-c804-4c64-b5b1-1a7522fe1470} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.10 22:25:44.052883 [ 6 ] {e9d421c0-c804-4c64-b5b1-1a7522fe1470} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:25:44.053026 [ 6 ] {e9d421c0-c804-4c64-b5b1-1a7522fe1470} executeQuery: Read 46 rows, 2.72 KiB in 0.001203 sec., 38237.73898586866 rows/sec., 2.21 MiB/sec. 2026.04.10 22:25:44.053063 [ 6 ] {e9d421c0-c804-4c64-b5b1-1a7522fe1470} TCPHandler: Processed in 0.001376128 sec. 2026.04.10 22:25:44.056168 [ 192 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 453 rows, containing 19 columns (19 merged, 0 gathered) in 0.004520671 sec., 100206.36317042314 rows/sec., 179.57 MiB/sec. 2026.04.10 22:25:44.057189 [ 194 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.04.10 22:25:44.057560 [ 194 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_21_4} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:25:44.057635 [ 194 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_21_4} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.04.10 22:25:44.057747 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.22 MiB. 2026.04.10 22:25:45.000194 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 242.64 MiB, peak 247.81 MiB, free memory in arenas 0.00 B, will set to 244.74 MiB (RSS), difference: 2.10 MiB 2026.04.10 22:25:46.919598 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:46.919877 [ 6 ] {a9a73417-03e1-4ec8-92cf-553341997a1b} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:25:46.919979 [ 6 ] {a9a73417-03e1-4ec8-92cf-553341997a1b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:25:46.920891 [ 6 ] {a9a73417-03e1-4ec8-92cf-553341997a1b} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:46.920935 [ 6 ] {a9a73417-03e1-4ec8-92cf-553341997a1b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:25:46.921327 [ 6 ] {a9a73417-03e1-4ec8-92cf-553341997a1b} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.04.10 22:25:46.921548 [ 6 ] {a9a73417-03e1-4ec8-92cf-553341997a1b} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:25:46.921700 [ 6 ] {a9a73417-03e1-4ec8-92cf-553341997a1b} executeQuery: Read 30 rows, 2.34 KiB in 0.0019 sec., 15789.473684210527 rows/sec., 1.20 MiB/sec. 2026.04.10 22:25:46.921741 [ 6 ] {a9a73417-03e1-4ec8-92cf-553341997a1b} TCPHandler: Processed in 0.002320837 sec. 2026.04.10 22:25:46.921865 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:46.921959 [ 6 ] {d40adc83-6a82-431a-a9c2-2d85bd4614fe} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:25:46.921998 [ 6 ] {d40adc83-6a82-431a-a9c2-2d85bd4614fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:25:46.922432 [ 6 ] {d40adc83-6a82-431a-a9c2-2d85bd4614fe} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:46.922467 [ 6 ] {d40adc83-6a82-431a-a9c2-2d85bd4614fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:25:46.922762 [ 6 ] {d40adc83-6a82-431a-a9c2-2d85bd4614fe} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.04.10 22:25:46.922971 [ 6 ] {d40adc83-6a82-431a-a9c2-2d85bd4614fe} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:25:46.923105 [ 6 ] {d40adc83-6a82-431a-a9c2-2d85bd4614fe} executeQuery: Read 36 rows, 2.88 KiB in 0.001166 sec., 30874.785591766726 rows/sec., 2.41 MiB/sec. 2026.04.10 22:25:46.923142 [ 6 ] {d40adc83-6a82-431a-a9c2-2d85bd4614fe} TCPHandler: Processed in 0.001324907 sec. 2026.04.10 22:25:46.923261 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:46.923352 [ 6 ] {a183b3e4-8975-46c1-966f-13133a9ba748} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:25:46.923394 [ 6 ] {a183b3e4-8975-46c1-966f-13133a9ba748} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:25:46.923802 [ 6 ] {a183b3e4-8975-46c1-966f-13133a9ba748} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:46.923840 [ 6 ] {a183b3e4-8975-46c1-966f-13133a9ba748} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:25:46.924157 [ 6 ] {a183b3e4-8975-46c1-966f-13133a9ba748} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.04.10 22:25:46.924364 [ 6 ] {a183b3e4-8975-46c1-966f-13133a9ba748} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:25:46.924486 [ 6 ] {a183b3e4-8975-46c1-966f-13133a9ba748} executeQuery: Read 66 rows, 4.72 KiB in 0.001152 sec., 57291.666666666664 rows/sec., 4.00 MiB/sec. 2026.04.10 22:25:46.924524 [ 6 ] {a183b3e4-8975-46c1-966f-13133a9ba748} TCPHandler: Processed in 0.001309996 sec. 2026.04.10 22:25:46.924645 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:46.924738 [ 6 ] {d2b1f451-1abc-40fd-9699-8c18b925eb47} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:25:46.924779 [ 6 ] {d2b1f451-1abc-40fd-9699-8c18b925eb47} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:25:46.925099 [ 6 ] {d2b1f451-1abc-40fd-9699-8c18b925eb47} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:46.925134 [ 6 ] {d2b1f451-1abc-40fd-9699-8c18b925eb47} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:25:46.925444 [ 6 ] {d2b1f451-1abc-40fd-9699-8c18b925eb47} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.10 22:25:46.925646 [ 6 ] {d2b1f451-1abc-40fd-9699-8c18b925eb47} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:25:46.925770 [ 6 ] {d2b1f451-1abc-40fd-9699-8c18b925eb47} executeQuery: Read 24 rows, 1.64 KiB in 0.00105 sec., 22857.14285714286 rows/sec., 1.53 MiB/sec. 2026.04.10 22:25:46.925769 [ 93 ] {} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.04.10 22:25:46.925805 [ 6 ] {d2b1f451-1abc-40fd-9699-8c18b925eb47} TCPHandler: Processed in 0.001207574 sec. 2026.04.10 22:25:46.925848 [ 93 ] {} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:46.925873 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:25:46.926117 [ 199 ] {d011da2b-2502-4d0a-9756-3e9226add765::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.10 22:25:46.926229 [ 199 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:25:46.926263 [ 199 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 622 rows starting from the beginning of the part 2026.04.10 22:25:46.926331 [ 199 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 40 rows starting from the beginning of the part 2026.04.10 22:25:46.926380 [ 199 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 70 rows starting from the beginning of the part 2026.04.10 22:25:46.926426 [ 199 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 40 rows starting from the beginning of the part 2026.04.10 22:25:46.926469 [ 199 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 46 rows starting from the beginning of the part 2026.04.10 22:25:46.926514 [ 199 ] {d011da2b-2502-4d0a-9756-3e9226add765::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.10 22:25:46.927309 [ 194 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 842 rows, containing 4 columns (4 merged, 0 gathered) in 0.001228835 sec., 685201.8375127661 rows/sec., 43.89 MiB/sec. 2026.04.10 22:25:46.927479 [ 199 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.04.10 22:25:46.927710 [ 199 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_21_4} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:25:46.927770 [ 199 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_21_4} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.04.10 22:25:46.927832 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. 2026.04.10 22:25:48.039974 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 10110 2026.04.10 22:25:48.040493 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:48.040540 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:25:48.041098 [ 245 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.10 22:25:48.041356 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): 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.10 22:25:48.041486 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10110 2026.04.10 22:25:48.041488 [ 92 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.04.10 22:25:48.041559 [ 92 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:48.041580 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:25:48.041681 [ 192 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::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.10 22:25:48.041805 [ 192 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:25:48.041844 [ 192 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 7678 rows starting from the beginning of the part 2026.04.10 22:25:48.041911 [ 192 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 512 rows starting from the beginning of the part 2026.04.10 22:25:48.041958 [ 192 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 448 rows starting from the beginning of the part 2026.04.10 22:25:48.042005 [ 192 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 512 rows starting from the beginning of the part 2026.04.10 22:25:48.042045 [ 192 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 448 rows starting from the beginning of the part 2026.04.10 22:25:48.042089 [ 192 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 512 rows starting from the beginning of the part 2026.04.10 22:25:48.044122 [ 196 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 10110 rows, containing 4 columns (4 merged, 0 gathered) in 0.002486811 sec., 4065447.6757582305 rows/sec., 58.16 MiB/sec. 2026.04.10 22:25:48.044447 [ 199 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.04.10 22:25:48.044790 [ 199 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_21_4} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): 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.10 22:25:48.044867 [ 199 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_21_4} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.04.10 22:25:48.044988 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.56 MiB. 2026.04.10 22:25:48.557496 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 2026.04.10 22:25:48.574533 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:48.574589 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:25:48.580198 [ 244 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.10 22:25:48.580904 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): 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.10 22:25:48.581268 [ 91 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.04.10 22:25:48.581339 [ 91 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:48.581364 [ 91 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:25:48.581531 [ 201 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::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.10 22:25:48.583839 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 159 2026.04.10 22:25:48.585256 [ 201 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:25:48.586675 [ 201 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::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.10 22:25:48.591397 [ 201 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::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.10 22:25:48.595922 [ 201 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::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.10 22:25:48.600011 [ 201 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::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.10 22:25:48.604377 [ 201 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::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.10 22:25:48.608371 [ 201 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::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.10 22:25:48.659194 [ 201 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.077717767 sec., 2045.8642359088883 rows/sec., 10.58 MiB/sec. 2026.04.10 22:25:48.660741 [ 201 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.04.10 22:25:48.662325 [ 201 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::all_1_21_4} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): 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.10 22:25:48.662410 [ 201 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::all_1_21_4} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.04.10 22:25:48.663611 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.04.10 22:25:49.000200 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 245.85 MiB, peak 256.39 MiB, free memory in arenas 0.00 B, will set to 248.96 MiB (RSS), difference: 3.11 MiB 2026.04.10 22:25:50.562745 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 560 2026.04.10 22:25:50.566507 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:50.566598 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:25:50.568762 [ 243 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.10 22:25:50.569233 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): 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.10 22:25:50.569821 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 560 2026.04.10 22:25:51.922772 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:51.922972 [ 6 ] {257a2eba-d952-4112-83b8-65e11280644c} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:25:51.923045 [ 6 ] {257a2eba-d952-4112-83b8-65e11280644c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:25:51.923780 [ 6 ] {257a2eba-d952-4112-83b8-65e11280644c} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:51.923819 [ 6 ] {257a2eba-d952-4112-83b8-65e11280644c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:25:51.924243 [ 6 ] {257a2eba-d952-4112-83b8-65e11280644c} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.04.10 22:25:51.924482 [ 6 ] {257a2eba-d952-4112-83b8-65e11280644c} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:25:51.924647 [ 6 ] {257a2eba-d952-4112-83b8-65e11280644c} executeQuery: Read 66 rows, 5.90 KiB in 0.00173 sec., 38150.28901734104 rows/sec., 3.33 MiB/sec. 2026.04.10 22:25:51.924691 [ 6 ] {257a2eba-d952-4112-83b8-65e11280644c} TCPHandler: Processed in 0.002088052 sec. 2026.04.10 22:25:51.924837 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:51.924936 [ 6 ] {336930a4-4edd-4aaa-9e54-d9b5188361b3} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:25:51.924976 [ 6 ] {336930a4-4edd-4aaa-9e54-d9b5188361b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:25:51.925383 [ 6 ] {336930a4-4edd-4aaa-9e54-d9b5188361b3} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:51.925420 [ 6 ] {336930a4-4edd-4aaa-9e54-d9b5188361b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:25:51.925739 [ 6 ] {336930a4-4edd-4aaa-9e54-d9b5188361b3} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.04.10 22:25:51.925959 [ 6 ] {336930a4-4edd-4aaa-9e54-d9b5188361b3} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:25:51.926087 [ 6 ] {336930a4-4edd-4aaa-9e54-d9b5188361b3} executeQuery: Read 18 rows, 1.35 KiB in 0.00117 sec., 15384.615384615385 rows/sec., 1.13 MiB/sec. 2026.04.10 22:25:51.926127 [ 6 ] {336930a4-4edd-4aaa-9e54-d9b5188361b3} TCPHandler: Processed in 0.001339617 sec. 2026.04.10 22:25:51.926237 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:51.926333 [ 6 ] {bb99843d-2a81-4be4-b5b0-e4e01fa70b22} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:25:51.926373 [ 6 ] {bb99843d-2a81-4be4-b5b0-e4e01fa70b22} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:25:51.926785 [ 6 ] {bb99843d-2a81-4be4-b5b0-e4e01fa70b22} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:51.926821 [ 6 ] {bb99843d-2a81-4be4-b5b0-e4e01fa70b22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:25:51.927141 [ 6 ] {bb99843d-2a81-4be4-b5b0-e4e01fa70b22} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.04.10 22:25:51.927382 [ 6 ] {bb99843d-2a81-4be4-b5b0-e4e01fa70b22} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:25:51.927521 [ 6 ] {bb99843d-2a81-4be4-b5b0-e4e01fa70b22} executeQuery: Read 54 rows, 4.32 KiB in 0.001207 sec., 44739.022369511185 rows/sec., 3.50 MiB/sec. 2026.04.10 22:25:51.927560 [ 6 ] {bb99843d-2a81-4be4-b5b0-e4e01fa70b22} TCPHandler: Processed in 0.001372228 sec. 2026.04.10 22:25:51.927669 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:51.927764 [ 6 ] {9fb1a2bc-84e5-41df-9a5f-7c4534a4874c} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:25:51.927809 [ 6 ] {9fb1a2bc-84e5-41df-9a5f-7c4534a4874c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:25:51.928197 [ 6 ] {9fb1a2bc-84e5-41df-9a5f-7c4534a4874c} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:51.928233 [ 6 ] {9fb1a2bc-84e5-41df-9a5f-7c4534a4874c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:25:51.928576 [ 6 ] {9fb1a2bc-84e5-41df-9a5f-7c4534a4874c} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.04.10 22:25:51.928789 [ 6 ] {9fb1a2bc-84e5-41df-9a5f-7c4534a4874c} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:25:51.928914 [ 6 ] {9fb1a2bc-84e5-41df-9a5f-7c4534a4874c} executeQuery: Read 110 rows, 7.86 KiB in 0.001169 sec., 94097.51924721985 rows/sec., 6.57 MiB/sec. 2026.04.10 22:25:51.928952 [ 6 ] {9fb1a2bc-84e5-41df-9a5f-7c4534a4874c} TCPHandler: Processed in 0.001332327 sec. 2026.04.10 22:25:51.929068 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:51.929170 [ 6 ] {a75cf302-5e12-4b80-b6f7-47b5fc5f1ad0} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:25:51.929238 [ 6 ] {a75cf302-5e12-4b80-b6f7-47b5fc5f1ad0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:25:51.930066 [ 6 ] {a75cf302-5e12-4b80-b6f7-47b5fc5f1ad0} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:51.930104 [ 6 ] {a75cf302-5e12-4b80-b6f7-47b5fc5f1ad0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:25:51.930674 [ 6 ] {a75cf302-5e12-4b80-b6f7-47b5fc5f1ad0} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.04.10 22:25:51.930920 [ 6 ] {a75cf302-5e12-4b80-b6f7-47b5fc5f1ad0} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:25:51.931054 [ 6 ] {a75cf302-5e12-4b80-b6f7-47b5fc5f1ad0} executeQuery: Read 18 rows, 33.03 KiB in 0.001907 sec., 9438.909281594126 rows/sec., 16.91 MiB/sec. 2026.04.10 22:25:51.931105 [ 6 ] {a75cf302-5e12-4b80-b6f7-47b5fc5f1ad0} TCPHandler: Processed in 0.002086012 sec. 2026.04.10 22:25:51.931222 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:51.931364 [ 6 ] {aed9be76-11af-4f09-af06-3b043f11ad4c} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:25:51.931416 [ 6 ] {aed9be76-11af-4f09-af06-3b043f11ad4c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:25:51.931834 [ 6 ] {aed9be76-11af-4f09-af06-3b043f11ad4c} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:51.931871 [ 6 ] {aed9be76-11af-4f09-af06-3b043f11ad4c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:25:51.932178 [ 6 ] {aed9be76-11af-4f09-af06-3b043f11ad4c} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.04.10 22:25:51.932380 [ 6 ] {aed9be76-11af-4f09-af06-3b043f11ad4c} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:25:51.932499 [ 6 ] {aed9be76-11af-4f09-af06-3b043f11ad4c} executeQuery: Read 40 rows, 2.73 KiB in 0.001206 sec., 33167.49585406302 rows/sec., 2.21 MiB/sec. 2026.04.10 22:25:51.932533 [ 6 ] {aed9be76-11af-4f09-af06-3b043f11ad4c} TCPHandler: Processed in 0.001404258 sec. 2026.04.10 22:25:55.407256 [ 82 ] {} DNSResolver: Updating DNS cache 2026.04.10 22:25:55.407327 [ 82 ] {} DNSResolver: Updated DNS cache 2026.04.10 22:25:55.541605 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 10558 2026.04.10 22:25:55.542252 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:55.542315 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:25:55.543114 [ 245 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.04.10 22:25:55.543414 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): 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.10 22:25:55.543549 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10558 2026.04.10 22:25:56.083956 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 2026.04.10 22:25:56.100263 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:56.100331 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:25:56.106176 [ 244 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.04.10 22:25:56.106941 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): 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.10 22:25:56.109935 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 166 2026.04.10 22:25:56.930176 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:56.930375 [ 6 ] {ab739e8a-1fc3-4bb9-954b-e5ef84d02d9c} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.10 22:25:56.930446 [ 6 ] {ab739e8a-1fc3-4bb9-954b-e5ef84d02d9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.10 22:25:56.931250 [ 6 ] {ab739e8a-1fc3-4bb9-954b-e5ef84d02d9c} oximeter.fields_i16 (419f2eef-209c-46fc-9cc0-97b5087686b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:56.931293 [ 6 ] {ab739e8a-1fc3-4bb9-954b-e5ef84d02d9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:25:56.931686 [ 6 ] {ab739e8a-1fc3-4bb9-954b-e5ef84d02d9c} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.10 22:25:56.931906 [ 6 ] {ab739e8a-1fc3-4bb9-954b-e5ef84d02d9c} oximeter.fields_i16 (419f2eef-209c-46fc-9cc0-97b5087686b9): 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.10 22:25:56.932059 [ 6 ] {ab739e8a-1fc3-4bb9-954b-e5ef84d02d9c} executeQuery: Read 284 rows, 18.47 KiB in 0.00174 sec., 163218.3908045977 rows/sec., 10.37 MiB/sec. 2026.04.10 22:25:56.932101 [ 6 ] {ab739e8a-1fc3-4bb9-954b-e5ef84d02d9c} TCPHandler: Processed in 0.002061472 sec. 2026.04.10 22:25:56.932227 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:56.932324 [ 6 ] {19c16f58-2b9f-48c9-b83d-acc7da34baae} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:25:56.932364 [ 6 ] {19c16f58-2b9f-48c9-b83d-acc7da34baae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:25:56.933227 [ 6 ] {19c16f58-2b9f-48c9-b83d-acc7da34baae} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:56.933274 [ 6 ] {19c16f58-2b9f-48c9-b83d-acc7da34baae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:25:56.933650 [ 6 ] {19c16f58-2b9f-48c9-b83d-acc7da34baae} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.04.10 22:25:56.933866 [ 6 ] {19c16f58-2b9f-48c9-b83d-acc7da34baae} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:25:56.933995 [ 6 ] {19c16f58-2b9f-48c9-b83d-acc7da34baae} executeQuery: Read 817 rows, 65.11 KiB in 0.00169 sec., 483431.95266272186 rows/sec., 37.62 MiB/sec. 2026.04.10 22:25:56.933991 [ 80 ] {} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.04.10 22:25:56.934034 [ 6 ] {19c16f58-2b9f-48c9-b83d-acc7da34baae} TCPHandler: Processed in 0.001855198 sec. 2026.04.10 22:25:56.934070 [ 80 ] {} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:56.934098 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:25:56.934181 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:56.934189 [ 187 ] {15303715-e1d3-410d-9b74-21f9c069a75b::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.10 22:25:56.934294 [ 187 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:25:56.934298 [ 6 ] {c6ccca42-2f11-4cdc-856e-7bdbf26cee09} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:25:56.934322 [ 187 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 3213 rows starting from the beginning of the part 2026.04.10 22:25:56.934344 [ 6 ] {c6ccca42-2f11-4cdc-856e-7bdbf26cee09} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:25:56.934381 [ 187 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 66 rows starting from the beginning of the part 2026.04.10 22:25:56.934422 [ 187 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 3168 rows starting from the beginning of the part 2026.04.10 22:25:56.934463 [ 187 ] {15303715-e1d3-410d-9b74-21f9c069a75b::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.10 22:25:56.934524 [ 187 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 66 rows starting from the beginning of the part 2026.04.10 22:25:56.934572 [ 187 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 817 rows starting from the beginning of the part 2026.04.10 22:25:56.934792 [ 6 ] {c6ccca42-2f11-4cdc-856e-7bdbf26cee09} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:56.934826 [ 6 ] {c6ccca42-2f11-4cdc-856e-7bdbf26cee09} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:25:56.935141 [ 6 ] {c6ccca42-2f11-4cdc-856e-7bdbf26cee09} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.04.10 22:25:56.935350 [ 6 ] {c6ccca42-2f11-4cdc-856e-7bdbf26cee09} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:25:56.935475 [ 6 ] {c6ccca42-2f11-4cdc-856e-7bdbf26cee09} executeQuery: Read 165 rows, 10.27 KiB in 0.001202 sec., 137271.2146422629 rows/sec., 8.35 MiB/sec. 2026.04.10 22:25:56.935512 [ 6 ] {c6ccca42-2f11-4cdc-856e-7bdbf26cee09} TCPHandler: Processed in 0.001393148 sec. 2026.04.10 22:25:56.935632 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:56.935728 [ 6 ] {a3b9c383-8f42-4152-857d-d434ee6be60a} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.10 22:25:56.935767 [ 6 ] {a3b9c383-8f42-4152-857d-d434ee6be60a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.10 22:25:56.936190 [ 6 ] {a3b9c383-8f42-4152-857d-d434ee6be60a} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:56.936226 [ 6 ] {a3b9c383-8f42-4152-857d-d434ee6be60a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:25:56.936512 [ 6 ] {a3b9c383-8f42-4152-857d-d434ee6be60a} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.10 22:25:56.936789 [ 6 ] {a3b9c383-8f42-4152-857d-d434ee6be60a} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002): 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.10 22:25:56.936935 [ 6 ] {a3b9c383-8f42-4152-857d-d434ee6be60a} executeQuery: Read 149 rows, 9.86 KiB in 0.001225 sec., 121632.6530612245 rows/sec., 7.86 MiB/sec. 2026.04.10 22:25:56.936952 [ 199 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 7360 rows, containing 5 columns (5 merged, 0 gathered) in 0.002800866 sec., 2627758.700344822 rows/sec., 208.27 MiB/sec. 2026.04.10 22:25:56.936973 [ 6 ] {a3b9c383-8f42-4152-857d-d434ee6be60a} TCPHandler: Processed in 0.001388878 sec. 2026.04.10 22:25:56.937088 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:56.937180 [ 6 ] {84035597-6f5d-4a94-97b8-c7aa7e8df772} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.10 22:25:56.937219 [ 6 ] {84035597-6f5d-4a94-97b8-c7aa7e8df772} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.10 22:25:56.937283 [ 187 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.04.10 22:25:56.937540 [ 187 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_26_5} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:25:56.937601 [ 187 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_26_5} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.04.10 22:25:56.937641 [ 6 ] {84035597-6f5d-4a94-97b8-c7aa7e8df772} oximeter.fields_u8 (db645430-3721-434f-a428-3eb1f7165166): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:56.937665 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.33 MiB. 2026.04.10 22:25:56.937675 [ 6 ] {84035597-6f5d-4a94-97b8-c7aa7e8df772} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:25:56.937970 [ 6 ] {84035597-6f5d-4a94-97b8-c7aa7e8df772} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.10 22:25:56.938173 [ 6 ] {84035597-6f5d-4a94-97b8-c7aa7e8df772} oximeter.fields_u8 (db645430-3721-434f-a428-3eb1f7165166): 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.10 22:25:56.938298 [ 6 ] {84035597-6f5d-4a94-97b8-c7aa7e8df772} executeQuery: Read 148 rows, 8.62 KiB in 0.001135 sec., 130396.47577092511 rows/sec., 7.42 MiB/sec. 2026.04.10 22:25:56.938335 [ 6 ] {84035597-6f5d-4a94-97b8-c7aa7e8df772} TCPHandler: Processed in 0.001294707 sec. 2026.04.10 22:25:56.938447 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:56.938539 [ 6 ] {f1d373f4-9cdd-47f4-b61f-77179db18b9b} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:25:56.938579 [ 6 ] {f1d373f4-9cdd-47f4-b61f-77179db18b9b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:25:56.939131 [ 6 ] {f1d373f4-9cdd-47f4-b61f-77179db18b9b} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:56.939166 [ 6 ] {f1d373f4-9cdd-47f4-b61f-77179db18b9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:25:56.939484 [ 6 ] {f1d373f4-9cdd-47f4-b61f-77179db18b9b} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.04.10 22:25:56.939696 [ 6 ] {f1d373f4-9cdd-47f4-b61f-77179db18b9b} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:25:56.939807 [ 79 ] {} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.04.10 22:25:56.939822 [ 6 ] {f1d373f4-9cdd-47f4-b61f-77179db18b9b} executeQuery: Read 485 rows, 34.78 KiB in 0.001301 sec., 372790.16141429666 rows/sec., 26.11 MiB/sec. 2026.04.10 22:25:56.939844 [ 79 ] {} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:56.939861 [ 6 ] {f1d373f4-9cdd-47f4-b61f-77179db18b9b} TCPHandler: Processed in 0.001460649 sec. 2026.04.10 22:25:56.939863 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:25:56.939936 [ 199 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::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.10 22:25:56.939973 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:56.940016 [ 199 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:25:56.940040 [ 199 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1766 rows starting from the beginning of the part 2026.04.10 22:25:56.940065 [ 6 ] {05458d69-64c7-4493-81cd-b4b2d62f3f4e} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.10 22:25:56.940086 [ 199 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 54 rows starting from the beginning of the part 2026.04.10 22:25:56.940106 [ 6 ] {05458d69-64c7-4493-81cd-b4b2d62f3f4e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.10 22:25:56.940126 [ 199 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1715 rows starting from the beginning of the part 2026.04.10 22:25:56.940164 [ 199 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 36 rows starting from the beginning of the part 2026.04.10 22:25:56.940201 [ 199 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 54 rows starting from the beginning of the part 2026.04.10 22:25:56.940237 [ 199 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 485 rows starting from the beginning of the part 2026.04.10 22:25:56.940436 [ 6 ] {05458d69-64c7-4493-81cd-b4b2d62f3f4e} oximeter.measurements_bool (866da8bb-a9f8-4668-8c33-6b1a5bc68a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:56.940469 [ 6 ] {05458d69-64c7-4493-81cd-b4b2d62f3f4e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:25:56.940766 [ 6 ] {05458d69-64c7-4493-81cd-b4b2d62f3f4e} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.10 22:25:56.940971 [ 6 ] {05458d69-64c7-4493-81cd-b4b2d62f3f4e} oximeter.measurements_bool (866da8bb-a9f8-4668-8c33-6b1a5bc68a2a): 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.10 22:25:56.941093 [ 6 ] {05458d69-64c7-4493-81cd-b4b2d62f3f4e} executeQuery: Read 6 rows, 321.00 B in 0.001046 sec., 5736.137667304015 rows/sec., 299.69 KiB/sec. 2026.04.10 22:25:56.941129 [ 6 ] {05458d69-64c7-4493-81cd-b4b2d62f3f4e} TCPHandler: Processed in 0.001202594 sec. 2026.04.10 22:25:56.941236 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:56.941329 [ 6 ] {79aac3ad-d302-4037-a08e-996cc1c4a49b} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:25:56.941330 [ 187 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 4110 rows, containing 5 columns (5 merged, 0 gathered) in 0.001421729 sec., 2890846.286458249 rows/sec., 207.91 MiB/sec. 2026.04.10 22:25:56.941371 [ 6 ] {79aac3ad-d302-4037-a08e-996cc1c4a49b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:25:56.941498 [ 199 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.04.10 22:25:56.941732 [ 199 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_26_5} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:25:56.941751 [ 6 ] {79aac3ad-d302-4037-a08e-996cc1c4a49b} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:56.941785 [ 6 ] {79aac3ad-d302-4037-a08e-996cc1c4a49b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:25:56.941790 [ 199 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_26_5} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.04.10 22:25:56.941850 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2026.04.10 22:25:56.942098 [ 6 ] {79aac3ad-d302-4037-a08e-996cc1c4a49b} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.04.10 22:25:56.942303 [ 6 ] {79aac3ad-d302-4037-a08e-996cc1c4a49b} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:25:56.942425 [ 6 ] {79aac3ad-d302-4037-a08e-996cc1c4a49b} executeQuery: Read 215 rows, 14.48 KiB in 0.001115 sec., 192825.1121076233 rows/sec., 12.68 MiB/sec. 2026.04.10 22:25:56.942460 [ 6 ] {79aac3ad-d302-4037-a08e-996cc1c4a49b} TCPHandler: Processed in 0.001271086 sec. 2026.04.10 22:25:56.942570 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:56.942661 [ 6 ] {3454e554-1ce2-4f36-9113-ff4b3f40a33a} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.10 22:25:56.942702 [ 6 ] {3454e554-1ce2-4f36-9113-ff4b3f40a33a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.10 22:25:56.943012 [ 6 ] {3454e554-1ce2-4f36-9113-ff4b3f40a33a} oximeter.measurements_f64 (58e3eb3a-a7ad-4b02-bedb-c669836543a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:56.943044 [ 6 ] {3454e554-1ce2-4f36-9113-ff4b3f40a33a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:25:56.943327 [ 6 ] {3454e554-1ce2-4f36-9113-ff4b3f40a33a} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.10 22:25:56.943532 [ 6 ] {3454e554-1ce2-4f36-9113-ff4b3f40a33a} oximeter.measurements_f64 (58e3eb3a-a7ad-4b02-bedb-c669836543a8): 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.10 22:25:56.943654 [ 6 ] {3454e554-1ce2-4f36-9113-ff4b3f40a33a} executeQuery: Read 1 rows, 69.00 B in 0.001011 sec., 989.1196834817014 rows/sec., 66.65 KiB/sec. 2026.04.10 22:25:56.943689 [ 6 ] {3454e554-1ce2-4f36-9113-ff4b3f40a33a} TCPHandler: Processed in 0.001166423 sec. 2026.04.10 22:25:56.943796 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:56.943886 [ 6 ] {f6c9c05f-5c88-47e4-80e9-383527203cf2} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:25:56.943938 [ 6 ] {f6c9c05f-5c88-47e4-80e9-383527203cf2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:25:56.944717 [ 6 ] {f6c9c05f-5c88-47e4-80e9-383527203cf2} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:56.944750 [ 6 ] {f6c9c05f-5c88-47e4-80e9-383527203cf2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:25:56.945244 [ 6 ] {f6c9c05f-5c88-47e4-80e9-383527203cf2} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.04.10 22:25:56.945458 [ 6 ] {f6c9c05f-5c88-47e4-80e9-383527203cf2} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:25:56.945587 [ 6 ] {f6c9c05f-5c88-47e4-80e9-383527203cf2} executeQuery: Read 23 rows, 42.20 KiB in 0.001719 sec., 13379.872018615473 rows/sec., 23.98 MiB/sec. 2026.04.10 22:25:56.945637 [ 6 ] {f6c9c05f-5c88-47e4-80e9-383527203cf2} TCPHandler: Processed in 0.001888368 sec. 2026.04.10 22:25:56.945752 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:25:56.945844 [ 6 ] {6d95f40b-fcdf-4613-9fd1-8dbcc80eadfd} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:25:56.945884 [ 6 ] {6d95f40b-fcdf-4613-9fd1-8dbcc80eadfd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:25:56.946215 [ 6 ] {6d95f40b-fcdf-4613-9fd1-8dbcc80eadfd} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:25:56.946249 [ 6 ] {6d95f40b-fcdf-4613-9fd1-8dbcc80eadfd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:25:56.946540 [ 6 ] {6d95f40b-fcdf-4613-9fd1-8dbcc80eadfd} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.04.10 22:25:56.946751 [ 6 ] {6d95f40b-fcdf-4613-9fd1-8dbcc80eadfd} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:25:56.946872 [ 6 ] {6d95f40b-fcdf-4613-9fd1-8dbcc80eadfd} executeQuery: Read 70 rows, 4.36 KiB in 0.001046 sec., 66921.60611854684 rows/sec., 4.07 MiB/sec. 2026.04.10 22:25:56.946907 [ 6 ] {6d95f40b-fcdf-4613-9fd1-8dbcc80eadfd} TCPHandler: Processed in 0.001201874 sec. 2026.04.10 22:26:00.570103 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 594 2026.04.10 22:26:00.572629 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:00.572679 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:26:00.573917 [ 243 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.10 22:26:00.574199 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): 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.10 22:26:00.574364 [ 76 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.04.10 22:26:00.574430 [ 76 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:00.574450 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:26:00.574507 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 594 2026.04.10 22:26:00.574591 [ 190 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::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.10 22:26:00.575242 [ 190 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:26:00.575410 [ 190 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 362 rows starting from the beginning of the part 2026.04.10 22:26:00.575817 [ 190 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 76 rows starting from the beginning of the part 2026.04.10 22:26:00.576200 [ 190 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 40 rows starting from the beginning of the part 2026.04.10 22:26:00.576573 [ 190 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 36 rows starting from the beginning of the part 2026.04.10 22:26:00.576932 [ 190 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 46 rows starting from the beginning of the part 2026.04.10 22:26:00.577294 [ 190 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 34 rows starting from the beginning of the part 2026.04.10 22:26:00.584058 [ 187 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 594 rows, containing 72 columns (72 merged, 0 gathered) in 0.009528873 sec., 62336.85767456445 rows/sec., 56.51 MiB/sec. 2026.04.10 22:26:00.585228 [ 195 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.04.10 22:26:00.585776 [ 195 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_16_3} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): 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.10 22:26:00.585842 [ 195 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_16_3} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.04.10 22:26:00.586059 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.99 MiB. 2026.04.10 22:26:01.920179 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:01.920577 [ 6 ] {c029811f-6b0d-4b2f-a8b2-daf542b98608} executeQuery: (from [fd00:1122:3344:101::d]:38483) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec') FORMAT Native; (stage: Complete) 2026.04.10 22:26:01.921170 [ 6 ] {c029811f-6b0d-4b2f-a8b2-daf542b98608} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.10 22:26:01.921231 [ 6 ] {c029811f-6b0d-4b2f-a8b2-daf542b98608} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec')" moved to PREWHERE 2026.04.10 22:26:01.921495 [ 6 ] {c029811f-6b0d-4b2f-a8b2-daf542b98608} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 22:26:01.921561 [ 6 ] {c029811f-6b0d-4b2f-a8b2-daf542b98608} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 22:26:01.921700 [ 6 ] {c029811f-6b0d-4b2f-a8b2-daf542b98608} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Key condition: (column 0 notIn 45-element set) 2026.04.10 22:26:01.921903 [ 261 ] {c029811f-6b0d-4b2f-a8b2-daf542b98608} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.10 22:26:01.921919 [ 347 ] {c029811f-6b0d-4b2f-a8b2-daf542b98608} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.04.10 22:26:01.921919 [ 300 ] {c029811f-6b0d-4b2f-a8b2-daf542b98608} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.10 22:26:01.921903 [ 309 ] {c029811f-6b0d-4b2f-a8b2-daf542b98608} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.10 22:26:01.922121 [ 6 ] {c029811f-6b0d-4b2f-a8b2-daf542b98608} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges 2026.04.10 22:26:01.922159 [ 6 ] {c029811f-6b0d-4b2f-a8b2-daf542b98608} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.10 22:26:01.922258 [ 6 ] {c029811f-6b0d-4b2f-a8b2-daf542b98608} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.10 22:26:01.922279 [ 6 ] {c029811f-6b0d-4b2f-a8b2-daf542b98608} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Reading approx. 45 rows with 4 streams 2026.04.10 22:26:01.922315 [ 6 ] {c029811f-6b0d-4b2f-a8b2-daf542b98608} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec'))" 2026.04.10 22:26:01.922400 [ 6 ] {c029811f-6b0d-4b2f-a8b2-daf542b98608} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec'))" 2026.04.10 22:26:01.922530 [ 6 ] {c029811f-6b0d-4b2f-a8b2-daf542b98608} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec'))" 2026.04.10 22:26:01.922577 [ 6 ] {c029811f-6b0d-4b2f-a8b2-daf542b98608} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec'))" 2026.04.10 22:26:01.923628 [ 6 ] {c029811f-6b0d-4b2f-a8b2-daf542b98608} executeQuery: Read 45 rows, 1.68 KiB in 0.003238 sec., 13897.467572575664 rows/sec., 520.25 KiB/sec. 2026.04.10 22:26:01.923779 [ 6 ] {c029811f-6b0d-4b2f-a8b2-daf542b98608} MemoryTracker: Peak memory usage (for query): 147.46 KiB. 2026.04.10 22:26:01.923794 [ 6 ] {c029811f-6b0d-4b2f-a8b2-daf542b98608} TCPHandler: Processed in 0.003799497 sec. 2026.04.10 22:26:01.924186 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:01.924335 [ 6 ] {7ddcfd1e-d021-49f4-b71d-6f45c25d2322} executeQuery: (from [fd00:1122:3344:101::d]:38483) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec') FORMAT Native; (stage: Complete) 2026.04.10 22:26:01.924563 [ 6 ] {7ddcfd1e-d021-49f4-b71d-6f45c25d2322} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.10 22:26:01.924600 [ 6 ] {7ddcfd1e-d021-49f4-b71d-6f45c25d2322} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec')" moved to PREWHERE 2026.04.10 22:26:01.924816 [ 6 ] {7ddcfd1e-d021-49f4-b71d-6f45c25d2322} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 22:26:01.924868 [ 6 ] {7ddcfd1e-d021-49f4-b71d-6f45c25d2322} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 22:26:01.924973 [ 6 ] {7ddcfd1e-d021-49f4-b71d-6f45c25d2322} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Key condition: (column 0 notIn 46-element set) 2026.04.10 22:26:01.925035 [ 331 ] {7ddcfd1e-d021-49f4-b71d-6f45c25d2322} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.10 22:26:01.925037 [ 305 ] {7ddcfd1e-d021-49f4-b71d-6f45c25d2322} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.10 22:26:01.925040 [ 309 ] {7ddcfd1e-d021-49f4-b71d-6f45c25d2322} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.04.10 22:26:01.925037 [ 321 ] {7ddcfd1e-d021-49f4-b71d-6f45c25d2322} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.10 22:26:01.925174 [ 6 ] {7ddcfd1e-d021-49f4-b71d-6f45c25d2322} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges 2026.04.10 22:26:01.925200 [ 6 ] {7ddcfd1e-d021-49f4-b71d-6f45c25d2322} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.10 22:26:01.925279 [ 6 ] {7ddcfd1e-d021-49f4-b71d-6f45c25d2322} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.10 22:26:01.925297 [ 6 ] {7ddcfd1e-d021-49f4-b71d-6f45c25d2322} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Reading approx. 45 rows with 4 streams 2026.04.10 22:26:01.925326 [ 6 ] {7ddcfd1e-d021-49f4-b71d-6f45c25d2322} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec'))" 2026.04.10 22:26:01.925356 [ 6 ] {7ddcfd1e-d021-49f4-b71d-6f45c25d2322} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec'))" 2026.04.10 22:26:01.925383 [ 6 ] {7ddcfd1e-d021-49f4-b71d-6f45c25d2322} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec'))" 2026.04.10 22:26:01.925410 [ 6 ] {7ddcfd1e-d021-49f4-b71d-6f45c25d2322} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec'))" 2026.04.10 22:26:01.926296 [ 6 ] {7ddcfd1e-d021-49f4-b71d-6f45c25d2322} executeQuery: Read 45 rows, 1.68 KiB in 0.002021 sec., 22266.204849084614 rows/sec., 833.53 KiB/sec. 2026.04.10 22:26:01.926447 [ 6 ] {7ddcfd1e-d021-49f4-b71d-6f45c25d2322} MemoryTracker: Peak memory usage (for query): 145.76 KiB. 2026.04.10 22:26:01.926462 [ 6 ] {7ddcfd1e-d021-49f4-b71d-6f45c25d2322} TCPHandler: Processed in 0.002327537 sec. 2026.04.10 22:26:01.926725 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:01.926864 [ 6 ] {7e73a8d5-7b24-4cef-b8db-412e2e404f31} executeQuery: (from [fd00:1122:3344:101::d]:38483) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec') FORMAT Native; (stage: Complete) 2026.04.10 22:26:01.927086 [ 6 ] {7e73a8d5-7b24-4cef-b8db-412e2e404f31} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.10 22:26:01.927123 [ 6 ] {7e73a8d5-7b24-4cef-b8db-412e2e404f31} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec')" moved to PREWHERE 2026.04.10 22:26:01.927365 [ 6 ] {7e73a8d5-7b24-4cef-b8db-412e2e404f31} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 22:26:01.927418 [ 6 ] {7e73a8d5-7b24-4cef-b8db-412e2e404f31} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 22:26:01.927515 [ 6 ] {7e73a8d5-7b24-4cef-b8db-412e2e404f31} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Key condition: (column 0 notIn 47-element set) 2026.04.10 22:26:01.927574 [ 305 ] {7e73a8d5-7b24-4cef-b8db-412e2e404f31} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.10 22:26:01.927585 [ 321 ] {7e73a8d5-7b24-4cef-b8db-412e2e404f31} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.10 22:26:01.927584 [ 331 ] {7e73a8d5-7b24-4cef-b8db-412e2e404f31} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.04.10 22:26:01.927578 [ 309 ] {7e73a8d5-7b24-4cef-b8db-412e2e404f31} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.10 22:26:01.927714 [ 6 ] {7e73a8d5-7b24-4cef-b8db-412e2e404f31} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges 2026.04.10 22:26:01.927740 [ 6 ] {7e73a8d5-7b24-4cef-b8db-412e2e404f31} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.10 22:26:01.927818 [ 6 ] {7e73a8d5-7b24-4cef-b8db-412e2e404f31} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.10 22:26:01.927835 [ 6 ] {7e73a8d5-7b24-4cef-b8db-412e2e404f31} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Reading approx. 45 rows with 4 streams 2026.04.10 22:26:01.927863 [ 6 ] {7e73a8d5-7b24-4cef-b8db-412e2e404f31} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec'))" 2026.04.10 22:26:01.927909 [ 6 ] {7e73a8d5-7b24-4cef-b8db-412e2e404f31} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec'))" 2026.04.10 22:26:01.927955 [ 6 ] {7e73a8d5-7b24-4cef-b8db-412e2e404f31} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec'))" 2026.04.10 22:26:01.927993 [ 6 ] {7e73a8d5-7b24-4cef-b8db-412e2e404f31} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec'))" 2026.04.10 22:26:01.928739 [ 6 ] {7e73a8d5-7b24-4cef-b8db-412e2e404f31} executeQuery: Read 45 rows, 1.68 KiB in 0.001937 sec., 23231.80175529169 rows/sec., 869.68 KiB/sec. 2026.04.10 22:26:01.928862 [ 6 ] {7e73a8d5-7b24-4cef-b8db-412e2e404f31} MemoryTracker: Peak memory usage (for query): 146.17 KiB. 2026.04.10 22:26:01.928876 [ 6 ] {7e73a8d5-7b24-4cef-b8db-412e2e404f31} TCPHandler: Processed in 0.002199535 sec. 2026.04.10 22:26:01.929158 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:01.929294 [ 6 ] {c4a4babe-9603-47f4-b147-ffcafe7b1c0e} executeQuery: (from [fd00:1122:3344:101::d]:38483) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec') FORMAT Native; (stage: Complete) 2026.04.10 22:26:01.929511 [ 6 ] {c4a4babe-9603-47f4-b147-ffcafe7b1c0e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.10 22:26:01.929547 [ 6 ] {c4a4babe-9603-47f4-b147-ffcafe7b1c0e} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec')" moved to PREWHERE 2026.04.10 22:26:01.929760 [ 6 ] {c4a4babe-9603-47f4-b147-ffcafe7b1c0e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 22:26:01.929811 [ 6 ] {c4a4babe-9603-47f4-b147-ffcafe7b1c0e} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 22:26:01.929907 [ 6 ] {c4a4babe-9603-47f4-b147-ffcafe7b1c0e} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Key condition: (column 0 notIn 48-element set) 2026.04.10 22:26:01.929965 [ 331 ] {c4a4babe-9603-47f4-b147-ffcafe7b1c0e} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.10 22:26:01.929982 [ 321 ] {c4a4babe-9603-47f4-b147-ffcafe7b1c0e} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.10 22:26:01.929994 [ 339 ] {c4a4babe-9603-47f4-b147-ffcafe7b1c0e} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.04.10 22:26:01.929991 [ 315 ] {c4a4babe-9603-47f4-b147-ffcafe7b1c0e} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.10 22:26:01.930111 [ 6 ] {c4a4babe-9603-47f4-b147-ffcafe7b1c0e} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges 2026.04.10 22:26:01.930132 [ 6 ] {c4a4babe-9603-47f4-b147-ffcafe7b1c0e} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.10 22:26:01.930208 [ 6 ] {c4a4babe-9603-47f4-b147-ffcafe7b1c0e} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.10 22:26:01.930225 [ 6 ] {c4a4babe-9603-47f4-b147-ffcafe7b1c0e} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Reading approx. 45 rows with 4 streams 2026.04.10 22:26:01.930264 [ 6 ] {c4a4babe-9603-47f4-b147-ffcafe7b1c0e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec'))" 2026.04.10 22:26:01.930293 [ 6 ] {c4a4babe-9603-47f4-b147-ffcafe7b1c0e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec'))" 2026.04.10 22:26:01.930320 [ 6 ] {c4a4babe-9603-47f4-b147-ffcafe7b1c0e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec'))" 2026.04.10 22:26:01.930346 [ 6 ] {c4a4babe-9603-47f4-b147-ffcafe7b1c0e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec'))" 2026.04.10 22:26:01.931150 [ 6 ] {c4a4babe-9603-47f4-b147-ffcafe7b1c0e} executeQuery: Read 45 rows, 1.68 KiB in 0.001915 sec., 23498.694516971278 rows/sec., 879.67 KiB/sec. 2026.04.10 22:26:01.931274 [ 6 ] {c4a4babe-9603-47f4-b147-ffcafe7b1c0e} MemoryTracker: Peak memory usage (for query): 146.77 KiB. 2026.04.10 22:26:01.931289 [ 6 ] {c4a4babe-9603-47f4-b147-ffcafe7b1c0e} TCPHandler: Processed in 0.002179214 sec. 2026.04.10 22:26:01.931592 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:01.931728 [ 6 ] {2da16951-9786-4cc6-80ad-e1c993c46ac3} executeQuery: (from [fd00:1122:3344:101::d]:38483) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec') FORMAT Native; (stage: Complete) 2026.04.10 22:26:01.931947 [ 6 ] {2da16951-9786-4cc6-80ad-e1c993c46ac3} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.10 22:26:01.931985 [ 6 ] {2da16951-9786-4cc6-80ad-e1c993c46ac3} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec')" moved to PREWHERE 2026.04.10 22:26:01.932201 [ 6 ] {2da16951-9786-4cc6-80ad-e1c993c46ac3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 22:26:01.932252 [ 6 ] {2da16951-9786-4cc6-80ad-e1c993c46ac3} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 22:26:01.932348 [ 6 ] {2da16951-9786-4cc6-80ad-e1c993c46ac3} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Key condition: (column 0 notIn 49-element set) 2026.04.10 22:26:01.932401 [ 295 ] {2da16951-9786-4cc6-80ad-e1c993c46ac3} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.10 22:26:01.932411 [ 305 ] {2da16951-9786-4cc6-80ad-e1c993c46ac3} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.10 22:26:01.932418 [ 340 ] {2da16951-9786-4cc6-80ad-e1c993c46ac3} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.10 22:26:01.932438 [ 339 ] {2da16951-9786-4cc6-80ad-e1c993c46ac3} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.04.10 22:26:01.932547 [ 6 ] {2da16951-9786-4cc6-80ad-e1c993c46ac3} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges 2026.04.10 22:26:01.932568 [ 6 ] {2da16951-9786-4cc6-80ad-e1c993c46ac3} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.10 22:26:01.932644 [ 6 ] {2da16951-9786-4cc6-80ad-e1c993c46ac3} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.10 22:26:01.932662 [ 6 ] {2da16951-9786-4cc6-80ad-e1c993c46ac3} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Reading approx. 45 rows with 4 streams 2026.04.10 22:26:01.932690 [ 6 ] {2da16951-9786-4cc6-80ad-e1c993c46ac3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec'))" 2026.04.10 22:26:01.932719 [ 6 ] {2da16951-9786-4cc6-80ad-e1c993c46ac3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec'))" 2026.04.10 22:26:01.932747 [ 6 ] {2da16951-9786-4cc6-80ad-e1c993c46ac3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec'))" 2026.04.10 22:26:01.932774 [ 6 ] {2da16951-9786-4cc6-80ad-e1c993c46ac3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec'))" 2026.04.10 22:26:01.933529 [ 6 ] {2da16951-9786-4cc6-80ad-e1c993c46ac3} executeQuery: Read 45 rows, 1.68 KiB in 0.00186 sec., 24193.548387096773 rows/sec., 905.68 KiB/sec. 2026.04.10 22:26:01.933664 [ 6 ] {2da16951-9786-4cc6-80ad-e1c993c46ac3} MemoryTracker: Peak memory usage (for query): 146.96 KiB. 2026.04.10 22:26:01.933678 [ 6 ] {2da16951-9786-4cc6-80ad-e1c993c46ac3} TCPHandler: Processed in 0.002133984 sec. 2026.04.10 22:26:01.933967 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:01.934106 [ 6 ] {62b925f2-5131-43de-af0c-8ac0b52e4f59} executeQuery: (from [fd00:1122:3344:101::d]:38483) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec') FORMAT Native; (stage: Complete) 2026.04.10 22:26:01.934327 [ 6 ] {62b925f2-5131-43de-af0c-8ac0b52e4f59} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.10 22:26:01.934363 [ 6 ] {62b925f2-5131-43de-af0c-8ac0b52e4f59} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec')" moved to PREWHERE 2026.04.10 22:26:01.934582 [ 6 ] {62b925f2-5131-43de-af0c-8ac0b52e4f59} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 22:26:01.934632 [ 6 ] {62b925f2-5131-43de-af0c-8ac0b52e4f59} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 22:26:01.934728 [ 6 ] {62b925f2-5131-43de-af0c-8ac0b52e4f59} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Key condition: (column 0 notIn 50-element set) 2026.04.10 22:26:01.934807 [ 340 ] {62b925f2-5131-43de-af0c-8ac0b52e4f59} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.10 22:26:01.934810 [ 305 ] {62b925f2-5131-43de-af0c-8ac0b52e4f59} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.10 22:26:01.934827 [ 306 ] {62b925f2-5131-43de-af0c-8ac0b52e4f59} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.10 22:26:01.934818 [ 339 ] {62b925f2-5131-43de-af0c-8ac0b52e4f59} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.04.10 22:26:01.934976 [ 6 ] {62b925f2-5131-43de-af0c-8ac0b52e4f59} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges 2026.04.10 22:26:01.934998 [ 6 ] {62b925f2-5131-43de-af0c-8ac0b52e4f59} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.10 22:26:01.935076 [ 6 ] {62b925f2-5131-43de-af0c-8ac0b52e4f59} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.10 22:26:01.935094 [ 6 ] {62b925f2-5131-43de-af0c-8ac0b52e4f59} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Reading approx. 45 rows with 4 streams 2026.04.10 22:26:01.935123 [ 6 ] {62b925f2-5131-43de-af0c-8ac0b52e4f59} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec'))" 2026.04.10 22:26:01.935152 [ 6 ] {62b925f2-5131-43de-af0c-8ac0b52e4f59} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec'))" 2026.04.10 22:26:01.935180 [ 6 ] {62b925f2-5131-43de-af0c-8ac0b52e4f59} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec'))" 2026.04.10 22:26:01.935207 [ 6 ] {62b925f2-5131-43de-af0c-8ac0b52e4f59} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec'))" 2026.04.10 22:26:01.935964 [ 6 ] {62b925f2-5131-43de-af0c-8ac0b52e4f59} executeQuery: Read 45 rows, 1.68 KiB in 0.001919 sec., 23449.71339239187 rows/sec., 877.84 KiB/sec. 2026.04.10 22:26:01.936113 [ 6 ] {62b925f2-5131-43de-af0c-8ac0b52e4f59} MemoryTracker: Peak memory usage (for query): 147.57 KiB. 2026.04.10 22:26:01.936128 [ 6 ] {62b925f2-5131-43de-af0c-8ac0b52e4f59} TCPHandler: Processed in 0.002213615 sec. 2026.04.10 22:26:01.959715 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:01.959848 [ 6 ] {822e2239-1914-4f1a-b9cb-431b43ab93eb} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.04.10 22:26:01.959902 [ 6 ] {822e2239-1914-4f1a-b9cb-431b43ab93eb} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 22:26:01.960551 [ 6 ] {822e2239-1914-4f1a-b9cb-431b43ab93eb} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:01.960595 [ 6 ] {822e2239-1914-4f1a-b9cb-431b43ab93eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:26:01.961025 [ 6 ] {822e2239-1914-4f1a-b9cb-431b43ab93eb} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.10 22:26:01.961232 [ 6 ] {822e2239-1914-4f1a-b9cb-431b43ab93eb} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14): 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.10 22:26:01.961383 [ 6 ] {822e2239-1914-4f1a-b9cb-431b43ab93eb} executeQuery: Read 6 rows, 2.84 KiB in 0.001573 sec., 3814.367450731087 rows/sec., 1.76 MiB/sec. 2026.04.10 22:26:01.961424 [ 6 ] {822e2239-1914-4f1a-b9cb-431b43ab93eb} TCPHandler: Processed in 0.001787856 sec. 2026.04.10 22:26:01.961560 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:01.961653 [ 6 ] {d1a8ba35-c635-454e-b034-22567fa2ac80} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.10 22:26:01.961693 [ 6 ] {d1a8ba35-c635-454e-b034-22567fa2ac80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.10 22:26:01.962147 [ 6 ] {d1a8ba35-c635-454e-b034-22567fa2ac80} oximeter.fields_i16 (419f2eef-209c-46fc-9cc0-97b5087686b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:01.962184 [ 6 ] {d1a8ba35-c635-454e-b034-22567fa2ac80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:26:01.962482 [ 6 ] {d1a8ba35-c635-454e-b034-22567fa2ac80} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.10 22:26:01.962697 [ 6 ] {d1a8ba35-c635-454e-b034-22567fa2ac80} oximeter.fields_i16 (419f2eef-209c-46fc-9cc0-97b5087686b9): 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.10 22:26:01.962826 [ 6 ] {d1a8ba35-c635-454e-b034-22567fa2ac80} executeQuery: Read 24 rows, 2.04 KiB in 0.001191 sec., 20151.133501259446 rows/sec., 1.67 MiB/sec. 2026.04.10 22:26:01.962863 [ 6 ] {d1a8ba35-c635-454e-b034-22567fa2ac80} TCPHandler: Processed in 0.001350787 sec. 2026.04.10 22:26:01.962986 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:01.963078 [ 6 ] {3733b17b-0ea7-4f3c-9fd2-1b5a6cac2887} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.10 22:26:01.963117 [ 6 ] {3733b17b-0ea7-4f3c-9fd2-1b5a6cac2887} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.10 22:26:01.963503 [ 6 ] {3733b17b-0ea7-4f3c-9fd2-1b5a6cac2887} oximeter.fields_ipaddr (b4784700-91f7-4af4-af29-376f839f9b40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:01.963537 [ 6 ] {3733b17b-0ea7-4f3c-9fd2-1b5a6cac2887} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:26:01.963812 [ 6 ] {3733b17b-0ea7-4f3c-9fd2-1b5a6cac2887} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.10 22:26:01.964018 [ 6 ] {3733b17b-0ea7-4f3c-9fd2-1b5a6cac2887} oximeter.fields_ipaddr (b4784700-91f7-4af4-af29-376f839f9b40): 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.10 22:26:01.964141 [ 6 ] {3733b17b-0ea7-4f3c-9fd2-1b5a6cac2887} executeQuery: Read 2 rows, 167.00 B in 0.001082 sec., 1848.4288354898335 rows/sec., 150.73 KiB/sec. 2026.04.10 22:26:01.964178 [ 6 ] {3733b17b-0ea7-4f3c-9fd2-1b5a6cac2887} TCPHandler: Processed in 0.001239785 sec. 2026.04.10 22:26:01.964286 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:01.964378 [ 6 ] {eef8209c-b545-484e-a825-cb13a62f7e07} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:26:01.964416 [ 6 ] {eef8209c-b545-484e-a825-cb13a62f7e07} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:26:01.964900 [ 6 ] {eef8209c-b545-484e-a825-cb13a62f7e07} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:01.964933 [ 6 ] {eef8209c-b545-484e-a825-cb13a62f7e07} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:26:01.965251 [ 6 ] {eef8209c-b545-484e-a825-cb13a62f7e07} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.04.10 22:26:01.965465 [ 6 ] {eef8209c-b545-484e-a825-cb13a62f7e07} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:26:01.965586 [ 6 ] {eef8209c-b545-484e-a825-cb13a62f7e07} executeQuery: Read 213 rows, 19.50 KiB in 0.001226 sec., 173735.72593800977 rows/sec., 15.53 MiB/sec. 2026.04.10 22:26:01.965622 [ 6 ] {eef8209c-b545-484e-a825-cb13a62f7e07} TCPHandler: Processed in 0.001383638 sec. 2026.04.10 22:26:01.965742 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:01.965832 [ 6 ] {20328397-139d-4bb0-a430-ce1e48302341} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:26:01.965870 [ 6 ] {20328397-139d-4bb0-a430-ce1e48302341} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:26:01.966272 [ 6 ] {20328397-139d-4bb0-a430-ce1e48302341} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:01.966305 [ 6 ] {20328397-139d-4bb0-a430-ce1e48302341} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:26:01.966597 [ 6 ] {20328397-139d-4bb0-a430-ce1e48302341} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.04.10 22:26:01.966800 [ 6 ] {20328397-139d-4bb0-a430-ce1e48302341} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:26:01.966922 [ 6 ] {20328397-139d-4bb0-a430-ce1e48302341} executeQuery: Read 32 rows, 2.45 KiB in 0.001107 sec., 28906.95573622403 rows/sec., 2.16 MiB/sec. 2026.04.10 22:26:01.966958 [ 6 ] {20328397-139d-4bb0-a430-ce1e48302341} TCPHandler: Processed in 0.001263046 sec. 2026.04.10 22:26:01.967067 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:01.967158 [ 6 ] {d164c402-35ad-4978-99a4-26abcf1179c7} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.10 22:26:01.967198 [ 6 ] {d164c402-35ad-4978-99a4-26abcf1179c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.10 22:26:01.967603 [ 6 ] {d164c402-35ad-4978-99a4-26abcf1179c7} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:01.967635 [ 6 ] {d164c402-35ad-4978-99a4-26abcf1179c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:26:01.967916 [ 6 ] {d164c402-35ad-4978-99a4-26abcf1179c7} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.10 22:26:01.968132 [ 6 ] {d164c402-35ad-4978-99a4-26abcf1179c7} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002): 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.10 22:26:01.968254 [ 6 ] {d164c402-35ad-4978-99a4-26abcf1179c7} executeQuery: Read 24 rows, 2.04 KiB in 0.001113 sec., 21563.342318059298 rows/sec., 1.79 MiB/sec. 2026.04.10 22:26:01.968290 [ 6 ] {d164c402-35ad-4978-99a4-26abcf1179c7} TCPHandler: Processed in 0.001270606 sec. 2026.04.10 22:26:01.968396 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:01.968487 [ 6 ] {2e1c8260-03ce-48a0-970a-3a59c112d3f7} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.10 22:26:01.968524 [ 6 ] {2e1c8260-03ce-48a0-970a-3a59c112d3f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.10 22:26:01.968904 [ 6 ] {2e1c8260-03ce-48a0-970a-3a59c112d3f7} oximeter.fields_u8 (db645430-3721-434f-a428-3eb1f7165166): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:01.968938 [ 6 ] {2e1c8260-03ce-48a0-970a-3a59c112d3f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:26:01.969216 [ 6 ] {2e1c8260-03ce-48a0-970a-3a59c112d3f7} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.10 22:26:01.969420 [ 6 ] {2e1c8260-03ce-48a0-970a-3a59c112d3f7} oximeter.fields_u8 (db645430-3721-434f-a428-3eb1f7165166): 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.10 22:26:01.969539 [ 6 ] {2e1c8260-03ce-48a0-970a-3a59c112d3f7} executeQuery: Read 12 rows, 960.00 B in 0.00107 sec., 11214.953271028038 rows/sec., 876.17 KiB/sec. 2026.04.10 22:26:01.969574 [ 6 ] {2e1c8260-03ce-48a0-970a-3a59c112d3f7} TCPHandler: Processed in 0.001225095 sec. 2026.04.10 22:26:01.969679 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:01.969770 [ 6 ] {30bc27c8-cb86-45fc-a9cd-93e0d644fcbe} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:26:01.969807 [ 6 ] {30bc27c8-cb86-45fc-a9cd-93e0d644fcbe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:26:01.970224 [ 6 ] {30bc27c8-cb86-45fc-a9cd-93e0d644fcbe} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:01.970257 [ 6 ] {30bc27c8-cb86-45fc-a9cd-93e0d644fcbe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:26:01.970560 [ 6 ] {30bc27c8-cb86-45fc-a9cd-93e0d644fcbe} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.04.10 22:26:01.970770 [ 6 ] {30bc27c8-cb86-45fc-a9cd-93e0d644fcbe} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:26:01.970893 [ 6 ] {30bc27c8-cb86-45fc-a9cd-93e0d644fcbe} executeQuery: Read 120 rows, 9.98 KiB in 0.00114 sec., 105263.15789473684 rows/sec., 8.55 MiB/sec. 2026.04.10 22:26:01.970930 [ 6 ] {30bc27c8-cb86-45fc-a9cd-93e0d644fcbe} TCPHandler: Processed in 0.001297406 sec. 2026.04.10 22:26:01.971038 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:01.971130 [ 6 ] {3db74242-ca1d-4355-8650-b902ea163adf} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:26:01.971171 [ 6 ] {3db74242-ca1d-4355-8650-b902ea163adf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:26:01.971670 [ 6 ] {3db74242-ca1d-4355-8650-b902ea163adf} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:01.971705 [ 6 ] {3db74242-ca1d-4355-8650-b902ea163adf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:26:01.972059 [ 6 ] {3db74242-ca1d-4355-8650-b902ea163adf} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.04.10 22:26:01.972254 [ 6 ] {3db74242-ca1d-4355-8650-b902ea163adf} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:26:01.972373 [ 6 ] {3db74242-ca1d-4355-8650-b902ea163adf} executeQuery: Read 631 rows, 50.62 KiB in 0.001289 sec., 489526.7649340574 rows/sec., 38.35 MiB/sec. 2026.04.10 22:26:01.972408 [ 6 ] {3db74242-ca1d-4355-8650-b902ea163adf} TCPHandler: Processed in 0.001447099 sec. 2026.04.10 22:26:01.972509 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:01.972595 [ 6 ] {6868351a-574d-41fe-a9b4-d273311002b3} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:26:01.972643 [ 6 ] {6868351a-574d-41fe-a9b4-d273311002b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:26:01.973410 [ 6 ] {6868351a-574d-41fe-a9b4-d273311002b3} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:01.973445 [ 6 ] {6868351a-574d-41fe-a9b4-d273311002b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:26:01.973937 [ 6 ] {6868351a-574d-41fe-a9b4-d273311002b3} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.04.10 22:26:01.974163 [ 6 ] {6868351a-574d-41fe-a9b4-d273311002b3} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:26:01.974295 [ 6 ] {6868351a-574d-41fe-a9b4-d273311002b3} executeQuery: Read 18 rows, 33.03 KiB in 0.001674 sec., 10752.688172043012 rows/sec., 19.27 MiB/sec. 2026.04.10 22:26:01.974344 [ 6 ] {6868351a-574d-41fe-a9b4-d273311002b3} TCPHandler: Processed in 0.001844168 sec. 2026.04.10 22:26:01.974458 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:01.974549 [ 6 ] {e618d2d0-2fde-43e2-8a53-826b68004d59} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:26:01.974590 [ 6 ] {e618d2d0-2fde-43e2-8a53-826b68004d59} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:26:01.974913 [ 6 ] {e618d2d0-2fde-43e2-8a53-826b68004d59} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:01.974947 [ 6 ] {e618d2d0-2fde-43e2-8a53-826b68004d59} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:26:01.975238 [ 6 ] {e618d2d0-2fde-43e2-8a53-826b68004d59} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.04.10 22:26:01.975449 [ 6 ] {e618d2d0-2fde-43e2-8a53-826b68004d59} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:26:01.975569 [ 6 ] {e618d2d0-2fde-43e2-8a53-826b68004d59} executeQuery: Read 56 rows, 3.86 KiB in 0.001037 sec., 54001.928640308586 rows/sec., 3.63 MiB/sec. 2026.04.10 22:26:01.975601 [ 6 ] {e618d2d0-2fde-43e2-8a53-826b68004d59} TCPHandler: Processed in 0.001191144 sec. 2026.04.10 22:26:03.043699 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 11070 2026.04.10 22:26:03.044218 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:03.044267 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:26:03.044809 [ 245 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.04.10 22:26:03.045052 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): 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.10 22:26:03.045193 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11070 2026.04.10 22:26:03.610072 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 2026.04.10 22:26:03.627114 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:03.627178 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:26:03.633738 [ 244 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.04.10 22:26:03.634498 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): 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.10 22:26:03.637352 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 174 2026.04.10 22:26:04.000253 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 252.22 MiB, peak 256.39 MiB, free memory in arenas 0.00 B, will set to 253.34 MiB (RSS), difference: 1.12 MiB 2026.04.10 22:26:06.925648 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:06.925914 [ 6 ] {1dfa9423-ef1f-4689-bcf3-42c486f65f03} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:26:06.926013 [ 6 ] {1dfa9423-ef1f-4689-bcf3-42c486f65f03} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:26:06.926797 [ 6 ] {1dfa9423-ef1f-4689-bcf3-42c486f65f03} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:06.926843 [ 6 ] {1dfa9423-ef1f-4689-bcf3-42c486f65f03} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:26:06.927264 [ 6 ] {1dfa9423-ef1f-4689-bcf3-42c486f65f03} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.04.10 22:26:06.927504 [ 6 ] {1dfa9423-ef1f-4689-bcf3-42c486f65f03} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:26:06.927664 [ 6 ] {1dfa9423-ef1f-4689-bcf3-42c486f65f03} executeQuery: Read 102 rows, 8.74 KiB in 0.001823 sec., 55951.727921009326 rows/sec., 4.68 MiB/sec. 2026.04.10 22:26:06.927711 [ 6 ] {1dfa9423-ef1f-4689-bcf3-42c486f65f03} TCPHandler: Processed in 0.002236125 sec. 2026.04.10 22:26:06.927842 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:06.927946 [ 6 ] {a5f6b4c7-c58b-43dd-89fa-80cdf2f2c4fc} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:26:06.927991 [ 6 ] {a5f6b4c7-c58b-43dd-89fa-80cdf2f2c4fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:26:06.928406 [ 6 ] {a5f6b4c7-c58b-43dd-89fa-80cdf2f2c4fc} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:06.928445 [ 6 ] {a5f6b4c7-c58b-43dd-89fa-80cdf2f2c4fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:26:06.928756 [ 6 ] {a5f6b4c7-c58b-43dd-89fa-80cdf2f2c4fc} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.04.10 22:26:06.928972 [ 6 ] {a5f6b4c7-c58b-43dd-89fa-80cdf2f2c4fc} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:26:06.929116 [ 6 ] {a5f6b4c7-c58b-43dd-89fa-80cdf2f2c4fc} executeQuery: Read 23 rows, 1.73 KiB in 0.001194 sec., 19262.981574539364 rows/sec., 1.41 MiB/sec. 2026.04.10 22:26:06.929154 [ 6 ] {a5f6b4c7-c58b-43dd-89fa-80cdf2f2c4fc} TCPHandler: Processed in 0.001365748 sec. 2026.04.10 22:26:06.929266 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:06.929362 [ 6 ] {dced7fab-8041-485b-9780-ba36549e0179} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:26:06.929402 [ 6 ] {dced7fab-8041-485b-9780-ba36549e0179} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:26:06.929812 [ 6 ] {dced7fab-8041-485b-9780-ba36549e0179} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:06.929847 [ 6 ] {dced7fab-8041-485b-9780-ba36549e0179} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:26:06.930157 [ 6 ] {dced7fab-8041-485b-9780-ba36549e0179} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.04.10 22:26:06.930400 [ 6 ] {dced7fab-8041-485b-9780-ba36549e0179} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:26:06.930528 [ 6 ] {dced7fab-8041-485b-9780-ba36549e0179} executeQuery: Read 87 rows, 6.96 KiB in 0.001185 sec., 73417.72151898734 rows/sec., 5.73 MiB/sec. 2026.04.10 22:26:06.930565 [ 6 ] {dced7fab-8041-485b-9780-ba36549e0179} TCPHandler: Processed in 0.001349617 sec. 2026.04.10 22:26:06.930677 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:06.930773 [ 6 ] {56adebc9-48e2-4d8a-a02c-3f0c558632ce} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:26:06.930818 [ 6 ] {56adebc9-48e2-4d8a-a02c-3f0c558632ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:26:06.931239 [ 6 ] {56adebc9-48e2-4d8a-a02c-3f0c558632ce} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:06.931276 [ 6 ] {56adebc9-48e2-4d8a-a02c-3f0c558632ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:26:06.931602 [ 6 ] {56adebc9-48e2-4d8a-a02c-3f0c558632ce} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.04.10 22:26:06.931810 [ 6 ] {56adebc9-48e2-4d8a-a02c-3f0c558632ce} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:26:06.931921 [ 24 ] {} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.04.10 22:26:06.931940 [ 6 ] {56adebc9-48e2-4d8a-a02c-3f0c558632ce} executeQuery: Read 160 rows, 11.41 KiB in 0.001186 sec., 134907.25126475547 rows/sec., 9.40 MiB/sec. 2026.04.10 22:26:06.931992 [ 24 ] {} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:06.931999 [ 6 ] {56adebc9-48e2-4d8a-a02c-3f0c558632ce} TCPHandler: Processed in 0.001371517 sec. 2026.04.10 22:26:06.932021 [ 24 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:26:06.932132 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:06.932154 [ 190 ] {44193040-72a9-44ec-a565-c534b9f3dcff::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.10 22:26:06.932233 [ 6 ] {cd198fbd-6f14-48b7-93b1-e1f03c3ed6a9} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:26:06.932294 [ 6 ] {cd198fbd-6f14-48b7-93b1-e1f03c3ed6a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:26:06.932302 [ 190 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:26:06.932347 [ 190 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_26_5} MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 8772 rows starting from the beginning of the part 2026.04.10 22:26:06.932421 [ 190 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 66 rows starting from the beginning of the part 2026.04.10 22:26:06.932471 [ 190 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 110 rows starting from the beginning of the part 2026.04.10 22:26:06.932522 [ 190 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 215 rows starting from the beginning of the part 2026.04.10 22:26:06.932563 [ 190 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 631 rows starting from the beginning of the part 2026.04.10 22:26:06.932608 [ 190 ] {44193040-72a9-44ec-a565-c534b9f3dcff::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.10 22:26:06.933075 [ 6 ] {cd198fbd-6f14-48b7-93b1-e1f03c3ed6a9} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:06.933115 [ 6 ] {cd198fbd-6f14-48b7-93b1-e1f03c3ed6a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:06.933762 [ 6 ] {cd198fbd-6f14-48b7-93b1-e1f03c3ed6a9} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.04.10 22:26:06.934056 [ 6 ] {cd198fbd-6f14-48b7-93b1-e1f03c3ed6a9} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:26:06.934213 [ 6 ] {cd198fbd-6f14-48b7-93b1-e1f03c3ed6a9} executeQuery: Read 23 rows, 42.20 KiB in 0.001996 sec., 11523.04609218437 rows/sec., 20.65 MiB/sec. 2026.04.10 22:26:06.934266 [ 6 ] {cd198fbd-6f14-48b7-93b1-e1f03c3ed6a9} TCPHandler: Processed in 0.002182494 sec. 2026.04.10 22:26:06.934382 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:06.934478 [ 6 ] {4d885a66-a8c8-47de-a351-f0c79ed102cc} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:26:06.934518 [ 6 ] {4d885a66-a8c8-47de-a351-f0c79ed102cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:26:06.934861 [ 6 ] {4d885a66-a8c8-47de-a351-f0c79ed102cc} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:06.934898 [ 6 ] {4d885a66-a8c8-47de-a351-f0c79ed102cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:06.935260 [ 6 ] {4d885a66-a8c8-47de-a351-f0c79ed102cc} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.04.10 22:26:06.935505 [ 6 ] {4d885a66-a8c8-47de-a351-f0c79ed102cc} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:26:06.935646 [ 6 ] {4d885a66-a8c8-47de-a351-f0c79ed102cc} executeQuery: Read 60 rows, 4.14 KiB in 0.001187 sec., 50547.59898904803 rows/sec., 3.41 MiB/sec. 2026.04.10 22:26:06.935682 [ 6 ] {4d885a66-a8c8-47de-a351-f0c79ed102cc} TCPHandler: Processed in 0.001350158 sec. 2026.04.10 22:26:06.936344 [ 187 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 9954 rows, containing 5 columns (5 merged, 0 gathered) in 0.004248806 sec., 2342775.8292565015 rows/sec., 153.54 MiB/sec. 2026.04.10 22:26:06.936674 [ 197 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.04.10 22:26:06.937003 [ 197 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_26_5} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:26:06.937089 [ 197 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_26_5} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.04.10 22:26:06.937188 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.12 MiB. 2026.04.10 22:26:07.000189 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 253.82 MiB, peak 258.90 MiB, free memory in arenas 0.00 B, will set to 254.99 MiB (RSS), difference: 1.16 MiB 2026.04.10 22:26:10.407373 [ 29 ] {} DNSResolver: Updating DNS cache 2026.04.10 22:26:10.407433 [ 29 ] {} DNSResolver: Updated DNS cache 2026.04.10 22:26:10.545338 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 11518 2026.04.10 22:26:10.545832 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:10.545882 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:26:10.546428 [ 245 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.04.10 22:26:10.546679 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): 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.10 22:26:10.546817 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11518 2026.04.10 22:26:10.574771 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 640 2026.04.10 22:26:10.577466 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:10.577522 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:26:10.578842 [ 243 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.10 22:26:10.579127 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): 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.10 22:26:10.579419 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 640 2026.04.10 22:26:11.137494 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 2026.04.10 22:26:11.154670 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:11.154723 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:26:11.161048 [ 244 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.04.10 22:26:11.161935 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): 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.10 22:26:11.164815 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 181 2026.04.10 22:26:11.924660 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:11.924867 [ 6 ] {6ae9febd-15d2-4631-a817-4c90b9ffaf73} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:26:11.924944 [ 6 ] {6ae9febd-15d2-4631-a817-4c90b9ffaf73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:26:11.925653 [ 6 ] {6ae9febd-15d2-4631-a817-4c90b9ffaf73} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:11.925702 [ 6 ] {6ae9febd-15d2-4631-a817-4c90b9ffaf73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:26:11.926110 [ 6 ] {6ae9febd-15d2-4631-a817-4c90b9ffaf73} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.04.10 22:26:11.926338 [ 6 ] {6ae9febd-15d2-4631-a817-4c90b9ffaf73} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:26:11.926486 [ 6 ] {6ae9febd-15d2-4631-a817-4c90b9ffaf73} executeQuery: Read 92 rows, 7.96 KiB in 0.001677 sec., 54859.868813357185 rows/sec., 4.64 MiB/sec. 2026.04.10 22:26:11.926533 [ 6 ] {6ae9febd-15d2-4631-a817-4c90b9ffaf73} TCPHandler: Processed in 0.00201115 sec. 2026.04.10 22:26:11.926654 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:11.926754 [ 6 ] {89288f1d-e9a1-4d90-bd7d-10c910636765} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:26:11.926797 [ 6 ] {89288f1d-e9a1-4d90-bd7d-10c910636765} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:26:11.927195 [ 6 ] {89288f1d-e9a1-4d90-bd7d-10c910636765} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:11.927231 [ 6 ] {89288f1d-e9a1-4d90-bd7d-10c910636765} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:26:11.927552 [ 6 ] {89288f1d-e9a1-4d90-bd7d-10c910636765} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.04.10 22:26:11.927757 [ 6 ] {89288f1d-e9a1-4d90-bd7d-10c910636765} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:26:11.927863 [ 9 ] {} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.04.10 22:26:11.927881 [ 6 ] {89288f1d-e9a1-4d90-bd7d-10c910636765} executeQuery: Read 18 rows, 1.35 KiB in 0.001151 sec., 15638.575152041703 rows/sec., 1.15 MiB/sec. 2026.04.10 22:26:11.927933 [ 9 ] {} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:11.927940 [ 6 ] {89288f1d-e9a1-4d90-bd7d-10c910636765} TCPHandler: Processed in 0.001336547 sec. 2026.04.10 22:26:11.927962 [ 9 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:26:11.928060 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:11.928089 [ 190 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::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.10 22:26:11.928156 [ 6 ] {6fa45017-3c73-4fa9-988c-27aa83788c1c} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:26:11.928201 [ 6 ] {6fa45017-3c73-4fa9-988c-27aa83788c1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:26:11.928240 [ 190 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:26:11.928282 [ 190 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 210 rows starting from the beginning of the part 2026.04.10 22:26:11.928355 [ 190 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 18 rows starting from the beginning of the part 2026.04.10 22:26:11.928404 [ 190 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 165 rows starting from the beginning of the part 2026.04.10 22:26:11.928450 [ 190 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 32 rows starting from the beginning of the part 2026.04.10 22:26:11.928496 [ 190 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 23 rows starting from the beginning of the part 2026.04.10 22:26:11.928543 [ 190 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 18 rows starting from the beginning of the part 2026.04.10 22:26:11.928766 [ 6 ] {6fa45017-3c73-4fa9-988c-27aa83788c1c} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:11.928807 [ 6 ] {6fa45017-3c73-4fa9-988c-27aa83788c1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:11.929129 [ 6 ] {6fa45017-3c73-4fa9-988c-27aa83788c1c} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.04.10 22:26:11.929351 [ 6 ] {6fa45017-3c73-4fa9-988c-27aa83788c1c} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:26:11.929393 [ 193 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 466 rows, containing 5 columns (5 merged, 0 gathered) in 0.001362188 sec., 342096.68562635995 rows/sec., 23.34 MiB/sec. 2026.04.10 22:26:11.929476 [ 6 ] {6fa45017-3c73-4fa9-988c-27aa83788c1c} executeQuery: Read 82 rows, 6.56 KiB in 0.001338 sec., 61285.500747384154 rows/sec., 4.79 MiB/sec. 2026.04.10 22:26:11.929517 [ 6 ] {6fa45017-3c73-4fa9-988c-27aa83788c1c} TCPHandler: Processed in 0.00150433 sec. 2026.04.10 22:26:11.929606 [ 193 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.04.10 22:26:11.929632 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:11.929729 [ 6 ] {cc223839-6d69-4d51-862c-e15e10e5313a} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:26:11.929774 [ 6 ] {cc223839-6d69-4d51-862c-e15e10e5313a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:26:11.929919 [ 193 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_26_5} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:26:11.929999 [ 193 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_26_5} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.04.10 22:26:11.930092 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.04.10 22:26:11.930174 [ 6 ] {cc223839-6d69-4d51-862c-e15e10e5313a} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:11.930213 [ 6 ] {cc223839-6d69-4d51-862c-e15e10e5313a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:26:11.930553 [ 6 ] {cc223839-6d69-4d51-862c-e15e10e5313a} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.04.10 22:26:11.930767 [ 6 ] {cc223839-6d69-4d51-862c-e15e10e5313a} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:26:11.930893 [ 6 ] {cc223839-6d69-4d51-862c-e15e10e5313a} executeQuery: Read 160 rows, 11.41 KiB in 0.001183 sec., 135249.36601859677 rows/sec., 9.42 MiB/sec. 2026.04.10 22:26:11.930929 [ 6 ] {cc223839-6d69-4d51-862c-e15e10e5313a} TCPHandler: Processed in 0.001348227 sec. 2026.04.10 22:26:11.931032 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:11.931128 [ 6 ] {25f2e61b-2bea-4fca-b4ed-dc2cd888e441} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:26:11.931183 [ 6 ] {25f2e61b-2bea-4fca-b4ed-dc2cd888e441} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:26:11.932041 [ 6 ] {25f2e61b-2bea-4fca-b4ed-dc2cd888e441} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:11.932085 [ 6 ] {25f2e61b-2bea-4fca-b4ed-dc2cd888e441} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:26:11.932800 [ 6 ] {25f2e61b-2bea-4fca-b4ed-dc2cd888e441} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.04.10 22:26:11.933135 [ 6 ] {25f2e61b-2bea-4fca-b4ed-dc2cd888e441} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:26:11.933286 [ 9 ] {} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.04.10 22:26:11.933312 [ 6 ] {25f2e61b-2bea-4fca-b4ed-dc2cd888e441} executeQuery: Read 18 rows, 33.03 KiB in 0.0022 sec., 8181.818181818181 rows/sec., 14.66 MiB/sec. 2026.04.10 22:26:11.933338 [ 9 ] {} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:11.933368 [ 9 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:26:11.933409 [ 6 ] {25f2e61b-2bea-4fca-b4ed-dc2cd888e441} TCPHandler: Processed in 0.002423349 sec. 2026.04.10 22:26:11.933478 [ 191 ] {240c2363-d096-4df1-a9c1-cf60540c0597::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.10 22:26:11.933738 [ 191 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:26:11.933809 [ 191 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 453 rows starting from the beginning of the part 2026.04.10 22:26:11.933967 [ 191 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 18 rows starting from the beginning of the part 2026.04.10 22:26:11.934094 [ 191 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 23 rows starting from the beginning of the part 2026.04.10 22:26:11.934220 [ 191 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 18 rows starting from the beginning of the part 2026.04.10 22:26:11.934353 [ 191 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 23 rows starting from the beginning of the part 2026.04.10 22:26:11.934417 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:11.934480 [ 191 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 18 rows starting from the beginning of the part 2026.04.10 22:26:11.934565 [ 6 ] {960cb0aa-5376-4ee4-b3ce-78442f0c9dbd} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:26:11.934620 [ 6 ] {960cb0aa-5376-4ee4-b3ce-78442f0c9dbd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:26:11.934989 [ 6 ] {960cb0aa-5376-4ee4-b3ce-78442f0c9dbd} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:11.935023 [ 6 ] {960cb0aa-5376-4ee4-b3ce-78442f0c9dbd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:11.935354 [ 6 ] {960cb0aa-5376-4ee4-b3ce-78442f0c9dbd} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.04.10 22:26:11.935666 [ 6 ] {960cb0aa-5376-4ee4-b3ce-78442f0c9dbd} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:26:11.935779 [ 9 ] {} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.04.10 22:26:11.935793 [ 6 ] {960cb0aa-5376-4ee4-b3ce-78442f0c9dbd} executeQuery: Read 60 rows, 4.14 KiB in 0.001255 sec., 47808.764940239045 rows/sec., 3.22 MiB/sec. 2026.04.10 22:26:11.935823 [ 9 ] {} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:11.935844 [ 6 ] {960cb0aa-5376-4ee4-b3ce-78442f0c9dbd} TCPHandler: Processed in 0.00148582 sec. 2026.04.10 22:26:11.935849 [ 9 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:11.935950 [ 193 ] {d011da2b-2502-4d0a-9756-3e9226add765::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.10 22:26:11.936063 [ 193 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:26:11.936095 [ 193 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 842 rows starting from the beginning of the part 2026.04.10 22:26:11.936278 [ 193 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 40 rows starting from the beginning of the part 2026.04.10 22:26:11.936326 [ 193 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 70 rows starting from the beginning of the part 2026.04.10 22:26:11.936366 [ 193 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 56 rows starting from the beginning of the part 2026.04.10 22:26:11.936404 [ 193 ] {d011da2b-2502-4d0a-9756-3e9226add765::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.10 22:26:11.936443 [ 193 ] {d011da2b-2502-4d0a-9756-3e9226add765::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.10 22:26:11.937372 [ 188 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1128 rows, containing 4 columns (4 merged, 0 gathered) in 0.001455649 sec., 774912.083888355 rows/sec., 49.96 MiB/sec. 2026.04.10 22:26:11.937607 [ 193 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.04.10 22:26:11.937876 [ 193 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_26_5} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:26:11.937939 [ 193 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_26_5} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.04.10 22:26:11.938000 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2026.04.10 22:26:11.946464 [ 190 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 553 rows, containing 19 columns (19 merged, 0 gathered) in 0.013037583 sec., 42415.83735267496 rows/sec., 76.01 MiB/sec. 2026.04.10 22:26:11.947403 [ 193 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.04.10 22:26:11.947753 [ 193 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_26_5} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:26:11.947824 [ 193 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_26_5} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.04.10 22:26:11.947940 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.38 MiB. 2026.04.10 22:26:12.000193 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 256.07 MiB, peak 263.40 MiB, free memory in arenas 0.00 B, will set to 257.16 MiB (RSS), difference: 1.09 MiB 2026.04.10 22:26:12.317985 [ 9 ] {} oximeter.fields_i16 (419f2eef-209c-46fc-9cc0-97b5087686b9) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.04.10 22:26:12.318054 [ 9 ] {} oximeter.fields_i16 (419f2eef-209c-46fc-9cc0-97b5087686b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:12.318079 [ 9 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:26:12.318214 [ 191 ] {419f2eef-209c-46fc-9cc0-97b5087686b9::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.10 22:26:12.318380 [ 191 ] {419f2eef-209c-46fc-9cc0-97b5087686b9::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:26:12.318417 [ 191 ] {419f2eef-209c-46fc-9cc0-97b5087686b9::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 284 rows starting from the beginning of the part 2026.04.10 22:26:12.318492 [ 191 ] {419f2eef-209c-46fc-9cc0-97b5087686b9::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 284 rows starting from the beginning of the part 2026.04.10 22:26:12.318543 [ 191 ] {419f2eef-209c-46fc-9cc0-97b5087686b9::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 284 rows starting from the beginning of the part 2026.04.10 22:26:12.318592 [ 191 ] {419f2eef-209c-46fc-9cc0-97b5087686b9::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 284 rows starting from the beginning of the part 2026.04.10 22:26:12.318629 [ 191 ] {419f2eef-209c-46fc-9cc0-97b5087686b9::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.10 22:26:12.319521 [ 190 ] {419f2eef-209c-46fc-9cc0-97b5087686b9::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 1160 rows, containing 5 columns (5 merged, 0 gathered) in 0.001369308 sec., 847143.2285504795 rows/sec., 57.38 MiB/sec. 2026.04.10 22:26:12.319736 [ 188 ] {419f2eef-209c-46fc-9cc0-97b5087686b9::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.04.10 22:26:12.320047 [ 188 ] {419f2eef-209c-46fc-9cc0-97b5087686b9::all_1_9_2} oximeter.fields_i16 (419f2eef-209c-46fc-9cc0-97b5087686b9): 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.10 22:26:12.320119 [ 188 ] {419f2eef-209c-46fc-9cc0-97b5087686b9::all_1_9_2} oximeter.fields_i16 (419f2eef-209c-46fc-9cc0-97b5087686b9) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.04.10 22:26:12.320205 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2026.04.10 22:26:12.744977 [ 25 ] {} oximeter.fields_u8 (db645430-3721-434f-a428-3eb1f7165166) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.04.10 22:26:12.745048 [ 25 ] {} oximeter.fields_u8 (db645430-3721-434f-a428-3eb1f7165166): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:12.745072 [ 25 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2026.04.10 22:26:12.745215 [ 191 ] {db645430-3721-434f-a428-3eb1f7165166::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.10 22:26:12.745393 [ 191 ] {db645430-3721-434f-a428-3eb1f7165166::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:26:12.745431 [ 191 ] {db645430-3721-434f-a428-3eb1f7165166::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 148 rows starting from the beginning of the part 2026.04.10 22:26:12.745503 [ 191 ] {db645430-3721-434f-a428-3eb1f7165166::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 148 rows starting from the beginning of the part 2026.04.10 22:26:12.745557 [ 191 ] {db645430-3721-434f-a428-3eb1f7165166::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 148 rows starting from the beginning of the part 2026.04.10 22:26:12.745601 [ 191 ] {db645430-3721-434f-a428-3eb1f7165166::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 148 rows starting from the beginning of the part 2026.04.10 22:26:12.745638 [ 191 ] {db645430-3721-434f-a428-3eb1f7165166::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.10 22:26:12.746425 [ 190 ] {db645430-3721-434f-a428-3eb1f7165166::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 604 rows, containing 5 columns (5 merged, 0 gathered) in 0.001271985 sec., 474848.3669225659 rows/sec., 29.00 MiB/sec. 2026.04.10 22:26:12.746652 [ 189 ] {db645430-3721-434f-a428-3eb1f7165166::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.04.10 22:26:12.746984 [ 189 ] {db645430-3721-434f-a428-3eb1f7165166::all_1_9_2} oximeter.fields_u8 (db645430-3721-434f-a428-3eb1f7165166): 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.10 22:26:12.747070 [ 189 ] {db645430-3721-434f-a428-3eb1f7165166::all_1_9_2} oximeter.fields_u8 (db645430-3721-434f-a428-3eb1f7165166) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.04.10 22:26:12.747165 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.04.10 22:26:14.022266 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:14.022502 [ 6 ] {1563f56d-ab6b-42cd-9ab1-e70e24f322a8} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.10 22:26:14.022576 [ 6 ] {1563f56d-ab6b-42cd-9ab1-e70e24f322a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.10 22:26:14.023229 [ 6 ] {1563f56d-ab6b-42cd-9ab1-e70e24f322a8} oximeter.fields_ipaddr (b4784700-91f7-4af4-af29-376f839f9b40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:14.023279 [ 6 ] {1563f56d-ab6b-42cd-9ab1-e70e24f322a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:14.023677 [ 6 ] {1563f56d-ab6b-42cd-9ab1-e70e24f322a8} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.10 22:26:14.023915 [ 6 ] {1563f56d-ab6b-42cd-9ab1-e70e24f322a8} oximeter.fields_ipaddr (b4784700-91f7-4af4-af29-376f839f9b40): 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.10 22:26:14.024073 [ 6 ] {1563f56d-ab6b-42cd-9ab1-e70e24f322a8} executeQuery: Read 6 rows, 501.00 B in 0.001626 sec., 3690.0369003690034 rows/sec., 300.90 KiB/sec. 2026.04.10 22:26:14.024119 [ 6 ] {1563f56d-ab6b-42cd-9ab1-e70e24f322a8} TCPHandler: Processed in 0.0019943 sec. 2026.04.10 22:26:14.024245 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:14.024368 [ 6 ] {4826b7a5-4be1-4ca2-876f-eef897e3a3ff} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:26:14.024416 [ 6 ] {4826b7a5-4be1-4ca2-876f-eef897e3a3ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:26:14.026018 [ 6 ] {4826b7a5-4be1-4ca2-876f-eef897e3a3ff} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:14.026055 [ 6 ] {4826b7a5-4be1-4ca2-876f-eef897e3a3ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:14.026537 [ 6 ] {4826b7a5-4be1-4ca2-876f-eef897e3a3ff} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.04.10 22:26:14.026755 [ 6 ] {4826b7a5-4be1-4ca2-876f-eef897e3a3ff} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:26:14.026884 [ 6 ] {4826b7a5-4be1-4ca2-876f-eef897e3a3ff} executeQuery: Read 2454 rows, 186.25 KiB in 0.00254 sec., 966141.7322834645 rows/sec., 71.61 MiB/sec. 2026.04.10 22:26:14.026921 [ 6 ] {4826b7a5-4be1-4ca2-876f-eef897e3a3ff} TCPHandler: Processed in 0.002735796 sec. 2026.04.10 22:26:14.027032 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:14.027125 [ 6 ] {f502aaf2-bbb9-41a1-9432-fe458a92edd7} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:26:14.027163 [ 6 ] {f502aaf2-bbb9-41a1-9432-fe458a92edd7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:26:14.027565 [ 6 ] {f502aaf2-bbb9-41a1-9432-fe458a92edd7} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:14.027602 [ 6 ] {f502aaf2-bbb9-41a1-9432-fe458a92edd7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:14.027905 [ 6 ] {f502aaf2-bbb9-41a1-9432-fe458a92edd7} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.04.10 22:26:14.028143 [ 6 ] {f502aaf2-bbb9-41a1-9432-fe458a92edd7} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:26:14.028271 [ 6 ] {f502aaf2-bbb9-41a1-9432-fe458a92edd7} executeQuery: Read 40 rows, 2.98 KiB in 0.001165 sec., 34334.76394849785 rows/sec., 2.49 MiB/sec. 2026.04.10 22:26:14.028308 [ 6 ] {f502aaf2-bbb9-41a1-9432-fe458a92edd7} TCPHandler: Processed in 0.001324357 sec. 2026.04.10 22:26:14.028411 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:14.028512 [ 6 ] {19960a60-2dd2-4141-84f4-1052fa9620b3} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.10 22:26:14.028551 [ 6 ] {19960a60-2dd2-4141-84f4-1052fa9620b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.10 22:26:14.029332 [ 6 ] {19960a60-2dd2-4141-84f4-1052fa9620b3} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:14.029375 [ 6 ] {19960a60-2dd2-4141-84f4-1052fa9620b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:14.029750 [ 6 ] {19960a60-2dd2-4141-84f4-1052fa9620b3} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.10 22:26:14.029969 [ 6 ] {19960a60-2dd2-4141-84f4-1052fa9620b3} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002): 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.10 22:26:14.030101 [ 6 ] {19960a60-2dd2-4141-84f4-1052fa9620b3} executeQuery: Read 801 rows, 47.38 KiB in 0.001608 sec., 498134.32835820894 rows/sec., 28.77 MiB/sec. 2026.04.10 22:26:14.030138 [ 6 ] {19960a60-2dd2-4141-84f4-1052fa9620b3} TCPHandler: Processed in 0.001775526 sec. 2026.04.10 22:26:14.030241 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:14.030332 [ 6 ] {f4f5c24c-76e1-4e1a-8e33-99c803940b3a} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.04.10 22:26:14.030371 [ 6 ] {f4f5c24c-76e1-4e1a-8e33-99c803940b3a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.04.10 22:26:14.030742 [ 6 ] {f4f5c24c-76e1-4e1a-8e33-99c803940b3a} oximeter.fields_u64 (afb0d53c-68be-41f0-aba9-0a79183ebbbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:14.030777 [ 6 ] {f4f5c24c-76e1-4e1a-8e33-99c803940b3a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:14.031057 [ 6 ] {f4f5c24c-76e1-4e1a-8e33-99c803940b3a} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.10 22:26:14.031270 [ 6 ] {f4f5c24c-76e1-4e1a-8e33-99c803940b3a} oximeter.fields_u64 (afb0d53c-68be-41f0-aba9-0a79183ebbbe): 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.10 22:26:14.031395 [ 6 ] {f4f5c24c-76e1-4e1a-8e33-99c803940b3a} executeQuery: Read 1 rows, 72.00 B in 0.001081 sec., 925.0693802035154 rows/sec., 65.04 KiB/sec. 2026.04.10 22:26:14.031432 [ 6 ] {f4f5c24c-76e1-4e1a-8e33-99c803940b3a} TCPHandler: Processed in 0.001236995 sec. 2026.04.10 22:26:14.031540 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:14.031631 [ 6 ] {ccd86628-da25-4909-9bb1-29f6275697c9} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:26:14.031671 [ 6 ] {ccd86628-da25-4909-9bb1-29f6275697c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:26:14.032596 [ 6 ] {ccd86628-da25-4909-9bb1-29f6275697c9} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:14.032635 [ 6 ] {ccd86628-da25-4909-9bb1-29f6275697c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:14.032996 [ 6 ] {ccd86628-da25-4909-9bb1-29f6275697c9} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.04.10 22:26:14.033207 [ 6 ] {ccd86628-da25-4909-9bb1-29f6275697c9} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:26:14.033335 [ 6 ] {ccd86628-da25-4909-9bb1-29f6275697c9} executeQuery: Read 1319 rows, 90.45 KiB in 0.001722 sec., 765969.8025551684 rows/sec., 51.29 MiB/sec. 2026.04.10 22:26:14.033371 [ 6 ] {ccd86628-da25-4909-9bb1-29f6275697c9} TCPHandler: Processed in 0.001886438 sec. 2026.04.10 22:26:14.033484 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:14.033600 [ 6 ] {d139f919-d11d-4e42-b032-dbc0d2d68b94} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:26:14.033647 [ 6 ] {d139f919-d11d-4e42-b032-dbc0d2d68b94} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:26:14.034332 [ 6 ] {d139f919-d11d-4e42-b032-dbc0d2d68b94} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:14.034368 [ 6 ] {d139f919-d11d-4e42-b032-dbc0d2d68b94} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:14.034802 [ 6 ] {d139f919-d11d-4e42-b032-dbc0d2d68b94} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.04.10 22:26:14.035020 [ 6 ] {d139f919-d11d-4e42-b032-dbc0d2d68b94} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:26:14.035152 [ 6 ] {d139f919-d11d-4e42-b032-dbc0d2d68b94} executeQuery: Read 1531 rows, 95.40 KiB in 0.001576 sec., 971446.7005076143 rows/sec., 59.11 MiB/sec. 2026.04.10 22:26:14.035188 [ 6 ] {d139f919-d11d-4e42-b032-dbc0d2d68b94} TCPHandler: Processed in 0.001761616 sec. 2026.04.10 22:26:14.035292 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:14.035384 [ 6 ] {91347f78-706c-4856-b54a-58d23a075523} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:26:14.035437 [ 6 ] {91347f78-706c-4856-b54a-58d23a075523} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:26:14.036227 [ 6 ] {91347f78-706c-4856-b54a-58d23a075523} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:14.036263 [ 6 ] {91347f78-706c-4856-b54a-58d23a075523} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:14.036785 [ 6 ] {91347f78-706c-4856-b54a-58d23a075523} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.04.10 22:26:14.036995 [ 6 ] {91347f78-706c-4856-b54a-58d23a075523} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:26:14.037130 [ 6 ] {91347f78-706c-4856-b54a-58d23a075523} executeQuery: Read 34 rows, 62.39 KiB in 0.001764 sec., 19274.37641723356 rows/sec., 34.54 MiB/sec. 2026.04.10 22:26:14.037180 [ 6 ] {91347f78-706c-4856-b54a-58d23a075523} TCPHandler: Processed in 0.001935619 sec. 2026.04.10 22:26:14.037284 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:14.037377 [ 6 ] {27e39517-8b53-490b-8390-f0815c40a8a5} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:26:14.037417 [ 6 ] {27e39517-8b53-490b-8390-f0815c40a8a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:26:14.037730 [ 6 ] {27e39517-8b53-490b-8390-f0815c40a8a5} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:14.037765 [ 6 ] {27e39517-8b53-490b-8390-f0815c40a8a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:14.038052 [ 6 ] {27e39517-8b53-490b-8390-f0815c40a8a5} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.04.10 22:26:14.038259 [ 6 ] {27e39517-8b53-490b-8390-f0815c40a8a5} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:26:14.038381 [ 6 ] {27e39517-8b53-490b-8390-f0815c40a8a5} executeQuery: Read 24 rows, 1.66 KiB in 0.001022 sec., 23483.365949119376 rows/sec., 1.58 MiB/sec. 2026.04.10 22:26:14.038415 [ 6 ] {27e39517-8b53-490b-8390-f0815c40a8a5} TCPHandler: Processed in 0.001177384 sec. 2026.04.10 22:26:15.400275 [ 34 ] {} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.04.10 22:26:15.400345 [ 34 ] {} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:15.400369 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:15.400466 [ 202 ] {e52c9357-f7ef-4d02-8db7-b7db342a1a14::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.10 22:26:15.400741 [ 202 ] {e52c9357-f7ef-4d02-8db7-b7db342a1a14::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:26:15.400781 [ 202 ] {e52c9357-f7ef-4d02-8db7-b7db342a1a14::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 5 rows starting from the beginning of the part 2026.04.10 22:26:15.400871 [ 202 ] {e52c9357-f7ef-4d02-8db7-b7db342a1a14::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 14 rows starting from the beginning of the part 2026.04.10 22:26:15.400942 [ 202 ] {e52c9357-f7ef-4d02-8db7-b7db342a1a14::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.10 22:26:15.401000 [ 202 ] {e52c9357-f7ef-4d02-8db7-b7db342a1a14::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.10 22:26:15.401059 [ 202 ] {e52c9357-f7ef-4d02-8db7-b7db342a1a14::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part 2026.04.10 22:26:15.402490 [ 189 ] {e52c9357-f7ef-4d02-8db7-b7db342a1a14::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 51 rows, containing 6 columns (6 merged, 0 gathered) in 0.002059682 sec., 24761.10389856298 rows/sec., 5.86 MiB/sec. 2026.04.10 22:26:15.402656 [ 202 ] {e52c9357-f7ef-4d02-8db7-b7db342a1a14::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.04.10 22:26:15.402945 [ 202 ] {e52c9357-f7ef-4d02-8db7-b7db342a1a14::all_1_5_1} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14): 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.10 22:26:15.403009 [ 202 ] {e52c9357-f7ef-4d02-8db7-b7db342a1a14::all_1_5_1} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.04.10 22:26:15.403068 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. 2026.04.10 22:26:16.921625 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:16.921867 [ 6 ] {d0f21cbc-5a82-4de7-af26-e8428551e537} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:26:16.921941 [ 6 ] {d0f21cbc-5a82-4de7-af26-e8428551e537} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:26:16.922660 [ 6 ] {d0f21cbc-5a82-4de7-af26-e8428551e537} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:16.922706 [ 6 ] {d0f21cbc-5a82-4de7-af26-e8428551e537} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:16.923114 [ 6 ] {d0f21cbc-5a82-4de7-af26-e8428551e537} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.04.10 22:26:16.923343 [ 6 ] {d0f21cbc-5a82-4de7-af26-e8428551e537} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:26:16.923497 [ 6 ] {d0f21cbc-5a82-4de7-af26-e8428551e537} executeQuery: Read 56 rows, 4.41 KiB in 0.001685 sec., 33234.42136498516 rows/sec., 2.55 MiB/sec. 2026.04.10 22:26:16.923502 [ 69 ] {} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.04.10 22:26:16.923546 [ 6 ] {d0f21cbc-5a82-4de7-af26-e8428551e537} TCPHandler: Processed in 0.002093413 sec. 2026.04.10 22:26:16.923587 [ 69 ] {} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:16.923618 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:16.923678 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:16.923717 [ 191 ] {15303715-e1d3-410d-9b74-21f9c069a75b::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.10 22:26:16.923786 [ 6 ] {25f80887-de5f-44af-b40a-1bcb934d6f8d} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:26:16.923830 [ 6 ] {25f80887-de5f-44af-b40a-1bcb934d6f8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:26:16.923832 [ 191 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:26:16.923871 [ 191 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 3213 rows starting from the beginning of the part 2026.04.10 22:26:16.923937 [ 191 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 213 rows starting from the beginning of the part 2026.04.10 22:26:16.923989 [ 191 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 102 rows starting from the beginning of the part 2026.04.10 22:26:16.924036 [ 191 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 92 rows starting from the beginning of the part 2026.04.10 22:26:16.924081 [ 191 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 2454 rows starting from the beginning of the part 2026.04.10 22:26:16.924126 [ 191 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 56 rows starting from the beginning of the part 2026.04.10 22:26:16.924282 [ 6 ] {25f80887-de5f-44af-b40a-1bcb934d6f8d} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:16.924317 [ 6 ] {25f80887-de5f-44af-b40a-1bcb934d6f8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:16.924638 [ 6 ] {25f80887-de5f-44af-b40a-1bcb934d6f8d} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.04.10 22:26:16.924855 [ 6 ] {25f80887-de5f-44af-b40a-1bcb934d6f8d} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:26:16.924967 [ 69 ] {} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.04.10 22:26:16.924986 [ 6 ] {25f80887-de5f-44af-b40a-1bcb934d6f8d} executeQuery: Read 64 rows, 5.12 KiB in 0.001225 sec., 52244.897959183676 rows/sec., 4.08 MiB/sec. 2026.04.10 22:26:16.925003 [ 69 ] {} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:16.925028 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:16.925032 [ 6 ] {25f80887-de5f-44af-b40a-1bcb934d6f8d} TCPHandler: Processed in 0.001407459 sec. 2026.04.10 22:26:16.925138 [ 202 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::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.10 22:26:16.925163 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:16.925276 [ 6 ] {4217601f-1ecc-41fe-8872-44c63876af72} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:26:16.925283 [ 202 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:26:16.925328 [ 6 ] {4217601f-1ecc-41fe-8872-44c63876af72} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:26:16.925330 [ 202 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1766 rows starting from the beginning of the part 2026.04.10 22:26:16.925416 [ 202 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 120 rows starting from the beginning of the part 2026.04.10 22:26:16.925466 [ 202 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 87 rows starting from the beginning of the part 2026.04.10 22:26:16.925508 [ 202 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 82 rows starting from the beginning of the part 2026.04.10 22:26:16.925545 [ 202 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1319 rows starting from the beginning of the part 2026.04.10 22:26:16.925582 [ 202 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 64 rows starting from the beginning of the part 2026.04.10 22:26:16.925717 [ 6 ] {4217601f-1ecc-41fe-8872-44c63876af72} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:16.925758 [ 6 ] {4217601f-1ecc-41fe-8872-44c63876af72} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:16.926102 [ 6 ] {4217601f-1ecc-41fe-8872-44c63876af72} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.04.10 22:26:16.926223 [ 189 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 6130 rows, containing 5 columns (5 merged, 0 gathered) in 0.002549071 sec., 2404797.6694254493 rows/sec., 190.62 MiB/sec. 2026.04.10 22:26:16.926336 [ 6 ] {4217601f-1ecc-41fe-8872-44c63876af72} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:26:16.926476 [ 6 ] {4217601f-1ecc-41fe-8872-44c63876af72} executeQuery: Read 96 rows, 6.85 KiB in 0.001221 sec., 78624.07862407863 rows/sec., 5.48 MiB/sec. 2026.04.10 22:26:16.926513 [ 6 ] {4217601f-1ecc-41fe-8872-44c63876af72} TCPHandler: Processed in 0.001401939 sec. 2026.04.10 22:26:16.926610 [ 194 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.04.10 22:26:16.926629 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:16.926729 [ 6 ] {9dad4f59-87f5-4eb8-8105-dbf8600b77b4} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:26:16.926772 [ 6 ] {9dad4f59-87f5-4eb8-8105-dbf8600b77b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:26:16.926917 [ 194 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_31_6} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:26:16.927004 [ 194 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_31_6} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.04.10 22:26:16.927025 [ 198 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 3438 rows, containing 5 columns (5 merged, 0 gathered) in 0.001941189 sec., 1771079.4775779173 rows/sec., 128.13 MiB/sec. 2026.04.10 22:26:16.927094 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.20 MiB. 2026.04.10 22:26:16.927111 [ 6 ] {9dad4f59-87f5-4eb8-8105-dbf8600b77b4} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:16.927153 [ 6 ] {9dad4f59-87f5-4eb8-8105-dbf8600b77b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:16.927280 [ 189 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.04.10 22:26:16.927489 [ 6 ] {9dad4f59-87f5-4eb8-8105-dbf8600b77b4} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.04.10 22:26:16.927637 [ 189 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_31_6} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:26:16.927734 [ 189 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_31_6} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.04.10 22:26:16.927743 [ 6 ] {9dad4f59-87f5-4eb8-8105-dbf8600b77b4} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:26:16.927829 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. 2026.04.10 22:26:16.927880 [ 6 ] {9dad4f59-87f5-4eb8-8105-dbf8600b77b4} executeQuery: Read 36 rows, 2.48 KiB in 0.001169 sec., 30795.551753635587 rows/sec., 2.08 MiB/sec. 2026.04.10 22:26:16.927920 [ 6 ] {9dad4f59-87f5-4eb8-8105-dbf8600b77b4} TCPHandler: Processed in 0.001340087 sec. 2026.04.10 22:26:18.046972 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 12030 2026.04.10 22:26:18.047624 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:18.047679 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:18.048223 [ 245 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.04.10 22:26:18.048488 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): 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.10 22:26:18.048629 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12030 2026.04.10 22:26:18.664958 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 2026.04.10 22:26:18.682717 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:18.682763 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:18.688391 [ 244 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.04.10 22:26:18.689087 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): 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.10 22:26:18.691827 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 189 2026.04.10 22:26:20.579802 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 678 2026.04.10 22:26:20.583276 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:20.583362 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:20.585226 [ 243 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.10 22:26:20.585603 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): 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.10 22:26:20.586105 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 678 2026.04.10 22:26:21.303160 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54291 2026.04.10 22:26:21.303296 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:26:21.303333 [ 286 ] {} TCP-Session: 38374d4c-55f1-4878-b962-a410677aa493 Authenticating user 'default' from [fd00:1122:3344:101::e]:54291 2026.04.10 22:26:21.303360 [ 286 ] {} TCP-Session: 38374d4c-55f1-4878-b962-a410677aa493 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.303377 [ 286 ] {} TCP-Session: 38374d4c-55f1-4878-b962-a410677aa493 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.303629 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54473 2026.04.10 22:26:21.303662 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33010 2026.04.10 22:26:21.303683 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54532 2026.04.10 22:26:21.303703 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42450 2026.04.10 22:26:21.303755 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:26:21.303765 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:26:21.303782 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:26:21.303804 [ 288 ] {} TCP-Session: 7b3c9069-bfff-4482-bf95-211ccdd26f6f Authenticating user 'default' from [fd00:1122:3344:101::e]:54473 2026.04.10 22:26:21.303812 [ 292 ] {} TCP-Session: 5a498536-5c23-44b6-98aa-c79e3e26c577 Authenticating user 'default' from [fd00:1122:3344:101::e]:33010 2026.04.10 22:26:21.303829 [ 294 ] {} TCP-Session: 0f03bf19-ab50-4d78-aae2-396bdb81f6cf Authenticating user 'default' from [fd00:1122:3344:101::e]:54532 2026.04.10 22:26:21.303844 [ 288 ] {} TCP-Session: 7b3c9069-bfff-4482-bf95-211ccdd26f6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.303846 [ 292 ] {} TCP-Session: 5a498536-5c23-44b6-98aa-c79e3e26c577 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.303862 [ 294 ] {} TCP-Session: 0f03bf19-ab50-4d78-aae2-396bdb81f6cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.303875 [ 292 ] {} TCP-Session: 5a498536-5c23-44b6-98aa-c79e3e26c577 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.303891 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:26:21.303891 [ 294 ] {} TCP-Session: 0f03bf19-ab50-4d78-aae2-396bdb81f6cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.303870 [ 288 ] {} TCP-Session: 7b3c9069-bfff-4482-bf95-211ccdd26f6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.303930 [ 4 ] {} TCP-Session: b43e283c-9cb0-490d-8392-91e9da827f63 Authenticating user 'default' from [fd00:1122:3344:101::e]:42450 2026.04.10 22:26:21.303766 [ 286 ] {} TCP-Session: 38374d4c-55f1-4878-b962-a410677aa493 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:21.303978 [ 4 ] {} TCP-Session: b43e283c-9cb0-490d-8392-91e9da827f63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.303672 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36469 2026.04.10 22:26:21.304015 [ 4 ] {} TCP-Session: b43e283c-9cb0-490d-8392-91e9da827f63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.303663 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35160 2026.04.10 22:26:21.303646 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38376 2026.04.10 22:26:21.303636 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55292 2026.04.10 22:26:21.304131 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:26:21.304154 [ 286 ] {208df1e2-d347-4041-9a35-84b5abcf7618} executeQuery: (from [fd00:1122:3344:101::e]:54291) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.10 22:26:21.304178 [ 293 ] {} TCP-Session: 28b97e84-116d-49cc-8340-b36ed995d061 Authenticating user 'default' from [fd00:1122:3344:101::e]:36469 2026.04.10 22:26:21.304201 [ 293 ] {} TCP-Session: 28b97e84-116d-49cc-8340-b36ed995d061 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.304213 [ 293 ] {} TCP-Session: 28b97e84-116d-49cc-8340-b36ed995d061 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.304353 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:26:21.304356 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:26:21.304388 [ 290 ] {} TCP-Session: e74d2c44-734e-4d30-a4eb-61b4d0706394 Authenticating user 'default' from [fd00:1122:3344:101::e]:55292 2026.04.10 22:26:21.304399 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:26:21.304414 [ 286 ] {208df1e2-d347-4041-9a35-84b5abcf7618} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.10 22:26:21.304413 [ 290 ] {} TCP-Session: e74d2c44-734e-4d30-a4eb-61b4d0706394 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.304444 [ 291 ] {} TCP-Session: d54bb1f2-7fb9-451e-9c5c-d5c408500415 Authenticating user 'default' from [fd00:1122:3344:101::e]:35160 2026.04.10 22:26:21.304465 [ 290 ] {} TCP-Session: e74d2c44-734e-4d30-a4eb-61b4d0706394 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.304482 [ 286 ] {208df1e2-d347-4041-9a35-84b5abcf7618} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 22:26:21.304487 [ 291 ] {} TCP-Session: d54bb1f2-7fb9-451e-9c5c-d5c408500415 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.304403 [ 289 ] {} TCP-Session: 4a85f9e4-d220-4adf-a24d-268db06fecc9 Authenticating user 'default' from [fd00:1122:3344:101::e]:38376 2026.04.10 22:26:21.304520 [ 291 ] {} TCP-Session: d54bb1f2-7fb9-451e-9c5c-d5c408500415 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.304542 [ 289 ] {} TCP-Session: 4a85f9e4-d220-4adf-a24d-268db06fecc9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.304561 [ 289 ] {} TCP-Session: 4a85f9e4-d220-4adf-a24d-268db06fecc9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.304765 [ 286 ] {208df1e2-d347-4041-9a35-84b5abcf7618} oximeter.version (86b21b0a-84a9-4638-abea-877072e10dcd) (SelectExecutor): Key condition: unknown 2026.04.10 22:26:21.305629 [ 340 ] {208df1e2-d347-4041-9a35-84b5abcf7618} AggregatingTransform: Aggregating 2026.04.10 22:26:21.305668 [ 340 ] {208df1e2-d347-4041-9a35-84b5abcf7618} Aggregator: Aggregation method: without_key 2026.04.10 22:26:21.305705 [ 340 ] {208df1e2-d347-4041-9a35-84b5abcf7618} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000838937 sec. (1191.985 rows/sec., 46.56 KiB/sec.) 2026.04.10 22:26:21.305723 [ 340 ] {208df1e2-d347-4041-9a35-84b5abcf7618} Aggregator: Merging aggregated data 2026.04.10 22:26:21.307030 [ 286 ] {208df1e2-d347-4041-9a35-84b5abcf7618} executeQuery: Read 1 rows, 40.00 B in 0.002926 sec., 341.76349965823647 rows/sec., 13.35 KiB/sec. 2026.04.10 22:26:21.307180 [ 286 ] {208df1e2-d347-4041-9a35-84b5abcf7618} TCPHandler: Processed in 0.003584532 sec. 2026.04.10 22:26:21.307292 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.10 22:26:21.307321 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.10 22:26:21.307323 [ 286 ] {} TCP-Session: 38374d4c-55f1-4878-b962-a410677aa493 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.307360 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.10 22:26:21.307360 [ 294 ] {} TCP-Session: 0f03bf19-ab50-4d78-aae2-396bdb81f6cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.307389 [ 4 ] {} TCPHandler: Done processing connection. 2026.04.10 22:26:21.307404 [ 292 ] {} TCP-Session: 5a498536-5c23-44b6-98aa-c79e3e26c577 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.307412 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.10 22:26:21.307437 [ 4 ] {} TCP-Session: b43e283c-9cb0-490d-8392-91e9da827f63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.307452 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.10 22:26:21.307473 [ 291 ] {} TCP-Session: d54bb1f2-7fb9-451e-9c5c-d5c408500415 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.307476 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.10 22:26:21.307502 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.10 22:26:21.307526 [ 290 ] {} TCP-Session: e74d2c44-734e-4d30-a4eb-61b4d0706394 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.307500 [ 289 ] {} TCP-Session: 4a85f9e4-d220-4adf-a24d-268db06fecc9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.307550 [ 293 ] {} TCP-Session: 28b97e84-116d-49cc-8340-b36ed995d061 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.307434 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.10 22:26:21.307621 [ 288 ] {} TCP-Session: 7b3c9069-bfff-4482-bf95-211ccdd26f6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.353051 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50593 2026.04.10 22:26:21.353176 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:26:21.353218 [ 286 ] {} TCP-Session: 97c59de1-dfe0-4f77-a9bf-9715071cdf13 Authenticating user 'default' from [fd00:1122:3344:101::e]:50593 2026.04.10 22:26:21.353239 [ 286 ] {} TCP-Session: 97c59de1-dfe0-4f77-a9bf-9715071cdf13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.353252 [ 286 ] {} TCP-Session: 97c59de1-dfe0-4f77-a9bf-9715071cdf13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.353462 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55071 2026.04.10 22:26:21.353503 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44646 2026.04.10 22:26:21.353517 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41868 2026.04.10 22:26:21.353562 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42297 2026.04.10 22:26:21.353590 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63054 2026.04.10 22:26:21.353594 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:26:21.353570 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:26:21.353650 [ 290 ] {} TCP-Session: 3adbe3a2-355d-486a-ac8b-80a185e93678 Authenticating user 'default' from [fd00:1122:3344:101::e]:44646 2026.04.10 22:26:21.353661 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:26:21.353677 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:26:21.353687 [ 290 ] {} TCP-Session: 3adbe3a2-355d-486a-ac8b-80a185e93678 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.353700 [ 293 ] {} TCP-Session: 44ccfc51-29de-480a-8c6d-89bc9f16266c Authenticating user 'default' from [fd00:1122:3344:101::e]:42297 2026.04.10 22:26:21.353706 [ 4 ] {} TCP-Session: 8b92f8b4-2b40-43c2-8432-dfd4bce2529f Authenticating user 'default' from [fd00:1122:3344:101::e]:63054 2026.04.10 22:26:21.353715 [ 290 ] {} TCP-Session: 3adbe3a2-355d-486a-ac8b-80a185e93678 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.353734 [ 293 ] {} TCP-Session: 44ccfc51-29de-480a-8c6d-89bc9f16266c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.353739 [ 4 ] {} TCP-Session: 8b92f8b4-2b40-43c2-8432-dfd4bce2529f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.353759 [ 293 ] {} TCP-Session: 44ccfc51-29de-480a-8c6d-89bc9f16266c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.353769 [ 4 ] {} TCP-Session: 8b92f8b4-2b40-43c2-8432-dfd4bce2529f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.353674 [ 288 ] {} TCP-Session: 3c43a0b7-b8e7-488b-b793-0ceb5201d284 Authenticating user 'default' from [fd00:1122:3344:101::e]:55071 2026.04.10 22:26:21.353661 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:26:21.353828 [ 288 ] {} TCP-Session: 3c43a0b7-b8e7-488b-b793-0ceb5201d284 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.353858 [ 289 ] {} TCP-Session: 5821bdfd-5574-4b75-8435-ed9eaad236c0 Authenticating user 'default' from [fd00:1122:3344:101::e]:41868 2026.04.10 22:26:21.353865 [ 288 ] {} TCP-Session: 3c43a0b7-b8e7-488b-b793-0ceb5201d284 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.353540 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62882 2026.04.10 22:26:21.353894 [ 289 ] {} TCP-Session: 5821bdfd-5574-4b75-8435-ed9eaad236c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.353543 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47375 2026.04.10 22:26:21.353968 [ 289 ] {} TCP-Session: 5821bdfd-5574-4b75-8435-ed9eaad236c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.353997 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:26:21.353564 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53117 2026.04.10 22:26:21.354037 [ 291 ] {} TCP-Session: dc25f5b9-3e12-41c7-809f-68a71b6bcea2 Authenticating user 'default' from [fd00:1122:3344:101::e]:62882 2026.04.10 22:26:21.354029 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:26:21.354078 [ 291 ] {} TCP-Session: dc25f5b9-3e12-41c7-809f-68a71b6bcea2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.353667 [ 286 ] {} TCP-Session: 97c59de1-dfe0-4f77-a9bf-9715071cdf13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:21.354098 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:26:21.354105 [ 291 ] {} TCP-Session: dc25f5b9-3e12-41c7-809f-68a71b6bcea2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.354101 [ 292 ] {} TCP-Session: 0226878a-b49b-4b67-a326-9a8d15cae847 Authenticating user 'default' from [fd00:1122:3344:101::e]:47375 2026.04.10 22:26:21.354147 [ 294 ] {} TCP-Session: cb45819c-f56f-4339-8053-8ca93355e67c Authenticating user 'default' from [fd00:1122:3344:101::e]:53117 2026.04.10 22:26:21.354177 [ 292 ] {} TCP-Session: 0226878a-b49b-4b67-a326-9a8d15cae847 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.354186 [ 294 ] {} TCP-Session: cb45819c-f56f-4339-8053-8ca93355e67c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.354200 [ 292 ] {} TCP-Session: 0226878a-b49b-4b67-a326-9a8d15cae847 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.354213 [ 294 ] {} TCP-Session: cb45819c-f56f-4339-8053-8ca93355e67c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.354272 [ 286 ] {4aa7e582-8846-4c05-bff0-a73fc578de28} executeQuery: (from [fd00:1122:3344:101::e]:50593) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.10 22:26:21.354505 [ 286 ] {4aa7e582-8846-4c05-bff0-a73fc578de28} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.10 22:26:21.354558 [ 286 ] {4aa7e582-8846-4c05-bff0-a73fc578de28} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 22:26:21.354842 [ 286 ] {4aa7e582-8846-4c05-bff0-a73fc578de28} oximeter.version (86b21b0a-84a9-4638-abea-877072e10dcd) (SelectExecutor): Key condition: unknown 2026.04.10 22:26:21.355782 [ 325 ] {4aa7e582-8846-4c05-bff0-a73fc578de28} AggregatingTransform: Aggregating 2026.04.10 22:26:21.355818 [ 325 ] {4aa7e582-8846-4c05-bff0-a73fc578de28} Aggregator: Aggregation method: without_key 2026.04.10 22:26:21.355850 [ 325 ] {4aa7e582-8846-4c05-bff0-a73fc578de28} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000910079 sec. (1098.806 rows/sec., 42.92 KiB/sec.) 2026.04.10 22:26:21.355869 [ 325 ] {4aa7e582-8846-4c05-bff0-a73fc578de28} Aggregator: Merging aggregated data 2026.04.10 22:26:21.357630 [ 286 ] {4aa7e582-8846-4c05-bff0-a73fc578de28} executeQuery: Read 1 rows, 40.00 B in 0.003407 sec., 293.51335485764605 rows/sec., 11.47 KiB/sec. 2026.04.10 22:26:21.357770 [ 286 ] {4aa7e582-8846-4c05-bff0-a73fc578de28} TCPHandler: Processed in 0.004213846 sec. 2026.04.10 22:26:21.357901 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.10 22:26:21.357927 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.10 22:26:21.357930 [ 286 ] {} TCP-Session: 97c59de1-dfe0-4f77-a9bf-9715071cdf13 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.357951 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.10 22:26:21.357973 [ 4 ] {} TCPHandler: Done processing connection. 2026.04.10 22:26:21.357987 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.10 22:26:21.358009 [ 289 ] {} TCP-Session: 5821bdfd-5574-4b75-8435-ed9eaad236c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.358025 [ 4 ] {} TCP-Session: 8b92f8b4-2b40-43c2-8432-dfd4bce2529f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.358040 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.10 22:26:21.358052 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.10 22:26:21.358020 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.10 22:26:21.358107 [ 294 ] {} TCP-Session: cb45819c-f56f-4339-8053-8ca93355e67c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.357999 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.10 22:26:21.358148 [ 291 ] {} TCP-Session: dc25f5b9-3e12-41c7-809f-68a71b6bcea2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.357967 [ 288 ] {} TCP-Session: 3c43a0b7-b8e7-488b-b793-0ceb5201d284 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.358187 [ 292 ] {} TCP-Session: 0226878a-b49b-4b67-a326-9a8d15cae847 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.358055 [ 290 ] {} TCP-Session: 3adbe3a2-355d-486a-ac8b-80a185e93678 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.358096 [ 293 ] {} TCP-Session: 44ccfc51-29de-480a-8c6d-89bc9f16266c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.375947 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38402 2026.04.10 22:26:21.376032 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:26:21.376060 [ 286 ] {} TCP-Session: b7c6eccf-1203-484d-b2c4-5809b51c81e6 Authenticating user 'default' from [fd00:1122:3344:101::e]:38402 2026.04.10 22:26:21.376081 [ 286 ] {} TCP-Session: b7c6eccf-1203-484d-b2c4-5809b51c81e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.376096 [ 286 ] {} TCP-Session: b7c6eccf-1203-484d-b2c4-5809b51c81e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.376268 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61427 2026.04.10 22:26:21.376309 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43909 2026.04.10 22:26:21.376317 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50182 2026.04.10 22:26:21.376348 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51165 2026.04.10 22:26:21.376355 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51482 2026.04.10 22:26:21.376379 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:26:21.376382 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47303 2026.04.10 22:26:21.376426 [ 290 ] {} TCP-Session: e986fdb3-f395-423c-b0cb-020706bfad6c Authenticating user 'default' from [fd00:1122:3344:101::e]:43909 2026.04.10 22:26:21.376439 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:26:21.376460 [ 290 ] {} TCP-Session: e986fdb3-f395-423c-b0cb-020706bfad6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.376461 [ 286 ] {} TCP-Session: b7c6eccf-1203-484d-b2c4-5809b51c81e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:21.376491 [ 290 ] {} TCP-Session: e986fdb3-f395-423c-b0cb-020706bfad6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.376489 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:26:21.376488 [ 291 ] {} TCP-Session: fbfcea7a-37f3-428e-8694-c2163f3cd573 Authenticating user 'default' from [fd00:1122:3344:101::e]:51165 2026.04.10 22:26:21.376542 [ 293 ] {} TCP-Session: 703e9509-48de-47ae-bc83-91aea54fc84b Authenticating user 'default' from [fd00:1122:3344:101::e]:47303 2026.04.10 22:26:21.376439 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:26:21.376576 [ 293 ] {} TCP-Session: 703e9509-48de-47ae-bc83-91aea54fc84b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.376565 [ 291 ] {} TCP-Session: fbfcea7a-37f3-428e-8694-c2163f3cd573 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.376598 [ 293 ] {} TCP-Session: 703e9509-48de-47ae-bc83-91aea54fc84b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.376595 [ 289 ] {} TCP-Session: 013820c4-4797-4b60-9939-8f10991da044 Authenticating user 'default' from [fd00:1122:3344:101::e]:50182 2026.04.10 22:26:21.376610 [ 291 ] {} TCP-Session: fbfcea7a-37f3-428e-8694-c2163f3cd573 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.376635 [ 289 ] {} TCP-Session: 013820c4-4797-4b60-9939-8f10991da044 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.376636 [ 286 ] {def25d08-90e1-4093-962f-a0b5faa4ba80} executeQuery: (from [fd00:1122:3344:101::e]:38402) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.10 22:26:21.376662 [ 289 ] {} TCP-Session: 013820c4-4797-4b60-9939-8f10991da044 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.376400 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57845 2026.04.10 22:26:21.376364 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:26:21.376446 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:26:21.376755 [ 288 ] {} TCP-Session: 069e8a93-737a-4ccd-911d-7e7298b28073 Authenticating user 'default' from [fd00:1122:3344:101::e]:61427 2026.04.10 22:26:21.376764 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:26:21.376792 [ 288 ] {} TCP-Session: 069e8a93-737a-4ccd-911d-7e7298b28073 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.376791 [ 292 ] {} TCP-Session: 7898228b-2ecf-4410-bc1b-e10a488de55e Authenticating user 'default' from [fd00:1122:3344:101::e]:51482 2026.04.10 22:26:21.376819 [ 288 ] {} TCP-Session: 069e8a93-737a-4ccd-911d-7e7298b28073 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.376819 [ 4 ] {} TCP-Session: 433e35c4-c5a5-4094-a938-1d83de7837a2 Authenticating user 'default' from [fd00:1122:3344:101::e]:57845 2026.04.10 22:26:21.376832 [ 292 ] {} TCP-Session: 7898228b-2ecf-4410-bc1b-e10a488de55e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.376384 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32957 2026.04.10 22:26:21.376878 [ 286 ] {def25d08-90e1-4093-962f-a0b5faa4ba80} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.10 22:26:21.376871 [ 4 ] {} TCP-Session: 433e35c4-c5a5-4094-a938-1d83de7837a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.376941 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:26:21.376949 [ 286 ] {def25d08-90e1-4093-962f-a0b5faa4ba80} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 22:26:21.376963 [ 4 ] {} TCP-Session: 433e35c4-c5a5-4094-a938-1d83de7837a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.376976 [ 294 ] {} TCP-Session: b7edf00b-50a9-4535-a44d-4431e316dc1a Authenticating user 'default' from [fd00:1122:3344:101::e]:32957 2026.04.10 22:26:21.376877 [ 292 ] {} TCP-Session: 7898228b-2ecf-4410-bc1b-e10a488de55e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.377017 [ 294 ] {} TCP-Session: b7edf00b-50a9-4535-a44d-4431e316dc1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.377043 [ 294 ] {} TCP-Session: b7edf00b-50a9-4535-a44d-4431e316dc1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.377308 [ 286 ] {def25d08-90e1-4093-962f-a0b5faa4ba80} oximeter.version (86b21b0a-84a9-4638-abea-877072e10dcd) (SelectExecutor): Key condition: unknown 2026.04.10 22:26:21.378348 [ 351 ] {def25d08-90e1-4093-962f-a0b5faa4ba80} AggregatingTransform: Aggregating 2026.04.10 22:26:21.378405 [ 351 ] {def25d08-90e1-4093-962f-a0b5faa4ba80} Aggregator: Aggregation method: without_key 2026.04.10 22:26:21.378443 [ 351 ] {def25d08-90e1-4093-962f-a0b5faa4ba80} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00100776 sec. (992.300 rows/sec., 38.76 KiB/sec.) 2026.04.10 22:26:21.378460 [ 351 ] {def25d08-90e1-4093-962f-a0b5faa4ba80} Aggregator: Merging aggregated data 2026.04.10 22:26:21.379700 [ 286 ] {def25d08-90e1-4093-962f-a0b5faa4ba80} executeQuery: Read 1 rows, 40.00 B in 0.00311 sec., 321.54340836012864 rows/sec., 12.56 KiB/sec. 2026.04.10 22:26:21.379854 [ 286 ] {def25d08-90e1-4093-962f-a0b5faa4ba80} TCPHandler: Processed in 0.00347459 sec. 2026.04.10 22:26:21.379971 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.10 22:26:21.380003 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.10 22:26:21.380005 [ 286 ] {} TCP-Session: b7c6eccf-1203-484d-b2c4-5809b51c81e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.380027 [ 4 ] {} TCPHandler: Done processing connection. 2026.04.10 22:26:21.380046 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.10 22:26:21.380065 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.10 22:26:21.380091 [ 4 ] {} TCP-Session: 433e35c4-c5a5-4094-a938-1d83de7837a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.380098 [ 289 ] {} TCP-Session: 013820c4-4797-4b60-9939-8f10991da044 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.380122 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.10 22:26:21.380125 [ 292 ] {} TCP-Session: 7898228b-2ecf-4410-bc1b-e10a488de55e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.380137 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.10 22:26:21.380160 [ 293 ] {} TCP-Session: 703e9509-48de-47ae-bc83-91aea54fc84b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.380110 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.10 22:26:21.380198 [ 294 ] {} TCP-Session: b7edf00b-50a9-4535-a44d-4431e316dc1a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.380086 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.10 22:26:21.380235 [ 290 ] {} TCP-Session: e986fdb3-f395-423c-b0cb-020706bfad6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.380048 [ 288 ] {} TCP-Session: 069e8a93-737a-4ccd-911d-7e7298b28073 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.380268 [ 291 ] {} TCP-Session: fbfcea7a-37f3-428e-8694-c2163f3cd573 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:26:21.926743 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:21.926932 [ 6 ] {1d2e4324-0376-47cb-b3f5-3d092fa86366} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:26:21.927009 [ 6 ] {1d2e4324-0376-47cb-b3f5-3d092fa86366} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:26:21.927717 [ 6 ] {1d2e4324-0376-47cb-b3f5-3d092fa86366} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:21.927770 [ 6 ] {1d2e4324-0376-47cb-b3f5-3d092fa86366} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:21.928231 [ 6 ] {1d2e4324-0376-47cb-b3f5-3d092fa86366} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.04.10 22:26:21.928516 [ 6 ] {1d2e4324-0376-47cb-b3f5-3d092fa86366} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:26:21.928721 [ 6 ] {1d2e4324-0376-47cb-b3f5-3d092fa86366} executeQuery: Read 92 rows, 7.96 KiB in 0.00184 sec., 50000 rows/sec., 4.23 MiB/sec. 2026.04.10 22:26:21.928786 [ 6 ] {1d2e4324-0376-47cb-b3f5-3d092fa86366} TCPHandler: Processed in 0.002178354 sec. 2026.04.10 22:26:21.928946 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:21.929065 [ 6 ] {f2c4c1fe-ade9-4294-96de-c631463127db} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:26:21.929121 [ 6 ] {f2c4c1fe-ade9-4294-96de-c631463127db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:26:21.929654 [ 6 ] {f2c4c1fe-ade9-4294-96de-c631463127db} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:21.929697 [ 6 ] {f2c4c1fe-ade9-4294-96de-c631463127db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:21.930083 [ 6 ] {f2c4c1fe-ade9-4294-96de-c631463127db} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.04.10 22:26:21.930375 [ 6 ] {f2c4c1fe-ade9-4294-96de-c631463127db} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:26:21.930551 [ 6 ] {f2c4c1fe-ade9-4294-96de-c631463127db} executeQuery: Read 18 rows, 1.35 KiB in 0.001515 sec., 11881.18811881188 rows/sec., 893.41 KiB/sec. 2026.04.10 22:26:21.930604 [ 6 ] {f2c4c1fe-ade9-4294-96de-c631463127db} TCPHandler: Processed in 0.001719715 sec. 2026.04.10 22:26:21.930752 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:21.930869 [ 6 ] {dcf3d5a0-93c2-4b34-8d2a-b37d6486f3c3} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:26:21.930922 [ 6 ] {dcf3d5a0-93c2-4b34-8d2a-b37d6486f3c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:26:21.931470 [ 6 ] {dcf3d5a0-93c2-4b34-8d2a-b37d6486f3c3} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:21.931516 [ 6 ] {dcf3d5a0-93c2-4b34-8d2a-b37d6486f3c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:21.931918 [ 6 ] {dcf3d5a0-93c2-4b34-8d2a-b37d6486f3c3} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.04.10 22:26:21.932215 [ 6 ] {dcf3d5a0-93c2-4b34-8d2a-b37d6486f3c3} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:26:21.932388 [ 6 ] {dcf3d5a0-93c2-4b34-8d2a-b37d6486f3c3} executeQuery: Read 82 rows, 6.56 KiB in 0.001546 sec., 53040.10349288486 rows/sec., 4.14 MiB/sec. 2026.04.10 22:26:21.932439 [ 6 ] {dcf3d5a0-93c2-4b34-8d2a-b37d6486f3c3} TCPHandler: Processed in 0.001744705 sec. 2026.04.10 22:26:21.932572 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:21.932673 [ 6 ] {94985298-e34e-4b83-8cf6-c16e797ee655} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:26:21.932723 [ 6 ] {94985298-e34e-4b83-8cf6-c16e797ee655} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:26:21.933385 [ 6 ] {94985298-e34e-4b83-8cf6-c16e797ee655} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:21.933426 [ 6 ] {94985298-e34e-4b83-8cf6-c16e797ee655} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:21.934170 [ 6 ] {94985298-e34e-4b83-8cf6-c16e797ee655} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.04.10 22:26:21.934576 [ 6 ] {94985298-e34e-4b83-8cf6-c16e797ee655} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:26:21.935158 [ 6 ] {94985298-e34e-4b83-8cf6-c16e797ee655} executeQuery: Read 160 rows, 11.41 KiB in 0.002502 sec., 63948.8409272582 rows/sec., 4.45 MiB/sec. 2026.04.10 22:26:21.935220 [ 6 ] {94985298-e34e-4b83-8cf6-c16e797ee655} TCPHandler: Processed in 0.002698074 sec. 2026.04.10 22:26:21.935354 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:21.935454 [ 6 ] {6db08f7c-7f3e-47c9-8fee-f1da9bb85440} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:26:21.935513 [ 6 ] {6db08f7c-7f3e-47c9-8fee-f1da9bb85440} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:26:21.936644 [ 6 ] {6db08f7c-7f3e-47c9-8fee-f1da9bb85440} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:21.936689 [ 6 ] {6db08f7c-7f3e-47c9-8fee-f1da9bb85440} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:21.937634 [ 6 ] {6db08f7c-7f3e-47c9-8fee-f1da9bb85440} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.04.10 22:26:21.938050 [ 6 ] {6db08f7c-7f3e-47c9-8fee-f1da9bb85440} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:26:21.938219 [ 6 ] {6db08f7c-7f3e-47c9-8fee-f1da9bb85440} executeQuery: Read 18 rows, 33.03 KiB in 0.002783 sec., 6467.840459935322 rows/sec., 11.59 MiB/sec. 2026.04.10 22:26:21.938300 [ 6 ] {6db08f7c-7f3e-47c9-8fee-f1da9bb85440} TCPHandler: Processed in 0.00299829 sec. 2026.04.10 22:26:21.938515 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:21.938775 [ 6 ] {f006b4e8-2b76-47d3-9cfa-678134bc1359} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:26:21.938822 [ 6 ] {f006b4e8-2b76-47d3-9cfa-678134bc1359} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:26:21.939191 [ 6 ] {f006b4e8-2b76-47d3-9cfa-678134bc1359} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:21.939231 [ 6 ] {f006b4e8-2b76-47d3-9cfa-678134bc1359} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:21.939972 [ 6 ] {f006b4e8-2b76-47d3-9cfa-678134bc1359} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.04.10 22:26:21.940310 [ 6 ] {f006b4e8-2b76-47d3-9cfa-678134bc1359} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:26:21.940493 [ 6 ] {f006b4e8-2b76-47d3-9cfa-678134bc1359} executeQuery: Read 60 rows, 4.14 KiB in 0.001741 sec., 34462.95232624928 rows/sec., 2.32 MiB/sec. 2026.04.10 22:26:21.940547 [ 6 ] {f006b4e8-2b76-47d3-9cfa-678134bc1359} TCPHandler: Processed in 0.002088191 sec. 2026.04.10 22:26:22.000195 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 258.43 MiB, peak 266.87 MiB, free memory in arenas 0.00 B, will set to 257.30 MiB (RSS), difference: -1.12 MiB 2026.04.10 22:26:25.104047 [ 59 ] {} oximeter.fields_ipaddr (b4784700-91f7-4af4-af29-376f839f9b40) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.04.10 22:26:25.104162 [ 59 ] {} oximeter.fields_ipaddr (b4784700-91f7-4af4-af29-376f839f9b40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:25.104186 [ 59 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:25.104310 [ 202 ] {b4784700-91f7-4af4-af29-376f839f9b40::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.10 22:26:25.104466 [ 202 ] {b4784700-91f7-4af4-af29-376f839f9b40::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:26:25.104504 [ 202 ] {b4784700-91f7-4af4-af29-376f839f9b40::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 16 rows starting from the beginning of the part 2026.04.10 22:26:25.104580 [ 202 ] {b4784700-91f7-4af4-af29-376f839f9b40::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part 2026.04.10 22:26:25.104631 [ 202 ] {b4784700-91f7-4af4-af29-376f839f9b40::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 4 rows starting from the beginning of the part 2026.04.10 22:26:25.104676 [ 202 ] {b4784700-91f7-4af4-af29-376f839f9b40::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.10 22:26:25.104721 [ 202 ] {b4784700-91f7-4af4-af29-376f839f9b40::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part 2026.04.10 22:26:25.105484 [ 198 ] {b4784700-91f7-4af4-af29-376f839f9b40::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 34 rows, containing 5 columns (5 merged, 0 gathered) in 0.001230414 sec., 27632.97556757319 rows/sec., 2.31 MiB/sec. 2026.04.10 22:26:25.105597 [ 202 ] {b4784700-91f7-4af4-af29-376f839f9b40::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.04.10 22:26:25.105843 [ 202 ] {b4784700-91f7-4af4-af29-376f839f9b40::all_1_9_2} oximeter.fields_ipaddr (b4784700-91f7-4af4-af29-376f839f9b40): 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.10 22:26:25.105914 [ 202 ] {b4784700-91f7-4af4-af29-376f839f9b40::all_1_9_2} oximeter.fields_ipaddr (b4784700-91f7-4af4-af29-376f839f9b40) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.04.10 22:26:25.105977 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.04.10 22:26:25.407480 [ 60 ] {} DNSResolver: Updating DNS cache 2026.04.10 22:26:25.407530 [ 60 ] {} DNSResolver: Updated DNS cache 2026.04.10 22:26:25.548760 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 12478 2026.04.10 22:26:25.549256 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:25.549308 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:25.549816 [ 245 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.04.10 22:26:25.550061 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): 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.10 22:26:25.550211 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12478 2026.04.10 22:26:25.550228 [ 60 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.04.10 22:26:25.550290 [ 60 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:25.550314 [ 60 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:25.550435 [ 194 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::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.10 22:26:25.550566 [ 194 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:26:25.550604 [ 194 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_26_5} MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 10110 rows starting from the beginning of the part 2026.04.10 22:26:25.550668 [ 194 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 448 rows starting from the beginning of the part 2026.04.10 22:26:25.550713 [ 194 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 512 rows starting from the beginning of the part 2026.04.10 22:26:25.550753 [ 194 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 448 rows starting from the beginning of the part 2026.04.10 22:26:25.550794 [ 194 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 512 rows starting from the beginning of the part 2026.04.10 22:26:25.550834 [ 194 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 448 rows starting from the beginning of the part 2026.04.10 22:26:25.552985 [ 192 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 12478 rows, containing 4 columns (4 merged, 0 gathered) in 0.002604902 sec., 4790199.400975545 rows/sec., 68.52 MiB/sec. 2026.04.10 22:26:25.553251 [ 194 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.04.10 22:26:25.553511 [ 194 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_26_5} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): 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.10 22:26:25.553581 [ 194 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_26_5} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.04.10 22:26:25.553657 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2026.04.10 22:26:26.191943 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 2026.04.10 22:26:26.209702 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:26.209768 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:26.215579 [ 244 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.04.10 22:26:26.216296 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): 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.10 22:26:26.216601 [ 60 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.04.10 22:26:26.216643 [ 60 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:26.216668 [ 60 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:26.216781 [ 198 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::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.10 22:26:26.219904 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 196 2026.04.10 22:26:26.220725 [ 198 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:26:26.222116 [ 198 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::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.10 22:26:26.226645 [ 198 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::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.10 22:26:26.231209 [ 198 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::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.10 22:26:26.235469 [ 198 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::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.10 22:26:26.239695 [ 198 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::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.10 22:26:26.243887 [ 198 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::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.10 22:26:26.297595 [ 192 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.080865412 sec., 2423.7803920420265 rows/sec., 12.53 MiB/sec. 2026.04.10 22:26:26.300238 [ 192 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.04.10 22:26:26.302256 [ 192 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::all_1_26_5} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): 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.10 22:26:26.302345 [ 192 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::all_1_26_5} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.04.10 22:26:26.304994 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.04.10 22:26:26.925523 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:26.925722 [ 6 ] {85e93ba4-5901-4003-ab04-8ee941b04295} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:26:26.925795 [ 6 ] {85e93ba4-5901-4003-ab04-8ee941b04295} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:26:26.926493 [ 6 ] {85e93ba4-5901-4003-ab04-8ee941b04295} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:26.926540 [ 6 ] {85e93ba4-5901-4003-ab04-8ee941b04295} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:26.926980 [ 6 ] {85e93ba4-5901-4003-ab04-8ee941b04295} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.04.10 22:26:26.927205 [ 6 ] {85e93ba4-5901-4003-ab04-8ee941b04295} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:26:26.927359 [ 6 ] {85e93ba4-5901-4003-ab04-8ee941b04295} executeQuery: Read 102 rows, 8.74 KiB in 0.001693 sec., 60248.08033077377 rows/sec., 5.04 MiB/sec. 2026.04.10 22:26:26.927409 [ 6 ] {85e93ba4-5901-4003-ab04-8ee941b04295} TCPHandler: Processed in 0.002023181 sec. 2026.04.10 22:26:26.927531 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:26.927624 [ 6 ] {de973838-dafe-4eee-a130-dab59d509a3d} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:26:26.927664 [ 6 ] {de973838-dafe-4eee-a130-dab59d509a3d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:26:26.928083 [ 6 ] {de973838-dafe-4eee-a130-dab59d509a3d} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:26.928118 [ 6 ] {de973838-dafe-4eee-a130-dab59d509a3d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:26.928426 [ 6 ] {de973838-dafe-4eee-a130-dab59d509a3d} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.04.10 22:26:26.928630 [ 6 ] {de973838-dafe-4eee-a130-dab59d509a3d} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:26:26.928757 [ 6 ] {de973838-dafe-4eee-a130-dab59d509a3d} executeQuery: Read 23 rows, 1.73 KiB in 0.001151 sec., 19982.623805386622 rows/sec., 1.47 MiB/sec. 2026.04.10 22:26:26.928793 [ 6 ] {de973838-dafe-4eee-a130-dab59d509a3d} TCPHandler: Processed in 0.001311087 sec. 2026.04.10 22:26:26.928902 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:26.928994 [ 6 ] {c79cec57-671f-4c06-b287-5667a0782571} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:26:26.929032 [ 6 ] {c79cec57-671f-4c06-b287-5667a0782571} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:26:26.929431 [ 6 ] {c79cec57-671f-4c06-b287-5667a0782571} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:26.929466 [ 6 ] {c79cec57-671f-4c06-b287-5667a0782571} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:26.929771 [ 6 ] {c79cec57-671f-4c06-b287-5667a0782571} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.04.10 22:26:26.929976 [ 6 ] {c79cec57-671f-4c06-b287-5667a0782571} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:26:26.930099 [ 6 ] {c79cec57-671f-4c06-b287-5667a0782571} executeQuery: Read 87 rows, 6.96 KiB in 0.001123 sec., 77471.05966162066 rows/sec., 6.05 MiB/sec. 2026.04.10 22:26:26.930136 [ 6 ] {c79cec57-671f-4c06-b287-5667a0782571} TCPHandler: Processed in 0.001281556 sec. 2026.04.10 22:26:26.930246 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:26.930339 [ 6 ] {d632eb54-aea0-4244-9392-5686e1a98f81} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:26:26.930382 [ 6 ] {d632eb54-aea0-4244-9392-5686e1a98f81} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:26:26.930809 [ 6 ] {d632eb54-aea0-4244-9392-5686e1a98f81} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:26.930846 [ 6 ] {d632eb54-aea0-4244-9392-5686e1a98f81} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:26.931192 [ 6 ] {d632eb54-aea0-4244-9392-5686e1a98f81} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.04.10 22:26:26.931415 [ 6 ] {d632eb54-aea0-4244-9392-5686e1a98f81} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:26:26.931543 [ 6 ] {d632eb54-aea0-4244-9392-5686e1a98f81} executeQuery: Read 160 rows, 11.41 KiB in 0.001222 sec., 130932.8968903437 rows/sec., 9.12 MiB/sec. 2026.04.10 22:26:26.931545 [ 58 ] {} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.04.10 22:26:26.931581 [ 6 ] {d632eb54-aea0-4244-9392-5686e1a98f81} TCPHandler: Processed in 0.001381588 sec. 2026.04.10 22:26:26.931622 [ 58 ] {} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:26.931646 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:26.931703 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:26.931759 [ 200 ] {44193040-72a9-44ec-a565-c534b9f3dcff::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.10 22:26:26.931800 [ 6 ] {9863de35-2190-4d87-b4e0-2635603ee866} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:26:26.931859 [ 6 ] {9863de35-2190-4d87-b4e0-2635603ee866} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:26:26.931925 [ 200 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:26:26.931969 [ 200 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 9954 rows starting from the beginning of the part 2026.04.10 22:26:26.932035 [ 200 ] {44193040-72a9-44ec-a565-c534b9f3dcff::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.10 22:26:26.932081 [ 200 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1531 rows starting from the beginning of the part 2026.04.10 22:26:26.932124 [ 200 ] {44193040-72a9-44ec-a565-c534b9f3dcff::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.10 22:26:26.932167 [ 200 ] {44193040-72a9-44ec-a565-c534b9f3dcff::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.10 22:26:26.932208 [ 200 ] {44193040-72a9-44ec-a565-c534b9f3dcff::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.10 22:26:26.932647 [ 6 ] {9863de35-2190-4d87-b4e0-2635603ee866} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:26.932688 [ 6 ] {9863de35-2190-4d87-b4e0-2635603ee866} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:26.933277 [ 6 ] {9863de35-2190-4d87-b4e0-2635603ee866} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.04.10 22:26:26.933497 [ 6 ] {9863de35-2190-4d87-b4e0-2635603ee866} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:26:26.933636 [ 6 ] {9863de35-2190-4d87-b4e0-2635603ee866} executeQuery: Read 23 rows, 42.20 KiB in 0.001854 sec., 12405.609492988135 rows/sec., 22.23 MiB/sec. 2026.04.10 22:26:26.933688 [ 6 ] {9863de35-2190-4d87-b4e0-2635603ee866} TCPHandler: Processed in 0.002032601 sec. 2026.04.10 22:26:26.933805 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:26.933899 [ 6 ] {32b27a35-84ed-4954-98c1-9d2add097c08} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:26:26.933940 [ 6 ] {32b27a35-84ed-4954-98c1-9d2add097c08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:26:26.934269 [ 6 ] {32b27a35-84ed-4954-98c1-9d2add097c08} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:26.934305 [ 6 ] {32b27a35-84ed-4954-98c1-9d2add097c08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:26.934611 [ 6 ] {32b27a35-84ed-4954-98c1-9d2add097c08} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.04.10 22:26:26.934816 [ 6 ] {32b27a35-84ed-4954-98c1-9d2add097c08} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:26:26.934942 [ 6 ] {32b27a35-84ed-4954-98c1-9d2add097c08} executeQuery: Read 60 rows, 4.14 KiB in 0.001062 sec., 56497.17514124294 rows/sec., 3.81 MiB/sec. 2026.04.10 22:26:26.934979 [ 6 ] {32b27a35-84ed-4954-98c1-9d2add097c08} TCPHandler: Processed in 0.001221425 sec. 2026.04.10 22:26:26.936539 [ 199 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 12061 rows, containing 5 columns (5 merged, 0 gathered) in 0.004837748 sec., 2493102.1624111054 rows/sec., 162.40 MiB/sec. 2026.04.10 22:26:26.936870 [ 200 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.04.10 22:26:26.937138 [ 200 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_31_6} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:26:26.937228 [ 200 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_31_6} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.04.10 22:26:26.937312 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.40 MiB. 2026.04.10 22:26:27.000231 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 259.37 MiB, peak 269.44 MiB, free memory in arenas 0.00 B, will set to 265.97 MiB (RSS), difference: 6.60 MiB 2026.04.10 22:26:28.440840 [ 57 ] {} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0 2026.04.10 22:26:28.440911 [ 57 ] {} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:28.440935 [ 57 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:28.441071 [ 196 ] {3fa287f2-d72f-48ad-8e53-55e283cdd002::all_1_10_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_6_1 to all_10_10_0 into Compact with storage Full 2026.04.10 22:26:28.441251 [ 196 ] {3fa287f2-d72f-48ad-8e53-55e283cdd002::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:26:28.441296 [ 196 ] {3fa287f2-d72f-48ad-8e53-55e283cdd002::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 950 rows starting from the beginning of the part 2026.04.10 22:26:28.441381 [ 196 ] {3fa287f2-d72f-48ad-8e53-55e283cdd002::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 950 rows starting from the beginning of the part 2026.04.10 22:26:28.441445 [ 196 ] {3fa287f2-d72f-48ad-8e53-55e283cdd002::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 149 rows starting from the beginning of the part 2026.04.10 22:26:28.441500 [ 196 ] {3fa287f2-d72f-48ad-8e53-55e283cdd002::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 24 rows starting from the beginning of the part 2026.04.10 22:26:28.441552 [ 196 ] {3fa287f2-d72f-48ad-8e53-55e283cdd002::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 801 rows starting from the beginning of the part 2026.04.10 22:26:28.442904 [ 199 ] {3fa287f2-d72f-48ad-8e53-55e283cdd002::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 2874 rows, containing 5 columns (5 merged, 0 gathered) in 0.001895878 sec., 1515920.328206773 rows/sec., 95.28 MiB/sec. 2026.04.10 22:26:28.443090 [ 196 ] {3fa287f2-d72f-48ad-8e53-55e283cdd002::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.04.10 22:26:28.443393 [ 196 ] {3fa287f2-d72f-48ad-8e53-55e283cdd002::all_1_10_2} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:26:28.443465 [ 196 ] {3fa287f2-d72f-48ad-8e53-55e283cdd002::all_1_10_2} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2 2026.04.10 22:26:28.443534 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. 2026.04.10 22:26:30.586355 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 708 2026.04.10 22:26:30.588612 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:30.588659 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:30.589890 [ 243 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.10 22:26:30.590164 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): 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.10 22:26:30.590417 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 708 2026.04.10 22:26:31.919043 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:31.919324 [ 6 ] {821e3bb0-2c33-42ed-bc8f-351eaaaecd42} executeQuery: (from [fd00:1122:3344:101::d]:38483) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec') FORMAT Native; (stage: Complete) 2026.04.10 22:26:31.919739 [ 6 ] {821e3bb0-2c33-42ed-bc8f-351eaaaecd42} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.10 22:26:31.919784 [ 6 ] {821e3bb0-2c33-42ed-bc8f-351eaaaecd42} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec')" moved to PREWHERE 2026.04.10 22:26:31.920104 [ 6 ] {821e3bb0-2c33-42ed-bc8f-351eaaaecd42} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 22:26:31.920177 [ 6 ] {821e3bb0-2c33-42ed-bc8f-351eaaaecd42} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 22:26:31.920325 [ 6 ] {821e3bb0-2c33-42ed-bc8f-351eaaaecd42} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Key condition: (column 0 notIn 51-element set) 2026.04.10 22:26:31.920363 [ 6 ] {821e3bb0-2c33-42ed-bc8f-351eaaaecd42} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.04.10 22:26:31.920385 [ 6 ] {821e3bb0-2c33-42ed-bc8f-351eaaaecd42} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (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.10 22:26:31.920401 [ 6 ] {821e3bb0-2c33-42ed-bc8f-351eaaaecd42} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.10 22:26:31.920444 [ 6 ] {821e3bb0-2c33-42ed-bc8f-351eaaaecd42} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec'))" 2026.04.10 22:26:31.920464 [ 6 ] {821e3bb0-2c33-42ed-bc8f-351eaaaecd42} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 51 rows starting from 0 2026.04.10 22:26:31.921565 [ 6 ] {821e3bb0-2c33-42ed-bc8f-351eaaaecd42} executeQuery: Read 51 rows, 1.99 KiB in 0.002373 sec., 21491.782553729456 rows/sec., 838.29 KiB/sec. 2026.04.10 22:26:31.921679 [ 6 ] {821e3bb0-2c33-42ed-bc8f-351eaaaecd42} TCPHandler: Processed in 0.002779186 sec. 2026.04.10 22:26:31.930819 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:31.931039 [ 6 ] {9096d5c0-e493-4f01-810d-e6e86ea2dec3} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.04.10 22:26:31.931126 [ 6 ] {9096d5c0-e493-4f01-810d-e6e86ea2dec3} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 22:26:31.931854 [ 6 ] {9096d5c0-e493-4f01-810d-e6e86ea2dec3} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:31.931901 [ 6 ] {9096d5c0-e493-4f01-810d-e6e86ea2dec3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:31.932334 [ 6 ] {9096d5c0-e493-4f01-810d-e6e86ea2dec3} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.10 22:26:31.932544 [ 6 ] {9096d5c0-e493-4f01-810d-e6e86ea2dec3} oximeter.timeseries_schema (e52c9357-f7ef-4d02-8db7-b7db342a1a14): 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.10 22:26:31.932712 [ 6 ] {9096d5c0-e493-4f01-810d-e6e86ea2dec3} executeQuery: Read 1 rows, 106.00 B in 0.001734 sec., 576.7012687427912 rows/sec., 59.70 KiB/sec. 2026.04.10 22:26:31.932754 [ 6 ] {9096d5c0-e493-4f01-810d-e6e86ea2dec3} TCPHandler: Processed in 0.002045581 sec. 2026.04.10 22:26:31.932877 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:31.932974 [ 6 ] {8b9897f6-7e76-4cbb-95be-c9962923882d} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.10 22:26:31.933015 [ 6 ] {8b9897f6-7e76-4cbb-95be-c9962923882d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.10 22:26:31.933457 [ 6 ] {8b9897f6-7e76-4cbb-95be-c9962923882d} oximeter.fields_i16 (419f2eef-209c-46fc-9cc0-97b5087686b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:31.933496 [ 6 ] {8b9897f6-7e76-4cbb-95be-c9962923882d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:31.933803 [ 6 ] {8b9897f6-7e76-4cbb-95be-c9962923882d} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.10 22:26:31.934035 [ 6 ] {8b9897f6-7e76-4cbb-95be-c9962923882d} oximeter.fields_i16 (419f2eef-209c-46fc-9cc0-97b5087686b9): 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.10 22:26:31.934171 [ 6 ] {8b9897f6-7e76-4cbb-95be-c9962923882d} executeQuery: Read 24 rows, 2.04 KiB in 0.001219 sec., 19688.269073010662 rows/sec., 1.63 MiB/sec. 2026.04.10 22:26:31.934210 [ 6 ] {8b9897f6-7e76-4cbb-95be-c9962923882d} TCPHandler: Processed in 0.001384168 sec. 2026.04.10 22:26:31.934325 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:31.934421 [ 6 ] {bbf94ec1-4198-4ab8-aa44-c092cea8bffc} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.10 22:26:31.934461 [ 6 ] {bbf94ec1-4198-4ab8-aa44-c092cea8bffc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.10 22:26:31.934853 [ 6 ] {bbf94ec1-4198-4ab8-aa44-c092cea8bffc} oximeter.fields_ipaddr (b4784700-91f7-4af4-af29-376f839f9b40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:31.934889 [ 6 ] {bbf94ec1-4198-4ab8-aa44-c092cea8bffc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:31.935184 [ 6 ] {bbf94ec1-4198-4ab8-aa44-c092cea8bffc} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.10 22:26:31.935404 [ 6 ] {bbf94ec1-4198-4ab8-aa44-c092cea8bffc} oximeter.fields_ipaddr (b4784700-91f7-4af4-af29-376f839f9b40): 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.10 22:26:31.935622 [ 6 ] {bbf94ec1-4198-4ab8-aa44-c092cea8bffc} executeQuery: Read 6 rows, 501.00 B in 0.001219 sec., 4922.067268252666 rows/sec., 401.36 KiB/sec. 2026.04.10 22:26:31.935659 [ 6 ] {bbf94ec1-4198-4ab8-aa44-c092cea8bffc} TCPHandler: Processed in 0.001384648 sec. 2026.04.10 22:26:31.935769 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:31.935862 [ 6 ] {0067f524-9f21-4718-90e3-cf8badd7a6bf} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:26:31.935901 [ 6 ] {0067f524-9f21-4718-90e3-cf8badd7a6bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:26:31.936394 [ 6 ] {0067f524-9f21-4718-90e3-cf8badd7a6bf} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:31.936430 [ 6 ] {0067f524-9f21-4718-90e3-cf8badd7a6bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:31.936754 [ 6 ] {0067f524-9f21-4718-90e3-cf8badd7a6bf} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.04.10 22:26:31.936986 [ 6 ] {0067f524-9f21-4718-90e3-cf8badd7a6bf} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:26:31.937202 [ 6 ] {0067f524-9f21-4718-90e3-cf8badd7a6bf} executeQuery: Read 216 rows, 19.74 KiB in 0.001358 sec., 159057.43740795288 rows/sec., 14.19 MiB/sec. 2026.04.10 22:26:31.937240 [ 6 ] {0067f524-9f21-4718-90e3-cf8badd7a6bf} TCPHandler: Processed in 0.001519921 sec. 2026.04.10 22:26:31.937361 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:31.937456 [ 6 ] {94e3480a-9748-449a-bfd1-03814832ba26} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:26:31.937496 [ 6 ] {94e3480a-9748-449a-bfd1-03814832ba26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:26:31.937901 [ 6 ] {94e3480a-9748-449a-bfd1-03814832ba26} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:31.937937 [ 6 ] {94e3480a-9748-449a-bfd1-03814832ba26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:31.938231 [ 6 ] {94e3480a-9748-449a-bfd1-03814832ba26} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.04.10 22:26:31.938455 [ 6 ] {94e3480a-9748-449a-bfd1-03814832ba26} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:26:31.938586 [ 6 ] {94e3480a-9748-449a-bfd1-03814832ba26} executeQuery: Read 36 rows, 2.73 KiB in 0.001149 sec., 31331.592689295037 rows/sec., 2.32 MiB/sec. 2026.04.10 22:26:31.938624 [ 6 ] {94e3480a-9748-449a-bfd1-03814832ba26} TCPHandler: Processed in 0.001320297 sec. 2026.04.10 22:26:31.938736 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:31.938829 [ 6 ] {9dda2689-952d-4340-8da2-dcfd77e78c41} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.10 22:26:31.938868 [ 6 ] {9dda2689-952d-4340-8da2-dcfd77e78c41} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.10 22:26:31.939306 [ 6 ] {9dda2689-952d-4340-8da2-dcfd77e78c41} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:31.939342 [ 6 ] {9dda2689-952d-4340-8da2-dcfd77e78c41} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:31.939633 [ 6 ] {9dda2689-952d-4340-8da2-dcfd77e78c41} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.10 22:26:31.939859 [ 6 ] {9dda2689-952d-4340-8da2-dcfd77e78c41} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002): 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.10 22:26:31.940001 [ 6 ] {9dda2689-952d-4340-8da2-dcfd77e78c41} executeQuery: Read 25 rows, 2.11 KiB in 0.00119 sec., 21008.403361344535 rows/sec., 1.73 MiB/sec. 2026.04.10 22:26:31.940039 [ 6 ] {9dda2689-952d-4340-8da2-dcfd77e78c41} TCPHandler: Processed in 0.001353267 sec. 2026.04.10 22:26:31.940152 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:31.940244 [ 6 ] {b679f494-109c-49bc-a1e5-c2fa602fed85} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.10 22:26:31.940283 [ 6 ] {b679f494-109c-49bc-a1e5-c2fa602fed85} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.10 22:26:31.940674 [ 6 ] {b679f494-109c-49bc-a1e5-c2fa602fed85} oximeter.fields_u8 (db645430-3721-434f-a428-3eb1f7165166): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:31.940710 [ 6 ] {b679f494-109c-49bc-a1e5-c2fa602fed85} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:31.940994 [ 6 ] {b679f494-109c-49bc-a1e5-c2fa602fed85} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.10 22:26:31.941215 [ 6 ] {b679f494-109c-49bc-a1e5-c2fa602fed85} oximeter.fields_u8 (db645430-3721-434f-a428-3eb1f7165166): 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.10 22:26:31.941350 [ 6 ] {b679f494-109c-49bc-a1e5-c2fa602fed85} executeQuery: Read 12 rows, 960.00 B in 0.001124 sec., 10676.156583629892 rows/sec., 834.07 KiB/sec. 2026.04.10 22:26:31.941399 [ 6 ] {b679f494-109c-49bc-a1e5-c2fa602fed85} TCPHandler: Processed in 0.001296566 sec. 2026.04.10 22:26:31.941513 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:31.941617 [ 6 ] {8e7ba63e-1e1d-48b8-ba41-0deff0c5e7de} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:26:31.941665 [ 6 ] {8e7ba63e-1e1d-48b8-ba41-0deff0c5e7de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:26:31.942148 [ 6 ] {8e7ba63e-1e1d-48b8-ba41-0deff0c5e7de} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:31.942184 [ 6 ] {8e7ba63e-1e1d-48b8-ba41-0deff0c5e7de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:31.942536 [ 6 ] {8e7ba63e-1e1d-48b8-ba41-0deff0c5e7de} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.04.10 22:26:31.942773 [ 6 ] {8e7ba63e-1e1d-48b8-ba41-0deff0c5e7de} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:26:31.942906 [ 6 ] {8e7ba63e-1e1d-48b8-ba41-0deff0c5e7de} executeQuery: Read 124 rows, 10.30 KiB in 0.001311 sec., 94584.28680396643 rows/sec., 7.68 MiB/sec. 2026.04.10 22:26:31.942943 [ 6 ] {8e7ba63e-1e1d-48b8-ba41-0deff0c5e7de} TCPHandler: Processed in 0.00148042 sec. 2026.04.10 22:26:31.943068 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:31.943162 [ 6 ] {6ff4951e-20e8-4ab0-bb1c-ee921452bf2e} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:26:31.943204 [ 6 ] {6ff4951e-20e8-4ab0-bb1c-ee921452bf2e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:26:31.943600 [ 6 ] {6ff4951e-20e8-4ab0-bb1c-ee921452bf2e} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:31.943635 [ 6 ] {6ff4951e-20e8-4ab0-bb1c-ee921452bf2e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:31.943984 [ 6 ] {6ff4951e-20e8-4ab0-bb1c-ee921452bf2e} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.04.10 22:26:31.944209 [ 6 ] {6ff4951e-20e8-4ab0-bb1c-ee921452bf2e} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:26:31.944344 [ 6 ] {6ff4951e-20e8-4ab0-bb1c-ee921452bf2e} executeQuery: Read 199 rows, 14.61 KiB in 0.001201 sec., 165695.25395503748 rows/sec., 11.88 MiB/sec. 2026.04.10 22:26:31.944383 [ 6 ] {6ff4951e-20e8-4ab0-bb1c-ee921452bf2e} TCPHandler: Processed in 0.001366308 sec. 2026.04.10 22:26:31.944511 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:31.944605 [ 6 ] {7813d2f2-a0f0-42ed-81fc-596c87949522} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.10 22:26:31.944647 [ 6 ] {7813d2f2-a0f0-42ed-81fc-596c87949522} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.10 22:26:31.944975 [ 6 ] {7813d2f2-a0f0-42ed-81fc-596c87949522} oximeter.measurements_f64 (58e3eb3a-a7ad-4b02-bedb-c669836543a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:31.945010 [ 6 ] {7813d2f2-a0f0-42ed-81fc-596c87949522} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:31.945302 [ 6 ] {7813d2f2-a0f0-42ed-81fc-596c87949522} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.10 22:26:31.945510 [ 6 ] {7813d2f2-a0f0-42ed-81fc-596c87949522} oximeter.measurements_f64 (58e3eb3a-a7ad-4b02-bedb-c669836543a8): 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.10 22:26:31.945636 [ 6 ] {7813d2f2-a0f0-42ed-81fc-596c87949522} executeQuery: Read 1 rows, 65.00 B in 0.00105 sec., 952.3809523809524 rows/sec., 60.45 KiB/sec. 2026.04.10 22:26:31.945672 [ 6 ] {7813d2f2-a0f0-42ed-81fc-596c87949522} TCPHandler: Processed in 0.001209975 sec. 2026.04.10 22:26:31.945783 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:31.945875 [ 6 ] {e6ef3ba0-83f8-4d73-9fab-8523c90d636e} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:26:31.945928 [ 6 ] {e6ef3ba0-83f8-4d73-9fab-8523c90d636e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:26:31.946733 [ 6 ] {e6ef3ba0-83f8-4d73-9fab-8523c90d636e} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:31.946770 [ 6 ] {e6ef3ba0-83f8-4d73-9fab-8523c90d636e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:31.947347 [ 6 ] {e6ef3ba0-83f8-4d73-9fab-8523c90d636e} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.04.10 22:26:31.947595 [ 6 ] {e6ef3ba0-83f8-4d73-9fab-8523c90d636e} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:26:31.947738 [ 6 ] {e6ef3ba0-83f8-4d73-9fab-8523c90d636e} executeQuery: Read 18 rows, 33.03 KiB in 0.00188 sec., 9574.468085106384 rows/sec., 17.16 MiB/sec. 2026.04.10 22:26:31.947815 [ 6 ] {e6ef3ba0-83f8-4d73-9fab-8523c90d636e} TCPHandler: Processed in 0.002081252 sec. 2026.04.10 22:26:31.947938 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:31.948032 [ 6 ] {8a4f8c00-7f9c-4313-89a4-06ef355a7264} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:26:31.948072 [ 6 ] {8a4f8c00-7f9c-4313-89a4-06ef355a7264} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:26:31.948414 [ 6 ] {8a4f8c00-7f9c-4313-89a4-06ef355a7264} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:31.948449 [ 6 ] {8a4f8c00-7f9c-4313-89a4-06ef355a7264} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:31.948752 [ 6 ] {8a4f8c00-7f9c-4313-89a4-06ef355a7264} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.04.10 22:26:31.948983 [ 6 ] {8a4f8c00-7f9c-4313-89a4-06ef355a7264} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:26:31.949106 [ 49 ] {} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.04.10 22:26:31.949114 [ 6 ] {8a4f8c00-7f9c-4313-89a4-06ef355a7264} executeQuery: Read 60 rows, 4.14 KiB in 0.0011 sec., 54545.454545454544 rows/sec., 3.68 MiB/sec. 2026.04.10 22:26:31.949181 [ 49 ] {} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:31.949195 [ 6 ] {8a4f8c00-7f9c-4313-89a4-06ef355a7264} TCPHandler: Processed in 0.001305726 sec. 2026.04.10 22:26:31.949209 [ 49 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:31.949327 [ 197 ] {d011da2b-2502-4d0a-9756-3e9226add765::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.10 22:26:31.949459 [ 197 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:26:31.949495 [ 197 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1128 rows starting from the beginning of the part 2026.04.10 22:26:31.949560 [ 197 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 24 rows starting from the beginning of the part 2026.04.10 22:26:31.949605 [ 197 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 36 rows starting from the beginning of the part 2026.04.10 22:26:31.949645 [ 197 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part 2026.04.10 22:26:31.949682 [ 197 ] {d011da2b-2502-4d0a-9756-3e9226add765::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.10 22:26:31.949720 [ 197 ] {d011da2b-2502-4d0a-9756-3e9226add765::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.10 22:26:31.950667 [ 199 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1368 rows, containing 4 columns (4 merged, 0 gathered) in 0.001388428 sec., 985286.957624018 rows/sec., 64.02 MiB/sec. 2026.04.10 22:26:31.950842 [ 197 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.04.10 22:26:31.951095 [ 197 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_31_6} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:26:31.951172 [ 197 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_31_6} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.04.10 22:26:31.951246 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. 2026.04.10 22:26:33.050315 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 12990 2026.04.10 22:26:33.050815 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:33.050852 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:33.051345 [ 245 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.04.10 22:26:33.051579 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): 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.10 22:26:33.051707 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12990 2026.04.10 22:26:33.720004 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 2026.04.10 22:26:33.736552 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:33.736618 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:33.742225 [ 244 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.04.10 22:26:33.742964 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): 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.10 22:26:33.746060 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 204 2026.04.10 22:26:36.925456 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:36.925639 [ 6 ] {bbdd8e98-6212-4dea-a32b-53273190a4fa} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:26:36.925707 [ 6 ] {bbdd8e98-6212-4dea-a32b-53273190a4fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:26:36.926380 [ 6 ] {bbdd8e98-6212-4dea-a32b-53273190a4fa} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:36.926430 [ 6 ] {bbdd8e98-6212-4dea-a32b-53273190a4fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:36.926828 [ 6 ] {bbdd8e98-6212-4dea-a32b-53273190a4fa} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.04.10 22:26:36.927062 [ 6 ] {bbdd8e98-6212-4dea-a32b-53273190a4fa} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:26:36.927240 [ 6 ] {bbdd8e98-6212-4dea-a32b-53273190a4fa} executeQuery: Read 102 rows, 8.74 KiB in 0.00165 sec., 61818.181818181816 rows/sec., 5.17 MiB/sec. 2026.04.10 22:26:36.927295 [ 6 ] {bbdd8e98-6212-4dea-a32b-53273190a4fa} TCPHandler: Processed in 0.001972499 sec. 2026.04.10 22:26:36.927439 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:36.927543 [ 6 ] {64f9d635-5b90-4377-9982-3afdb06c9817} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:26:36.927590 [ 6 ] {64f9d635-5b90-4377-9982-3afdb06c9817} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:26:36.928027 [ 6 ] {64f9d635-5b90-4377-9982-3afdb06c9817} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:36.928064 [ 6 ] {64f9d635-5b90-4377-9982-3afdb06c9817} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:36.928363 [ 6 ] {64f9d635-5b90-4377-9982-3afdb06c9817} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.04.10 22:26:36.928574 [ 6 ] {64f9d635-5b90-4377-9982-3afdb06c9817} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:26:36.928687 [ 46 ] {} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.04.10 22:26:36.928701 [ 6 ] {64f9d635-5b90-4377-9982-3afdb06c9817} executeQuery: Read 23 rows, 1.73 KiB in 0.001182 sec., 19458.544839255497 rows/sec., 1.43 MiB/sec. 2026.04.10 22:26:36.928753 [ 46 ] {} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:36.928763 [ 6 ] {64f9d635-5b90-4377-9982-3afdb06c9817} TCPHandler: Processed in 0.001385428 sec. 2026.04.10 22:26:36.928783 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:36.928881 [ 199 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::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.10 22:26:36.928891 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:36.928975 [ 199 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:26:36.928997 [ 6 ] {caf072d2-68cf-4b3d-a96c-c746a9f55d63} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:26:36.929002 [ 199 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 224 rows starting from the beginning of the part 2026.04.10 22:26:36.929038 [ 6 ] {caf072d2-68cf-4b3d-a96c-c746a9f55d63} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:26:36.929065 [ 199 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 40 rows starting from the beginning of the part 2026.04.10 22:26:36.929109 [ 199 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 18 rows starting from the beginning of the part 2026.04.10 22:26:36.929149 [ 199 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 23 rows starting from the beginning of the part 2026.04.10 22:26:36.929189 [ 199 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 36 rows starting from the beginning of the part 2026.04.10 22:26:36.929225 [ 199 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 23 rows starting from the beginning of the part 2026.04.10 22:26:36.929501 [ 6 ] {caf072d2-68cf-4b3d-a96c-c746a9f55d63} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:36.929536 [ 6 ] {caf072d2-68cf-4b3d-a96c-c746a9f55d63} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:36.929847 [ 6 ] {caf072d2-68cf-4b3d-a96c-c746a9f55d63} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.04.10 22:26:36.929946 [ 197 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 364 rows, containing 5 columns (5 merged, 0 gathered) in 0.001098572 sec., 331339.2294724424 rows/sec., 23.66 MiB/sec. 2026.04.10 22:26:36.930076 [ 6 ] {caf072d2-68cf-4b3d-a96c-c746a9f55d63} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:26:36.930098 [ 199 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.04.10 22:26:36.930209 [ 6 ] {caf072d2-68cf-4b3d-a96c-c746a9f55d63} executeQuery: Read 87 rows, 6.96 KiB in 0.001229 sec., 70789.25956061839 rows/sec., 5.53 MiB/sec. 2026.04.10 22:26:36.930260 [ 6 ] {caf072d2-68cf-4b3d-a96c-c746a9f55d63} TCPHandler: Processed in 0.001416758 sec. 2026.04.10 22:26:36.930328 [ 199 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_31_6} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:26:36.930394 [ 199 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_31_6} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.04.10 22:26:36.930396 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:36.930452 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.04.10 22:26:36.930496 [ 6 ] {661c76eb-a634-4790-8c4b-c7a5fa76191d} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:26:36.930547 [ 6 ] {661c76eb-a634-4790-8c4b-c7a5fa76191d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:26:36.931010 [ 6 ] {661c76eb-a634-4790-8c4b-c7a5fa76191d} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:36.931050 [ 6 ] {661c76eb-a634-4790-8c4b-c7a5fa76191d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:36.931390 [ 6 ] {661c76eb-a634-4790-8c4b-c7a5fa76191d} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.04.10 22:26:36.931599 [ 6 ] {661c76eb-a634-4790-8c4b-c7a5fa76191d} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:26:36.931728 [ 6 ] {661c76eb-a634-4790-8c4b-c7a5fa76191d} executeQuery: Read 160 rows, 11.41 KiB in 0.001252 sec., 127795.5271565495 rows/sec., 8.90 MiB/sec. 2026.04.10 22:26:36.931766 [ 6 ] {661c76eb-a634-4790-8c4b-c7a5fa76191d} TCPHandler: Processed in 0.001419318 sec. 2026.04.10 22:26:36.931883 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:36.931977 [ 6 ] {932ce1ab-27ae-4810-bba9-6785e5340fd1} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:26:36.932032 [ 6 ] {932ce1ab-27ae-4810-bba9-6785e5340fd1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:26:36.932829 [ 6 ] {932ce1ab-27ae-4810-bba9-6785e5340fd1} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:36.932866 [ 6 ] {932ce1ab-27ae-4810-bba9-6785e5340fd1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:36.933383 [ 6 ] {932ce1ab-27ae-4810-bba9-6785e5340fd1} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.04.10 22:26:36.933607 [ 6 ] {932ce1ab-27ae-4810-bba9-6785e5340fd1} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:26:36.933720 [ 46 ] {} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.04.10 22:26:36.933743 [ 6 ] {932ce1ab-27ae-4810-bba9-6785e5340fd1} executeQuery: Read 23 rows, 42.20 KiB in 0.001783 sec., 12899.607403252943 rows/sec., 23.12 MiB/sec. 2026.04.10 22:26:36.933771 [ 46 ] {} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:36.933800 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:36.933820 [ 6 ] {932ce1ab-27ae-4810-bba9-6785e5340fd1} TCPHandler: Processed in 0.00198518 sec. 2026.04.10 22:26:36.933883 [ 187 ] {240c2363-d096-4df1-a9c1-cf60540c0597::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.10 22:26:36.933943 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:36.934038 [ 6 ] {334f3563-7c5f-46b2-a8ee-71aa18838f92} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:26:36.934077 [ 187 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:26:36.934079 [ 6 ] {334f3563-7c5f-46b2-a8ee-71aa18838f92} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:26:36.934127 [ 187 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 553 rows starting from the beginning of the part 2026.04.10 22:26:36.934246 [ 187 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 34 rows starting from the beginning of the part 2026.04.10 22:26:36.934353 [ 187 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 18 rows starting from the beginning of the part 2026.04.10 22:26:36.934440 [ 6 ] {334f3563-7c5f-46b2-a8ee-71aa18838f92} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:36.934449 [ 187 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 23 rows starting from the beginning of the part 2026.04.10 22:26:36.934477 [ 6 ] {334f3563-7c5f-46b2-a8ee-71aa18838f92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:36.934543 [ 187 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 18 rows starting from the beginning of the part 2026.04.10 22:26:36.934625 [ 187 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 23 rows starting from the beginning of the part 2026.04.10 22:26:36.934802 [ 6 ] {334f3563-7c5f-46b2-a8ee-71aa18838f92} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.04.10 22:26:36.935030 [ 6 ] {334f3563-7c5f-46b2-a8ee-71aa18838f92} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:26:36.935162 [ 6 ] {334f3563-7c5f-46b2-a8ee-71aa18838f92} executeQuery: Read 60 rows, 4.14 KiB in 0.001142 sec., 52539.404553415065 rows/sec., 3.54 MiB/sec. 2026.04.10 22:26:36.935198 [ 6 ] {334f3563-7c5f-46b2-a8ee-71aa18838f92} TCPHandler: Processed in 0.001304217 sec. 2026.04.10 22:26:36.938303 [ 193 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 669 rows, containing 19 columns (19 merged, 0 gathered) in 0.00445812 sec., 150063.25536324727 rows/sec., 268.91 MiB/sec. 2026.04.10 22:26:36.939153 [ 187 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.04.10 22:26:36.939458 [ 187 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_31_6} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:26:36.939522 [ 187 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_31_6} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.04.10 22:26:36.939591 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.51 MiB. 2026.04.10 22:26:37.000185 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 267.06 MiB, peak 274.52 MiB, free memory in arenas 0.00 B, will set to 268.57 MiB (RSS), difference: 1.51 MiB 2026.04.10 22:26:40.407569 [ 40 ] {} DNSResolver: Updating DNS cache 2026.04.10 22:26:40.407628 [ 40 ] {} DNSResolver: Updated DNS cache 2026.04.10 22:26:40.551794 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 13438 2026.04.10 22:26:40.552331 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:40.552381 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:40.552938 [ 245 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.04.10 22:26:40.553193 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): 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.10 22:26:40.553344 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13438 2026.04.10 22:26:40.590658 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 746 2026.04.10 22:26:40.593626 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:40.593678 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:40.594868 [ 243 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.10 22:26:40.595133 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): 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.10 22:26:40.595399 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 746 2026.04.10 22:26:41.246172 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 2026.04.10 22:26:41.262237 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:41.262284 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:41.268411 [ 244 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.04.10 22:26:41.269109 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): 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.10 22:26:41.272002 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 211 2026.04.10 22:26:41.924983 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:41.925177 [ 6 ] {f1c6a62a-1c77-4d09-8938-3f4b6898b2f5} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:26:41.925249 [ 6 ] {f1c6a62a-1c77-4d09-8938-3f4b6898b2f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:26:41.925936 [ 6 ] {f1c6a62a-1c77-4d09-8938-3f4b6898b2f5} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:41.925978 [ 6 ] {f1c6a62a-1c77-4d09-8938-3f4b6898b2f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:41.926384 [ 6 ] {f1c6a62a-1c77-4d09-8938-3f4b6898b2f5} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.04.10 22:26:41.926624 [ 6 ] {f1c6a62a-1c77-4d09-8938-3f4b6898b2f5} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:26:41.926785 [ 6 ] {f1c6a62a-1c77-4d09-8938-3f4b6898b2f5} executeQuery: Read 92 rows, 7.96 KiB in 0.001662 sec., 55354.993983152825 rows/sec., 4.68 MiB/sec. 2026.04.10 22:26:41.926800 [ 38 ] {} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.04.10 22:26:41.926827 [ 6 ] {f1c6a62a-1c77-4d09-8938-3f4b6898b2f5} TCPHandler: Processed in 0.00198132 sec. 2026.04.10 22:26:41.926911 [ 38 ] {} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:41.926955 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:41.927002 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:41.927103 [ 6 ] {772f566f-f679-4fce-bfa5-bdbbe9595e11} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:26:41.927104 [ 197 ] {15303715-e1d3-410d-9b74-21f9c069a75b::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.10 22:26:41.927144 [ 6 ] {772f566f-f679-4fce-bfa5-bdbbe9595e11} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:26:41.927272 [ 197 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:26:41.927316 [ 197 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 3360 rows starting from the beginning of the part 2026.04.10 22:26:41.927394 [ 197 ] {15303715-e1d3-410d-9b74-21f9c069a75b::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.10 22:26:41.927447 [ 197 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 102 rows starting from the beginning of the part 2026.04.10 22:26:41.927496 [ 197 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 216 rows starting from the beginning of the part 2026.04.10 22:26:41.927541 [ 197 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 102 rows starting from the beginning of the part 2026.04.10 22:26:41.927565 [ 6 ] {772f566f-f679-4fce-bfa5-bdbbe9595e11} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:41.927587 [ 197 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 92 rows starting from the beginning of the part 2026.04.10 22:26:41.927611 [ 6 ] {772f566f-f679-4fce-bfa5-bdbbe9595e11} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:41.927948 [ 6 ] {772f566f-f679-4fce-bfa5-bdbbe9595e11} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.04.10 22:26:41.928185 [ 6 ] {772f566f-f679-4fce-bfa5-bdbbe9595e11} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:26:41.928321 [ 6 ] {772f566f-f679-4fce-bfa5-bdbbe9595e11} executeQuery: Read 18 rows, 1.35 KiB in 0.001237 sec., 14551.333872271625 rows/sec., 1.07 MiB/sec. 2026.04.10 22:26:41.928359 [ 6 ] {772f566f-f679-4fce-bfa5-bdbbe9595e11} TCPHandler: Processed in 0.001407498 sec. 2026.04.10 22:26:41.928460 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:41.928554 [ 6 ] {4112b8ab-0833-466c-ae9e-c7993edd48ae} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:26:41.928594 [ 6 ] {4112b8ab-0833-466c-ae9e-c7993edd48ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:26:41.929015 [ 6 ] {4112b8ab-0833-466c-ae9e-c7993edd48ae} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:41.929051 [ 6 ] {4112b8ab-0833-466c-ae9e-c7993edd48ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:41.929165 [ 187 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 3964 rows, containing 5 columns (5 merged, 0 gathered) in 0.002130713 sec., 1860410.1068515563 rows/sec., 150.79 MiB/sec. 2026.04.10 22:26:41.929364 [ 6 ] {4112b8ab-0833-466c-ae9e-c7993edd48ae} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.04.10 22:26:41.929547 [ 197 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.04.10 22:26:41.929600 [ 6 ] {4112b8ab-0833-466c-ae9e-c7993edd48ae} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:26:41.929720 [ 38 ] {} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.04.10 22:26:41.929746 [ 6 ] {4112b8ab-0833-466c-ae9e-c7993edd48ae} executeQuery: Read 82 rows, 6.56 KiB in 0.00121 sec., 67768.59504132232 rows/sec., 5.29 MiB/sec. 2026.04.10 22:26:41.929758 [ 38 ] {} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:41.929791 [ 6 ] {4112b8ab-0833-466c-ae9e-c7993edd48ae} TCPHandler: Processed in 0.001379098 sec. 2026.04.10 22:26:41.929794 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:41.929853 [ 197 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_36_7} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:26:41.929913 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:41.929935 [ 197 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_36_7} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.04.10 22:26:41.929933 [ 188 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::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.10 22:26:41.930012 [ 6 ] {70dfeb75-f51c-4a76-acdb-990e703e28ab} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:26:41.930022 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.99 MiB. 2026.04.10 22:26:41.930064 [ 6 ] {70dfeb75-f51c-4a76-acdb-990e703e28ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:26:41.930088 [ 188 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:26:41.930129 [ 188 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1832 rows starting from the beginning of the part 2026.04.10 22:26:41.930196 [ 188 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 82 rows starting from the beginning of the part 2026.04.10 22:26:41.930252 [ 188 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 87 rows starting from the beginning of the part 2026.04.10 22:26:41.930299 [ 188 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 124 rows starting from the beginning of the part 2026.04.10 22:26:41.930343 [ 188 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 87 rows starting from the beginning of the part 2026.04.10 22:26:41.930390 [ 188 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 82 rows starting from the beginning of the part 2026.04.10 22:26:41.930482 [ 6 ] {70dfeb75-f51c-4a76-acdb-990e703e28ab} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:41.930524 [ 6 ] {70dfeb75-f51c-4a76-acdb-990e703e28ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:41.930905 [ 6 ] {70dfeb75-f51c-4a76-acdb-990e703e28ab} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.04.10 22:26:41.931146 [ 6 ] {70dfeb75-f51c-4a76-acdb-990e703e28ab} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:26:41.931283 [ 6 ] {70dfeb75-f51c-4a76-acdb-990e703e28ab} executeQuery: Read 160 rows, 11.41 KiB in 0.001289 sec., 124127.23041117145 rows/sec., 8.65 MiB/sec. 2026.04.10 22:26:41.931320 [ 6 ] {70dfeb75-f51c-4a76-acdb-990e703e28ab} TCPHandler: Processed in 0.00145571 sec. 2026.04.10 22:26:41.931428 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:41.931519 [ 6 ] {0b6cf6e3-b74f-427e-bcf1-6e6f21328ed7} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:26:41.931573 [ 6 ] {0b6cf6e3-b74f-427e-bcf1-6e6f21328ed7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:26:41.931679 [ 197 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 2294 rows, containing 5 columns (5 merged, 0 gathered) in 0.001808287 sec., 1268603.932893396 rows/sec., 94.06 MiB/sec. 2026.04.10 22:26:41.931893 [ 188 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.04.10 22:26:41.932174 [ 188 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_36_7} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:26:41.932254 [ 188 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_36_7} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.04.10 22:26:41.932337 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. 2026.04.10 22:26:41.932347 [ 6 ] {0b6cf6e3-b74f-427e-bcf1-6e6f21328ed7} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:41.932388 [ 6 ] {0b6cf6e3-b74f-427e-bcf1-6e6f21328ed7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:41.932931 [ 6 ] {0b6cf6e3-b74f-427e-bcf1-6e6f21328ed7} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.04.10 22:26:41.933158 [ 6 ] {0b6cf6e3-b74f-427e-bcf1-6e6f21328ed7} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:26:41.933292 [ 6 ] {0b6cf6e3-b74f-427e-bcf1-6e6f21328ed7} executeQuery: Read 18 rows, 33.03 KiB in 0.001791 sec., 10050.251256281406 rows/sec., 18.01 MiB/sec. 2026.04.10 22:26:41.933345 [ 6 ] {0b6cf6e3-b74f-427e-bcf1-6e6f21328ed7} TCPHandler: Processed in 0.00196579 sec. 2026.04.10 22:26:41.933456 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:41.933550 [ 6 ] {fdbfa644-6200-4bbb-ac5e-47806b7e7af6} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:26:41.933590 [ 6 ] {fdbfa644-6200-4bbb-ac5e-47806b7e7af6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:26:41.933918 [ 6 ] {fdbfa644-6200-4bbb-ac5e-47806b7e7af6} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:41.933952 [ 6 ] {fdbfa644-6200-4bbb-ac5e-47806b7e7af6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:41.934250 [ 6 ] {fdbfa644-6200-4bbb-ac5e-47806b7e7af6} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.04.10 22:26:41.934466 [ 6 ] {fdbfa644-6200-4bbb-ac5e-47806b7e7af6} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:26:41.934588 [ 6 ] {fdbfa644-6200-4bbb-ac5e-47806b7e7af6} executeQuery: Read 60 rows, 4.14 KiB in 0.001057 sec., 56764.42762535478 rows/sec., 3.83 MiB/sec. 2026.04.10 22:26:41.934622 [ 6 ] {fdbfa644-6200-4bbb-ac5e-47806b7e7af6} TCPHandler: Processed in 0.001215545 sec. 2026.04.10 22:26:43.077552 [ 37 ] {} oximeter.measurements_f64 (58e3eb3a-a7ad-4b02-bedb-c669836543a8) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.04.10 22:26:43.077624 [ 37 ] {} oximeter.measurements_f64 (58e3eb3a-a7ad-4b02-bedb-c669836543a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:43.077647 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:43.077759 [ 197 ] {58e3eb3a-a7ad-4b02-bedb-c669836543a8::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.10 22:26:43.077927 [ 197 ] {58e3eb3a-a7ad-4b02-bedb-c669836543a8::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:26:43.077978 [ 197 ] {58e3eb3a-a7ad-4b02-bedb-c669836543a8::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part 2026.04.10 22:26:43.078072 [ 197 ] {58e3eb3a-a7ad-4b02-bedb-c669836543a8::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part 2026.04.10 22:26:43.078137 [ 197 ] {58e3eb3a-a7ad-4b02-bedb-c669836543a8::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.10 22:26:43.078201 [ 197 ] {58e3eb3a-a7ad-4b02-bedb-c669836543a8::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part 2026.04.10 22:26:43.078258 [ 197 ] {58e3eb3a-a7ad-4b02-bedb-c669836543a8::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part 2026.04.10 22:26:43.079171 [ 190 ] {58e3eb3a-a7ad-4b02-bedb-c669836543a8::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 9 rows, containing 4 columns (4 merged, 0 gathered) in 0.001458999 sec., 6168.612864025266 rows/sec., 412.98 KiB/sec. 2026.04.10 22:26:43.079469 [ 190 ] {58e3eb3a-a7ad-4b02-bedb-c669836543a8::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.04.10 22:26:43.079882 [ 190 ] {58e3eb3a-a7ad-4b02-bedb-c669836543a8::all_1_9_2} oximeter.measurements_f64 (58e3eb3a-a7ad-4b02-bedb-c669836543a8): 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.10 22:26:43.079955 [ 190 ] {58e3eb3a-a7ad-4b02-bedb-c669836543a8::all_1_9_2} oximeter.measurements_f64 (58e3eb3a-a7ad-4b02-bedb-c669836543a8) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.04.10 22:26:43.080039 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.04.10 22:26:44.023477 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:44.023676 [ 6 ] {a37b24e2-56f4-4756-a5d5-165590b094ee} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.10 22:26:44.023746 [ 6 ] {a37b24e2-56f4-4756-a5d5-165590b094ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.10 22:26:44.024386 [ 6 ] {a37b24e2-56f4-4756-a5d5-165590b094ee} oximeter.fields_ipaddr (b4784700-91f7-4af4-af29-376f839f9b40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:44.024438 [ 6 ] {a37b24e2-56f4-4756-a5d5-165590b094ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:44.024830 [ 6 ] {a37b24e2-56f4-4756-a5d5-165590b094ee} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.10 22:26:44.025075 [ 6 ] {a37b24e2-56f4-4756-a5d5-165590b094ee} oximeter.fields_ipaddr (b4784700-91f7-4af4-af29-376f839f9b40): 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.10 22:26:44.025240 [ 6 ] {a37b24e2-56f4-4756-a5d5-165590b094ee} executeQuery: Read 4 rows, 334.00 B in 0.001615 sec., 2476.780185758514 rows/sec., 201.96 KiB/sec. 2026.04.10 22:26:44.025291 [ 6 ] {a37b24e2-56f4-4756-a5d5-165590b094ee} TCPHandler: Processed in 0.001947849 sec. 2026.04.10 22:26:44.025423 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:44.025527 [ 6 ] {f6290a3d-1ccf-423a-af9b-ab78ce86a155} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:26:44.025571 [ 6 ] {f6290a3d-1ccf-423a-af9b-ab78ce86a155} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:26:44.027130 [ 6 ] {f6290a3d-1ccf-423a-af9b-ab78ce86a155} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:44.027168 [ 6 ] {f6290a3d-1ccf-423a-af9b-ab78ce86a155} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:44.027650 [ 6 ] {f6290a3d-1ccf-423a-af9b-ab78ce86a155} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.04.10 22:26:44.027867 [ 6 ] {f6290a3d-1ccf-423a-af9b-ab78ce86a155} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:26:44.028007 [ 6 ] {f6290a3d-1ccf-423a-af9b-ab78ce86a155} executeQuery: Read 2453 rows, 186.18 KiB in 0.002504 sec., 979632.5878594249 rows/sec., 72.61 MiB/sec. 2026.04.10 22:26:44.028049 [ 6 ] {f6290a3d-1ccf-423a-af9b-ab78ce86a155} TCPHandler: Processed in 0.002679644 sec. 2026.04.10 22:26:44.028170 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:44.028272 [ 6 ] {bca7cd09-7009-4a84-af47-6700a31c4f07} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:26:44.028315 [ 6 ] {bca7cd09-7009-4a84-af47-6700a31c4f07} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:26:44.028741 [ 6 ] {bca7cd09-7009-4a84-af47-6700a31c4f07} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:44.028778 [ 6 ] {bca7cd09-7009-4a84-af47-6700a31c4f07} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:44.029089 [ 6 ] {bca7cd09-7009-4a84-af47-6700a31c4f07} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.04.10 22:26:44.029304 [ 6 ] {bca7cd09-7009-4a84-af47-6700a31c4f07} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:26:44.029440 [ 6 ] {bca7cd09-7009-4a84-af47-6700a31c4f07} executeQuery: Read 38 rows, 2.84 KiB in 0.00119 sec., 31932.773109243695 rows/sec., 2.33 MiB/sec. 2026.04.10 22:26:44.029478 [ 6 ] {bca7cd09-7009-4a84-af47-6700a31c4f07} TCPHandler: Processed in 0.001359008 sec. 2026.04.10 22:26:44.029590 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:44.029687 [ 6 ] {79f5d8cc-984f-4e21-9229-c299ef6b6e8b} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.10 22:26:44.029729 [ 6 ] {79f5d8cc-984f-4e21-9229-c299ef6b6e8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.10 22:26:44.030407 [ 6 ] {79f5d8cc-984f-4e21-9229-c299ef6b6e8b} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:44.030444 [ 6 ] {79f5d8cc-984f-4e21-9229-c299ef6b6e8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:44.030780 [ 6 ] {79f5d8cc-984f-4e21-9229-c299ef6b6e8b} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.10 22:26:44.030998 [ 6 ] {79f5d8cc-984f-4e21-9229-c299ef6b6e8b} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002): 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.10 22:26:44.031126 [ 6 ] {79f5d8cc-984f-4e21-9229-c299ef6b6e8b} executeQuery: Read 801 rows, 47.38 KiB in 0.001459 sec., 549006.168608636 rows/sec., 31.71 MiB/sec. 2026.04.10 22:26:44.031164 [ 6 ] {79f5d8cc-984f-4e21-9229-c299ef6b6e8b} TCPHandler: Processed in 0.001623933 sec. 2026.04.10 22:26:44.031282 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:44.031388 [ 6 ] {aa9b322b-45ec-49c0-b235-dc9d3e307cd8} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.04.10 22:26:44.031428 [ 6 ] {aa9b322b-45ec-49c0-b235-dc9d3e307cd8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.04.10 22:26:44.031809 [ 6 ] {aa9b322b-45ec-49c0-b235-dc9d3e307cd8} oximeter.fields_u64 (afb0d53c-68be-41f0-aba9-0a79183ebbbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:44.031844 [ 6 ] {aa9b322b-45ec-49c0-b235-dc9d3e307cd8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:44.032137 [ 6 ] {aa9b322b-45ec-49c0-b235-dc9d3e307cd8} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.10 22:26:44.032357 [ 6 ] {aa9b322b-45ec-49c0-b235-dc9d3e307cd8} oximeter.fields_u64 (afb0d53c-68be-41f0-aba9-0a79183ebbbe): 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.10 22:26:44.032484 [ 6 ] {aa9b322b-45ec-49c0-b235-dc9d3e307cd8} executeQuery: Read 1 rows, 72.00 B in 0.001115 sec., 896.8609865470851 rows/sec., 63.06 KiB/sec. 2026.04.10 22:26:44.032522 [ 6 ] {aa9b322b-45ec-49c0-b235-dc9d3e307cd8} TCPHandler: Processed in 0.001289246 sec. 2026.04.10 22:26:44.032623 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:44.032716 [ 6 ] {dc5e1a5d-9979-405b-a67c-7e4c48fdf60e} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:26:44.032756 [ 6 ] {dc5e1a5d-9979-405b-a67c-7e4c48fdf60e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:26:44.033574 [ 6 ] {dc5e1a5d-9979-405b-a67c-7e4c48fdf60e} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:44.033610 [ 6 ] {dc5e1a5d-9979-405b-a67c-7e4c48fdf60e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:44.033984 [ 6 ] {dc5e1a5d-9979-405b-a67c-7e4c48fdf60e} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.04.10 22:26:44.034191 [ 6 ] {dc5e1a5d-9979-405b-a67c-7e4c48fdf60e} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:26:44.034322 [ 6 ] {dc5e1a5d-9979-405b-a67c-7e4c48fdf60e} executeQuery: Read 1317 rows, 90.28 KiB in 0.001623 sec., 811460.2587800369 rows/sec., 54.32 MiB/sec. 2026.04.10 22:26:44.034359 [ 6 ] {dc5e1a5d-9979-405b-a67c-7e4c48fdf60e} TCPHandler: Processed in 0.001785486 sec. 2026.04.10 22:26:44.034459 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:44.034552 [ 6 ] {047eb28b-a981-4581-b3cd-787bf126e7a2} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:26:44.034596 [ 6 ] {047eb28b-a981-4581-b3cd-787bf126e7a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:26:44.035278 [ 6 ] {047eb28b-a981-4581-b3cd-787bf126e7a2} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:44.035314 [ 6 ] {047eb28b-a981-4581-b3cd-787bf126e7a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:44.035735 [ 6 ] {047eb28b-a981-4581-b3cd-787bf126e7a2} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.04.10 22:26:44.035942 [ 6 ] {047eb28b-a981-4581-b3cd-787bf126e7a2} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:26:44.036072 [ 6 ] {047eb28b-a981-4581-b3cd-787bf126e7a2} executeQuery: Read 1530 rows, 95.33 KiB in 0.001538 sec., 994798.4395318595 rows/sec., 60.53 MiB/sec. 2026.04.10 22:26:44.036109 [ 6 ] {047eb28b-a981-4581-b3cd-787bf126e7a2} TCPHandler: Processed in 0.001698474 sec. 2026.04.10 22:26:44.036221 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:44.036316 [ 6 ] {759c3b1f-a08d-4d59-8979-57723e9d516c} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:26:44.036371 [ 6 ] {759c3b1f-a08d-4d59-8979-57723e9d516c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:26:44.037189 [ 6 ] {759c3b1f-a08d-4d59-8979-57723e9d516c} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:44.037225 [ 6 ] {759c3b1f-a08d-4d59-8979-57723e9d516c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:44.037763 [ 6 ] {759c3b1f-a08d-4d59-8979-57723e9d516c} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.04.10 22:26:44.038002 [ 6 ] {759c3b1f-a08d-4d59-8979-57723e9d516c} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:26:44.038137 [ 6 ] {759c3b1f-a08d-4d59-8979-57723e9d516c} executeQuery: Read 34 rows, 62.39 KiB in 0.001841 sec., 18468.22379141771 rows/sec., 33.09 MiB/sec. 2026.04.10 22:26:44.038190 [ 6 ] {759c3b1f-a08d-4d59-8979-57723e9d516c} TCPHandler: Processed in 0.002018381 sec. 2026.04.10 22:26:44.038305 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:44.038401 [ 6 ] {40114cc8-9170-4ee4-b66d-a92e34fca791} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:26:44.038443 [ 6 ] {40114cc8-9170-4ee4-b66d-a92e34fca791} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:26:44.038766 [ 6 ] {40114cc8-9170-4ee4-b66d-a92e34fca791} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:44.038801 [ 6 ] {40114cc8-9170-4ee4-b66d-a92e34fca791} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:44.039098 [ 6 ] {40114cc8-9170-4ee4-b66d-a92e34fca791} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.04.10 22:26:44.039309 [ 6 ] {40114cc8-9170-4ee4-b66d-a92e34fca791} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:26:44.039436 [ 6 ] {40114cc8-9170-4ee4-b66d-a92e34fca791} executeQuery: Read 24 rows, 1.66 KiB in 0.001054 sec., 22770.398481973432 rows/sec., 1.53 MiB/sec. 2026.04.10 22:26:44.039472 [ 6 ] {40114cc8-9170-4ee4-b66d-a92e34fca791} TCPHandler: Processed in 0.001216495 sec. 2026.04.10 22:26:46.921061 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:46.921242 [ 6 ] {a6dc5067-344c-4e1f-95ed-2bf14446b5a2} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:26:46.921305 [ 6 ] {a6dc5067-344c-4e1f-95ed-2bf14446b5a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:26:46.921973 [ 6 ] {a6dc5067-344c-4e1f-95ed-2bf14446b5a2} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:46.922012 [ 6 ] {a6dc5067-344c-4e1f-95ed-2bf14446b5a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:46.922398 [ 6 ] {a6dc5067-344c-4e1f-95ed-2bf14446b5a2} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.04.10 22:26:46.922622 [ 6 ] {a6dc5067-344c-4e1f-95ed-2bf14446b5a2} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:26:46.922776 [ 6 ] {a6dc5067-344c-4e1f-95ed-2bf14446b5a2} executeQuery: Read 56 rows, 4.41 KiB in 0.001586 sec., 35308.95334174023 rows/sec., 2.71 MiB/sec. 2026.04.10 22:26:46.922817 [ 6 ] {a6dc5067-344c-4e1f-95ed-2bf14446b5a2} TCPHandler: Processed in 0.001880549 sec. 2026.04.10 22:26:46.922936 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:46.923031 [ 6 ] {22b37d7f-2bc9-428f-81fd-1b3bb970092b} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:26:46.923071 [ 6 ] {22b37d7f-2bc9-428f-81fd-1b3bb970092b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:26:46.923530 [ 6 ] {22b37d7f-2bc9-428f-81fd-1b3bb970092b} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:46.923566 [ 6 ] {22b37d7f-2bc9-428f-81fd-1b3bb970092b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:46.923866 [ 6 ] {22b37d7f-2bc9-428f-81fd-1b3bb970092b} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.04.10 22:26:46.924103 [ 6 ] {22b37d7f-2bc9-428f-81fd-1b3bb970092b} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:26:46.924234 [ 6 ] {22b37d7f-2bc9-428f-81fd-1b3bb970092b} executeQuery: Read 64 rows, 5.12 KiB in 0.001221 sec., 52416.052416052415 rows/sec., 4.09 MiB/sec. 2026.04.10 22:26:46.924271 [ 6 ] {22b37d7f-2bc9-428f-81fd-1b3bb970092b} TCPHandler: Processed in 0.001383708 sec. 2026.04.10 22:26:46.924392 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:46.924486 [ 6 ] {f5cfcefc-a94f-442e-8b35-15039ab491ff} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:26:46.924528 [ 6 ] {f5cfcefc-a94f-442e-8b35-15039ab491ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:26:46.924906 [ 6 ] {f5cfcefc-a94f-442e-8b35-15039ab491ff} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:46.924940 [ 6 ] {f5cfcefc-a94f-442e-8b35-15039ab491ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:46.925251 [ 6 ] {f5cfcefc-a94f-442e-8b35-15039ab491ff} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.04.10 22:26:46.925459 [ 6 ] {f5cfcefc-a94f-442e-8b35-15039ab491ff} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:26:46.925559 [ 31 ] {} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.04.10 22:26:46.925584 [ 6 ] {f5cfcefc-a94f-442e-8b35-15039ab491ff} executeQuery: Read 96 rows, 6.85 KiB in 0.001117 sec., 85944.49418084155 rows/sec., 5.99 MiB/sec. 2026.04.10 22:26:46.925597 [ 31 ] {} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:46.925618 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:46.925621 [ 6 ] {f5cfcefc-a94f-442e-8b35-15039ab491ff} TCPHandler: Processed in 0.001281446 sec. 2026.04.10 22:26:46.925730 [ 188 ] {44193040-72a9-44ec-a565-c534b9f3dcff::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.10 22:26:46.925743 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:46.925859 [ 6 ] {c59d565b-8cf8-486e-895c-925578f9f397} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:26:46.925876 [ 188 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:26:46.925899 [ 6 ] {c59d565b-8cf8-486e-895c-925578f9f397} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:26:46.925917 [ 188 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 12061 rows starting from the beginning of the part 2026.04.10 22:26:46.925988 [ 188 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 199 rows starting from the beginning of the part 2026.04.10 22:26:46.926044 [ 188 ] {44193040-72a9-44ec-a565-c534b9f3dcff::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.10 22:26:46.926098 [ 188 ] {44193040-72a9-44ec-a565-c534b9f3dcff::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.10 22:26:46.926137 [ 188 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1530 rows starting from the beginning of the part 2026.04.10 22:26:46.926187 [ 188 ] {44193040-72a9-44ec-a565-c534b9f3dcff::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.10 22:26:46.926247 [ 6 ] {c59d565b-8cf8-486e-895c-925578f9f397} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:46.926286 [ 6 ] {c59d565b-8cf8-486e-895c-925578f9f397} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:46.926627 [ 6 ] {c59d565b-8cf8-486e-895c-925578f9f397} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.04.10 22:26:46.926833 [ 6 ] {c59d565b-8cf8-486e-895c-925578f9f397} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:26:46.926962 [ 6 ] {c59d565b-8cf8-486e-895c-925578f9f397} executeQuery: Read 36 rows, 2.48 KiB in 0.001122 sec., 32085.561497326205 rows/sec., 2.16 MiB/sec. 2026.04.10 22:26:46.926997 [ 6 ] {c59d565b-8cf8-486e-895c-925578f9f397} TCPHandler: Processed in 0.001301226 sec. 2026.04.10 22:26:46.929813 [ 190 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 14206 rows, containing 5 columns (5 merged, 0 gathered) in 0.004132244 sec., 3437841.5214590426 rows/sec., 223.12 MiB/sec. 2026.04.10 22:26:46.930336 [ 191 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.04.10 22:26:46.930609 [ 191 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_36_7} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:26:46.930697 [ 191 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_36_7} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.04.10 22:26:46.930778 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.50 MiB. 2026.04.10 22:26:48.053459 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 13950 2026.04.10 22:26:48.053963 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:48.054009 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:48.054495 [ 245 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.04.10 22:26:48.054741 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): 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.10 22:26:48.054883 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13950 2026.04.10 22:26:48.772107 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 2026.04.10 22:26:48.789181 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:48.789235 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:48.794907 [ 244 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.04.10 22:26:48.795596 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): 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.10 22:26:48.798320 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 219 2026.04.10 22:26:50.595684 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 784 2026.04.10 22:26:50.598390 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:50.598445 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:50.599750 [ 243 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.10 22:26:50.600060 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): 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.10 22:26:50.600276 [ 74 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.04.10 22:26:50.600356 [ 74 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:50.600357 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 784 2026.04.10 22:26:50.600382 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:50.600495 [ 191 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::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.10 22:26:50.601001 [ 191 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:26:50.601136 [ 191 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 594 rows starting from the beginning of the part 2026.04.10 22:26:50.601527 [ 191 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 46 rows starting from the beginning of the part 2026.04.10 22:26:50.601909 [ 191 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 38 rows starting from the beginning of the part 2026.04.10 22:26:50.602279 [ 191 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 30 rows starting from the beginning of the part 2026.04.10 22:26:50.602833 [ 191 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 38 rows starting from the beginning of the part 2026.04.10 22:26:50.603385 [ 191 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 38 rows starting from the beginning of the part 2026.04.10 22:26:50.611703 [ 190 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 784 rows, containing 72 columns (72 merged, 0 gathered) in 0.011246407 sec., 69711.15308204656 rows/sec., 61.99 MiB/sec. 2026.04.10 22:26:50.613403 [ 189 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.04.10 22:26:50.614206 [ 189 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_21_4} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): 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.10 22:26:50.614302 [ 189 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_21_4} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.04.10 22:26:50.614673 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.27 MiB. 2026.04.10 22:26:51.926627 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:51.926823 [ 6 ] {04e2d97b-e49b-49e0-8b9e-d3547ef1b749} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:26:51.926897 [ 6 ] {04e2d97b-e49b-49e0-8b9e-d3547ef1b749} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:26:51.927573 [ 6 ] {04e2d97b-e49b-49e0-8b9e-d3547ef1b749} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:51.927620 [ 6 ] {04e2d97b-e49b-49e0-8b9e-d3547ef1b749} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:51.928023 [ 6 ] {04e2d97b-e49b-49e0-8b9e-d3547ef1b749} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.04.10 22:26:51.928256 [ 6 ] {04e2d97b-e49b-49e0-8b9e-d3547ef1b749} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:26:51.928410 [ 6 ] {04e2d97b-e49b-49e0-8b9e-d3547ef1b749} executeQuery: Read 92 rows, 7.96 KiB in 0.001643 sec., 55995.13085818625 rows/sec., 4.73 MiB/sec. 2026.04.10 22:26:51.928452 [ 6 ] {04e2d97b-e49b-49e0-8b9e-d3547ef1b749} TCPHandler: Processed in 0.001966829 sec. 2026.04.10 22:26:51.928575 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:51.928670 [ 6 ] {8ed1ad4f-5b15-4812-827c-50d27b4e7e47} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:26:51.928711 [ 6 ] {8ed1ad4f-5b15-4812-827c-50d27b4e7e47} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:26:51.929116 [ 6 ] {8ed1ad4f-5b15-4812-827c-50d27b4e7e47} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:51.929151 [ 6 ] {8ed1ad4f-5b15-4812-827c-50d27b4e7e47} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:51.929481 [ 6 ] {8ed1ad4f-5b15-4812-827c-50d27b4e7e47} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.04.10 22:26:51.929696 [ 6 ] {8ed1ad4f-5b15-4812-827c-50d27b4e7e47} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:26:51.929823 [ 6 ] {8ed1ad4f-5b15-4812-827c-50d27b4e7e47} executeQuery: Read 18 rows, 1.35 KiB in 0.001171 sec., 15371.477369769429 rows/sec., 1.13 MiB/sec. 2026.04.10 22:26:51.929859 [ 6 ] {8ed1ad4f-5b15-4812-827c-50d27b4e7e47} TCPHandler: Processed in 0.001334827 sec. 2026.04.10 22:26:51.929969 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:51.930062 [ 6 ] {85fe9e49-7f1b-4f4e-ad45-a39a0cf55d5d} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:26:51.930102 [ 6 ] {85fe9e49-7f1b-4f4e-ad45-a39a0cf55d5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:26:51.930522 [ 6 ] {85fe9e49-7f1b-4f4e-ad45-a39a0cf55d5d} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:51.930555 [ 6 ] {85fe9e49-7f1b-4f4e-ad45-a39a0cf55d5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:51.930858 [ 6 ] {85fe9e49-7f1b-4f4e-ad45-a39a0cf55d5d} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.04.10 22:26:51.931072 [ 6 ] {85fe9e49-7f1b-4f4e-ad45-a39a0cf55d5d} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:26:51.931199 [ 6 ] {85fe9e49-7f1b-4f4e-ad45-a39a0cf55d5d} executeQuery: Read 82 rows, 6.56 KiB in 0.001155 sec., 70995.670995671 rows/sec., 5.54 MiB/sec. 2026.04.10 22:26:51.931235 [ 6 ] {85fe9e49-7f1b-4f4e-ad45-a39a0cf55d5d} TCPHandler: Processed in 0.001315727 sec. 2026.04.10 22:26:51.931345 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:51.931439 [ 6 ] {3791a414-4f7a-44c4-920d-7464bf210062} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:26:51.931482 [ 6 ] {3791a414-4f7a-44c4-920d-7464bf210062} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:26:51.931893 [ 6 ] {3791a414-4f7a-44c4-920d-7464bf210062} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:51.931926 [ 6 ] {3791a414-4f7a-44c4-920d-7464bf210062} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:51.932254 [ 6 ] {3791a414-4f7a-44c4-920d-7464bf210062} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.04.10 22:26:51.932464 [ 6 ] {3791a414-4f7a-44c4-920d-7464bf210062} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:26:51.932589 [ 6 ] {3791a414-4f7a-44c4-920d-7464bf210062} executeQuery: Read 160 rows, 11.41 KiB in 0.001169 sec., 136869.11890504707 rows/sec., 9.53 MiB/sec. 2026.04.10 22:26:51.932625 [ 6 ] {3791a414-4f7a-44c4-920d-7464bf210062} TCPHandler: Processed in 0.001329047 sec. 2026.04.10 22:26:51.932737 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:51.932830 [ 6 ] {f0ffa53e-fe10-46d4-9fb2-61c1aa0453ea} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:26:51.932883 [ 6 ] {f0ffa53e-fe10-46d4-9fb2-61c1aa0453ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:26:51.933656 [ 6 ] {f0ffa53e-fe10-46d4-9fb2-61c1aa0453ea} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:51.933690 [ 6 ] {f0ffa53e-fe10-46d4-9fb2-61c1aa0453ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:51.934230 [ 6 ] {f0ffa53e-fe10-46d4-9fb2-61c1aa0453ea} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.04.10 22:26:51.934457 [ 6 ] {f0ffa53e-fe10-46d4-9fb2-61c1aa0453ea} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:26:51.934589 [ 6 ] {f0ffa53e-fe10-46d4-9fb2-61c1aa0453ea} executeQuery: Read 18 rows, 33.03 KiB in 0.001778 sec., 10123.734533183351 rows/sec., 18.14 MiB/sec. 2026.04.10 22:26:51.934639 [ 6 ] {f0ffa53e-fe10-46d4-9fb2-61c1aa0453ea} TCPHandler: Processed in 0.001951519 sec. 2026.04.10 22:26:51.934752 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:51.934846 [ 6 ] {6d9b8d59-fb33-4bbd-9cee-98d12dc49435} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:26:51.934887 [ 6 ] {6d9b8d59-fb33-4bbd-9cee-98d12dc49435} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:26:51.935221 [ 6 ] {6d9b8d59-fb33-4bbd-9cee-98d12dc49435} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:51.935254 [ 6 ] {6d9b8d59-fb33-4bbd-9cee-98d12dc49435} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:51.935543 [ 6 ] {6d9b8d59-fb33-4bbd-9cee-98d12dc49435} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.04.10 22:26:51.935739 [ 6 ] {6d9b8d59-fb33-4bbd-9cee-98d12dc49435} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:26:51.935822 [ 107 ] {} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.04.10 22:26:51.935855 [ 6 ] {6d9b8d59-fb33-4bbd-9cee-98d12dc49435} executeQuery: Read 60 rows, 4.14 KiB in 0.001059 sec., 56657.22379603399 rows/sec., 3.82 MiB/sec. 2026.04.10 22:26:51.935855 [ 107 ] {} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:51.935884 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:51.935888 [ 6 ] {6d9b8d59-fb33-4bbd-9cee-98d12dc49435} TCPHandler: Processed in 0.001220005 sec. 2026.04.10 22:26:51.936008 [ 202 ] {d011da2b-2502-4d0a-9756-3e9226add765::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.10 22:26:51.936161 [ 202 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:26:51.936197 [ 202 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1368 rows starting from the beginning of the part 2026.04.10 22:26:51.936262 [ 202 ] {d011da2b-2502-4d0a-9756-3e9226add765::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.10 22:26:51.936374 [ 202 ] {d011da2b-2502-4d0a-9756-3e9226add765::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.10 22:26:51.936420 [ 202 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 24 rows starting from the beginning of the part 2026.04.10 22:26:51.936466 [ 202 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 36 rows starting from the beginning of the part 2026.04.10 22:26:51.936510 [ 202 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part 2026.04.10 22:26:51.937546 [ 194 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1608 rows, containing 4 columns (4 merged, 0 gathered) in 0.001561962 sec., 1029474.4686490452 rows/sec., 67.27 MiB/sec. 2026.04.10 22:26:51.937727 [ 202 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.04.10 22:26:51.937967 [ 202 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_36_7} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:26:51.938039 [ 202 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_36_7} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.04.10 22:26:51.938108 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2026.04.10 22:26:55.407665 [ 136 ] {} DNSResolver: Updating DNS cache 2026.04.10 22:26:55.407728 [ 136 ] {} DNSResolver: Updated DNS cache 2026.04.10 22:26:55.555001 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 14398 2026.04.10 22:26:55.555512 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:55.555561 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:55.556054 [ 245 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.04.10 22:26:55.556298 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): 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.10 22:26:55.556440 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14398 2026.04.10 22:26:56.298446 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 226 2026.04.10 22:26:56.317147 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:56.317208 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:56.322829 [ 244 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.04.10 22:26:56.323526 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): 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.10 22:26:56.326632 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 226 2026.04.10 22:26:56.925523 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:56.925724 [ 6 ] {57623de4-a586-4e69-88fe-e127cb8f7845} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:26:56.925798 [ 6 ] {57623de4-a586-4e69-88fe-e127cb8f7845} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:26:56.926531 [ 6 ] {57623de4-a586-4e69-88fe-e127cb8f7845} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:56.926579 [ 6 ] {57623de4-a586-4e69-88fe-e127cb8f7845} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:56.926980 [ 6 ] {57623de4-a586-4e69-88fe-e127cb8f7845} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.04.10 22:26:56.927213 [ 6 ] {57623de4-a586-4e69-88fe-e127cb8f7845} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:26:56.927367 [ 6 ] {57623de4-a586-4e69-88fe-e127cb8f7845} executeQuery: Read 102 rows, 8.74 KiB in 0.0017 sec., 60000 rows/sec., 5.02 MiB/sec. 2026.04.10 22:26:56.927410 [ 6 ] {57623de4-a586-4e69-88fe-e127cb8f7845} TCPHandler: Processed in 0.002031181 sec. 2026.04.10 22:26:56.927528 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:56.927622 [ 6 ] {1c98abd6-4c4a-4a07-ba8c-75d686ed9c5d} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:26:56.927662 [ 6 ] {1c98abd6-4c4a-4a07-ba8c-75d686ed9c5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:26:56.928061 [ 6 ] {1c98abd6-4c4a-4a07-ba8c-75d686ed9c5d} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:56.928097 [ 6 ] {1c98abd6-4c4a-4a07-ba8c-75d686ed9c5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:56.928384 [ 6 ] {1c98abd6-4c4a-4a07-ba8c-75d686ed9c5d} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.04.10 22:26:56.928600 [ 6 ] {1c98abd6-4c4a-4a07-ba8c-75d686ed9c5d} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:26:56.928727 [ 6 ] {1c98abd6-4c4a-4a07-ba8c-75d686ed9c5d} executeQuery: Read 23 rows, 1.73 KiB in 0.001124 sec., 20462.633451957296 rows/sec., 1.50 MiB/sec. 2026.04.10 22:26:56.928764 [ 6 ] {1c98abd6-4c4a-4a07-ba8c-75d686ed9c5d} TCPHandler: Processed in 0.001283916 sec. 2026.04.10 22:26:56.928889 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:56.929014 [ 6 ] {90340f0a-ddef-4e77-bb47-c28aaade21fb} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:26:56.929061 [ 6 ] {90340f0a-ddef-4e77-bb47-c28aaade21fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:26:56.929514 [ 6 ] {90340f0a-ddef-4e77-bb47-c28aaade21fb} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:56.929550 [ 6 ] {90340f0a-ddef-4e77-bb47-c28aaade21fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:56.929855 [ 6 ] {90340f0a-ddef-4e77-bb47-c28aaade21fb} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.04.10 22:26:56.930065 [ 6 ] {90340f0a-ddef-4e77-bb47-c28aaade21fb} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:26:56.930191 [ 6 ] {90340f0a-ddef-4e77-bb47-c28aaade21fb} executeQuery: Read 87 rows, 6.96 KiB in 0.001201 sec., 72439.63363863446 rows/sec., 5.66 MiB/sec. 2026.04.10 22:26:56.930228 [ 6 ] {90340f0a-ddef-4e77-bb47-c28aaade21fb} TCPHandler: Processed in 0.001405739 sec. 2026.04.10 22:26:56.930334 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:56.930426 [ 6 ] {22c3b5c6-cb03-4b29-a7bf-e96165ed19a3} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:26:56.930469 [ 6 ] {22c3b5c6-cb03-4b29-a7bf-e96165ed19a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:26:56.930861 [ 6 ] {22c3b5c6-cb03-4b29-a7bf-e96165ed19a3} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:56.930896 [ 6 ] {22c3b5c6-cb03-4b29-a7bf-e96165ed19a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:56.931209 [ 6 ] {22c3b5c6-cb03-4b29-a7bf-e96165ed19a3} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.04.10 22:26:56.931421 [ 6 ] {22c3b5c6-cb03-4b29-a7bf-e96165ed19a3} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:26:56.931555 [ 6 ] {22c3b5c6-cb03-4b29-a7bf-e96165ed19a3} executeQuery: Read 160 rows, 11.41 KiB in 0.001147 sec., 139494.33304272013 rows/sec., 9.72 MiB/sec. 2026.04.10 22:26:56.931591 [ 6 ] {22c3b5c6-cb03-4b29-a7bf-e96165ed19a3} TCPHandler: Processed in 0.001305376 sec. 2026.04.10 22:26:56.931697 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:56.931789 [ 6 ] {eb47c2e9-c003-48a7-9956-cdc23504de56} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:26:56.931843 [ 6 ] {eb47c2e9-c003-48a7-9956-cdc23504de56} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:26:56.932635 [ 6 ] {eb47c2e9-c003-48a7-9956-cdc23504de56} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:56.932670 [ 6 ] {eb47c2e9-c003-48a7-9956-cdc23504de56} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:56.933183 [ 6 ] {eb47c2e9-c003-48a7-9956-cdc23504de56} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.04.10 22:26:56.933405 [ 6 ] {eb47c2e9-c003-48a7-9956-cdc23504de56} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:26:56.933538 [ 6 ] {eb47c2e9-c003-48a7-9956-cdc23504de56} executeQuery: Read 23 rows, 42.20 KiB in 0.001767 sec., 13016.411997736277 rows/sec., 23.32 MiB/sec. 2026.04.10 22:26:56.933597 [ 6 ] {eb47c2e9-c003-48a7-9956-cdc23504de56} TCPHandler: Processed in 0.00194612 sec. 2026.04.10 22:26:56.933705 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:26:56.933803 [ 6 ] {7086f7f6-90be-4fb5-b9b6-067f554f73e1} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:26:56.933862 [ 6 ] {7086f7f6-90be-4fb5-b9b6-067f554f73e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:26:56.934198 [ 6 ] {7086f7f6-90be-4fb5-b9b6-067f554f73e1} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:26:56.934234 [ 6 ] {7086f7f6-90be-4fb5-b9b6-067f554f73e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:26:56.934528 [ 6 ] {7086f7f6-90be-4fb5-b9b6-067f554f73e1} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.04.10 22:26:56.934727 [ 6 ] {7086f7f6-90be-4fb5-b9b6-067f554f73e1} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:26:56.934863 [ 6 ] {7086f7f6-90be-4fb5-b9b6-067f554f73e1} executeQuery: Read 60 rows, 4.14 KiB in 0.001079 sec., 55607.04355885078 rows/sec., 3.75 MiB/sec. 2026.04.10 22:26:56.934898 [ 6 ] {7086f7f6-90be-4fb5-b9b6-067f554f73e1} TCPHandler: Processed in 0.001240795 sec. 2026.04.10 22:27:00.600620 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 808 2026.04.10 22:27:00.602733 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:00.602774 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:27:00.603921 [ 243 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.04.10 22:27:00.604190 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): 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.10 22:27:00.604448 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 808 2026.04.10 22:27:01.927582 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:01.927782 [ 6 ] {7290a9d0-cd57-420f-a105-728082278169} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.10 22:27:01.927854 [ 6 ] {7290a9d0-cd57-420f-a105-728082278169} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.10 22:27:01.928562 [ 6 ] {7290a9d0-cd57-420f-a105-728082278169} oximeter.fields_i16 (419f2eef-209c-46fc-9cc0-97b5087686b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:01.928607 [ 6 ] {7290a9d0-cd57-420f-a105-728082278169} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:27:01.928989 [ 6 ] {7290a9d0-cd57-420f-a105-728082278169} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.10 22:27:01.929213 [ 6 ] {7290a9d0-cd57-420f-a105-728082278169} oximeter.fields_i16 (419f2eef-209c-46fc-9cc0-97b5087686b9): 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.10 22:27:01.929364 [ 6 ] {7290a9d0-cd57-420f-a105-728082278169} executeQuery: Read 24 rows, 2.04 KiB in 0.001638 sec., 14652.014652014654 rows/sec., 1.22 MiB/sec. 2026.04.10 22:27:01.929406 [ 6 ] {7290a9d0-cd57-420f-a105-728082278169} TCPHandler: Processed in 0.001958739 sec. 2026.04.10 22:27:01.929534 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:01.929627 [ 6 ] {f663a39f-bdb3-49ea-a2ad-2b88b8cc1bd0} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.10 22:27:01.929667 [ 6 ] {f663a39f-bdb3-49ea-a2ad-2b88b8cc1bd0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.10 22:27:01.930052 [ 6 ] {f663a39f-bdb3-49ea-a2ad-2b88b8cc1bd0} oximeter.fields_ipaddr (b4784700-91f7-4af4-af29-376f839f9b40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:01.930087 [ 6 ] {f663a39f-bdb3-49ea-a2ad-2b88b8cc1bd0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:27:01.930379 [ 6 ] {f663a39f-bdb3-49ea-a2ad-2b88b8cc1bd0} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.10 22:27:01.930596 [ 6 ] {f663a39f-bdb3-49ea-a2ad-2b88b8cc1bd0} oximeter.fields_ipaddr (b4784700-91f7-4af4-af29-376f839f9b40): 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.10 22:27:01.930726 [ 6 ] {f663a39f-bdb3-49ea-a2ad-2b88b8cc1bd0} executeQuery: Read 2 rows, 167.00 B in 0.001117 sec., 1790.510295434199 rows/sec., 146.00 KiB/sec. 2026.04.10 22:27:01.930762 [ 6 ] {f663a39f-bdb3-49ea-a2ad-2b88b8cc1bd0} TCPHandler: Processed in 0.001282386 sec. 2026.04.10 22:27:01.930858 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:01.930957 [ 6 ] {412d1093-c504-49d8-ae76-bb4e3ebd533f} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:27:01.930996 [ 6 ] {412d1093-c504-49d8-ae76-bb4e3ebd533f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:27:01.931482 [ 6 ] {412d1093-c504-49d8-ae76-bb4e3ebd533f} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:01.931516 [ 6 ] {412d1093-c504-49d8-ae76-bb4e3ebd533f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:27:01.931813 [ 6 ] {412d1093-c504-49d8-ae76-bb4e3ebd533f} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.04.10 22:27:01.932017 [ 6 ] {412d1093-c504-49d8-ae76-bb4e3ebd533f} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:27:01.932139 [ 6 ] {412d1093-c504-49d8-ae76-bb4e3ebd533f} executeQuery: Read 213 rows, 19.50 KiB in 0.001208 sec., 176324.50331125828 rows/sec., 15.76 MiB/sec. 2026.04.10 22:27:01.932144 [ 150 ] {} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.04.10 22:27:01.932176 [ 6 ] {412d1093-c504-49d8-ae76-bb4e3ebd533f} TCPHandler: Processed in 0.001364427 sec. 2026.04.10 22:27:01.932212 [ 150 ] {} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:01.932238 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:27:01.932300 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:01.932334 [ 190 ] {15303715-e1d3-410d-9b74-21f9c069a75b::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.10 22:27:01.932396 [ 6 ] {261f740d-ee2a-45d0-82d1-e717f75a0960} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:27:01.932439 [ 6 ] {261f740d-ee2a-45d0-82d1-e717f75a0960} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:27:01.932458 [ 190 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:27:01.932504 [ 190 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 3361 rows starting from the beginning of the part 2026.04.10 22:27:01.932582 [ 190 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 2453 rows starting from the beginning of the part 2026.04.10 22:27:01.932634 [ 190 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 56 rows starting from the beginning of the part 2026.04.10 22:27:01.932687 [ 190 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 92 rows starting from the beginning of the part 2026.04.10 22:27:01.932732 [ 190 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 102 rows starting from the beginning of the part 2026.04.10 22:27:01.932777 [ 190 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 213 rows starting from the beginning of the part 2026.04.10 22:27:01.932986 [ 6 ] {261f740d-ee2a-45d0-82d1-e717f75a0960} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:01.933038 [ 6 ] {261f740d-ee2a-45d0-82d1-e717f75a0960} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:27:01.933461 [ 6 ] {261f740d-ee2a-45d0-82d1-e717f75a0960} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.04.10 22:27:01.933677 [ 6 ] {261f740d-ee2a-45d0-82d1-e717f75a0960} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:27:01.933808 [ 150 ] {} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.04.10 22:27:01.933817 [ 6 ] {261f740d-ee2a-45d0-82d1-e717f75a0960} executeQuery: Read 32 rows, 2.45 KiB in 0.001438 sec., 22253.129346314327 rows/sec., 1.67 MiB/sec. 2026.04.10 22:27:01.933849 [ 150 ] {} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:01.933873 [ 6 ] {261f740d-ee2a-45d0-82d1-e717f75a0960} TCPHandler: Processed in 0.001619702 sec. 2026.04.10 22:27:01.933875 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:27:01.933970 [ 202 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::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.10 22:27:01.933993 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:01.934060 [ 202 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:27:01.934090 [ 202 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 224 rows starting from the beginning of the part 2026.04.10 22:27:01.934094 [ 6 ] {fb39650d-e916-4f49-b723-02aa9542dfcd} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.10 22:27:01.934142 [ 6 ] {fb39650d-e916-4f49-b723-02aa9542dfcd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.10 22:27:01.934143 [ 202 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 18 rows starting from the beginning of the part 2026.04.10 22:27:01.934266 [ 202 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 38 rows starting from the beginning of the part 2026.04.10 22:27:01.934306 [ 202 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 18 rows starting from the beginning of the part 2026.04.10 22:27:01.934343 [ 202 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 23 rows starting from the beginning of the part 2026.04.10 22:27:01.934381 [ 202 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 32 rows starting from the beginning of the part 2026.04.10 22:27:01.934602 [ 6 ] {fb39650d-e916-4f49-b723-02aa9542dfcd} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:01.934644 [ 6 ] {fb39650d-e916-4f49-b723-02aa9542dfcd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:27:01.934969 [ 201 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 6277 rows, containing 5 columns (5 merged, 0 gathered) in 0.002671534 sec., 2349586.417391656 rows/sec., 187.07 MiB/sec. 2026.04.10 22:27:01.935028 [ 6 ] {fb39650d-e916-4f49-b723-02aa9542dfcd} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.10 22:27:01.935156 [ 190 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 353 rows, containing 5 columns (5 merged, 0 gathered) in 0.001218124 sec., 289789.87360892654 rows/sec., 20.66 MiB/sec. 2026.04.10 22:27:01.935304 [ 190 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.04.10 22:27:01.935313 [ 6 ] {fb39650d-e916-4f49-b723-02aa9542dfcd} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002): 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.10 22:27:01.935420 [ 200 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.04.10 22:27:01.935464 [ 6 ] {fb39650d-e916-4f49-b723-02aa9542dfcd} executeQuery: Read 24 rows, 2.04 KiB in 0.001389 sec., 17278.617710583152 rows/sec., 1.43 MiB/sec. 2026.04.10 22:27:01.935511 [ 6 ] {fb39650d-e916-4f49-b723-02aa9542dfcd} TCPHandler: Processed in 0.001568561 sec. 2026.04.10 22:27:01.935598 [ 190 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_36_7} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:27:01.935621 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:01.935676 [ 190 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_36_7} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.04.10 22:27:01.935722 [ 6 ] {bb13fcf3-9809-439e-9340-5a2431d479c0} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.10 22:27:01.935745 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.04.10 22:27:01.935767 [ 6 ] {bb13fcf3-9809-439e-9340-5a2431d479c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.10 22:27:01.935811 [ 200 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_41_8} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:27:01.935899 [ 200 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_41_8} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.04.10 22:27:01.936017 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.24 MiB. 2026.04.10 22:27:01.936179 [ 6 ] {bb13fcf3-9809-439e-9340-5a2431d479c0} oximeter.fields_u8 (db645430-3721-434f-a428-3eb1f7165166): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:01.936220 [ 6 ] {bb13fcf3-9809-439e-9340-5a2431d479c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:27:01.936557 [ 6 ] {bb13fcf3-9809-439e-9340-5a2431d479c0} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.10 22:27:01.936772 [ 6 ] {bb13fcf3-9809-439e-9340-5a2431d479c0} oximeter.fields_u8 (db645430-3721-434f-a428-3eb1f7165166): 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.10 22:27:01.936912 [ 6 ] {bb13fcf3-9809-439e-9340-5a2431d479c0} executeQuery: Read 12 rows, 960.00 B in 0.001209 sec., 9925.558312655086 rows/sec., 775.43 KiB/sec. 2026.04.10 22:27:01.936950 [ 6 ] {bb13fcf3-9809-439e-9340-5a2431d479c0} TCPHandler: Processed in 0.001379888 sec. 2026.04.10 22:27:01.937068 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:01.937161 [ 6 ] {dbfab844-1d60-4f89-91d4-d3c10dae04d5} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:27:01.937200 [ 6 ] {dbfab844-1d60-4f89-91d4-d3c10dae04d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:27:01.937642 [ 6 ] {dbfab844-1d60-4f89-91d4-d3c10dae04d5} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:01.937678 [ 6 ] {dbfab844-1d60-4f89-91d4-d3c10dae04d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:27:01.938017 [ 6 ] {dbfab844-1d60-4f89-91d4-d3c10dae04d5} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.04.10 22:27:01.938229 [ 6 ] {dbfab844-1d60-4f89-91d4-d3c10dae04d5} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:27:01.938352 [ 148 ] {} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.04.10 22:27:01.938356 [ 6 ] {dbfab844-1d60-4f89-91d4-d3c10dae04d5} executeQuery: Read 120 rows, 9.98 KiB in 0.001213 sec., 98928.27699917559 rows/sec., 8.03 MiB/sec. 2026.04.10 22:27:01.938400 [ 148 ] {} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:01.938420 [ 6 ] {dbfab844-1d60-4f89-91d4-d3c10dae04d5} TCPHandler: Processed in 0.001401388 sec. 2026.04.10 22:27:01.938428 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:27:01.938536 [ 201 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::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.10 22:27:01.938547 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:01.938659 [ 6 ] {3de89e76-dc33-4f52-9299-bc522b4fa571} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:27:01.938667 [ 201 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:27:01.938703 [ 6 ] {3de89e76-dc33-4f52-9299-bc522b4fa571} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:27:01.938711 [ 201 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1832 rows starting from the beginning of the part 2026.04.10 22:27:01.938786 [ 201 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1317 rows starting from the beginning of the part 2026.04.10 22:27:01.938833 [ 201 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 64 rows starting from the beginning of the part 2026.04.10 22:27:01.938873 [ 201 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 82 rows starting from the beginning of the part 2026.04.10 22:27:01.938912 [ 201 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::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.10 22:27:01.938951 [ 201 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 120 rows starting from the beginning of the part 2026.04.10 22:27:01.939120 [ 6 ] {3de89e76-dc33-4f52-9299-bc522b4fa571} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:01.939160 [ 6 ] {3de89e76-dc33-4f52-9299-bc522b4fa571} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:27:01.939534 [ 6 ] {3de89e76-dc33-4f52-9299-bc522b4fa571} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.04.10 22:27:01.939768 [ 6 ] {3de89e76-dc33-4f52-9299-bc522b4fa571} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:27:01.939899 [ 6 ] {3de89e76-dc33-4f52-9299-bc522b4fa571} executeQuery: Read 197 rows, 14.47 KiB in 0.001258 sec., 156597.77424483307 rows/sec., 11.23 MiB/sec. 2026.04.10 22:27:01.939937 [ 6 ] {3de89e76-dc33-4f52-9299-bc522b4fa571} TCPHandler: Processed in 0.001440049 sec. 2026.04.10 22:27:01.940051 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:01.940145 [ 6 ] {67585c47-a831-4346-875e-ccc6a11d164c} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:27:01.940200 [ 6 ] {67585c47-a831-4346-875e-ccc6a11d164c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:27:01.940284 [ 201 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 3502 rows, containing 5 columns (5 merged, 0 gathered) in 0.001792136 sec., 1954092.7697451534 rows/sec., 141.92 MiB/sec. 2026.04.10 22:27:01.940520 [ 201 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.04.10 22:27:01.940755 [ 201 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_41_8} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:27:01.940823 [ 201 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_41_8} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.04.10 22:27:01.940898 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. 2026.04.10 22:27:01.940995 [ 6 ] {67585c47-a831-4346-875e-ccc6a11d164c} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:01.941036 [ 6 ] {67585c47-a831-4346-875e-ccc6a11d164c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:27:01.941584 [ 6 ] {67585c47-a831-4346-875e-ccc6a11d164c} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.04.10 22:27:01.941809 [ 6 ] {67585c47-a831-4346-875e-ccc6a11d164c} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:27:01.941935 [ 149 ] {} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.04.10 22:27:01.941946 [ 6 ] {67585c47-a831-4346-875e-ccc6a11d164c} executeQuery: Read 18 rows, 33.03 KiB in 0.001819 sec., 9895.547003848267 rows/sec., 17.73 MiB/sec. 2026.04.10 22:27:01.941980 [ 149 ] {} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:01.942004 [ 149 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:27:01.942015 [ 6 ] {67585c47-a831-4346-875e-ccc6a11d164c} TCPHandler: Processed in 0.002014651 sec. 2026.04.10 22:27:01.942085 [ 200 ] {240c2363-d096-4df1-a9c1-cf60540c0597::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.10 22:27:01.942136 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:01.942236 [ 6 ] {43f47add-11e0-4c41-8f6d-ae220b6121a4} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:27:01.942278 [ 6 ] {43f47add-11e0-4c41-8f6d-ae220b6121a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:27:01.942283 [ 200 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:27:01.942343 [ 200 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 669 rows starting from the beginning of the part 2026.04.10 22:27:01.942465 [ 200 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 18 rows starting from the beginning of the part 2026.04.10 22:27:01.942564 [ 200 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 34 rows starting from the beginning of the part 2026.04.10 22:27:01.942635 [ 6 ] {43f47add-11e0-4c41-8f6d-ae220b6121a4} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:01.942655 [ 200 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 18 rows starting from the beginning of the part 2026.04.10 22:27:01.942679 [ 6 ] {43f47add-11e0-4c41-8f6d-ae220b6121a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:27:01.942755 [ 200 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 23 rows starting from the beginning of the part 2026.04.10 22:27:01.942850 [ 200 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 18 rows starting from the beginning of the part 2026.04.10 22:27:01.943004 [ 6 ] {43f47add-11e0-4c41-8f6d-ae220b6121a4} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.04.10 22:27:01.943288 [ 6 ] {43f47add-11e0-4c41-8f6d-ae220b6121a4} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:27:01.943432 [ 6 ] {43f47add-11e0-4c41-8f6d-ae220b6121a4} executeQuery: Read 60 rows, 4.14 KiB in 0.001215 sec., 49382.71604938272 rows/sec., 3.33 MiB/sec. 2026.04.10 22:27:01.943476 [ 6 ] {43f47add-11e0-4c41-8f6d-ae220b6121a4} TCPHandler: Processed in 0.001391208 sec. 2026.04.10 22:27:01.946909 [ 200 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 780 rows, containing 19 columns (19 merged, 0 gathered) in 0.004859918 sec., 160496.53512672434 rows/sec., 287.60 MiB/sec. 2026.04.10 22:27:01.947991 [ 200 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.04.10 22:27:01.948285 [ 200 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_36_7} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:27:01.948352 [ 200 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_36_7} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.04.10 22:27:01.948431 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.63 MiB. 2026.04.10 22:27:03.056570 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 14910 2026.04.10 22:27:03.057094 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:03.057134 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:27:03.057616 [ 245 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.04.10 22:27:03.057856 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): 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.10 22:27:03.057986 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14910 2026.04.10 22:27:03.057995 [ 148 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.04.10 22:27:03.058072 [ 148 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:03.058102 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:27:03.058221 [ 192 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::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.10 22:27:03.058347 [ 192 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:27:03.058388 [ 192 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 12478 rows starting from the beginning of the part 2026.04.10 22:27:03.058458 [ 192 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 512 rows starting from the beginning of the part 2026.04.10 22:27:03.058508 [ 192 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 448 rows starting from the beginning of the part 2026.04.10 22:27:03.058558 [ 192 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 512 rows starting from the beginning of the part 2026.04.10 22:27:03.058597 [ 192 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 448 rows starting from the beginning of the part 2026.04.10 22:27:03.058637 [ 192 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 512 rows starting from the beginning of the part 2026.04.10 22:27:03.060395 [ 198 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 14910 rows, containing 4 columns (4 merged, 0 gathered) in 0.002219555 sec., 6717562.7546963245 rows/sec., 96.10 MiB/sec. 2026.04.10 22:27:03.061035 [ 195 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.04.10 22:27:03.061559 [ 195 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_31_6} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): 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.10 22:27:03.061647 [ 195 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_31_6} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.04.10 22:27:03.061751 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB. 2026.04.10 22:27:03.826749 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 234 2026.04.10 22:27:03.844188 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:03.844238 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:27:03.850166 [ 244 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.04.10 22:27:03.850890 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): 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.10 22:27:03.851208 [ 147 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.04.10 22:27:03.851279 [ 147 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:03.851303 [ 147 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:27:03.851395 [ 192 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::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.10 22:27:03.854070 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 234 2026.04.10 22:27:03.854325 [ 192 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:27:03.855057 [ 192 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::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.10 22:27:03.858401 [ 192 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::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.10 22:27:03.861725 [ 192 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::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.10 22:27:03.865230 [ 192 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::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.10 22:27:03.869083 [ 192 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::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.10 22:27:03.872852 [ 192 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::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.10 22:27:03.930276 [ 192 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.078912602 sec., 2965.305845573309 rows/sec., 15.33 MiB/sec. 2026.04.10 22:27:03.932668 [ 196 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.04.10 22:27:03.934620 [ 196 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::all_1_31_6} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): 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.10 22:27:03.934724 [ 196 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::all_1_31_6} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.04.10 22:27:03.936113 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.04.10 22:27:04.000191 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 272.29 MiB, peak 282.83 MiB, free memory in arenas 0.00 B, will set to 276.87 MiB (RSS), difference: 4.59 MiB 2026.04.10 22:27:06.925745 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:06.925948 [ 6 ] {2da45aaf-7451-4c97-8b8f-f5e2ddef60db} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:27:06.926024 [ 6 ] {2da45aaf-7451-4c97-8b8f-f5e2ddef60db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:27:06.926750 [ 6 ] {2da45aaf-7451-4c97-8b8f-f5e2ddef60db} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:06.926799 [ 6 ] {2da45aaf-7451-4c97-8b8f-f5e2ddef60db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:27:06.927204 [ 6 ] {2da45aaf-7451-4c97-8b8f-f5e2ddef60db} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.04.10 22:27:06.927423 [ 6 ] {2da45aaf-7451-4c97-8b8f-f5e2ddef60db} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:27:06.927575 [ 6 ] {2da45aaf-7451-4c97-8b8f-f5e2ddef60db} executeQuery: Read 102 rows, 8.74 KiB in 0.001684 sec., 60570.07125890737 rows/sec., 5.07 MiB/sec. 2026.04.10 22:27:06.927617 [ 6 ] {2da45aaf-7451-4c97-8b8f-f5e2ddef60db} TCPHandler: Processed in 0.00201247 sec. 2026.04.10 22:27:06.927751 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:06.927846 [ 6 ] {94be1578-6690-4b16-9914-f8f13122640d} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:27:06.927888 [ 6 ] {94be1578-6690-4b16-9914-f8f13122640d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:27:06.928294 [ 6 ] {94be1578-6690-4b16-9914-f8f13122640d} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:06.928331 [ 6 ] {94be1578-6690-4b16-9914-f8f13122640d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:27:06.928634 [ 6 ] {94be1578-6690-4b16-9914-f8f13122640d} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.04.10 22:27:06.928842 [ 6 ] {94be1578-6690-4b16-9914-f8f13122640d} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:27:06.928970 [ 6 ] {94be1578-6690-4b16-9914-f8f13122640d} executeQuery: Read 23 rows, 1.73 KiB in 0.001144 sec., 20104.895104895106 rows/sec., 1.48 MiB/sec. 2026.04.10 22:27:06.929008 [ 6 ] {94be1578-6690-4b16-9914-f8f13122640d} TCPHandler: Processed in 0.001309126 sec. 2026.04.10 22:27:06.929126 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:06.929221 [ 6 ] {c6ae6f8b-a286-4f04-b70a-3d9d62fe9b52} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:27:06.929260 [ 6 ] {c6ae6f8b-a286-4f04-b70a-3d9d62fe9b52} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:27:06.929681 [ 6 ] {c6ae6f8b-a286-4f04-b70a-3d9d62fe9b52} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:06.929716 [ 6 ] {c6ae6f8b-a286-4f04-b70a-3d9d62fe9b52} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:27:06.930022 [ 6 ] {c6ae6f8b-a286-4f04-b70a-3d9d62fe9b52} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.04.10 22:27:06.930252 [ 6 ] {c6ae6f8b-a286-4f04-b70a-3d9d62fe9b52} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:27:06.930378 [ 6 ] {c6ae6f8b-a286-4f04-b70a-3d9d62fe9b52} executeQuery: Read 87 rows, 6.96 KiB in 0.001176 sec., 73979.59183673469 rows/sec., 5.78 MiB/sec. 2026.04.10 22:27:06.930416 [ 6 ] {c6ae6f8b-a286-4f04-b70a-3d9d62fe9b52} TCPHandler: Processed in 0.001341067 sec. 2026.04.10 22:27:06.930531 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:06.930626 [ 6 ] {3877b41f-5d9e-41ea-9aa0-3921ec8f590e} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:27:06.930671 [ 6 ] {3877b41f-5d9e-41ea-9aa0-3921ec8f590e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:27:06.931079 [ 6 ] {3877b41f-5d9e-41ea-9aa0-3921ec8f590e} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:06.931115 [ 6 ] {3877b41f-5d9e-41ea-9aa0-3921ec8f590e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:27:06.931460 [ 6 ] {3877b41f-5d9e-41ea-9aa0-3921ec8f590e} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.04.10 22:27:06.931677 [ 6 ] {3877b41f-5d9e-41ea-9aa0-3921ec8f590e} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:27:06.931806 [ 6 ] {3877b41f-5d9e-41ea-9aa0-3921ec8f590e} executeQuery: Read 160 rows, 11.41 KiB in 0.001198 sec., 133555.92654424038 rows/sec., 9.30 MiB/sec. 2026.04.10 22:27:06.931843 [ 6 ] {3877b41f-5d9e-41ea-9aa0-3921ec8f590e} TCPHandler: Processed in 0.001362787 sec. 2026.04.10 22:27:06.931946 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:06.932038 [ 6 ] {1fe9b4dc-8cca-46fb-8166-c1d189f92d37} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:27:06.932093 [ 6 ] {1fe9b4dc-8cca-46fb-8166-c1d189f92d37} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:27:06.932880 [ 6 ] {1fe9b4dc-8cca-46fb-8166-c1d189f92d37} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:06.932917 [ 6 ] {1fe9b4dc-8cca-46fb-8166-c1d189f92d37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:27:06.933470 [ 6 ] {1fe9b4dc-8cca-46fb-8166-c1d189f92d37} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.04.10 22:27:06.933700 [ 6 ] {1fe9b4dc-8cca-46fb-8166-c1d189f92d37} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:27:06.933838 [ 6 ] {1fe9b4dc-8cca-46fb-8166-c1d189f92d37} executeQuery: Read 23 rows, 42.20 KiB in 0.001818 sec., 12651.265126512651 rows/sec., 22.67 MiB/sec. 2026.04.10 22:27:06.933890 [ 6 ] {1fe9b4dc-8cca-46fb-8166-c1d189f92d37} TCPHandler: Processed in 0.001994081 sec. 2026.04.10 22:27:06.934006 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:06.934101 [ 6 ] {a0d7acc5-b491-43c2-b8d1-073ea48e8c92} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:27:06.934143 [ 6 ] {a0d7acc5-b491-43c2-b8d1-073ea48e8c92} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:27:06.934479 [ 6 ] {a0d7acc5-b491-43c2-b8d1-073ea48e8c92} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:06.934516 [ 6 ] {a0d7acc5-b491-43c2-b8d1-073ea48e8c92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:27:06.934824 [ 6 ] {a0d7acc5-b491-43c2-b8d1-073ea48e8c92} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.04.10 22:27:06.935042 [ 6 ] {a0d7acc5-b491-43c2-b8d1-073ea48e8c92} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:27:06.935171 [ 6 ] {a0d7acc5-b491-43c2-b8d1-073ea48e8c92} executeQuery: Read 60 rows, 4.14 KiB in 0.001089 sec., 55096.418732782375 rows/sec., 3.71 MiB/sec. 2026.04.10 22:27:06.935207 [ 6 ] {a0d7acc5-b491-43c2-b8d1-073ea48e8c92} TCPHandler: Processed in 0.001250915 sec. 2026.04.10 22:27:10.407766 [ 141 ] {} DNSResolver: Updating DNS cache 2026.04.10 22:27:10.407831 [ 141 ] {} DNSResolver: Updated DNS cache 2026.04.10 22:27:10.558128 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 15358 2026.04.10 22:27:10.558619 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:10.558658 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:27:10.559396 [ 245 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.04.10 22:27:10.559655 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): 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.10 22:27:10.559799 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15358 2026.04.10 22:27:10.604678 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 840 2026.04.10 22:27:10.607273 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:10.607323 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:27:10.608528 [ 243 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.04.10 22:27:10.608792 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): 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.10 22:27:10.609059 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 840 2026.04.10 22:27:11.001190 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000824976 sec. 2026.04.10 22:27:11.354225 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 241 2026.04.10 22:27:11.369509 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:11.369567 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:27:11.375402 [ 244 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.04.10 22:27:11.376145 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): 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.10 22:27:11.378759 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 241 2026.04.10 22:27:11.925959 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:11.926153 [ 6 ] {1cf1a785-75ed-4488-ba47-d3988695ed47} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:27:11.926224 [ 6 ] {1cf1a785-75ed-4488-ba47-d3988695ed47} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:27:11.926883 [ 6 ] {1cf1a785-75ed-4488-ba47-d3988695ed47} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:11.926930 [ 6 ] {1cf1a785-75ed-4488-ba47-d3988695ed47} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:27:11.927354 [ 6 ] {1cf1a785-75ed-4488-ba47-d3988695ed47} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.04.10 22:27:11.927600 [ 6 ] {1cf1a785-75ed-4488-ba47-d3988695ed47} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:27:11.927751 [ 6 ] {1cf1a785-75ed-4488-ba47-d3988695ed47} executeQuery: Read 92 rows, 7.96 KiB in 0.00165 sec., 55757.57575757576 rows/sec., 4.71 MiB/sec. 2026.04.10 22:27:11.927793 [ 6 ] {1cf1a785-75ed-4488-ba47-d3988695ed47} TCPHandler: Processed in 0.0019672 sec. 2026.04.10 22:27:11.927928 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:11.928027 [ 6 ] {3d7804b1-eee8-434b-accb-9d1ec0efa8db} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:27:11.928069 [ 6 ] {3d7804b1-eee8-434b-accb-9d1ec0efa8db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:27:11.928544 [ 6 ] {3d7804b1-eee8-434b-accb-9d1ec0efa8db} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:11.928581 [ 6 ] {3d7804b1-eee8-434b-accb-9d1ec0efa8db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:27:11.928906 [ 6 ] {3d7804b1-eee8-434b-accb-9d1ec0efa8db} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.04.10 22:27:11.929128 [ 6 ] {3d7804b1-eee8-434b-accb-9d1ec0efa8db} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:27:11.929262 [ 6 ] {3d7804b1-eee8-434b-accb-9d1ec0efa8db} executeQuery: Read 18 rows, 1.35 KiB in 0.001254 sec., 14354.066985645934 rows/sec., 1.05 MiB/sec. 2026.04.10 22:27:11.929302 [ 6 ] {3d7804b1-eee8-434b-accb-9d1ec0efa8db} TCPHandler: Processed in 0.001423319 sec. 2026.04.10 22:27:11.929423 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:11.929517 [ 6 ] {ecc3475b-ffe8-4a54-9901-e5db6c08008b} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:27:11.929563 [ 6 ] {ecc3475b-ffe8-4a54-9901-e5db6c08008b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:27:11.930002 [ 6 ] {ecc3475b-ffe8-4a54-9901-e5db6c08008b} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:11.930035 [ 6 ] {ecc3475b-ffe8-4a54-9901-e5db6c08008b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:27:11.930363 [ 6 ] {ecc3475b-ffe8-4a54-9901-e5db6c08008b} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.04.10 22:27:11.930578 [ 6 ] {ecc3475b-ffe8-4a54-9901-e5db6c08008b} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:27:11.930704 [ 6 ] {ecc3475b-ffe8-4a54-9901-e5db6c08008b} executeQuery: Read 82 rows, 6.56 KiB in 0.001206 sec., 67993.36650082919 rows/sec., 5.31 MiB/sec. 2026.04.10 22:27:11.930748 [ 6 ] {ecc3475b-ffe8-4a54-9901-e5db6c08008b} TCPHandler: Processed in 0.001375467 sec. 2026.04.10 22:27:11.930871 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:11.930969 [ 6 ] {62253549-4cb4-44ee-95a5-4ff0841c9f2e} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:27:11.931015 [ 6 ] {62253549-4cb4-44ee-95a5-4ff0841c9f2e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:27:11.931458 [ 6 ] {62253549-4cb4-44ee-95a5-4ff0841c9f2e} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:11.931495 [ 6 ] {62253549-4cb4-44ee-95a5-4ff0841c9f2e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:27:11.931894 [ 6 ] {62253549-4cb4-44ee-95a5-4ff0841c9f2e} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.04.10 22:27:11.932216 [ 6 ] {62253549-4cb4-44ee-95a5-4ff0841c9f2e} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:27:11.932327 [ 139 ] {} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.04.10 22:27:11.932350 [ 6 ] {62253549-4cb4-44ee-95a5-4ff0841c9f2e} executeQuery: Read 160 rows, 11.41 KiB in 0.0014 sec., 114285.71428571429 rows/sec., 7.96 MiB/sec. 2026.04.10 22:27:11.932363 [ 139 ] {} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:11.932386 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2026.04.10 22:27:11.932394 [ 6 ] {62253549-4cb4-44ee-95a5-4ff0841c9f2e} TCPHandler: Processed in 0.001575752 sec. 2026.04.10 22:27:11.932501 [ 196 ] {44193040-72a9-44ec-a565-c534b9f3dcff::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.10 22:27:11.932511 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:11.932648 [ 6 ] {568a85e7-0e13-43f4-ba49-cef624592b53} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:27:11.932654 [ 196 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:27:11.932705 [ 196 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_41_8} MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 14206 rows starting from the beginning of the part 2026.04.10 22:27:11.932706 [ 6 ] {568a85e7-0e13-43f4-ba49-cef624592b53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:27:11.932772 [ 196 ] {44193040-72a9-44ec-a565-c534b9f3dcff::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.10 22:27:11.932827 [ 196 ] {44193040-72a9-44ec-a565-c534b9f3dcff::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.10 22:27:11.932869 [ 196 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 197 rows starting from the beginning of the part 2026.04.10 22:27:11.932914 [ 196 ] {44193040-72a9-44ec-a565-c534b9f3dcff::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.10 22:27:11.932955 [ 196 ] {44193040-72a9-44ec-a565-c534b9f3dcff::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.10 22:27:11.933504 [ 6 ] {568a85e7-0e13-43f4-ba49-cef624592b53} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:11.933545 [ 6 ] {568a85e7-0e13-43f4-ba49-cef624592b53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:11.934403 [ 6 ] {568a85e7-0e13-43f4-ba49-cef624592b53} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.04.10 22:27:11.934680 [ 6 ] {568a85e7-0e13-43f4-ba49-cef624592b53} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:27:11.934835 [ 6 ] {568a85e7-0e13-43f4-ba49-cef624592b53} executeQuery: Read 18 rows, 33.03 KiB in 0.002206 sec., 8159.564823209429 rows/sec., 14.62 MiB/sec. 2026.04.10 22:27:11.934890 [ 6 ] {568a85e7-0e13-43f4-ba49-cef624592b53} TCPHandler: Processed in 0.002428849 sec. 2026.04.10 22:27:11.935010 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:11.935108 [ 6 ] {0c6c4fc5-b53a-41bf-b0a7-8fd7e5fd05e2} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:27:11.935150 [ 6 ] {0c6c4fc5-b53a-41bf-b0a7-8fd7e5fd05e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:27:11.935505 [ 6 ] {0c6c4fc5-b53a-41bf-b0a7-8fd7e5fd05e2} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:11.935541 [ 6 ] {0c6c4fc5-b53a-41bf-b0a7-8fd7e5fd05e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:11.936021 [ 6 ] {0c6c4fc5-b53a-41bf-b0a7-8fd7e5fd05e2} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.04.10 22:27:11.936248 [ 6 ] {0c6c4fc5-b53a-41bf-b0a7-8fd7e5fd05e2} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:27:11.936389 [ 6 ] {0c6c4fc5-b53a-41bf-b0a7-8fd7e5fd05e2} executeQuery: Read 60 rows, 4.14 KiB in 0.001301 sec., 46118.370484242885 rows/sec., 3.11 MiB/sec. 2026.04.10 22:27:11.936427 [ 6 ] {0c6c4fc5-b53a-41bf-b0a7-8fd7e5fd05e2} TCPHandler: Processed in 0.00146852 sec. 2026.04.10 22:27:11.937747 [ 199 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 15043 rows, containing 5 columns (5 merged, 0 gathered) in 0.005301057 sec., 2837735.945868909 rows/sec., 185.00 MiB/sec. 2026.04.10 22:27:11.938293 [ 193 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.04.10 22:27:11.938635 [ 193 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_41_8} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:27:11.938724 [ 193 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_41_8} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.04.10 22:27:11.938824 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.71 MiB. 2026.04.10 22:27:12.000184 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 277.88 MiB, peak 283.58 MiB, free memory in arenas 0.00 B, will set to 279.46 MiB (RSS), difference: 1.59 MiB 2026.04.10 22:27:14.032373 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:14.032633 [ 6 ] {8ed5873e-41e3-4345-be77-fe35c76611a0} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.10 22:27:14.032723 [ 6 ] {8ed5873e-41e3-4345-be77-fe35c76611a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.10 22:27:14.033542 [ 6 ] {8ed5873e-41e3-4345-be77-fe35c76611a0} oximeter.fields_i16 (419f2eef-209c-46fc-9cc0-97b5087686b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:14.033591 [ 6 ] {8ed5873e-41e3-4345-be77-fe35c76611a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:14.034000 [ 6 ] {8ed5873e-41e3-4345-be77-fe35c76611a0} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.10 22:27:14.034227 [ 6 ] {8ed5873e-41e3-4345-be77-fe35c76611a0} oximeter.fields_i16 (419f2eef-209c-46fc-9cc0-97b5087686b9): 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.10 22:27:14.034381 [ 6 ] {8ed5873e-41e3-4345-be77-fe35c76611a0} executeQuery: Read 284 rows, 18.47 KiB in 0.001818 sec., 156215.62156215622 rows/sec., 9.92 MiB/sec. 2026.04.10 22:27:14.034422 [ 6 ] {8ed5873e-41e3-4345-be77-fe35c76611a0} TCPHandler: Processed in 0.002210224 sec. 2026.04.10 22:27:14.034548 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:14.034645 [ 6 ] {45c5f4b3-deb8-4b04-84bf-99af0ad2878d} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.10 22:27:14.034687 [ 6 ] {45c5f4b3-deb8-4b04-84bf-99af0ad2878d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.10 22:27:14.035082 [ 6 ] {45c5f4b3-deb8-4b04-84bf-99af0ad2878d} oximeter.fields_ipaddr (b4784700-91f7-4af4-af29-376f839f9b40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:14.035119 [ 6 ] {45c5f4b3-deb8-4b04-84bf-99af0ad2878d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:14.035405 [ 6 ] {45c5f4b3-deb8-4b04-84bf-99af0ad2878d} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.10 22:27:14.035624 [ 6 ] {45c5f4b3-deb8-4b04-84bf-99af0ad2878d} oximeter.fields_ipaddr (b4784700-91f7-4af4-af29-376f839f9b40): 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.10 22:27:14.035752 [ 6 ] {45c5f4b3-deb8-4b04-84bf-99af0ad2878d} executeQuery: Read 6 rows, 501.00 B in 0.001127 sec., 5323.868677905945 rows/sec., 434.12 KiB/sec. 2026.04.10 22:27:14.035788 [ 6 ] {45c5f4b3-deb8-4b04-84bf-99af0ad2878d} TCPHandler: Processed in 0.001290096 sec. 2026.04.10 22:27:14.035902 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:14.035996 [ 6 ] {bbbda77d-c72d-43d4-b9a5-2a4f6c3686a8} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:27:14.036035 [ 6 ] {bbbda77d-c72d-43d4-b9a5-2a4f6c3686a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:27:14.037912 [ 6 ] {bbbda77d-c72d-43d4-b9a5-2a4f6c3686a8} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:14.037948 [ 6 ] {bbbda77d-c72d-43d4-b9a5-2a4f6c3686a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:14.038453 [ 6 ] {bbbda77d-c72d-43d4-b9a5-2a4f6c3686a8} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.04.10 22:27:14.038668 [ 6 ] {bbbda77d-c72d-43d4-b9a5-2a4f6c3686a8} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:27:14.038796 [ 6 ] {bbbda77d-c72d-43d4-b9a5-2a4f6c3686a8} executeQuery: Read 3195 rows, 244.68 KiB in 0.002816 sec., 1134588.0681818181 rows/sec., 84.85 MiB/sec. 2026.04.10 22:27:14.038835 [ 6 ] {bbbda77d-c72d-43d4-b9a5-2a4f6c3686a8} MemoryTracker: Peak memory usage (for query): 4.00 MiB. 2026.04.10 22:27:14.038849 [ 6 ] {bbbda77d-c72d-43d4-b9a5-2a4f6c3686a8} TCPHandler: Processed in 0.00299594 sec. 2026.04.10 22:27:14.038967 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:14.039062 [ 6 ] {1cab8694-b43d-43e0-9264-279041a34467} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:27:14.039101 [ 6 ] {1cab8694-b43d-43e0-9264-279041a34467} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:27:14.039583 [ 6 ] {1cab8694-b43d-43e0-9264-279041a34467} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:14.039620 [ 6 ] {1cab8694-b43d-43e0-9264-279041a34467} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:14.039921 [ 6 ] {1cab8694-b43d-43e0-9264-279041a34467} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.04.10 22:27:14.040129 [ 6 ] {1cab8694-b43d-43e0-9264-279041a34467} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:27:14.040255 [ 6 ] {1cab8694-b43d-43e0-9264-279041a34467} executeQuery: Read 182 rows, 11.52 KiB in 0.001212 sec., 150165.01650165016 rows/sec., 9.28 MiB/sec. 2026.04.10 22:27:14.040292 [ 6 ] {1cab8694-b43d-43e0-9264-279041a34467} TCPHandler: Processed in 0.001375178 sec. 2026.04.10 22:27:14.040395 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:14.040489 [ 6 ] {ac4167c4-16ad-4ff4-ae71-be5e6a3318dd} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.10 22:27:14.040528 [ 6 ] {ac4167c4-16ad-4ff4-ae71-be5e6a3318dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.10 22:27:14.041229 [ 6 ] {ac4167c4-16ad-4ff4-ae71-be5e6a3318dd} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:14.041265 [ 6 ] {ac4167c4-16ad-4ff4-ae71-be5e6a3318dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:14.041597 [ 6 ] {ac4167c4-16ad-4ff4-ae71-be5e6a3318dd} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.10 22:27:14.041812 [ 6 ] {ac4167c4-16ad-4ff4-ae71-be5e6a3318dd} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002): 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.10 22:27:14.041936 [ 6 ] {ac4167c4-16ad-4ff4-ae71-be5e6a3318dd} executeQuery: Read 950 rows, 57.24 KiB in 0.001464 sec., 648907.1038251366 rows/sec., 38.18 MiB/sec. 2026.04.10 22:27:14.041973 [ 6 ] {ac4167c4-16ad-4ff4-ae71-be5e6a3318dd} TCPHandler: Processed in 0.001627073 sec. 2026.04.10 22:27:14.042092 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:14.042186 [ 6 ] {13ef8b2e-ebf7-47dc-bb70-43f3e6fec4ab} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.04.10 22:27:14.042225 [ 6 ] {13ef8b2e-ebf7-47dc-bb70-43f3e6fec4ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.04.10 22:27:14.042825 [ 6 ] {13ef8b2e-ebf7-47dc-bb70-43f3e6fec4ab} oximeter.fields_u64 (afb0d53c-68be-41f0-aba9-0a79183ebbbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:14.042861 [ 6 ] {13ef8b2e-ebf7-47dc-bb70-43f3e6fec4ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:14.043142 [ 6 ] {13ef8b2e-ebf7-47dc-bb70-43f3e6fec4ab} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.10 22:27:14.043344 [ 6 ] {13ef8b2e-ebf7-47dc-bb70-43f3e6fec4ab} oximeter.fields_u64 (afb0d53c-68be-41f0-aba9-0a79183ebbbe): 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.10 22:27:14.043470 [ 6 ] {13ef8b2e-ebf7-47dc-bb70-43f3e6fec4ab} executeQuery: Read 1 rows, 72.00 B in 0.001303 sec., 767.4597083653109 rows/sec., 53.96 KiB/sec. 2026.04.10 22:27:14.043508 [ 6 ] {13ef8b2e-ebf7-47dc-bb70-43f3e6fec4ab} TCPHandler: Processed in 0.001465159 sec. 2026.04.10 22:27:14.043618 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:14.043712 [ 6 ] {a54d0673-be90-40ee-b467-1062cacb60fd} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.10 22:27:14.043751 [ 6 ] {a54d0673-be90-40ee-b467-1062cacb60fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.10 22:27:14.044181 [ 6 ] {a54d0673-be90-40ee-b467-1062cacb60fd} oximeter.fields_u8 (db645430-3721-434f-a428-3eb1f7165166): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:14.044218 [ 6 ] {a54d0673-be90-40ee-b467-1062cacb60fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:14.044513 [ 6 ] {a54d0673-be90-40ee-b467-1062cacb60fd} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.10 22:27:14.044726 [ 6 ] {a54d0673-be90-40ee-b467-1062cacb60fd} oximeter.fields_u8 (db645430-3721-434f-a428-3eb1f7165166): 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.10 22:27:14.044854 [ 6 ] {a54d0673-be90-40ee-b467-1062cacb60fd} executeQuery: Read 148 rows, 8.62 KiB in 0.00116 sec., 127586.20689655172 rows/sec., 7.26 MiB/sec. 2026.04.10 22:27:14.044892 [ 6 ] {a54d0673-be90-40ee-b467-1062cacb60fd} TCPHandler: Processed in 0.001323847 sec. 2026.04.10 22:27:14.045005 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:14.045099 [ 6 ] {78aaaaa5-28ad-4c7a-a048-c1d6abe8d4c9} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:27:14.045139 [ 6 ] {78aaaaa5-28ad-4c7a-a048-c1d6abe8d4c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:27:14.046099 [ 6 ] {78aaaaa5-28ad-4c7a-a048-c1d6abe8d4c9} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:14.046137 [ 6 ] {78aaaaa5-28ad-4c7a-a048-c1d6abe8d4c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:14.046509 [ 6 ] {78aaaaa5-28ad-4c7a-a048-c1d6abe8d4c9} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.04.10 22:27:14.046730 [ 6 ] {78aaaaa5-28ad-4c7a-a048-c1d6abe8d4c9} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:27:14.046860 [ 6 ] {78aaaaa5-28ad-4c7a-a048-c1d6abe8d4c9} executeQuery: Read 1745 rows, 120.51 KiB in 0.001778 sec., 981439.8200224971 rows/sec., 66.19 MiB/sec. 2026.04.10 22:27:14.046898 [ 6 ] {78aaaaa5-28ad-4c7a-a048-c1d6abe8d4c9} TCPHandler: Processed in 0.001941849 sec. 2026.04.10 22:27:14.047011 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:14.047105 [ 6 ] {6fa6650d-c365-4fec-8b3d-83d32fff9096} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.10 22:27:14.047149 [ 6 ] {6fa6650d-c365-4fec-8b3d-83d32fff9096} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.10 22:27:14.047474 [ 6 ] {6fa6650d-c365-4fec-8b3d-83d32fff9096} oximeter.measurements_bool (866da8bb-a9f8-4668-8c33-6b1a5bc68a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:14.047511 [ 6 ] {6fa6650d-c365-4fec-8b3d-83d32fff9096} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:14.047821 [ 6 ] {6fa6650d-c365-4fec-8b3d-83d32fff9096} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.10 22:27:14.048030 [ 6 ] {6fa6650d-c365-4fec-8b3d-83d32fff9096} oximeter.measurements_bool (866da8bb-a9f8-4668-8c33-6b1a5bc68a2a): 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.10 22:27:14.048154 [ 6 ] {6fa6650d-c365-4fec-8b3d-83d32fff9096} executeQuery: Read 6 rows, 321.00 B in 0.001068 sec., 5617.9775280898875 rows/sec., 293.52 KiB/sec. 2026.04.10 22:27:14.048190 [ 6 ] {6fa6650d-c365-4fec-8b3d-83d32fff9096} TCPHandler: Processed in 0.001227795 sec. 2026.04.10 22:27:14.048298 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:14.048393 [ 6 ] {b7043aa1-f9a0-4eaa-9e5a-e68a5f979a38} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:27:14.048436 [ 6 ] {b7043aa1-f9a0-4eaa-9e5a-e68a5f979a38} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:27:14.049262 [ 6 ] {b7043aa1-f9a0-4eaa-9e5a-e68a5f979a38} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:14.049298 [ 6 ] {b7043aa1-f9a0-4eaa-9e5a-e68a5f979a38} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:14.049729 [ 6 ] {b7043aa1-f9a0-4eaa-9e5a-e68a5f979a38} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.04.10 22:27:14.049943 [ 6 ] {b7043aa1-f9a0-4eaa-9e5a-e68a5f979a38} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:27:14.050071 [ 6 ] {b7043aa1-f9a0-4eaa-9e5a-e68a5f979a38} executeQuery: Read 1636 rows, 102.02 KiB in 0.001695 sec., 965191.7404129794 rows/sec., 58.78 MiB/sec. 2026.04.10 22:27:14.050106 [ 6 ] {b7043aa1-f9a0-4eaa-9e5a-e68a5f979a38} TCPHandler: Processed in 0.001857138 sec. 2026.04.10 22:27:14.050214 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:14.050308 [ 6 ] {56cb4472-3693-4ca5-8c2c-9c17ed4679ee} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.10 22:27:14.050350 [ 6 ] {56cb4472-3693-4ca5-8c2c-9c17ed4679ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.10 22:27:14.050659 [ 6 ] {56cb4472-3693-4ca5-8c2c-9c17ed4679ee} oximeter.measurements_f64 (58e3eb3a-a7ad-4b02-bedb-c669836543a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:14.050692 [ 6 ] {56cb4472-3693-4ca5-8c2c-9c17ed4679ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:14.050980 [ 6 ] {56cb4472-3693-4ca5-8c2c-9c17ed4679ee} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.10 22:27:14.051193 [ 6 ] {56cb4472-3693-4ca5-8c2c-9c17ed4679ee} oximeter.measurements_f64 (58e3eb3a-a7ad-4b02-bedb-c669836543a8): 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.10 22:27:14.051318 [ 6 ] {56cb4472-3693-4ca5-8c2c-9c17ed4679ee} executeQuery: Read 1 rows, 69.00 B in 0.001028 sec., 972.7626459143968 rows/sec., 65.55 KiB/sec. 2026.04.10 22:27:14.051354 [ 6 ] {56cb4472-3693-4ca5-8c2c-9c17ed4679ee} TCPHandler: Processed in 0.001189574 sec. 2026.04.10 22:27:14.051523 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:14.051620 [ 6 ] {a42642dd-62af-42ea-a848-8060c01f0cb3} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:27:14.051673 [ 6 ] {a42642dd-62af-42ea-a848-8060c01f0cb3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:27:14.052576 [ 6 ] {a42642dd-62af-42ea-a848-8060c01f0cb3} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:14.052613 [ 6 ] {a42642dd-62af-42ea-a848-8060c01f0cb3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:14.053167 [ 6 ] {a42642dd-62af-42ea-a848-8060c01f0cb3} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.04.10 22:27:14.053396 [ 6 ] {a42642dd-62af-42ea-a848-8060c01f0cb3} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:27:14.053547 [ 6 ] {a42642dd-62af-42ea-a848-8060c01f0cb3} executeQuery: Read 34 rows, 62.39 KiB in 0.001944 sec., 17489.711934156378 rows/sec., 31.34 MiB/sec. 2026.04.10 22:27:14.053602 [ 6 ] {a42642dd-62af-42ea-a848-8060c01f0cb3} TCPHandler: Processed in 0.002128763 sec. 2026.04.10 22:27:14.053720 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:14.053817 [ 6 ] {9134d282-7ccc-4cb1-8615-e9de78e54b98} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:27:14.053857 [ 6 ] {9134d282-7ccc-4cb1-8615-e9de78e54b98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:27:14.054197 [ 6 ] {9134d282-7ccc-4cb1-8615-e9de78e54b98} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:14.054230 [ 6 ] {9134d282-7ccc-4cb1-8615-e9de78e54b98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:14.054538 [ 6 ] {9134d282-7ccc-4cb1-8615-e9de78e54b98} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.04.10 22:27:14.054754 [ 6 ] {9134d282-7ccc-4cb1-8615-e9de78e54b98} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:27:14.054864 [ 135 ] {} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.04.10 22:27:14.054883 [ 6 ] {9134d282-7ccc-4cb1-8615-e9de78e54b98} executeQuery: Read 54 rows, 3.28 KiB in 0.001085 sec., 49769.58525345622 rows/sec., 2.95 MiB/sec. 2026.04.10 22:27:14.054899 [ 135 ] {} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:14.054918 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:14.054919 [ 6 ] {9134d282-7ccc-4cb1-8615-e9de78e54b98} TCPHandler: Processed in 0.001248536 sec. 2026.04.10 22:27:14.055025 [ 196 ] {d011da2b-2502-4d0a-9756-3e9226add765::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.10 22:27:14.055159 [ 196 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:27:14.055194 [ 196 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1608 rows starting from the beginning of the part 2026.04.10 22:27:14.055257 [ 196 ] {d011da2b-2502-4d0a-9756-3e9226add765::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.10 22:27:14.055302 [ 196 ] {d011da2b-2502-4d0a-9756-3e9226add765::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.10 22:27:14.055340 [ 196 ] {d011da2b-2502-4d0a-9756-3e9226add765::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.10 22:27:14.055378 [ 196 ] {d011da2b-2502-4d0a-9756-3e9226add765::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.10 22:27:14.055416 [ 196 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 54 rows starting from the beginning of the part 2026.04.10 22:27:14.056485 [ 187 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 1902 rows, containing 4 columns (4 merged, 0 gathered) in 0.00151353 sec., 1256664.8827575273 rows/sec., 82.22 MiB/sec. 2026.04.10 22:27:14.056716 [ 199 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.04.10 22:27:14.057015 [ 199 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_41_8} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:27:14.057083 [ 199 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_41_8} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.04.10 22:27:14.057170 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. 2026.04.10 22:27:16.921452 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:16.921660 [ 6 ] {e5234947-a6e5-4ef4-83db-a6dd5613f221} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:27:16.921740 [ 6 ] {e5234947-a6e5-4ef4-83db-a6dd5613f221} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:27:16.922523 [ 6 ] {e5234947-a6e5-4ef4-83db-a6dd5613f221} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:16.922571 [ 6 ] {e5234947-a6e5-4ef4-83db-a6dd5613f221} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:16.922967 [ 6 ] {e5234947-a6e5-4ef4-83db-a6dd5613f221} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.04.10 22:27:16.923210 [ 6 ] {e5234947-a6e5-4ef4-83db-a6dd5613f221} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:27:16.923374 [ 6 ] {e5234947-a6e5-4ef4-83db-a6dd5613f221} executeQuery: Read 56 rows, 4.41 KiB in 0.001777 sec., 31513.78728193585 rows/sec., 2.42 MiB/sec. 2026.04.10 22:27:16.923417 [ 6 ] {e5234947-a6e5-4ef4-83db-a6dd5613f221} TCPHandler: Processed in 0.002113463 sec. 2026.04.10 22:27:16.923548 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:16.923643 [ 6 ] {670b14bd-159f-45e9-bf8a-aecc479165f7} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:27:16.923683 [ 6 ] {670b14bd-159f-45e9-bf8a-aecc479165f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:27:16.924146 [ 6 ] {670b14bd-159f-45e9-bf8a-aecc479165f7} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:16.924181 [ 6 ] {670b14bd-159f-45e9-bf8a-aecc479165f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:16.924485 [ 6 ] {670b14bd-159f-45e9-bf8a-aecc479165f7} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.04.10 22:27:16.924703 [ 6 ] {670b14bd-159f-45e9-bf8a-aecc479165f7} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:27:16.924834 [ 6 ] {670b14bd-159f-45e9-bf8a-aecc479165f7} executeQuery: Read 64 rows, 5.12 KiB in 0.00121 sec., 52892.561983471074 rows/sec., 4.13 MiB/sec. 2026.04.10 22:27:16.924872 [ 6 ] {670b14bd-159f-45e9-bf8a-aecc479165f7} TCPHandler: Processed in 0.001374078 sec. 2026.04.10 22:27:16.924999 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:16.925092 [ 6 ] {8504fd88-a0ce-493c-86b1-47a31a567d6d} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:27:16.925135 [ 6 ] {8504fd88-a0ce-493c-86b1-47a31a567d6d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:27:16.925532 [ 6 ] {8504fd88-a0ce-493c-86b1-47a31a567d6d} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:16.925568 [ 6 ] {8504fd88-a0ce-493c-86b1-47a31a567d6d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:16.925913 [ 6 ] {8504fd88-a0ce-493c-86b1-47a31a567d6d} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.04.10 22:27:16.926121 [ 6 ] {8504fd88-a0ce-493c-86b1-47a31a567d6d} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:27:16.926248 [ 6 ] {8504fd88-a0ce-493c-86b1-47a31a567d6d} executeQuery: Read 96 rows, 6.85 KiB in 0.001174 sec., 81771.72061328791 rows/sec., 5.70 MiB/sec. 2026.04.10 22:27:16.926283 [ 6 ] {8504fd88-a0ce-493c-86b1-47a31a567d6d} TCPHandler: Processed in 0.001332857 sec. 2026.04.10 22:27:16.926407 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:16.926499 [ 6 ] {2eae5d8a-d5a5-4975-9c66-da152e659a33} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:27:16.926540 [ 6 ] {2eae5d8a-d5a5-4975-9c66-da152e659a33} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:27:16.926889 [ 6 ] {2eae5d8a-d5a5-4975-9c66-da152e659a33} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:16.926925 [ 6 ] {2eae5d8a-d5a5-4975-9c66-da152e659a33} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:16.927231 [ 6 ] {2eae5d8a-d5a5-4975-9c66-da152e659a33} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.04.10 22:27:16.927450 [ 6 ] {2eae5d8a-d5a5-4975-9c66-da152e659a33} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:27:16.927581 [ 6 ] {2eae5d8a-d5a5-4975-9c66-da152e659a33} executeQuery: Read 36 rows, 2.48 KiB in 0.001099 sec., 32757.051865332123 rows/sec., 2.21 MiB/sec. 2026.04.10 22:27:16.927622 [ 6 ] {2eae5d8a-d5a5-4975-9c66-da152e659a33} TCPHandler: Processed in 0.001263895 sec. 2026.04.10 22:27:18.059933 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 15870 2026.04.10 22:27:18.060560 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:18.060628 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:18.061234 [ 245 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.04.10 22:27:18.061479 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): 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.10 22:27:18.061627 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15870 2026.04.10 22:27:18.878876 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 249 2026.04.10 22:27:18.895572 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:18.895637 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:18.901311 [ 244 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.04.10 22:27:18.901994 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): 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.10 22:27:18.904809 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 249 2026.04.10 22:27:20.609402 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 886 2026.04.10 22:27:20.613404 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:20.613485 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:20.615460 [ 243 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.04.10 22:27:20.615907 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): 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.10 22:27:20.616478 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 886 2026.04.10 22:27:21.362839 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34496 2026.04.10 22:27:21.362953 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:27:21.362980 [ 286 ] {} TCP-Session: 288f73ce-748f-4f07-adeb-3d87df8f2212 Authenticating user 'default' from [fd00:1122:3344:101::e]:34496 2026.04.10 22:27:21.363003 [ 286 ] {} TCP-Session: 288f73ce-748f-4f07-adeb-3d87df8f2212 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.363015 [ 286 ] {} TCP-Session: 288f73ce-748f-4f07-adeb-3d87df8f2212 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.363221 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44548 2026.04.10 22:27:21.363237 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52771 2026.04.10 22:27:21.363328 [ 286 ] {} TCP-Session: 288f73ce-748f-4f07-adeb-3d87df8f2212 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:21.363370 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:27:21.363384 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:27:21.363411 [ 288 ] {} TCP-Session: 73346a66-119c-4d24-a0f4-ac9cc34f7550 Authenticating user 'default' from [fd00:1122:3344:101::e]:44548 2026.04.10 22:27:21.363421 [ 289 ] {} TCP-Session: 38df6b65-540f-4964-a717-a7ca0e88b647 Authenticating user 'default' from [fd00:1122:3344:101::e]:52771 2026.04.10 22:27:21.363443 [ 288 ] {} TCP-Session: 73346a66-119c-4d24-a0f4-ac9cc34f7550 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.363458 [ 289 ] {} TCP-Session: 38df6b65-540f-4964-a717-a7ca0e88b647 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.363462 [ 288 ] {} TCP-Session: 73346a66-119c-4d24-a0f4-ac9cc34f7550 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.363479 [ 289 ] {} TCP-Session: 38df6b65-540f-4964-a717-a7ca0e88b647 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.363507 [ 286 ] {2e82864f-5e67-43bb-aff2-8e30eca500ea} executeQuery: (from [fd00:1122:3344:101::e]:34496) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.10 22:27:21.363769 [ 286 ] {2e82864f-5e67-43bb-aff2-8e30eca500ea} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.10 22:27:21.363825 [ 286 ] {2e82864f-5e67-43bb-aff2-8e30eca500ea} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 22:27:21.364103 [ 286 ] {2e82864f-5e67-43bb-aff2-8e30eca500ea} oximeter.version (86b21b0a-84a9-4638-abea-877072e10dcd) (SelectExecutor): Key condition: unknown 2026.04.10 22:27:21.364418 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41262 2026.04.10 22:27:21.364429 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64593 2026.04.10 22:27:21.364459 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46073 2026.04.10 22:27:21.364508 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49229 2026.04.10 22:27:21.364660 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59201 2026.04.10 22:27:21.364809 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35141 2026.04.10 22:27:21.364867 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:27:21.364909 [ 290 ] {} TCP-Session: 43fc18ae-5d49-4891-a6aa-156ba5eeaa36 Authenticating user 'default' from [fd00:1122:3344:101::e]:41262 2026.04.10 22:27:21.364935 [ 290 ] {} TCP-Session: 43fc18ae-5d49-4891-a6aa-156ba5eeaa36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.364952 [ 290 ] {} TCP-Session: 43fc18ae-5d49-4891-a6aa-156ba5eeaa36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.365000 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:27:21.365037 [ 353 ] {} TCP-Session: a97d4afc-8747-4c16-815a-41c581cc989e Authenticating user 'default' from [fd00:1122:3344:101::e]:46073 2026.04.10 22:27:21.365059 [ 353 ] {} TCP-Session: a97d4afc-8747-4c16-815a-41c581cc989e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.365081 [ 353 ] {} TCP-Session: a97d4afc-8747-4c16-815a-41c581cc989e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.365098 [ 317 ] {2e82864f-5e67-43bb-aff2-8e30eca500ea} AggregatingTransform: Aggregating 2026.04.10 22:27:21.365295 [ 317 ] {2e82864f-5e67-43bb-aff2-8e30eca500ea} Aggregator: Aggregation method: without_key 2026.04.10 22:27:21.365337 [ 317 ] {2e82864f-5e67-43bb-aff2-8e30eca500ea} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001134902 sec. (881.133 rows/sec., 34.42 KiB/sec.) 2026.04.10 22:27:21.365355 [ 317 ] {2e82864f-5e67-43bb-aff2-8e30eca500ea} Aggregator: Merging aggregated data 2026.04.10 22:27:21.365464 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:27:21.365513 [ 355 ] {} TCP-Session: f82307cb-1d63-4dcf-a4cb-75f9fa48d321 Authenticating user 'default' from [fd00:1122:3344:101::e]:59201 2026.04.10 22:27:21.365540 [ 355 ] {} TCP-Session: f82307cb-1d63-4dcf-a4cb-75f9fa48d321 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.365555 [ 355 ] {} TCP-Session: f82307cb-1d63-4dcf-a4cb-75f9fa48d321 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.365570 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:27:21.365608 [ 356 ] {} TCP-Session: e1c2728e-cf28-4269-b5d9-ef52743cd794 Authenticating user 'default' from [fd00:1122:3344:101::e]:35141 2026.04.10 22:27:21.365624 [ 356 ] {} TCP-Session: e1c2728e-cf28-4269-b5d9-ef52743cd794 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.365639 [ 356 ] {} TCP-Session: e1c2728e-cf28-4269-b5d9-ef52743cd794 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.366034 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:27:21.366090 [ 352 ] {} TCP-Session: 27fc93e5-8401-49b3-a555-a6ecf519d60b Authenticating user 'default' from [fd00:1122:3344:101::e]:64593 2026.04.10 22:27:21.366122 [ 352 ] {} TCP-Session: 27fc93e5-8401-49b3-a555-a6ecf519d60b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.366143 [ 352 ] {} TCP-Session: 27fc93e5-8401-49b3-a555-a6ecf519d60b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.366143 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:27:21.366197 [ 354 ] {} TCP-Session: a452028c-323e-45af-8cfc-612a5f59d720 Authenticating user 'default' from [fd00:1122:3344:101::e]:49229 2026.04.10 22:27:21.366214 [ 354 ] {} TCP-Session: a452028c-323e-45af-8cfc-612a5f59d720 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.366228 [ 354 ] {} TCP-Session: a452028c-323e-45af-8cfc-612a5f59d720 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.366681 [ 286 ] {2e82864f-5e67-43bb-aff2-8e30eca500ea} executeQuery: Read 1 rows, 40.00 B in 0.003229 sec., 309.6934035305048 rows/sec., 12.10 KiB/sec. 2026.04.10 22:27:21.366817 [ 286 ] {2e82864f-5e67-43bb-aff2-8e30eca500ea} TCPHandler: Processed in 0.003604862 sec. 2026.04.10 22:27:21.366944 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.10 22:27:21.366972 [ 286 ] {} TCP-Session: 288f73ce-748f-4f07-adeb-3d87df8f2212 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.366974 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.10 22:27:21.366998 [ 354 ] {} TCPHandler: Done processing connection. 2026.04.10 22:27:21.367014 [ 290 ] {} TCP-Session: 43fc18ae-5d49-4891-a6aa-156ba5eeaa36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.367015 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.10 22:27:21.367034 [ 356 ] {} TCPHandler: Done processing connection. 2026.04.10 22:27:21.367071 [ 352 ] {} TCPHandler: Done processing connection. 2026.04.10 22:27:21.367084 [ 353 ] {} TCPHandler: Done processing connection. 2026.04.10 22:27:21.367096 [ 356 ] {} TCP-Session: e1c2728e-cf28-4269-b5d9-ef52743cd794 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.367118 [ 352 ] {} TCP-Session: 27fc93e5-8401-49b3-a555-a6ecf519d60b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.367137 [ 353 ] {} TCP-Session: a97d4afc-8747-4c16-815a-41c581cc989e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.367080 [ 288 ] {} TCP-Session: 73346a66-119c-4d24-a0f4-ac9cc34f7550 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.367053 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.10 22:27:21.367048 [ 354 ] {} TCP-Session: a452028c-323e-45af-8cfc-612a5f59d720 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.367110 [ 355 ] {} TCPHandler: Done processing connection. 2026.04.10 22:27:21.367220 [ 289 ] {} TCP-Session: 38df6b65-540f-4964-a717-a7ca0e88b647 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.367263 [ 355 ] {} TCP-Session: f82307cb-1d63-4dcf-a4cb-75f9fa48d321 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.515608 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56111 2026.04.10 22:27:21.515717 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:27:21.515745 [ 286 ] {} TCP-Session: 0716e4be-9513-45c4-8e77-6228bafecd92 Authenticating user 'default' from [fd00:1122:3344:101::e]:56111 2026.04.10 22:27:21.515766 [ 286 ] {} TCP-Session: 0716e4be-9513-45c4-8e77-6228bafecd92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.515779 [ 286 ] {} TCP-Session: 0716e4be-9513-45c4-8e77-6228bafecd92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.515976 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50881 2026.04.10 22:27:21.516024 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61313 2026.04.10 22:27:21.516043 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38101 2026.04.10 22:27:21.516059 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44076 2026.04.10 22:27:21.516080 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:27:21.516116 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:27:21.516123 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:27:21.516143 [ 288 ] {} TCP-Session: 3a9d37f7-b611-4d83-b74c-0ef4d64f4ada Authenticating user 'default' from [fd00:1122:3344:101::e]:50881 2026.04.10 22:27:21.516168 [ 353 ] {} TCP-Session: 3f3e201c-6319-4f18-a740-01f58d227bc6 Authenticating user 'default' from [fd00:1122:3344:101::e]:38101 2026.04.10 22:27:21.516189 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:27:21.516209 [ 288 ] {} TCP-Session: 3a9d37f7-b611-4d83-b74c-0ef4d64f4ada Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.516212 [ 353 ] {} TCP-Session: 3f3e201c-6319-4f18-a740-01f58d227bc6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.516234 [ 354 ] {} TCP-Session: 4ceee551-774b-4c26-b9af-335ee0ef0ed9 Authenticating user 'default' from [fd00:1122:3344:101::e]:44076 2026.04.10 22:27:21.516251 [ 353 ] {} TCP-Session: 3f3e201c-6319-4f18-a740-01f58d227bc6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.516274 [ 354 ] {} TCP-Session: 4ceee551-774b-4c26-b9af-335ee0ef0ed9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.516237 [ 288 ] {} TCP-Session: 3a9d37f7-b611-4d83-b74c-0ef4d64f4ada Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.516297 [ 354 ] {} TCP-Session: 4ceee551-774b-4c26-b9af-335ee0ef0ed9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.516162 [ 290 ] {} TCP-Session: 0084dc05-5983-4b0f-bad5-b2976e2f4754 Authenticating user 'default' from [fd00:1122:3344:101::e]:61313 2026.04.10 22:27:21.516081 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53689 2026.04.10 22:27:21.516377 [ 290 ] {} TCP-Session: 0084dc05-5983-4b0f-bad5-b2976e2f4754 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.516074 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55214 2026.04.10 22:27:21.516421 [ 290 ] {} TCP-Session: 0084dc05-5983-4b0f-bad5-b2976e2f4754 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.516438 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:27:21.516048 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50306 2026.04.10 22:27:21.516503 [ 356 ] {} TCP-Session: ba865560-def9-4256-95e8-161895bb61ae Authenticating user 'default' from [fd00:1122:3344:101::e]:53689 2026.04.10 22:27:21.516522 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:27:21.516542 [ 356 ] {} TCP-Session: ba865560-def9-4256-95e8-161895bb61ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.516025 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53123 2026.04.10 22:27:21.516573 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:27:21.516567 [ 356 ] {} TCP-Session: ba865560-def9-4256-95e8-161895bb61ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.516622 [ 352 ] {} TCP-Session: ce30ead4-6d60-48b9-90cd-a754415595e1 Authenticating user 'default' from [fd00:1122:3344:101::e]:50306 2026.04.10 22:27:21.516564 [ 355 ] {} TCP-Session: 610584a2-2430-4371-a361-484067a10a7e Authenticating user 'default' from [fd00:1122:3344:101::e]:55214 2026.04.10 22:27:21.516645 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:27:21.516656 [ 352 ] {} TCP-Session: ce30ead4-6d60-48b9-90cd-a754415595e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.516667 [ 355 ] {} TCP-Session: 610584a2-2430-4371-a361-484067a10a7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.516683 [ 289 ] {} TCP-Session: 35c1f461-1d60-4b6c-8d22-87d398de68f7 Authenticating user 'default' from [fd00:1122:3344:101::e]:53123 2026.04.10 22:27:21.516701 [ 355 ] {} TCP-Session: 610584a2-2430-4371-a361-484067a10a7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.516717 [ 289 ] {} TCP-Session: 35c1f461-1d60-4b6c-8d22-87d398de68f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.516151 [ 286 ] {} TCP-Session: 0716e4be-9513-45c4-8e77-6228bafecd92 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:21.516742 [ 289 ] {} TCP-Session: 35c1f461-1d60-4b6c-8d22-87d398de68f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.516691 [ 352 ] {} TCP-Session: ce30ead4-6d60-48b9-90cd-a754415595e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.516939 [ 286 ] {516512f6-c889-478f-a0de-534109668b56} executeQuery: (from [fd00:1122:3344:101::e]:56111) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.10 22:27:21.517184 [ 286 ] {516512f6-c889-478f-a0de-534109668b56} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.10 22:27:21.517233 [ 286 ] {516512f6-c889-478f-a0de-534109668b56} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 22:27:21.517487 [ 286 ] {516512f6-c889-478f-a0de-534109668b56} oximeter.version (86b21b0a-84a9-4638-abea-877072e10dcd) (SelectExecutor): Key condition: unknown 2026.04.10 22:27:21.518435 [ 309 ] {516512f6-c889-478f-a0de-534109668b56} AggregatingTransform: Aggregating 2026.04.10 22:27:21.518468 [ 309 ] {516512f6-c889-478f-a0de-534109668b56} Aggregator: Aggregation method: without_key 2026.04.10 22:27:21.518500 [ 309 ] {516512f6-c889-478f-a0de-534109668b56} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000862327 sec. (1159.653 rows/sec., 45.30 KiB/sec.) 2026.04.10 22:27:21.518517 [ 309 ] {516512f6-c889-478f-a0de-534109668b56} Aggregator: Merging aggregated data 2026.04.10 22:27:21.520000 [ 286 ] {516512f6-c889-478f-a0de-534109668b56} executeQuery: Read 1 rows, 40.00 B in 0.003111 sec., 321.44005143040823 rows/sec., 12.56 KiB/sec. 2026.04.10 22:27:21.520110 [ 286 ] {516512f6-c889-478f-a0de-534109668b56} TCPHandler: Processed in 0.004144334 sec. 2026.04.10 22:27:21.520226 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.10 22:27:21.520255 [ 286 ] {} TCP-Session: 0716e4be-9513-45c4-8e77-6228bafecd92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.520255 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.10 22:27:21.520271 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.10 22:27:21.520288 [ 356 ] {} TCPHandler: Done processing connection. 2026.04.10 22:27:21.520310 [ 288 ] {} TCP-Session: 3a9d37f7-b611-4d83-b74c-0ef4d64f4ada Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.520329 [ 290 ] {} TCP-Session: 0084dc05-5983-4b0f-bad5-b2976e2f4754 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.520343 [ 353 ] {} TCPHandler: Done processing connection. 2026.04.10 22:27:21.520346 [ 356 ] {} TCP-Session: ba865560-def9-4256-95e8-161895bb61ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.520355 [ 352 ] {} TCPHandler: Done processing connection. 2026.04.10 22:27:21.520386 [ 353 ] {} TCP-Session: 3f3e201c-6319-4f18-a740-01f58d227bc6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.520323 [ 354 ] {} TCPHandler: Done processing connection. 2026.04.10 22:27:21.520455 [ 352 ] {} TCP-Session: ce30ead4-6d60-48b9-90cd-a754415595e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.520492 [ 354 ] {} TCP-Session: 4ceee551-774b-4c26-b9af-335ee0ef0ed9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.520305 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.10 22:27:21.520545 [ 289 ] {} TCP-Session: 35c1f461-1d60-4b6c-8d22-87d398de68f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.520378 [ 355 ] {} TCPHandler: Done processing connection. 2026.04.10 22:27:21.520615 [ 355 ] {} TCP-Session: 610584a2-2430-4371-a361-484067a10a7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.644491 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48268 2026.04.10 22:27:21.644590 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:27:21.644616 [ 286 ] {} TCP-Session: 5c5d2a86-7475-429f-af40-229914561a77 Authenticating user 'default' from [fd00:1122:3344:101::e]:48268 2026.04.10 22:27:21.644637 [ 286 ] {} TCP-Session: 5c5d2a86-7475-429f-af40-229914561a77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.644649 [ 286 ] {} TCP-Session: 5c5d2a86-7475-429f-af40-229914561a77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.644871 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40488 2026.04.10 22:27:21.644898 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59080 2026.04.10 22:27:21.644907 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42071 2026.04.10 22:27:21.644944 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33308 2026.04.10 22:27:21.644953 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50890 2026.04.10 22:27:21.644997 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:27:21.644997 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:27:21.645043 [ 288 ] {} TCP-Session: 6dd4ca01-60d4-4c47-9e7f-e6beb1f7d633 Authenticating user 'default' from [fd00:1122:3344:101::e]:40488 2026.04.10 22:27:21.645039 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:27:21.645064 [ 353 ] {} TCP-Session: dd42e2f2-31e1-4ed3-9534-2129edc7bba7 Authenticating user 'default' from [fd00:1122:3344:101::e]:59080 2026.04.10 22:27:21.645078 [ 288 ] {} TCP-Session: 6dd4ca01-60d4-4c47-9e7f-e6beb1f7d633 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.645094 [ 352 ] {} TCP-Session: 20c4bab2-a12b-4d4c-8fba-5cf6747516e3 Authenticating user 'default' from [fd00:1122:3344:101::e]:42071 2026.04.10 22:27:21.645104 [ 353 ] {} TCP-Session: dd42e2f2-31e1-4ed3-9534-2129edc7bba7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.645113 [ 288 ] {} TCP-Session: 6dd4ca01-60d4-4c47-9e7f-e6beb1f7d633 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.645145 [ 353 ] {} TCP-Session: dd42e2f2-31e1-4ed3-9534-2129edc7bba7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.645066 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:27:21.644928 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57631 2026.04.10 22:27:21.645210 [ 356 ] {} TCP-Session: feafb4f3-bb47-4880-b92b-5894db6aa17a Authenticating user 'default' from [fd00:1122:3344:101::e]:50890 2026.04.10 22:27:21.644895 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35237 2026.04.10 22:27:21.645255 [ 356 ] {} TCP-Session: feafb4f3-bb47-4880-b92b-5894db6aa17a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.644881 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59953 2026.04.10 22:27:21.645290 [ 356 ] {} TCP-Session: feafb4f3-bb47-4880-b92b-5894db6aa17a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.645309 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:27:21.645320 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:27:21.645137 [ 352 ] {} TCP-Session: 20c4bab2-a12b-4d4c-8fba-5cf6747516e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.645359 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:27:21.645359 [ 289 ] {} TCP-Session: 59b8d1c5-9290-4a5b-9983-86c553fd3f92 Authenticating user 'default' from [fd00:1122:3344:101::e]:35237 2026.04.10 22:27:21.645377 [ 352 ] {} TCP-Session: 20c4bab2-a12b-4d4c-8fba-5cf6747516e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.645394 [ 290 ] {} TCP-Session: 08c86209-e668-448e-a060-055e0727eee9 Authenticating user 'default' from [fd00:1122:3344:101::e]:59953 2026.04.10 22:27:21.645411 [ 289 ] {} TCP-Session: 59b8d1c5-9290-4a5b-9983-86c553fd3f92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.645433 [ 290 ] {} TCP-Session: 08c86209-e668-448e-a060-055e0727eee9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.645445 [ 289 ] {} TCP-Session: 59b8d1c5-9290-4a5b-9983-86c553fd3f92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.645455 [ 290 ] {} TCP-Session: 08c86209-e668-448e-a060-055e0727eee9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.645351 [ 354 ] {} TCP-Session: 9ad8f30d-805a-45bf-97c2-b55f64a0edc9 Authenticating user 'default' from [fd00:1122:3344:101::e]:57631 2026.04.10 22:27:21.645048 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:27:21.645508 [ 354 ] {} TCP-Session: 9ad8f30d-805a-45bf-97c2-b55f64a0edc9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.644948 [ 286 ] {} TCP-Session: 5c5d2a86-7475-429f-af40-229914561a77 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:21.645547 [ 354 ] {} TCP-Session: 9ad8f30d-805a-45bf-97c2-b55f64a0edc9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.645548 [ 355 ] {} TCP-Session: a6cd658f-2328-4ea2-9065-5855611d7adc Authenticating user 'default' from [fd00:1122:3344:101::e]:33308 2026.04.10 22:27:21.645619 [ 355 ] {} TCP-Session: a6cd658f-2328-4ea2-9065-5855611d7adc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.645634 [ 355 ] {} TCP-Session: a6cd658f-2328-4ea2-9065-5855611d7adc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.645711 [ 286 ] {0fe29b99-b3af-4808-acfa-89151dec9cf5} executeQuery: (from [fd00:1122:3344:101::e]:48268) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.10 22:27:21.645957 [ 286 ] {0fe29b99-b3af-4808-acfa-89151dec9cf5} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.10 22:27:21.646010 [ 286 ] {0fe29b99-b3af-4808-acfa-89151dec9cf5} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 22:27:21.646369 [ 286 ] {0fe29b99-b3af-4808-acfa-89151dec9cf5} oximeter.version (86b21b0a-84a9-4638-abea-877072e10dcd) (SelectExecutor): Key condition: unknown 2026.04.10 22:27:21.647342 [ 335 ] {0fe29b99-b3af-4808-acfa-89151dec9cf5} AggregatingTransform: Aggregating 2026.04.10 22:27:21.647400 [ 335 ] {0fe29b99-b3af-4808-acfa-89151dec9cf5} Aggregator: Aggregation method: without_key 2026.04.10 22:27:21.647439 [ 335 ] {0fe29b99-b3af-4808-acfa-89151dec9cf5} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000959029 sec. (1042.721 rows/sec., 40.73 KiB/sec.) 2026.04.10 22:27:21.647457 [ 335 ] {0fe29b99-b3af-4808-acfa-89151dec9cf5} Aggregator: Merging aggregated data 2026.04.10 22:27:21.648782 [ 286 ] {0fe29b99-b3af-4808-acfa-89151dec9cf5} executeQuery: Read 1 rows, 40.00 B in 0.003123 sec., 320.2049311559398 rows/sec., 12.51 KiB/sec. 2026.04.10 22:27:21.648929 [ 286 ] {0fe29b99-b3af-4808-acfa-89151dec9cf5} TCPHandler: Processed in 0.004092912 sec. 2026.04.10 22:27:21.649036 [ 356 ] {} TCPHandler: Done processing connection. 2026.04.10 22:27:21.649055 [ 352 ] {} TCPHandler: Done processing connection. 2026.04.10 22:27:21.649072 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.10 22:27:21.649082 [ 356 ] {} TCP-Session: feafb4f3-bb47-4880-b92b-5894db6aa17a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.649092 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.10 22:27:21.649108 [ 354 ] {} TCPHandler: Done processing connection. 2026.04.10 22:27:21.649124 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.10 22:27:21.649139 [ 353 ] {} TCPHandler: Done processing connection. 2026.04.10 22:27:21.649172 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.10 22:27:21.649182 [ 289 ] {} TCP-Session: 59b8d1c5-9290-4a5b-9983-86c553fd3f92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.649203 [ 353 ] {} TCP-Session: dd42e2f2-31e1-4ed3-9534-2129edc7bba7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.649212 [ 286 ] {} TCP-Session: 5c5d2a86-7475-429f-af40-229914561a77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.649169 [ 354 ] {} TCP-Session: 9ad8f30d-805a-45bf-97c2-b55f64a0edc9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.649128 [ 290 ] {} TCP-Session: 08c86209-e668-448e-a060-055e0727eee9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.649151 [ 288 ] {} TCP-Session: 6dd4ca01-60d4-4c47-9e7f-e6beb1f7d633 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.649157 [ 355 ] {} TCPHandler: Done processing connection. 2026.04.10 22:27:21.649105 [ 352 ] {} TCP-Session: 20c4bab2-a12b-4d4c-8fba-5cf6747516e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.649342 [ 355 ] {} TCP-Session: a6cd658f-2328-4ea2-9065-5855611d7adc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:27:21.926648 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:21.926831 [ 6 ] {ea99c0c0-6856-4132-b73e-7754b3437f9b} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:27:21.926901 [ 6 ] {ea99c0c0-6856-4132-b73e-7754b3437f9b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:27:21.927613 [ 6 ] {ea99c0c0-6856-4132-b73e-7754b3437f9b} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:21.927666 [ 6 ] {ea99c0c0-6856-4132-b73e-7754b3437f9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:21.928068 [ 6 ] {ea99c0c0-6856-4132-b73e-7754b3437f9b} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.04.10 22:27:21.928301 [ 6 ] {ea99c0c0-6856-4132-b73e-7754b3437f9b} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:27:21.928462 [ 6 ] {ea99c0c0-6856-4132-b73e-7754b3437f9b} executeQuery: Read 92 rows, 7.96 KiB in 0.001683 sec., 54664.28995840761 rows/sec., 4.62 MiB/sec. 2026.04.10 22:27:21.928463 [ 126 ] {} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.04.10 22:27:21.928514 [ 6 ] {ea99c0c0-6856-4132-b73e-7754b3437f9b} TCPHandler: Processed in 0.00200639 sec. 2026.04.10 22:27:21.928537 [ 126 ] {} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:21.928564 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:21.928657 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:21.928692 [ 196 ] {15303715-e1d3-410d-9b74-21f9c069a75b::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.10 22:27:21.928768 [ 6 ] {ca6604ef-44f3-4ae9-a7e8-cf6698ed43fb} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:27:21.928833 [ 6 ] {ca6604ef-44f3-4ae9-a7e8-cf6698ed43fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:27:21.928846 [ 196 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:27:21.928897 [ 196 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 3362 rows starting from the beginning of the part 2026.04.10 22:27:21.928974 [ 196 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 102 rows starting from the beginning of the part 2026.04.10 22:27:21.929023 [ 196 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 92 rows starting from the beginning of the part 2026.04.10 22:27:21.929071 [ 196 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 3195 rows starting from the beginning of the part 2026.04.10 22:27:21.929124 [ 196 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 56 rows starting from the beginning of the part 2026.04.10 22:27:21.929169 [ 196 ] {15303715-e1d3-410d-9b74-21f9c069a75b::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.10 22:27:21.929335 [ 6 ] {ca6604ef-44f3-4ae9-a7e8-cf6698ed43fb} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:21.929381 [ 6 ] {ca6604ef-44f3-4ae9-a7e8-cf6698ed43fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:21.929723 [ 6 ] {ca6604ef-44f3-4ae9-a7e8-cf6698ed43fb} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.04.10 22:27:21.929965 [ 6 ] {ca6604ef-44f3-4ae9-a7e8-cf6698ed43fb} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:27:21.930109 [ 6 ] {ca6604ef-44f3-4ae9-a7e8-cf6698ed43fb} executeQuery: Read 18 rows, 1.35 KiB in 0.001365 sec., 13186.813186813188 rows/sec., 991.59 KiB/sec. 2026.04.10 22:27:21.930152 [ 6 ] {ca6604ef-44f3-4ae9-a7e8-cf6698ed43fb} TCPHandler: Processed in 0.001550951 sec. 2026.04.10 22:27:21.930283 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:21.930384 [ 6 ] {9be0cc48-93a3-4717-a1d4-43156c46f8a3} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:27:21.930427 [ 6 ] {9be0cc48-93a3-4717-a1d4-43156c46f8a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:27:21.930859 [ 6 ] {9be0cc48-93a3-4717-a1d4-43156c46f8a3} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:21.930896 [ 6 ] {9be0cc48-93a3-4717-a1d4-43156c46f8a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:21.931214 [ 6 ] {9be0cc48-93a3-4717-a1d4-43156c46f8a3} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.04.10 22:27:21.931433 [ 6 ] {9be0cc48-93a3-4717-a1d4-43156c46f8a3} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:27:21.931539 [ 199 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 6899 rows, containing 5 columns (5 merged, 0 gathered) in 0.002909318 sec., 2371346.1367921964 rows/sec., 188.39 MiB/sec. 2026.04.10 22:27:21.931567 [ 6 ] {9be0cc48-93a3-4717-a1d4-43156c46f8a3} executeQuery: Read 82 rows, 6.56 KiB in 0.001205 sec., 68049.79253112034 rows/sec., 5.31 MiB/sec. 2026.04.10 22:27:21.931549 [ 126 ] {} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.04.10 22:27:21.931625 [ 6 ] {9be0cc48-93a3-4717-a1d4-43156c46f8a3} TCPHandler: Processed in 0.001395678 sec. 2026.04.10 22:27:21.931650 [ 126 ] {} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:21.931674 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:21.931755 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:21.931784 [ 197 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::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.10 22:27:21.931858 [ 6 ] {1e435a75-4dbe-4338-ba1c-9f5a9a460570} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:27:21.931868 [ 196 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.04.10 22:27:21.931911 [ 6 ] {1e435a75-4dbe-4338-ba1c-9f5a9a460570} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:27:21.931926 [ 197 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:27:21.931970 [ 197 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1834 rows starting from the beginning of the part 2026.04.10 22:27:21.932043 [ 197 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 87 rows starting from the beginning of the part 2026.04.10 22:27:21.932096 [ 197 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 82 rows starting from the beginning of the part 2026.04.10 22:27:21.932152 [ 197 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1745 rows starting from the beginning of the part 2026.04.10 22:27:21.932192 [ 196 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_46_9} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:27:21.932200 [ 197 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 64 rows starting from the beginning of the part 2026.04.10 22:27:21.932255 [ 197 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 82 rows starting from the beginning of the part 2026.04.10 22:27:21.932282 [ 196 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_46_9} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.04.10 22:27:21.932367 [ 6 ] {1e435a75-4dbe-4338-ba1c-9f5a9a460570} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:21.932372 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.31 MiB. 2026.04.10 22:27:21.932413 [ 6 ] {1e435a75-4dbe-4338-ba1c-9f5a9a460570} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:21.932811 [ 6 ] {1e435a75-4dbe-4338-ba1c-9f5a9a460570} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.04.10 22:27:21.933057 [ 6 ] {1e435a75-4dbe-4338-ba1c-9f5a9a460570} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:27:21.933199 [ 6 ] {1e435a75-4dbe-4338-ba1c-9f5a9a460570} executeQuery: Read 160 rows, 11.41 KiB in 0.00136 sec., 117647.0588235294 rows/sec., 8.19 MiB/sec. 2026.04.10 22:27:21.933236 [ 6 ] {1e435a75-4dbe-4338-ba1c-9f5a9a460570} TCPHandler: Processed in 0.001530371 sec. 2026.04.10 22:27:21.933347 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:21.933443 [ 6 ] {e38077c7-0b0a-469c-96c7-bae7acca49e1} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:27:21.933498 [ 6 ] {e38077c7-0b0a-469c-96c7-bae7acca49e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:27:21.933781 [ 199 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 3894 rows, containing 5 columns (5 merged, 0 gathered) in 0.002053091 sec., 1896652.4133611224 rows/sec., 137.44 MiB/sec. 2026.04.10 22:27:21.934027 [ 196 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.04.10 22:27:21.934277 [ 196 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_46_9} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:27:21.934292 [ 6 ] {e38077c7-0b0a-469c-96c7-bae7acca49e1} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:21.934335 [ 6 ] {e38077c7-0b0a-469c-96c7-bae7acca49e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:21.934354 [ 196 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_46_9} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.04.10 22:27:21.934437 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. 2026.04.10 22:27:21.934879 [ 6 ] {e38077c7-0b0a-469c-96c7-bae7acca49e1} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.04.10 22:27:21.935108 [ 6 ] {e38077c7-0b0a-469c-96c7-bae7acca49e1} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:27:21.935247 [ 6 ] {e38077c7-0b0a-469c-96c7-bae7acca49e1} executeQuery: Read 18 rows, 33.03 KiB in 0.001823 sec., 9873.834339001645 rows/sec., 17.69 MiB/sec. 2026.04.10 22:27:21.935313 [ 6 ] {e38077c7-0b0a-469c-96c7-bae7acca49e1} TCPHandler: Processed in 0.00201538 sec. 2026.04.10 22:27:21.935427 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:21.935522 [ 6 ] {b09c2141-3a00-4678-aa6e-f46f9d602b30} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:27:21.935564 [ 6 ] {b09c2141-3a00-4678-aa6e-f46f9d602b30} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:27:21.935939 [ 6 ] {b09c2141-3a00-4678-aa6e-f46f9d602b30} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:21.935974 [ 6 ] {b09c2141-3a00-4678-aa6e-f46f9d602b30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:21.936264 [ 6 ] {b09c2141-3a00-4678-aa6e-f46f9d602b30} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.04.10 22:27:21.936461 [ 6 ] {b09c2141-3a00-4678-aa6e-f46f9d602b30} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:27:21.936578 [ 6 ] {b09c2141-3a00-4678-aa6e-f46f9d602b30} executeQuery: Read 60 rows, 4.14 KiB in 0.001134 sec., 52910.05291005291 rows/sec., 3.57 MiB/sec. 2026.04.10 22:27:21.936612 [ 6 ] {b09c2141-3a00-4678-aa6e-f46f9d602b30} TCPHandler: Processed in 0.001295076 sec. 2026.04.10 22:27:22.000224 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 280.92 MiB, peak 290.56 MiB, free memory in arenas 0.00 B, will set to 279.80 MiB (RSS), difference: -1.11 MiB 2026.04.10 22:27:25.407884 [ 122 ] {} DNSResolver: Updating DNS cache 2026.04.10 22:27:25.407964 [ 122 ] {} DNSResolver: Updated DNS cache 2026.04.10 22:27:25.561860 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 16318 2026.04.10 22:27:25.562629 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:25.562720 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:25.563283 [ 245 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.04.10 22:27:25.563527 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): 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.10 22:27:25.563677 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16318 2026.04.10 22:27:26.405025 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 256 2026.04.10 22:27:26.421596 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:26.421656 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:26.428094 [ 244 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.04.10 22:27:26.428783 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): 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.10 22:27:26.431615 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 256 2026.04.10 22:27:26.459846 [ 121 ] {} oximeter.fields_ipaddr (b4784700-91f7-4af4-af29-376f839f9b40) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2026.04.10 22:27:26.459931 [ 121 ] {} oximeter.fields_ipaddr (b4784700-91f7-4af4-af29-376f839f9b40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:26.459965 [ 121 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:26.460108 [ 197 ] {b4784700-91f7-4af4-af29-376f839f9b40::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.10 22:27:26.460280 [ 197 ] {b4784700-91f7-4af4-af29-376f839f9b40::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:27:26.460330 [ 197 ] {b4784700-91f7-4af4-af29-376f839f9b40::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 18 rows starting from the beginning of the part 2026.04.10 22:27:26.460431 [ 197 ] {b4784700-91f7-4af4-af29-376f839f9b40::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part 2026.04.10 22:27:26.460508 [ 197 ] {b4784700-91f7-4af4-af29-376f839f9b40::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 4 rows starting from the beginning of the part 2026.04.10 22:27:26.460586 [ 197 ] {b4784700-91f7-4af4-af29-376f839f9b40::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.10 22:27:26.460659 [ 197 ] {b4784700-91f7-4af4-af29-376f839f9b40::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part 2026.04.10 22:27:26.461548 [ 199 ] {b4784700-91f7-4af4-af29-376f839f9b40::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.00149793 sec., 24033.16576876089 rows/sec., 2.01 MiB/sec. 2026.04.10 22:27:26.461702 [ 188 ] {b4784700-91f7-4af4-af29-376f839f9b40::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2026.04.10 22:27:26.461970 [ 188 ] {b4784700-91f7-4af4-af29-376f839f9b40::all_1_13_3} oximeter.fields_ipaddr (b4784700-91f7-4af4-af29-376f839f9b40): 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.10 22:27:26.462041 [ 188 ] {b4784700-91f7-4af4-af29-376f839f9b40::all_1_13_3} oximeter.fields_ipaddr (b4784700-91f7-4af4-af29-376f839f9b40) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2026.04.10 22:27:26.462120 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.04.10 22:27:26.790914 [ 99 ] {} oximeter.measurements_bool (866da8bb-a9f8-4668-8c33-6b1a5bc68a2a) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.04.10 22:27:26.790971 [ 99 ] {} oximeter.measurements_bool (866da8bb-a9f8-4668-8c33-6b1a5bc68a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:26.790991 [ 99 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:26.791074 [ 197 ] {866da8bb-a9f8-4668-8c33-6b1a5bc68a2a::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.10 22:27:26.791186 [ 197 ] {866da8bb-a9f8-4668-8c33-6b1a5bc68a2a::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:27:26.791214 [ 197 ] {866da8bb-a9f8-4668-8c33-6b1a5bc68a2a::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 30 rows starting from the beginning of the part 2026.04.10 22:27:26.791265 [ 197 ] {866da8bb-a9f8-4668-8c33-6b1a5bc68a2a::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part 2026.04.10 22:27:26.791302 [ 197 ] {866da8bb-a9f8-4668-8c33-6b1a5bc68a2a::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part 2026.04.10 22:27:26.791337 [ 197 ] {866da8bb-a9f8-4668-8c33-6b1a5bc68a2a::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part 2026.04.10 22:27:26.791373 [ 197 ] {866da8bb-a9f8-4668-8c33-6b1a5bc68a2a::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part 2026.04.10 22:27:26.792022 [ 197 ] {866da8bb-a9f8-4668-8c33-6b1a5bc68a2a::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 4 columns (4 merged, 0 gathered) in 0.00098294 sec., 54937.22912893971 rows/sec., 2.80 MiB/sec. 2026.04.10 22:27:26.792137 [ 197 ] {866da8bb-a9f8-4668-8c33-6b1a5bc68a2a::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.04.10 22:27:26.792364 [ 197 ] {866da8bb-a9f8-4668-8c33-6b1a5bc68a2a::all_1_9_2} oximeter.measurements_bool (866da8bb-a9f8-4668-8c33-6b1a5bc68a2a): 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.10 22:27:26.792430 [ 197 ] {866da8bb-a9f8-4668-8c33-6b1a5bc68a2a::all_1_9_2} oximeter.measurements_bool (866da8bb-a9f8-4668-8c33-6b1a5bc68a2a) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.04.10 22:27:26.792492 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.04.10 22:27:26.934067 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:26.934327 [ 6 ] {48011c42-423c-435c-a332-1e8f9bd4d5a7} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.10 22:27:26.934424 [ 6 ] {48011c42-423c-435c-a332-1e8f9bd4d5a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.10 22:27:26.935250 [ 6 ] {48011c42-423c-435c-a332-1e8f9bd4d5a7} oximeter.fields_i16 (419f2eef-209c-46fc-9cc0-97b5087686b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:26.935291 [ 6 ] {48011c42-423c-435c-a332-1e8f9bd4d5a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:26.935685 [ 6 ] {48011c42-423c-435c-a332-1e8f9bd4d5a7} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.10 22:27:26.935920 [ 6 ] {48011c42-423c-435c-a332-1e8f9bd4d5a7} oximeter.fields_i16 (419f2eef-209c-46fc-9cc0-97b5087686b9): 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.10 22:27:26.936070 [ 6 ] {48011c42-423c-435c-a332-1e8f9bd4d5a7} executeQuery: Read 284 rows, 18.47 KiB in 0.001814 sec., 156560.08820286658 rows/sec., 9.94 MiB/sec. 2026.04.10 22:27:26.936111 [ 6 ] {48011c42-423c-435c-a332-1e8f9bd4d5a7} TCPHandler: Processed in 0.002211365 sec. 2026.04.10 22:27:26.936234 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:26.936331 [ 6 ] {313a1277-6712-4c1a-b4d3-7609a2e87c4d} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:27:26.936372 [ 6 ] {313a1277-6712-4c1a-b4d3-7609a2e87c4d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:27:26.937170 [ 6 ] {313a1277-6712-4c1a-b4d3-7609a2e87c4d} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:26.937206 [ 6 ] {313a1277-6712-4c1a-b4d3-7609a2e87c4d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:26.937578 [ 6 ] {313a1277-6712-4c1a-b4d3-7609a2e87c4d} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.04.10 22:27:26.937787 [ 6 ] {313a1277-6712-4c1a-b4d3-7609a2e87c4d} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:27:26.937915 [ 6 ] {313a1277-6712-4c1a-b4d3-7609a2e87c4d} executeQuery: Read 843 rows, 67.17 KiB in 0.001603 sec., 525888.9582033687 rows/sec., 40.92 MiB/sec. 2026.04.10 22:27:26.937952 [ 6 ] {313a1277-6712-4c1a-b4d3-7609a2e87c4d} TCPHandler: Processed in 0.001767146 sec. 2026.04.10 22:27:26.938054 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:26.938148 [ 6 ] {4b134c5f-1f4d-41eb-b647-c81ffc0c59ca} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:27:26.938188 [ 6 ] {4b134c5f-1f4d-41eb-b647-c81ffc0c59ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:27:26.938625 [ 6 ] {4b134c5f-1f4d-41eb-b647-c81ffc0c59ca} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:26.938660 [ 6 ] {4b134c5f-1f4d-41eb-b647-c81ffc0c59ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:26.938957 [ 6 ] {4b134c5f-1f4d-41eb-b647-c81ffc0c59ca} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.04.10 22:27:26.939176 [ 6 ] {4b134c5f-1f4d-41eb-b647-c81ffc0c59ca} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:27:26.939270 [ 99 ] {} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.04.10 22:27:26.939300 [ 6 ] {4b134c5f-1f4d-41eb-b647-c81ffc0c59ca} executeQuery: Read 165 rows, 10.27 KiB in 0.001171 sec., 140905.20922288642 rows/sec., 8.57 MiB/sec. 2026.04.10 22:27:26.939304 [ 99 ] {} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:26.939334 [ 99 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:26.939338 [ 6 ] {4b134c5f-1f4d-41eb-b647-c81ffc0c59ca} TCPHandler: Processed in 0.001332887 sec. 2026.04.10 22:27:26.939439 [ 189 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::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.10 22:27:26.939456 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:26.939569 [ 6 ] {0443805e-d244-413e-8154-dc2666194dc8} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.10 22:27:26.939576 [ 189 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:27:26.939613 [ 6 ] {0443805e-d244-413e-8154-dc2666194dc8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.10 22:27:26.939622 [ 189 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 226 rows starting from the beginning of the part 2026.04.10 22:27:26.939699 [ 189 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 23 rows starting from the beginning of the part 2026.04.10 22:27:26.939751 [ 189 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 18 rows starting from the beginning of the part 2026.04.10 22:27:26.939800 [ 189 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 182 rows starting from the beginning of the part 2026.04.10 22:27:26.939844 [ 189 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 18 rows starting from the beginning of the part 2026.04.10 22:27:26.939889 [ 189 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 165 rows starting from the beginning of the part 2026.04.10 22:27:26.940050 [ 6 ] {0443805e-d244-413e-8154-dc2666194dc8} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:26.940093 [ 6 ] {0443805e-d244-413e-8154-dc2666194dc8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:26.940404 [ 6 ] {0443805e-d244-413e-8154-dc2666194dc8} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.10 22:27:26.940630 [ 6 ] {0443805e-d244-413e-8154-dc2666194dc8} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002): 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.10 22:27:26.940722 [ 99 ] {} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 2026.04.10 22:27:26.940746 [ 99 ] {} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:26.940759 [ 6 ] {0443805e-d244-413e-8154-dc2666194dc8} executeQuery: Read 149 rows, 9.86 KiB in 0.001208 sec., 123344.37086092714 rows/sec., 7.97 MiB/sec. 2026.04.10 22:27:26.940762 [ 99 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:26.940797 [ 6 ] {0443805e-d244-413e-8154-dc2666194dc8} TCPHandler: Processed in 0.001389958 sec. 2026.04.10 22:27:26.940825 [ 199 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 632 rows, containing 5 columns (5 merged, 0 gathered) in 0.001437599 sec., 439621.8973441134 rows/sec., 29.55 MiB/sec. 2026.04.10 22:27:26.940833 [ 189 ] {3fa287f2-d72f-48ad-8e53-55e283cdd002::all_1_15_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full 2026.04.10 22:27:26.940909 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:26.940931 [ 189 ] {3fa287f2-d72f-48ad-8e53-55e283cdd002::all_1_15_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:27:26.940958 [ 189 ] {3fa287f2-d72f-48ad-8e53-55e283cdd002::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 974 rows starting from the beginning of the part 2026.04.10 22:27:26.940969 [ 197 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.04.10 22:27:26.940999 [ 189 ] {3fa287f2-d72f-48ad-8e53-55e283cdd002::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 25 rows starting from the beginning of the part 2026.04.10 22:27:26.941008 [ 6 ] {f09dd748-1e27-4940-bf51-b2809fd5b9f5} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.10 22:27:26.941033 [ 189 ] {3fa287f2-d72f-48ad-8e53-55e283cdd002::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 801 rows starting from the beginning of the part 2026.04.10 22:27:26.941056 [ 6 ] {f09dd748-1e27-4940-bf51-b2809fd5b9f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.10 22:27:26.941071 [ 189 ] {3fa287f2-d72f-48ad-8e53-55e283cdd002::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 24 rows starting from the beginning of the part 2026.04.10 22:27:26.941106 [ 189 ] {3fa287f2-d72f-48ad-8e53-55e283cdd002::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 950 rows starting from the beginning of the part 2026.04.10 22:27:26.941136 [ 189 ] {3fa287f2-d72f-48ad-8e53-55e283cdd002::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 149 rows starting from the beginning of the part 2026.04.10 22:27:26.941221 [ 197 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_41_8} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:27:26.941290 [ 197 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_41_8} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.04.10 22:27:26.941367 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.04.10 22:27:26.941502 [ 6 ] {f09dd748-1e27-4940-bf51-b2809fd5b9f5} oximeter.fields_u8 (db645430-3721-434f-a428-3eb1f7165166): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:26.941541 [ 6 ] {f09dd748-1e27-4940-bf51-b2809fd5b9f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:26.941850 [ 6 ] {f09dd748-1e27-4940-bf51-b2809fd5b9f5} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.10 22:27:26.942056 [ 6 ] {f09dd748-1e27-4940-bf51-b2809fd5b9f5} oximeter.fields_u8 (db645430-3721-434f-a428-3eb1f7165166): 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.10 22:27:26.942181 [ 6 ] {f09dd748-1e27-4940-bf51-b2809fd5b9f5} executeQuery: Read 148 rows, 8.62 KiB in 0.00119 sec., 124369.74789915966 rows/sec., 7.07 MiB/sec. 2026.04.10 22:27:26.942218 [ 6 ] {f09dd748-1e27-4940-bf51-b2809fd5b9f5} TCPHandler: Processed in 0.001358577 sec. 2026.04.10 22:27:26.942321 [ 189 ] {3fa287f2-d72f-48ad-8e53-55e283cdd002::all_1_15_3} MergeTask::MergeProjectionsStage: Merge sorted 2923 rows, containing 5 columns (5 merged, 0 gathered) in 0.001518691 sec., 1924683.82310819 rows/sec., 121.73 MiB/sec. 2026.04.10 22:27:26.942330 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:26.942437 [ 6 ] {74093ced-292c-44be-9928-ef029a7f5a20} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:27:26.942477 [ 6 ] {74093ced-292c-44be-9928-ef029a7f5a20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:27:26.942480 [ 191 ] {3fa287f2-d72f-48ad-8e53-55e283cdd002::all_1_15_3} MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) 2026.04.10 22:27:26.942725 [ 191 ] {3fa287f2-d72f-48ad-8e53-55e283cdd002::all_1_15_3} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:27:26.942785 [ 191 ] {3fa287f2-d72f-48ad-8e53-55e283cdd002::all_1_15_3} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 2026.04.10 22:27:26.942875 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. 2026.04.10 22:27:26.943092 [ 6 ] {74093ced-292c-44be-9928-ef029a7f5a20} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:26.943126 [ 6 ] {74093ced-292c-44be-9928-ef029a7f5a20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:26.943447 [ 6 ] {74093ced-292c-44be-9928-ef029a7f5a20} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.04.10 22:27:26.943667 [ 6 ] {74093ced-292c-44be-9928-ef029a7f5a20} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:27:26.943794 [ 6 ] {74093ced-292c-44be-9928-ef029a7f5a20} executeQuery: Read 513 rows, 37.02 KiB in 0.001374 sec., 373362.44541484717 rows/sec., 26.31 MiB/sec. 2026.04.10 22:27:26.943832 [ 6 ] {74093ced-292c-44be-9928-ef029a7f5a20} TCPHandler: Processed in 0.001551011 sec. 2026.04.10 22:27:26.943933 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:26.944028 [ 6 ] {99a92181-7a93-43aa-807a-6dcd9af080b7} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.10 22:27:26.944069 [ 6 ] {99a92181-7a93-43aa-807a-6dcd9af080b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.10 22:27:26.944397 [ 6 ] {99a92181-7a93-43aa-807a-6dcd9af080b7} oximeter.measurements_bool (866da8bb-a9f8-4668-8c33-6b1a5bc68a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:26.944432 [ 6 ] {99a92181-7a93-43aa-807a-6dcd9af080b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:26.944714 [ 6 ] {99a92181-7a93-43aa-807a-6dcd9af080b7} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.10 22:27:26.944921 [ 6 ] {99a92181-7a93-43aa-807a-6dcd9af080b7} oximeter.measurements_bool (866da8bb-a9f8-4668-8c33-6b1a5bc68a2a): 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.10 22:27:26.945047 [ 6 ] {99a92181-7a93-43aa-807a-6dcd9af080b7} executeQuery: Read 6 rows, 321.00 B in 0.001036 sec., 5791.505791505791 rows/sec., 302.58 KiB/sec. 2026.04.10 22:27:26.945085 [ 6 ] {99a92181-7a93-43aa-807a-6dcd9af080b7} TCPHandler: Processed in 0.001201924 sec. 2026.04.10 22:27:26.945194 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:26.945288 [ 6 ] {b2a38b10-d1a0-499c-8e33-d45088f0301b} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:27:26.945330 [ 6 ] {b2a38b10-d1a0-499c-8e33-d45088f0301b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:27:26.945731 [ 6 ] {b2a38b10-d1a0-499c-8e33-d45088f0301b} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:26.945767 [ 6 ] {b2a38b10-d1a0-499c-8e33-d45088f0301b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:26.946086 [ 6 ] {b2a38b10-d1a0-499c-8e33-d45088f0301b} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.04.10 22:27:26.946294 [ 6 ] {b2a38b10-d1a0-499c-8e33-d45088f0301b} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:27:26.946423 [ 6 ] {b2a38b10-d1a0-499c-8e33-d45088f0301b} executeQuery: Read 265 rows, 18.03 KiB in 0.001153 sec., 229835.21248915873 rows/sec., 15.27 MiB/sec. 2026.04.10 22:27:26.946461 [ 6 ] {b2a38b10-d1a0-499c-8e33-d45088f0301b} TCPHandler: Processed in 0.001317057 sec. 2026.04.10 22:27:26.946573 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:26.946667 [ 6 ] {0c1a7751-f851-4180-8964-e5c88e177327} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.10 22:27:26.946709 [ 6 ] {0c1a7751-f851-4180-8964-e5c88e177327} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.10 22:27:26.947016 [ 6 ] {0c1a7751-f851-4180-8964-e5c88e177327} oximeter.measurements_f64 (58e3eb3a-a7ad-4b02-bedb-c669836543a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:26.947051 [ 6 ] {0c1a7751-f851-4180-8964-e5c88e177327} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:26.947336 [ 6 ] {0c1a7751-f851-4180-8964-e5c88e177327} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.10 22:27:26.947549 [ 6 ] {0c1a7751-f851-4180-8964-e5c88e177327} oximeter.measurements_f64 (58e3eb3a-a7ad-4b02-bedb-c669836543a8): 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.10 22:27:26.947680 [ 6 ] {0c1a7751-f851-4180-8964-e5c88e177327} executeQuery: Read 1 rows, 69.00 B in 0.00103 sec., 970.8737864077669 rows/sec., 65.42 KiB/sec. 2026.04.10 22:27:26.947716 [ 6 ] {0c1a7751-f851-4180-8964-e5c88e177327} TCPHandler: Processed in 0.001192644 sec. 2026.04.10 22:27:26.947824 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:26.947917 [ 6 ] {56ee44f3-cfab-45f7-a72d-44aa4065c4b1} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:27:26.947971 [ 6 ] {56ee44f3-cfab-45f7-a72d-44aa4065c4b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:27:26.948765 [ 6 ] {56ee44f3-cfab-45f7-a72d-44aa4065c4b1} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:26.948799 [ 6 ] {56ee44f3-cfab-45f7-a72d-44aa4065c4b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:26.949286 [ 6 ] {56ee44f3-cfab-45f7-a72d-44aa4065c4b1} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.04.10 22:27:26.949497 [ 6 ] {56ee44f3-cfab-45f7-a72d-44aa4065c4b1} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:27:26.949604 [ 120 ] {} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.04.10 22:27:26.949623 [ 6 ] {56ee44f3-cfab-45f7-a72d-44aa4065c4b1} executeQuery: Read 23 rows, 42.20 KiB in 0.001779 sec., 12928.611579539067 rows/sec., 23.17 MiB/sec. 2026.04.10 22:27:26.949660 [ 120 ] {} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:26.949684 [ 6 ] {56ee44f3-cfab-45f7-a72d-44aa4065c4b1} TCPHandler: Processed in 0.00197055 sec. 2026.04.10 22:27:26.949687 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:26.949842 [ 197 ] {240c2363-d096-4df1-a9c1-cf60540c0597::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.10 22:27:26.949869 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:26.949969 [ 6 ] {6397faf3-d15d-4d00-9454-349f7c1bfb47} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:27:26.950011 [ 6 ] {6397faf3-d15d-4d00-9454-349f7c1bfb47} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:27:26.950037 [ 197 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:27:26.950095 [ 197 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 780 rows starting from the beginning of the part 2026.04.10 22:27:26.950219 [ 197 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 23 rows starting from the beginning of the part 2026.04.10 22:27:26.950340 [ 197 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 18 rows starting from the beginning of the part 2026.04.10 22:27:26.950343 [ 6 ] {6397faf3-d15d-4d00-9454-349f7c1bfb47} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:26.950389 [ 6 ] {6397faf3-d15d-4d00-9454-349f7c1bfb47} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:26.950452 [ 197 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 34 rows starting from the beginning of the part 2026.04.10 22:27:26.950569 [ 197 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 18 rows starting from the beginning of the part 2026.04.10 22:27:26.950679 [ 197 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 23 rows starting from the beginning of the part 2026.04.10 22:27:26.950702 [ 6 ] {6397faf3-d15d-4d00-9454-349f7c1bfb47} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.04.10 22:27:26.950931 [ 6 ] {6397faf3-d15d-4d00-9454-349f7c1bfb47} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:27:26.951066 [ 6 ] {6397faf3-d15d-4d00-9454-349f7c1bfb47} executeQuery: Read 90 rows, 5.77 KiB in 0.001115 sec., 80717.48878923766 rows/sec., 5.05 MiB/sec. 2026.04.10 22:27:26.951104 [ 6 ] {6397faf3-d15d-4d00-9454-349f7c1bfb47} TCPHandler: Processed in 0.001284836 sec. 2026.04.10 22:27:26.966753 [ 199 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 896 rows, containing 19 columns (19 merged, 0 gathered) in 0.016939402 sec., 52894.42921302653 rows/sec., 94.78 MiB/sec. 2026.04.10 22:27:26.968201 [ 202 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.04.10 22:27:26.968644 [ 202 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_41_8} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:27:26.968737 [ 202 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_41_8} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.04.10 22:27:26.968886 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.62 MiB. 2026.04.10 22:27:27.000252 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 281.30 MiB, peak 290.56 MiB, free memory in arenas 0.00 B, will set to 284.93 MiB (RSS), difference: 3.63 MiB 2026.04.10 22:27:28.322252 [ 119 ] {} oximeter.fields_u64 (afb0d53c-68be-41f0-aba9-0a79183ebbbe) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.04.10 22:27:28.322322 [ 119 ] {} oximeter.fields_u64 (afb0d53c-68be-41f0-aba9-0a79183ebbbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:28.322347 [ 119 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:28.322511 [ 189 ] {afb0d53c-68be-41f0-aba9-0a79183ebbbe::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.10 22:27:28.322651 [ 189 ] {afb0d53c-68be-41f0-aba9-0a79183ebbbe::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:27:28.322686 [ 189 ] {afb0d53c-68be-41f0-aba9-0a79183ebbbe::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.10 22:27:28.322754 [ 189 ] {afb0d53c-68be-41f0-aba9-0a79183ebbbe::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.10 22:27:28.322805 [ 189 ] {afb0d53c-68be-41f0-aba9-0a79183ebbbe::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.10 22:27:28.322855 [ 189 ] {afb0d53c-68be-41f0-aba9-0a79183ebbbe::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.10 22:27:28.322898 [ 189 ] {afb0d53c-68be-41f0-aba9-0a79183ebbbe::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.10 22:27:28.323603 [ 201 ] {afb0d53c-68be-41f0-aba9-0a79183ebbbe::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 6 rows, containing 5 columns (5 merged, 0 gathered) in 0.001162573 sec., 5160.966236098722 rows/sec., 383.04 KiB/sec. 2026.04.10 22:27:28.323770 [ 200 ] {afb0d53c-68be-41f0-aba9-0a79183ebbbe::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.04.10 22:27:28.324077 [ 200 ] {afb0d53c-68be-41f0-aba9-0a79183ebbbe::all_1_5_1} oximeter.fields_u64 (afb0d53c-68be-41f0-aba9-0a79183ebbbe): 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.10 22:27:28.324153 [ 200 ] {afb0d53c-68be-41f0-aba9-0a79183ebbbe::all_1_5_1} oximeter.fields_u64 (afb0d53c-68be-41f0-aba9-0a79183ebbbe) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.04.10 22:27:28.324254 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.04.10 22:27:30.616922 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 926 2026.04.10 22:27:30.619534 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:30.619585 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:30.620833 [ 243 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.04.10 22:27:30.621114 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): 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.10 22:27:30.621377 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 926 2026.04.10 22:27:31.926556 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:31.926830 [ 6 ] {cb22900f-80ca-42ee-9cb1-af37a48355af} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.10 22:27:31.926894 [ 6 ] {cb22900f-80ca-42ee-9cb1-af37a48355af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.10 22:27:31.927519 [ 6 ] {cb22900f-80ca-42ee-9cb1-af37a48355af} oximeter.fields_ipaddr (b4784700-91f7-4af4-af29-376f839f9b40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:31.927560 [ 6 ] {cb22900f-80ca-42ee-9cb1-af37a48355af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:31.927937 [ 6 ] {cb22900f-80ca-42ee-9cb1-af37a48355af} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.10 22:27:31.928159 [ 6 ] {cb22900f-80ca-42ee-9cb1-af37a48355af} oximeter.fields_ipaddr (b4784700-91f7-4af4-af29-376f839f9b40): 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.10 22:27:31.928309 [ 6 ] {cb22900f-80ca-42ee-9cb1-af37a48355af} executeQuery: Read 6 rows, 501.00 B in 0.001548 sec., 3875.9689922480625 rows/sec., 316.06 KiB/sec. 2026.04.10 22:27:31.928349 [ 6 ] {cb22900f-80ca-42ee-9cb1-af37a48355af} TCPHandler: Processed in 0.001971569 sec. 2026.04.10 22:27:31.928467 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:31.928560 [ 6 ] {32e5c65a-902d-4499-86d2-53cfda6b376d} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:27:31.928598 [ 6 ] {32e5c65a-902d-4499-86d2-53cfda6b376d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:27:31.929057 [ 6 ] {32e5c65a-902d-4499-86d2-53cfda6b376d} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:31.929092 [ 6 ] {32e5c65a-902d-4499-86d2-53cfda6b376d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:31.929396 [ 6 ] {32e5c65a-902d-4499-86d2-53cfda6b376d} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.04.10 22:27:31.929601 [ 6 ] {32e5c65a-902d-4499-86d2-53cfda6b376d} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:27:31.929727 [ 6 ] {32e5c65a-902d-4499-86d2-53cfda6b376d} executeQuery: Read 95 rows, 8.18 KiB in 0.001186 sec., 80101.18043844857 rows/sec., 6.74 MiB/sec. 2026.04.10 22:27:31.929763 [ 6 ] {32e5c65a-902d-4499-86d2-53cfda6b376d} TCPHandler: Processed in 0.001343957 sec. 2026.04.10 22:27:31.929876 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:31.929967 [ 6 ] {05455367-5256-451a-b1d9-89a6fabf93c0} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:27:31.930006 [ 6 ] {05455367-5256-451a-b1d9-89a6fabf93c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:27:31.930397 [ 6 ] {05455367-5256-451a-b1d9-89a6fabf93c0} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:31.930432 [ 6 ] {05455367-5256-451a-b1d9-89a6fabf93c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:31.930715 [ 6 ] {05455367-5256-451a-b1d9-89a6fabf93c0} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.04.10 22:27:31.930922 [ 6 ] {05455367-5256-451a-b1d9-89a6fabf93c0} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:27:31.931046 [ 6 ] {05455367-5256-451a-b1d9-89a6fabf93c0} executeQuery: Read 24 rows, 1.77 KiB in 0.001096 sec., 21897.810218978102 rows/sec., 1.58 MiB/sec. 2026.04.10 22:27:31.931082 [ 6 ] {05455367-5256-451a-b1d9-89a6fabf93c0} TCPHandler: Processed in 0.001253845 sec. 2026.04.10 22:27:31.931180 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:31.931270 [ 6 ] {7fbc475d-62b1-460b-ae31-e73e5050d439} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:27:31.931308 [ 6 ] {7fbc475d-62b1-460b-ae31-e73e5050d439} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:27:31.931711 [ 6 ] {7fbc475d-62b1-460b-ae31-e73e5050d439} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:31.931746 [ 6 ] {7fbc475d-62b1-460b-ae31-e73e5050d439} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:31.932053 [ 6 ] {7fbc475d-62b1-460b-ae31-e73e5050d439} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.04.10 22:27:31.932262 [ 6 ] {7fbc475d-62b1-460b-ae31-e73e5050d439} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:27:31.932384 [ 6 ] {7fbc475d-62b1-460b-ae31-e73e5050d439} executeQuery: Read 88 rows, 7.05 KiB in 0.001131 sec., 77807.25022104332 rows/sec., 6.08 MiB/sec. 2026.04.10 22:27:31.932420 [ 6 ] {7fbc475d-62b1-460b-ae31-e73e5050d439} TCPHandler: Processed in 0.001286146 sec. 2026.04.10 22:27:31.932528 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:31.932621 [ 6 ] {2b3f02a1-8962-4196-91dc-b4d0c9e7588e} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:27:31.932671 [ 6 ] {2b3f02a1-8962-4196-91dc-b4d0c9e7588e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:27:31.933071 [ 6 ] {2b3f02a1-8962-4196-91dc-b4d0c9e7588e} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:31.933105 [ 6 ] {2b3f02a1-8962-4196-91dc-b4d0c9e7588e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:31.933424 [ 6 ] {2b3f02a1-8962-4196-91dc-b4d0c9e7588e} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.04.10 22:27:31.933631 [ 6 ] {2b3f02a1-8962-4196-91dc-b4d0c9e7588e} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:27:31.933748 [ 116 ] {} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.04.10 22:27:31.933757 [ 6 ] {2b3f02a1-8962-4196-91dc-b4d0c9e7588e} executeQuery: Read 163 rows, 11.62 KiB in 0.001156 sec., 141003.46020761246 rows/sec., 9.82 MiB/sec. 2026.04.10 22:27:31.933823 [ 116 ] {} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:31.933840 [ 6 ] {2b3f02a1-8962-4196-91dc-b4d0c9e7588e} TCPHandler: Processed in 0.001358227 sec. 2026.04.10 22:27:31.933850 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:31.933978 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:31.934023 [ 190 ] {44193040-72a9-44ec-a565-c534b9f3dcff::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.10 22:27:31.934074 [ 6 ] {c057ee87-909a-4107-9186-980e236ce561} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:27:31.934146 [ 6 ] {c057ee87-909a-4107-9186-980e236ce561} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:27:31.934251 [ 190 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:27:31.934316 [ 190 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_46_9} MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 15043 rows starting from the beginning of the part 2026.04.10 22:27:31.934427 [ 190 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1636 rows starting from the beginning of the part 2026.04.10 22:27:31.934507 [ 190 ] {44193040-72a9-44ec-a565-c534b9f3dcff::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.10 22:27:31.934578 [ 190 ] {44193040-72a9-44ec-a565-c534b9f3dcff::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.10 22:27:31.934645 [ 190 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 265 rows starting from the beginning of the part 2026.04.10 22:27:31.934712 [ 190 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 163 rows starting from the beginning of the part 2026.04.10 22:27:31.934970 [ 6 ] {c057ee87-909a-4107-9186-980e236ce561} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:31.935014 [ 6 ] {c057ee87-909a-4107-9186-980e236ce561} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:31.935561 [ 6 ] {c057ee87-909a-4107-9186-980e236ce561} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.04.10 22:27:31.935781 [ 6 ] {c057ee87-909a-4107-9186-980e236ce561} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:27:31.935918 [ 6 ] {c057ee87-909a-4107-9186-980e236ce561} executeQuery: Read 18 rows, 33.03 KiB in 0.001862 sec., 9667.02470461869 rows/sec., 17.32 MiB/sec. 2026.04.10 22:27:31.935981 [ 6 ] {c057ee87-909a-4107-9186-980e236ce561} TCPHandler: Processed in 0.002053641 sec. 2026.04.10 22:27:31.936093 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:31.936186 [ 6 ] {f707d916-2d83-47c7-a733-44b42d21d26c} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:27:31.936228 [ 6 ] {f707d916-2d83-47c7-a733-44b42d21d26c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:27:31.936567 [ 6 ] {f707d916-2d83-47c7-a733-44b42d21d26c} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:31.936602 [ 6 ] {f707d916-2d83-47c7-a733-44b42d21d26c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:31.936924 [ 6 ] {f707d916-2d83-47c7-a733-44b42d21d26c} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.04.10 22:27:31.937136 [ 6 ] {f707d916-2d83-47c7-a733-44b42d21d26c} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:27:31.937268 [ 6 ] {f707d916-2d83-47c7-a733-44b42d21d26c} executeQuery: Read 60 rows, 4.14 KiB in 0.001101 sec., 54495.91280653951 rows/sec., 3.67 MiB/sec. 2026.04.10 22:27:31.937302 [ 6 ] {f707d916-2d83-47c7-a733-44b42d21d26c} TCPHandler: Processed in 0.001257436 sec. 2026.04.10 22:27:31.939431 [ 200 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 17363 rows, containing 5 columns (5 merged, 0 gathered) in 0.005495851 sec., 3159292.3461716846 rows/sec., 205.08 MiB/sec. 2026.04.10 22:27:31.939683 [ 200 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.04.10 22:27:31.939981 [ 200 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_46_9} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:27:31.940057 [ 200 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_46_9} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.04.10 22:27:31.940154 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.54 MiB. 2026.04.10 22:27:33.063826 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 16830 2026.04.10 22:27:33.064505 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:33.064555 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:33.065073 [ 245 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.04.10 22:27:33.065311 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): 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.10 22:27:33.065452 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16830 2026.04.10 22:27:33.931737 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 264 2026.04.10 22:27:33.949573 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:33.949637 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:33.956046 [ 244 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.04.10 22:27:33.956733 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): 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.10 22:27:33.959744 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 264 2026.04.10 22:27:36.933684 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:36.933888 [ 6 ] {22579d09-5f03-4f6f-bb06-1cb26a6d79b9} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.10 22:27:36.933972 [ 6 ] {22579d09-5f03-4f6f-bb06-1cb26a6d79b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.10 22:27:36.934741 [ 6 ] {22579d09-5f03-4f6f-bb06-1cb26a6d79b9} oximeter.fields_i16 (419f2eef-209c-46fc-9cc0-97b5087686b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:36.934784 [ 6 ] {22579d09-5f03-4f6f-bb06-1cb26a6d79b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:36.935197 [ 6 ] {22579d09-5f03-4f6f-bb06-1cb26a6d79b9} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.10 22:27:36.935415 [ 6 ] {22579d09-5f03-4f6f-bb06-1cb26a6d79b9} oximeter.fields_i16 (419f2eef-209c-46fc-9cc0-97b5087686b9): 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.10 22:27:36.935540 [ 112 ] {} oximeter.fields_i16 (419f2eef-209c-46fc-9cc0-97b5087686b9) (MergerMutator): Selected 6 parts from all_1_9_2 to all_14_14_0 2026.04.10 22:27:36.935563 [ 6 ] {22579d09-5f03-4f6f-bb06-1cb26a6d79b9} executeQuery: Read 284 rows, 18.47 KiB in 0.001738 sec., 163406.21403912542 rows/sec., 10.38 MiB/sec. 2026.04.10 22:27:36.935615 [ 112 ] {} oximeter.fields_i16 (419f2eef-209c-46fc-9cc0-97b5087686b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:36.935625 [ 6 ] {22579d09-5f03-4f6f-bb06-1cb26a6d79b9} TCPHandler: Processed in 0.002072642 sec. 2026.04.10 22:27:36.935647 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:36.935763 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:36.935804 [ 201 ] {419f2eef-209c-46fc-9cc0-97b5087686b9::all_1_14_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_9_2 to all_14_14_0 into Compact with storage Full 2026.04.10 22:27:36.935862 [ 6 ] {ca5facf3-0c0f-4cc6-970f-edd6ec599050} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:27:36.935908 [ 6 ] {ca5facf3-0c0f-4cc6-970f-edd6ec599050} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:27:36.935960 [ 201 ] {419f2eef-209c-46fc-9cc0-97b5087686b9::all_1_14_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:27:36.935997 [ 201 ] {419f2eef-209c-46fc-9cc0-97b5087686b9::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 308 rows starting from the beginning of the part 2026.04.10 22:27:36.936062 [ 201 ] {419f2eef-209c-46fc-9cc0-97b5087686b9::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 24 rows starting from the beginning of the part 2026.04.10 22:27:36.936105 [ 201 ] {419f2eef-209c-46fc-9cc0-97b5087686b9::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 24 rows starting from the beginning of the part 2026.04.10 22:27:36.936144 [ 201 ] {419f2eef-209c-46fc-9cc0-97b5087686b9::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 284 rows starting from the beginning of the part 2026.04.10 22:27:36.936180 [ 201 ] {419f2eef-209c-46fc-9cc0-97b5087686b9::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 284 rows starting from the beginning of the part 2026.04.10 22:27:36.936217 [ 201 ] {419f2eef-209c-46fc-9cc0-97b5087686b9::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 284 rows starting from the beginning of the part 2026.04.10 22:27:36.936750 [ 6 ] {ca5facf3-0c0f-4cc6-970f-edd6ec599050} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:36.936792 [ 6 ] {ca5facf3-0c0f-4cc6-970f-edd6ec599050} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:36.937164 [ 198 ] {419f2eef-209c-46fc-9cc0-97b5087686b9::all_1_14_3} MergeTask::MergeProjectionsStage: Merge sorted 1208 rows, containing 5 columns (5 merged, 0 gathered) in 0.001423669 sec., 848511.838074721 rows/sec., 58.11 MiB/sec. 2026.04.10 22:27:36.937176 [ 6 ] {ca5facf3-0c0f-4cc6-970f-edd6ec599050} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.04.10 22:27:36.937397 [ 192 ] {419f2eef-209c-46fc-9cc0-97b5087686b9::all_1_14_3} MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) 2026.04.10 22:27:36.937452 [ 6 ] {ca5facf3-0c0f-4cc6-970f-edd6ec599050} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:27:36.937595 [ 6 ] {ca5facf3-0c0f-4cc6-970f-edd6ec599050} executeQuery: Read 843 rows, 67.17 KiB in 0.001751 sec., 481439.1776127927 rows/sec., 37.46 MiB/sec. 2026.04.10 22:27:36.937634 [ 6 ] {ca5facf3-0c0f-4cc6-970f-edd6ec599050} TCPHandler: Processed in 0.001919219 sec. 2026.04.10 22:27:36.937730 [ 192 ] {419f2eef-209c-46fc-9cc0-97b5087686b9::all_1_14_3} oximeter.fields_i16 (419f2eef-209c-46fc-9cc0-97b5087686b9): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:27:36.937755 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:36.937815 [ 192 ] {419f2eef-209c-46fc-9cc0-97b5087686b9::all_1_14_3} oximeter.fields_i16 (419f2eef-209c-46fc-9cc0-97b5087686b9) (MergerMutator): Merged 6 parts: [all_1_9_2, all_14_14_0] -> all_1_14_3 2026.04.10 22:27:36.937854 [ 6 ] {6aa12f65-c8cf-4810-98d1-250796bf3b05} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:27:36.937900 [ 6 ] {6aa12f65-c8cf-4810-98d1-250796bf3b05} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:27:36.937927 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2026.04.10 22:27:36.938404 [ 6 ] {6aa12f65-c8cf-4810-98d1-250796bf3b05} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:36.938446 [ 6 ] {6aa12f65-c8cf-4810-98d1-250796bf3b05} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:36.938756 [ 6 ] {6aa12f65-c8cf-4810-98d1-250796bf3b05} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.04.10 22:27:36.938981 [ 6 ] {6aa12f65-c8cf-4810-98d1-250796bf3b05} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:27:36.939108 [ 6 ] {6aa12f65-c8cf-4810-98d1-250796bf3b05} executeQuery: Read 165 rows, 10.27 KiB in 0.001272 sec., 129716.98113207548 rows/sec., 7.89 MiB/sec. 2026.04.10 22:27:36.939145 [ 6 ] {6aa12f65-c8cf-4810-98d1-250796bf3b05} TCPHandler: Processed in 0.001437619 sec. 2026.04.10 22:27:36.939266 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:36.939360 [ 6 ] {0ac4dfd4-602a-4cbd-9a28-baf771ef7c78} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.10 22:27:36.939399 [ 6 ] {0ac4dfd4-602a-4cbd-9a28-baf771ef7c78} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.10 22:27:36.939869 [ 6 ] {0ac4dfd4-602a-4cbd-9a28-baf771ef7c78} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:36.939906 [ 6 ] {0ac4dfd4-602a-4cbd-9a28-baf771ef7c78} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:36.940220 [ 6 ] {0ac4dfd4-602a-4cbd-9a28-baf771ef7c78} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.10 22:27:36.940423 [ 6 ] {0ac4dfd4-602a-4cbd-9a28-baf771ef7c78} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002): 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.10 22:27:36.940546 [ 6 ] {0ac4dfd4-602a-4cbd-9a28-baf771ef7c78} executeQuery: Read 149 rows, 9.86 KiB in 0.001204 sec., 123754.15282392026 rows/sec., 8.00 MiB/sec. 2026.04.10 22:27:36.940583 [ 6 ] {0ac4dfd4-602a-4cbd-9a28-baf771ef7c78} TCPHandler: Processed in 0.001365317 sec. 2026.04.10 22:27:36.940696 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:36.940789 [ 6 ] {22fc643e-b193-47ec-931f-47fce6bdc983} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.10 22:27:36.940828 [ 6 ] {22fc643e-b193-47ec-931f-47fce6bdc983} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.10 22:27:36.941266 [ 6 ] {22fc643e-b193-47ec-931f-47fce6bdc983} oximeter.fields_u8 (db645430-3721-434f-a428-3eb1f7165166): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:36.941302 [ 6 ] {22fc643e-b193-47ec-931f-47fce6bdc983} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:36.941601 [ 6 ] {22fc643e-b193-47ec-931f-47fce6bdc983} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.10 22:27:36.941805 [ 6 ] {22fc643e-b193-47ec-931f-47fce6bdc983} oximeter.fields_u8 (db645430-3721-434f-a428-3eb1f7165166): 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.10 22:27:36.941899 [ 112 ] {} oximeter.fields_u8 (db645430-3721-434f-a428-3eb1f7165166) (MergerMutator): Selected 6 parts from all_1_9_2 to all_14_14_0 2026.04.10 22:27:36.941928 [ 6 ] {22fc643e-b193-47ec-931f-47fce6bdc983} executeQuery: Read 148 rows, 8.62 KiB in 0.001157 sec., 127917.02679343129 rows/sec., 7.27 MiB/sec. 2026.04.10 22:27:36.941934 [ 112 ] {} oximeter.fields_u8 (db645430-3721-434f-a428-3eb1f7165166): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:36.941970 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:36.941972 [ 6 ] {22fc643e-b193-47ec-931f-47fce6bdc983} TCPHandler: Processed in 0.001324226 sec. 2026.04.10 22:27:36.942091 [ 198 ] {db645430-3721-434f-a428-3eb1f7165166::all_1_14_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_9_2 to all_14_14_0 into Compact with storage Full 2026.04.10 22:27:36.942099 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:36.942215 [ 6 ] {8d02ab84-ed64-4355-a86c-fcacd51a70e8} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:27:36.942246 [ 198 ] {db645430-3721-434f-a428-3eb1f7165166::all_1_14_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:27:36.942254 [ 6 ] {8d02ab84-ed64-4355-a86c-fcacd51a70e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:27:36.942293 [ 198 ] {db645430-3721-434f-a428-3eb1f7165166::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 160 rows starting from the beginning of the part 2026.04.10 22:27:36.942373 [ 198 ] {db645430-3721-434f-a428-3eb1f7165166::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 12 rows starting from the beginning of the part 2026.04.10 22:27:36.942424 [ 198 ] {db645430-3721-434f-a428-3eb1f7165166::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 12 rows starting from the beginning of the part 2026.04.10 22:27:36.942473 [ 198 ] {db645430-3721-434f-a428-3eb1f7165166::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 148 rows starting from the beginning of the part 2026.04.10 22:27:36.942520 [ 198 ] {db645430-3721-434f-a428-3eb1f7165166::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 148 rows starting from the beginning of the part 2026.04.10 22:27:36.942576 [ 198 ] {db645430-3721-434f-a428-3eb1f7165166::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 148 rows starting from the beginning of the part 2026.04.10 22:27:36.942847 [ 6 ] {8d02ab84-ed64-4355-a86c-fcacd51a70e8} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:36.942898 [ 6 ] {8d02ab84-ed64-4355-a86c-fcacd51a70e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:36.943227 [ 6 ] {8d02ab84-ed64-4355-a86c-fcacd51a70e8} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.04.10 22:27:36.943449 [ 6 ] {8d02ab84-ed64-4355-a86c-fcacd51a70e8} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:27:36.943504 [ 193 ] {db645430-3721-434f-a428-3eb1f7165166::all_1_14_3} MergeTask::MergeProjectionsStage: Merge sorted 628 rows, containing 5 columns (5 merged, 0 gathered) in 0.0014613 sec., 429754.3283377814 rows/sec., 26.56 MiB/sec. 2026.04.10 22:27:36.943578 [ 6 ] {8d02ab84-ed64-4355-a86c-fcacd51a70e8} executeQuery: Read 513 rows, 37.02 KiB in 0.001381 sec., 371469.9493120927 rows/sec., 26.18 MiB/sec. 2026.04.10 22:27:36.943620 [ 6 ] {8d02ab84-ed64-4355-a86c-fcacd51a70e8} TCPHandler: Processed in 0.001569351 sec. 2026.04.10 22:27:36.943644 [ 198 ] {db645430-3721-434f-a428-3eb1f7165166::all_1_14_3} MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) 2026.04.10 22:27:36.943755 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:36.943883 [ 6 ] {c0b67457-a812-468b-9e7d-02a2f2a16e24} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.10 22:27:36.943905 [ 198 ] {db645430-3721-434f-a428-3eb1f7165166::all_1_14_3} oximeter.fields_u8 (db645430-3721-434f-a428-3eb1f7165166): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:27:36.943934 [ 6 ] {c0b67457-a812-468b-9e7d-02a2f2a16e24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.10 22:27:36.943978 [ 198 ] {db645430-3721-434f-a428-3eb1f7165166::all_1_14_3} oximeter.fields_u8 (db645430-3721-434f-a428-3eb1f7165166) (MergerMutator): Merged 6 parts: [all_1_9_2, all_14_14_0] -> all_1_14_3 2026.04.10 22:27:36.944055 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.04.10 22:27:36.944328 [ 6 ] {c0b67457-a812-468b-9e7d-02a2f2a16e24} oximeter.measurements_bool (866da8bb-a9f8-4668-8c33-6b1a5bc68a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:36.944375 [ 6 ] {c0b67457-a812-468b-9e7d-02a2f2a16e24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:36.944757 [ 6 ] {c0b67457-a812-468b-9e7d-02a2f2a16e24} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.10 22:27:36.945000 [ 6 ] {c0b67457-a812-468b-9e7d-02a2f2a16e24} oximeter.measurements_bool (866da8bb-a9f8-4668-8c33-6b1a5bc68a2a): 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.10 22:27:36.945134 [ 6 ] {c0b67457-a812-468b-9e7d-02a2f2a16e24} executeQuery: Read 6 rows, 321.00 B in 0.001275 sec., 4705.882352941177 rows/sec., 245.86 KiB/sec. 2026.04.10 22:27:36.945171 [ 6 ] {c0b67457-a812-468b-9e7d-02a2f2a16e24} TCPHandler: Processed in 0.00147527 sec. 2026.04.10 22:27:36.945277 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:36.945370 [ 6 ] {60c9ff6d-152b-4dd6-990e-7c20041adeb8} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:27:36.945411 [ 6 ] {60c9ff6d-152b-4dd6-990e-7c20041adeb8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:27:36.945811 [ 6 ] {60c9ff6d-152b-4dd6-990e-7c20041adeb8} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:36.945845 [ 6 ] {60c9ff6d-152b-4dd6-990e-7c20041adeb8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:36.946174 [ 6 ] {60c9ff6d-152b-4dd6-990e-7c20041adeb8} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.04.10 22:27:36.946378 [ 6 ] {60c9ff6d-152b-4dd6-990e-7c20041adeb8} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:27:36.946503 [ 6 ] {60c9ff6d-152b-4dd6-990e-7c20041adeb8} executeQuery: Read 265 rows, 18.03 KiB in 0.001151 sec., 230234.57862728066 rows/sec., 15.30 MiB/sec. 2026.04.10 22:27:36.946538 [ 6 ] {60c9ff6d-152b-4dd6-990e-7c20041adeb8} TCPHandler: Processed in 0.001308646 sec. 2026.04.10 22:27:36.946648 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:36.946740 [ 6 ] {aaf1d626-bdeb-43ab-b110-8e618386128f} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.10 22:27:36.946780 [ 6 ] {aaf1d626-bdeb-43ab-b110-8e618386128f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.10 22:27:36.947089 [ 6 ] {aaf1d626-bdeb-43ab-b110-8e618386128f} oximeter.measurements_f64 (58e3eb3a-a7ad-4b02-bedb-c669836543a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:36.947124 [ 6 ] {aaf1d626-bdeb-43ab-b110-8e618386128f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:36.947418 [ 6 ] {aaf1d626-bdeb-43ab-b110-8e618386128f} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.10 22:27:36.947619 [ 6 ] {aaf1d626-bdeb-43ab-b110-8e618386128f} oximeter.measurements_f64 (58e3eb3a-a7ad-4b02-bedb-c669836543a8): 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.10 22:27:36.947742 [ 6 ] {aaf1d626-bdeb-43ab-b110-8e618386128f} executeQuery: Read 1 rows, 69.00 B in 0.00102 sec., 980.3921568627451 rows/sec., 66.06 KiB/sec. 2026.04.10 22:27:36.947778 [ 6 ] {aaf1d626-bdeb-43ab-b110-8e618386128f} TCPHandler: Processed in 0.001176533 sec. 2026.04.10 22:27:36.947885 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:36.947976 [ 6 ] {5c903935-c703-47aa-b117-d3a3a1914904} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:27:36.948028 [ 6 ] {5c903935-c703-47aa-b117-d3a3a1914904} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:27:36.948840 [ 6 ] {5c903935-c703-47aa-b117-d3a3a1914904} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:36.948878 [ 6 ] {5c903935-c703-47aa-b117-d3a3a1914904} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:36.949401 [ 6 ] {5c903935-c703-47aa-b117-d3a3a1914904} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.04.10 22:27:36.949618 [ 6 ] {5c903935-c703-47aa-b117-d3a3a1914904} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:27:36.949752 [ 6 ] {5c903935-c703-47aa-b117-d3a3a1914904} executeQuery: Read 23 rows, 42.20 KiB in 0.001792 sec., 12834.82142857143 rows/sec., 23.00 MiB/sec. 2026.04.10 22:27:36.949814 [ 6 ] {5c903935-c703-47aa-b117-d3a3a1914904} TCPHandler: Processed in 0.00197626 sec. 2026.04.10 22:27:36.949927 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:36.950021 [ 6 ] {9d392c4e-8571-4fa3-aff1-14ced1e82f4f} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:27:36.950062 [ 6 ] {9d392c4e-8571-4fa3-aff1-14ced1e82f4f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:27:36.950391 [ 6 ] {9d392c4e-8571-4fa3-aff1-14ced1e82f4f} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:36.950427 [ 6 ] {9d392c4e-8571-4fa3-aff1-14ced1e82f4f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:36.950752 [ 6 ] {9d392c4e-8571-4fa3-aff1-14ced1e82f4f} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.04.10 22:27:36.950955 [ 6 ] {9d392c4e-8571-4fa3-aff1-14ced1e82f4f} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:27:36.951059 [ 110 ] {} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.04.10 22:27:36.951078 [ 6 ] {9d392c4e-8571-4fa3-aff1-14ced1e82f4f} executeQuery: Read 90 rows, 5.77 KiB in 0.001076 sec., 83643.12267657994 rows/sec., 5.23 MiB/sec. 2026.04.10 22:27:36.951105 [ 110 ] {} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:36.951123 [ 6 ] {9d392c4e-8571-4fa3-aff1-14ced1e82f4f} TCPHandler: Processed in 0.001243795 sec. 2026.04.10 22:27:36.951130 [ 110 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:36.951229 [ 192 ] {d011da2b-2502-4d0a-9756-3e9226add765::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.10 22:27:36.951349 [ 192 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:27:36.951384 [ 192 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1902 rows starting from the beginning of the part 2026.04.10 22:27:36.951448 [ 192 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 36 rows starting from the beginning of the part 2026.04.10 22:27:36.951496 [ 192 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 60 rows starting from the beginning of the part 2026.04.10 22:27:36.951542 [ 192 ] {d011da2b-2502-4d0a-9756-3e9226add765::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.10 22:27:36.951586 [ 192 ] {d011da2b-2502-4d0a-9756-3e9226add765::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.10 22:27:36.951630 [ 192 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 90 rows starting from the beginning of the part 2026.04.10 22:27:36.952822 [ 193 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 2238 rows, containing 4 columns (4 merged, 0 gathered) in 0.001634673 sec., 1369081.1556806776 rows/sec., 89.45 MiB/sec. 2026.04.10 22:27:36.953176 [ 187 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.04.10 22:27:36.953659 [ 187 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_46_9} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:27:36.953780 [ 187 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_46_9} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.04.10 22:27:36.953913 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. 2026.04.10 22:27:40.408019 [ 106 ] {} DNSResolver: Updating DNS cache 2026.04.10 22:27:40.408090 [ 106 ] {} DNSResolver: Updated DNS cache 2026.04.10 22:27:40.565560 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 17278 2026.04.10 22:27:40.566127 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:40.566179 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:40.566717 [ 245 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.04.10 22:27:40.566982 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): 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.10 22:27:40.567122 [ 106 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.04.10 22:27:40.567128 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17278 2026.04.10 22:27:40.567197 [ 106 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:40.567223 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:40.567361 [ 192 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::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.10 22:27:40.567525 [ 192 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:27:40.567568 [ 192 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14910 rows starting from the beginning of the part 2026.04.10 22:27:40.567640 [ 192 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 448 rows starting from the beginning of the part 2026.04.10 22:27:40.567691 [ 192 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 512 rows starting from the beginning of the part 2026.04.10 22:27:40.567740 [ 192 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 448 rows starting from the beginning of the part 2026.04.10 22:27:40.567785 [ 192 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 512 rows starting from the beginning of the part 2026.04.10 22:27:40.567830 [ 192 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 448 rows starting from the beginning of the part 2026.04.10 22:27:40.570086 [ 193 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 17278 rows, containing 4 columns (4 merged, 0 gathered) in 0.002792726 sec., 6186786.673665801 rows/sec., 88.50 MiB/sec. 2026.04.10 22:27:40.570297 [ 196 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.04.10 22:27:40.570601 [ 196 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_36_7} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): 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.10 22:27:40.570677 [ 196 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_36_7} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.04.10 22:27:40.570775 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.50 MiB. 2026.04.10 22:27:40.621658 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 962 2026.04.10 22:27:40.624205 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:40.624262 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:40.625495 [ 243 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.04.10 22:27:40.625769 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): 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.10 22:27:40.625932 [ 106 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.04.10 22:27:40.625992 [ 106 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:40.626023 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:40.626147 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 962 2026.04.10 22:27:40.626148 [ 192 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::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.10 22:27:40.626927 [ 192 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:27:40.627114 [ 192 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 784 rows starting from the beginning of the part 2026.04.10 22:27:40.627484 [ 192 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 24 rows starting from the beginning of the part 2026.04.10 22:27:40.627822 [ 192 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 32 rows starting from the beginning of the part 2026.04.10 22:27:40.628168 [ 192 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 46 rows starting from the beginning of the part 2026.04.10 22:27:40.628498 [ 192 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 40 rows starting from the beginning of the part 2026.04.10 22:27:40.628838 [ 192 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 36 rows starting from the beginning of the part 2026.04.10 22:27:40.635248 [ 188 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 962 rows, containing 72 columns (72 merged, 0 gathered) in 0.009155704 sec., 105071.11195381588 rows/sec., 89.98 MiB/sec. 2026.04.10 22:27:40.636277 [ 192 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.04.10 22:27:40.636779 [ 192 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_26_5} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): 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.10 22:27:40.636850 [ 192 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_26_5} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.04.10 22:27:40.637029 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.28 MiB. 2026.04.10 22:27:41.459820 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 271 2026.04.10 22:27:41.477944 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:41.478008 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:41.484153 [ 244 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.04.10 22:27:41.484869 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): 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.10 22:27:41.485187 [ 105 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.04.10 22:27:41.485254 [ 105 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:41.485275 [ 105 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:41.485384 [ 193 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::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.10 22:27:41.488982 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 271 2026.04.10 22:27:41.489815 [ 193 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:27:41.491485 [ 193 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::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.10 22:27:41.496504 [ 193 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::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.10 22:27:41.501307 [ 193 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::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.10 22:27:41.505773 [ 193 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::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.10 22:27:41.510215 [ 193 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::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.10 22:27:41.514290 [ 193 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::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.10 22:27:41.564684 [ 188 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 271 rows, containing 679 columns (679 merged, 0 gathered) in 0.079352161 sec., 3415.1558897053856 rows/sec., 17.66 MiB/sec. 2026.04.10 22:27:41.567560 [ 194 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.04.10 22:27:41.569765 [ 194 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::all_1_36_7} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): 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.10 22:27:41.569876 [ 194 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::all_1_36_7} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.04.10 22:27:41.572153 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB. 2026.04.10 22:27:41.925455 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:41.925639 [ 6 ] {80e8eae5-6f11-4188-8f5e-98ea94eb56ed} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:27:41.925707 [ 6 ] {80e8eae5-6f11-4188-8f5e-98ea94eb56ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:27:41.926399 [ 6 ] {80e8eae5-6f11-4188-8f5e-98ea94eb56ed} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:41.926447 [ 6 ] {80e8eae5-6f11-4188-8f5e-98ea94eb56ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:41.926878 [ 6 ] {80e8eae5-6f11-4188-8f5e-98ea94eb56ed} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.04.10 22:27:41.927104 [ 6 ] {80e8eae5-6f11-4188-8f5e-98ea94eb56ed} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:27:41.927251 [ 6 ] {80e8eae5-6f11-4188-8f5e-98ea94eb56ed} executeQuery: Read 92 rows, 7.96 KiB in 0.001665 sec., 55255.25525525525 rows/sec., 4.67 MiB/sec. 2026.04.10 22:27:41.927293 [ 6 ] {80e8eae5-6f11-4188-8f5e-98ea94eb56ed} TCPHandler: Processed in 0.00196835 sec. 2026.04.10 22:27:41.927444 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:41.927550 [ 6 ] {03972d01-d9ab-42f0-9d5a-c9006878a45c} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:27:41.927592 [ 6 ] {03972d01-d9ab-42f0-9d5a-c9006878a45c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:27:41.928015 [ 6 ] {03972d01-d9ab-42f0-9d5a-c9006878a45c} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:41.928052 [ 6 ] {03972d01-d9ab-42f0-9d5a-c9006878a45c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:41.928391 [ 6 ] {03972d01-d9ab-42f0-9d5a-c9006878a45c} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.04.10 22:27:41.928602 [ 6 ] {03972d01-d9ab-42f0-9d5a-c9006878a45c} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:27:41.928742 [ 6 ] {03972d01-d9ab-42f0-9d5a-c9006878a45c} executeQuery: Read 18 rows, 1.35 KiB in 0.001213 sec., 14839.241549876338 rows/sec., 1.09 MiB/sec. 2026.04.10 22:27:41.928781 [ 6 ] {03972d01-d9ab-42f0-9d5a-c9006878a45c} TCPHandler: Processed in 0.001404548 sec. 2026.04.10 22:27:41.928894 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:41.928987 [ 6 ] {109a740f-36b2-41ad-91a7-aabade15d8a7} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:27:41.929027 [ 6 ] {109a740f-36b2-41ad-91a7-aabade15d8a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:27:41.929447 [ 6 ] {109a740f-36b2-41ad-91a7-aabade15d8a7} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:41.929483 [ 6 ] {109a740f-36b2-41ad-91a7-aabade15d8a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:41.929782 [ 6 ] {109a740f-36b2-41ad-91a7-aabade15d8a7} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.04.10 22:27:41.929997 [ 6 ] {109a740f-36b2-41ad-91a7-aabade15d8a7} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:27:41.930125 [ 6 ] {109a740f-36b2-41ad-91a7-aabade15d8a7} executeQuery: Read 82 rows, 6.56 KiB in 0.001155 sec., 70995.670995671 rows/sec., 5.54 MiB/sec. 2026.04.10 22:27:41.930162 [ 6 ] {109a740f-36b2-41ad-91a7-aabade15d8a7} TCPHandler: Processed in 0.001315096 sec. 2026.04.10 22:27:41.930277 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:41.930370 [ 6 ] {fbf33d0b-4b1b-4cb5-a214-0651d6afdccb} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:27:41.930414 [ 6 ] {fbf33d0b-4b1b-4cb5-a214-0651d6afdccb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:27:41.930827 [ 6 ] {fbf33d0b-4b1b-4cb5-a214-0651d6afdccb} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:41.930864 [ 6 ] {fbf33d0b-4b1b-4cb5-a214-0651d6afdccb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:41.931204 [ 6 ] {fbf33d0b-4b1b-4cb5-a214-0651d6afdccb} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.04.10 22:27:41.931415 [ 6 ] {fbf33d0b-4b1b-4cb5-a214-0651d6afdccb} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:27:41.931542 [ 6 ] {fbf33d0b-4b1b-4cb5-a214-0651d6afdccb} executeQuery: Read 160 rows, 11.41 KiB in 0.00119 sec., 134453.78151260503 rows/sec., 9.36 MiB/sec. 2026.04.10 22:27:41.931578 [ 6 ] {fbf33d0b-4b1b-4cb5-a214-0651d6afdccb} TCPHandler: Processed in 0.001347757 sec. 2026.04.10 22:27:41.931686 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:41.931778 [ 6 ] {7ba6bfde-cca3-4ef1-a279-758f5cea948c} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:27:41.931832 [ 6 ] {7ba6bfde-cca3-4ef1-a279-758f5cea948c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:27:41.932639 [ 6 ] {7ba6bfde-cca3-4ef1-a279-758f5cea948c} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:41.932675 [ 6 ] {7ba6bfde-cca3-4ef1-a279-758f5cea948c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:41.933231 [ 6 ] {7ba6bfde-cca3-4ef1-a279-758f5cea948c} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.04.10 22:27:41.933463 [ 6 ] {7ba6bfde-cca3-4ef1-a279-758f5cea948c} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:27:41.933597 [ 6 ] {7ba6bfde-cca3-4ef1-a279-758f5cea948c} executeQuery: Read 18 rows, 33.03 KiB in 0.001837 sec., 9798.584648884049 rows/sec., 17.56 MiB/sec. 2026.04.10 22:27:41.933648 [ 6 ] {7ba6bfde-cca3-4ef1-a279-758f5cea948c} TCPHandler: Processed in 0.002009391 sec. 2026.04.10 22:27:41.933764 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:41.933857 [ 6 ] {a0c83cef-d32c-470a-8adc-70325d9d7c3d} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:27:41.933898 [ 6 ] {a0c83cef-d32c-470a-8adc-70325d9d7c3d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:27:41.934244 [ 6 ] {a0c83cef-d32c-470a-8adc-70325d9d7c3d} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:41.934282 [ 6 ] {a0c83cef-d32c-470a-8adc-70325d9d7c3d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:41.934591 [ 6 ] {a0c83cef-d32c-470a-8adc-70325d9d7c3d} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.04.10 22:27:41.934794 [ 6 ] {a0c83cef-d32c-470a-8adc-70325d9d7c3d} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:27:41.934919 [ 6 ] {a0c83cef-d32c-470a-8adc-70325d9d7c3d} executeQuery: Read 60 rows, 4.14 KiB in 0.001081 sec., 55504.16281221092 rows/sec., 3.74 MiB/sec. 2026.04.10 22:27:41.934954 [ 6 ] {a0c83cef-d32c-470a-8adc-70325d9d7c3d} TCPHandler: Processed in 0.001237195 sec. 2026.04.10 22:27:44.028391 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:44.028618 [ 6 ] {509116fc-6776-4e1e-bed0-6f10abf9be69} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.10 22:27:44.028698 [ 6 ] {509116fc-6776-4e1e-bed0-6f10abf9be69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.10 22:27:44.029526 [ 6 ] {509116fc-6776-4e1e-bed0-6f10abf9be69} oximeter.fields_i16 (419f2eef-209c-46fc-9cc0-97b5087686b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:44.029581 [ 6 ] {509116fc-6776-4e1e-bed0-6f10abf9be69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:44.030034 [ 6 ] {509116fc-6776-4e1e-bed0-6f10abf9be69} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.10 22:27:44.030279 [ 6 ] {509116fc-6776-4e1e-bed0-6f10abf9be69} oximeter.fields_i16 (419f2eef-209c-46fc-9cc0-97b5087686b9): 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.10 22:27:44.030443 [ 6 ] {509116fc-6776-4e1e-bed0-6f10abf9be69} executeQuery: Read 284 rows, 18.47 KiB in 0.001882 sec., 150903.29436769395 rows/sec., 9.58 MiB/sec. 2026.04.10 22:27:44.030497 [ 6 ] {509116fc-6776-4e1e-bed0-6f10abf9be69} TCPHandler: Processed in 0.002249946 sec. 2026.04.10 22:27:44.030630 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:44.030736 [ 6 ] {a7b7f68d-9e31-4750-8741-e66869329477} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.10 22:27:44.030782 [ 6 ] {a7b7f68d-9e31-4750-8741-e66869329477} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.10 22:27:44.031215 [ 6 ] {a7b7f68d-9e31-4750-8741-e66869329477} oximeter.fields_ipaddr (b4784700-91f7-4af4-af29-376f839f9b40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:44.031256 [ 6 ] {a7b7f68d-9e31-4750-8741-e66869329477} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:44.031569 [ 6 ] {a7b7f68d-9e31-4750-8741-e66869329477} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.10 22:27:44.031790 [ 6 ] {a7b7f68d-9e31-4750-8741-e66869329477} oximeter.fields_ipaddr (b4784700-91f7-4af4-af29-376f839f9b40): 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.10 22:27:44.031926 [ 6 ] {a7b7f68d-9e31-4750-8741-e66869329477} executeQuery: Read 4 rows, 334.00 B in 0.001215 sec., 3292.1810699588477 rows/sec., 268.45 KiB/sec. 2026.04.10 22:27:44.031968 [ 6 ] {a7b7f68d-9e31-4750-8741-e66869329477} TCPHandler: Processed in 0.001391128 sec. 2026.04.10 22:27:44.032081 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:44.032180 [ 6 ] {16ec332f-eb21-4ffe-a94e-d1803cd1243a} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:27:44.032222 [ 6 ] {16ec332f-eb21-4ffe-a94e-d1803cd1243a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:27:44.034421 [ 6 ] {16ec332f-eb21-4ffe-a94e-d1803cd1243a} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:44.034460 [ 6 ] {16ec332f-eb21-4ffe-a94e-d1803cd1243a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:44.035045 [ 6 ] {16ec332f-eb21-4ffe-a94e-d1803cd1243a} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.04.10 22:27:44.035277 [ 6 ] {16ec332f-eb21-4ffe-a94e-d1803cd1243a} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:27:44.035404 [ 102 ] {} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.04.10 22:27:44.035416 [ 6 ] {16ec332f-eb21-4ffe-a94e-d1803cd1243a} executeQuery: Read 3194 rows, 244.61 KiB in 0.003257 sec., 980657.0463616826 rows/sec., 73.34 MiB/sec. 2026.04.10 22:27:44.035492 [ 102 ] {} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:44.035510 [ 6 ] {16ec332f-eb21-4ffe-a94e-d1803cd1243a} MemoryTracker: Peak memory usage (for query): 4.00 MiB. 2026.04.10 22:27:44.035524 [ 102 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:44.035532 [ 6 ] {16ec332f-eb21-4ffe-a94e-d1803cd1243a} TCPHandler: Processed in 0.00350267 sec. 2026.04.10 22:27:44.035636 [ 191 ] {15303715-e1d3-410d-9b74-21f9c069a75b::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.10 22:27:44.035670 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:44.035744 [ 191 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:27:44.035768 [ 6 ] {9c20fb5c-6110-4c4a-8368-b8fda2cbd35e} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:27:44.035779 [ 191 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 3362 rows starting from the beginning of the part 2026.04.10 22:27:44.035812 [ 6 ] {9c20fb5c-6110-4c4a-8368-b8fda2cbd35e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:27:44.035849 [ 191 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 843 rows starting from the beginning of the part 2026.04.10 22:27:44.035908 [ 191 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 95 rows starting from the beginning of the part 2026.04.10 22:27:44.035961 [ 191 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 843 rows starting from the beginning of the part 2026.04.10 22:27:44.036009 [ 191 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 92 rows starting from the beginning of the part 2026.04.10 22:27:44.036055 [ 191 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 3194 rows starting from the beginning of the part 2026.04.10 22:27:44.036324 [ 6 ] {9c20fb5c-6110-4c4a-8368-b8fda2cbd35e} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:44.036362 [ 6 ] {9c20fb5c-6110-4c4a-8368-b8fda2cbd35e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:44.036732 [ 6 ] {9c20fb5c-6110-4c4a-8368-b8fda2cbd35e} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.04.10 22:27:44.036963 [ 6 ] {9c20fb5c-6110-4c4a-8368-b8fda2cbd35e} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:27:44.037103 [ 6 ] {9c20fb5c-6110-4c4a-8368-b8fda2cbd35e} executeQuery: Read 180 rows, 11.38 KiB in 0.001355 sec., 132841.32841328412 rows/sec., 8.20 MiB/sec. 2026.04.10 22:27:44.037143 [ 6 ] {9c20fb5c-6110-4c4a-8368-b8fda2cbd35e} TCPHandler: Processed in 0.001524091 sec. 2026.04.10 22:27:44.037260 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:44.037357 [ 6 ] {0611dd59-977d-466f-8976-5d6a4ca4a28e} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.10 22:27:44.037397 [ 6 ] {0611dd59-977d-466f-8976-5d6a4ca4a28e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.10 22:27:44.038300 [ 6 ] {0611dd59-977d-466f-8976-5d6a4ca4a28e} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:44.038338 [ 6 ] {0611dd59-977d-466f-8976-5d6a4ca4a28e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:44.038590 [ 188 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 8429 rows, containing 5 columns (5 merged, 0 gathered) in 0.00299274 sec., 2816482.554448432 rows/sec., 224.69 MiB/sec. 2026.04.10 22:27:44.038733 [ 6 ] {0611dd59-977d-466f-8976-5d6a4ca4a28e} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.10 22:27:44.038916 [ 199 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.04.10 22:27:44.038991 [ 6 ] {0611dd59-977d-466f-8976-5d6a4ca4a28e} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002): 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.10 22:27:44.039128 [ 6 ] {0611dd59-977d-466f-8976-5d6a4ca4a28e} executeQuery: Read 950 rows, 57.24 KiB in 0.00179 sec., 530726.2569832403 rows/sec., 31.23 MiB/sec. 2026.04.10 22:27:44.039181 [ 199 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_51_10} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:27:44.039197 [ 6 ] {0611dd59-977d-466f-8976-5d6a4ca4a28e} TCPHandler: Processed in 0.001987501 sec. 2026.04.10 22:27:44.039249 [ 199 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_51_10} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.04.10 22:27:44.039321 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:44.039331 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.47 MiB. 2026.04.10 22:27:44.039418 [ 6 ] {3e4b0950-3aef-4c36-8e4a-20dc0a12171c} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.04.10 22:27:44.039460 [ 6 ] {3e4b0950-3aef-4c36-8e4a-20dc0a12171c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.04.10 22:27:44.039857 [ 6 ] {3e4b0950-3aef-4c36-8e4a-20dc0a12171c} oximeter.fields_u64 (afb0d53c-68be-41f0-aba9-0a79183ebbbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:44.039921 [ 6 ] {3e4b0950-3aef-4c36-8e4a-20dc0a12171c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:44.040213 [ 6 ] {3e4b0950-3aef-4c36-8e4a-20dc0a12171c} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.10 22:27:44.040433 [ 6 ] {3e4b0950-3aef-4c36-8e4a-20dc0a12171c} oximeter.fields_u64 (afb0d53c-68be-41f0-aba9-0a79183ebbbe): 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.10 22:27:44.040561 [ 6 ] {3e4b0950-3aef-4c36-8e4a-20dc0a12171c} executeQuery: Read 1 rows, 72.00 B in 0.001162 sec., 860.5851979345955 rows/sec., 60.51 KiB/sec. 2026.04.10 22:27:44.040601 [ 6 ] {3e4b0950-3aef-4c36-8e4a-20dc0a12171c} TCPHandler: Processed in 0.001330317 sec. 2026.04.10 22:27:44.040725 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:44.040819 [ 6 ] {342386cb-8abe-4608-8746-c3696c59e619} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.10 22:27:44.040860 [ 6 ] {342386cb-8abe-4608-8746-c3696c59e619} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.10 22:27:44.041335 [ 6 ] {342386cb-8abe-4608-8746-c3696c59e619} oximeter.fields_u8 (db645430-3721-434f-a428-3eb1f7165166): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:44.041371 [ 6 ] {342386cb-8abe-4608-8746-c3696c59e619} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:44.041705 [ 6 ] {342386cb-8abe-4608-8746-c3696c59e619} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.10 22:27:44.041938 [ 6 ] {342386cb-8abe-4608-8746-c3696c59e619} oximeter.fields_u8 (db645430-3721-434f-a428-3eb1f7165166): 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.10 22:27:44.042069 [ 6 ] {342386cb-8abe-4608-8746-c3696c59e619} executeQuery: Read 148 rows, 8.62 KiB in 0.001267 sec., 116811.36543014996 rows/sec., 6.64 MiB/sec. 2026.04.10 22:27:44.042107 [ 6 ] {342386cb-8abe-4608-8746-c3696c59e619} TCPHandler: Processed in 0.001430839 sec. 2026.04.10 22:27:44.042229 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:44.042325 [ 6 ] {c987197c-442d-4de8-820f-c4c589aa86ff} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:27:44.042366 [ 6 ] {c987197c-442d-4de8-820f-c4c589aa86ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:27:44.043908 [ 6 ] {c987197c-442d-4de8-820f-c4c589aa86ff} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:44.043948 [ 6 ] {c987197c-442d-4de8-820f-c4c589aa86ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:44.044373 [ 6 ] {c987197c-442d-4de8-820f-c4c589aa86ff} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.04.10 22:27:44.044612 [ 6 ] {c987197c-442d-4de8-820f-c4c589aa86ff} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:27:44.044732 [ 102 ] {} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.04.10 22:27:44.044746 [ 6 ] {c987197c-442d-4de8-820f-c4c589aa86ff} executeQuery: Read 1743 rows, 120.35 KiB in 0.002438 sec., 714930.2707136997 rows/sec., 48.21 MiB/sec. 2026.04.10 22:27:44.044777 [ 102 ] {} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:44.044800 [ 6 ] {c987197c-442d-4de8-820f-c4c589aa86ff} TCPHandler: Processed in 0.002620733 sec. 2026.04.10 22:27:44.044803 [ 102 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:44.044930 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:44.044928 [ 197 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::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.10 22:27:44.045031 [ 6 ] {fdbe714f-ae38-466c-a02f-cb56e71d7fb0} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.10 22:27:44.045079 [ 6 ] {fdbe714f-ae38-466c-a02f-cb56e71d7fb0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.10 22:27:44.045104 [ 197 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:27:44.045143 [ 197 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1834 rows starting from the beginning of the part 2026.04.10 22:27:44.045208 [ 197 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 513 rows starting from the beginning of the part 2026.04.10 22:27:44.045262 [ 197 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 88 rows starting from the beginning of the part 2026.04.10 22:27:44.045327 [ 197 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 513 rows starting from the beginning of the part 2026.04.10 22:27:44.045382 [ 197 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 82 rows starting from the beginning of the part 2026.04.10 22:27:44.045427 [ 6 ] {fdbe714f-ae38-466c-a02f-cb56e71d7fb0} oximeter.measurements_bool (866da8bb-a9f8-4668-8c33-6b1a5bc68a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:44.045448 [ 197 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 1743 rows starting from the beginning of the part 2026.04.10 22:27:44.045471 [ 6 ] {fdbe714f-ae38-466c-a02f-cb56e71d7fb0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:44.045841 [ 6 ] {fdbe714f-ae38-466c-a02f-cb56e71d7fb0} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.10 22:27:44.046062 [ 6 ] {fdbe714f-ae38-466c-a02f-cb56e71d7fb0} oximeter.measurements_bool (866da8bb-a9f8-4668-8c33-6b1a5bc68a2a): 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.10 22:27:44.046196 [ 6 ] {fdbe714f-ae38-466c-a02f-cb56e71d7fb0} executeQuery: Read 6 rows, 321.00 B in 0.001184 sec., 5067.5675675675675 rows/sec., 264.76 KiB/sec. 2026.04.10 22:27:44.046234 [ 6 ] {fdbe714f-ae38-466c-a02f-cb56e71d7fb0} TCPHandler: Processed in 0.001354497 sec. 2026.04.10 22:27:44.046336 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:44.046430 [ 6 ] {80c58a9c-586d-463e-8ee7-da263663baf0} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:27:44.046472 [ 6 ] {80c58a9c-586d-463e-8ee7-da263663baf0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:27:44.047158 [ 188 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 4773 rows, containing 5 columns (5 merged, 0 gathered) in 0.002281706 sec., 2091855.830681078 rows/sec., 151.80 MiB/sec. 2026.04.10 22:27:44.047315 [ 6 ] {80c58a9c-586d-463e-8ee7-da263663baf0} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:44.047356 [ 6 ] {80c58a9c-586d-463e-8ee7-da263663baf0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:44.047490 [ 202 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.04.10 22:27:44.047848 [ 202 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_51_10} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:27:44.047859 [ 6 ] {80c58a9c-586d-463e-8ee7-da263663baf0} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.04.10 22:27:44.047951 [ 202 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_51_10} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.04.10 22:27:44.048057 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.86 MiB. 2026.04.10 22:27:44.048128 [ 6 ] {80c58a9c-586d-463e-8ee7-da263663baf0} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:27:44.048264 [ 6 ] {80c58a9c-586d-463e-8ee7-da263663baf0} executeQuery: Read 1635 rows, 101.95 KiB in 0.001853 sec., 882352.9411764706 rows/sec., 53.73 MiB/sec. 2026.04.10 22:27:44.048302 [ 6 ] {80c58a9c-586d-463e-8ee7-da263663baf0} TCPHandler: Processed in 0.00201539 sec. 2026.04.10 22:27:44.048413 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:44.048510 [ 6 ] {7ab84a16-ccb8-4be2-a94c-6a4c4fdc52b4} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.10 22:27:44.048552 [ 6 ] {7ab84a16-ccb8-4be2-a94c-6a4c4fdc52b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.10 22:27:44.048866 [ 6 ] {7ab84a16-ccb8-4be2-a94c-6a4c4fdc52b4} oximeter.measurements_f64 (58e3eb3a-a7ad-4b02-bedb-c669836543a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:44.048903 [ 6 ] {7ab84a16-ccb8-4be2-a94c-6a4c4fdc52b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:44.049198 [ 6 ] {7ab84a16-ccb8-4be2-a94c-6a4c4fdc52b4} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.10 22:27:44.049406 [ 6 ] {7ab84a16-ccb8-4be2-a94c-6a4c4fdc52b4} oximeter.measurements_f64 (58e3eb3a-a7ad-4b02-bedb-c669836543a8): 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.10 22:27:44.049535 [ 6 ] {7ab84a16-ccb8-4be2-a94c-6a4c4fdc52b4} executeQuery: Read 1 rows, 69.00 B in 0.001043 sec., 958.7727708533076 rows/sec., 64.60 KiB/sec. 2026.04.10 22:27:44.049571 [ 6 ] {7ab84a16-ccb8-4be2-a94c-6a4c4fdc52b4} TCPHandler: Processed in 0.001207215 sec. 2026.04.10 22:27:44.049679 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:44.049773 [ 6 ] {ae85253c-9ced-4450-8579-cead71dfd718} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:27:44.049827 [ 6 ] {ae85253c-9ced-4450-8579-cead71dfd718} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:27:44.050660 [ 6 ] {ae85253c-9ced-4450-8579-cead71dfd718} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:44.050696 [ 6 ] {ae85253c-9ced-4450-8579-cead71dfd718} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:44.051248 [ 6 ] {ae85253c-9ced-4450-8579-cead71dfd718} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.04.10 22:27:44.051487 [ 6 ] {ae85253c-9ced-4450-8579-cead71dfd718} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:27:44.051626 [ 6 ] {ae85253c-9ced-4450-8579-cead71dfd718} executeQuery: Read 34 rows, 62.39 KiB in 0.001871 sec., 18172.100481026187 rows/sec., 32.56 MiB/sec. 2026.04.10 22:27:44.051681 [ 6 ] {ae85253c-9ced-4450-8579-cead71dfd718} TCPHandler: Processed in 0.002051461 sec. 2026.04.10 22:27:44.051795 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:44.051891 [ 6 ] {e73c4163-e0d1-4746-88a0-1fa08b6f2f8e} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:27:44.051933 [ 6 ] {e73c4163-e0d1-4746-88a0-1fa08b6f2f8e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:27:44.052267 [ 6 ] {e73c4163-e0d1-4746-88a0-1fa08b6f2f8e} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:44.052303 [ 6 ] {e73c4163-e0d1-4746-88a0-1fa08b6f2f8e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:44.052600 [ 6 ] {e73c4163-e0d1-4746-88a0-1fa08b6f2f8e} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.04.10 22:27:44.052818 [ 6 ] {e73c4163-e0d1-4746-88a0-1fa08b6f2f8e} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:27:44.052945 [ 6 ] {e73c4163-e0d1-4746-88a0-1fa08b6f2f8e} executeQuery: Read 54 rows, 3.28 KiB in 0.001074 sec., 50279.32960893854 rows/sec., 2.98 MiB/sec. 2026.04.10 22:27:44.052990 [ 6 ] {e73c4163-e0d1-4746-88a0-1fa08b6f2f8e} TCPHandler: Processed in 0.001244735 sec. 2026.04.10 22:27:46.922382 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:46.922665 [ 6 ] {ea119f81-5ffa-4848-a36b-f599c19aa3e6} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:27:46.922770 [ 6 ] {ea119f81-5ffa-4848-a36b-f599c19aa3e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:27:46.923640 [ 6 ] {ea119f81-5ffa-4848-a36b-f599c19aa3e6} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:46.923689 [ 6 ] {ea119f81-5ffa-4848-a36b-f599c19aa3e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:46.924074 [ 6 ] {ea119f81-5ffa-4848-a36b-f599c19aa3e6} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.04.10 22:27:46.924321 [ 6 ] {ea119f81-5ffa-4848-a36b-f599c19aa3e6} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:27:46.924477 [ 6 ] {ea119f81-5ffa-4848-a36b-f599c19aa3e6} executeQuery: Read 56 rows, 4.41 KiB in 0.00189 sec., 29629.62962962963 rows/sec., 2.28 MiB/sec. 2026.04.10 22:27:46.924519 [ 6 ] {ea119f81-5ffa-4848-a36b-f599c19aa3e6} TCPHandler: Processed in 0.002320507 sec. 2026.04.10 22:27:46.924647 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:46.924742 [ 6 ] {a0af0150-bef0-43e4-8386-909c4896af63} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:27:46.924783 [ 6 ] {a0af0150-bef0-43e4-8386-909c4896af63} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:27:46.925257 [ 6 ] {a0af0150-bef0-43e4-8386-909c4896af63} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:46.925294 [ 6 ] {a0af0150-bef0-43e4-8386-909c4896af63} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:46.925594 [ 6 ] {a0af0150-bef0-43e4-8386-909c4896af63} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.04.10 22:27:46.925800 [ 6 ] {a0af0150-bef0-43e4-8386-909c4896af63} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:27:46.925928 [ 6 ] {a0af0150-bef0-43e4-8386-909c4896af63} executeQuery: Read 64 rows, 5.12 KiB in 0.001204 sec., 53156.14617940199 rows/sec., 4.15 MiB/sec. 2026.04.10 22:27:46.925965 [ 6 ] {a0af0150-bef0-43e4-8386-909c4896af63} TCPHandler: Processed in 0.001366068 sec. 2026.04.10 22:27:46.926088 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:46.926182 [ 6 ] {60256c5d-10ea-4690-89e0-6b8713ab2199} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:27:46.926226 [ 6 ] {60256c5d-10ea-4690-89e0-6b8713ab2199} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:27:46.926844 [ 6 ] {60256c5d-10ea-4690-89e0-6b8713ab2199} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:46.926898 [ 6 ] {60256c5d-10ea-4690-89e0-6b8713ab2199} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:46.927367 [ 6 ] {60256c5d-10ea-4690-89e0-6b8713ab2199} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.04.10 22:27:46.927613 [ 6 ] {60256c5d-10ea-4690-89e0-6b8713ab2199} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:27:46.927743 [ 6 ] {60256c5d-10ea-4690-89e0-6b8713ab2199} executeQuery: Read 96 rows, 6.85 KiB in 0.001579 sec., 60797.973400886636 rows/sec., 4.23 MiB/sec. 2026.04.10 22:27:46.927780 [ 6 ] {60256c5d-10ea-4690-89e0-6b8713ab2199} TCPHandler: Processed in 0.001739485 sec. 2026.04.10 22:27:46.927905 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:46.928003 [ 6 ] {769ca4eb-a3ce-4f7d-b408-c9aab5cd8025} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:27:46.928044 [ 6 ] {769ca4eb-a3ce-4f7d-b408-c9aab5cd8025} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:27:46.928389 [ 6 ] {769ca4eb-a3ce-4f7d-b408-c9aab5cd8025} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:46.928426 [ 6 ] {769ca4eb-a3ce-4f7d-b408-c9aab5cd8025} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:46.928779 [ 6 ] {769ca4eb-a3ce-4f7d-b408-c9aab5cd8025} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.04.10 22:27:46.928986 [ 6 ] {769ca4eb-a3ce-4f7d-b408-c9aab5cd8025} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:27:46.929112 [ 6 ] {769ca4eb-a3ce-4f7d-b408-c9aab5cd8025} executeQuery: Read 36 rows, 2.48 KiB in 0.001127 sec., 31943.21206743567 rows/sec., 2.15 MiB/sec. 2026.04.10 22:27:46.929147 [ 6 ] {769ca4eb-a3ce-4f7d-b408-c9aab5cd8025} TCPHandler: Processed in 0.001294916 sec. 2026.04.10 22:27:48.067256 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 17790 2026.04.10 22:27:48.067789 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:48.067837 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:48.068327 [ 245 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.04.10 22:27:48.068565 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): 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.10 22:27:48.068692 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17790 2026.04.10 22:27:48.989062 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 279 2026.04.10 22:27:49.004735 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:49.004787 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:49.010743 [ 244 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.04.10 22:27:49.011445 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): 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.10 22:27:49.014249 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 279 2026.04.10 22:27:50.626437 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 1008 2026.04.10 22:27:50.630826 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:50.630946 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:50.633263 [ 243 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.04.10 22:27:50.633733 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): 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.10 22:27:50.634431 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1008 2026.04.10 22:27:51.926034 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:51.926297 [ 6 ] {9c52aacf-6142-4d7f-b918-5f9b2c048276} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:27:51.926396 [ 6 ] {9c52aacf-6142-4d7f-b918-5f9b2c048276} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:27:51.927158 [ 6 ] {9c52aacf-6142-4d7f-b918-5f9b2c048276} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:51.927216 [ 6 ] {9c52aacf-6142-4d7f-b918-5f9b2c048276} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:51.927640 [ 6 ] {9c52aacf-6142-4d7f-b918-5f9b2c048276} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.04.10 22:27:51.927869 [ 6 ] {9c52aacf-6142-4d7f-b918-5f9b2c048276} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:27:51.928027 [ 6 ] {9c52aacf-6142-4d7f-b918-5f9b2c048276} executeQuery: Read 92 rows, 7.96 KiB in 0.001802 sec., 51054.38401775805 rows/sec., 4.31 MiB/sec. 2026.04.10 22:27:51.928079 [ 6 ] {9c52aacf-6142-4d7f-b918-5f9b2c048276} TCPHandler: Processed in 0.002212405 sec. 2026.04.10 22:27:51.928208 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:51.928314 [ 6 ] {b733b11d-6105-4a80-82fe-0137f4501cba} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:27:51.928359 [ 6 ] {b733b11d-6105-4a80-82fe-0137f4501cba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:27:51.928784 [ 6 ] {b733b11d-6105-4a80-82fe-0137f4501cba} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:51.928820 [ 6 ] {b733b11d-6105-4a80-82fe-0137f4501cba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:51.929116 [ 6 ] {b733b11d-6105-4a80-82fe-0137f4501cba} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.04.10 22:27:51.929325 [ 6 ] {b733b11d-6105-4a80-82fe-0137f4501cba} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:27:51.929441 [ 88 ] {} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.04.10 22:27:51.929455 [ 6 ] {b733b11d-6105-4a80-82fe-0137f4501cba} executeQuery: Read 18 rows, 1.35 KiB in 0.001166 sec., 15437.392795883363 rows/sec., 1.13 MiB/sec. 2026.04.10 22:27:51.929521 [ 88 ] {} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:51.929537 [ 6 ] {b733b11d-6105-4a80-82fe-0137f4501cba} TCPHandler: Processed in 0.001381498 sec. 2026.04.10 22:27:51.929554 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:51.929657 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:51.929697 [ 189 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::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.10 22:27:51.929756 [ 6 ] {6f5b5866-1824-4e8b-80c8-791ecc01b8e4} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:27:51.929802 [ 6 ] {6f5b5866-1824-4e8b-80c8-791ecc01b8e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:27:51.929842 [ 189 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:27:51.929880 [ 189 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 226 rows starting from the beginning of the part 2026.04.10 22:27:51.929947 [ 189 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::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.10 22:27:51.929995 [ 189 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 165 rows starting from the beginning of the part 2026.04.10 22:27:51.930074 [ 189 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 18 rows starting from the beginning of the part 2026.04.10 22:27:51.930152 [ 189 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 180 rows starting from the beginning of the part 2026.04.10 22:27:51.930204 [ 189 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 18 rows starting from the beginning of the part 2026.04.10 22:27:51.930243 [ 6 ] {6f5b5866-1824-4e8b-80c8-791ecc01b8e4} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:51.930285 [ 6 ] {6f5b5866-1824-4e8b-80c8-791ecc01b8e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:51.930625 [ 6 ] {6f5b5866-1824-4e8b-80c8-791ecc01b8e4} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.04.10 22:27:51.930866 [ 6 ] {6f5b5866-1824-4e8b-80c8-791ecc01b8e4} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:27:51.931004 [ 6 ] {6f5b5866-1824-4e8b-80c8-791ecc01b8e4} executeQuery: Read 82 rows, 6.56 KiB in 0.001267 sec., 64719.81057616417 rows/sec., 5.05 MiB/sec. 2026.04.10 22:27:51.931044 [ 6 ] {6f5b5866-1824-4e8b-80c8-791ecc01b8e4} TCPHandler: Processed in 0.001436789 sec. 2026.04.10 22:27:51.931158 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:51.931167 [ 202 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 631 rows, containing 5 columns (5 merged, 0 gathered) in 0.00152576 sec., 413564.3875838926 rows/sec., 27.78 MiB/sec. 2026.04.10 22:27:51.931256 [ 6 ] {9eda8faf-45ab-4275-a6d7-5d163cd5a639} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:27:51.931306 [ 6 ] {9eda8faf-45ab-4275-a6d7-5d163cd5a639} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:27:51.931369 [ 188 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.04.10 22:27:51.931671 [ 188 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_46_9} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:27:51.931722 [ 6 ] {9eda8faf-45ab-4275-a6d7-5d163cd5a639} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:51.931749 [ 188 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_46_9} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.04.10 22:27:51.931765 [ 6 ] {9eda8faf-45ab-4275-a6d7-5d163cd5a639} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:51.931848 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.04.10 22:27:51.932114 [ 6 ] {9eda8faf-45ab-4275-a6d7-5d163cd5a639} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.04.10 22:27:51.932334 [ 6 ] {9eda8faf-45ab-4275-a6d7-5d163cd5a639} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:27:51.932444 [ 88 ] {} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.04.10 22:27:51.932466 [ 6 ] {9eda8faf-45ab-4275-a6d7-5d163cd5a639} executeQuery: Read 160 rows, 11.41 KiB in 0.001229 sec., 130187.14401952806 rows/sec., 9.07 MiB/sec. 2026.04.10 22:27:51.932479 [ 88 ] {} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:51.932509 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:51.932511 [ 6 ] {9eda8faf-45ab-4275-a6d7-5d163cd5a639} TCPHandler: Processed in 0.001402239 sec. 2026.04.10 22:27:51.932604 [ 202 ] {44193040-72a9-44ec-a565-c534b9f3dcff::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.10 22:27:51.932631 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:51.932731 [ 6 ] {37ec5a63-d7cc-4f31-825f-8c4beee43894} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:27:51.932733 [ 202 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:27:51.932787 [ 6 ] {37ec5a63-d7cc-4f31-825f-8c4beee43894} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:27:51.932787 [ 202 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_51_10} MergeTreeSequentialSource: Reading 4 marks from part all_1_46_9, total 17363 rows starting from the beginning of the part 2026.04.10 22:27:51.932876 [ 202 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 265 rows starting from the beginning of the part 2026.04.10 22:27:51.932927 [ 202 ] {44193040-72a9-44ec-a565-c534b9f3dcff::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.10 22:27:51.932970 [ 202 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1635 rows starting from the beginning of the part 2026.04.10 22:27:51.933012 [ 202 ] {44193040-72a9-44ec-a565-c534b9f3dcff::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.10 22:27:51.933054 [ 202 ] {44193040-72a9-44ec-a565-c534b9f3dcff::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.10 22:27:51.933590 [ 6 ] {37ec5a63-d7cc-4f31-825f-8c4beee43894} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:51.933631 [ 6 ] {37ec5a63-d7cc-4f31-825f-8c4beee43894} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:51.934164 [ 6 ] {37ec5a63-d7cc-4f31-825f-8c4beee43894} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.04.10 22:27:51.934398 [ 6 ] {37ec5a63-d7cc-4f31-825f-8c4beee43894} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:27:51.934518 [ 88 ] {} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.04.10 22:27:51.934542 [ 6 ] {37ec5a63-d7cc-4f31-825f-8c4beee43894} executeQuery: Read 18 rows, 33.03 KiB in 0.00183 sec., 9836.065573770491 rows/sec., 17.63 MiB/sec. 2026.04.10 22:27:51.934551 [ 88 ] {} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:51.934586 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:51.934605 [ 6 ] {37ec5a63-d7cc-4f31-825f-8c4beee43894} TCPHandler: Processed in 0.002023561 sec. 2026.04.10 22:27:51.934656 [ 188 ] {240c2363-d096-4df1-a9c1-cf60540c0597::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.10 22:27:51.934727 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:51.934828 [ 6 ] {819e8417-257f-40d4-ab39-3c3c7586e3c7} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:27:51.934859 [ 188 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:27:51.934870 [ 6 ] {819e8417-257f-40d4-ab39-3c3c7586e3c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:27:51.934919 [ 188 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 896 rows starting from the beginning of the part 2026.04.10 22:27:51.935049 [ 188 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 18 rows starting from the beginning of the part 2026.04.10 22:27:51.935154 [ 188 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 23 rows starting from the beginning of the part 2026.04.10 22:27:51.935225 [ 6 ] {819e8417-257f-40d4-ab39-3c3c7586e3c7} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:51.935253 [ 188 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 18 rows starting from the beginning of the part 2026.04.10 22:27:51.935267 [ 6 ] {819e8417-257f-40d4-ab39-3c3c7586e3c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. 2026.04.10 22:27:51.935371 [ 188 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 34 rows starting from the beginning of the part 2026.04.10 22:27:51.935487 [ 188 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 18 rows starting from the beginning of the part 2026.04.10 22:27:51.935598 [ 6 ] {819e8417-257f-40d4-ab39-3c3c7586e3c7} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.04.10 22:27:51.935843 [ 6 ] {819e8417-257f-40d4-ab39-3c3c7586e3c7} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:27:51.935993 [ 6 ] {819e8417-257f-40d4-ab39-3c3c7586e3c7} executeQuery: Read 60 rows, 4.14 KiB in 0.001184 sec., 50675.67567567568 rows/sec., 3.42 MiB/sec. 2026.04.10 22:27:51.936037 [ 6 ] {819e8417-257f-40d4-ab39-3c3c7586e3c7} TCPHandler: Processed in 0.001360028 sec. 2026.04.10 22:27:51.938247 [ 195 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 19679 rows, containing 5 columns (5 merged, 0 gathered) in 0.005687545 sec., 3460016.5800885973 rows/sec., 223.87 MiB/sec. 2026.04.10 22:27:51.938588 [ 200 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.04.10 22:27:51.938914 [ 200 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_51_10} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:27:51.939005 [ 200 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_51_10} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.04.10 22:27:51.939109 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.27 MiB. 2026.04.10 22:27:51.941639 [ 195 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 1007 rows, containing 19 columns (19 merged, 0 gathered) in 0.007013862 sec., 143572.8276376125 rows/sec., 257.28 MiB/sec. 2026.04.10 22:27:51.943007 [ 200 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.04.10 22:27:51.943331 [ 200 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_46_9} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:27:51.943396 [ 200 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_46_9} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.04.10 22:27:51.943488 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.23 MiB. 2026.04.10 22:27:52.000186 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 291.69 MiB, peak 301.28 MiB, free memory in arenas 0.00 B, will set to 295.73 MiB (RSS), difference: 4.04 MiB 2026.04.10 22:27:55.408337 [ 87 ] {} DNSResolver: Updating DNS cache 2026.04.10 22:27:55.408399 [ 87 ] {} DNSResolver: Updated DNS cache 2026.04.10 22:27:55.568785 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 18238 2026.04.10 22:27:55.569537 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:55.569616 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:27:55.570230 [ 245 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.04.10 22:27:55.570461 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): 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.10 22:27:55.570591 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18238 2026.04.10 22:27:55.966901 [ 85 ] {} oximeter.measurements_f64 (58e3eb3a-a7ad-4b02-bedb-c669836543a8) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2026.04.10 22:27:55.966960 [ 85 ] {} oximeter.measurements_f64 (58e3eb3a-a7ad-4b02-bedb-c669836543a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:55.966983 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:27:55.967102 [ 188 ] {58e3eb3a-a7ad-4b02-bedb-c669836543a8::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.10 22:27:55.967265 [ 188 ] {58e3eb3a-a7ad-4b02-bedb-c669836543a8::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:27:55.967304 [ 188 ] {58e3eb3a-a7ad-4b02-bedb-c669836543a8::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 9 rows starting from the beginning of the part 2026.04.10 22:27:55.967377 [ 188 ] {58e3eb3a-a7ad-4b02-bedb-c669836543a8::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part 2026.04.10 22:27:55.967432 [ 188 ] {58e3eb3a-a7ad-4b02-bedb-c669836543a8::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part 2026.04.10 22:27:55.967481 [ 188 ] {58e3eb3a-a7ad-4b02-bedb-c669836543a8::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part 2026.04.10 22:27:55.967527 [ 188 ] {58e3eb3a-a7ad-4b02-bedb-c669836543a8::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part 2026.04.10 22:27:55.968274 [ 195 ] {58e3eb3a-a7ad-4b02-bedb-c669836543a8::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 13 rows, containing 4 columns (4 merged, 0 gathered) in 0.001221365 sec., 10643.828830857277 rows/sec., 714.01 KiB/sec. 2026.04.10 22:27:55.968458 [ 201 ] {58e3eb3a-a7ad-4b02-bedb-c669836543a8::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2026.04.10 22:27:55.968749 [ 201 ] {58e3eb3a-a7ad-4b02-bedb-c669836543a8::all_1_13_3} oximeter.measurements_f64 (58e3eb3a-a7ad-4b02-bedb-c669836543a8): 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.10 22:27:55.968819 [ 201 ] {58e3eb3a-a7ad-4b02-bedb-c669836543a8::all_1_13_3} oximeter.measurements_f64 (58e3eb3a-a7ad-4b02-bedb-c669836543a8) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2026.04.10 22:27:55.968907 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.04.10 22:27:56.514307 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 2026.04.10 22:27:56.529979 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:56.530034 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:27:56.536151 [ 244 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.04.10 22:27:56.536885 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): 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.10 22:27:56.539615 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 287 2026.04.10 22:27:56.934413 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:56.934595 [ 6 ] {577560a0-089e-46e2-8977-f8fc4de1eca9} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.10 22:27:56.934666 [ 6 ] {577560a0-089e-46e2-8977-f8fc4de1eca9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.10 22:27:56.935556 [ 6 ] {577560a0-089e-46e2-8977-f8fc4de1eca9} oximeter.fields_i16 (419f2eef-209c-46fc-9cc0-97b5087686b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:56.935598 [ 6 ] {577560a0-089e-46e2-8977-f8fc4de1eca9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:27:56.936009 [ 6 ] {577560a0-089e-46e2-8977-f8fc4de1eca9} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.10 22:27:56.936227 [ 6 ] {577560a0-089e-46e2-8977-f8fc4de1eca9} oximeter.fields_i16 (419f2eef-209c-46fc-9cc0-97b5087686b9): 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.10 22:27:56.936373 [ 6 ] {577560a0-089e-46e2-8977-f8fc4de1eca9} executeQuery: Read 284 rows, 18.47 KiB in 0.001833 sec., 154937.26132024004 rows/sec., 9.84 MiB/sec. 2026.04.10 22:27:56.936414 [ 6 ] {577560a0-089e-46e2-8977-f8fc4de1eca9} TCPHandler: Processed in 0.002123783 sec. 2026.04.10 22:27:56.936534 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:56.936633 [ 6 ] {d95753ff-e23f-42a0-bf66-6f018f576a89} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:27:56.936673 [ 6 ] {d95753ff-e23f-42a0-bf66-6f018f576a89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:27:56.937519 [ 6 ] {d95753ff-e23f-42a0-bf66-6f018f576a89} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:56.937554 [ 6 ] {d95753ff-e23f-42a0-bf66-6f018f576a89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:27:56.937895 [ 6 ] {d95753ff-e23f-42a0-bf66-6f018f576a89} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.04.10 22:27:56.938095 [ 6 ] {d95753ff-e23f-42a0-bf66-6f018f576a89} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:27:56.938221 [ 6 ] {d95753ff-e23f-42a0-bf66-6f018f576a89} executeQuery: Read 843 rows, 67.17 KiB in 0.001607 sec., 524579.9626633478 rows/sec., 40.82 MiB/sec. 2026.04.10 22:27:56.938257 [ 6 ] {d95753ff-e23f-42a0-bf66-6f018f576a89} TCPHandler: Processed in 0.001775105 sec. 2026.04.10 22:27:56.938363 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:56.938455 [ 6 ] {2422ae3d-e160-4145-b621-0bf012693c25} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:27:56.938495 [ 6 ] {2422ae3d-e160-4145-b621-0bf012693c25} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:27:56.938987 [ 6 ] {2422ae3d-e160-4145-b621-0bf012693c25} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:56.939022 [ 6 ] {2422ae3d-e160-4145-b621-0bf012693c25} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:27:56.939343 [ 6 ] {2422ae3d-e160-4145-b621-0bf012693c25} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.04.10 22:27:56.939561 [ 6 ] {2422ae3d-e160-4145-b621-0bf012693c25} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:27:56.939685 [ 6 ] {2422ae3d-e160-4145-b621-0bf012693c25} executeQuery: Read 165 rows, 10.27 KiB in 0.001248 sec., 132211.53846153847 rows/sec., 8.04 MiB/sec. 2026.04.10 22:27:56.939721 [ 6 ] {2422ae3d-e160-4145-b621-0bf012693c25} TCPHandler: Processed in 0.001412269 sec. 2026.04.10 22:27:56.939842 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:56.939941 [ 6 ] {58250e64-0aa1-458d-a94c-59f0056a28fa} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.10 22:27:56.939987 [ 6 ] {58250e64-0aa1-458d-a94c-59f0056a28fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.10 22:27:56.940500 [ 6 ] {58250e64-0aa1-458d-a94c-59f0056a28fa} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:56.940536 [ 6 ] {58250e64-0aa1-458d-a94c-59f0056a28fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:27:56.940848 [ 6 ] {58250e64-0aa1-458d-a94c-59f0056a28fa} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.10 22:27:56.941056 [ 6 ] {58250e64-0aa1-458d-a94c-59f0056a28fa} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002): 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.10 22:27:56.941180 [ 6 ] {58250e64-0aa1-458d-a94c-59f0056a28fa} executeQuery: Read 149 rows, 9.86 KiB in 0.001263 sec., 117973.07996832937 rows/sec., 7.62 MiB/sec. 2026.04.10 22:27:56.941217 [ 6 ] {58250e64-0aa1-458d-a94c-59f0056a28fa} TCPHandler: Processed in 0.001422319 sec. 2026.04.10 22:27:56.941340 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:56.941433 [ 6 ] {7ecac253-fca5-49bd-a169-27158b60433e} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.10 22:27:56.941471 [ 6 ] {7ecac253-fca5-49bd-a169-27158b60433e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.10 22:27:56.941977 [ 6 ] {7ecac253-fca5-49bd-a169-27158b60433e} oximeter.fields_u8 (db645430-3721-434f-a428-3eb1f7165166): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:56.942012 [ 6 ] {7ecac253-fca5-49bd-a169-27158b60433e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:27:56.942318 [ 6 ] {7ecac253-fca5-49bd-a169-27158b60433e} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.10 22:27:56.942525 [ 6 ] {7ecac253-fca5-49bd-a169-27158b60433e} oximeter.fields_u8 (db645430-3721-434f-a428-3eb1f7165166): 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.10 22:27:56.942648 [ 6 ] {7ecac253-fca5-49bd-a169-27158b60433e} executeQuery: Read 148 rows, 8.62 KiB in 0.001233 sec., 120032.44120032442 rows/sec., 6.83 MiB/sec. 2026.04.10 22:27:56.942685 [ 6 ] {7ecac253-fca5-49bd-a169-27158b60433e} TCPHandler: Processed in 0.001399879 sec. 2026.04.10 22:27:56.942808 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:56.942900 [ 6 ] {ae4d70da-2049-4c3e-8f7b-fd715fc6a7fc} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:27:56.942940 [ 6 ] {ae4d70da-2049-4c3e-8f7b-fd715fc6a7fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:27:56.943666 [ 6 ] {ae4d70da-2049-4c3e-8f7b-fd715fc6a7fc} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:56.943701 [ 6 ] {ae4d70da-2049-4c3e-8f7b-fd715fc6a7fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:27:56.944029 [ 6 ] {ae4d70da-2049-4c3e-8f7b-fd715fc6a7fc} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.04.10 22:27:56.944240 [ 6 ] {ae4d70da-2049-4c3e-8f7b-fd715fc6a7fc} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:27:56.944363 [ 6 ] {ae4d70da-2049-4c3e-8f7b-fd715fc6a7fc} executeQuery: Read 513 rows, 37.02 KiB in 0.001481 sec., 346387.5759621877 rows/sec., 24.41 MiB/sec. 2026.04.10 22:27:56.944401 [ 6 ] {ae4d70da-2049-4c3e-8f7b-fd715fc6a7fc} TCPHandler: Processed in 0.001648093 sec. 2026.04.10 22:27:56.944532 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:56.944651 [ 6 ] {793c12cb-14e3-4b5b-85dd-7661e472e089} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.10 22:27:56.944700 [ 6 ] {793c12cb-14e3-4b5b-85dd-7661e472e089} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.10 22:27:56.945084 [ 6 ] {793c12cb-14e3-4b5b-85dd-7661e472e089} oximeter.measurements_bool (866da8bb-a9f8-4668-8c33-6b1a5bc68a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:56.945125 [ 6 ] {793c12cb-14e3-4b5b-85dd-7661e472e089} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:27:56.945492 [ 6 ] {793c12cb-14e3-4b5b-85dd-7661e472e089} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.10 22:27:56.945720 [ 6 ] {793c12cb-14e3-4b5b-85dd-7661e472e089} oximeter.measurements_bool (866da8bb-a9f8-4668-8c33-6b1a5bc68a2a): 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.10 22:27:56.945846 [ 6 ] {793c12cb-14e3-4b5b-85dd-7661e472e089} executeQuery: Read 6 rows, 321.00 B in 0.001219 sec., 4922.067268252666 rows/sec., 257.16 KiB/sec. 2026.04.10 22:27:56.945881 [ 6 ] {793c12cb-14e3-4b5b-85dd-7661e472e089} TCPHandler: Processed in 0.001422169 sec. 2026.04.10 22:27:56.945986 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:56.946077 [ 6 ] {735f5ef9-2e8c-4519-a8ed-c2fd1362e39f} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:27:56.946117 [ 6 ] {735f5ef9-2e8c-4519-a8ed-c2fd1362e39f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:27:56.946544 [ 6 ] {735f5ef9-2e8c-4519-a8ed-c2fd1362e39f} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:56.946577 [ 6 ] {735f5ef9-2e8c-4519-a8ed-c2fd1362e39f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:27:56.946907 [ 6 ] {735f5ef9-2e8c-4519-a8ed-c2fd1362e39f} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.04.10 22:27:56.947117 [ 6 ] {735f5ef9-2e8c-4519-a8ed-c2fd1362e39f} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:27:56.947239 [ 6 ] {735f5ef9-2e8c-4519-a8ed-c2fd1362e39f} executeQuery: Read 265 rows, 18.03 KiB in 0.001181 sec., 224386.1134631668 rows/sec., 14.91 MiB/sec. 2026.04.10 22:27:56.947283 [ 6 ] {735f5ef9-2e8c-4519-a8ed-c2fd1362e39f} TCPHandler: Processed in 0.001351128 sec. 2026.04.10 22:27:56.947389 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:56.947480 [ 6 ] {011a4eb2-9d34-4726-8f6c-c81b45916bd1} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.10 22:27:56.947520 [ 6 ] {011a4eb2-9d34-4726-8f6c-c81b45916bd1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.10 22:27:56.947824 [ 6 ] {011a4eb2-9d34-4726-8f6c-c81b45916bd1} oximeter.measurements_f64 (58e3eb3a-a7ad-4b02-bedb-c669836543a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:56.947857 [ 6 ] {011a4eb2-9d34-4726-8f6c-c81b45916bd1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:27:56.948150 [ 6 ] {011a4eb2-9d34-4726-8f6c-c81b45916bd1} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.10 22:27:56.948370 [ 6 ] {011a4eb2-9d34-4726-8f6c-c81b45916bd1} oximeter.measurements_f64 (58e3eb3a-a7ad-4b02-bedb-c669836543a8): 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.10 22:27:56.948493 [ 6 ] {011a4eb2-9d34-4726-8f6c-c81b45916bd1} executeQuery: Read 1 rows, 69.00 B in 0.001031 sec., 969.9321047526673 rows/sec., 65.36 KiB/sec. 2026.04.10 22:27:56.948534 [ 6 ] {011a4eb2-9d34-4726-8f6c-c81b45916bd1} TCPHandler: Processed in 0.001191464 sec. 2026.04.10 22:27:56.948651 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:56.948749 [ 6 ] {a4751124-4a23-4712-bf4a-3673f42bdad2} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:27:56.948846 [ 6 ] {a4751124-4a23-4712-bf4a-3673f42bdad2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:27:56.949780 [ 6 ] {a4751124-4a23-4712-bf4a-3673f42bdad2} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:56.949816 [ 6 ] {a4751124-4a23-4712-bf4a-3673f42bdad2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:27:56.950355 [ 6 ] {a4751124-4a23-4712-bf4a-3673f42bdad2} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.04.10 22:27:56.950578 [ 6 ] {a4751124-4a23-4712-bf4a-3673f42bdad2} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:27:56.950713 [ 6 ] {a4751124-4a23-4712-bf4a-3673f42bdad2} executeQuery: Read 23 rows, 42.20 KiB in 0.001982 sec., 11604.439959636731 rows/sec., 20.79 MiB/sec. 2026.04.10 22:27:56.950771 [ 6 ] {a4751124-4a23-4712-bf4a-3673f42bdad2} TCPHandler: Processed in 0.002168154 sec. 2026.04.10 22:27:56.950878 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:27:56.950970 [ 6 ] {3ef86258-2a1c-4354-9315-46c690522691} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:27:56.951010 [ 6 ] {3ef86258-2a1c-4354-9315-46c690522691} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:27:56.951340 [ 6 ] {3ef86258-2a1c-4354-9315-46c690522691} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:56.951374 [ 6 ] {3ef86258-2a1c-4354-9315-46c690522691} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:27:56.951671 [ 6 ] {3ef86258-2a1c-4354-9315-46c690522691} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.04.10 22:27:56.951886 [ 6 ] {3ef86258-2a1c-4354-9315-46c690522691} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:27:56.951984 [ 83 ] {} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.04.10 22:27:56.952009 [ 6 ] {3ef86258-2a1c-4354-9315-46c690522691} executeQuery: Read 90 rows, 5.77 KiB in 0.001057 sec., 85146.64143803217 rows/sec., 5.33 MiB/sec. 2026.04.10 22:27:56.952020 [ 83 ] {} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:27:56.952040 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:27:56.952044 [ 6 ] {3ef86258-2a1c-4354-9315-46c690522691} TCPHandler: Processed in 0.001212784 sec. 2026.04.10 22:27:56.952183 [ 198 ] {d011da2b-2502-4d0a-9756-3e9226add765::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.10 22:27:56.952341 [ 198 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:27:56.952381 [ 198 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2238 rows starting from the beginning of the part 2026.04.10 22:27:56.952456 [ 198 ] {d011da2b-2502-4d0a-9756-3e9226add765::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.10 22:27:56.952506 [ 198 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 54 rows starting from the beginning of the part 2026.04.10 22:27:56.952552 [ 198 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 36 rows starting from the beginning of the part 2026.04.10 22:27:56.952591 [ 198 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 60 rows starting from the beginning of the part 2026.04.10 22:27:56.952631 [ 198 ] {d011da2b-2502-4d0a-9756-3e9226add765::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.10 22:27:56.953900 [ 187 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 2538 rows, containing 4 columns (4 merged, 0 gathered) in 0.001784846 sec., 1421971.4193829608 rows/sec., 92.77 MiB/sec. 2026.04.10 22:27:56.954190 [ 196 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.04.10 22:27:56.954509 [ 196 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_51_10} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:27:56.954596 [ 196 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_51_10} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.04.10 22:27:56.954705 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. 2026.04.10 22:28:00.634686 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1042 2026.04.10 22:28:00.637106 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:00.637168 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:28:00.638398 [ 243 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.04.10 22:28:00.638684 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): 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.10 22:28:00.639060 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1042 2026.04.10 22:28:01.925922 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:01.926104 [ 6 ] {0f0966eb-8294-4b3a-8b73-5763c094f843} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.10 22:28:01.926170 [ 6 ] {0f0966eb-8294-4b3a-8b73-5763c094f843} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.10 22:28:01.926781 [ 6 ] {0f0966eb-8294-4b3a-8b73-5763c094f843} oximeter.fields_ipaddr (b4784700-91f7-4af4-af29-376f839f9b40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:01.926819 [ 6 ] {0f0966eb-8294-4b3a-8b73-5763c094f843} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:28:01.927195 [ 6 ] {0f0966eb-8294-4b3a-8b73-5763c094f843} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.10 22:28:01.927442 [ 6 ] {0f0966eb-8294-4b3a-8b73-5763c094f843} oximeter.fields_ipaddr (b4784700-91f7-4af4-af29-376f839f9b40): 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.10 22:28:01.927598 [ 6 ] {0f0966eb-8294-4b3a-8b73-5763c094f843} executeQuery: Read 2 rows, 167.00 B in 0.001544 sec., 1295.3367875647668 rows/sec., 105.63 KiB/sec. 2026.04.10 22:28:01.927648 [ 6 ] {0f0966eb-8294-4b3a-8b73-5763c094f843} TCPHandler: Processed in 0.001850407 sec. 2026.04.10 22:28:01.927777 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:01.927880 [ 6 ] {6e9f2b46-6cb9-45cc-91bb-0dfb00fc001a} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:28:01.927922 [ 6 ] {6e9f2b46-6cb9-45cc-91bb-0dfb00fc001a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:28:01.928378 [ 6 ] {6e9f2b46-6cb9-45cc-91bb-0dfb00fc001a} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:01.928414 [ 6 ] {6e9f2b46-6cb9-45cc-91bb-0dfb00fc001a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:28:01.928738 [ 6 ] {6e9f2b46-6cb9-45cc-91bb-0dfb00fc001a} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.04.10 22:28:01.928957 [ 6 ] {6e9f2b46-6cb9-45cc-91bb-0dfb00fc001a} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:28:01.929088 [ 6 ] {6e9f2b46-6cb9-45cc-91bb-0dfb00fc001a} executeQuery: Read 93 rows, 8.03 KiB in 0.001233 sec., 75425.7907542579 rows/sec., 6.36 MiB/sec. 2026.04.10 22:28:01.929126 [ 6 ] {6e9f2b46-6cb9-45cc-91bb-0dfb00fc001a} TCPHandler: Processed in 0.001402368 sec. 2026.04.10 22:28:01.929245 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:01.929340 [ 6 ] {4345e36f-5164-4ab3-aacf-ac2cd1ca9b44} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:28:01.929381 [ 6 ] {4345e36f-5164-4ab3-aacf-ac2cd1ca9b44} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:28:01.929775 [ 6 ] {4345e36f-5164-4ab3-aacf-ac2cd1ca9b44} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:01.929809 [ 6 ] {4345e36f-5164-4ab3-aacf-ac2cd1ca9b44} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:28:01.930101 [ 6 ] {4345e36f-5164-4ab3-aacf-ac2cd1ca9b44} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.04.10 22:28:01.930306 [ 6 ] {4345e36f-5164-4ab3-aacf-ac2cd1ca9b44} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:28:01.930432 [ 6 ] {4345e36f-5164-4ab3-aacf-ac2cd1ca9b44} executeQuery: Read 20 rows, 1.49 KiB in 0.001113 sec., 17969.45193171608 rows/sec., 1.31 MiB/sec. 2026.04.10 22:28:01.930468 [ 6 ] {4345e36f-5164-4ab3-aacf-ac2cd1ca9b44} TCPHandler: Processed in 0.001273586 sec. 2026.04.10 22:28:01.930593 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:01.930693 [ 6 ] {6e24b502-d2af-41b0-9de0-d9dd84297d79} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:28:01.930733 [ 6 ] {6e24b502-d2af-41b0-9de0-d9dd84297d79} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:28:01.931176 [ 6 ] {6e24b502-d2af-41b0-9de0-d9dd84297d79} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:01.931209 [ 6 ] {6e24b502-d2af-41b0-9de0-d9dd84297d79} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:28:01.931501 [ 6 ] {6e24b502-d2af-41b0-9de0-d9dd84297d79} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.04.10 22:28:01.931723 [ 6 ] {6e24b502-d2af-41b0-9de0-d9dd84297d79} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:28:01.931850 [ 6 ] {6e24b502-d2af-41b0-9de0-d9dd84297d79} executeQuery: Read 84 rows, 6.72 KiB in 0.001174 sec., 71550.25553662692 rows/sec., 5.59 MiB/sec. 2026.04.10 22:28:01.931886 [ 6 ] {6e24b502-d2af-41b0-9de0-d9dd84297d79} TCPHandler: Processed in 0.001344658 sec. 2026.04.10 22:28:01.932013 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:01.932108 [ 6 ] {b283ab0d-afcf-475f-be52-714c855bfbc6} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:28:01.932154 [ 6 ] {b283ab0d-afcf-475f-be52-714c855bfbc6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:28:01.932573 [ 6 ] {b283ab0d-afcf-475f-be52-714c855bfbc6} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:01.932609 [ 6 ] {b283ab0d-afcf-475f-be52-714c855bfbc6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:28:01.932947 [ 6 ] {b283ab0d-afcf-475f-be52-714c855bfbc6} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.04.10 22:28:01.933183 [ 6 ] {b283ab0d-afcf-475f-be52-714c855bfbc6} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:28:01.933316 [ 6 ] {b283ab0d-afcf-475f-be52-714c855bfbc6} executeQuery: Read 161 rows, 11.48 KiB in 0.001226 sec., 131321.37030995105 rows/sec., 9.15 MiB/sec. 2026.04.10 22:28:01.933353 [ 6 ] {b283ab0d-afcf-475f-be52-714c855bfbc6} TCPHandler: Processed in 0.001396058 sec. 2026.04.10 22:28:01.933475 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:01.933578 [ 6 ] {21978983-f532-4447-91d0-bb0f1328dc0d} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:28:01.933635 [ 6 ] {21978983-f532-4447-91d0-bb0f1328dc0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:28:01.934409 [ 6 ] {21978983-f532-4447-91d0-bb0f1328dc0d} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:01.934445 [ 6 ] {21978983-f532-4447-91d0-bb0f1328dc0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:28:01.934993 [ 6 ] {21978983-f532-4447-91d0-bb0f1328dc0d} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.04.10 22:28:01.935220 [ 6 ] {21978983-f532-4447-91d0-bb0f1328dc0d} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:28:01.935357 [ 6 ] {21978983-f532-4447-91d0-bb0f1328dc0d} executeQuery: Read 18 rows, 33.03 KiB in 0.001799 sec., 10005.55864369094 rows/sec., 17.93 MiB/sec. 2026.04.10 22:28:01.935419 [ 6 ] {21978983-f532-4447-91d0-bb0f1328dc0d} TCPHandler: Processed in 0.00199688 sec. 2026.04.10 22:28:01.935537 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:01.935633 [ 6 ] {08360e08-739a-4fc1-a2e0-d9ece291b671} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:28:01.935674 [ 6 ] {08360e08-739a-4fc1-a2e0-d9ece291b671} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:28:01.936034 [ 6 ] {08360e08-739a-4fc1-a2e0-d9ece291b671} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:01.936067 [ 6 ] {08360e08-739a-4fc1-a2e0-d9ece291b671} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:28:01.936372 [ 6 ] {08360e08-739a-4fc1-a2e0-d9ece291b671} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.04.10 22:28:01.936580 [ 6 ] {08360e08-739a-4fc1-a2e0-d9ece291b671} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:28:01.936707 [ 6 ] {08360e08-739a-4fc1-a2e0-d9ece291b671} executeQuery: Read 60 rows, 4.14 KiB in 0.001093 sec., 54894.784995425434 rows/sec., 3.70 MiB/sec. 2026.04.10 22:28:01.936741 [ 6 ] {08360e08-739a-4fc1-a2e0-d9ece291b671} TCPHandler: Processed in 0.001253626 sec. 2026.04.10 22:28:03.070695 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 18750 2026.04.10 22:28:03.071277 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:03.071325 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:28:03.071883 [ 245 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.04.10 22:28:03.072121 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): 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.10 22:28:03.072263 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18750 2026.04.10 22:28:04.039706 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 2026.04.10 22:28:04.057610 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:04.057679 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:28:04.064207 [ 244 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.04.10 22:28:04.064911 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): 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.10 22:28:04.068172 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 294 2026.04.10 22:28:06.933421 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:06.933704 [ 6 ] {56db095e-da67-46fd-b0de-65b5b1c36794} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.10 22:28:06.933813 [ 6 ] {56db095e-da67-46fd-b0de-65b5b1c36794} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.10 22:28:06.934616 [ 6 ] {56db095e-da67-46fd-b0de-65b5b1c36794} oximeter.fields_i16 (419f2eef-209c-46fc-9cc0-97b5087686b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:06.934667 [ 6 ] {56db095e-da67-46fd-b0de-65b5b1c36794} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:28:06.935097 [ 6 ] {56db095e-da67-46fd-b0de-65b5b1c36794} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.10 22:28:06.935322 [ 6 ] {56db095e-da67-46fd-b0de-65b5b1c36794} oximeter.fields_i16 (419f2eef-209c-46fc-9cc0-97b5087686b9): 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.10 22:28:06.935478 [ 6 ] {56db095e-da67-46fd-b0de-65b5b1c36794} executeQuery: Read 284 rows, 18.47 KiB in 0.001855 sec., 153099.73045822102 rows/sec., 9.72 MiB/sec. 2026.04.10 22:28:06.935522 [ 6 ] {56db095e-da67-46fd-b0de-65b5b1c36794} TCPHandler: Processed in 0.002295006 sec. 2026.04.10 22:28:06.935648 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:06.935744 [ 6 ] {be07cfb8-b96f-46d5-a008-52eb3bc294a7} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:28:06.935787 [ 6 ] {be07cfb8-b96f-46d5-a008-52eb3bc294a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:28:06.936792 [ 6 ] {be07cfb8-b96f-46d5-a008-52eb3bc294a7} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:06.936828 [ 6 ] {be07cfb8-b96f-46d5-a008-52eb3bc294a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:28:06.937220 [ 6 ] {be07cfb8-b96f-46d5-a008-52eb3bc294a7} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.04.10 22:28:06.937424 [ 6 ] {be07cfb8-b96f-46d5-a008-52eb3bc294a7} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:28:06.937541 [ 73 ] {} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.04.10 22:28:06.937555 [ 6 ] {be07cfb8-b96f-46d5-a008-52eb3bc294a7} executeQuery: Read 843 rows, 67.17 KiB in 0.001831 sec., 460404.150737302 rows/sec., 35.83 MiB/sec. 2026.04.10 22:28:06.937610 [ 73 ] {} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:06.937620 [ 6 ] {be07cfb8-b96f-46d5-a008-52eb3bc294a7} TCPHandler: Processed in 0.002023331 sec. 2026.04.10 22:28:06.937638 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:28:06.937742 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:06.937741 [ 195 ] {15303715-e1d3-410d-9b74-21f9c069a75b::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.10 22:28:06.937841 [ 6 ] {e1c751ab-6bdf-49a9-b6b2-daf13afb64f5} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:28:06.937856 [ 195 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:28:06.937882 [ 6 ] {e1c751ab-6bdf-49a9-b6b2-daf13afb64f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:28:06.937889 [ 195 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3362 rows starting from the beginning of the part 2026.04.10 22:28:06.937957 [ 195 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 56 rows starting from the beginning of the part 2026.04.10 22:28:06.938004 [ 195 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 92 rows starting from the beginning of the part 2026.04.10 22:28:06.938047 [ 195 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 843 rows starting from the beginning of the part 2026.04.10 22:28:06.938090 [ 195 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 93 rows starting from the beginning of the part 2026.04.10 22:28:06.938132 [ 195 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 843 rows starting from the beginning of the part 2026.04.10 22:28:06.938356 [ 6 ] {e1c751ab-6bdf-49a9-b6b2-daf13afb64f5} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:06.938391 [ 6 ] {e1c751ab-6bdf-49a9-b6b2-daf13afb64f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:28:06.938705 [ 6 ] {e1c751ab-6bdf-49a9-b6b2-daf13afb64f5} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.04.10 22:28:06.938929 [ 6 ] {e1c751ab-6bdf-49a9-b6b2-daf13afb64f5} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:28:06.939058 [ 6 ] {e1c751ab-6bdf-49a9-b6b2-daf13afb64f5} executeQuery: Read 165 rows, 10.27 KiB in 0.001234 sec., 133711.50729335492 rows/sec., 8.13 MiB/sec. 2026.04.10 22:28:06.939095 [ 6 ] {e1c751ab-6bdf-49a9-b6b2-daf13afb64f5} TCPHandler: Processed in 0.001402268 sec. 2026.04.10 22:28:06.939208 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:06.939303 [ 6 ] {52004fe0-4f6c-442e-b81e-08ee3b3aad1e} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.10 22:28:06.939344 [ 6 ] {52004fe0-4f6c-442e-b81e-08ee3b3aad1e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.10 22:28:06.939798 [ 6 ] {52004fe0-4f6c-442e-b81e-08ee3b3aad1e} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:06.939834 [ 6 ] {52004fe0-4f6c-442e-b81e-08ee3b3aad1e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:28:06.939991 [ 196 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 5289 rows, containing 5 columns (5 merged, 0 gathered) in 0.002286336 sec., 2313308.2801477998 rows/sec., 186.21 MiB/sec. 2026.04.10 22:28:06.940137 [ 6 ] {52004fe0-4f6c-442e-b81e-08ee3b3aad1e} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.10 22:28:06.940292 [ 195 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.04.10 22:28:06.940344 [ 6 ] {52004fe0-4f6c-442e-b81e-08ee3b3aad1e} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002): 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.10 22:28:06.940468 [ 6 ] {52004fe0-4f6c-442e-b81e-08ee3b3aad1e} executeQuery: Read 149 rows, 9.86 KiB in 0.001184 sec., 125844.5945945946 rows/sec., 8.13 MiB/sec. 2026.04.10 22:28:06.940505 [ 6 ] {52004fe0-4f6c-442e-b81e-08ee3b3aad1e} TCPHandler: Processed in 0.001346867 sec. 2026.04.10 22:28:06.940521 [ 195 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_56_11} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:28:06.940582 [ 195 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_56_11} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.04.10 22:28:06.940620 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:06.940639 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB. 2026.04.10 22:28:06.940714 [ 6 ] {e2dd9ad7-c958-43f5-8639-fccbf1ddf32b} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.10 22:28:06.940754 [ 6 ] {e2dd9ad7-c958-43f5-8639-fccbf1ddf32b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.10 22:28:06.941207 [ 6 ] {e2dd9ad7-c958-43f5-8639-fccbf1ddf32b} oximeter.fields_u8 (db645430-3721-434f-a428-3eb1f7165166): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:06.941240 [ 6 ] {e2dd9ad7-c958-43f5-8639-fccbf1ddf32b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:28:06.941564 [ 6 ] {e2dd9ad7-c958-43f5-8639-fccbf1ddf32b} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.10 22:28:06.941791 [ 6 ] {e2dd9ad7-c958-43f5-8639-fccbf1ddf32b} oximeter.fields_u8 (db645430-3721-434f-a428-3eb1f7165166): 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.10 22:28:06.941916 [ 6 ] {e2dd9ad7-c958-43f5-8639-fccbf1ddf32b} executeQuery: Read 148 rows, 8.62 KiB in 0.001221 sec., 121212.1212121212 rows/sec., 6.89 MiB/sec. 2026.04.10 22:28:06.941954 [ 6 ] {e2dd9ad7-c958-43f5-8639-fccbf1ddf32b} TCPHandler: Processed in 0.001383298 sec. 2026.04.10 22:28:06.942068 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:06.942162 [ 6 ] {cb1c994f-e24e-4d2f-bf4f-2e6439cdb719} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:28:06.942201 [ 6 ] {cb1c994f-e24e-4d2f-bf4f-2e6439cdb719} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:28:06.942852 [ 6 ] {cb1c994f-e24e-4d2f-bf4f-2e6439cdb719} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:06.942886 [ 6 ] {cb1c994f-e24e-4d2f-bf4f-2e6439cdb719} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:28:06.943252 [ 6 ] {cb1c994f-e24e-4d2f-bf4f-2e6439cdb719} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.04.10 22:28:06.943476 [ 6 ] {cb1c994f-e24e-4d2f-bf4f-2e6439cdb719} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:28:06.943573 [ 75 ] {} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.04.10 22:28:06.943605 [ 6 ] {cb1c994f-e24e-4d2f-bf4f-2e6439cdb719} executeQuery: Read 513 rows, 37.02 KiB in 0.001461 sec., 351129.36344969197 rows/sec., 24.75 MiB/sec. 2026.04.10 22:28:06.943608 [ 75 ] {} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:06.943636 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:28:06.943642 [ 6 ] {cb1c994f-e24e-4d2f-bf4f-2e6439cdb719} TCPHandler: Processed in 0.001624273 sec. 2026.04.10 22:28:06.943758 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:06.943778 [ 198 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::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.10 22:28:06.943854 [ 6 ] {f284f0c4-37c3-4f63-ad25-a55a81e44e9b} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.10 22:28:06.943902 [ 6 ] {f284f0c4-37c3-4f63-ad25-a55a81e44e9b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.10 22:28:06.943972 [ 198 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:28:06.944010 [ 198 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1834 rows starting from the beginning of the part 2026.04.10 22:28:06.944074 [ 198 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 64 rows starting from the beginning of the part 2026.04.10 22:28:06.944117 [ 198 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 82 rows starting from the beginning of the part 2026.04.10 22:28:06.944159 [ 198 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 513 rows starting from the beginning of the part 2026.04.10 22:28:06.944197 [ 198 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 84 rows starting from the beginning of the part 2026.04.10 22:28:06.944237 [ 198 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 513 rows starting from the beginning of the part 2026.04.10 22:28:06.944240 [ 6 ] {f284f0c4-37c3-4f63-ad25-a55a81e44e9b} oximeter.measurements_bool (866da8bb-a9f8-4668-8c33-6b1a5bc68a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:06.944285 [ 6 ] {f284f0c4-37c3-4f63-ad25-a55a81e44e9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:28:06.944631 [ 6 ] {f284f0c4-37c3-4f63-ad25-a55a81e44e9b} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.10 22:28:06.944846 [ 6 ] {f284f0c4-37c3-4f63-ad25-a55a81e44e9b} oximeter.measurements_bool (866da8bb-a9f8-4668-8c33-6b1a5bc68a2a): 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.10 22:28:06.944941 [ 75 ] {} oximeter.measurements_bool (866da8bb-a9f8-4668-8c33-6b1a5bc68a2a) (MergerMutator): Selected 6 parts from all_1_9_2 to all_14_14_0 2026.04.10 22:28:06.944966 [ 75 ] {} oximeter.measurements_bool (866da8bb-a9f8-4668-8c33-6b1a5bc68a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:06.944984 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:28:06.944987 [ 6 ] {f284f0c4-37c3-4f63-ad25-a55a81e44e9b} executeQuery: Read 6 rows, 321.00 B in 0.001153 sec., 5203.816131830009 rows/sec., 271.88 KiB/sec. 2026.04.10 22:28:06.945030 [ 6 ] {f284f0c4-37c3-4f63-ad25-a55a81e44e9b} TCPHandler: Processed in 0.001321027 sec. 2026.04.10 22:28:06.945041 [ 195 ] {866da8bb-a9f8-4668-8c33-6b1a5bc68a2a::all_1_14_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_9_2 to all_14_14_0 into Compact with storage Full 2026.04.10 22:28:06.945112 [ 195 ] {866da8bb-a9f8-4668-8c33-6b1a5bc68a2a::all_1_14_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:28:06.945135 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:06.945140 [ 195 ] {866da8bb-a9f8-4668-8c33-6b1a5bc68a2a::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 54 rows starting from the beginning of the part 2026.04.10 22:28:06.945189 [ 195 ] {866da8bb-a9f8-4668-8c33-6b1a5bc68a2a::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part 2026.04.10 22:28:06.945221 [ 195 ] {866da8bb-a9f8-4668-8c33-6b1a5bc68a2a::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part 2026.04.10 22:28:06.945229 [ 6 ] {3064b7cd-bf2f-4cdf-a941-c4747a5307c0} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:28:06.945248 [ 195 ] {866da8bb-a9f8-4668-8c33-6b1a5bc68a2a::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part 2026.04.10 22:28:06.945272 [ 6 ] {3064b7cd-bf2f-4cdf-a941-c4747a5307c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:28:06.945278 [ 195 ] {866da8bb-a9f8-4668-8c33-6b1a5bc68a2a::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part 2026.04.10 22:28:06.945309 [ 195 ] {866da8bb-a9f8-4668-8c33-6b1a5bc68a2a::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part 2026.04.10 22:28:06.945604 [ 192 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 3090 rows, containing 5 columns (5 merged, 0 gathered) in 0.001905119 sec., 1621945.9256875818 rows/sec., 119.20 MiB/sec. 2026.04.10 22:28:06.945703 [ 6 ] {3064b7cd-bf2f-4cdf-a941-c4747a5307c0} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:06.945742 [ 6 ] {3064b7cd-bf2f-4cdf-a941-c4747a5307c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:28:06.945826 [ 198 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.04.10 22:28:06.945924 [ 193 ] {866da8bb-a9f8-4668-8c33-6b1a5bc68a2a::all_1_14_3} MergeTask::MergeProjectionsStage: Merge sorted 84 rows, containing 4 columns (4 merged, 0 gathered) in 0.000905598 sec., 92756.38859626457 rows/sec., 4.73 MiB/sec. 2026.04.10 22:28:06.946069 [ 195 ] {866da8bb-a9f8-4668-8c33-6b1a5bc68a2a::all_1_14_3} MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) 2026.04.10 22:28:06.946142 [ 198 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_56_11} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:28:06.946235 [ 198 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_56_11} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.04.10 22:28:06.946315 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. 2026.04.10 22:28:06.946324 [ 6 ] {3064b7cd-bf2f-4cdf-a941-c4747a5307c0} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.04.10 22:28:06.946357 [ 198 ] {866da8bb-a9f8-4668-8c33-6b1a5bc68a2a::all_1_14_3} oximeter.measurements_bool (866da8bb-a9f8-4668-8c33-6b1a5bc68a2a): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:28:06.946439 [ 198 ] {866da8bb-a9f8-4668-8c33-6b1a5bc68a2a::all_1_14_3} oximeter.measurements_bool (866da8bb-a9f8-4668-8c33-6b1a5bc68a2a) (MergerMutator): Merged 6 parts: [all_1_9_2, all_14_14_0] -> all_1_14_3 2026.04.10 22:28:06.946529 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.04.10 22:28:06.946600 [ 6 ] {3064b7cd-bf2f-4cdf-a941-c4747a5307c0} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:28:06.946736 [ 6 ] {3064b7cd-bf2f-4cdf-a941-c4747a5307c0} executeQuery: Read 265 rows, 18.03 KiB in 0.001525 sec., 173770.49180327868 rows/sec., 11.55 MiB/sec. 2026.04.10 22:28:06.946773 [ 6 ] {3064b7cd-bf2f-4cdf-a941-c4747a5307c0} TCPHandler: Processed in 0.001688104 sec. 2026.04.10 22:28:06.946885 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:06.946979 [ 6 ] {d19ef5a6-8785-4bbf-b91e-e3a92cbaf4a6} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.10 22:28:06.947022 [ 6 ] {d19ef5a6-8785-4bbf-b91e-e3a92cbaf4a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.10 22:28:06.947337 [ 6 ] {d19ef5a6-8785-4bbf-b91e-e3a92cbaf4a6} oximeter.measurements_f64 (58e3eb3a-a7ad-4b02-bedb-c669836543a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:06.947371 [ 6 ] {d19ef5a6-8785-4bbf-b91e-e3a92cbaf4a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:28:06.947662 [ 6 ] {d19ef5a6-8785-4bbf-b91e-e3a92cbaf4a6} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.10 22:28:06.947872 [ 6 ] {d19ef5a6-8785-4bbf-b91e-e3a92cbaf4a6} oximeter.measurements_f64 (58e3eb3a-a7ad-4b02-bedb-c669836543a8): 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.10 22:28:06.948000 [ 6 ] {d19ef5a6-8785-4bbf-b91e-e3a92cbaf4a6} executeQuery: Read 1 rows, 69.00 B in 0.001039 sec., 962.4639076034649 rows/sec., 64.85 KiB/sec. 2026.04.10 22:28:06.948036 [ 6 ] {d19ef5a6-8785-4bbf-b91e-e3a92cbaf4a6} TCPHandler: Processed in 0.001200425 sec. 2026.04.10 22:28:06.948144 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:06.948238 [ 6 ] {e84e7fbd-a741-4c6a-b63d-eee358e341a5} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:28:06.948291 [ 6 ] {e84e7fbd-a741-4c6a-b63d-eee358e341a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:28:06.949075 [ 6 ] {e84e7fbd-a741-4c6a-b63d-eee358e341a5} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:06.949111 [ 6 ] {e84e7fbd-a741-4c6a-b63d-eee358e341a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:28:06.949658 [ 6 ] {e84e7fbd-a741-4c6a-b63d-eee358e341a5} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.04.10 22:28:06.949879 [ 6 ] {e84e7fbd-a741-4c6a-b63d-eee358e341a5} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:28:06.950018 [ 6 ] {e84e7fbd-a741-4c6a-b63d-eee358e341a5} executeQuery: Read 23 rows, 42.20 KiB in 0.001798 sec., 12791.991101223583 rows/sec., 22.92 MiB/sec. 2026.04.10 22:28:06.950071 [ 6 ] {e84e7fbd-a741-4c6a-b63d-eee358e341a5} TCPHandler: Processed in 0.00197607 sec. 2026.04.10 22:28:06.950183 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:06.950277 [ 6 ] {c91bcb2b-7958-4e22-8a41-f70dea375087} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:28:06.950319 [ 6 ] {c91bcb2b-7958-4e22-8a41-f70dea375087} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:28:06.950653 [ 6 ] {c91bcb2b-7958-4e22-8a41-f70dea375087} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:06.950687 [ 6 ] {c91bcb2b-7958-4e22-8a41-f70dea375087} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:28:06.951008 [ 6 ] {c91bcb2b-7958-4e22-8a41-f70dea375087} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.04.10 22:28:06.951235 [ 6 ] {c91bcb2b-7958-4e22-8a41-f70dea375087} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:28:06.951360 [ 6 ] {c91bcb2b-7958-4e22-8a41-f70dea375087} executeQuery: Read 90 rows, 5.77 KiB in 0.001102 sec., 81669.69147005446 rows/sec., 5.11 MiB/sec. 2026.04.10 22:28:06.951396 [ 6 ] {c91bcb2b-7958-4e22-8a41-f70dea375087} TCPHandler: Processed in 0.001262995 sec. 2026.04.10 22:28:10.408444 [ 61 ] {} DNSResolver: Updating DNS cache 2026.04.10 22:28:10.408519 [ 61 ] {} DNSResolver: Updated DNS cache 2026.04.10 22:28:10.572347 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 19198 2026.04.10 22:28:10.572910 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:10.572977 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:28:10.573498 [ 245 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.04.10 22:28:10.573733 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): 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.10 22:28:10.573879 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19198 2026.04.10 22:28:10.639267 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1078 2026.04.10 22:28:10.641810 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:10.641867 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:28:10.643115 [ 243 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.04.10 22:28:10.643419 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): 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.10 22:28:10.643798 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1078 2026.04.10 22:28:11.568258 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 2026.04.10 22:28:11.585566 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:11.585607 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:28:11.591695 [ 244 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.04.10 22:28:11.592379 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): 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.10 22:28:11.595234 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 302 2026.04.10 22:28:11.926422 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:11.926630 [ 6 ] {d06fe87a-644b-4fe8-bae6-a263b5a03901} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:28:11.926704 [ 6 ] {d06fe87a-644b-4fe8-bae6-a263b5a03901} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:28:11.927410 [ 6 ] {d06fe87a-644b-4fe8-bae6-a263b5a03901} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:11.927457 [ 6 ] {d06fe87a-644b-4fe8-bae6-a263b5a03901} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:28:11.927860 [ 6 ] {d06fe87a-644b-4fe8-bae6-a263b5a03901} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.04.10 22:28:11.928092 [ 6 ] {d06fe87a-644b-4fe8-bae6-a263b5a03901} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:28:11.928241 [ 6 ] {d06fe87a-644b-4fe8-bae6-a263b5a03901} executeQuery: Read 92 rows, 7.96 KiB in 0.001668 sec., 55155.87529976019 rows/sec., 4.66 MiB/sec. 2026.04.10 22:28:11.928282 [ 6 ] {d06fe87a-644b-4fe8-bae6-a263b5a03901} TCPHandler: Processed in 0.00199923 sec. 2026.04.10 22:28:11.928407 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:11.928505 [ 6 ] {30627d49-3e65-4ccb-8d92-4cdb00a0ce49} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:28:11.928545 [ 6 ] {30627d49-3e65-4ccb-8d92-4cdb00a0ce49} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:28:11.928950 [ 6 ] {30627d49-3e65-4ccb-8d92-4cdb00a0ce49} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:11.928986 [ 6 ] {30627d49-3e65-4ccb-8d92-4cdb00a0ce49} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:28:11.929282 [ 6 ] {30627d49-3e65-4ccb-8d92-4cdb00a0ce49} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.04.10 22:28:11.929494 [ 6 ] {30627d49-3e65-4ccb-8d92-4cdb00a0ce49} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:28:11.929619 [ 6 ] {30627d49-3e65-4ccb-8d92-4cdb00a0ce49} executeQuery: Read 18 rows, 1.35 KiB in 0.001133 sec., 15887.025595763462 rows/sec., 1.17 MiB/sec. 2026.04.10 22:28:11.929655 [ 6 ] {30627d49-3e65-4ccb-8d92-4cdb00a0ce49} TCPHandler: Processed in 0.001296406 sec. 2026.04.10 22:28:11.929767 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:11.929859 [ 6 ] {cfd6dfb1-6bdb-474e-8569-d6b577c9f8eb} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:28:11.929897 [ 6 ] {cfd6dfb1-6bdb-474e-8569-d6b577c9f8eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:28:11.930312 [ 6 ] {cfd6dfb1-6bdb-474e-8569-d6b577c9f8eb} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:11.930348 [ 6 ] {cfd6dfb1-6bdb-474e-8569-d6b577c9f8eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:28:11.930647 [ 6 ] {cfd6dfb1-6bdb-474e-8569-d6b577c9f8eb} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.04.10 22:28:11.930860 [ 6 ] {cfd6dfb1-6bdb-474e-8569-d6b577c9f8eb} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:28:11.930982 [ 6 ] {cfd6dfb1-6bdb-474e-8569-d6b577c9f8eb} executeQuery: Read 82 rows, 6.56 KiB in 0.001141 sec., 71866.78352322524 rows/sec., 5.61 MiB/sec. 2026.04.10 22:28:11.931018 [ 6 ] {cfd6dfb1-6bdb-474e-8569-d6b577c9f8eb} TCPHandler: Processed in 0.001298596 sec. 2026.04.10 22:28:11.931130 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:11.931222 [ 6 ] {d8fdd854-9065-4bf5-98ea-a3a133515683} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:28:11.931264 [ 6 ] {d8fdd854-9065-4bf5-98ea-a3a133515683} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:28:11.931667 [ 6 ] {d8fdd854-9065-4bf5-98ea-a3a133515683} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:11.931702 [ 6 ] {d8fdd854-9065-4bf5-98ea-a3a133515683} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:28:11.932042 [ 6 ] {d8fdd854-9065-4bf5-98ea-a3a133515683} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.04.10 22:28:11.932252 [ 6 ] {d8fdd854-9065-4bf5-98ea-a3a133515683} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:28:11.932378 [ 6 ] {d8fdd854-9065-4bf5-98ea-a3a133515683} executeQuery: Read 160 rows, 11.41 KiB in 0.001174 sec., 136286.20102214653 rows/sec., 9.49 MiB/sec. 2026.04.10 22:28:11.932414 [ 6 ] {d8fdd854-9065-4bf5-98ea-a3a133515683} TCPHandler: Processed in 0.001330727 sec. 2026.04.10 22:28:11.932521 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:11.932612 [ 6 ] {7f5f9ffe-b4b7-4d3b-8d6e-0c5fa3c2ba27} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:28:11.932665 [ 6 ] {7f5f9ffe-b4b7-4d3b-8d6e-0c5fa3c2ba27} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:28:11.933442 [ 6 ] {7f5f9ffe-b4b7-4d3b-8d6e-0c5fa3c2ba27} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:11.933478 [ 6 ] {7f5f9ffe-b4b7-4d3b-8d6e-0c5fa3c2ba27} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:28:11.933999 [ 6 ] {7f5f9ffe-b4b7-4d3b-8d6e-0c5fa3c2ba27} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.04.10 22:28:11.934219 [ 6 ] {7f5f9ffe-b4b7-4d3b-8d6e-0c5fa3c2ba27} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:28:11.934417 [ 6 ] {7f5f9ffe-b4b7-4d3b-8d6e-0c5fa3c2ba27} executeQuery: Read 18 rows, 33.03 KiB in 0.001822 sec., 9879.253567508233 rows/sec., 17.70 MiB/sec. 2026.04.10 22:28:11.934468 [ 6 ] {7f5f9ffe-b4b7-4d3b-8d6e-0c5fa3c2ba27} TCPHandler: Processed in 0.00199394 sec. 2026.04.10 22:28:11.934582 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:11.934674 [ 6 ] {7d583ac0-49ad-4150-a3ab-424d56341be8} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:28:11.934714 [ 6 ] {7d583ac0-49ad-4150-a3ab-424d56341be8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:28:11.935046 [ 6 ] {7d583ac0-49ad-4150-a3ab-424d56341be8} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:11.935082 [ 6 ] {7d583ac0-49ad-4150-a3ab-424d56341be8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:28:11.935385 [ 6 ] {7d583ac0-49ad-4150-a3ab-424d56341be8} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.04.10 22:28:11.935588 [ 6 ] {7d583ac0-49ad-4150-a3ab-424d56341be8} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:28:11.935793 [ 6 ] {7d583ac0-49ad-4150-a3ab-424d56341be8} executeQuery: Read 60 rows, 4.14 KiB in 0.001137 sec., 52770.44854881267 rows/sec., 3.56 MiB/sec. 2026.04.10 22:28:11.935828 [ 6 ] {7d583ac0-49ad-4150-a3ab-424d56341be8} TCPHandler: Processed in 0.001293956 sec. 2026.04.10 22:28:14.029948 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:14.030154 [ 6 ] {7f5f33bb-905f-4455-b367-cb661abc7a7e} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.10 22:28:14.030224 [ 6 ] {7f5f33bb-905f-4455-b367-cb661abc7a7e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.10 22:28:14.031031 [ 6 ] {7f5f33bb-905f-4455-b367-cb661abc7a7e} oximeter.fields_i16 (419f2eef-209c-46fc-9cc0-97b5087686b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:14.031082 [ 6 ] {7f5f33bb-905f-4455-b367-cb661abc7a7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:28:14.031522 [ 6 ] {7f5f33bb-905f-4455-b367-cb661abc7a7e} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.10 22:28:14.031758 [ 6 ] {7f5f33bb-905f-4455-b367-cb661abc7a7e} oximeter.fields_i16 (419f2eef-209c-46fc-9cc0-97b5087686b9): 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.10 22:28:14.031922 [ 6 ] {7f5f33bb-905f-4455-b367-cb661abc7a7e} executeQuery: Read 284 rows, 18.47 KiB in 0.00182 sec., 156043.95604395604 rows/sec., 9.91 MiB/sec. 2026.04.10 22:28:14.031965 [ 6 ] {7f5f33bb-905f-4455-b367-cb661abc7a7e} TCPHandler: Processed in 0.002149733 sec. 2026.04.10 22:28:14.032095 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:14.032192 [ 6 ] {975c6905-1066-4ddc-b53c-c16bb0d23a31} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.10 22:28:14.032235 [ 6 ] {975c6905-1066-4ddc-b53c-c16bb0d23a31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.10 22:28:14.032640 [ 6 ] {975c6905-1066-4ddc-b53c-c16bb0d23a31} oximeter.fields_ipaddr (b4784700-91f7-4af4-af29-376f839f9b40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:14.032677 [ 6 ] {975c6905-1066-4ddc-b53c-c16bb0d23a31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:28:14.032974 [ 6 ] {975c6905-1066-4ddc-b53c-c16bb0d23a31} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.10 22:28:14.033252 [ 6 ] {975c6905-1066-4ddc-b53c-c16bb0d23a31} oximeter.fields_ipaddr (b4784700-91f7-4af4-af29-376f839f9b40): 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.10 22:28:14.033388 [ 6 ] {975c6905-1066-4ddc-b53c-c16bb0d23a31} executeQuery: Read 6 rows, 501.00 B in 0.001216 sec., 4934.210526315789 rows/sec., 402.35 KiB/sec. 2026.04.10 22:28:14.033428 [ 6 ] {975c6905-1066-4ddc-b53c-c16bb0d23a31} TCPHandler: Processed in 0.001383438 sec. 2026.04.10 22:28:14.033542 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:14.033638 [ 6 ] {d4a36795-a810-4bbc-859c-158a07fb5281} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:28:14.033678 [ 6 ] {d4a36795-a810-4bbc-859c-158a07fb5281} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:28:14.036099 [ 6 ] {d4a36795-a810-4bbc-859c-158a07fb5281} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:14.036136 [ 6 ] {d4a36795-a810-4bbc-859c-158a07fb5281} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:28:14.036660 [ 6 ] {d4a36795-a810-4bbc-859c-158a07fb5281} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.04.10 22:28:14.036883 [ 6 ] {d4a36795-a810-4bbc-859c-158a07fb5281} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:28:14.037030 [ 6 ] {d4a36795-a810-4bbc-859c-158a07fb5281} executeQuery: Read 3195 rows, 244.68 KiB in 0.003411 sec., 936675.4617414249 rows/sec., 70.05 MiB/sec. 2026.04.10 22:28:14.037072 [ 6 ] {d4a36795-a810-4bbc-859c-158a07fb5281} MemoryTracker: Peak memory usage (for query): 4.00 MiB. 2026.04.10 22:28:14.037086 [ 6 ] {d4a36795-a810-4bbc-859c-158a07fb5281} TCPHandler: Processed in 0.003595483 sec. 2026.04.10 22:28:14.037200 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:14.037298 [ 6 ] {c97e8d05-1c58-4595-b381-cf9a971ea082} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:28:14.037338 [ 6 ] {c97e8d05-1c58-4595-b381-cf9a971ea082} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:28:14.037892 [ 6 ] {c97e8d05-1c58-4595-b381-cf9a971ea082} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:14.037930 [ 6 ] {c97e8d05-1c58-4595-b381-cf9a971ea082} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:28:14.038274 [ 6 ] {c97e8d05-1c58-4595-b381-cf9a971ea082} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.04.10 22:28:14.038495 [ 6 ] {c97e8d05-1c58-4595-b381-cf9a971ea082} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:28:14.038598 [ 28 ] {} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.04.10 22:28:14.038625 [ 6 ] {c97e8d05-1c58-4595-b381-cf9a971ea082} executeQuery: Read 182 rows, 11.52 KiB in 0.001347 sec., 135115.07052709724 rows/sec., 8.35 MiB/sec. 2026.04.10 22:28:14.038667 [ 28 ] {} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:14.038676 [ 6 ] {c97e8d05-1c58-4595-b381-cf9a971ea082} TCPHandler: Processed in 0.00152518 sec. 2026.04.10 22:28:14.038697 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:28:14.038791 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:14.038798 [ 192 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::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.10 22:28:14.038894 [ 6 ] {609ea18c-d6a3-4048-9cd3-490729a62618} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.10 22:28:14.038922 [ 192 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:28:14.038939 [ 6 ] {609ea18c-d6a3-4048-9cd3-490729a62618} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.10 22:28:14.038962 [ 192 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 226 rows starting from the beginning of the part 2026.04.10 22:28:14.039033 [ 192 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 165 rows starting from the beginning of the part 2026.04.10 22:28:14.039079 [ 192 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 20 rows starting from the beginning of the part 2026.04.10 22:28:14.039124 [ 192 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 165 rows starting from the beginning of the part 2026.04.10 22:28:14.039165 [ 192 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 18 rows starting from the beginning of the part 2026.04.10 22:28:14.039205 [ 192 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 182 rows starting from the beginning of the part 2026.04.10 22:28:14.039787 [ 6 ] {609ea18c-d6a3-4048-9cd3-490729a62618} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:14.039828 [ 6 ] {609ea18c-d6a3-4048-9cd3-490729a62618} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:28:14.040096 [ 193 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 776 rows, containing 5 columns (5 merged, 0 gathered) in 0.001335207 sec., 581183.292178666 rows/sec., 38.58 MiB/sec. 2026.04.10 22:28:14.040202 [ 6 ] {609ea18c-d6a3-4048-9cd3-490729a62618} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.10 22:28:14.040325 [ 193 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.04.10 22:28:14.040463 [ 6 ] {609ea18c-d6a3-4048-9cd3-490729a62618} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002): 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.10 22:28:14.040592 [ 55 ] {} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 2026.04.10 22:28:14.040612 [ 6 ] {609ea18c-d6a3-4048-9cd3-490729a62618} executeQuery: Read 950 rows, 57.24 KiB in 0.001736 sec., 547235.0230414746 rows/sec., 32.20 MiB/sec. 2026.04.10 22:28:14.040633 [ 55 ] {} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:14.040652 [ 6 ] {609ea18c-d6a3-4048-9cd3-490729a62618} TCPHandler: Processed in 0.001909338 sec. 2026.04.10 22:28:14.040657 [ 55 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:28:14.040674 [ 193 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_51_10} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:28:14.040745 [ 195 ] {3fa287f2-d72f-48ad-8e53-55e283cdd002::all_1_20_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full 2026.04.10 22:28:14.040767 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:14.040783 [ 193 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_51_10} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.04.10 22:28:14.040849 [ 195 ] {3fa287f2-d72f-48ad-8e53-55e283cdd002::all_1_20_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:28:14.040870 [ 6 ] {d19c25a8-1dd3-48d9-8d59-cf8cd65335c7} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.04.10 22:28:14.040887 [ 195 ] {3fa287f2-d72f-48ad-8e53-55e283cdd002::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 975 rows starting from the beginning of the part 2026.04.10 22:28:14.040905 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2026.04.10 22:28:14.040911 [ 6 ] {d19c25a8-1dd3-48d9-8d59-cf8cd65335c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.04.10 22:28:14.040952 [ 195 ] {3fa287f2-d72f-48ad-8e53-55e283cdd002::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 149 rows starting from the beginning of the part 2026.04.10 22:28:14.041001 [ 195 ] {3fa287f2-d72f-48ad-8e53-55e283cdd002::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 950 rows starting from the beginning of the part 2026.04.10 22:28:14.041045 [ 195 ] {3fa287f2-d72f-48ad-8e53-55e283cdd002::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 149 rows starting from the beginning of the part 2026.04.10 22:28:14.041088 [ 195 ] {3fa287f2-d72f-48ad-8e53-55e283cdd002::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 149 rows starting from the beginning of the part 2026.04.10 22:28:14.041128 [ 195 ] {3fa287f2-d72f-48ad-8e53-55e283cdd002::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 950 rows starting from the beginning of the part 2026.04.10 22:28:14.041311 [ 6 ] {d19c25a8-1dd3-48d9-8d59-cf8cd65335c7} oximeter.fields_u64 (afb0d53c-68be-41f0-aba9-0a79183ebbbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:14.041346 [ 6 ] {d19c25a8-1dd3-48d9-8d59-cf8cd65335c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:28:14.041641 [ 6 ] {d19c25a8-1dd3-48d9-8d59-cf8cd65335c7} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.10 22:28:14.041856 [ 6 ] {d19c25a8-1dd3-48d9-8d59-cf8cd65335c7} oximeter.fields_u64 (afb0d53c-68be-41f0-aba9-0a79183ebbbe): 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.10 22:28:14.041985 [ 6 ] {d19c25a8-1dd3-48d9-8d59-cf8cd65335c7} executeQuery: Read 1 rows, 72.00 B in 0.001133 sec., 882.6125330979701 rows/sec., 62.06 KiB/sec. 2026.04.10 22:28:14.042024 [ 6 ] {d19c25a8-1dd3-48d9-8d59-cf8cd65335c7} TCPHandler: Processed in 0.001306996 sec. 2026.04.10 22:28:14.042128 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:14.042223 [ 6 ] {84e5a2e2-81f8-43f6-ac91-96f024e98cb8} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.10 22:28:14.042263 [ 6 ] {84e5a2e2-81f8-43f6-ac91-96f024e98cb8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.10 22:28:14.042325 [ 194 ] {3fa287f2-d72f-48ad-8e53-55e283cdd002::all_1_20_4} MergeTask::MergeProjectionsStage: Merge sorted 3322 rows, containing 5 columns (5 merged, 0 gathered) in 0.001615473 sec., 2056363.6780063794 rows/sec., 130.79 MiB/sec. 2026.04.10 22:28:14.042524 [ 195 ] {3fa287f2-d72f-48ad-8e53-55e283cdd002::all_1_20_4} MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) 2026.04.10 22:28:14.042725 [ 6 ] {84e5a2e2-81f8-43f6-ac91-96f024e98cb8} oximeter.fields_u8 (db645430-3721-434f-a428-3eb1f7165166): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:14.042762 [ 6 ] {84e5a2e2-81f8-43f6-ac91-96f024e98cb8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:28:14.042765 [ 195 ] {3fa287f2-d72f-48ad-8e53-55e283cdd002::all_1_20_4} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:28:14.042830 [ 195 ] {3fa287f2-d72f-48ad-8e53-55e283cdd002::all_1_20_4} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 2026.04.10 22:28:14.042889 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. 2026.04.10 22:28:14.043204 [ 6 ] {84e5a2e2-81f8-43f6-ac91-96f024e98cb8} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.10 22:28:14.043453 [ 6 ] {84e5a2e2-81f8-43f6-ac91-96f024e98cb8} oximeter.fields_u8 (db645430-3721-434f-a428-3eb1f7165166): 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.10 22:28:14.043592 [ 6 ] {84e5a2e2-81f8-43f6-ac91-96f024e98cb8} executeQuery: Read 148 rows, 8.62 KiB in 0.001387 sec., 106705.11896178803 rows/sec., 6.07 MiB/sec. 2026.04.10 22:28:14.043630 [ 6 ] {84e5a2e2-81f8-43f6-ac91-96f024e98cb8} TCPHandler: Processed in 0.001549821 sec. 2026.04.10 22:28:14.043745 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:14.043841 [ 6 ] {210811e3-73c7-4c01-8706-0ec07ad5dc0c} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:28:14.043880 [ 6 ] {210811e3-73c7-4c01-8706-0ec07ad5dc0c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:28:14.045097 [ 6 ] {210811e3-73c7-4c01-8706-0ec07ad5dc0c} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:14.045131 [ 6 ] {210811e3-73c7-4c01-8706-0ec07ad5dc0c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:28:14.045540 [ 6 ] {210811e3-73c7-4c01-8706-0ec07ad5dc0c} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.04.10 22:28:14.045756 [ 6 ] {210811e3-73c7-4c01-8706-0ec07ad5dc0c} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:28:14.045895 [ 6 ] {210811e3-73c7-4c01-8706-0ec07ad5dc0c} executeQuery: Read 1745 rows, 120.51 KiB in 0.002073 sec., 841775.2050168837 rows/sec., 56.77 MiB/sec. 2026.04.10 22:28:14.045934 [ 6 ] {210811e3-73c7-4c01-8706-0ec07ad5dc0c} TCPHandler: Processed in 0.002238265 sec. 2026.04.10 22:28:14.046047 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:14.046144 [ 6 ] {896f47e4-dcbd-49fc-a2d1-256ff58856fa} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.10 22:28:14.046186 [ 6 ] {896f47e4-dcbd-49fc-a2d1-256ff58856fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.10 22:28:14.046545 [ 6 ] {896f47e4-dcbd-49fc-a2d1-256ff58856fa} oximeter.measurements_bool (866da8bb-a9f8-4668-8c33-6b1a5bc68a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:14.046580 [ 6 ] {896f47e4-dcbd-49fc-a2d1-256ff58856fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:28:14.046889 [ 6 ] {896f47e4-dcbd-49fc-a2d1-256ff58856fa} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.10 22:28:14.047107 [ 6 ] {896f47e4-dcbd-49fc-a2d1-256ff58856fa} oximeter.measurements_bool (866da8bb-a9f8-4668-8c33-6b1a5bc68a2a): 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.10 22:28:14.047233 [ 6 ] {896f47e4-dcbd-49fc-a2d1-256ff58856fa} executeQuery: Read 6 rows, 321.00 B in 0.001108 sec., 5415.162454873646 rows/sec., 282.92 KiB/sec. 2026.04.10 22:28:14.047270 [ 6 ] {896f47e4-dcbd-49fc-a2d1-256ff58856fa} TCPHandler: Processed in 0.001273066 sec. 2026.04.10 22:28:14.047375 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:14.047473 [ 6 ] {c61e4a19-206e-4cbc-b7ea-dd8df11c28c2} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:28:14.047519 [ 6 ] {c61e4a19-206e-4cbc-b7ea-dd8df11c28c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:28:14.048398 [ 6 ] {c61e4a19-206e-4cbc-b7ea-dd8df11c28c2} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:14.048433 [ 6 ] {c61e4a19-206e-4cbc-b7ea-dd8df11c28c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:28:14.048874 [ 6 ] {c61e4a19-206e-4cbc-b7ea-dd8df11c28c2} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.04.10 22:28:14.049088 [ 6 ] {c61e4a19-206e-4cbc-b7ea-dd8df11c28c2} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:28:14.049197 [ 55 ] {} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.04.10 22:28:14.049216 [ 6 ] {c61e4a19-206e-4cbc-b7ea-dd8df11c28c2} executeQuery: Read 1636 rows, 102.02 KiB in 0.001761 sec., 929017.6036342987 rows/sec., 56.57 MiB/sec. 2026.04.10 22:28:14.049233 [ 55 ] {} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:14.049253 [ 6 ] {c61e4a19-206e-4cbc-b7ea-dd8df11c28c2} TCPHandler: Processed in 0.001927869 sec. 2026.04.10 22:28:14.049255 [ 55 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:28:14.049343 [ 192 ] {44193040-72a9-44ec-a565-c534b9f3dcff::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.10 22:28:14.049371 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:14.049459 [ 192 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:28:14.049492 [ 6 ] {32e8fd1c-4250-4550-b44f-0f26f5f3e7a3} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.10 22:28:14.049494 [ 192 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_56_11} MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 19679 rows starting from the beginning of the part 2026.04.10 22:28:14.049550 [ 6 ] {32e8fd1c-4250-4550-b44f-0f26f5f3e7a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.10 22:28:14.049574 [ 192 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 265 rows starting from the beginning of the part 2026.04.10 22:28:14.049624 [ 192 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 161 rows starting from the beginning of the part 2026.04.10 22:28:14.049666 [ 192 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 265 rows starting from the beginning of the part 2026.04.10 22:28:14.049710 [ 192 ] {44193040-72a9-44ec-a565-c534b9f3dcff::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.10 22:28:14.049751 [ 192 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1636 rows starting from the beginning of the part 2026.04.10 22:28:14.049923 [ 6 ] {32e8fd1c-4250-4550-b44f-0f26f5f3e7a3} oximeter.measurements_f64 (58e3eb3a-a7ad-4b02-bedb-c669836543a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:14.049971 [ 6 ] {32e8fd1c-4250-4550-b44f-0f26f5f3e7a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:28:14.050312 [ 6 ] {32e8fd1c-4250-4550-b44f-0f26f5f3e7a3} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.10 22:28:14.050549 [ 6 ] {32e8fd1c-4250-4550-b44f-0f26f5f3e7a3} oximeter.measurements_f64 (58e3eb3a-a7ad-4b02-bedb-c669836543a8): 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.10 22:28:14.050679 [ 6 ] {32e8fd1c-4250-4550-b44f-0f26f5f3e7a3} executeQuery: Read 1 rows, 69.00 B in 0.001211 sec., 825.7638315441783 rows/sec., 55.64 KiB/sec. 2026.04.10 22:28:14.050715 [ 6 ] {32e8fd1c-4250-4550-b44f-0f26f5f3e7a3} TCPHandler: Processed in 0.001404348 sec. 2026.04.10 22:28:14.050817 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:14.050910 [ 6 ] {f2fc6a65-c854-4924-bfe6-2852fcfc96df} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:28:14.050964 [ 6 ] {f2fc6a65-c854-4924-bfe6-2852fcfc96df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:28:14.051839 [ 6 ] {f2fc6a65-c854-4924-bfe6-2852fcfc96df} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:14.051875 [ 6 ] {f2fc6a65-c854-4924-bfe6-2852fcfc96df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:28:14.052468 [ 6 ] {f2fc6a65-c854-4924-bfe6-2852fcfc96df} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.04.10 22:28:14.052712 [ 6 ] {f2fc6a65-c854-4924-bfe6-2852fcfc96df} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:28:14.052820 [ 55 ] {} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.04.10 22:28:14.052851 [ 55 ] {} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:14.052858 [ 6 ] {f2fc6a65-c854-4924-bfe6-2852fcfc96df} executeQuery: Read 34 rows, 62.39 KiB in 0.001966 sec., 17293.997965412007 rows/sec., 30.99 MiB/sec. 2026.04.10 22:28:14.052871 [ 55 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:28:14.052927 [ 6 ] {f2fc6a65-c854-4924-bfe6-2852fcfc96df} TCPHandler: Processed in 0.002158444 sec. 2026.04.10 22:28:14.052962 [ 195 ] {240c2363-d096-4df1-a9c1-cf60540c0597::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.10 22:28:14.053067 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:14.053143 [ 195 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:28:14.053161 [ 6 ] {23321182-3596-4cf8-8aad-3c9b168aac15} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:28:14.053188 [ 195 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1007 rows starting from the beginning of the part 2026.04.10 22:28:14.053202 [ 6 ] {23321182-3596-4cf8-8aad-3c9b168aac15} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:28:14.053294 [ 195 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 23 rows starting from the beginning of the part 2026.04.10 22:28:14.053389 [ 195 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 18 rows starting from the beginning of the part 2026.04.10 22:28:14.053478 [ 195 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 23 rows starting from the beginning of the part 2026.04.10 22:28:14.053539 [ 6 ] {23321182-3596-4cf8-8aad-3c9b168aac15} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:14.053570 [ 195 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 18 rows starting from the beginning of the part 2026.04.10 22:28:14.053576 [ 6 ] {23321182-3596-4cf8-8aad-3c9b168aac15} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:28:14.053666 [ 195 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 34 rows starting from the beginning of the part 2026.04.10 22:28:14.053908 [ 6 ] {23321182-3596-4cf8-8aad-3c9b168aac15} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.04.10 22:28:14.054128 [ 6 ] {23321182-3596-4cf8-8aad-3c9b168aac15} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:28:14.054263 [ 6 ] {23321182-3596-4cf8-8aad-3c9b168aac15} executeQuery: Read 54 rows, 3.28 KiB in 0.001121 sec., 48171.275646743976 rows/sec., 2.86 MiB/sec. 2026.04.10 22:28:14.054298 [ 6 ] {23321182-3596-4cf8-8aad-3c9b168aac15} TCPHandler: Processed in 0.001281346 sec. 2026.04.10 22:28:14.056401 [ 194 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 22166 rows, containing 5 columns (5 merged, 0 gathered) in 0.007093703 sec., 3124743.170104528 rows/sec., 201.65 MiB/sec. 2026.04.10 22:28:14.057066 [ 194 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.04.10 22:28:14.057393 [ 194 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_56_11} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:28:14.057515 [ 194 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_56_11} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.04.10 22:28:14.057688 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. 2026.04.10 22:28:14.059365 [ 195 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 1123 rows, containing 19 columns (19 merged, 0 gathered) in 0.00644903 sec., 174134.71483308345 rows/sec., 312.04 MiB/sec. 2026.04.10 22:28:14.060469 [ 195 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.04.10 22:28:14.060777 [ 195 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_51_10} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:28:14.060852 [ 195 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_51_10} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.04.10 22:28:14.060928 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.45 MiB. 2026.04.10 22:28:15.000211 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 298.00 MiB, peak 309.37 MiB, free memory in arenas 0.00 B, will set to 300.65 MiB (RSS), difference: 2.66 MiB 2026.04.10 22:28:16.921862 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:16.922043 [ 6 ] {a0b223fb-30a0-4dc3-adc8-74f10c03abf7} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:28:16.922110 [ 6 ] {a0b223fb-30a0-4dc3-adc8-74f10c03abf7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:28:16.922766 [ 6 ] {a0b223fb-30a0-4dc3-adc8-74f10c03abf7} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:16.922812 [ 6 ] {a0b223fb-30a0-4dc3-adc8-74f10c03abf7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:28:16.923207 [ 6 ] {a0b223fb-30a0-4dc3-adc8-74f10c03abf7} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.04.10 22:28:16.923451 [ 6 ] {a0b223fb-30a0-4dc3-adc8-74f10c03abf7} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:28:16.923600 [ 6 ] {a0b223fb-30a0-4dc3-adc8-74f10c03abf7} executeQuery: Read 56 rows, 4.41 KiB in 0.001607 sec., 34847.542003733666 rows/sec., 2.68 MiB/sec. 2026.04.10 22:28:16.923642 [ 6 ] {a0b223fb-30a0-4dc3-adc8-74f10c03abf7} TCPHandler: Processed in 0.001908878 sec. 2026.04.10 22:28:16.923765 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:16.923861 [ 6 ] {9b8562f8-9493-4e3f-b4c8-20a06f0caf07} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:28:16.923902 [ 6 ] {9b8562f8-9493-4e3f-b4c8-20a06f0caf07} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:28:16.924330 [ 6 ] {9b8562f8-9493-4e3f-b4c8-20a06f0caf07} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:16.924366 [ 6 ] {9b8562f8-9493-4e3f-b4c8-20a06f0caf07} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:28:16.924674 [ 6 ] {9b8562f8-9493-4e3f-b4c8-20a06f0caf07} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.04.10 22:28:16.924878 [ 6 ] {9b8562f8-9493-4e3f-b4c8-20a06f0caf07} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:28:16.925005 [ 6 ] {9b8562f8-9493-4e3f-b4c8-20a06f0caf07} executeQuery: Read 64 rows, 5.12 KiB in 0.001162 sec., 55077.45266781411 rows/sec., 4.30 MiB/sec. 2026.04.10 22:28:16.925042 [ 6 ] {9b8562f8-9493-4e3f-b4c8-20a06f0caf07} TCPHandler: Processed in 0.001325666 sec. 2026.04.10 22:28:16.925156 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:16.925249 [ 6 ] {340f7956-3fca-4597-8687-aae08624a1cd} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:28:16.925294 [ 6 ] {340f7956-3fca-4597-8687-aae08624a1cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:28:16.925669 [ 6 ] {340f7956-3fca-4597-8687-aae08624a1cd} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:16.925705 [ 6 ] {340f7956-3fca-4597-8687-aae08624a1cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:28:16.926029 [ 6 ] {340f7956-3fca-4597-8687-aae08624a1cd} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.04.10 22:28:16.926237 [ 6 ] {340f7956-3fca-4597-8687-aae08624a1cd} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:28:16.926364 [ 6 ] {340f7956-3fca-4597-8687-aae08624a1cd} executeQuery: Read 96 rows, 6.85 KiB in 0.001132 sec., 84805.65371024735 rows/sec., 5.91 MiB/sec. 2026.04.10 22:28:16.926402 [ 6 ] {340f7956-3fca-4597-8687-aae08624a1cd} TCPHandler: Processed in 0.001295026 sec. 2026.04.10 22:28:16.926521 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:16.926614 [ 6 ] {5de90be7-9b31-42e1-a013-dca40ba7a916} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:28:16.926655 [ 6 ] {5de90be7-9b31-42e1-a013-dca40ba7a916} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:28:16.926995 [ 6 ] {5de90be7-9b31-42e1-a013-dca40ba7a916} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:16.927032 [ 6 ] {5de90be7-9b31-42e1-a013-dca40ba7a916} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:28:16.927326 [ 6 ] {5de90be7-9b31-42e1-a013-dca40ba7a916} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.04.10 22:28:16.927542 [ 6 ] {5de90be7-9b31-42e1-a013-dca40ba7a916} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:28:16.927654 [ 53 ] {} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.04.10 22:28:16.927675 [ 6 ] {5de90be7-9b31-42e1-a013-dca40ba7a916} executeQuery: Read 36 rows, 2.48 KiB in 0.001079 sec., 33364.22613531047 rows/sec., 2.25 MiB/sec. 2026.04.10 22:28:16.927724 [ 53 ] {} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:16.927735 [ 6 ] {5de90be7-9b31-42e1-a013-dca40ba7a916} TCPHandler: Processed in 0.001268496 sec. 2026.04.10 22:28:16.927752 [ 53 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:28:16.927844 [ 191 ] {d011da2b-2502-4d0a-9756-3e9226add765::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.10 22:28:16.927942 [ 191 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:28:16.927971 [ 191 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2538 rows starting from the beginning of the part 2026.04.10 22:28:16.928030 [ 191 ] {d011da2b-2502-4d0a-9756-3e9226add765::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.10 22:28:16.928071 [ 191 ] {d011da2b-2502-4d0a-9756-3e9226add765::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.10 22:28:16.928107 [ 191 ] {d011da2b-2502-4d0a-9756-3e9226add765::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.10 22:28:16.928145 [ 191 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 54 rows starting from the beginning of the part 2026.04.10 22:28:16.928181 [ 191 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 36 rows starting from the beginning of the part 2026.04.10 22:28:16.929168 [ 194 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 2838 rows, containing 4 columns (4 merged, 0 gathered) in 0.001355528 sec., 2093649.1168017187 rows/sec., 136.42 MiB/sec. 2026.04.10 22:28:16.929469 [ 197 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.04.10 22:28:16.929799 [ 197 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_56_11} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:28:16.929876 [ 197 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_56_11} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.04.10 22:28:16.929967 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. 2026.04.10 22:28:18.074043 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 19710 2026.04.10 22:28:18.074619 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:18.074670 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:28:18.075199 [ 245 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.04.10 22:28:18.075442 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): 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.10 22:28:18.075585 [ 26 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.04.10 22:28:18.075590 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19710 2026.04.10 22:28:18.075662 [ 26 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:18.075693 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:28:18.075882 [ 191 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::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.10 22:28:18.076102 [ 191 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:28:18.076166 [ 191 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_41_8} MergeTreeSequentialSource: Reading 4 marks from part all_1_36_7, total 17278 rows starting from the beginning of the part 2026.04.10 22:28:18.076273 [ 191 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 512 rows starting from the beginning of the part 2026.04.10 22:28:18.076350 [ 191 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 448 rows starting from the beginning of the part 2026.04.10 22:28:18.076409 [ 191 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 512 rows starting from the beginning of the part 2026.04.10 22:28:18.076449 [ 191 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 448 rows starting from the beginning of the part 2026.04.10 22:28:18.076488 [ 191 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 512 rows starting from the beginning of the part 2026.04.10 22:28:18.078470 [ 194 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 19710 rows, containing 4 columns (4 merged, 0 gathered) in 0.002675544 sec., 7366726.168584781 rows/sec., 105.38 MiB/sec. 2026.04.10 22:28:18.078982 [ 194 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.04.10 22:28:18.079433 [ 194 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_41_8} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): 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.10 22:28:18.079509 [ 194 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_41_8} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.04.10 22:28:18.079621 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.64 MiB. 2026.04.10 22:28:19.095395 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 2026.04.10 22:28:19.114171 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:19.114237 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:28:19.120162 [ 244 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.04.10 22:28:19.120870 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): 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.10 22:28:19.121222 [ 34 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.04.10 22:28:19.121314 [ 34 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:19.121349 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:28:19.121505 [ 190 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::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.10 22:28:19.124327 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 309 2026.04.10 22:28:19.125551 [ 190 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:28:19.127059 [ 190 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 271 rows starting from the beginning of the part 2026.04.10 22:28:19.132032 [ 190 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 8 rows starting from the beginning of the part 2026.04.10 22:28:19.136743 [ 190 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 8 rows starting from the beginning of the part 2026.04.10 22:28:19.141772 [ 190 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 7 rows starting from the beginning of the part 2026.04.10 22:28:19.146271 [ 190 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 8 rows starting from the beginning of the part 2026.04.10 22:28:19.150345 [ 190 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 7 rows starting from the beginning of the part 2026.04.10 22:28:19.203181 [ 202 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.0817456 sec., 3780.0199643772876 rows/sec., 19.55 MiB/sec. 2026.04.10 22:28:19.205695 [ 200 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.04.10 22:28:19.207584 [ 200 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::all_1_41_8} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): 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.10 22:28:19.207664 [ 200 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::all_1_41_8} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.04.10 22:28:19.210148 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2026.04.10 22:28:20.000187 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 301.73 MiB, peak 315.15 MiB, free memory in arenas 0.00 B, will set to 302.88 MiB (RSS), difference: 1.15 MiB 2026.04.10 22:28:20.644271 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 1124 2026.04.10 22:28:20.648466 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:20.648558 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:28:20.650648 [ 243 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.04.10 22:28:20.651090 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): 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.10 22:28:20.651783 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1124 2026.04.10 22:28:21.521693 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63637 2026.04.10 22:28:21.521810 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:28:21.521836 [ 286 ] {} TCP-Session: fe6cc0b4-be35-4df8-a8ba-198b4569fc2e Authenticating user 'default' from [fd00:1122:3344:101::e]:63637 2026.04.10 22:28:21.521857 [ 286 ] {} TCP-Session: fe6cc0b4-be35-4df8-a8ba-198b4569fc2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.521870 [ 286 ] {} TCP-Session: fe6cc0b4-be35-4df8-a8ba-198b4569fc2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.522085 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44164 2026.04.10 22:28:21.522118 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41688 2026.04.10 22:28:21.522125 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55275 2026.04.10 22:28:21.522181 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50594 2026.04.10 22:28:21.522214 [ 286 ] {} TCP-Session: fe6cc0b4-be35-4df8-a8ba-198b4569fc2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:21.522171 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57708 2026.04.10 22:28:21.522152 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35675 2026.04.10 22:28:21.522159 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36137 2026.04.10 22:28:21.522350 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:28:21.522143 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44935 2026.04.10 22:28:21.522393 [ 288 ] {} TCP-Session: d2c3e120-6a81-4c9c-98ad-7add7ca59724 Authenticating user 'default' from [fd00:1122:3344:101::e]:44164 2026.04.10 22:28:21.522406 [ 286 ] {425f8d3c-d576-4be4-b1fe-ed2c04524735} executeQuery: (from [fd00:1122:3344:101::e]:63637) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.10 22:28:21.522438 [ 288 ] {} TCP-Session: d2c3e120-6a81-4c9c-98ad-7add7ca59724 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.522458 [ 288 ] {} TCP-Session: d2c3e120-6a81-4c9c-98ad-7add7ca59724 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.522696 [ 286 ] {425f8d3c-d576-4be4-b1fe-ed2c04524735} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.10 22:28:21.522704 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:28:21.522752 [ 356 ] {} TCP-Session: a1a6ab2b-df08-4154-9ba4-ec7768b5c542 Authenticating user 'default' from [fd00:1122:3344:101::e]:50594 2026.04.10 22:28:21.522762 [ 286 ] {425f8d3c-d576-4be4-b1fe-ed2c04524735} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 22:28:21.522772 [ 356 ] {} TCP-Session: a1a6ab2b-df08-4154-9ba4-ec7768b5c542 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.522800 [ 356 ] {} TCP-Session: a1a6ab2b-df08-4154-9ba4-ec7768b5c542 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.522819 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:28:21.522859 [ 354 ] {} TCP-Session: d16a09e8-9836-4d8b-bb3b-118267cfbd5e Authenticating user 'default' from [fd00:1122:3344:101::e]:36137 2026.04.10 22:28:21.522880 [ 354 ] {} TCP-Session: d16a09e8-9836-4d8b-bb3b-118267cfbd5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.522896 [ 354 ] {} TCP-Session: d16a09e8-9836-4d8b-bb3b-118267cfbd5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.523076 [ 286 ] {425f8d3c-d576-4be4-b1fe-ed2c04524735} oximeter.version (86b21b0a-84a9-4638-abea-877072e10dcd) (SelectExecutor): Key condition: unknown 2026.04.10 22:28:21.523185 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:28:21.523217 [ 353 ] {} TCP-Session: 9541f151-92af-4a3b-894b-6257ee5a3524 Authenticating user 'default' from [fd00:1122:3344:101::e]:44935 2026.04.10 22:28:21.523235 [ 353 ] {} TCP-Session: 9541f151-92af-4a3b-894b-6257ee5a3524 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.523251 [ 353 ] {} TCP-Session: 9541f151-92af-4a3b-894b-6257ee5a3524 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.523295 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:28:21.523339 [ 355 ] {} TCP-Session: 54e87a95-ab7f-428a-8530-2e4e26fdb64a Authenticating user 'default' from [fd00:1122:3344:101::e]:57708 2026.04.10 22:28:21.523363 [ 355 ] {} TCP-Session: 54e87a95-ab7f-428a-8530-2e4e26fdb64a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.523376 [ 355 ] {} TCP-Session: 54e87a95-ab7f-428a-8530-2e4e26fdb64a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.523761 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:28:21.523806 [ 289 ] {} TCP-Session: f4164077-6ea8-4bbf-b7e8-49753f819663 Authenticating user 'default' from [fd00:1122:3344:101::e]:55275 2026.04.10 22:28:21.523832 [ 289 ] {} TCP-Session: f4164077-6ea8-4bbf-b7e8-49753f819663 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.523850 [ 289 ] {} TCP-Session: f4164077-6ea8-4bbf-b7e8-49753f819663 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.523881 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:28:21.523917 [ 290 ] {} TCP-Session: cf3dcf21-f2a4-498c-86e6-10c272764158 Authenticating user 'default' from [fd00:1122:3344:101::e]:41688 2026.04.10 22:28:21.523935 [ 290 ] {} TCP-Session: cf3dcf21-f2a4-498c-86e6-10c272764158 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.523951 [ 290 ] {} TCP-Session: cf3dcf21-f2a4-498c-86e6-10c272764158 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.524038 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:28:21.524085 [ 352 ] {} TCP-Session: f57dc07d-386a-44e0-9216-4ea87aa1d2cc Authenticating user 'default' from [fd00:1122:3344:101::e]:35675 2026.04.10 22:28:21.524098 [ 300 ] {425f8d3c-d576-4be4-b1fe-ed2c04524735} AggregatingTransform: Aggregating 2026.04.10 22:28:21.524107 [ 352 ] {} TCP-Session: f57dc07d-386a-44e0-9216-4ea87aa1d2cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.524145 [ 300 ] {425f8d3c-d576-4be4-b1fe-ed2c04524735} Aggregator: Aggregation method: without_key 2026.04.10 22:28:21.524153 [ 352 ] {} TCP-Session: f57dc07d-386a-44e0-9216-4ea87aa1d2cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.524195 [ 300 ] {425f8d3c-d576-4be4-b1fe-ed2c04524735} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001007841 sec. (992.220 rows/sec., 38.76 KiB/sec.) 2026.04.10 22:28:21.524220 [ 300 ] {425f8d3c-d576-4be4-b1fe-ed2c04524735} Aggregator: Merging aggregated data 2026.04.10 22:28:21.525455 [ 286 ] {425f8d3c-d576-4be4-b1fe-ed2c04524735} executeQuery: Read 1 rows, 40.00 B in 0.003104 sec., 322.16494845360825 rows/sec., 12.58 KiB/sec. 2026.04.10 22:28:21.525610 [ 286 ] {425f8d3c-d576-4be4-b1fe-ed2c04524735} TCPHandler: Processed in 0.003515071 sec. 2026.04.10 22:28:21.525695 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.10 22:28:21.525725 [ 286 ] {} TCP-Session: fe6cc0b4-be35-4df8-a8ba-198b4569fc2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.525725 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.10 22:28:21.525749 [ 352 ] {} TCPHandler: Done processing connection. 2026.04.10 22:28:21.525782 [ 288 ] {} TCP-Session: d2c3e120-6a81-4c9c-98ad-7add7ca59724 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.525782 [ 354 ] {} TCPHandler: Done processing connection. 2026.04.10 22:28:21.525798 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.10 22:28:21.525822 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.10 22:28:21.525837 [ 353 ] {} TCPHandler: Done processing connection. 2026.04.10 22:28:21.525855 [ 289 ] {} TCP-Session: f4164077-6ea8-4bbf-b7e8-49753f819663 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.525881 [ 290 ] {} TCP-Session: cf3dcf21-f2a4-498c-86e6-10c272764158 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.525889 [ 353 ] {} TCP-Session: 9541f151-92af-4a3b-894b-6257ee5a3524 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.525875 [ 355 ] {} TCPHandler: Done processing connection. 2026.04.10 22:28:21.525849 [ 354 ] {} TCP-Session: d16a09e8-9836-4d8b-bb3b-118267cfbd5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.525821 [ 352 ] {} TCP-Session: f57dc07d-386a-44e0-9216-4ea87aa1d2cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.525979 [ 355 ] {} TCP-Session: 54e87a95-ab7f-428a-8530-2e4e26fdb64a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.525761 [ 356 ] {} TCPHandler: Done processing connection. 2026.04.10 22:28:21.526054 [ 356 ] {} TCP-Session: a1a6ab2b-df08-4154-9ba4-ec7768b5c542 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.529396 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41282 2026.04.10 22:28:21.529454 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:28:21.529474 [ 286 ] {} TCP-Session: 5dffcf85-3ed0-4555-9af4-2553ac320f1e Authenticating user 'default' from [fd00:1122:3344:101::e]:41282 2026.04.10 22:28:21.529489 [ 286 ] {} TCP-Session: 5dffcf85-3ed0-4555-9af4-2553ac320f1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.529503 [ 286 ] {} TCP-Session: 5dffcf85-3ed0-4555-9af4-2553ac320f1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.529663 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55384 2026.04.10 22:28:21.529691 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54165 2026.04.10 22:28:21.529697 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37607 2026.04.10 22:28:21.529714 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40870 2026.04.10 22:28:21.529746 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56243 2026.04.10 22:28:21.529758 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:28:21.529787 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:28:21.529804 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:28:21.529822 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:28:21.529827 [ 290 ] {} TCP-Session: d75edb60-b55c-45f6-b679-ea58328b0058 Authenticating user 'default' from [fd00:1122:3344:101::e]:37607 2026.04.10 22:28:21.529847 [ 355 ] {} TCP-Session: 5189c272-9e9f-43ea-b4a6-9e04af23f9fe Authenticating user 'default' from [fd00:1122:3344:101::e]:56243 2026.04.10 22:28:21.529863 [ 290 ] {} TCP-Session: d75edb60-b55c-45f6-b679-ea58328b0058 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.529878 [ 355 ] {} TCP-Session: 5189c272-9e9f-43ea-b4a6-9e04af23f9fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.529898 [ 290 ] {} TCP-Session: d75edb60-b55c-45f6-b679-ea58328b0058 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.529808 [ 289 ] {} TCP-Session: 521d971c-ccae-40d2-9680-37c15916d80a Authenticating user 'default' from [fd00:1122:3344:101::e]:54165 2026.04.10 22:28:21.529928 [ 355 ] {} TCP-Session: 5189c272-9e9f-43ea-b4a6-9e04af23f9fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.529959 [ 289 ] {} TCP-Session: 521d971c-ccae-40d2-9680-37c15916d80a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.529752 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49214 2026.04.10 22:28:21.529986 [ 289 ] {} TCP-Session: 521d971c-ccae-40d2-9680-37c15916d80a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.529737 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:28:21.529739 [ 286 ] {} TCP-Session: 5dffcf85-3ed0-4555-9af4-2553ac320f1e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:21.530048 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:28:21.530058 [ 288 ] {} TCP-Session: ae6823f1-b04c-4e5c-8479-1010385be105 Authenticating user 'default' from [fd00:1122:3344:101::e]:55384 2026.04.10 22:28:21.529734 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52517 2026.04.10 22:28:21.530103 [ 288 ] {} TCP-Session: ae6823f1-b04c-4e5c-8479-1010385be105 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.529839 [ 352 ] {} TCP-Session: 7891d59a-a7ae-4c49-b719-801fe7f5a0ee Authenticating user 'default' from [fd00:1122:3344:101::e]:40870 2026.04.10 22:28:21.530148 [ 288 ] {} TCP-Session: ae6823f1-b04c-4e5c-8479-1010385be105 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.530172 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:28:21.530173 [ 286 ] {4ea5149e-702c-466c-a726-a0339062fab2} executeQuery: (from [fd00:1122:3344:101::e]:41282) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.10 22:28:21.530205 [ 354 ] {} TCP-Session: 1bce35bb-8817-4aa6-bc2b-2c9d229893f2 Authenticating user 'default' from [fd00:1122:3344:101::e]:52517 2026.04.10 22:28:21.530173 [ 352 ] {} TCP-Session: 7891d59a-a7ae-4c49-b719-801fe7f5a0ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.530235 [ 354 ] {} TCP-Session: 1bce35bb-8817-4aa6-bc2b-2c9d229893f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.530255 [ 352 ] {} TCP-Session: 7891d59a-a7ae-4c49-b719-801fe7f5a0ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.530270 [ 354 ] {} TCP-Session: 1bce35bb-8817-4aa6-bc2b-2c9d229893f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.530096 [ 356 ] {} TCP-Session: bf86d6c3-1840-4681-81ce-c316084d3771 Authenticating user 'default' from [fd00:1122:3344:101::e]:49214 2026.04.10 22:28:21.529715 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40972 2026.04.10 22:28:21.530323 [ 356 ] {} TCP-Session: bf86d6c3-1840-4681-81ce-c316084d3771 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.530352 [ 356 ] {} TCP-Session: bf86d6c3-1840-4681-81ce-c316084d3771 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.530364 [ 286 ] {4ea5149e-702c-466c-a726-a0339062fab2} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.10 22:28:21.530381 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:28:21.530405 [ 353 ] {} TCP-Session: bca49b83-968c-48e0-99eb-9d2a29f96d2e Authenticating user 'default' from [fd00:1122:3344:101::e]:40972 2026.04.10 22:28:21.530410 [ 286 ] {4ea5149e-702c-466c-a726-a0339062fab2} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 22:28:21.530427 [ 353 ] {} TCP-Session: bca49b83-968c-48e0-99eb-9d2a29f96d2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.530449 [ 353 ] {} TCP-Session: bca49b83-968c-48e0-99eb-9d2a29f96d2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.530640 [ 286 ] {4ea5149e-702c-466c-a726-a0339062fab2} oximeter.version (86b21b0a-84a9-4638-abea-877072e10dcd) (SelectExecutor): Key condition: unknown 2026.04.10 22:28:21.531457 [ 306 ] {4ea5149e-702c-466c-a726-a0339062fab2} AggregatingTransform: Aggregating 2026.04.10 22:28:21.531498 [ 306 ] {4ea5149e-702c-466c-a726-a0339062fab2} Aggregator: Aggregation method: without_key 2026.04.10 22:28:21.531537 [ 306 ] {4ea5149e-702c-466c-a726-a0339062fab2} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000812356 sec. (1230.987 rows/sec., 48.09 KiB/sec.) 2026.04.10 22:28:21.531556 [ 306 ] {4ea5149e-702c-466c-a726-a0339062fab2} Aggregator: Merging aggregated data 2026.04.10 22:28:21.532929 [ 286 ] {4ea5149e-702c-466c-a726-a0339062fab2} executeQuery: Read 1 rows, 40.00 B in 0.002787 sec., 358.8087549336204 rows/sec., 14.02 KiB/sec. 2026.04.10 22:28:21.533052 [ 286 ] {4ea5149e-702c-466c-a726-a0339062fab2} TCPHandler: Processed in 0.003364948 sec. 2026.04.10 22:28:21.533144 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.10 22:28:21.533171 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.10 22:28:21.533179 [ 286 ] {} TCP-Session: 5dffcf85-3ed0-4555-9af4-2553ac320f1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.533194 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.10 22:28:21.533211 [ 356 ] {} TCPHandler: Done processing connection. 2026.04.10 22:28:21.533230 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.10 22:28:21.533246 [ 289 ] {} TCP-Session: 521d971c-ccae-40d2-9680-37c15916d80a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.533268 [ 353 ] {} TCPHandler: Done processing connection. 2026.04.10 22:28:21.533284 [ 290 ] {} TCP-Session: d75edb60-b55c-45f6-b679-ea58328b0058 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.533283 [ 352 ] {} TCPHandler: Done processing connection. 2026.04.10 22:28:21.533303 [ 355 ] {} TCPHandler: Done processing connection. 2026.04.10 22:28:21.533344 [ 352 ] {} TCP-Session: 7891d59a-a7ae-4c49-b719-801fe7f5a0ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.533360 [ 355 ] {} TCP-Session: 5189c272-9e9f-43ea-b4a6-9e04af23f9fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.533250 [ 354 ] {} TCPHandler: Done processing connection. 2026.04.10 22:28:21.533212 [ 288 ] {} TCP-Session: ae6823f1-b04c-4e5c-8479-1010385be105 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.533420 [ 354 ] {} TCP-Session: 1bce35bb-8817-4aa6-bc2b-2c9d229893f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.533311 [ 353 ] {} TCP-Session: bca49b83-968c-48e0-99eb-9d2a29f96d2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.533261 [ 356 ] {} TCP-Session: bf86d6c3-1840-4681-81ce-c316084d3771 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.644222 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60509 2026.04.10 22:28:21.644319 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:28:21.644345 [ 286 ] {} TCP-Session: 4e03c020-3d92-47ba-ada7-1acf09c2c953 Authenticating user 'default' from [fd00:1122:3344:101::e]:60509 2026.04.10 22:28:21.644367 [ 286 ] {} TCP-Session: 4e03c020-3d92-47ba-ada7-1acf09c2c953 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.644380 [ 286 ] {} TCP-Session: 4e03c020-3d92-47ba-ada7-1acf09c2c953 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.644566 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51190 2026.04.10 22:28:21.644584 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60646 2026.04.10 22:28:21.644606 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36573 2026.04.10 22:28:21.644617 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37865 2026.04.10 22:28:21.644653 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58926 2026.04.10 22:28:21.644691 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:28:21.644693 [ 286 ] {} TCP-Session: 4e03c020-3d92-47ba-ada7-1acf09c2c953 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:21.644700 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:28:21.644723 [ 290 ] {} TCP-Session: 97f4808e-547c-42f3-9337-99d206007d32 Authenticating user 'default' from [fd00:1122:3344:101::e]:60646 2026.04.10 22:28:21.644746 [ 353 ] {} TCP-Session: ab3327f9-d240-454e-b99c-3c74eb652b5f Authenticating user 'default' from [fd00:1122:3344:101::e]:36573 2026.04.10 22:28:21.644754 [ 290 ] {} TCP-Session: 97f4808e-547c-42f3-9337-99d206007d32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.644759 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:28:21.644765 [ 353 ] {} TCP-Session: ab3327f9-d240-454e-b99c-3c74eb652b5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.644772 [ 290 ] {} TCP-Session: 97f4808e-547c-42f3-9337-99d206007d32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.644797 [ 353 ] {} TCP-Session: ab3327f9-d240-454e-b99c-3c74eb652b5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.644798 [ 354 ] {} TCP-Session: 13ea2ccb-f3aa-499f-8a2c-515902506135 Authenticating user 'default' from [fd00:1122:3344:101::e]:37865 2026.04.10 22:28:21.644691 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:28:21.644839 [ 354 ] {} TCP-Session: 13ea2ccb-f3aa-499f-8a2c-515902506135 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.644643 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52711 2026.04.10 22:28:21.644868 [ 286 ] {a84b3ce3-6fc8-45de-84f0-ee366a150319} executeQuery: (from [fd00:1122:3344:101::e]:60509) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.10 22:28:21.644866 [ 288 ] {} TCP-Session: 59c7e576-e3fc-4a16-9e6d-04bdccf35921 Authenticating user 'default' from [fd00:1122:3344:101::e]:51190 2026.04.10 22:28:21.644865 [ 354 ] {} TCP-Session: 13ea2ccb-f3aa-499f-8a2c-515902506135 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.644946 [ 288 ] {} TCP-Session: 59c7e576-e3fc-4a16-9e6d-04bdccf35921 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.644608 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35173 2026.04.10 22:28:21.644972 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:28:21.644971 [ 288 ] {} TCP-Session: 59c7e576-e3fc-4a16-9e6d-04bdccf35921 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.645015 [ 355 ] {} TCP-Session: e91a7d86-4bdc-4daf-a962-ee1123678b29 Authenticating user 'default' from [fd00:1122:3344:101::e]:52711 2026.04.10 22:28:21.644573 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63627 2026.04.10 22:28:21.645035 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:28:21.645050 [ 355 ] {} TCP-Session: e91a7d86-4bdc-4daf-a962-ee1123678b29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.645084 [ 352 ] {} TCP-Session: bf7db70a-3d31-4b12-a55d-7345ab9ea610 Authenticating user 'default' from [fd00:1122:3344:101::e]:35173 2026.04.10 22:28:21.645088 [ 355 ] {} TCP-Session: e91a7d86-4bdc-4daf-a962-ee1123678b29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.645102 [ 352 ] {} TCP-Session: bf7db70a-3d31-4b12-a55d-7345ab9ea610 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.644755 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:28:21.645117 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:28:21.645152 [ 356 ] {} TCP-Session: 91ee2c62-66a5-4b96-a766-67ea42b60b28 Authenticating user 'default' from [fd00:1122:3344:101::e]:58926 2026.04.10 22:28:21.645167 [ 289 ] {} TCP-Session: 5b1aa081-5bd6-43fd-9874-67176d2fde78 Authenticating user 'default' from [fd00:1122:3344:101::e]:63627 2026.04.10 22:28:21.645168 [ 286 ] {a84b3ce3-6fc8-45de-84f0-ee366a150319} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.10 22:28:21.645194 [ 289 ] {} TCP-Session: 5b1aa081-5bd6-43fd-9874-67176d2fde78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.645120 [ 352 ] {} TCP-Session: bf7db70a-3d31-4b12-a55d-7345ab9ea610 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.645223 [ 289 ] {} TCP-Session: 5b1aa081-5bd6-43fd-9874-67176d2fde78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.645241 [ 286 ] {a84b3ce3-6fc8-45de-84f0-ee366a150319} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 22:28:21.645183 [ 356 ] {} TCP-Session: 91ee2c62-66a5-4b96-a766-67ea42b60b28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.645286 [ 356 ] {} TCP-Session: 91ee2c62-66a5-4b96-a766-67ea42b60b28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.645529 [ 286 ] {a84b3ce3-6fc8-45de-84f0-ee366a150319} oximeter.version (86b21b0a-84a9-4638-abea-877072e10dcd) (SelectExecutor): Key condition: unknown 2026.04.10 22:28:21.646532 [ 316 ] {a84b3ce3-6fc8-45de-84f0-ee366a150319} AggregatingTransform: Aggregating 2026.04.10 22:28:21.646587 [ 316 ] {a84b3ce3-6fc8-45de-84f0-ee366a150319} Aggregator: Aggregation method: without_key 2026.04.10 22:28:21.646626 [ 316 ] {a84b3ce3-6fc8-45de-84f0-ee366a150319} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000994709 sec. (1005.319 rows/sec., 39.27 KiB/sec.) 2026.04.10 22:28:21.646646 [ 316 ] {a84b3ce3-6fc8-45de-84f0-ee366a150319} Aggregator: Merging aggregated data 2026.04.10 22:28:21.648137 [ 286 ] {a84b3ce3-6fc8-45de-84f0-ee366a150319} executeQuery: Read 1 rows, 40.00 B in 0.003322 sec., 301.02347983142687 rows/sec., 11.76 KiB/sec. 2026.04.10 22:28:21.648298 [ 286 ] {a84b3ce3-6fc8-45de-84f0-ee366a150319} TCPHandler: Processed in 0.003721496 sec. 2026.04.10 22:28:21.648419 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.10 22:28:21.648447 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.10 22:28:21.648448 [ 286 ] {} TCP-Session: 4e03c020-3d92-47ba-ada7-1acf09c2c953 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.648470 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.10 22:28:21.648488 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.10 22:28:21.648507 [ 353 ] {} TCPHandler: Done processing connection. 2026.04.10 22:28:21.648522 [ 354 ] {} TCPHandler: Done processing connection. 2026.04.10 22:28:21.648544 [ 290 ] {} TCP-Session: 97f4808e-547c-42f3-9337-99d206007d32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.648561 [ 353 ] {} TCP-Session: ab3327f9-d240-454e-b99c-3c74eb652b5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.648567 [ 352 ] {} TCPHandler: Done processing connection. 2026.04.10 22:28:21.648585 [ 354 ] {} TCP-Session: 13ea2ccb-f3aa-499f-8a2c-515902506135 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.648605 [ 355 ] {} TCPHandler: Done processing connection. 2026.04.10 22:28:21.648616 [ 352 ] {} TCP-Session: bf7db70a-3d31-4b12-a55d-7345ab9ea610 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.648528 [ 288 ] {} TCP-Session: 59c7e576-e3fc-4a16-9e6d-04bdccf35921 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.648647 [ 355 ] {} TCP-Session: e91a7d86-4bdc-4daf-a962-ee1123678b29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.648494 [ 289 ] {} TCP-Session: 5b1aa081-5bd6-43fd-9874-67176d2fde78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.648543 [ 356 ] {} TCPHandler: Done processing connection. 2026.04.10 22:28:21.648731 [ 356 ] {} TCP-Session: 91ee2c62-66a5-4b96-a766-67ea42b60b28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:28:21.926666 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:21.926856 [ 6 ] {009846c6-8e8d-476b-a078-bdb5330a7009} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:28:21.926931 [ 6 ] {009846c6-8e8d-476b-a078-bdb5330a7009} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:28:21.927600 [ 6 ] {009846c6-8e8d-476b-a078-bdb5330a7009} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:21.927651 [ 6 ] {009846c6-8e8d-476b-a078-bdb5330a7009} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:28:21.928077 [ 6 ] {009846c6-8e8d-476b-a078-bdb5330a7009} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.04.10 22:28:21.928316 [ 6 ] {009846c6-8e8d-476b-a078-bdb5330a7009} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:28:21.928492 [ 6 ] {009846c6-8e8d-476b-a078-bdb5330a7009} executeQuery: Read 92 rows, 7.96 KiB in 0.001693 sec., 54341.40578854105 rows/sec., 4.59 MiB/sec. 2026.04.10 22:28:21.928546 [ 6 ] {009846c6-8e8d-476b-a078-bdb5330a7009} TCPHandler: Processed in 0.002024671 sec. 2026.04.10 22:28:21.928675 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:21.928780 [ 6 ] {1bbb8321-6f2b-4ccc-a0cf-30d4f2fad5d7} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:28:21.928825 [ 6 ] {1bbb8321-6f2b-4ccc-a0cf-30d4f2fad5d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:28:21.929264 [ 6 ] {1bbb8321-6f2b-4ccc-a0cf-30d4f2fad5d7} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:21.929304 [ 6 ] {1bbb8321-6f2b-4ccc-a0cf-30d4f2fad5d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:28:21.929617 [ 6 ] {1bbb8321-6f2b-4ccc-a0cf-30d4f2fad5d7} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.04.10 22:28:21.929844 [ 6 ] {1bbb8321-6f2b-4ccc-a0cf-30d4f2fad5d7} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:28:21.929989 [ 6 ] {1bbb8321-6f2b-4ccc-a0cf-30d4f2fad5d7} executeQuery: Read 18 rows, 1.35 KiB in 0.001235 sec., 14574.8987854251 rows/sec., 1.07 MiB/sec. 2026.04.10 22:28:21.930043 [ 6 ] {1bbb8321-6f2b-4ccc-a0cf-30d4f2fad5d7} TCPHandler: Processed in 0.001419048 sec. 2026.04.10 22:28:21.930203 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:21.930331 [ 6 ] {07374bad-f882-401e-9b0d-d03ddbeed1ad} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:28:21.930392 [ 6 ] {07374bad-f882-401e-9b0d-d03ddbeed1ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:28:21.930959 [ 6 ] {07374bad-f882-401e-9b0d-d03ddbeed1ad} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:21.930999 [ 6 ] {07374bad-f882-401e-9b0d-d03ddbeed1ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:28:21.931366 [ 6 ] {07374bad-f882-401e-9b0d-d03ddbeed1ad} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.04.10 22:28:21.931592 [ 6 ] {07374bad-f882-401e-9b0d-d03ddbeed1ad} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:28:21.931732 [ 6 ] {07374bad-f882-401e-9b0d-d03ddbeed1ad} executeQuery: Read 82 rows, 6.56 KiB in 0.001432 sec., 57262.56983240224 rows/sec., 4.47 MiB/sec. 2026.04.10 22:28:21.931774 [ 6 ] {07374bad-f882-401e-9b0d-d03ddbeed1ad} TCPHandler: Processed in 0.001626253 sec. 2026.04.10 22:28:21.931900 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:21.932002 [ 6 ] {906f4d4e-2026-4de4-982c-8e435eb458ab} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:28:21.932049 [ 6 ] {906f4d4e-2026-4de4-982c-8e435eb458ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:28:21.932517 [ 6 ] {906f4d4e-2026-4de4-982c-8e435eb458ab} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:21.932555 [ 6 ] {906f4d4e-2026-4de4-982c-8e435eb458ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:28:21.932962 [ 6 ] {906f4d4e-2026-4de4-982c-8e435eb458ab} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.04.10 22:28:21.933289 [ 6 ] {906f4d4e-2026-4de4-982c-8e435eb458ab} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:28:21.933454 [ 6 ] {906f4d4e-2026-4de4-982c-8e435eb458ab} executeQuery: Read 160 rows, 11.41 KiB in 0.001474 sec., 108548.16824966078 rows/sec., 7.56 MiB/sec. 2026.04.10 22:28:21.933494 [ 6 ] {906f4d4e-2026-4de4-982c-8e435eb458ab} TCPHandler: Processed in 0.001643814 sec. 2026.04.10 22:28:21.933615 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:21.933715 [ 6 ] {d4ecc223-9746-4ce7-aaba-d09d5494aeaa} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:28:21.933776 [ 6 ] {d4ecc223-9746-4ce7-aaba-d09d5494aeaa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:28:21.934599 [ 6 ] {d4ecc223-9746-4ce7-aaba-d09d5494aeaa} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:21.934638 [ 6 ] {d4ecc223-9746-4ce7-aaba-d09d5494aeaa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:28:21.935216 [ 6 ] {d4ecc223-9746-4ce7-aaba-d09d5494aeaa} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.04.10 22:28:21.935456 [ 6 ] {d4ecc223-9746-4ce7-aaba-d09d5494aeaa} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:28:21.935605 [ 6 ] {d4ecc223-9746-4ce7-aaba-d09d5494aeaa} executeQuery: Read 18 rows, 33.03 KiB in 0.001909 sec., 9429.020429544264 rows/sec., 16.90 MiB/sec. 2026.04.10 22:28:21.935677 [ 6 ] {d4ecc223-9746-4ce7-aaba-d09d5494aeaa} TCPHandler: Processed in 0.002112513 sec. 2026.04.10 22:28:21.935798 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:21.935897 [ 6 ] {772577eb-c359-4f2f-a860-4bf4dd382ba6} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:28:21.935939 [ 6 ] {772577eb-c359-4f2f-a860-4bf4dd382ba6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:28:21.936313 [ 6 ] {772577eb-c359-4f2f-a860-4bf4dd382ba6} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:21.936349 [ 6 ] {772577eb-c359-4f2f-a860-4bf4dd382ba6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. 2026.04.10 22:28:21.936659 [ 6 ] {772577eb-c359-4f2f-a860-4bf4dd382ba6} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.04.10 22:28:21.936873 [ 6 ] {772577eb-c359-4f2f-a860-4bf4dd382ba6} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:28:21.937003 [ 6 ] {772577eb-c359-4f2f-a860-4bf4dd382ba6} executeQuery: Read 60 rows, 4.14 KiB in 0.001125 sec., 53333.333333333336 rows/sec., 3.59 MiB/sec. 2026.04.10 22:28:21.937041 [ 6 ] {772577eb-c359-4f2f-a860-4bf4dd382ba6} TCPHandler: Processed in 0.001293906 sec. 2026.04.10 22:28:22.000225 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 304.04 MiB, peak 315.15 MiB, free memory in arenas 0.00 B, will set to 302.95 MiB (RSS), difference: -1.09 MiB 2026.04.10 22:28:25.408560 [ 65 ] {} DNSResolver: Updating DNS cache 2026.04.10 22:28:25.408630 [ 65 ] {} DNSResolver: Updated DNS cache 2026.04.10 22:28:25.575750 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 20158 2026.04.10 22:28:25.576319 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:25.576364 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2026.04.10 22:28:25.576885 [ 245 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.04.10 22:28:25.577120 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): 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.10 22:28:25.577249 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20158 2026.04.10 22:28:26.040556 [ 65 ] {} oximeter.fields_u8 (db645430-3721-434f-a428-3eb1f7165166) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 2026.04.10 22:28:26.040623 [ 65 ] {} oximeter.fields_u8 (db645430-3721-434f-a428-3eb1f7165166): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:26.040643 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2026.04.10 22:28:26.040763 [ 188 ] {db645430-3721-434f-a428-3eb1f7165166::all_1_18_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_14_3 to all_18_18_0 into Compact with storage Full 2026.04.10 22:28:26.040908 [ 188 ] {db645430-3721-434f-a428-3eb1f7165166::all_1_18_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:28:26.040944 [ 188 ] {db645430-3721-434f-a428-3eb1f7165166::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 160 rows starting from the beginning of the part 2026.04.10 22:28:26.041012 [ 188 ] {db645430-3721-434f-a428-3eb1f7165166::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 148 rows starting from the beginning of the part 2026.04.10 22:28:26.041058 [ 188 ] {db645430-3721-434f-a428-3eb1f7165166::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 148 rows starting from the beginning of the part 2026.04.10 22:28:26.041108 [ 188 ] {db645430-3721-434f-a428-3eb1f7165166::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 148 rows starting from the beginning of the part 2026.04.10 22:28:26.041150 [ 188 ] {db645430-3721-434f-a428-3eb1f7165166::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 148 rows starting from the beginning of the part 2026.04.10 22:28:26.042005 [ 187 ] {db645430-3721-434f-a428-3eb1f7165166::all_1_18_4} MergeTask::MergeProjectionsStage: Merge sorted 752 rows, containing 5 columns (5 merged, 0 gathered) in 0.001292626 sec., 581761.4685144813 rows/sec., 35.49 MiB/sec. 2026.04.10 22:28:26.042165 [ 188 ] {db645430-3721-434f-a428-3eb1f7165166::all_1_18_4} MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) 2026.04.10 22:28:26.042414 [ 188 ] {db645430-3721-434f-a428-3eb1f7165166::all_1_18_4} oximeter.fields_u8 (db645430-3721-434f-a428-3eb1f7165166): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:28:26.042485 [ 188 ] {db645430-3721-434f-a428-3eb1f7165166::all_1_18_4} oximeter.fields_u8 (db645430-3721-434f-a428-3eb1f7165166) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 2026.04.10 22:28:26.042559 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.04.10 22:28:26.624400 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 2026.04.10 22:28:26.640503 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:26.640559 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2026.04.10 22:28:26.646420 [ 244 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.04.10 22:28:26.647093 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): 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.10 22:28:26.649928 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 317 2026.04.10 22:28:26.709090 [ 64 ] {} oximeter.fields_ipaddr (b4784700-91f7-4af4-af29-376f839f9b40) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 2026.04.10 22:28:26.709128 [ 64 ] {} oximeter.fields_ipaddr (b4784700-91f7-4af4-af29-376f839f9b40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:26.709146 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2026.04.10 22:28:26.709272 [ 201 ] {b4784700-91f7-4af4-af29-376f839f9b40::all_1_17_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full 2026.04.10 22:28:26.709433 [ 201 ] {b4784700-91f7-4af4-af29-376f839f9b40::all_1_17_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:28:26.709471 [ 201 ] {b4784700-91f7-4af4-af29-376f839f9b40::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 20 rows starting from the beginning of the part 2026.04.10 22:28:26.709547 [ 201 ] {b4784700-91f7-4af4-af29-376f839f9b40::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part 2026.04.10 22:28:26.709598 [ 201 ] {b4784700-91f7-4af4-af29-376f839f9b40::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 4 rows starting from the beginning of the part 2026.04.10 22:28:26.709648 [ 201 ] {b4784700-91f7-4af4-af29-376f839f9b40::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 2 rows starting from the beginning of the part 2026.04.10 22:28:26.709688 [ 201 ] {b4784700-91f7-4af4-af29-376f839f9b40::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part 2026.04.10 22:28:26.710429 [ 187 ] {b4784700-91f7-4af4-af29-376f839f9b40::all_1_17_4} MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.001210685 sec., 31387.18989662877 rows/sec., 2.62 MiB/sec. 2026.04.10 22:28:26.710671 [ 187 ] {b4784700-91f7-4af4-af29-376f839f9b40::all_1_17_4} MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) 2026.04.10 22:28:26.710998 [ 187 ] {b4784700-91f7-4af4-af29-376f839f9b40::all_1_17_4} oximeter.fields_ipaddr (b4784700-91f7-4af4-af29-376f839f9b40): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:28:26.711097 [ 187 ] {b4784700-91f7-4af4-af29-376f839f9b40::all_1_17_4} oximeter.fields_ipaddr (b4784700-91f7-4af4-af29-376f839f9b40) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 2026.04.10 22:28:26.711214 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.04.10 22:28:26.933350 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:26.933642 [ 6 ] {9d866d55-b8d7-4041-ad41-8bbfb55e19cf} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.10 22:28:26.933736 [ 6 ] {9d866d55-b8d7-4041-ad41-8bbfb55e19cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.10 22:28:26.934528 [ 6 ] {9d866d55-b8d7-4041-ad41-8bbfb55e19cf} oximeter.fields_i16 (419f2eef-209c-46fc-9cc0-97b5087686b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:26.934570 [ 6 ] {9d866d55-b8d7-4041-ad41-8bbfb55e19cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2026.04.10 22:28:26.934946 [ 6 ] {9d866d55-b8d7-4041-ad41-8bbfb55e19cf} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.10 22:28:26.935166 [ 6 ] {9d866d55-b8d7-4041-ad41-8bbfb55e19cf} oximeter.fields_i16 (419f2eef-209c-46fc-9cc0-97b5087686b9): 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.10 22:28:26.935287 [ 64 ] {} oximeter.fields_i16 (419f2eef-209c-46fc-9cc0-97b5087686b9) (MergerMutator): Selected 6 parts from all_1_14_3 to all_19_19_0 2026.04.10 22:28:26.935307 [ 6 ] {9d866d55-b8d7-4041-ad41-8bbfb55e19cf} executeQuery: Read 284 rows, 18.47 KiB in 0.00174 sec., 163218.3908045977 rows/sec., 10.37 MiB/sec. 2026.04.10 22:28:26.935337 [ 64 ] {} oximeter.fields_i16 (419f2eef-209c-46fc-9cc0-97b5087686b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:26.935361 [ 6 ] {9d866d55-b8d7-4041-ad41-8bbfb55e19cf} TCPHandler: Processed in 0.002282036 sec. 2026.04.10 22:28:26.935363 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2026.04.10 22:28:26.935477 [ 201 ] {419f2eef-209c-46fc-9cc0-97b5087686b9::all_1_19_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_14_3 to all_19_19_0 into Compact with storage Full 2026.04.10 22:28:26.935511 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:26.935583 [ 201 ] {419f2eef-209c-46fc-9cc0-97b5087686b9::all_1_19_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:28:26.935611 [ 6 ] {5782e0ab-d8a2-4ad4-aaf6-6a3ca90c55e8} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:28:26.935613 [ 201 ] {419f2eef-209c-46fc-9cc0-97b5087686b9::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 308 rows starting from the beginning of the part 2026.04.10 22:28:26.935667 [ 6 ] {5782e0ab-d8a2-4ad4-aaf6-6a3ca90c55e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:28:26.935688 [ 201 ] {419f2eef-209c-46fc-9cc0-97b5087686b9::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 284 rows starting from the beginning of the part 2026.04.10 22:28:26.935737 [ 201 ] {419f2eef-209c-46fc-9cc0-97b5087686b9::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 284 rows starting from the beginning of the part 2026.04.10 22:28:26.935777 [ 201 ] {419f2eef-209c-46fc-9cc0-97b5087686b9::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 284 rows starting from the beginning of the part 2026.04.10 22:28:26.935814 [ 201 ] {419f2eef-209c-46fc-9cc0-97b5087686b9::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 284 rows starting from the beginning of the part 2026.04.10 22:28:26.935855 [ 201 ] {419f2eef-209c-46fc-9cc0-97b5087686b9::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 284 rows starting from the beginning of the part 2026.04.10 22:28:26.936540 [ 6 ] {5782e0ab-d8a2-4ad4-aaf6-6a3ca90c55e8} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:26.936582 [ 6 ] {5782e0ab-d8a2-4ad4-aaf6-6a3ca90c55e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2026.04.10 22:28:26.936927 [ 198 ] {419f2eef-209c-46fc-9cc0-97b5087686b9::all_1_19_4} MergeTask::MergeProjectionsStage: Merge sorted 1728 rows, containing 5 columns (5 merged, 0 gathered) in 0.00148 sec., 1167567.5675675676 rows/sec., 78.93 MiB/sec. 2026.04.10 22:28:26.936967 [ 6 ] {5782e0ab-d8a2-4ad4-aaf6-6a3ca90c55e8} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.04.10 22:28:26.937154 [ 198 ] {419f2eef-209c-46fc-9cc0-97b5087686b9::all_1_19_4} MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) 2026.04.10 22:28:26.937201 [ 6 ] {5782e0ab-d8a2-4ad4-aaf6-6a3ca90c55e8} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:28:26.937324 [ 64 ] {} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.04.10 22:28:26.937344 [ 6 ] {5782e0ab-d8a2-4ad4-aaf6-6a3ca90c55e8} executeQuery: Read 843 rows, 67.17 KiB in 0.001752 sec., 481164.38356164383 rows/sec., 37.44 MiB/sec. 2026.04.10 22:28:26.937364 [ 64 ] {} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:26.937390 [ 6 ] {5782e0ab-d8a2-4ad4-aaf6-6a3ca90c55e8} TCPHandler: Processed in 0.001935419 sec. 2026.04.10 22:28:26.937391 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2026.04.10 22:28:26.937488 [ 196 ] {15303715-e1d3-410d-9b74-21f9c069a75b::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.10 22:28:26.937518 [ 198 ] {419f2eef-209c-46fc-9cc0-97b5087686b9::all_1_19_4} oximeter.fields_i16 (419f2eef-209c-46fc-9cc0-97b5087686b9): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:28:26.937533 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:26.937585 [ 196 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:28:26.937619 [ 196 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3362 rows starting from the beginning of the part 2026.04.10 22:28:26.937621 [ 198 ] {419f2eef-209c-46fc-9cc0-97b5087686b9::all_1_19_4} oximeter.fields_i16 (419f2eef-209c-46fc-9cc0-97b5087686b9) (MergerMutator): Merged 6 parts: [all_1_14_3, all_19_19_0] -> all_1_19_4 2026.04.10 22:28:26.937639 [ 6 ] {bc23ddeb-16f8-4303-88c4-a40d9ea5bee1} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:28:26.937682 [ 196 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 92 rows starting from the beginning of the part 2026.04.10 22:28:26.937687 [ 6 ] {bc23ddeb-16f8-4303-88c4-a40d9ea5bee1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:28:26.937733 [ 196 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 3195 rows starting from the beginning of the part 2026.04.10 22:28:26.937747 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. 2026.04.10 22:28:26.937777 [ 196 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 56 rows starting from the beginning of the part 2026.04.10 22:28:26.937819 [ 196 ] {15303715-e1d3-410d-9b74-21f9c069a75b::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.10 22:28:26.937858 [ 196 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 843 rows starting from the beginning of the part 2026.04.10 22:28:26.938237 [ 6 ] {bc23ddeb-16f8-4303-88c4-a40d9ea5bee1} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:26.938279 [ 6 ] {bc23ddeb-16f8-4303-88c4-a40d9ea5bee1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2026.04.10 22:28:26.938594 [ 6 ] {bc23ddeb-16f8-4303-88c4-a40d9ea5bee1} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.04.10 22:28:26.938817 [ 6 ] {bc23ddeb-16f8-4303-88c4-a40d9ea5bee1} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:28:26.938946 [ 6 ] {bc23ddeb-16f8-4303-88c4-a40d9ea5bee1} executeQuery: Read 165 rows, 10.27 KiB in 0.001326 sec., 124434.3891402715 rows/sec., 7.56 MiB/sec. 2026.04.10 22:28:26.938983 [ 6 ] {bc23ddeb-16f8-4303-88c4-a40d9ea5bee1} TCPHandler: Processed in 0.00150439 sec. 2026.04.10 22:28:26.939116 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:26.939213 [ 6 ] {11efe3e1-1f81-4a16-9128-faee4eb9be5c} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.10 22:28:26.939252 [ 6 ] {11efe3e1-1f81-4a16-9128-faee4eb9be5c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.10 22:28:26.939693 [ 6 ] {11efe3e1-1f81-4a16-9128-faee4eb9be5c} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:26.939728 [ 6 ] {11efe3e1-1f81-4a16-9128-faee4eb9be5c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2026.04.10 22:28:26.939988 [ 198 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 7640 rows, containing 5 columns (5 merged, 0 gathered) in 0.002532341 sec., 3016971.2530816346 rows/sec., 240.08 MiB/sec. 2026.04.10 22:28:26.940021 [ 6 ] {11efe3e1-1f81-4a16-9128-faee4eb9be5c} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.10 22:28:26.940251 [ 6 ] {11efe3e1-1f81-4a16-9128-faee4eb9be5c} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002): 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.10 22:28:26.940347 [ 196 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.04.10 22:28:26.940379 [ 6 ] {11efe3e1-1f81-4a16-9128-faee4eb9be5c} executeQuery: Read 149 rows, 9.86 KiB in 0.001186 sec., 125632.37774030355 rows/sec., 8.12 MiB/sec. 2026.04.10 22:28:26.940420 [ 6 ] {11efe3e1-1f81-4a16-9128-faee4eb9be5c} TCPHandler: Processed in 0.001361548 sec. 2026.04.10 22:28:26.940539 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:26.940603 [ 196 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_61_12} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:28:26.940648 [ 6 ] {4fcda1d4-54cb-42c1-9f36-9f46ee1c266a} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.10 22:28:26.940673 [ 196 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_61_12} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.04.10 22:28:26.940694 [ 6 ] {4fcda1d4-54cb-42c1-9f36-9f46ee1c266a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.10 22:28:26.940737 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.39 MiB. 2026.04.10 22:28:26.941137 [ 6 ] {4fcda1d4-54cb-42c1-9f36-9f46ee1c266a} oximeter.fields_u8 (db645430-3721-434f-a428-3eb1f7165166): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:26.941176 [ 6 ] {4fcda1d4-54cb-42c1-9f36-9f46ee1c266a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2026.04.10 22:28:26.941472 [ 6 ] {4fcda1d4-54cb-42c1-9f36-9f46ee1c266a} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.10 22:28:26.941682 [ 6 ] {4fcda1d4-54cb-42c1-9f36-9f46ee1c266a} oximeter.fields_u8 (db645430-3721-434f-a428-3eb1f7165166): 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.10 22:28:26.941803 [ 6 ] {4fcda1d4-54cb-42c1-9f36-9f46ee1c266a} executeQuery: Read 148 rows, 8.62 KiB in 0.001173 sec., 126172.20801364024 rows/sec., 7.18 MiB/sec. 2026.04.10 22:28:26.941839 [ 6 ] {4fcda1d4-54cb-42c1-9f36-9f46ee1c266a} TCPHandler: Processed in 0.001346947 sec. 2026.04.10 22:28:26.941956 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:26.942047 [ 6 ] {af84baf1-e2e8-4be4-8d01-b92bfcb5691a} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:28:26.942087 [ 6 ] {af84baf1-e2e8-4be4-8d01-b92bfcb5691a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:28:26.942686 [ 6 ] {af84baf1-e2e8-4be4-8d01-b92bfcb5691a} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:26.942719 [ 6 ] {af84baf1-e2e8-4be4-8d01-b92bfcb5691a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2026.04.10 22:28:26.943042 [ 6 ] {af84baf1-e2e8-4be4-8d01-b92bfcb5691a} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.04.10 22:28:26.943252 [ 6 ] {af84baf1-e2e8-4be4-8d01-b92bfcb5691a} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:28:26.943372 [ 59 ] {} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.04.10 22:28:26.943377 [ 6 ] {af84baf1-e2e8-4be4-8d01-b92bfcb5691a} executeQuery: Read 513 rows, 37.02 KiB in 0.001347 sec., 380846.32516703784 rows/sec., 26.84 MiB/sec. 2026.04.10 22:28:26.943409 [ 59 ] {} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:26.943427 [ 6 ] {af84baf1-e2e8-4be4-8d01-b92bfcb5691a} TCPHandler: Processed in 0.00151856 sec. 2026.04.10 22:28:26.943428 [ 59 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2026.04.10 22:28:26.943513 [ 193 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::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.10 22:28:26.943538 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:26.943613 [ 193 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:28:26.943643 [ 193 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1834 rows starting from the beginning of the part 2026.04.10 22:28:26.943643 [ 6 ] {946f10ea-25fd-4eb7-9c18-3fad169460a5} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.10 22:28:26.943696 [ 6 ] {946f10ea-25fd-4eb7-9c18-3fad169460a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.10 22:28:26.943696 [ 193 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 82 rows starting from the beginning of the part 2026.04.10 22:28:26.943754 [ 193 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 1745 rows starting from the beginning of the part 2026.04.10 22:28:26.943794 [ 193 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 64 rows starting from the beginning of the part 2026.04.10 22:28:26.943832 [ 193 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 82 rows starting from the beginning of the part 2026.04.10 22:28:26.943870 [ 193 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 513 rows starting from the beginning of the part 2026.04.10 22:28:26.944037 [ 6 ] {946f10ea-25fd-4eb7-9c18-3fad169460a5} oximeter.measurements_bool (866da8bb-a9f8-4668-8c33-6b1a5bc68a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:26.944077 [ 6 ] {946f10ea-25fd-4eb7-9c18-3fad169460a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2026.04.10 22:28:26.944385 [ 6 ] {946f10ea-25fd-4eb7-9c18-3fad169460a5} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.10 22:28:26.944600 [ 6 ] {946f10ea-25fd-4eb7-9c18-3fad169460a5} oximeter.measurements_bool (866da8bb-a9f8-4668-8c33-6b1a5bc68a2a): 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.10 22:28:26.944733 [ 6 ] {946f10ea-25fd-4eb7-9c18-3fad169460a5} executeQuery: Read 6 rows, 321.00 B in 0.001108 sec., 5415.162454873646 rows/sec., 282.92 KiB/sec. 2026.04.10 22:28:26.944769 [ 6 ] {946f10ea-25fd-4eb7-9c18-3fad169460a5} TCPHandler: Processed in 0.001278215 sec. 2026.04.10 22:28:26.944886 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:26.944978 [ 6 ] {adb9eda3-8f80-44a7-aed0-3f09ae2d5ad7} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:28:26.945020 [ 6 ] {adb9eda3-8f80-44a7-aed0-3f09ae2d5ad7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:28:26.945262 [ 193 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 4320 rows, containing 5 columns (5 merged, 0 gathered) in 0.001781706 sec., 2424642.4494276834 rows/sec., 175.76 MiB/sec. 2026.04.10 22:28:26.945426 [ 6 ] {adb9eda3-8f80-44a7-aed0-3f09ae2d5ad7} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:26.945465 [ 6 ] {adb9eda3-8f80-44a7-aed0-3f09ae2d5ad7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2026.04.10 22:28:26.945515 [ 192 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.04.10 22:28:26.945834 [ 6 ] {adb9eda3-8f80-44a7-aed0-3f09ae2d5ad7} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.04.10 22:28:26.945835 [ 192 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_61_12} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:28:26.945938 [ 192 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_61_12} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.04.10 22:28:26.946051 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. 2026.04.10 22:28:26.946072 [ 6 ] {adb9eda3-8f80-44a7-aed0-3f09ae2d5ad7} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:28:26.946211 [ 6 ] {adb9eda3-8f80-44a7-aed0-3f09ae2d5ad7} executeQuery: Read 265 rows, 18.03 KiB in 0.00125 sec., 212000 rows/sec., 14.09 MiB/sec. 2026.04.10 22:28:26.946246 [ 6 ] {adb9eda3-8f80-44a7-aed0-3f09ae2d5ad7} TCPHandler: Processed in 0.001416368 sec. 2026.04.10 22:28:26.946359 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:26.946453 [ 6 ] {8a3c835f-6bf9-4083-b1a0-387ed00213bf} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.10 22:28:26.946494 [ 6 ] {8a3c835f-6bf9-4083-b1a0-387ed00213bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.10 22:28:26.946801 [ 6 ] {8a3c835f-6bf9-4083-b1a0-387ed00213bf} oximeter.measurements_f64 (58e3eb3a-a7ad-4b02-bedb-c669836543a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:26.946861 [ 6 ] {8a3c835f-6bf9-4083-b1a0-387ed00213bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2026.04.10 22:28:26.947154 [ 6 ] {8a3c835f-6bf9-4083-b1a0-387ed00213bf} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.10 22:28:26.947354 [ 6 ] {8a3c835f-6bf9-4083-b1a0-387ed00213bf} oximeter.measurements_f64 (58e3eb3a-a7ad-4b02-bedb-c669836543a8): 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.10 22:28:26.947478 [ 6 ] {8a3c835f-6bf9-4083-b1a0-387ed00213bf} executeQuery: Read 1 rows, 69.00 B in 0.001042 sec., 959.6928982725528 rows/sec., 64.67 KiB/sec. 2026.04.10 22:28:26.947513 [ 6 ] {8a3c835f-6bf9-4083-b1a0-387ed00213bf} TCPHandler: Processed in 0.001201734 sec. 2026.04.10 22:28:26.947620 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:26.947711 [ 6 ] {c7eee5d0-6fd4-40fe-a687-bb91ca579512} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:28:26.947764 [ 6 ] {c7eee5d0-6fd4-40fe-a687-bb91ca579512} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:28:26.948583 [ 6 ] {c7eee5d0-6fd4-40fe-a687-bb91ca579512} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:26.948617 [ 6 ] {c7eee5d0-6fd4-40fe-a687-bb91ca579512} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2026.04.10 22:28:26.949139 [ 6 ] {c7eee5d0-6fd4-40fe-a687-bb91ca579512} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.04.10 22:28:26.949360 [ 6 ] {c7eee5d0-6fd4-40fe-a687-bb91ca579512} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:28:26.949499 [ 6 ] {c7eee5d0-6fd4-40fe-a687-bb91ca579512} executeQuery: Read 23 rows, 42.20 KiB in 0.001805 sec., 12742.382271468145 rows/sec., 22.83 MiB/sec. 2026.04.10 22:28:26.949550 [ 6 ] {c7eee5d0-6fd4-40fe-a687-bb91ca579512} TCPHandler: Processed in 0.00197776 sec. 2026.04.10 22:28:26.949664 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:26.949757 [ 6 ] {ff9a219a-e9da-41b4-9d0f-89146d0f048f} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:28:26.949797 [ 6 ] {ff9a219a-e9da-41b4-9d0f-89146d0f048f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:28:26.950126 [ 6 ] {ff9a219a-e9da-41b4-9d0f-89146d0f048f} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:26.950159 [ 6 ] {ff9a219a-e9da-41b4-9d0f-89146d0f048f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2026.04.10 22:28:26.950460 [ 6 ] {ff9a219a-e9da-41b4-9d0f-89146d0f048f} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.04.10 22:28:26.950667 [ 6 ] {ff9a219a-e9da-41b4-9d0f-89146d0f048f} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:28:26.950794 [ 6 ] {ff9a219a-e9da-41b4-9d0f-89146d0f048f} executeQuery: Read 90 rows, 5.77 KiB in 0.001055 sec., 85308.05687203792 rows/sec., 5.34 MiB/sec. 2026.04.10 22:28:26.950828 [ 6 ] {ff9a219a-e9da-41b4-9d0f-89146d0f048f} TCPHandler: Processed in 0.001211465 sec. 2026.04.10 22:28:30.652938 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1164 2026.04.10 22:28:30.655553 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:30.655608 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2026.04.10 22:28:30.656806 [ 243 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.04.10 22:28:30.657086 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): 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.10 22:28:30.657239 [ 57 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.04.10 22:28:30.657311 [ 57 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:30.657335 [ 57 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2026.04.10 22:28:30.657360 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1164 2026.04.10 22:28:30.657434 [ 199 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::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.10 22:28:30.657931 [ 199 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:28:30.658086 [ 199 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 962 rows starting from the beginning of the part 2026.04.10 22:28:30.658482 [ 199 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 46 rows starting from the beginning of the part 2026.04.10 22:28:30.658838 [ 199 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 34 rows starting from the beginning of the part 2026.04.10 22:28:30.659163 [ 199 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::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.10 22:28:30.659466 [ 199 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 46 rows starting from the beginning of the part 2026.04.10 22:28:30.659748 [ 199 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 40 rows starting from the beginning of the part 2026.04.10 22:28:30.666580 [ 198 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1164 rows, containing 72 columns (72 merged, 0 gathered) in 0.009184266 sec., 126738.48949932418 rows/sec., 105.35 MiB/sec. 2026.04.10 22:28:30.668029 [ 195 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.04.10 22:28:30.668546 [ 195 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_31_6} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): 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.10 22:28:30.668613 [ 195 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_31_6} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.04.10 22:28:30.668728 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.71 MiB. 2026.04.10 22:28:31.000195 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 303.91 MiB, peak 315.15 MiB, free memory in arenas 0.00 B, will set to 305.12 MiB (RSS), difference: 1.20 MiB 2026.04.10 22:28:31.931407 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:31.931604 [ 6 ] {1ed4bc9d-3b7b-4ef4-aa7b-a98c1cd276c9} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.10 22:28:31.931676 [ 6 ] {1ed4bc9d-3b7b-4ef4-aa7b-a98c1cd276c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.10 22:28:31.932309 [ 6 ] {1ed4bc9d-3b7b-4ef4-aa7b-a98c1cd276c9} oximeter.fields_i16 (419f2eef-209c-46fc-9cc0-97b5087686b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:31.932348 [ 6 ] {1ed4bc9d-3b7b-4ef4-aa7b-a98c1cd276c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2026.04.10 22:28:31.932725 [ 6 ] {1ed4bc9d-3b7b-4ef4-aa7b-a98c1cd276c9} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.10 22:28:31.932943 [ 6 ] {1ed4bc9d-3b7b-4ef4-aa7b-a98c1cd276c9} oximeter.fields_i16 (419f2eef-209c-46fc-9cc0-97b5087686b9): 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.10 22:28:31.933135 [ 6 ] {1ed4bc9d-3b7b-4ef4-aa7b-a98c1cd276c9} executeQuery: Read 24 rows, 2.04 KiB in 0.001583 sec., 15161.086544535692 rows/sec., 1.26 MiB/sec. 2026.04.10 22:28:31.933194 [ 6 ] {1ed4bc9d-3b7b-4ef4-aa7b-a98c1cd276c9} TCPHandler: Processed in 0.001919309 sec. 2026.04.10 22:28:31.933325 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:31.933419 [ 6 ] {c3a32bb7-9695-457b-ac03-248969fd2c22} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.10 22:28:31.933460 [ 6 ] {c3a32bb7-9695-457b-ac03-248969fd2c22} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.10 22:28:31.933874 [ 6 ] {c3a32bb7-9695-457b-ac03-248969fd2c22} oximeter.fields_ipaddr (b4784700-91f7-4af4-af29-376f839f9b40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:31.933910 [ 6 ] {c3a32bb7-9695-457b-ac03-248969fd2c22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2026.04.10 22:28:31.934203 [ 6 ] {c3a32bb7-9695-457b-ac03-248969fd2c22} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.10 22:28:31.934406 [ 6 ] {c3a32bb7-9695-457b-ac03-248969fd2c22} oximeter.fields_ipaddr (b4784700-91f7-4af4-af29-376f839f9b40): 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.10 22:28:31.934538 [ 6 ] {c3a32bb7-9695-457b-ac03-248969fd2c22} executeQuery: Read 6 rows, 501.00 B in 0.001138 sec., 5272.407732864675 rows/sec., 429.93 KiB/sec. 2026.04.10 22:28:31.934575 [ 6 ] {c3a32bb7-9695-457b-ac03-248969fd2c22} TCPHandler: Processed in 0.001298736 sec. 2026.04.10 22:28:31.934689 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:31.934781 [ 6 ] {00b6a64f-55ce-486b-8dd4-481f4bde5a8f} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:28:31.934819 [ 6 ] {00b6a64f-55ce-486b-8dd4-481f4bde5a8f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:28:31.935302 [ 6 ] {00b6a64f-55ce-486b-8dd4-481f4bde5a8f} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:31.935338 [ 6 ] {00b6a64f-55ce-486b-8dd4-481f4bde5a8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2026.04.10 22:28:31.935658 [ 6 ] {00b6a64f-55ce-486b-8dd4-481f4bde5a8f} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.04.10 22:28:31.935859 [ 6 ] {00b6a64f-55ce-486b-8dd4-481f4bde5a8f} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:28:31.935982 [ 6 ] {00b6a64f-55ce-486b-8dd4-481f4bde5a8f} executeQuery: Read 215 rows, 19.64 KiB in 0.001219 sec., 176374.0771123872 rows/sec., 15.74 MiB/sec. 2026.04.10 22:28:31.936018 [ 6 ] {00b6a64f-55ce-486b-8dd4-481f4bde5a8f} TCPHandler: Processed in 0.001374938 sec. 2026.04.10 22:28:31.936133 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:31.936224 [ 6 ] {30339912-0902-497e-81a4-53e8fa3be01b} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:28:31.936262 [ 6 ] {30339912-0902-497e-81a4-53e8fa3be01b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:28:31.936652 [ 6 ] {30339912-0902-497e-81a4-53e8fa3be01b} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:31.936686 [ 6 ] {30339912-0902-497e-81a4-53e8fa3be01b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2026.04.10 22:28:31.936972 [ 6 ] {30339912-0902-497e-81a4-53e8fa3be01b} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.04.10 22:28:31.937178 [ 6 ] {30339912-0902-497e-81a4-53e8fa3be01b} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:28:31.937301 [ 6 ] {30339912-0902-497e-81a4-53e8fa3be01b} executeQuery: Read 36 rows, 2.73 KiB in 0.001095 sec., 32876.71232876712 rows/sec., 2.44 MiB/sec. 2026.04.10 22:28:31.937336 [ 6 ] {30339912-0902-497e-81a4-53e8fa3be01b} TCPHandler: Processed in 0.001250195 sec. 2026.04.10 22:28:31.937444 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:31.937535 [ 6 ] {1dc96e3f-ecbc-4954-af3a-311cc1e29f15} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.10 22:28:31.937572 [ 6 ] {1dc96e3f-ecbc-4954-af3a-311cc1e29f15} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.10 22:28:31.937953 [ 6 ] {1dc96e3f-ecbc-4954-af3a-311cc1e29f15} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:31.937987 [ 6 ] {1dc96e3f-ecbc-4954-af3a-311cc1e29f15} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2026.04.10 22:28:31.938261 [ 6 ] {1dc96e3f-ecbc-4954-af3a-311cc1e29f15} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.04.10 22:28:31.938467 [ 6 ] {1dc96e3f-ecbc-4954-af3a-311cc1e29f15} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002): 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.10 22:28:31.938591 [ 6 ] {1dc96e3f-ecbc-4954-af3a-311cc1e29f15} executeQuery: Read 24 rows, 2.04 KiB in 0.001074 sec., 22346.368715083798 rows/sec., 1.85 MiB/sec. 2026.04.10 22:28:31.938627 [ 6 ] {1dc96e3f-ecbc-4954-af3a-311cc1e29f15} TCPHandler: Processed in 0.001230455 sec. 2026.04.10 22:28:31.938736 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:31.938826 [ 6 ] {2973ce76-a21d-4677-86a3-933c63085264} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.10 22:28:31.938864 [ 6 ] {2973ce76-a21d-4677-86a3-933c63085264} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.10 22:28:31.939244 [ 6 ] {2973ce76-a21d-4677-86a3-933c63085264} oximeter.fields_u8 (db645430-3721-434f-a428-3eb1f7165166): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:31.939279 [ 6 ] {2973ce76-a21d-4677-86a3-933c63085264} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2026.04.10 22:28:31.939557 [ 6 ] {2973ce76-a21d-4677-86a3-933c63085264} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.10 22:28:31.939755 [ 6 ] {2973ce76-a21d-4677-86a3-933c63085264} oximeter.fields_u8 (db645430-3721-434f-a428-3eb1f7165166): 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.10 22:28:31.939877 [ 6 ] {2973ce76-a21d-4677-86a3-933c63085264} executeQuery: Read 12 rows, 960.00 B in 0.001068 sec., 11235.955056179775 rows/sec., 877.81 KiB/sec. 2026.04.10 22:28:31.939912 [ 6 ] {2973ce76-a21d-4677-86a3-933c63085264} TCPHandler: Processed in 0.001224084 sec. 2026.04.10 22:28:31.940019 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:31.940109 [ 6 ] {ba08f27f-3ea9-4081-bafb-e9796826dc78} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:28:31.940147 [ 6 ] {ba08f27f-3ea9-4081-bafb-e9796826dc78} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:28:31.940555 [ 6 ] {ba08f27f-3ea9-4081-bafb-e9796826dc78} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:31.940590 [ 6 ] {ba08f27f-3ea9-4081-bafb-e9796826dc78} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2026.04.10 22:28:31.940887 [ 6 ] {ba08f27f-3ea9-4081-bafb-e9796826dc78} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.04.10 22:28:31.941107 [ 6 ] {ba08f27f-3ea9-4081-bafb-e9796826dc78} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:28:31.941262 [ 6 ] {ba08f27f-3ea9-4081-bafb-e9796826dc78} executeQuery: Read 124 rows, 10.30 KiB in 0.001169 sec., 106073.56715141147 rows/sec., 8.61 MiB/sec. 2026.04.10 22:28:31.941297 [ 6 ] {ba08f27f-3ea9-4081-bafb-e9796826dc78} TCPHandler: Processed in 0.001324977 sec. 2026.04.10 22:28:31.941406 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:31.941496 [ 6 ] {942df199-69cd-4d9b-bc37-fa37fee2689b} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:28:31.941552 [ 6 ] {942df199-69cd-4d9b-bc37-fa37fee2689b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:28:31.941995 [ 6 ] {942df199-69cd-4d9b-bc37-fa37fee2689b} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:31.942041 [ 6 ] {942df199-69cd-4d9b-bc37-fa37fee2689b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2026.04.10 22:28:31.942375 [ 6 ] {942df199-69cd-4d9b-bc37-fa37fee2689b} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.04.10 22:28:31.942589 [ 6 ] {942df199-69cd-4d9b-bc37-fa37fee2689b} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:28:31.942717 [ 6 ] {942df199-69cd-4d9b-bc37-fa37fee2689b} executeQuery: Read 271 rows, 20.59 KiB in 0.001238 sec., 218901.45395799677 rows/sec., 16.24 MiB/sec. 2026.04.10 22:28:31.942754 [ 6 ] {942df199-69cd-4d9b-bc37-fa37fee2689b} TCPHandler: Processed in 0.001394208 sec. 2026.04.10 22:28:31.942864 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:31.942956 [ 6 ] {b4d09fa0-7783-4325-9f3c-3bcedd644e61} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:28:31.943011 [ 6 ] {b4d09fa0-7783-4325-9f3c-3bcedd644e61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:28:31.943758 [ 6 ] {b4d09fa0-7783-4325-9f3c-3bcedd644e61} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:31.943794 [ 6 ] {b4d09fa0-7783-4325-9f3c-3bcedd644e61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2026.04.10 22:28:31.944322 [ 6 ] {b4d09fa0-7783-4325-9f3c-3bcedd644e61} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.04.10 22:28:31.944544 [ 6 ] {b4d09fa0-7783-4325-9f3c-3bcedd644e61} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:28:31.944680 [ 6 ] {b4d09fa0-7783-4325-9f3c-3bcedd644e61} executeQuery: Read 18 rows, 33.03 KiB in 0.001742 sec., 10332.950631458094 rows/sec., 18.52 MiB/sec. 2026.04.10 22:28:31.944733 [ 6 ] {b4d09fa0-7783-4325-9f3c-3bcedd644e61} TCPHandler: Processed in 0.001917179 sec. 2026.04.10 22:28:31.944846 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:31.944939 [ 6 ] {7267ef0a-789a-4b1d-b2c0-d32acc326ec0} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:28:31.944978 [ 6 ] {7267ef0a-789a-4b1d-b2c0-d32acc326ec0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:28:31.945312 [ 6 ] {7267ef0a-789a-4b1d-b2c0-d32acc326ec0} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:31.945346 [ 6 ] {7267ef0a-789a-4b1d-b2c0-d32acc326ec0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2026.04.10 22:28:31.945642 [ 6 ] {7267ef0a-789a-4b1d-b2c0-d32acc326ec0} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.04.10 22:28:31.945848 [ 6 ] {7267ef0a-789a-4b1d-b2c0-d32acc326ec0} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:28:31.945971 [ 6 ] {7267ef0a-789a-4b1d-b2c0-d32acc326ec0} executeQuery: Read 60 rows, 4.14 KiB in 0.001051 sec., 57088.487155090384 rows/sec., 3.85 MiB/sec. 2026.04.10 22:28:31.946006 [ 6 ] {7267ef0a-789a-4b1d-b2c0-d32acc326ec0} TCPHandler: Processed in 0.001207314 sec. 2026.04.10 22:28:33.078249 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 20670 2026.04.10 22:28:33.078754 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:33.078794 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2026.04.10 22:28:33.079275 [ 245 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.04.10 22:28:33.079490 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): 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.10 22:28:33.079613 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20670 2026.04.10 22:28:34.150934 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 324 2026.04.10 22:28:34.167425 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:34.167491 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2026.04.10 22:28:34.174053 [ 244 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.04.10 22:28:34.174762 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): 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.10 22:28:34.177514 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 324 2026.04.10 22:28:36.926043 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:36.926243 [ 6 ] {d0c93fb9-5e63-40e1-8184-a714915d2b0c} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:28:36.926316 [ 6 ] {d0c93fb9-5e63-40e1-8184-a714915d2b0c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:28:36.927033 [ 6 ] {d0c93fb9-5e63-40e1-8184-a714915d2b0c} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:36.927089 [ 6 ] {d0c93fb9-5e63-40e1-8184-a714915d2b0c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2026.04.10 22:28:36.927504 [ 6 ] {d0c93fb9-5e63-40e1-8184-a714915d2b0c} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.04.10 22:28:36.927725 [ 6 ] {d0c93fb9-5e63-40e1-8184-a714915d2b0c} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:28:36.927880 [ 6 ] {d0c93fb9-5e63-40e1-8184-a714915d2b0c} executeQuery: Read 102 rows, 8.74 KiB in 0.001693 sec., 60248.08033077377 rows/sec., 5.04 MiB/sec. 2026.04.10 22:28:36.927922 [ 6 ] {d0c93fb9-5e63-40e1-8184-a714915d2b0c} TCPHandler: Processed in 0.002028981 sec. 2026.04.10 22:28:36.928045 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:36.928139 [ 6 ] {5f012470-2eac-48c0-b676-f89d86a2c3f7} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:28:36.928180 [ 6 ] {5f012470-2eac-48c0-b676-f89d86a2c3f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:28:36.928578 [ 6 ] {5f012470-2eac-48c0-b676-f89d86a2c3f7} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:36.928614 [ 6 ] {5f012470-2eac-48c0-b676-f89d86a2c3f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2026.04.10 22:28:36.928910 [ 6 ] {5f012470-2eac-48c0-b676-f89d86a2c3f7} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.04.10 22:28:36.929137 [ 6 ] {5f012470-2eac-48c0-b676-f89d86a2c3f7} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:28:36.929265 [ 6 ] {5f012470-2eac-48c0-b676-f89d86a2c3f7} executeQuery: Read 23 rows, 1.73 KiB in 0.001145 sec., 20087.336244541486 rows/sec., 1.48 MiB/sec. 2026.04.10 22:28:36.929301 [ 6 ] {5f012470-2eac-48c0-b676-f89d86a2c3f7} TCPHandler: Processed in 0.001304166 sec. 2026.04.10 22:28:36.929408 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:36.929500 [ 6 ] {109d0603-058b-4d89-9d9a-7308fc0eec56} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:28:36.929539 [ 6 ] {109d0603-058b-4d89-9d9a-7308fc0eec56} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:28:36.929958 [ 6 ] {109d0603-058b-4d89-9d9a-7308fc0eec56} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:36.929992 [ 6 ] {109d0603-058b-4d89-9d9a-7308fc0eec56} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2026.04.10 22:28:36.930281 [ 6 ] {109d0603-058b-4d89-9d9a-7308fc0eec56} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.04.10 22:28:36.930579 [ 6 ] {109d0603-058b-4d89-9d9a-7308fc0eec56} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:28:36.930719 [ 6 ] {109d0603-058b-4d89-9d9a-7308fc0eec56} executeQuery: Read 87 rows, 6.96 KiB in 0.001236 sec., 70388.34951456312 rows/sec., 5.50 MiB/sec. 2026.04.10 22:28:36.930760 [ 6 ] {109d0603-058b-4d89-9d9a-7308fc0eec56} TCPHandler: Processed in 0.001396848 sec. 2026.04.10 22:28:36.930872 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:36.930966 [ 6 ] {8ca9f05c-dbdc-4720-9370-9f5131dc56f6} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:28:36.931013 [ 6 ] {8ca9f05c-dbdc-4720-9370-9f5131dc56f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:28:36.931462 [ 6 ] {8ca9f05c-dbdc-4720-9370-9f5131dc56f6} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:36.931496 [ 6 ] {8ca9f05c-dbdc-4720-9370-9f5131dc56f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2026.04.10 22:28:36.931840 [ 6 ] {8ca9f05c-dbdc-4720-9370-9f5131dc56f6} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.04.10 22:28:36.932046 [ 6 ] {8ca9f05c-dbdc-4720-9370-9f5131dc56f6} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:28:36.932147 [ 47 ] {} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.04.10 22:28:36.932172 [ 6 ] {8ca9f05c-dbdc-4720-9370-9f5131dc56f6} executeQuery: Read 160 rows, 11.41 KiB in 0.001225 sec., 130612.24489795919 rows/sec., 9.10 MiB/sec. 2026.04.10 22:28:36.932182 [ 47 ] {} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:36.932203 [ 47 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2026.04.10 22:28:36.932209 [ 6 ] {8ca9f05c-dbdc-4720-9370-9f5131dc56f6} TCPHandler: Processed in 0.001385228 sec. 2026.04.10 22:28:36.932316 [ 193 ] {44193040-72a9-44ec-a565-c534b9f3dcff::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.10 22:28:36.932330 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:36.932455 [ 6 ] {8868f816-c8d5-4291-af16-4917ccaf5cfe} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:28:36.932467 [ 193 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:28:36.932512 [ 193 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_61_12} MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 22166 rows starting from the beginning of the part 2026.04.10 22:28:36.932516 [ 6 ] {8868f816-c8d5-4291-af16-4917ccaf5cfe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:28:36.932579 [ 193 ] {44193040-72a9-44ec-a565-c534b9f3dcff::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.10 22:28:36.932628 [ 193 ] {44193040-72a9-44ec-a565-c534b9f3dcff::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.10 22:28:36.932671 [ 193 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 265 rows starting from the beginning of the part 2026.04.10 22:28:36.932709 [ 193 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 271 rows starting from the beginning of the part 2026.04.10 22:28:36.932751 [ 193 ] {44193040-72a9-44ec-a565-c534b9f3dcff::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.10 22:28:36.933343 [ 6 ] {8868f816-c8d5-4291-af16-4917ccaf5cfe} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:36.933385 [ 6 ] {8868f816-c8d5-4291-af16-4917ccaf5cfe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2026.04.10 22:28:36.933975 [ 6 ] {8868f816-c8d5-4291-af16-4917ccaf5cfe} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.04.10 22:28:36.934198 [ 6 ] {8868f816-c8d5-4291-af16-4917ccaf5cfe} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:28:36.934338 [ 6 ] {8868f816-c8d5-4291-af16-4917ccaf5cfe} executeQuery: Read 23 rows, 42.20 KiB in 0.001902 sec., 12092.534174553102 rows/sec., 21.67 MiB/sec. 2026.04.10 22:28:36.934391 [ 6 ] {8868f816-c8d5-4291-af16-4917ccaf5cfe} TCPHandler: Processed in 0.002110233 sec. 2026.04.10 22:28:36.934504 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:36.934598 [ 6 ] {dddd5825-9b81-4c75-9ab0-f67ce735e39f} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:28:36.934639 [ 6 ] {dddd5825-9b81-4c75-9ab0-f67ce735e39f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:28:36.934974 [ 6 ] {dddd5825-9b81-4c75-9ab0-f67ce735e39f} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:36.935010 [ 6 ] {dddd5825-9b81-4c75-9ab0-f67ce735e39f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2026.04.10 22:28:36.935367 [ 6 ] {dddd5825-9b81-4c75-9ab0-f67ce735e39f} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.04.10 22:28:36.935567 [ 6 ] {dddd5825-9b81-4c75-9ab0-f67ce735e39f} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:28:36.935694 [ 6 ] {dddd5825-9b81-4c75-9ab0-f67ce735e39f} executeQuery: Read 60 rows, 4.14 KiB in 0.001115 sec., 53811.65919282511 rows/sec., 3.63 MiB/sec. 2026.04.10 22:28:36.935730 [ 6 ] {dddd5825-9b81-4c75-9ab0-f67ce735e39f} TCPHandler: Processed in 0.001273496 sec. 2026.04.10 22:28:36.941491 [ 198 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 23118 rows, containing 5 columns (5 merged, 0 gathered) in 0.009224766 sec., 2506079.829016801 rows/sec., 162.30 MiB/sec. 2026.04.10 22:28:36.942010 [ 197 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.04.10 22:28:36.942297 [ 197 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_61_12} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:28:36.942375 [ 197 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_61_12} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.04.10 22:28:36.942454 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. 2026.04.10 22:28:37.000199 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 306.82 MiB, peak 315.15 MiB, free memory in arenas 0.00 B, will set to 309.20 MiB (RSS), difference: 2.38 MiB 2026.04.10 22:28:38.661435 [ 46 ] {} oximeter.measurements_f64 (58e3eb3a-a7ad-4b02-bedb-c669836543a8) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 2026.04.10 22:28:38.661528 [ 46 ] {} oximeter.measurements_f64 (58e3eb3a-a7ad-4b02-bedb-c669836543a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:38.661565 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. 2026.04.10 22:28:38.661715 [ 194 ] {58e3eb3a-a7ad-4b02-bedb-c669836543a8::all_1_17_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full 2026.04.10 22:28:38.661911 [ 194 ] {58e3eb3a-a7ad-4b02-bedb-c669836543a8::all_1_17_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:28:38.661966 [ 194 ] {58e3eb3a-a7ad-4b02-bedb-c669836543a8::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 13 rows starting from the beginning of the part 2026.04.10 22:28:38.662054 [ 194 ] {58e3eb3a-a7ad-4b02-bedb-c669836543a8::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part 2026.04.10 22:28:38.662096 [ 194 ] {58e3eb3a-a7ad-4b02-bedb-c669836543a8::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part 2026.04.10 22:28:38.662135 [ 194 ] {58e3eb3a-a7ad-4b02-bedb-c669836543a8::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part 2026.04.10 22:28:38.662172 [ 194 ] {58e3eb3a-a7ad-4b02-bedb-c669836543a8::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part 2026.04.10 22:28:38.662886 [ 198 ] {58e3eb3a-a7ad-4b02-bedb-c669836543a8::all_1_17_4} MergeTask::MergeProjectionsStage: Merge sorted 17 rows, containing 4 columns (4 merged, 0 gathered) in 0.001236805 sec., 13745.093203859948 rows/sec., 923.02 KiB/sec. 2026.04.10 22:28:38.663010 [ 194 ] {58e3eb3a-a7ad-4b02-bedb-c669836543a8::all_1_17_4} MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) 2026.04.10 22:28:38.663363 [ 194 ] {58e3eb3a-a7ad-4b02-bedb-c669836543a8::all_1_17_4} oximeter.measurements_f64 (58e3eb3a-a7ad-4b02-bedb-c669836543a8): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:28:38.663450 [ 194 ] {58e3eb3a-a7ad-4b02-bedb-c669836543a8::all_1_17_4} oximeter.measurements_f64 (58e3eb3a-a7ad-4b02-bedb-c669836543a8) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 2026.04.10 22:28:38.663518 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. 2026.04.10 22:28:40.408685 [ 43 ] {} DNSResolver: Updating DNS cache 2026.04.10 22:28:40.408751 [ 43 ] {} DNSResolver: Updated DNS cache 2026.04.10 22:28:40.579801 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 21118 2026.04.10 22:28:40.580361 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:40.580411 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2026.04.10 22:28:40.580989 [ 245 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.04.10 22:28:40.581239 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): 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.10 22:28:40.581366 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21118 2026.04.10 22:28:40.657653 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1196 2026.04.10 22:28:40.660066 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:40.660116 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2026.04.10 22:28:40.661353 [ 243 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.04.10 22:28:40.661632 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): 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.10 22:28:40.662044 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1196 2026.04.10 22:28:41.677668 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 332 2026.04.10 22:28:41.694873 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:41.694941 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2026.04.10 22:28:41.701009 [ 244 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.04.10 22:28:41.701733 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): 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.10 22:28:41.704674 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 332 2026.04.10 22:28:41.926738 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:41.926921 [ 6 ] {e637c98b-0d59-40d8-a581-29f4fa620027} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:28:41.926988 [ 6 ] {e637c98b-0d59-40d8-a581-29f4fa620027} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:28:41.927677 [ 6 ] {e637c98b-0d59-40d8-a581-29f4fa620027} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:41.927723 [ 6 ] {e637c98b-0d59-40d8-a581-29f4fa620027} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2026.04.10 22:28:41.928109 [ 6 ] {e637c98b-0d59-40d8-a581-29f4fa620027} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.04.10 22:28:41.928327 [ 6 ] {e637c98b-0d59-40d8-a581-29f4fa620027} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): 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.10 22:28:41.928474 [ 6 ] {e637c98b-0d59-40d8-a581-29f4fa620027} executeQuery: Read 92 rows, 7.96 KiB in 0.001605 sec., 57320.8722741433 rows/sec., 4.84 MiB/sec. 2026.04.10 22:28:41.928515 [ 6 ] {e637c98b-0d59-40d8-a581-29f4fa620027} TCPHandler: Processed in 0.001905768 sec. 2026.04.10 22:28:41.928638 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:41.928731 [ 6 ] {f4c064a6-3158-4289-a754-bf4b548b2f09} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:28:41.928771 [ 6 ] {f4c064a6-3158-4289-a754-bf4b548b2f09} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:28:41.929175 [ 6 ] {f4c064a6-3158-4289-a754-bf4b548b2f09} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:41.929210 [ 6 ] {f4c064a6-3158-4289-a754-bf4b548b2f09} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2026.04.10 22:28:41.929517 [ 6 ] {f4c064a6-3158-4289-a754-bf4b548b2f09} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.04.10 22:28:41.929715 [ 6 ] {f4c064a6-3158-4289-a754-bf4b548b2f09} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:28:41.929836 [ 41 ] {} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.04.10 22:28:41.929842 [ 6 ] {f4c064a6-3158-4289-a754-bf4b548b2f09} executeQuery: Read 18 rows, 1.35 KiB in 0.00113 sec., 15929.20353982301 rows/sec., 1.17 MiB/sec. 2026.04.10 22:28:41.929907 [ 41 ] {} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:41.929925 [ 6 ] {f4c064a6-3158-4289-a754-bf4b548b2f09} TCPHandler: Processed in 0.001334067 sec. 2026.04.10 22:28:41.929944 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2026.04.10 22:28:41.930042 [ 191 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::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.10 22:28:41.930045 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:41.930142 [ 191 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:28:41.930155 [ 6 ] {c915526a-e2bb-4025-ab3b-9cc80ec59d98} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:28:41.930176 [ 191 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 226 rows starting from the beginning of the part 2026.04.10 22:28:41.930195 [ 6 ] {c915526a-e2bb-4025-ab3b-9cc80ec59d98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:28:41.930241 [ 191 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 18 rows starting from the beginning of the part 2026.04.10 22:28:41.930293 [ 191 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 165 rows starting from the beginning of the part 2026.04.10 22:28:41.930340 [ 191 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 36 rows starting from the beginning of the part 2026.04.10 22:28:41.930383 [ 191 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 23 rows starting from the beginning of the part 2026.04.10 22:28:41.930427 [ 191 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 18 rows starting from the beginning of the part 2026.04.10 22:28:41.930614 [ 6 ] {c915526a-e2bb-4025-ab3b-9cc80ec59d98} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:41.930649 [ 6 ] {c915526a-e2bb-4025-ab3b-9cc80ec59d98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2026.04.10 22:28:41.930947 [ 6 ] {c915526a-e2bb-4025-ab3b-9cc80ec59d98} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.04.10 22:28:41.931149 [ 6 ] {c915526a-e2bb-4025-ab3b-9cc80ec59d98} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): 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.10 22:28:41.931275 [ 6 ] {c915526a-e2bb-4025-ab3b-9cc80ec59d98} executeQuery: Read 82 rows, 6.56 KiB in 0.001138 sec., 72056.23901581723 rows/sec., 5.63 MiB/sec. 2026.04.10 22:28:41.931271 [ 194 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 486 rows, containing 5 columns (5 merged, 0 gathered) in 0.001264546 sec., 384327.6559334338 rows/sec., 26.37 MiB/sec. 2026.04.10 22:28:41.931312 [ 6 ] {c915526a-e2bb-4025-ab3b-9cc80ec59d98} TCPHandler: Processed in 0.001313536 sec. 2026.04.10 22:28:41.931431 [ 191 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.04.10 22:28:41.931449 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:41.931541 [ 6 ] {d2948833-9695-44e6-9d81-d3927f1640b4} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:28:41.931583 [ 6 ] {d2948833-9695-44e6-9d81-d3927f1640b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:28:41.931660 [ 191 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_56_11} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:28:41.931722 [ 191 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_56_11} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.04.10 22:28:41.931779 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.04.10 22:28:41.931991 [ 6 ] {d2948833-9695-44e6-9d81-d3927f1640b4} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:41.932026 [ 6 ] {d2948833-9695-44e6-9d81-d3927f1640b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2026.04.10 22:28:41.932345 [ 6 ] {d2948833-9695-44e6-9d81-d3927f1640b4} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.04.10 22:28:41.932543 [ 6 ] {d2948833-9695-44e6-9d81-d3927f1640b4} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:28:41.932669 [ 6 ] {d2948833-9695-44e6-9d81-d3927f1640b4} executeQuery: Read 160 rows, 11.41 KiB in 0.001145 sec., 139737.99126637555 rows/sec., 9.73 MiB/sec. 2026.04.10 22:28:41.932704 [ 6 ] {d2948833-9695-44e6-9d81-d3927f1640b4} TCPHandler: Processed in 0.001301466 sec. 2026.04.10 22:28:41.932814 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:41.932906 [ 6 ] {595cfd80-9d1d-4ffe-b6f3-09c4db3ecb4b} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:28:41.932958 [ 6 ] {595cfd80-9d1d-4ffe-b6f3-09c4db3ecb4b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:28:41.933748 [ 6 ] {595cfd80-9d1d-4ffe-b6f3-09c4db3ecb4b} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:41.933784 [ 6 ] {595cfd80-9d1d-4ffe-b6f3-09c4db3ecb4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2026.04.10 22:28:41.934352 [ 6 ] {595cfd80-9d1d-4ffe-b6f3-09c4db3ecb4b} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.04.10 22:28:41.934579 [ 6 ] {595cfd80-9d1d-4ffe-b6f3-09c4db3ecb4b} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:28:41.934695 [ 40 ] {} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.04.10 22:28:41.934714 [ 6 ] {595cfd80-9d1d-4ffe-b6f3-09c4db3ecb4b} executeQuery: Read 18 rows, 33.03 KiB in 0.001826 sec., 9857.612267250823 rows/sec., 17.66 MiB/sec. 2026.04.10 22:28:41.934762 [ 40 ] {} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:41.934789 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2026.04.10 22:28:41.934802 [ 6 ] {595cfd80-9d1d-4ffe-b6f3-09c4db3ecb4b} TCPHandler: Processed in 0.002034281 sec. 2026.04.10 22:28:41.934884 [ 189 ] {240c2363-d096-4df1-a9c1-cf60540c0597::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.10 22:28:41.934928 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:41.935025 [ 6 ] {e7c4e6f2-257b-4908-948b-12d6aac1e95c} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:28:41.935066 [ 6 ] {e7c4e6f2-257b-4908-948b-12d6aac1e95c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:28:41.935109 [ 189 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:28:41.935172 [ 189 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1123 rows starting from the beginning of the part 2026.04.10 22:28:41.935307 [ 189 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 18 rows starting from the beginning of the part 2026.04.10 22:28:41.935400 [ 6 ] {e7c4e6f2-257b-4908-948b-12d6aac1e95c} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:41.935418 [ 189 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 23 rows starting from the beginning of the part 2026.04.10 22:28:41.935442 [ 6 ] {e7c4e6f2-257b-4908-948b-12d6aac1e95c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2026.04.10 22:28:41.935530 [ 189 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 18 rows starting from the beginning of the part 2026.04.10 22:28:41.935632 [ 189 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 23 rows starting from the beginning of the part 2026.04.10 22:28:41.935727 [ 189 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 18 rows starting from the beginning of the part 2026.04.10 22:28:41.935772 [ 6 ] {e7c4e6f2-257b-4908-948b-12d6aac1e95c} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.04.10 22:28:41.935990 [ 6 ] {e7c4e6f2-257b-4908-948b-12d6aac1e95c} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:28:41.936117 [ 40 ] {} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.04.10 22:28:41.936136 [ 6 ] {e7c4e6f2-257b-4908-948b-12d6aac1e95c} executeQuery: Read 60 rows, 4.14 KiB in 0.00113 sec., 53097.345132743365 rows/sec., 3.58 MiB/sec. 2026.04.10 22:28:41.936171 [ 40 ] {} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:41.936193 [ 6 ] {e7c4e6f2-257b-4908-948b-12d6aac1e95c} TCPHandler: Processed in 0.001312086 sec. 2026.04.10 22:28:41.936198 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2026.04.10 22:28:41.936296 [ 191 ] {d011da2b-2502-4d0a-9756-3e9226add765::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.10 22:28:41.936371 [ 191 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:28:41.936394 [ 191 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2838 rows starting from the beginning of the part 2026.04.10 22:28:41.936436 [ 191 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 60 rows starting from the beginning of the part 2026.04.10 22:28:41.936469 [ 191 ] {d011da2b-2502-4d0a-9756-3e9226add765::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.10 22:28:41.936499 [ 191 ] {d011da2b-2502-4d0a-9756-3e9226add765::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.10 22:28:41.936531 [ 191 ] {d011da2b-2502-4d0a-9756-3e9226add765::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.10 22:28:41.936581 [ 191 ] {d011da2b-2502-4d0a-9756-3e9226add765::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.10 22:28:41.937772 [ 200 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 3168 rows, containing 4 columns (4 merged, 0 gathered) in 0.00150252 sec., 2108457.790911269 rows/sec., 137.59 MiB/sec. 2026.04.10 22:28:41.938081 [ 191 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.04.10 22:28:41.938327 [ 191 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_61_12} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:28:41.938390 [ 191 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_61_12} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.04.10 22:28:41.938445 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. 2026.04.10 22:28:41.942378 [ 190 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 1223 rows, containing 19 columns (19 merged, 0 gathered) in 0.007535212 sec., 162304.65712179034 rows/sec., 290.84 MiB/sec. 2026.04.10 22:28:41.944247 [ 202 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.04.10 22:28:41.944629 [ 202 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_56_11} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:28:41.944711 [ 202 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_56_11} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.04.10 22:28:41.944849 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.57 MiB. 2026.04.10 22:28:42.000223 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 310.29 MiB, peak 321.79 MiB, free memory in arenas 0.00 B, will set to 313.68 MiB (RSS), difference: 3.39 MiB 2026.04.10 22:28:44.023604 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:44.023822 [ 6 ] {92e2111b-2a77-4316-9be7-c5855769dbd2} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.10 22:28:44.023893 [ 6 ] {92e2111b-2a77-4316-9be7-c5855769dbd2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.10 22:28:44.024561 [ 6 ] {92e2111b-2a77-4316-9be7-c5855769dbd2} oximeter.fields_ipaddr (b4784700-91f7-4af4-af29-376f839f9b40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:44.024600 [ 6 ] {92e2111b-2a77-4316-9be7-c5855769dbd2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2026.04.10 22:28:44.024980 [ 6 ] {92e2111b-2a77-4316-9be7-c5855769dbd2} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.10 22:28:44.025224 [ 6 ] {92e2111b-2a77-4316-9be7-c5855769dbd2} oximeter.fields_ipaddr (b4784700-91f7-4af4-af29-376f839f9b40): 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.10 22:28:44.025368 [ 6 ] {92e2111b-2a77-4316-9be7-c5855769dbd2} executeQuery: Read 4 rows, 334.00 B in 0.001603 sec., 2495.321272613849 rows/sec., 203.48 KiB/sec. 2026.04.10 22:28:44.025410 [ 6 ] {92e2111b-2a77-4316-9be7-c5855769dbd2} TCPHandler: Processed in 0.001938719 sec. 2026.04.10 22:28:44.025529 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:44.025622 [ 6 ] {98fa0595-89e7-4f4b-a9e7-0fc63e393b67} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:28:44.025661 [ 6 ] {98fa0595-89e7-4f4b-a9e7-0fc63e393b67} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:28:44.027319 [ 6 ] {98fa0595-89e7-4f4b-a9e7-0fc63e393b67} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:44.027352 [ 6 ] {98fa0595-89e7-4f4b-a9e7-0fc63e393b67} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2026.04.10 22:28:44.027796 [ 6 ] {98fa0595-89e7-4f4b-a9e7-0fc63e393b67} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.04.10 22:28:44.028021 [ 6 ] {98fa0595-89e7-4f4b-a9e7-0fc63e393b67} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:28:44.028153 [ 6 ] {98fa0595-89e7-4f4b-a9e7-0fc63e393b67} executeQuery: Read 2453 rows, 186.18 KiB in 0.002548 sec., 962715.8555729984 rows/sec., 71.36 MiB/sec. 2026.04.10 22:28:44.028190 [ 6 ] {98fa0595-89e7-4f4b-a9e7-0fc63e393b67} TCPHandler: Processed in 0.002710275 sec. 2026.04.10 22:28:44.028310 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:44.028403 [ 6 ] {b9e57db3-9793-4a23-b2d5-f0e0cb84c117} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:28:44.028442 [ 6 ] {b9e57db3-9793-4a23-b2d5-f0e0cb84c117} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:28:44.028854 [ 6 ] {b9e57db3-9793-4a23-b2d5-f0e0cb84c117} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:44.028887 [ 6 ] {b9e57db3-9793-4a23-b2d5-f0e0cb84c117} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2026.04.10 22:28:44.029181 [ 6 ] {b9e57db3-9793-4a23-b2d5-f0e0cb84c117} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.04.10 22:28:44.029389 [ 6 ] {b9e57db3-9793-4a23-b2d5-f0e0cb84c117} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:28:44.029514 [ 6 ] {b9e57db3-9793-4a23-b2d5-f0e0cb84c117} executeQuery: Read 38 rows, 2.84 KiB in 0.00113 sec., 33628.318584070796 rows/sec., 2.45 MiB/sec. 2026.04.10 22:28:44.029549 [ 6 ] {b9e57db3-9793-4a23-b2d5-f0e0cb84c117} TCPHandler: Processed in 0.001289146 sec. 2026.04.10 22:28:44.029655 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:44.029747 [ 6 ] {56454664-6efc-434e-b019-ddada0bbd1ad} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.10 22:28:44.029787 [ 6 ] {56454664-6efc-434e-b019-ddada0bbd1ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.10 22:28:44.030473 [ 6 ] {56454664-6efc-434e-b019-ddada0bbd1ad} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:44.030507 [ 6 ] {56454664-6efc-434e-b019-ddada0bbd1ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2026.04.10 22:28:44.030825 [ 6 ] {56454664-6efc-434e-b019-ddada0bbd1ad} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.04.10 22:28:44.031031 [ 6 ] {56454664-6efc-434e-b019-ddada0bbd1ad} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002): 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.10 22:28:44.031153 [ 6 ] {56454664-6efc-434e-b019-ddada0bbd1ad} executeQuery: Read 801 rows, 47.38 KiB in 0.001423 sec., 562895.2916373858 rows/sec., 32.51 MiB/sec. 2026.04.10 22:28:44.031189 [ 6 ] {56454664-6efc-434e-b019-ddada0bbd1ad} TCPHandler: Processed in 0.001582063 sec. 2026.04.10 22:28:44.031303 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:44.031397 [ 6 ] {276a0976-ca3a-436d-95c0-b9b1accb49af} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.04.10 22:28:44.031435 [ 6 ] {276a0976-ca3a-436d-95c0-b9b1accb49af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.04.10 22:28:44.031804 [ 6 ] {276a0976-ca3a-436d-95c0-b9b1accb49af} oximeter.fields_u64 (afb0d53c-68be-41f0-aba9-0a79183ebbbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:44.031838 [ 6 ] {276a0976-ca3a-436d-95c0-b9b1accb49af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2026.04.10 22:28:44.032111 [ 6 ] {276a0976-ca3a-436d-95c0-b9b1accb49af} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.10 22:28:44.032333 [ 6 ] {276a0976-ca3a-436d-95c0-b9b1accb49af} oximeter.fields_u64 (afb0d53c-68be-41f0-aba9-0a79183ebbbe): 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.10 22:28:44.032456 [ 6 ] {276a0976-ca3a-436d-95c0-b9b1accb49af} executeQuery: Read 1 rows, 72.00 B in 0.001077 sec., 928.5051067780872 rows/sec., 65.29 KiB/sec. 2026.04.10 22:28:44.032491 [ 6 ] {276a0976-ca3a-436d-95c0-b9b1accb49af} TCPHandler: Processed in 0.001237335 sec. 2026.04.10 22:28:44.032598 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:44.032691 [ 6 ] {f1def604-f9e6-40e8-b846-e22ce85f5a6e} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:28:44.032730 [ 6 ] {f1def604-f9e6-40e8-b846-e22ce85f5a6e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:28:44.033602 [ 6 ] {f1def604-f9e6-40e8-b846-e22ce85f5a6e} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:44.033635 [ 6 ] {f1def604-f9e6-40e8-b846-e22ce85f5a6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2026.04.10 22:28:44.034001 [ 6 ] {f1def604-f9e6-40e8-b846-e22ce85f5a6e} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.04.10 22:28:44.034219 [ 6 ] {f1def604-f9e6-40e8-b846-e22ce85f5a6e} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:28:44.034351 [ 6 ] {f1def604-f9e6-40e8-b846-e22ce85f5a6e} executeQuery: Read 1317 rows, 90.28 KiB in 0.001678 sec., 784862.9320619785 rows/sec., 52.54 MiB/sec. 2026.04.10 22:28:44.034388 [ 6 ] {f1def604-f9e6-40e8-b846-e22ce85f5a6e} TCPHandler: Processed in 0.001839537 sec. 2026.04.10 22:28:44.034493 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:44.034596 [ 6 ] {3f4e2452-3a25-4d7b-81b6-873147b0f73d} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:28:44.034642 [ 6 ] {3f4e2452-3a25-4d7b-81b6-873147b0f73d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:28:44.035371 [ 6 ] {3f4e2452-3a25-4d7b-81b6-873147b0f73d} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:44.035408 [ 6 ] {3f4e2452-3a25-4d7b-81b6-873147b0f73d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2026.04.10 22:28:44.035845 [ 6 ] {3f4e2452-3a25-4d7b-81b6-873147b0f73d} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.04.10 22:28:44.036055 [ 6 ] {3f4e2452-3a25-4d7b-81b6-873147b0f73d} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:28:44.036185 [ 6 ] {3f4e2452-3a25-4d7b-81b6-873147b0f73d} executeQuery: Read 1530 rows, 95.33 KiB in 0.001609 sec., 950901.1808576756 rows/sec., 57.86 MiB/sec. 2026.04.10 22:28:44.036223 [ 6 ] {3f4e2452-3a25-4d7b-81b6-873147b0f73d} TCPHandler: Processed in 0.001780786 sec. 2026.04.10 22:28:44.036337 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:44.036433 [ 6 ] {c4a94a1d-39e7-4a84-ad31-10cf06494a35} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:28:44.036489 [ 6 ] {c4a94a1d-39e7-4a84-ad31-10cf06494a35} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:28:44.037307 [ 6 ] {c4a94a1d-39e7-4a84-ad31-10cf06494a35} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:44.037341 [ 6 ] {c4a94a1d-39e7-4a84-ad31-10cf06494a35} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2026.04.10 22:28:44.037888 [ 6 ] {c4a94a1d-39e7-4a84-ad31-10cf06494a35} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.04.10 22:28:44.038108 [ 6 ] {c4a94a1d-39e7-4a84-ad31-10cf06494a35} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:28:44.038244 [ 6 ] {c4a94a1d-39e7-4a84-ad31-10cf06494a35} executeQuery: Read 34 rows, 62.39 KiB in 0.00183 sec., 18579.234972677594 rows/sec., 33.29 MiB/sec. 2026.04.10 22:28:44.038297 [ 6 ] {c4a94a1d-39e7-4a84-ad31-10cf06494a35} TCPHandler: Processed in 0.002010531 sec. 2026.04.10 22:28:44.038411 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:44.038507 [ 6 ] {73eaa166-ee45-4c4c-b52c-b797dae45293} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:28:44.038548 [ 6 ] {73eaa166-ee45-4c4c-b52c-b797dae45293} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:28:44.038870 [ 6 ] {73eaa166-ee45-4c4c-b52c-b797dae45293} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:44.038904 [ 6 ] {73eaa166-ee45-4c4c-b52c-b797dae45293} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2026.04.10 22:28:44.039195 [ 6 ] {73eaa166-ee45-4c4c-b52c-b797dae45293} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.04.10 22:28:44.039400 [ 6 ] {73eaa166-ee45-4c4c-b52c-b797dae45293} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:28:44.039528 [ 6 ] {73eaa166-ee45-4c4c-b52c-b797dae45293} executeQuery: Read 24 rows, 1.66 KiB in 0.00104 sec., 23076.923076923078 rows/sec., 1.56 MiB/sec. 2026.04.10 22:28:44.039564 [ 6 ] {73eaa166-ee45-4c4c-b52c-b797dae45293} TCPHandler: Processed in 0.001202695 sec. 2026.04.10 22:28:46.921929 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:46.922132 [ 6 ] {e256271e-00dc-4c7c-8392-ad7a714ae217} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:28:46.922210 [ 6 ] {e256271e-00dc-4c7c-8392-ad7a714ae217} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:28:46.922908 [ 6 ] {e256271e-00dc-4c7c-8392-ad7a714ae217} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:46.922960 [ 6 ] {e256271e-00dc-4c7c-8392-ad7a714ae217} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2026.04.10 22:28:46.923367 [ 6 ] {e256271e-00dc-4c7c-8392-ad7a714ae217} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.04.10 22:28:46.923588 [ 6 ] {e256271e-00dc-4c7c-8392-ad7a714ae217} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:28:46.923743 [ 33 ] {} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.04.10 22:28:46.923759 [ 6 ] {e256271e-00dc-4c7c-8392-ad7a714ae217} executeQuery: Read 56 rows, 4.41 KiB in 0.001684 sec., 33254.1567695962 rows/sec., 2.55 MiB/sec. 2026.04.10 22:28:46.923812 [ 33 ] {} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:46.923837 [ 6 ] {e256271e-00dc-4c7c-8392-ad7a714ae217} TCPHandler: Processed in 0.002051151 sec. 2026.04.10 22:28:46.923838 [ 33 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2026.04.10 22:28:46.923982 [ 194 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2026.04.10 22:28:46.923994 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:46.924149 [ 6 ] {aca37004-16c7-4402-86d0-ab4fce8d839b} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:28:46.924152 [ 194 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:28:46.924198 [ 6 ] {aca37004-16c7-4402-86d0-ab4fce8d839b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:28:46.924207 [ 194 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3362 rows starting from the beginning of the part 2026.04.10 22:28:46.924293 [ 194 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 215 rows starting from the beginning of the part 2026.04.10 22:28:46.924344 [ 194 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 102 rows starting from the beginning of the part 2026.04.10 22:28:46.924383 [ 194 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 92 rows starting from the beginning of the part 2026.04.10 22:28:46.924421 [ 194 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 2453 rows starting from the beginning of the part 2026.04.10 22:28:46.924460 [ 194 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 56 rows starting from the beginning of the part 2026.04.10 22:28:46.924676 [ 6 ] {aca37004-16c7-4402-86d0-ab4fce8d839b} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:46.924720 [ 6 ] {aca37004-16c7-4402-86d0-ab4fce8d839b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2026.04.10 22:28:46.925068 [ 6 ] {aca37004-16c7-4402-86d0-ab4fce8d839b} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.04.10 22:28:46.925298 [ 6 ] {aca37004-16c7-4402-86d0-ab4fce8d839b} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:28:46.925420 [ 33 ] {} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.04.10 22:28:46.925435 [ 6 ] {aca37004-16c7-4402-86d0-ab4fce8d839b} executeQuery: Read 64 rows, 5.12 KiB in 0.00131 sec., 48854.96183206107 rows/sec., 3.81 MiB/sec. 2026.04.10 22:28:46.925459 [ 33 ] {} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:46.925483 [ 6 ] {aca37004-16c7-4402-86d0-ab4fce8d839b} TCPHandler: Processed in 0.001543812 sec. 2026.04.10 22:28:46.925483 [ 33 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2026.04.10 22:28:46.925596 [ 190 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2026.04.10 22:28:46.925619 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:46.925724 [ 190 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:28:46.925729 [ 6 ] {6caad717-c9bd-4a86-8da9-17eb706eb3df} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:28:46.925765 [ 190 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1834 rows starting from the beginning of the part 2026.04.10 22:28:46.925792 [ 6 ] {6caad717-c9bd-4a86-8da9-17eb706eb3df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:28:46.925834 [ 190 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 124 rows starting from the beginning of the part 2026.04.10 22:28:46.925891 [ 190 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 87 rows starting from the beginning of the part 2026.04.10 22:28:46.925938 [ 190 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 82 rows starting from the beginning of the part 2026.04.10 22:28:46.925983 [ 190 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 1317 rows starting from the beginning of the part 2026.04.10 22:28:46.926027 [ 190 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 64 rows starting from the beginning of the part 2026.04.10 22:28:46.926189 [ 6 ] {6caad717-c9bd-4a86-8da9-17eb706eb3df} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:46.926235 [ 6 ] {6caad717-c9bd-4a86-8da9-17eb706eb3df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2026.04.10 22:28:46.926576 [ 201 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 6280 rows, containing 5 columns (5 merged, 0 gathered) in 0.002656374 sec., 2364124.9312032117 rows/sec., 188.23 MiB/sec. 2026.04.10 22:28:46.926595 [ 6 ] {6caad717-c9bd-4a86-8da9-17eb706eb3df} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.04.10 22:28:46.926833 [ 6 ] {6caad717-c9bd-4a86-8da9-17eb706eb3df} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): 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.10 22:28:46.926933 [ 196 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.04.10 22:28:46.926970 [ 6 ] {6caad717-c9bd-4a86-8da9-17eb706eb3df} executeQuery: Read 96 rows, 6.85 KiB in 0.00126 sec., 76190.47619047618 rows/sec., 5.31 MiB/sec. 2026.04.10 22:28:46.927012 [ 6 ] {6caad717-c9bd-4a86-8da9-17eb706eb3df} TCPHandler: Processed in 0.001444459 sec. 2026.04.10 22:28:46.927131 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:46.927229 [ 6 ] {e5ad61b6-29bb-4030-b205-e7789341fac1} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:28:46.927239 [ 201 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 3508 rows, containing 5 columns (5 merged, 0 gathered) in 0.001687164 sec., 2079228.812373901 rows/sec., 151.05 MiB/sec. 2026.04.10 22:28:46.927248 [ 196 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_66_13} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:28:46.927274 [ 6 ] {e5ad61b6-29bb-4030-b205-e7789341fac1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:28:46.927356 [ 196 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_66_13} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.04.10 22:28:46.927448 [ 190 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.04.10 22:28:46.927466 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.24 MiB. 2026.04.10 22:28:46.927624 [ 6 ] {e5ad61b6-29bb-4030-b205-e7789341fac1} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:46.927668 [ 6 ] {e5ad61b6-29bb-4030-b205-e7789341fac1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2026.04.10 22:28:46.927700 [ 190 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_66_13} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:28:46.927784 [ 190 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_66_13} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.04.10 22:28:46.927863 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. 2026.04.10 22:28:46.927989 [ 6 ] {e5ad61b6-29bb-4030-b205-e7789341fac1} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.04.10 22:28:46.928204 [ 6 ] {e5ad61b6-29bb-4030-b205-e7789341fac1} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:28:46.928337 [ 6 ] {e5ad61b6-29bb-4030-b205-e7789341fac1} executeQuery: Read 36 rows, 2.48 KiB in 0.001126 sec., 31971.58081705151 rows/sec., 2.15 MiB/sec. 2026.04.10 22:28:46.928375 [ 6 ] {e5ad61b6-29bb-4030-b205-e7789341fac1} TCPHandler: Processed in 0.001293856 sec. 2026.04.10 22:28:48.081517 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 21630 2026.04.10 22:28:48.082128 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:48.082182 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2026.04.10 22:28:48.082714 [ 245 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.04.10 22:28:48.082954 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): 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.10 22:28:48.083098 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21630 2026.04.10 22:28:49.204808 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 339 2026.04.10 22:28:49.222608 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:49.222656 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2026.04.10 22:28:49.229092 [ 244 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.04.10 22:28:49.229833 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): 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.10 22:28:49.232754 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 339 2026.04.10 22:28:50.662401 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1234 2026.04.10 22:28:50.666171 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:50.666258 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2026.04.10 22:28:50.668182 [ 243 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.04.10 22:28:50.668606 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): 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.10 22:28:50.669205 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1234 2026.04.10 22:28:51.926685 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:51.926974 [ 6 ] {b221c6c5-475d-4fd3-b1e6-43aaf316abab} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:28:51.927080 [ 6 ] {b221c6c5-475d-4fd3-b1e6-43aaf316abab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:28:51.927983 [ 6 ] {b221c6c5-475d-4fd3-b1e6-43aaf316abab} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:51.928027 [ 6 ] {b221c6c5-475d-4fd3-b1e6-43aaf316abab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2026.04.10 22:28:51.928435 [ 6 ] {b221c6c5-475d-4fd3-b1e6-43aaf316abab} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.04.10 22:28:51.928674 [ 6 ] {b221c6c5-475d-4fd3-b1e6-43aaf316abab} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:28:51.928829 [ 6 ] {b221c6c5-475d-4fd3-b1e6-43aaf316abab} executeQuery: Read 92 rows, 7.96 KiB in 0.001934 sec., 47569.80351602896 rows/sec., 4.02 MiB/sec. 2026.04.10 22:28:51.928871 [ 6 ] {b221c6c5-475d-4fd3-b1e6-43aaf316abab} TCPHandler: Processed in 0.002396229 sec. 2026.04.10 22:28:51.929008 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:51.929124 [ 6 ] {2db70696-f8b1-44ff-a282-73694018f2a3} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:28:51.929164 [ 6 ] {2db70696-f8b1-44ff-a282-73694018f2a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:28:51.929613 [ 6 ] {2db70696-f8b1-44ff-a282-73694018f2a3} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:51.929650 [ 6 ] {2db70696-f8b1-44ff-a282-73694018f2a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2026.04.10 22:28:51.929969 [ 6 ] {2db70696-f8b1-44ff-a282-73694018f2a3} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.04.10 22:28:51.930180 [ 6 ] {2db70696-f8b1-44ff-a282-73694018f2a3} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:28:51.930319 [ 6 ] {2db70696-f8b1-44ff-a282-73694018f2a3} executeQuery: Read 18 rows, 1.35 KiB in 0.001214 sec., 14827.018121911038 rows/sec., 1.09 MiB/sec. 2026.04.10 22:28:51.930357 [ 6 ] {2db70696-f8b1-44ff-a282-73694018f2a3} TCPHandler: Processed in 0.001400678 sec. 2026.04.10 22:28:51.930480 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:51.930575 [ 6 ] {c91d129f-998a-4835-9e32-753f5150b1f1} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:28:51.930615 [ 6 ] {c91d129f-998a-4835-9e32-753f5150b1f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:28:51.931075 [ 6 ] {c91d129f-998a-4835-9e32-753f5150b1f1} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:51.931111 [ 6 ] {c91d129f-998a-4835-9e32-753f5150b1f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2026.04.10 22:28:51.931407 [ 6 ] {c91d129f-998a-4835-9e32-753f5150b1f1} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.04.10 22:28:51.931610 [ 6 ] {c91d129f-998a-4835-9e32-753f5150b1f1} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:28:51.931739 [ 6 ] {c91d129f-998a-4835-9e32-753f5150b1f1} executeQuery: Read 82 rows, 6.56 KiB in 0.001182 sec., 69373.94247038917 rows/sec., 5.42 MiB/sec. 2026.04.10 22:28:51.931776 [ 6 ] {c91d129f-998a-4835-9e32-753f5150b1f1} TCPHandler: Processed in 0.001346687 sec. 2026.04.10 22:28:51.931898 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:51.931993 [ 6 ] {283b7091-528e-461d-9988-e5fd9d3f8762} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:28:51.932038 [ 6 ] {283b7091-528e-461d-9988-e5fd9d3f8762} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:28:51.932455 [ 6 ] {283b7091-528e-461d-9988-e5fd9d3f8762} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:51.932491 [ 6 ] {283b7091-528e-461d-9988-e5fd9d3f8762} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2026.04.10 22:28:51.932838 [ 6 ] {283b7091-528e-461d-9988-e5fd9d3f8762} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.04.10 22:28:51.933051 [ 6 ] {283b7091-528e-461d-9988-e5fd9d3f8762} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:28:51.933187 [ 6 ] {283b7091-528e-461d-9988-e5fd9d3f8762} executeQuery: Read 160 rows, 11.41 KiB in 0.001212 sec., 132013.201320132 rows/sec., 9.19 MiB/sec. 2026.04.10 22:28:51.933224 [ 6 ] {283b7091-528e-461d-9988-e5fd9d3f8762} TCPHandler: Processed in 0.001374648 sec. 2026.04.10 22:28:51.933373 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:51.933467 [ 6 ] {f94da2d9-eea6-4ea5-9ee6-bf628464fce1} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:28:51.933520 [ 6 ] {f94da2d9-eea6-4ea5-9ee6-bf628464fce1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:28:51.934292 [ 6 ] {f94da2d9-eea6-4ea5-9ee6-bf628464fce1} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:51.934328 [ 6 ] {f94da2d9-eea6-4ea5-9ee6-bf628464fce1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2026.04.10 22:28:51.934867 [ 6 ] {f94da2d9-eea6-4ea5-9ee6-bf628464fce1} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.04.10 22:28:51.935095 [ 6 ] {f94da2d9-eea6-4ea5-9ee6-bf628464fce1} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:28:51.935237 [ 6 ] {f94da2d9-eea6-4ea5-9ee6-bf628464fce1} executeQuery: Read 18 rows, 33.03 KiB in 0.001788 sec., 10067.114093959732 rows/sec., 18.04 MiB/sec. 2026.04.10 22:28:51.935299 [ 6 ] {f94da2d9-eea6-4ea5-9ee6-bf628464fce1} TCPHandler: Processed in 0.00198581 sec. 2026.04.10 22:28:51.935416 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:51.935513 [ 6 ] {09789edf-15a4-434e-9a95-a6e402178ec1} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:28:51.935554 [ 6 ] {09789edf-15a4-434e-9a95-a6e402178ec1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:28:51.935891 [ 6 ] {09789edf-15a4-434e-9a95-a6e402178ec1} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:51.935926 [ 6 ] {09789edf-15a4-434e-9a95-a6e402178ec1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2026.04.10 22:28:51.936243 [ 6 ] {09789edf-15a4-434e-9a95-a6e402178ec1} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.04.10 22:28:51.936450 [ 6 ] {09789edf-15a4-434e-9a95-a6e402178ec1} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): 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.10 22:28:51.936577 [ 6 ] {09789edf-15a4-434e-9a95-a6e402178ec1} executeQuery: Read 60 rows, 4.14 KiB in 0.001082 sec., 55452.865064695005 rows/sec., 3.74 MiB/sec. 2026.04.10 22:28:51.936612 [ 6 ] {09789edf-15a4-434e-9a95-a6e402178ec1} TCPHandler: Processed in 0.001248185 sec. 2026.04.10 22:28:55.408792 [ 107 ] {} DNSResolver: Updating DNS cache 2026.04.10 22:28:55.408864 [ 107 ] {} DNSResolver: Updated DNS cache 2026.04.10 22:28:55.583272 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 22078 2026.04.10 22:28:55.584054 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:55.584126 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2026.04.10 22:28:55.584625 [ 245 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.04.10 22:28:55.584863 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): 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.10 22:28:55.584992 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22078 2026.04.10 22:28:55.584997 [ 90 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.04.10 22:28:55.585097 [ 90 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:55.585122 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2026.04.10 22:28:55.585289 [ 188 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::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.10 22:28:55.585506 [ 188 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:28:55.585580 [ 188 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_46_9} MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 19710 rows starting from the beginning of the part 2026.04.10 22:28:55.585685 [ 188 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 448 rows starting from the beginning of the part 2026.04.10 22:28:55.585758 [ 188 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 512 rows starting from the beginning of the part 2026.04.10 22:28:55.585803 [ 188 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 448 rows starting from the beginning of the part 2026.04.10 22:28:55.585842 [ 188 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 512 rows starting from the beginning of the part 2026.04.10 22:28:55.585886 [ 188 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 448 rows starting from the beginning of the part 2026.04.10 22:28:55.587840 [ 196 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 22078 rows, containing 4 columns (4 merged, 0 gathered) in 0.002637844 sec., 8369714.054356513 rows/sec., 119.73 MiB/sec. 2026.04.10 22:28:55.588137 [ 192 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.04.10 22:28:55.588450 [ 192 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_46_9} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): 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.10 22:28:55.588537 [ 192 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_46_9} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.04.10 22:28:55.588622 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.68 MiB. 2026.04.10 22:28:56.732903 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 347 2026.04.10 22:28:56.750743 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:56.750807 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2026.04.10 22:28:56.757256 [ 244 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.04.10 22:28:56.757971 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): 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.10 22:28:56.758270 [ 90 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.04.10 22:28:56.758333 [ 90 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:56.758353 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2026.04.10 22:28:56.758467 [ 187 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::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.10 22:28:56.761310 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 347 2026.04.10 22:28:56.761818 [ 187 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:28:56.763407 [ 187 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 309 rows starting from the beginning of the part 2026.04.10 22:28:56.768038 [ 187 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 8 rows starting from the beginning of the part 2026.04.10 22:28:56.772661 [ 187 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 7 rows starting from the beginning of the part 2026.04.10 22:28:56.777430 [ 187 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 8 rows starting from the beginning of the part 2026.04.10 22:28:56.782490 [ 187 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 7 rows starting from the beginning of the part 2026.04.10 22:28:56.786762 [ 187 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 8 rows starting from the beginning of the part 2026.04.10 22:28:56.844229 [ 196 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.085810331 sec., 4043.802138462792 rows/sec., 20.91 MiB/sec. 2026.04.10 22:28:56.846574 [ 199 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.04.10 22:28:56.848387 [ 199 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::all_1_46_9} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): 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.10 22:28:56.848494 [ 199 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::all_1_46_9} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.04.10 22:28:56.850261 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. 2026.04.10 22:28:56.927196 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:56.927379 [ 6 ] {e05bd823-d1bd-44d0-a109-707c62727962} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:28:56.927449 [ 6 ] {e05bd823-d1bd-44d0-a109-707c62727962} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:28:56.928140 [ 6 ] {e05bd823-d1bd-44d0-a109-707c62727962} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:56.928186 [ 6 ] {e05bd823-d1bd-44d0-a109-707c62727962} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2026.04.10 22:28:56.928576 [ 6 ] {e05bd823-d1bd-44d0-a109-707c62727962} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.04.10 22:28:56.928807 [ 6 ] {e05bd823-d1bd-44d0-a109-707c62727962} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:28:56.928959 [ 6 ] {e05bd823-d1bd-44d0-a109-707c62727962} executeQuery: Read 102 rows, 8.74 KiB in 0.001634 sec., 62423.5006119951 rows/sec., 5.22 MiB/sec. 2026.04.10 22:28:56.929008 [ 6 ] {e05bd823-d1bd-44d0-a109-707c62727962} TCPHandler: Processed in 0.001945419 sec. 2026.04.10 22:28:56.929135 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:56.929239 [ 6 ] {e9089be3-5461-4cf8-9a30-a5167f6f3da7} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:28:56.929282 [ 6 ] {e9089be3-5461-4cf8-9a30-a5167f6f3da7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:28:56.929702 [ 6 ] {e9089be3-5461-4cf8-9a30-a5167f6f3da7} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:56.929739 [ 6 ] {e9089be3-5461-4cf8-9a30-a5167f6f3da7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2026.04.10 22:28:56.930059 [ 6 ] {e9089be3-5461-4cf8-9a30-a5167f6f3da7} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.04.10 22:28:56.930276 [ 6 ] {e9089be3-5461-4cf8-9a30-a5167f6f3da7} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:28:56.930409 [ 6 ] {e9089be3-5461-4cf8-9a30-a5167f6f3da7} executeQuery: Read 23 rows, 1.73 KiB in 0.001195 sec., 19246.861924686193 rows/sec., 1.41 MiB/sec. 2026.04.10 22:28:56.930448 [ 6 ] {e9089be3-5461-4cf8-9a30-a5167f6f3da7} TCPHandler: Processed in 0.001366248 sec. 2026.04.10 22:28:56.930551 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:56.930647 [ 6 ] {eb1da85b-320d-4708-a545-4a7c864d56af} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:28:56.930688 [ 6 ] {eb1da85b-320d-4708-a545-4a7c864d56af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:28:56.931119 [ 6 ] {eb1da85b-320d-4708-a545-4a7c864d56af} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:56.931155 [ 6 ] {eb1da85b-320d-4708-a545-4a7c864d56af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2026.04.10 22:28:56.931480 [ 6 ] {eb1da85b-320d-4708-a545-4a7c864d56af} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.04.10 22:28:56.931708 [ 6 ] {eb1da85b-320d-4708-a545-4a7c864d56af} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:28:56.931840 [ 6 ] {eb1da85b-320d-4708-a545-4a7c864d56af} executeQuery: Read 87 rows, 6.96 KiB in 0.001213 sec., 71723.0008244023 rows/sec., 5.60 MiB/sec. 2026.04.10 22:28:56.931880 [ 6 ] {eb1da85b-320d-4708-a545-4a7c864d56af} TCPHandler: Processed in 0.001379318 sec. 2026.04.10 22:28:56.931994 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:56.932090 [ 6 ] {82f5086e-1edb-4278-a4f5-36989421450f} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:28:56.932135 [ 6 ] {82f5086e-1edb-4278-a4f5-36989421450f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:28:56.932570 [ 6 ] {82f5086e-1edb-4278-a4f5-36989421450f} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:56.932606 [ 6 ] {82f5086e-1edb-4278-a4f5-36989421450f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2026.04.10 22:28:56.932943 [ 6 ] {82f5086e-1edb-4278-a4f5-36989421450f} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.04.10 22:28:56.933166 [ 6 ] {82f5086e-1edb-4278-a4f5-36989421450f} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:28:56.933289 [ 90 ] {} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.04.10 22:28:56.933310 [ 6 ] {82f5086e-1edb-4278-a4f5-36989421450f} executeQuery: Read 160 rows, 11.41 KiB in 0.00123 sec., 130081.30081300813 rows/sec., 9.06 MiB/sec. 2026.04.10 22:28:56.933359 [ 90 ] {} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:56.933367 [ 6 ] {82f5086e-1edb-4278-a4f5-36989421450f} TCPHandler: Processed in 0.001423699 sec. 2026.04.10 22:28:56.933386 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2026.04.10 22:28:56.933487 [ 195 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2026.04.10 22:28:56.933505 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:56.933606 [ 195 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:28:56.933635 [ 6 ] {77ca20ed-506d-4559-bbd7-478438fde20a} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:28:56.933640 [ 195 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_66_13} MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 23118 rows starting from the beginning of the part 2026.04.10 22:28:56.933705 [ 6 ] {77ca20ed-506d-4559-bbd7-478438fde20a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:28:56.933717 [ 195 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 160 rows starting from the beginning of the part 2026.04.10 22:28:56.933770 [ 195 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1530 rows starting from the beginning of the part 2026.04.10 22:28:56.933814 [ 195 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 96 rows starting from the beginning of the part 2026.04.10 22:28:56.933850 [ 195 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 160 rows starting from the beginning of the part 2026.04.10 22:28:56.933889 [ 195 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 160 rows starting from the beginning of the part 2026.04.10 22:28:56.934490 [ 6 ] {77ca20ed-506d-4559-bbd7-478438fde20a} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:56.934524 [ 6 ] {77ca20ed-506d-4559-bbd7-478438fde20a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2026.04.10 22:28:56.935087 [ 6 ] {77ca20ed-506d-4559-bbd7-478438fde20a} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.04.10 22:28:56.935381 [ 6 ] {77ca20ed-506d-4559-bbd7-478438fde20a} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:28:56.935523 [ 6 ] {77ca20ed-506d-4559-bbd7-478438fde20a} executeQuery: Read 23 rows, 42.20 KiB in 0.001911 sec., 12035.583464154894 rows/sec., 21.57 MiB/sec. 2026.04.10 22:28:56.935579 [ 6 ] {77ca20ed-506d-4559-bbd7-478438fde20a} TCPHandler: Processed in 0.002135523 sec. 2026.04.10 22:28:56.935697 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:28:56.935793 [ 6 ] {d78ad6e5-9539-479d-a2c5-4124a3d615b1} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:28:56.935860 [ 6 ] {d78ad6e5-9539-479d-a2c5-4124a3d615b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:28:56.936202 [ 6 ] {d78ad6e5-9539-479d-a2c5-4124a3d615b1} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:28:56.936237 [ 6 ] {d78ad6e5-9539-479d-a2c5-4124a3d615b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2026.04.10 22:28:56.936687 [ 6 ] {d78ad6e5-9539-479d-a2c5-4124a3d615b1} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.04.10 22:28:56.936908 [ 6 ] {d78ad6e5-9539-479d-a2c5-4124a3d615b1} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:28:56.937044 [ 6 ] {d78ad6e5-9539-479d-a2c5-4124a3d615b1} executeQuery: Read 60 rows, 4.14 KiB in 0.001269 sec., 47281.32387706856 rows/sec., 3.19 MiB/sec. 2026.04.10 22:28:56.937079 [ 6 ] {d78ad6e5-9539-479d-a2c5-4124a3d615b1} TCPHandler: Processed in 0.001431858 sec. 2026.04.10 22:28:56.940563 [ 197 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 25224 rows, containing 5 columns (5 merged, 0 gathered) in 0.007111534 sec., 3546914.0694539323 rows/sec., 229.25 MiB/sec. 2026.04.10 22:28:56.940866 [ 197 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.04.10 22:28:56.941196 [ 197 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_66_13} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:28:56.941292 [ 197 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_66_13} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.04.10 22:28:56.941397 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.39 MiB. 2026.04.10 22:28:57.000216 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 316.00 MiB, peak 328.95 MiB, free memory in arenas 0.00 B, will set to 317.03 MiB (RSS), difference: 1.03 MiB 2026.04.10 22:29:00.669624 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1258 2026.04.10 22:29:00.671951 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:00.672014 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2026.04.10 22:29:00.673240 [ 243 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.04.10 22:29:00.673560 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): 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.10 22:29:00.674094 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1258 2026.04.10 22:29:01.928324 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:01.928530 [ 6 ] {bfcb2ba3-66fb-461e-aab5-860a9cb8454f} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.10 22:29:01.928606 [ 6 ] {bfcb2ba3-66fb-461e-aab5-860a9cb8454f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.10 22:29:01.929386 [ 6 ] {bfcb2ba3-66fb-461e-aab5-860a9cb8454f} oximeter.fields_i16 (419f2eef-209c-46fc-9cc0-97b5087686b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:01.929436 [ 6 ] {bfcb2ba3-66fb-461e-aab5-860a9cb8454f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2026.04.10 22:29:01.929819 [ 6 ] {bfcb2ba3-66fb-461e-aab5-860a9cb8454f} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.10 22:29:01.930047 [ 6 ] {bfcb2ba3-66fb-461e-aab5-860a9cb8454f} oximeter.fields_i16 (419f2eef-209c-46fc-9cc0-97b5087686b9): 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.10 22:29:01.930199 [ 6 ] {bfcb2ba3-66fb-461e-aab5-860a9cb8454f} executeQuery: Read 24 rows, 2.04 KiB in 0.001725 sec., 13913.04347826087 rows/sec., 1.15 MiB/sec. 2026.04.10 22:29:01.930241 [ 6 ] {bfcb2ba3-66fb-461e-aab5-860a9cb8454f} TCPHandler: Processed in 0.002052651 sec. 2026.04.10 22:29:01.930363 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:01.930458 [ 6 ] {7a011212-68ae-4785-a156-8fce1ebc5c71} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.10 22:29:01.930498 [ 6 ] {7a011212-68ae-4785-a156-8fce1ebc5c71} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.10 22:29:01.930918 [ 6 ] {7a011212-68ae-4785-a156-8fce1ebc5c71} oximeter.fields_ipaddr (b4784700-91f7-4af4-af29-376f839f9b40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:01.930954 [ 6 ] {7a011212-68ae-4785-a156-8fce1ebc5c71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2026.04.10 22:29:01.931240 [ 6 ] {7a011212-68ae-4785-a156-8fce1ebc5c71} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.10 22:29:01.931445 [ 6 ] {7a011212-68ae-4785-a156-8fce1ebc5c71} oximeter.fields_ipaddr (b4784700-91f7-4af4-af29-376f839f9b40): 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.10 22:29:01.931571 [ 6 ] {7a011212-68ae-4785-a156-8fce1ebc5c71} executeQuery: Read 2 rows, 167.00 B in 0.001132 sec., 1766.7844522968198 rows/sec., 144.07 KiB/sec. 2026.04.10 22:29:01.931608 [ 6 ] {7a011212-68ae-4785-a156-8fce1ebc5c71} TCPHandler: Processed in 0.001294046 sec. 2026.04.10 22:29:01.931718 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:01.931810 [ 6 ] {9bc80e6c-0d50-4dce-88c5-e28657b505e5} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:29:01.931848 [ 6 ] {9bc80e6c-0d50-4dce-88c5-e28657b505e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:29:01.932428 [ 6 ] {9bc80e6c-0d50-4dce-88c5-e28657b505e5} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:01.932465 [ 6 ] {9bc80e6c-0d50-4dce-88c5-e28657b505e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2026.04.10 22:29:01.932791 [ 6 ] {9bc80e6c-0d50-4dce-88c5-e28657b505e5} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.04.10 22:29:01.932999 [ 6 ] {9bc80e6c-0d50-4dce-88c5-e28657b505e5} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:01.933126 [ 6 ] {9bc80e6c-0d50-4dce-88c5-e28657b505e5} executeQuery: Read 213 rows, 19.50 KiB in 0.001333 sec., 159789.9474868717 rows/sec., 14.28 MiB/sec. 2026.04.10 22:29:01.933163 [ 6 ] {9bc80e6c-0d50-4dce-88c5-e28657b505e5} TCPHandler: Processed in 0.00149276 sec. 2026.04.10 22:29:01.933279 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:01.933373 [ 6 ] {c584be69-7dac-413c-b1c3-d5e5e3114b49} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:29:01.933412 [ 6 ] {c584be69-7dac-413c-b1c3-d5e5e3114b49} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:29:01.933834 [ 6 ] {c584be69-7dac-413c-b1c3-d5e5e3114b49} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:01.933870 [ 6 ] {c584be69-7dac-413c-b1c3-d5e5e3114b49} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2026.04.10 22:29:01.934161 [ 6 ] {c584be69-7dac-413c-b1c3-d5e5e3114b49} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.04.10 22:29:01.934365 [ 6 ] {c584be69-7dac-413c-b1c3-d5e5e3114b49} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:29:01.934489 [ 6 ] {c584be69-7dac-413c-b1c3-d5e5e3114b49} executeQuery: Read 32 rows, 2.45 KiB in 0.001134 sec., 28218.69488536155 rows/sec., 2.11 MiB/sec. 2026.04.10 22:29:01.934526 [ 6 ] {c584be69-7dac-413c-b1c3-d5e5e3114b49} TCPHandler: Processed in 0.001294527 sec. 2026.04.10 22:29:01.934632 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:01.934724 [ 6 ] {5d9ff661-0165-4738-b083-1879d1b7be8f} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.10 22:29:01.934762 [ 6 ] {5d9ff661-0165-4738-b083-1879d1b7be8f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.10 22:29:01.935157 [ 6 ] {5d9ff661-0165-4738-b083-1879d1b7be8f} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:01.935193 [ 6 ] {5d9ff661-0165-4738-b083-1879d1b7be8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2026.04.10 22:29:01.935476 [ 6 ] {5d9ff661-0165-4738-b083-1879d1b7be8f} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.04.10 22:29:01.935681 [ 6 ] {5d9ff661-0165-4738-b083-1879d1b7be8f} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002): 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.10 22:29:01.935802 [ 6 ] {5d9ff661-0165-4738-b083-1879d1b7be8f} executeQuery: Read 24 rows, 2.04 KiB in 0.001096 sec., 21897.810218978102 rows/sec., 1.82 MiB/sec. 2026.04.10 22:29:01.935839 [ 6 ] {5d9ff661-0165-4738-b083-1879d1b7be8f} TCPHandler: Processed in 0.001253515 sec. 2026.04.10 22:29:01.935946 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:01.936037 [ 6 ] {afec76b0-1b97-44a8-8312-18086d0211a6} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.10 22:29:01.936076 [ 6 ] {afec76b0-1b97-44a8-8312-18086d0211a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.10 22:29:01.936471 [ 6 ] {afec76b0-1b97-44a8-8312-18086d0211a6} oximeter.fields_u8 (db645430-3721-434f-a428-3eb1f7165166): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:01.936506 [ 6 ] {afec76b0-1b97-44a8-8312-18086d0211a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2026.04.10 22:29:01.936786 [ 6 ] {afec76b0-1b97-44a8-8312-18086d0211a6} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.10 22:29:01.936987 [ 6 ] {afec76b0-1b97-44a8-8312-18086d0211a6} oximeter.fields_u8 (db645430-3721-434f-a428-3eb1f7165166): 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.10 22:29:01.937108 [ 6 ] {afec76b0-1b97-44a8-8312-18086d0211a6} executeQuery: Read 12 rows, 960.00 B in 0.001088 sec., 11029.411764705883 rows/sec., 861.67 KiB/sec. 2026.04.10 22:29:01.937144 [ 6 ] {afec76b0-1b97-44a8-8312-18086d0211a6} TCPHandler: Processed in 0.001244766 sec. 2026.04.10 22:29:01.937252 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:01.937347 [ 6 ] {352e0f8c-7e0b-4160-a6a6-8738f9bb1032} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:29:01.937386 [ 6 ] {352e0f8c-7e0b-4160-a6a6-8738f9bb1032} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:29:01.937811 [ 6 ] {352e0f8c-7e0b-4160-a6a6-8738f9bb1032} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:01.937846 [ 6 ] {352e0f8c-7e0b-4160-a6a6-8738f9bb1032} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2026.04.10 22:29:01.938148 [ 6 ] {352e0f8c-7e0b-4160-a6a6-8738f9bb1032} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.04.10 22:29:01.938347 [ 6 ] {352e0f8c-7e0b-4160-a6a6-8738f9bb1032} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:01.938469 [ 6 ] {352e0f8c-7e0b-4160-a6a6-8738f9bb1032} executeQuery: Read 120 rows, 9.98 KiB in 0.001142 sec., 105078.80910683013 rows/sec., 8.53 MiB/sec. 2026.04.10 22:29:01.938505 [ 6 ] {352e0f8c-7e0b-4160-a6a6-8738f9bb1032} TCPHandler: Processed in 0.001299816 sec. 2026.04.10 22:29:01.938615 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:01.938708 [ 6 ] {9ad2c129-3c1f-422f-8adc-14a86afe0bde} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:29:01.938751 [ 6 ] {9ad2c129-3c1f-422f-8adc-14a86afe0bde} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:29:01.939146 [ 6 ] {9ad2c129-3c1f-422f-8adc-14a86afe0bde} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:01.939181 [ 6 ] {9ad2c129-3c1f-422f-8adc-14a86afe0bde} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2026.04.10 22:29:01.939503 [ 6 ] {9ad2c129-3c1f-422f-8adc-14a86afe0bde} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.04.10 22:29:01.939718 [ 6 ] {9ad2c129-3c1f-422f-8adc-14a86afe0bde} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:01.939841 [ 6 ] {9ad2c129-3c1f-422f-8adc-14a86afe0bde} executeQuery: Read 197 rows, 14.47 KiB in 0.001151 sec., 171155.51694178977 rows/sec., 12.28 MiB/sec. 2026.04.10 22:29:01.939877 [ 6 ] {9ad2c129-3c1f-422f-8adc-14a86afe0bde} TCPHandler: Processed in 0.001308087 sec. 2026.04.10 22:29:01.939987 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:01.940078 [ 6 ] {88ea31dd-7fc2-4b38-8469-05c59d7ea8be} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:29:01.940131 [ 6 ] {88ea31dd-7fc2-4b38-8469-05c59d7ea8be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:29:01.940923 [ 6 ] {88ea31dd-7fc2-4b38-8469-05c59d7ea8be} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:01.940958 [ 6 ] {88ea31dd-7fc2-4b38-8469-05c59d7ea8be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2026.04.10 22:29:01.941487 [ 6 ] {88ea31dd-7fc2-4b38-8469-05c59d7ea8be} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.04.10 22:29:01.941702 [ 6 ] {88ea31dd-7fc2-4b38-8469-05c59d7ea8be} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:29:01.941836 [ 6 ] {88ea31dd-7fc2-4b38-8469-05c59d7ea8be} executeQuery: Read 18 rows, 33.03 KiB in 0.001775 sec., 10140.845070422534 rows/sec., 18.17 MiB/sec. 2026.04.10 22:29:01.941888 [ 6 ] {88ea31dd-7fc2-4b38-8469-05c59d7ea8be} TCPHandler: Processed in 0.001949099 sec. 2026.04.10 22:29:01.942004 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:01.942097 [ 6 ] {4bdcaeab-0f53-4ca1-b862-2e0222ffdab6} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:29:01.942138 [ 6 ] {4bdcaeab-0f53-4ca1-b862-2e0222ffdab6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:29:01.942480 [ 6 ] {4bdcaeab-0f53-4ca1-b862-2e0222ffdab6} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:01.942515 [ 6 ] {4bdcaeab-0f53-4ca1-b862-2e0222ffdab6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2026.04.10 22:29:01.942824 [ 6 ] {4bdcaeab-0f53-4ca1-b862-2e0222ffdab6} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.04.10 22:29:01.943027 [ 6 ] {4bdcaeab-0f53-4ca1-b862-2e0222ffdab6} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:01.943151 [ 6 ] {4bdcaeab-0f53-4ca1-b862-2e0222ffdab6} executeQuery: Read 60 rows, 4.14 KiB in 0.001072 sec., 55970.14925373134 rows/sec., 3.77 MiB/sec. 2026.04.10 22:29:01.943161 [ 133 ] {} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.04.10 22:29:01.943186 [ 6 ] {4bdcaeab-0f53-4ca1-b862-2e0222ffdab6} TCPHandler: Processed in 0.001229344 sec. 2026.04.10 22:29:01.943228 [ 133 ] {} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:01.943254 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2026.04.10 22:29:01.943348 [ 193 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2026.04.10 22:29:01.943461 [ 193 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:29:01.943494 [ 193 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3168 rows starting from the beginning of the part 2026.04.10 22:29:01.943555 [ 193 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 24 rows starting from the beginning of the part 2026.04.10 22:29:01.943595 [ 193 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 36 rows starting from the beginning of the part 2026.04.10 22:29:01.943636 [ 193 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 60 rows starting from the beginning of the part 2026.04.10 22:29:01.943669 [ 193 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 60 rows starting from the beginning of the part 2026.04.10 22:29:01.943703 [ 193 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 60 rows starting from the beginning of the part 2026.04.10 22:29:01.944757 [ 197 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 3408 rows, containing 4 columns (4 merged, 0 gathered) in 0.001450619 sec., 2349341.90162958 rows/sec., 153.66 MiB/sec. 2026.04.10 22:29:01.944987 [ 193 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.04.10 22:29:01.945218 [ 193 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_66_13} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:01.945285 [ 193 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_66_13} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.04.10 22:29:01.945346 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. 2026.04.10 22:29:03.085206 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 22590 2026.04.10 22:29:03.085731 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:03.085770 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. 2026.04.10 22:29:03.086267 [ 245 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.04.10 22:29:03.086510 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): 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.10 22:29:03.086653 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22590 2026.04.10 22:29:04.261516 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 354 2026.04.10 22:29:04.277680 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:04.277747 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2026.04.10 22:29:04.283864 [ 244 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.04.10 22:29:04.284571 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): 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.10 22:29:04.287515 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 354 2026.04.10 22:29:06.927178 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:06.927380 [ 6 ] {decac192-e62c-405a-978f-777b65ffe54d} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:29:06.927455 [ 6 ] {decac192-e62c-405a-978f-777b65ffe54d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:29:06.928234 [ 6 ] {decac192-e62c-405a-978f-777b65ffe54d} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:06.928279 [ 6 ] {decac192-e62c-405a-978f-777b65ffe54d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2026.04.10 22:29:06.928678 [ 6 ] {decac192-e62c-405a-978f-777b65ffe54d} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.04.10 22:29:06.928901 [ 6 ] {decac192-e62c-405a-978f-777b65ffe54d} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:06.929051 [ 6 ] {decac192-e62c-405a-978f-777b65ffe54d} executeQuery: Read 102 rows, 8.74 KiB in 0.001728 sec., 59027.77777777778 rows/sec., 4.94 MiB/sec. 2026.04.10 22:29:06.929096 [ 6 ] {decac192-e62c-405a-978f-777b65ffe54d} TCPHandler: Processed in 0.002063592 sec. 2026.04.10 22:29:06.929228 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:06.929328 [ 6 ] {73aa3f59-09bd-4af8-8590-08bc93e43299} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:29:06.929369 [ 6 ] {73aa3f59-09bd-4af8-8590-08bc93e43299} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:29:06.929791 [ 6 ] {73aa3f59-09bd-4af8-8590-08bc93e43299} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:06.929826 [ 6 ] {73aa3f59-09bd-4af8-8590-08bc93e43299} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2026.04.10 22:29:06.930118 [ 6 ] {73aa3f59-09bd-4af8-8590-08bc93e43299} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.04.10 22:29:06.930322 [ 6 ] {73aa3f59-09bd-4af8-8590-08bc93e43299} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:29:06.930421 [ 147 ] {} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.04.10 22:29:06.930449 [ 6 ] {73aa3f59-09bd-4af8-8590-08bc93e43299} executeQuery: Read 23 rows, 1.73 KiB in 0.001141 sec., 20157.756354075373 rows/sec., 1.48 MiB/sec. 2026.04.10 22:29:06.930458 [ 147 ] {} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:06.930480 [ 147 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2026.04.10 22:29:06.930486 [ 6 ] {73aa3f59-09bd-4af8-8590-08bc93e43299} TCPHandler: Processed in 0.001309736 sec. 2026.04.10 22:29:06.930591 [ 200 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::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.10 22:29:06.930607 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:06.930726 [ 6 ] {7e4d002f-20e7-44b1-887f-b1e4c57045bd} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:29:06.930732 [ 200 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:29:06.930771 [ 6 ] {7e4d002f-20e7-44b1-887f-b1e4c57045bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:29:06.930778 [ 200 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 226 rows starting from the beginning of the part 2026.04.10 22:29:06.930858 [ 200 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 38 rows starting from the beginning of the part 2026.04.10 22:29:06.930907 [ 200 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 18 rows starting from the beginning of the part 2026.04.10 22:29:06.930948 [ 200 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 23 rows starting from the beginning of the part 2026.04.10 22:29:06.930989 [ 200 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 32 rows starting from the beginning of the part 2026.04.10 22:29:06.931027 [ 200 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 23 rows starting from the beginning of the part 2026.04.10 22:29:06.931215 [ 6 ] {7e4d002f-20e7-44b1-887f-b1e4c57045bd} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:06.931257 [ 6 ] {7e4d002f-20e7-44b1-887f-b1e4c57045bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2026.04.10 22:29:06.931584 [ 6 ] {7e4d002f-20e7-44b1-887f-b1e4c57045bd} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.04.10 22:29:06.931811 [ 6 ] {7e4d002f-20e7-44b1-887f-b1e4c57045bd} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:06.931894 [ 193 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 360 rows, containing 5 columns (5 merged, 0 gathered) in 0.001352147 sec., 266243.24130438484 rows/sec., 19.01 MiB/sec. 2026.04.10 22:29:06.931941 [ 6 ] {7e4d002f-20e7-44b1-887f-b1e4c57045bd} executeQuery: Read 87 rows, 6.96 KiB in 0.001232 sec., 70616.88311688311 rows/sec., 5.51 MiB/sec. 2026.04.10 22:29:06.931984 [ 6 ] {7e4d002f-20e7-44b1-887f-b1e4c57045bd} TCPHandler: Processed in 0.001428599 sec. 2026.04.10 22:29:06.932103 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:06.932113 [ 197 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.04.10 22:29:06.932202 [ 6 ] {97f7f90e-cd62-47dd-81e6-862dd114b562} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:29:06.932252 [ 6 ] {97f7f90e-cd62-47dd-81e6-862dd114b562} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:29:06.932416 [ 197 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_61_12} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:29:06.932501 [ 197 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_61_12} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.04.10 22:29:06.932595 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.04.10 22:29:06.932675 [ 6 ] {97f7f90e-cd62-47dd-81e6-862dd114b562} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:06.932716 [ 6 ] {97f7f90e-cd62-47dd-81e6-862dd114b562} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2026.04.10 22:29:06.933049 [ 6 ] {97f7f90e-cd62-47dd-81e6-862dd114b562} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.04.10 22:29:06.933270 [ 6 ] {97f7f90e-cd62-47dd-81e6-862dd114b562} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:06.933400 [ 6 ] {97f7f90e-cd62-47dd-81e6-862dd114b562} executeQuery: Read 160 rows, 11.41 KiB in 0.001216 sec., 131578.94736842104 rows/sec., 9.16 MiB/sec. 2026.04.10 22:29:06.933437 [ 6 ] {97f7f90e-cd62-47dd-81e6-862dd114b562} TCPHandler: Processed in 0.001383488 sec. 2026.04.10 22:29:06.933609 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:06.933705 [ 6 ] {3f63b46c-5814-4491-a7a3-084088e54186} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:29:06.933761 [ 6 ] {3f63b46c-5814-4491-a7a3-084088e54186} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:29:06.934566 [ 6 ] {3f63b46c-5814-4491-a7a3-084088e54186} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:06.934604 [ 6 ] {3f63b46c-5814-4491-a7a3-084088e54186} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2026.04.10 22:29:06.935148 [ 6 ] {3f63b46c-5814-4491-a7a3-084088e54186} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.04.10 22:29:06.935382 [ 6 ] {3f63b46c-5814-4491-a7a3-084088e54186} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:29:06.935518 [ 146 ] {} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.04.10 22:29:06.935525 [ 6 ] {3f63b46c-5814-4491-a7a3-084088e54186} executeQuery: Read 23 rows, 42.20 KiB in 0.001838 sec., 12513.60174102285 rows/sec., 22.42 MiB/sec. 2026.04.10 22:29:06.935586 [ 146 ] {} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:06.935611 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2026.04.10 22:29:06.935624 [ 6 ] {3f63b46c-5814-4491-a7a3-084088e54186} TCPHandler: Processed in 0.002066912 sec. 2026.04.10 22:29:06.935694 [ 189 ] {240c2363-d096-4df1-a9c1-cf60540c0597::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.10 22:29:06.935751 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:06.935850 [ 6 ] {816db381-a29e-47ae-9b26-9678e271eba0} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:29:06.935895 [ 6 ] {816db381-a29e-47ae-9b26-9678e271eba0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:29:06.935905 [ 189 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:29:06.935961 [ 189 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1223 rows starting from the beginning of the part 2026.04.10 22:29:06.936077 [ 189 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 34 rows starting from the beginning of the part 2026.04.10 22:29:06.936169 [ 189 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 18 rows starting from the beginning of the part 2026.04.10 22:29:06.936247 [ 6 ] {816db381-a29e-47ae-9b26-9678e271eba0} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:06.936258 [ 189 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 23 rows starting from the beginning of the part 2026.04.10 22:29:06.936290 [ 6 ] {816db381-a29e-47ae-9b26-9678e271eba0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2026.04.10 22:29:06.936357 [ 189 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 18 rows starting from the beginning of the part 2026.04.10 22:29:06.936446 [ 189 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 23 rows starting from the beginning of the part 2026.04.10 22:29:06.936610 [ 6 ] {816db381-a29e-47ae-9b26-9678e271eba0} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.04.10 22:29:06.936859 [ 6 ] {816db381-a29e-47ae-9b26-9678e271eba0} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:06.936990 [ 6 ] {816db381-a29e-47ae-9b26-9678e271eba0} executeQuery: Read 60 rows, 4.14 KiB in 0.001158 sec., 51813.47150259068 rows/sec., 3.49 MiB/sec. 2026.04.10 22:29:06.937027 [ 6 ] {816db381-a29e-47ae-9b26-9678e271eba0} TCPHandler: Processed in 0.001326077 sec. 2026.04.10 22:29:06.942116 [ 191 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 1339 rows, containing 19 columns (19 merged, 0 gathered) in 0.006458201 sec., 207333.2805838654 rows/sec., 371.53 MiB/sec. 2026.04.10 22:29:06.944021 [ 202 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.04.10 22:29:06.944395 [ 202 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_61_12} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:29:06.944474 [ 202 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_61_12} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.04.10 22:29:06.944606 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.62 MiB. 2026.04.10 22:29:07.000196 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 317.63 MiB, peak 329.22 MiB, free memory in arenas 0.00 B, will set to 319.92 MiB (RSS), difference: 2.29 MiB 2026.04.10 22:29:10.408910 [ 144 ] {} DNSResolver: Updating DNS cache 2026.04.10 22:29:10.408986 [ 144 ] {} DNSResolver: Updated DNS cache 2026.04.10 22:29:10.586842 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 23038 2026.04.10 22:29:10.587612 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:10.587693 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2026.04.10 22:29:10.588239 [ 245 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.04.10 22:29:10.588490 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): 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.10 22:29:10.588626 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23038 2026.04.10 22:29:10.674408 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1290 2026.04.10 22:29:10.676801 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:10.676852 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2026.04.10 22:29:10.678064 [ 243 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.04.10 22:29:10.678341 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): 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.10 22:29:10.678607 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1290 2026.04.10 22:29:11.001244 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000828157 sec. 2026.04.10 22:29:11.787693 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 362 2026.04.10 22:29:11.804310 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:11.804375 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2026.04.10 22:29:11.810411 [ 244 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.04.10 22:29:11.811142 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): 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.10 22:29:11.814637 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 362 2026.04.10 22:29:11.926897 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:11.927078 [ 6 ] {4f78cb49-be6c-46e4-97de-fe26beb0aadb} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:29:11.927143 [ 6 ] {4f78cb49-be6c-46e4-97de-fe26beb0aadb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:29:11.927798 [ 6 ] {4f78cb49-be6c-46e4-97de-fe26beb0aadb} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:11.927837 [ 6 ] {4f78cb49-be6c-46e4-97de-fe26beb0aadb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2026.04.10 22:29:11.928234 [ 6 ] {4f78cb49-be6c-46e4-97de-fe26beb0aadb} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.04.10 22:29:11.928476 [ 6 ] {4f78cb49-be6c-46e4-97de-fe26beb0aadb} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:11.928609 [ 143 ] {} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.04.10 22:29:11.928624 [ 6 ] {4f78cb49-be6c-46e4-97de-fe26beb0aadb} executeQuery: Read 92 rows, 7.96 KiB in 0.001596 sec., 57644.11027568922 rows/sec., 4.87 MiB/sec. 2026.04.10 22:29:11.928648 [ 143 ] {} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:11.928668 [ 143 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2026.04.10 22:29:11.928672 [ 6 ] {4f78cb49-be6c-46e4-97de-fe26beb0aadb} TCPHandler: Processed in 0.001903618 sec. 2026.04.10 22:29:11.928790 [ 193 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2026.04.10 22:29:11.928802 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:11.928945 [ 193 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:29:11.928945 [ 6 ] {a69e458e-c089-444c-a515-285dad39c77d} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:29:11.928985 [ 193 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3362 rows starting from the beginning of the part 2026.04.10 22:29:11.929006 [ 6 ] {a69e458e-c089-444c-a515-285dad39c77d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:29:11.929057 [ 193 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 92 rows starting from the beginning of the part 2026.04.10 22:29:11.929107 [ 193 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 102 rows starting from the beginning of the part 2026.04.10 22:29:11.929152 [ 193 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 213 rows starting from the beginning of the part 2026.04.10 22:29:11.929191 [ 193 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 102 rows starting from the beginning of the part 2026.04.10 22:29:11.929229 [ 193 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 92 rows starting from the beginning of the part 2026.04.10 22:29:11.929427 [ 6 ] {a69e458e-c089-444c-a515-285dad39c77d} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:11.929467 [ 6 ] {a69e458e-c089-444c-a515-285dad39c77d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2026.04.10 22:29:11.929781 [ 6 ] {a69e458e-c089-444c-a515-285dad39c77d} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.04.10 22:29:11.930005 [ 6 ] {a69e458e-c089-444c-a515-285dad39c77d} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:29:11.930138 [ 6 ] {a69e458e-c089-444c-a515-285dad39c77d} executeQuery: Read 18 rows, 1.35 KiB in 0.001214 sec., 14827.018121911038 rows/sec., 1.09 MiB/sec. 2026.04.10 22:29:11.930176 [ 6 ] {a69e458e-c089-444c-a515-285dad39c77d} TCPHandler: Processed in 0.001423979 sec. 2026.04.10 22:29:11.930289 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:11.930383 [ 6 ] {e11c03c5-fb93-445d-954a-5322b4cb0f24} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:29:11.930424 [ 6 ] {e11c03c5-fb93-445d-954a-5322b4cb0f24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:29:11.930819 [ 201 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 3963 rows, containing 5 columns (5 merged, 0 gathered) in 0.002087782 sec., 1898186.688073755 rows/sec., 153.85 MiB/sec. 2026.04.10 22:29:11.930841 [ 6 ] {e11c03c5-fb93-445d-954a-5322b4cb0f24} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:11.930883 [ 6 ] {e11c03c5-fb93-445d-954a-5322b4cb0f24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2026.04.10 22:29:11.931201 [ 6 ] {e11c03c5-fb93-445d-954a-5322b4cb0f24} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.04.10 22:29:11.931250 [ 194 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.04.10 22:29:11.931441 [ 6 ] {e11c03c5-fb93-445d-954a-5322b4cb0f24} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:11.931583 [ 6 ] {e11c03c5-fb93-445d-954a-5322b4cb0f24} executeQuery: Read 82 rows, 6.56 KiB in 0.001217 sec., 67378.80032867707 rows/sec., 5.26 MiB/sec. 2026.04.10 22:29:11.931603 [ 142 ] {} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.04.10 22:29:11.931622 [ 6 ] {e11c03c5-fb93-445d-954a-5322b4cb0f24} TCPHandler: Processed in 0.001383098 sec. 2026.04.10 22:29:11.931641 [ 194 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_71_14} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:11.931662 [ 142 ] {} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:11.931688 [ 142 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2026.04.10 22:29:11.931749 [ 194 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_71_14} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.04.10 22:29:11.931765 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:11.931782 [ 190 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2026.04.10 22:29:11.931852 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.99 MiB. 2026.04.10 22:29:11.931865 [ 6 ] {3fc32441-7fd7-46c3-9c01-3508dea78eb4} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:29:11.931895 [ 190 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:29:11.931918 [ 6 ] {3fc32441-7fd7-46c3-9c01-3508dea78eb4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:29:11.931933 [ 190 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1834 rows starting from the beginning of the part 2026.04.10 22:29:11.932006 [ 190 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 82 rows starting from the beginning of the part 2026.04.10 22:29:11.932052 [ 190 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 87 rows starting from the beginning of the part 2026.04.10 22:29:11.932094 [ 190 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 120 rows starting from the beginning of the part 2026.04.10 22:29:11.932136 [ 190 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 87 rows starting from the beginning of the part 2026.04.10 22:29:11.932178 [ 190 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 82 rows starting from the beginning of the part 2026.04.10 22:29:11.932342 [ 6 ] {3fc32441-7fd7-46c3-9c01-3508dea78eb4} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:11.932384 [ 6 ] {3fc32441-7fd7-46c3-9c01-3508dea78eb4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2026.04.10 22:29:11.932740 [ 6 ] {3fc32441-7fd7-46c3-9c01-3508dea78eb4} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.04.10 22:29:11.932982 [ 6 ] {3fc32441-7fd7-46c3-9c01-3508dea78eb4} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:11.933111 [ 6 ] {3fc32441-7fd7-46c3-9c01-3508dea78eb4} executeQuery: Read 160 rows, 11.41 KiB in 0.001265 sec., 126482.21343873517 rows/sec., 8.81 MiB/sec. 2026.04.10 22:29:11.933148 [ 6 ] {3fc32441-7fd7-46c3-9c01-3508dea78eb4} TCPHandler: Processed in 0.001432749 sec. 2026.04.10 22:29:11.933255 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:11.933349 [ 6 ] {ac0a2f44-48fe-4bd8-b24c-683a6bb037e9} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:29:11.933354 [ 194 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 2292 rows, containing 5 columns (5 merged, 0 gathered) in 0.001612693 sec., 1421225.2424981073 rows/sec., 105.36 MiB/sec. 2026.04.10 22:29:11.933405 [ 6 ] {ac0a2f44-48fe-4bd8-b24c-683a6bb037e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:29:11.933585 [ 201 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.04.10 22:29:11.933877 [ 201 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_71_14} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:11.933968 [ 201 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_71_14} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.04.10 22:29:11.934061 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. 2026.04.10 22:29:11.934185 [ 6 ] {ac0a2f44-48fe-4bd8-b24c-683a6bb037e9} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:11.934226 [ 6 ] {ac0a2f44-48fe-4bd8-b24c-683a6bb037e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2026.04.10 22:29:11.934785 [ 6 ] {ac0a2f44-48fe-4bd8-b24c-683a6bb037e9} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.04.10 22:29:11.935008 [ 6 ] {ac0a2f44-48fe-4bd8-b24c-683a6bb037e9} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:29:11.935145 [ 6 ] {ac0a2f44-48fe-4bd8-b24c-683a6bb037e9} executeQuery: Read 18 rows, 33.03 KiB in 0.001814 sec., 9922.822491730982 rows/sec., 17.78 MiB/sec. 2026.04.10 22:29:11.935200 [ 6 ] {ac0a2f44-48fe-4bd8-b24c-683a6bb037e9} TCPHandler: Processed in 0.00199387 sec. 2026.04.10 22:29:11.935317 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:11.935412 [ 6 ] {6b07c838-025c-403a-855e-29ff21ad11dc} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:29:11.935454 [ 6 ] {6b07c838-025c-403a-855e-29ff21ad11dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:29:11.935769 [ 6 ] {6b07c838-025c-403a-855e-29ff21ad11dc} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:11.935803 [ 6 ] {6b07c838-025c-403a-855e-29ff21ad11dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2026.04.10 22:29:11.936088 [ 6 ] {6b07c838-025c-403a-855e-29ff21ad11dc} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.04.10 22:29:11.936290 [ 6 ] {6b07c838-025c-403a-855e-29ff21ad11dc} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:11.936409 [ 6 ] {6b07c838-025c-403a-855e-29ff21ad11dc} executeQuery: Read 60 rows, 4.14 KiB in 0.001071 sec., 56022.40896358544 rows/sec., 3.78 MiB/sec. 2026.04.10 22:29:11.936443 [ 6 ] {6b07c838-025c-403a-855e-29ff21ad11dc} TCPHandler: Processed in 0.001234394 sec. 2026.04.10 22:29:12.000216 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 320.94 MiB, peak 329.22 MiB, free memory in arenas 0.00 B, will set to 319.93 MiB (RSS), difference: -1.01 MiB 2026.04.10 22:29:14.019855 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:14.020077 [ 6 ] {182f22fa-aa74-44f0-85f3-0a43fa370645} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.10 22:29:14.020154 [ 6 ] {182f22fa-aa74-44f0-85f3-0a43fa370645} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.10 22:29:14.020839 [ 6 ] {182f22fa-aa74-44f0-85f3-0a43fa370645} oximeter.fields_ipaddr (b4784700-91f7-4af4-af29-376f839f9b40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:14.020883 [ 6 ] {182f22fa-aa74-44f0-85f3-0a43fa370645} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2026.04.10 22:29:14.021275 [ 6 ] {182f22fa-aa74-44f0-85f3-0a43fa370645} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.10 22:29:14.021509 [ 6 ] {182f22fa-aa74-44f0-85f3-0a43fa370645} oximeter.fields_ipaddr (b4784700-91f7-4af4-af29-376f839f9b40): 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.10 22:29:14.021669 [ 6 ] {182f22fa-aa74-44f0-85f3-0a43fa370645} executeQuery: Read 6 rows, 501.00 B in 0.001649 sec., 3638.568829593693 rows/sec., 296.70 KiB/sec. 2026.04.10 22:29:14.021718 [ 6 ] {182f22fa-aa74-44f0-85f3-0a43fa370645} TCPHandler: Processed in 0.00200211 sec. 2026.04.10 22:29:14.021843 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:14.021955 [ 6 ] {a9e13a80-c3db-49c5-bf1a-8fce7455bb83} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:29:14.021998 [ 6 ] {a9e13a80-c3db-49c5-bf1a-8fce7455bb83} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:29:14.024184 [ 6 ] {a9e13a80-c3db-49c5-bf1a-8fce7455bb83} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:14.024223 [ 6 ] {a9e13a80-c3db-49c5-bf1a-8fce7455bb83} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2026.04.10 22:29:14.024693 [ 6 ] {a9e13a80-c3db-49c5-bf1a-8fce7455bb83} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.04.10 22:29:14.024920 [ 6 ] {a9e13a80-c3db-49c5-bf1a-8fce7455bb83} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:14.025054 [ 6 ] {a9e13a80-c3db-49c5-bf1a-8fce7455bb83} executeQuery: Read 2454 rows, 186.25 KiB in 0.003123 sec., 785782.9010566763 rows/sec., 58.24 MiB/sec. 2026.04.10 22:29:14.025095 [ 6 ] {a9e13a80-c3db-49c5-bf1a-8fce7455bb83} TCPHandler: Processed in 0.003304616 sec. 2026.04.10 22:29:14.025211 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:14.025309 [ 6 ] {c5d48be8-587c-4f21-be50-4d9b730c8149} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:29:14.025352 [ 6 ] {c5d48be8-587c-4f21-be50-4d9b730c8149} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:29:14.025781 [ 6 ] {c5d48be8-587c-4f21-be50-4d9b730c8149} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:14.025817 [ 6 ] {c5d48be8-587c-4f21-be50-4d9b730c8149} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2026.04.10 22:29:14.026123 [ 6 ] {c5d48be8-587c-4f21-be50-4d9b730c8149} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.04.10 22:29:14.026346 [ 6 ] {c5d48be8-587c-4f21-be50-4d9b730c8149} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:29:14.026477 [ 6 ] {c5d48be8-587c-4f21-be50-4d9b730c8149} executeQuery: Read 40 rows, 2.98 KiB in 0.001187 sec., 33698.39932603201 rows/sec., 2.45 MiB/sec. 2026.04.10 22:29:14.026515 [ 6 ] {c5d48be8-587c-4f21-be50-4d9b730c8149} TCPHandler: Processed in 0.001354127 sec. 2026.04.10 22:29:14.026677 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:14.026805 [ 6 ] {e5af0031-9081-461c-bc5a-3ea80b219384} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.10 22:29:14.026853 [ 6 ] {e5af0031-9081-461c-bc5a-3ea80b219384} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.10 22:29:14.027793 [ 6 ] {e5af0031-9081-461c-bc5a-3ea80b219384} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:14.027830 [ 6 ] {e5af0031-9081-461c-bc5a-3ea80b219384} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2026.04.10 22:29:14.028175 [ 6 ] {e5af0031-9081-461c-bc5a-3ea80b219384} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.04.10 22:29:14.028397 [ 6 ] {e5af0031-9081-461c-bc5a-3ea80b219384} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002): 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.10 22:29:14.028521 [ 141 ] {} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 2026.04.10 22:29:14.028530 [ 6 ] {e5af0031-9081-461c-bc5a-3ea80b219384} executeQuery: Read 801 rows, 47.38 KiB in 0.001751 sec., 457452.88406624785 rows/sec., 26.42 MiB/sec. 2026.04.10 22:29:14.028603 [ 141 ] {} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:14.028618 [ 6 ] {e5af0031-9081-461c-bc5a-3ea80b219384} TCPHandler: Processed in 0.002033272 sec. 2026.04.10 22:29:14.028633 [ 141 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2026.04.10 22:29:14.028736 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:14.028762 [ 188 ] {3fa287f2-d72f-48ad-8e53-55e283cdd002::all_1_25_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full 2026.04.10 22:29:14.028835 [ 6 ] {131e1390-03bf-4d7d-ae70-b29f5f89b388} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.04.10 22:29:14.028879 [ 6 ] {131e1390-03bf-4d7d-ae70-b29f5f89b388} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.04.10 22:29:14.028907 [ 188 ] {3fa287f2-d72f-48ad-8e53-55e283cdd002::all_1_25_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:29:14.028946 [ 188 ] {3fa287f2-d72f-48ad-8e53-55e283cdd002::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 975 rows starting from the beginning of the part 2026.04.10 22:29:14.029012 [ 188 ] {3fa287f2-d72f-48ad-8e53-55e283cdd002::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 149 rows starting from the beginning of the part 2026.04.10 22:29:14.029064 [ 188 ] {3fa287f2-d72f-48ad-8e53-55e283cdd002::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 24 rows starting from the beginning of the part 2026.04.10 22:29:14.029106 [ 188 ] {3fa287f2-d72f-48ad-8e53-55e283cdd002::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 801 rows starting from the beginning of the part 2026.04.10 22:29:14.029149 [ 188 ] {3fa287f2-d72f-48ad-8e53-55e283cdd002::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 24 rows starting from the beginning of the part 2026.04.10 22:29:14.029188 [ 188 ] {3fa287f2-d72f-48ad-8e53-55e283cdd002::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 801 rows starting from the beginning of the part 2026.04.10 22:29:14.029274 [ 6 ] {131e1390-03bf-4d7d-ae70-b29f5f89b388} oximeter.fields_u64 (afb0d53c-68be-41f0-aba9-0a79183ebbbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:14.029316 [ 6 ] {131e1390-03bf-4d7d-ae70-b29f5f89b388} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2026.04.10 22:29:14.029637 [ 6 ] {131e1390-03bf-4d7d-ae70-b29f5f89b388} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.10 22:29:14.029865 [ 6 ] {131e1390-03bf-4d7d-ae70-b29f5f89b388} oximeter.fields_u64 (afb0d53c-68be-41f0-aba9-0a79183ebbbe): 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.10 22:29:14.029999 [ 6 ] {131e1390-03bf-4d7d-ae70-b29f5f89b388} executeQuery: Read 1 rows, 72.00 B in 0.001183 sec., 845.30853761623 rows/sec., 59.44 KiB/sec. 2026.04.10 22:29:14.030038 [ 6 ] {131e1390-03bf-4d7d-ae70-b29f5f89b388} TCPHandler: Processed in 0.001350127 sec. 2026.04.10 22:29:14.030137 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:14.030229 [ 6 ] {d23cf649-0e93-4c90-9b17-4799716f37cd} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:29:14.030268 [ 6 ] {d23cf649-0e93-4c90-9b17-4799716f37cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:29:14.030455 [ 194 ] {3fa287f2-d72f-48ad-8e53-55e283cdd002::all_1_25_5} MergeTask::MergeProjectionsStage: Merge sorted 2774 rows, containing 5 columns (5 merged, 0 gathered) in 0.001745275 sec., 1589434.3298334074 rows/sec., 100.09 MiB/sec. 2026.04.10 22:29:14.030652 [ 188 ] {3fa287f2-d72f-48ad-8e53-55e283cdd002::all_1_25_5} MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) 2026.04.10 22:29:14.030894 [ 188 ] {3fa287f2-d72f-48ad-8e53-55e283cdd002::all_1_25_5} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:14.030963 [ 188 ] {3fa287f2-d72f-48ad-8e53-55e283cdd002::all_1_25_5} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 2026.04.10 22:29:14.031034 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. 2026.04.10 22:29:14.031352 [ 6 ] {d23cf649-0e93-4c90-9b17-4799716f37cd} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:14.031394 [ 6 ] {d23cf649-0e93-4c90-9b17-4799716f37cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2026.04.10 22:29:14.031791 [ 6 ] {d23cf649-0e93-4c90-9b17-4799716f37cd} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.04.10 22:29:14.032005 [ 6 ] {d23cf649-0e93-4c90-9b17-4799716f37cd} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:14.032135 [ 6 ] {d23cf649-0e93-4c90-9b17-4799716f37cd} executeQuery: Read 1319 rows, 90.45 KiB in 0.001923 sec., 685907.4362974518 rows/sec., 45.93 MiB/sec. 2026.04.10 22:29:14.032174 [ 6 ] {d23cf649-0e93-4c90-9b17-4799716f37cd} TCPHandler: Processed in 0.002083042 sec. 2026.04.10 22:29:14.032288 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:14.032382 [ 6 ] {f7854d79-6c94-4f85-b8b8-2e65ce7183c0} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:29:14.032424 [ 6 ] {f7854d79-6c94-4f85-b8b8-2e65ce7183c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:29:14.033260 [ 6 ] {f7854d79-6c94-4f85-b8b8-2e65ce7183c0} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:14.033294 [ 6 ] {f7854d79-6c94-4f85-b8b8-2e65ce7183c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2026.04.10 22:29:14.033726 [ 6 ] {f7854d79-6c94-4f85-b8b8-2e65ce7183c0} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.04.10 22:29:14.033956 [ 6 ] {f7854d79-6c94-4f85-b8b8-2e65ce7183c0} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:14.034083 [ 6 ] {f7854d79-6c94-4f85-b8b8-2e65ce7183c0} executeQuery: Read 1531 rows, 95.40 KiB in 0.001719 sec., 890634.0895869691 rows/sec., 54.19 MiB/sec. 2026.04.10 22:29:14.034120 [ 6 ] {f7854d79-6c94-4f85-b8b8-2e65ce7183c0} TCPHandler: Processed in 0.001879998 sec. 2026.04.10 22:29:14.034233 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:14.034325 [ 6 ] {c23ba741-e7e4-4aef-94b6-9ce8f7fca35b} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:29:14.034379 [ 6 ] {c23ba741-e7e4-4aef-94b6-9ce8f7fca35b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:29:14.035242 [ 6 ] {c23ba741-e7e4-4aef-94b6-9ce8f7fca35b} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:14.035278 [ 6 ] {c23ba741-e7e4-4aef-94b6-9ce8f7fca35b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2026.04.10 22:29:14.035830 [ 6 ] {c23ba741-e7e4-4aef-94b6-9ce8f7fca35b} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.04.10 22:29:14.036049 [ 6 ] {c23ba741-e7e4-4aef-94b6-9ce8f7fca35b} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:29:14.036184 [ 6 ] {c23ba741-e7e4-4aef-94b6-9ce8f7fca35b} executeQuery: Read 34 rows, 62.39 KiB in 0.001876 sec., 18123.66737739872 rows/sec., 32.48 MiB/sec. 2026.04.10 22:29:14.036236 [ 6 ] {c23ba741-e7e4-4aef-94b6-9ce8f7fca35b} TCPHandler: Processed in 0.002049971 sec. 2026.04.10 22:29:14.036350 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:14.036444 [ 6 ] {5ac201cf-a828-46c5-b252-686439e3533c} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:29:14.036484 [ 6 ] {5ac201cf-a828-46c5-b252-686439e3533c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:29:14.036806 [ 6 ] {5ac201cf-a828-46c5-b252-686439e3533c} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:14.036841 [ 6 ] {5ac201cf-a828-46c5-b252-686439e3533c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2026.04.10 22:29:14.037139 [ 6 ] {5ac201cf-a828-46c5-b252-686439e3533c} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.04.10 22:29:14.037342 [ 6 ] {5ac201cf-a828-46c5-b252-686439e3533c} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:14.037468 [ 6 ] {5ac201cf-a828-46c5-b252-686439e3533c} executeQuery: Read 24 rows, 1.66 KiB in 0.001043 sec., 23010.546500479384 rows/sec., 1.55 MiB/sec. 2026.04.10 22:29:14.037504 [ 6 ] {5ac201cf-a828-46c5-b252-686439e3533c} TCPHandler: Processed in 0.001201435 sec. 2026.04.10 22:29:16.923400 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:16.923579 [ 6 ] {f7d466e5-cc86-465f-b3c0-bd23d3e7db15} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:29:16.923645 [ 6 ] {f7d466e5-cc86-465f-b3c0-bd23d3e7db15} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:29:16.924415 [ 6 ] {f7d466e5-cc86-465f-b3c0-bd23d3e7db15} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:16.924459 [ 6 ] {f7d466e5-cc86-465f-b3c0-bd23d3e7db15} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2026.04.10 22:29:16.924846 [ 6 ] {f7d466e5-cc86-465f-b3c0-bd23d3e7db15} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.04.10 22:29:16.925073 [ 6 ] {f7d466e5-cc86-465f-b3c0-bd23d3e7db15} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:16.925229 [ 6 ] {f7d466e5-cc86-465f-b3c0-bd23d3e7db15} executeQuery: Read 56 rows, 4.41 KiB in 0.001701 sec., 32921.810699588474 rows/sec., 2.53 MiB/sec. 2026.04.10 22:29:16.925270 [ 6 ] {f7d466e5-cc86-465f-b3c0-bd23d3e7db15} TCPHandler: Processed in 0.00199911 sec. 2026.04.10 22:29:16.925558 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:16.925658 [ 6 ] {db4abf56-0227-4951-95c3-09fa8ce67c5b} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:29:16.925699 [ 6 ] {db4abf56-0227-4951-95c3-09fa8ce67c5b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:29:16.926184 [ 6 ] {db4abf56-0227-4951-95c3-09fa8ce67c5b} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:16.926222 [ 6 ] {db4abf56-0227-4951-95c3-09fa8ce67c5b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2026.04.10 22:29:16.926550 [ 6 ] {db4abf56-0227-4951-95c3-09fa8ce67c5b} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.04.10 22:29:16.926764 [ 6 ] {db4abf56-0227-4951-95c3-09fa8ce67c5b} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:16.926893 [ 6 ] {db4abf56-0227-4951-95c3-09fa8ce67c5b} executeQuery: Read 64 rows, 5.12 KiB in 0.001254 sec., 51036.68261562999 rows/sec., 3.98 MiB/sec. 2026.04.10 22:29:16.926932 [ 6 ] {db4abf56-0227-4951-95c3-09fa8ce67c5b} TCPHandler: Processed in 0.001424679 sec. 2026.04.10 22:29:16.927054 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:16.927147 [ 6 ] {8de51ace-e3ea-4c0e-971b-2a6cec515740} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:29:16.927190 [ 6 ] {8de51ace-e3ea-4c0e-971b-2a6cec515740} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:29:16.927609 [ 6 ] {8de51ace-e3ea-4c0e-971b-2a6cec515740} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:16.927647 [ 6 ] {8de51ace-e3ea-4c0e-971b-2a6cec515740} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2026.04.10 22:29:16.927977 [ 6 ] {8de51ace-e3ea-4c0e-971b-2a6cec515740} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.04.10 22:29:16.928181 [ 6 ] {8de51ace-e3ea-4c0e-971b-2a6cec515740} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:16.928309 [ 6 ] {8de51ace-e3ea-4c0e-971b-2a6cec515740} executeQuery: Read 96 rows, 6.85 KiB in 0.001181 sec., 81287.0448772227 rows/sec., 5.66 MiB/sec. 2026.04.10 22:29:16.928310 [ 137 ] {} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff) (MergerMutator): Selected 5 parts from all_1_66_13 to all_70_70_0 2026.04.10 22:29:16.928348 [ 6 ] {8de51ace-e3ea-4c0e-971b-2a6cec515740} TCPHandler: Processed in 0.001341957 sec. 2026.04.10 22:29:16.928387 [ 137 ] {} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:16.928411 [ 137 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2026.04.10 22:29:16.928493 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:16.928536 [ 201 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_70_14} MergeTask::PrepareStage: Merging 5 parts: from all_1_66_13 to all_70_70_0 into Compact with storage Full 2026.04.10 22:29:16.928594 [ 6 ] {d02b3123-0028-4bf4-8efa-b0e4f3312cc7} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:29:16.928641 [ 6 ] {d02b3123-0028-4bf4-8efa-b0e4f3312cc7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:29:16.928686 [ 201 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_70_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:29:16.928731 [ 201 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_70_14} MergeTreeSequentialSource: Reading 5 marks from part all_1_66_13, total 25224 rows starting from the beginning of the part 2026.04.10 22:29:16.928807 [ 201 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 197 rows starting from the beginning of the part 2026.04.10 22:29:16.928861 [ 201 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 160 rows starting from the beginning of the part 2026.04.10 22:29:16.928908 [ 201 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 160 rows starting from the beginning of the part 2026.04.10 22:29:16.928952 [ 201 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 1531 rows starting from the beginning of the part 2026.04.10 22:29:16.929028 [ 6 ] {d02b3123-0028-4bf4-8efa-b0e4f3312cc7} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:16.929068 [ 6 ] {d02b3123-0028-4bf4-8efa-b0e4f3312cc7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2026.04.10 22:29:16.929397 [ 6 ] {d02b3123-0028-4bf4-8efa-b0e4f3312cc7} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.04.10 22:29:16.929617 [ 6 ] {d02b3123-0028-4bf4-8efa-b0e4f3312cc7} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:16.929751 [ 6 ] {d02b3123-0028-4bf4-8efa-b0e4f3312cc7} executeQuery: Read 36 rows, 2.48 KiB in 0.001179 sec., 30534.35114503817 rows/sec., 2.06 MiB/sec. 2026.04.10 22:29:16.929787 [ 6 ] {d02b3123-0028-4bf4-8efa-b0e4f3312cc7} TCPHandler: Processed in 0.001342157 sec. 2026.04.10 22:29:16.934739 [ 194 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_70_14} MergeTask::MergeProjectionsStage: Merge sorted 27272 rows, containing 5 columns (5 merged, 0 gathered) in 0.006245426 sec., 4366715.737245145 rows/sec., 281.80 MiB/sec. 2026.04.10 22:29:16.935131 [ 192 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_70_14} MergedBlockOutputStream: filled checksums all_1_70_14 (state Temporary) 2026.04.10 22:29:16.935469 [ 192 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_70_14} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Renaming temporary part tmp_merge_all_1_70_14 to all_1_70_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:16.935553 [ 192 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_70_14} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff) (MergerMutator): Merged 5 parts: [all_1_66_13, all_70_70_0] -> all_1_70_14 2026.04.10 22:29:16.935665 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. 2026.04.10 22:29:18.088759 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 23550 2026.04.10 22:29:18.089269 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:18.089303 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2026.04.10 22:29:18.089779 [ 245 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.04.10 22:29:18.090033 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): 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.10 22:29:18.090160 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23550 2026.04.10 22:29:19.314775 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 369 2026.04.10 22:29:19.331149 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:19.331202 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2026.04.10 22:29:19.337285 [ 244 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.04.10 22:29:19.337985 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): 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.10 22:29:19.340878 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 369 2026.04.10 22:29:20.678945 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1328 2026.04.10 22:29:20.682980 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:20.683086 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2026.04.10 22:29:20.685334 [ 243 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.04.10 22:29:20.685831 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): 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.10 22:29:20.686088 [ 131 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.04.10 22:29:20.686152 [ 131 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:20.686183 [ 131 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2026.04.10 22:29:20.686372 [ 194 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::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.10 22:29:20.686578 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1328 2026.04.10 22:29:20.687207 [ 194 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:29:20.687429 [ 194 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1164 rows starting from the beginning of the part 2026.04.10 22:29:20.687982 [ 194 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 32 rows starting from the beginning of the part 2026.04.10 22:29:20.688518 [ 194 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 38 rows starting from the beginning of the part 2026.04.10 22:29:20.689084 [ 194 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 24 rows starting from the beginning of the part 2026.04.10 22:29:20.689626 [ 194 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 32 rows starting from the beginning of the part 2026.04.10 22:29:20.690198 [ 194 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 38 rows starting from the beginning of the part 2026.04.10 22:29:20.702518 [ 196 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1328 rows, containing 72 columns (72 merged, 0 gathered) in 0.016225317 sec., 81847.39934510986 rows/sec., 66.78 MiB/sec. 2026.04.10 22:29:20.705066 [ 195 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.04.10 22:29:20.706205 [ 195 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_36_7} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): 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.10 22:29:20.706351 [ 195 ] {c182ef38-4263-4447-afa7-74ba56ba4f95::all_1_36_7} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.04.10 22:29:20.706743 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.93 MiB. 2026.04.10 22:29:21.223450 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45183 2026.04.10 22:29:21.223582 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:29:21.223614 [ 286 ] {} TCP-Session: cc31d0c5-0179-46cb-a925-8ac012833b65 Authenticating user 'default' from [fd00:1122:3344:101::e]:45183 2026.04.10 22:29:21.223643 [ 286 ] {} TCP-Session: cc31d0c5-0179-46cb-a925-8ac012833b65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.223661 [ 286 ] {} TCP-Session: cc31d0c5-0179-46cb-a925-8ac012833b65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.223953 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36268 2026.04.10 22:29:21.223999 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60436 2026.04.10 22:29:21.224026 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55425 2026.04.10 22:29:21.224032 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61003 2026.04.10 22:29:21.224080 [ 286 ] {} TCP-Session: cc31d0c5-0179-46cb-a925-8ac012833b65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:21.224101 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:29:21.224086 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:29:21.224148 [ 290 ] {} TCP-Session: d7b4a18f-167e-4c1b-ac8a-d01f098358c7 Authenticating user 'default' from [fd00:1122:3344:101::e]:60436 2026.04.10 22:29:21.224185 [ 288 ] {} TCP-Session: 8fa9ae72-3a15-4e32-885f-d7776def6887 Authenticating user 'default' from [fd00:1122:3344:101::e]:36268 2026.04.10 22:29:21.224192 [ 290 ] {} TCP-Session: d7b4a18f-167e-4c1b-ac8a-d01f098358c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.224234 [ 288 ] {} TCP-Session: 8fa9ae72-3a15-4e32-885f-d7776def6887 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.224242 [ 290 ] {} TCP-Session: d7b4a18f-167e-4c1b-ac8a-d01f098358c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.224268 [ 288 ] {} TCP-Session: 8fa9ae72-3a15-4e32-885f-d7776def6887 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.224073 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43050 2026.04.10 22:29:21.224306 [ 286 ] {34c5299f-eafe-4884-abb9-363b90216b61} executeQuery: (from [fd00:1122:3344:101::e]:45183) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.10 22:29:21.224345 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:29:21.224062 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60254 2026.04.10 22:29:21.224377 [ 353 ] {} TCP-Session: 92098968-9d37-4b5b-91ea-3269441fb13c Authenticating user 'default' from [fd00:1122:3344:101::e]:55425 2026.04.10 22:29:21.224042 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62122 2026.04.10 22:29:21.224416 [ 353 ] {} TCP-Session: 92098968-9d37-4b5b-91ea-3269441fb13c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.224015 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35988 2026.04.10 22:29:21.224480 [ 353 ] {} TCP-Session: 92098968-9d37-4b5b-91ea-3269441fb13c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.224593 [ 286 ] {34c5299f-eafe-4884-abb9-363b90216b61} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.10 22:29:21.224649 [ 286 ] {34c5299f-eafe-4884-abb9-363b90216b61} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 22:29:21.224833 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:29:21.224872 [ 355 ] {} TCP-Session: 8fe5f22d-363a-4db0-819c-0db977519a54 Authenticating user 'default' from [fd00:1122:3344:101::e]:60254 2026.04.10 22:29:21.224899 [ 355 ] {} TCP-Session: 8fe5f22d-363a-4db0-819c-0db977519a54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.224914 [ 355 ] {} TCP-Session: 8fe5f22d-363a-4db0-819c-0db977519a54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.224942 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:29:21.224949 [ 286 ] {34c5299f-eafe-4884-abb9-363b90216b61} oximeter.version (86b21b0a-84a9-4638-abea-877072e10dcd) (SelectExecutor): Key condition: unknown 2026.04.10 22:29:21.224982 [ 289 ] {} TCP-Session: bfcd988c-5450-4681-ab82-170b2e114b0e Authenticating user 'default' from [fd00:1122:3344:101::e]:35988 2026.04.10 22:29:21.225014 [ 289 ] {} TCP-Session: bfcd988c-5450-4681-ab82-170b2e114b0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.225028 [ 289 ] {} TCP-Session: bfcd988c-5450-4681-ab82-170b2e114b0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.225060 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:29:21.225097 [ 352 ] {} TCP-Session: 065093e7-8eb3-4675-a871-8c8e3754cb32 Authenticating user 'default' from [fd00:1122:3344:101::e]:61003 2026.04.10 22:29:21.225115 [ 352 ] {} TCP-Session: 065093e7-8eb3-4675-a871-8c8e3754cb32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.225132 [ 352 ] {} TCP-Session: 065093e7-8eb3-4675-a871-8c8e3754cb32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.225439 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:29:21.225480 [ 354 ] {} TCP-Session: 1a55f4e5-d155-488c-bf1c-ba9e56a7ba52 Authenticating user 'default' from [fd00:1122:3344:101::e]:62122 2026.04.10 22:29:21.225498 [ 354 ] {} TCP-Session: 1a55f4e5-d155-488c-bf1c-ba9e56a7ba52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.225514 [ 354 ] {} TCP-Session: 1a55f4e5-d155-488c-bf1c-ba9e56a7ba52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.225552 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:29:21.225587 [ 356 ] {} TCP-Session: 615565c6-41c9-4a1b-a591-c7623d7e20ab Authenticating user 'default' from [fd00:1122:3344:101::e]:43050 2026.04.10 22:29:21.225604 [ 356 ] {} TCP-Session: 615565c6-41c9-4a1b-a591-c7623d7e20ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.225618 [ 356 ] {} TCP-Session: 615565c6-41c9-4a1b-a591-c7623d7e20ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.225900 [ 296 ] {34c5299f-eafe-4884-abb9-363b90216b61} AggregatingTransform: Aggregating 2026.04.10 22:29:21.225945 [ 296 ] {34c5299f-eafe-4884-abb9-363b90216b61} Aggregator: Aggregation method: without_key 2026.04.10 22:29:21.225984 [ 296 ] {34c5299f-eafe-4884-abb9-363b90216b61} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000915879 sec. (1091.847 rows/sec., 42.65 KiB/sec.) 2026.04.10 22:29:21.226003 [ 296 ] {34c5299f-eafe-4884-abb9-363b90216b61} Aggregator: Merging aggregated data 2026.04.10 22:29:21.227584 [ 286 ] {34c5299f-eafe-4884-abb9-363b90216b61} executeQuery: Read 1 rows, 40.00 B in 0.003359 sec., 297.70765108663295 rows/sec., 11.63 KiB/sec. 2026.04.10 22:29:21.227741 [ 286 ] {34c5299f-eafe-4884-abb9-363b90216b61} TCPHandler: Processed in 0.003834857 sec. 2026.04.10 22:29:21.227824 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.10 22:29:21.227853 [ 286 ] {} TCP-Session: cc31d0c5-0179-46cb-a925-8ac012833b65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.227870 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.10 22:29:21.227897 [ 356 ] {} TCPHandler: Done processing connection. 2026.04.10 22:29:21.227916 [ 289 ] {} TCP-Session: bfcd988c-5450-4681-ab82-170b2e114b0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.227925 [ 353 ] {} TCPHandler: Done processing connection. 2026.04.10 22:29:21.227945 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.10 22:29:21.227959 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.10 22:29:21.227984 [ 353 ] {} TCP-Session: 92098968-9d37-4b5b-91ea-3269441fb13c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.228008 [ 290 ] {} TCP-Session: d7b4a18f-167e-4c1b-ac8a-d01f098358c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.228024 [ 288 ] {} TCP-Session: 8fa9ae72-3a15-4e32-885f-d7776def6887 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.228029 [ 355 ] {} TCPHandler: Done processing connection. 2026.04.10 22:29:21.228007 [ 352 ] {} TCPHandler: Done processing connection. 2026.04.10 22:29:21.228088 [ 355 ] {} TCP-Session: 8fe5f22d-363a-4db0-819c-0db977519a54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.227981 [ 354 ] {} TCPHandler: Done processing connection. 2026.04.10 22:29:21.228115 [ 352 ] {} TCP-Session: 065093e7-8eb3-4675-a871-8c8e3754cb32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.228145 [ 354 ] {} TCP-Session: 1a55f4e5-d155-488c-bf1c-ba9e56a7ba52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.227956 [ 356 ] {} TCP-Session: 615565c6-41c9-4a1b-a591-c7623d7e20ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.254076 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54529 2026.04.10 22:29:21.254164 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:29:21.254189 [ 286 ] {} TCP-Session: 3a57435a-34d8-4ae5-8d06-c3bfe5e6e0b3 Authenticating user 'default' from [fd00:1122:3344:101::e]:54529 2026.04.10 22:29:21.254209 [ 286 ] {} TCP-Session: 3a57435a-34d8-4ae5-8d06-c3bfe5e6e0b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.254222 [ 286 ] {} TCP-Session: 3a57435a-34d8-4ae5-8d06-c3bfe5e6e0b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.254389 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57301 2026.04.10 22:29:21.254408 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50284 2026.04.10 22:29:21.254439 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47196 2026.04.10 22:29:21.254451 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61219 2026.04.10 22:29:21.254495 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:29:21.254496 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50058 2026.04.10 22:29:21.254531 [ 288 ] {} TCP-Session: 1b57f696-c9c5-4150-9c50-b8b054968f11 Authenticating user 'default' from [fd00:1122:3344:101::e]:57301 2026.04.10 22:29:21.254533 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:29:21.254558 [ 288 ] {} TCP-Session: 1b57f696-c9c5-4150-9c50-b8b054968f11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.254569 [ 286 ] {} TCP-Session: 3a57435a-34d8-4ae5-8d06-c3bfe5e6e0b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:21.254582 [ 289 ] {} TCP-Session: 03e382ac-ddf5-4220-a786-ce162e783357 Authenticating user 'default' from [fd00:1122:3344:101::e]:50284 2026.04.10 22:29:21.254582 [ 288 ] {} TCP-Session: 1b57f696-c9c5-4150-9c50-b8b054968f11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.254587 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:29:21.254622 [ 289 ] {} TCP-Session: 03e382ac-ddf5-4220-a786-ce162e783357 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.254657 [ 356 ] {} TCP-Session: 41d0f469-962c-402f-a760-d5d7ad22c906 Authenticating user 'default' from [fd00:1122:3344:101::e]:50058 2026.04.10 22:29:21.254669 [ 289 ] {} TCP-Session: 03e382ac-ddf5-4220-a786-ce162e783357 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.254687 [ 356 ] {} TCP-Session: 41d0f469-962c-402f-a760-d5d7ad22c906 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.254565 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:29:21.254714 [ 356 ] {} TCP-Session: 41d0f469-962c-402f-a760-d5d7ad22c906 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.254738 [ 286 ] {ec80539b-75d2-47f6-852b-1c283531646b} executeQuery: (from [fd00:1122:3344:101::e]:54529) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.10 22:29:21.254757 [ 353 ] {} TCP-Session: 25b78035-d11a-47cf-a6ac-a25b299b95a1 Authenticating user 'default' from [fd00:1122:3344:101::e]:61219 2026.04.10 22:29:21.254527 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:29:21.254792 [ 353 ] {} TCP-Session: 25b78035-d11a-47cf-a6ac-a25b299b95a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.254817 [ 352 ] {} TCP-Session: a6401ec7-f4a6-42a4-a8fa-369747f75b69 Authenticating user 'default' from [fd00:1122:3344:101::e]:47196 2026.04.10 22:29:21.254835 [ 353 ] {} TCP-Session: 25b78035-d11a-47cf-a6ac-a25b299b95a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.254849 [ 352 ] {} TCP-Session: a6401ec7-f4a6-42a4-a8fa-369747f75b69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.254463 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49350 2026.04.10 22:29:21.254875 [ 352 ] {} TCP-Session: a6401ec7-f4a6-42a4-a8fa-369747f75b69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.254420 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39825 2026.04.10 22:29:21.254471 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60651 2026.04.10 22:29:21.254951 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:29:21.254988 [ 286 ] {ec80539b-75d2-47f6-852b-1c283531646b} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.10 22:29:21.254990 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:29:21.255017 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:29:21.255035 [ 290 ] {} TCP-Session: e12ff93d-098b-4bc7-b5c1-b15ef0f77be1 Authenticating user 'default' from [fd00:1122:3344:101::e]:39825 2026.04.10 22:29:21.255046 [ 286 ] {ec80539b-75d2-47f6-852b-1c283531646b} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 22:29:21.255054 [ 355 ] {} TCP-Session: f691cf3c-a4f6-4f4e-8422-8b2c75da1aaf Authenticating user 'default' from [fd00:1122:3344:101::e]:60651 2026.04.10 22:29:21.255071 [ 290 ] {} TCP-Session: e12ff93d-098b-4bc7-b5c1-b15ef0f77be1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.255093 [ 355 ] {} TCP-Session: f691cf3c-a4f6-4f4e-8422-8b2c75da1aaf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.255107 [ 290 ] {} TCP-Session: e12ff93d-098b-4bc7-b5c1-b15ef0f77be1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.255119 [ 355 ] {} TCP-Session: f691cf3c-a4f6-4f4e-8422-8b2c75da1aaf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.254995 [ 354 ] {} TCP-Session: c5bb34b2-2997-454b-9289-10e4bdba60b8 Authenticating user 'default' from [fd00:1122:3344:101::e]:49350 2026.04.10 22:29:21.255163 [ 354 ] {} TCP-Session: c5bb34b2-2997-454b-9289-10e4bdba60b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.255176 [ 354 ] {} TCP-Session: c5bb34b2-2997-454b-9289-10e4bdba60b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.255347 [ 286 ] {ec80539b-75d2-47f6-852b-1c283531646b} oximeter.version (86b21b0a-84a9-4638-abea-877072e10dcd) (SelectExecutor): Key condition: unknown 2026.04.10 22:29:21.256309 [ 317 ] {ec80539b-75d2-47f6-852b-1c283531646b} AggregatingTransform: Aggregating 2026.04.10 22:29:21.256356 [ 317 ] {ec80539b-75d2-47f6-852b-1c283531646b} Aggregator: Aggregation method: without_key 2026.04.10 22:29:21.256395 [ 317 ] {ec80539b-75d2-47f6-852b-1c283531646b} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000947599 sec. (1055.299 rows/sec., 41.22 KiB/sec.) 2026.04.10 22:29:21.256416 [ 317 ] {ec80539b-75d2-47f6-852b-1c283531646b} Aggregator: Merging aggregated data 2026.04.10 22:29:21.257948 [ 286 ] {ec80539b-75d2-47f6-852b-1c283531646b} executeQuery: Read 1 rows, 40.00 B in 0.003261 sec., 306.65440049064705 rows/sec., 11.98 KiB/sec. 2026.04.10 22:29:21.258121 [ 286 ] {ec80539b-75d2-47f6-852b-1c283531646b} TCPHandler: Processed in 0.003655663 sec. 2026.04.10 22:29:21.258229 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.10 22:29:21.258261 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.10 22:29:21.258268 [ 286 ] {} TCP-Session: 3a57435a-34d8-4ae5-8d06-c3bfe5e6e0b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.258283 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.10 22:29:21.258302 [ 353 ] {} TCPHandler: Done processing connection. 2026.04.10 22:29:21.258319 [ 352 ] {} TCPHandler: Done processing connection. 2026.04.10 22:29:21.258356 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.10 22:29:21.258367 [ 353 ] {} TCP-Session: 25b78035-d11a-47cf-a6ac-a25b299b95a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.258371 [ 356 ] {} TCPHandler: Done processing connection. 2026.04.10 22:29:21.258398 [ 290 ] {} TCP-Session: e12ff93d-098b-4bc7-b5c1-b15ef0f77be1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.258394 [ 355 ] {} TCPHandler: Done processing connection. 2026.04.10 22:29:21.258429 [ 356 ] {} TCP-Session: 41d0f469-962c-402f-a760-d5d7ad22c906 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.258383 [ 352 ] {} TCP-Session: a6401ec7-f4a6-42a4-a8fa-369747f75b69 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.258469 [ 355 ] {} TCP-Session: f691cf3c-a4f6-4f4e-8422-8b2c75da1aaf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.258352 [ 354 ] {} TCPHandler: Done processing connection. 2026.04.10 22:29:21.258338 [ 288 ] {} TCP-Session: 1b57f696-c9c5-4150-9c50-b8b054968f11 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.258533 [ 354 ] {} TCP-Session: c5bb34b2-2997-454b-9289-10e4bdba60b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.258306 [ 289 ] {} TCP-Session: 03e382ac-ddf5-4220-a786-ce162e783357 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.768355 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40571 2026.04.10 22:29:21.768457 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:29:21.768485 [ 353 ] {} TCP-Session: 68b7a35f-5768-4204-965b-8d71791f83dd Authenticating user 'default' from [fd00:1122:3344:101::e]:40571 2026.04.10 22:29:21.768509 [ 353 ] {} TCP-Session: 68b7a35f-5768-4204-965b-8d71791f83dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.768524 [ 353 ] {} TCP-Session: 68b7a35f-5768-4204-965b-8d71791f83dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.768704 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39488 2026.04.10 22:29:21.768760 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51425 2026.04.10 22:29:21.768785 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64693 2026.04.10 22:29:21.768807 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34798 2026.04.10 22:29:21.768827 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:29:21.768831 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61495 2026.04.10 22:29:21.768882 [ 354 ] {} TCP-Session: ab0970f3-7f91-4f48-8415-60d36d7349bb Authenticating user 'default' from [fd00:1122:3344:101::e]:39488 2026.04.10 22:29:21.768898 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:29:21.768911 [ 353 ] {} TCP-Session: 68b7a35f-5768-4204-965b-8d71791f83dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:21.768948 [ 286 ] {} TCP-Session: 06e5acbb-ee2c-44ef-86f0-e8c15b86f097 Authenticating user 'default' from [fd00:1122:3344:101::e]:64693 2026.04.10 22:29:21.768941 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:29:21.768973 [ 286 ] {} TCP-Session: 06e5acbb-ee2c-44ef-86f0-e8c15b86f097 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.769008 [ 286 ] {} TCP-Session: 06e5acbb-ee2c-44ef-86f0-e8c15b86f097 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.769009 [ 352 ] {} TCP-Session: 1efb0f7a-7112-4bcc-8bda-824f9d3d04c4 Authenticating user 'default' from [fd00:1122:3344:101::e]:61495 2026.04.10 22:29:21.768932 [ 354 ] {} TCP-Session: ab0970f3-7f91-4f48-8415-60d36d7349bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.769063 [ 352 ] {} TCP-Session: 1efb0f7a-7112-4bcc-8bda-824f9d3d04c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.769085 [ 354 ] {} TCP-Session: ab0970f3-7f91-4f48-8415-60d36d7349bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.769102 [ 352 ] {} TCP-Session: 1efb0f7a-7112-4bcc-8bda-824f9d3d04c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.768912 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:29:21.769132 [ 353 ] {90f22752-9455-43bc-bf95-98730ca62cfd} executeQuery: (from [fd00:1122:3344:101::e]:40571) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.10 22:29:21.768816 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49955 2026.04.10 22:29:21.769189 [ 289 ] {} TCP-Session: b0af0824-3946-4b37-bab8-2090a0d015a4 Authenticating user 'default' from [fd00:1122:3344:101::e]:34798 2026.04.10 22:29:21.768798 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36673 2026.04.10 22:29:21.769243 [ 289 ] {} TCP-Session: b0af0824-3946-4b37-bab8-2090a0d015a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.769265 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:29:21.769291 [ 289 ] {} TCP-Session: b0af0824-3946-4b37-bab8-2090a0d015a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.769312 [ 290 ] {} TCP-Session: dbe14b13-85d9-4ff3-812c-833ea00ec245 Authenticating user 'default' from [fd00:1122:3344:101::e]:49955 2026.04.10 22:29:21.768772 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34114 2026.04.10 22:29:21.769344 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:29:21.769341 [ 290 ] {} TCP-Session: dbe14b13-85d9-4ff3-812c-833ea00ec245 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.769396 [ 288 ] {} TCP-Session: 9c76c56a-fc14-4fd5-89d9-58522a6b6aaf Authenticating user 'default' from [fd00:1122:3344:101::e]:36673 2026.04.10 22:29:21.769411 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:29:21.769425 [ 290 ] {} TCP-Session: dbe14b13-85d9-4ff3-812c-833ea00ec245 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.769438 [ 288 ] {} TCP-Session: 9c76c56a-fc14-4fd5-89d9-58522a6b6aaf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.769447 [ 356 ] {} TCP-Session: 04f9de71-03aa-4f4c-b89f-7825659fafc1 Authenticating user 'default' from [fd00:1122:3344:101::e]:34114 2026.04.10 22:29:21.769474 [ 288 ] {} TCP-Session: 9c76c56a-fc14-4fd5-89d9-58522a6b6aaf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.769490 [ 356 ] {} TCP-Session: 04f9de71-03aa-4f4c-b89f-7825659fafc1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.769501 [ 353 ] {90f22752-9455-43bc-bf95-98730ca62cfd} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.10 22:29:21.769508 [ 356 ] {} TCP-Session: 04f9de71-03aa-4f4c-b89f-7825659fafc1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.768887 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 22:29:21.769580 [ 353 ] {90f22752-9455-43bc-bf95-98730ca62cfd} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 22:29:21.769586 [ 355 ] {} TCP-Session: ff12175a-bb80-40ce-a5d2-98ab7e2e63d2 Authenticating user 'default' from [fd00:1122:3344:101::e]:51425 2026.04.10 22:29:21.769622 [ 355 ] {} TCP-Session: ff12175a-bb80-40ce-a5d2-98ab7e2e63d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.769635 [ 355 ] {} TCP-Session: ff12175a-bb80-40ce-a5d2-98ab7e2e63d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.769903 [ 353 ] {90f22752-9455-43bc-bf95-98730ca62cfd} oximeter.version (86b21b0a-84a9-4638-abea-877072e10dcd) (SelectExecutor): Key condition: unknown 2026.04.10 22:29:21.770879 [ 309 ] {90f22752-9455-43bc-bf95-98730ca62cfd} AggregatingTransform: Aggregating 2026.04.10 22:29:21.770920 [ 309 ] {90f22752-9455-43bc-bf95-98730ca62cfd} Aggregator: Aggregation method: without_key 2026.04.10 22:29:21.770956 [ 309 ] {90f22752-9455-43bc-bf95-98730ca62cfd} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000950709 sec. (1051.847 rows/sec., 41.09 KiB/sec.) 2026.04.10 22:29:21.770972 [ 309 ] {90f22752-9455-43bc-bf95-98730ca62cfd} Aggregator: Merging aggregated data 2026.04.10 22:29:21.772335 [ 353 ] {90f22752-9455-43bc-bf95-98730ca62cfd} executeQuery: Read 1 rows, 40.00 B in 0.003268 sec., 305.99755201958385 rows/sec., 11.95 KiB/sec. 2026.04.10 22:29:21.772426 [ 353 ] {90f22752-9455-43bc-bf95-98730ca62cfd} TCPHandler: Processed in 0.003703525 sec. 2026.04.10 22:29:21.772532 [ 353 ] {} TCPHandler: Done processing connection. 2026.04.10 22:29:21.772566 [ 354 ] {} TCPHandler: Done processing connection. 2026.04.10 22:29:21.772578 [ 353 ] {} TCP-Session: 68b7a35f-5768-4204-965b-8d71791f83dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.772595 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.10 22:29:21.772620 [ 354 ] {} TCP-Session: ab0970f3-7f91-4f48-8415-60d36d7349bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.772620 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.10 22:29:21.772722 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.10 22:29:21.772752 [ 289 ] {} TCP-Session: b0af0824-3946-4b37-bab8-2090a0d015a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.772783 [ 290 ] {} TCP-Session: dbe14b13-85d9-4ff3-812c-833ea00ec245 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.772718 [ 356 ] {} TCPHandler: Done processing connection. 2026.04.10 22:29:21.772714 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.10 22:29:21.772679 [ 355 ] {} TCPHandler: Done processing connection. 2026.04.10 22:29:21.772902 [ 286 ] {} TCP-Session: 06e5acbb-ee2c-44ef-86f0-e8c15b86f097 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.772658 [ 288 ] {} TCP-Session: 9c76c56a-fc14-4fd5-89d9-58522a6b6aaf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.772932 [ 355 ] {} TCP-Session: ff12175a-bb80-40ce-a5d2-98ab7e2e63d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.772650 [ 352 ] {} TCPHandler: Done processing connection. 2026.04.10 22:29:21.772850 [ 356 ] {} TCP-Session: 04f9de71-03aa-4f4c-b89f-7825659fafc1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.773001 [ 352 ] {} TCP-Session: 1efb0f7a-7112-4bcc-8bda-824f9d3d04c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 22:29:21.927184 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:21.927437 [ 6 ] {9143dcdc-9af5-4de7-8c5a-ef982d1b3a64} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:29:21.927511 [ 6 ] {9143dcdc-9af5-4de7-8c5a-ef982d1b3a64} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:29:21.928238 [ 6 ] {9143dcdc-9af5-4de7-8c5a-ef982d1b3a64} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:21.928291 [ 6 ] {9143dcdc-9af5-4de7-8c5a-ef982d1b3a64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2026.04.10 22:29:21.928730 [ 6 ] {9143dcdc-9af5-4de7-8c5a-ef982d1b3a64} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.04.10 22:29:21.928978 [ 6 ] {9143dcdc-9af5-4de7-8c5a-ef982d1b3a64} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:21.929148 [ 6 ] {9143dcdc-9af5-4de7-8c5a-ef982d1b3a64} executeQuery: Read 92 rows, 7.96 KiB in 0.001763 sec., 52183.77765173001 rows/sec., 4.41 MiB/sec. 2026.04.10 22:29:21.929204 [ 6 ] {9143dcdc-9af5-4de7-8c5a-ef982d1b3a64} TCPHandler: Processed in 0.002157884 sec. 2026.04.10 22:29:21.929336 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:21.929445 [ 6 ] {578f88e6-021b-41ad-9ee9-ab78dd1b192f} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:29:21.929490 [ 6 ] {578f88e6-021b-41ad-9ee9-ab78dd1b192f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:29:21.929934 [ 6 ] {578f88e6-021b-41ad-9ee9-ab78dd1b192f} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:21.929976 [ 6 ] {578f88e6-021b-41ad-9ee9-ab78dd1b192f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2026.04.10 22:29:21.930330 [ 6 ] {578f88e6-021b-41ad-9ee9-ab78dd1b192f} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.04.10 22:29:21.930556 [ 6 ] {578f88e6-021b-41ad-9ee9-ab78dd1b192f} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): 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.10 22:29:21.930697 [ 6 ] {578f88e6-021b-41ad-9ee9-ab78dd1b192f} executeQuery: Read 18 rows, 1.35 KiB in 0.001279 sec., 14073.494917904613 rows/sec., 1.03 MiB/sec. 2026.04.10 22:29:21.930740 [ 6 ] {578f88e6-021b-41ad-9ee9-ab78dd1b192f} TCPHandler: Processed in 0.00145861 sec. 2026.04.10 22:29:21.930855 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:21.930956 [ 6 ] {1586b929-635c-4a77-bd2d-8285968846be} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:29:21.930999 [ 6 ] {1586b929-635c-4a77-bd2d-8285968846be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:29:21.931426 [ 6 ] {1586b929-635c-4a77-bd2d-8285968846be} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:21.931465 [ 6 ] {1586b929-635c-4a77-bd2d-8285968846be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2026.04.10 22:29:21.931782 [ 6 ] {1586b929-635c-4a77-bd2d-8285968846be} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.04.10 22:29:21.932010 [ 6 ] {1586b929-635c-4a77-bd2d-8285968846be} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:21.932146 [ 6 ] {1586b929-635c-4a77-bd2d-8285968846be} executeQuery: Read 82 rows, 6.56 KiB in 0.001211 sec., 67712.63418662263 rows/sec., 5.29 MiB/sec. 2026.04.10 22:29:21.932185 [ 6 ] {1586b929-635c-4a77-bd2d-8285968846be} TCPHandler: Processed in 0.001382068 sec. 2026.04.10 22:29:21.932300 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:21.932399 [ 6 ] {5ae99dd0-fc90-4345-9863-91257621370d} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:29:21.932445 [ 6 ] {5ae99dd0-fc90-4345-9863-91257621370d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:29:21.932869 [ 6 ] {5ae99dd0-fc90-4345-9863-91257621370d} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:21.932905 [ 6 ] {5ae99dd0-fc90-4345-9863-91257621370d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2026.04.10 22:29:21.933242 [ 6 ] {5ae99dd0-fc90-4345-9863-91257621370d} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.04.10 22:29:21.933469 [ 6 ] {5ae99dd0-fc90-4345-9863-91257621370d} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:21.933630 [ 6 ] {5ae99dd0-fc90-4345-9863-91257621370d} executeQuery: Read 160 rows, 11.41 KiB in 0.001252 sec., 127795.5271565495 rows/sec., 8.90 MiB/sec. 2026.04.10 22:29:21.933672 [ 6 ] {5ae99dd0-fc90-4345-9863-91257621370d} TCPHandler: Processed in 0.001422569 sec. 2026.04.10 22:29:21.933828 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:21.933931 [ 6 ] {6f39e144-1c5d-4ac1-b485-8aae54769428} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:29:21.934003 [ 6 ] {6f39e144-1c5d-4ac1-b485-8aae54769428} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:29:21.934820 [ 6 ] {6f39e144-1c5d-4ac1-b485-8aae54769428} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:21.934859 [ 6 ] {6f39e144-1c5d-4ac1-b485-8aae54769428} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2026.04.10 22:29:21.935415 [ 6 ] {6f39e144-1c5d-4ac1-b485-8aae54769428} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.04.10 22:29:21.935679 [ 6 ] {6f39e144-1c5d-4ac1-b485-8aae54769428} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): 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.10 22:29:21.935824 [ 6 ] {6f39e144-1c5d-4ac1-b485-8aae54769428} executeQuery: Read 18 rows, 33.03 KiB in 0.001918 sec., 9384.775808133472 rows/sec., 16.82 MiB/sec. 2026.04.10 22:29:21.935880 [ 6 ] {6f39e144-1c5d-4ac1-b485-8aae54769428} TCPHandler: Processed in 0.002103843 sec. 2026.04.10 22:29:21.936004 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:21.936109 [ 6 ] {c844b977-3f13-4225-821c-d5f056219e9e} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:29:21.936151 [ 6 ] {c844b977-3f13-4225-821c-d5f056219e9e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:29:21.936506 [ 6 ] {c844b977-3f13-4225-821c-d5f056219e9e} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:21.936542 [ 6 ] {c844b977-3f13-4225-821c-d5f056219e9e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2026.04.10 22:29:21.936896 [ 6 ] {c844b977-3f13-4225-821c-d5f056219e9e} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.04.10 22:29:21.937161 [ 6 ] {c844b977-3f13-4225-821c-d5f056219e9e} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:21.937284 [ 130 ] {} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.04.10 22:29:21.937294 [ 6 ] {c844b977-3f13-4225-821c-d5f056219e9e} executeQuery: Read 60 rows, 4.14 KiB in 0.001204 sec., 49833.88704318937 rows/sec., 3.36 MiB/sec. 2026.04.10 22:29:21.937366 [ 130 ] {} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:21.937373 [ 6 ] {c844b977-3f13-4225-821c-d5f056219e9e} TCPHandler: Processed in 0.001418379 sec. 2026.04.10 22:29:21.937397 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. 2026.04.10 22:29:21.937495 [ 199 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2026.04.10 22:29:21.937585 [ 199 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:29:21.937614 [ 199 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3408 rows starting from the beginning of the part 2026.04.10 22:29:21.937669 [ 199 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 60 rows starting from the beginning of the part 2026.04.10 22:29:21.937714 [ 199 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 60 rows starting from the beginning of the part 2026.04.10 22:29:21.937752 [ 199 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 24 rows starting from the beginning of the part 2026.04.10 22:29:21.937790 [ 199 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 36 rows starting from the beginning of the part 2026.04.10 22:29:21.937825 [ 199 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 60 rows starting from the beginning of the part 2026.04.10 22:29:21.938900 [ 196 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 3648 rows, containing 4 columns (4 merged, 0 gathered) in 0.001438069 sec., 2536735.024536375 rows/sec., 166.25 MiB/sec. 2026.04.10 22:29:21.939163 [ 187 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.04.10 22:29:21.939423 [ 187 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_71_14} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:21.939493 [ 187 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_71_14} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.04.10 22:29:21.939563 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. 2026.04.10 22:29:22.000199 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 321.85 MiB, peak 333.50 MiB, free memory in arenas 0.00 B, will set to 320.76 MiB (RSS), difference: -1.09 MiB 2026.04.10 22:29:25.409039 [ 126 ] {} DNSResolver: Updating DNS cache 2026.04.10 22:29:25.409109 [ 126 ] {} DNSResolver: Updated DNS cache 2026.04.10 22:29:25.590317 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 23998 2026.04.10 22:29:25.590875 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:25.590923 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2026.04.10 22:29:25.591412 [ 245 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.04.10 22:29:25.591637 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): 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.10 22:29:25.591762 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23998 2026.04.10 22:29:25.937203 [ 126 ] {} oximeter.fields_u64 (afb0d53c-68be-41f0-aba9-0a79183ebbbe) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.04.10 22:29:25.937304 [ 126 ] {} oximeter.fields_u64 (afb0d53c-68be-41f0-aba9-0a79183ebbbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:25.937343 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2026.04.10 22:29:25.937493 [ 199 ] {afb0d53c-68be-41f0-aba9-0a79183ebbbe::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.10 22:29:25.937657 [ 199 ] {afb0d53c-68be-41f0-aba9-0a79183ebbbe::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:29:25.937701 [ 199 ] {afb0d53c-68be-41f0-aba9-0a79183ebbbe::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 2 rows starting from the beginning of the part 2026.04.10 22:29:25.937776 [ 199 ] {afb0d53c-68be-41f0-aba9-0a79183ebbbe::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part 2026.04.10 22:29:25.937827 [ 199 ] {afb0d53c-68be-41f0-aba9-0a79183ebbbe::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.10 22:29:25.937873 [ 199 ] {afb0d53c-68be-41f0-aba9-0a79183ebbbe::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part 2026.04.10 22:29:25.937918 [ 199 ] {afb0d53c-68be-41f0-aba9-0a79183ebbbe::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part 2026.04.10 22:29:25.938628 [ 199 ] {afb0d53c-68be-41f0-aba9-0a79183ebbbe::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 6 rows, containing 5 columns (5 merged, 0 gathered) in 0.001199914 sec., 5000.35835901573 rows/sec., 371.12 KiB/sec. 2026.04.10 22:29:25.938726 [ 199 ] {afb0d53c-68be-41f0-aba9-0a79183ebbbe::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.04.10 22:29:25.938959 [ 199 ] {afb0d53c-68be-41f0-aba9-0a79183ebbbe::all_1_9_2} oximeter.fields_u64 (afb0d53c-68be-41f0-aba9-0a79183ebbbe): 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.10 22:29:25.939024 [ 199 ] {afb0d53c-68be-41f0-aba9-0a79183ebbbe::all_1_9_2} oximeter.fields_u64 (afb0d53c-68be-41f0-aba9-0a79183ebbbe) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.04.10 22:29:25.939088 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.04.10 22:29:26.564295 [ 126 ] {} oximeter.fields_ipaddr (b4784700-91f7-4af4-af29-376f839f9b40) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 2026.04.10 22:29:26.564371 [ 126 ] {} oximeter.fields_ipaddr (b4784700-91f7-4af4-af29-376f839f9b40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:26.564397 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2026.04.10 22:29:26.564540 [ 196 ] {b4784700-91f7-4af4-af29-376f839f9b40::all_1_21_5} MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full 2026.04.10 22:29:26.564728 [ 196 ] {b4784700-91f7-4af4-af29-376f839f9b40::all_1_21_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:29:26.564774 [ 196 ] {b4784700-91f7-4af4-af29-376f839f9b40::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 20 rows starting from the beginning of the part 2026.04.10 22:29:26.564867 [ 196 ] {b4784700-91f7-4af4-af29-376f839f9b40::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part 2026.04.10 22:29:26.564927 [ 196 ] {b4784700-91f7-4af4-af29-376f839f9b40::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 4 rows starting from the beginning of the part 2026.04.10 22:29:26.564984 [ 196 ] {b4784700-91f7-4af4-af29-376f839f9b40::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 2 rows starting from the beginning of the part 2026.04.10 22:29:26.565039 [ 196 ] {b4784700-91f7-4af4-af29-376f839f9b40::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part 2026.04.10 22:29:26.565803 [ 198 ] {b4784700-91f7-4af4-af29-376f839f9b40::all_1_21_5} MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.001333287 sec., 28500.990409416725 rows/sec., 2.38 MiB/sec. 2026.04.10 22:29:26.565964 [ 198 ] {b4784700-91f7-4af4-af29-376f839f9b40::all_1_21_5} MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) 2026.04.10 22:29:26.566258 [ 198 ] {b4784700-91f7-4af4-af29-376f839f9b40::all_1_21_5} oximeter.fields_ipaddr (b4784700-91f7-4af4-af29-376f839f9b40): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:26.566335 [ 198 ] {b4784700-91f7-4af4-af29-376f839f9b40::all_1_21_5} oximeter.fields_ipaddr (b4784700-91f7-4af4-af29-376f839f9b40) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 2026.04.10 22:29:26.566439 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.04.10 22:29:26.840993 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 377 2026.04.10 22:29:26.859622 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:26.859672 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2026.04.10 22:29:26.865834 [ 244 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.04.10 22:29:26.866511 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): 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.10 22:29:26.869780 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 377 2026.04.10 22:29:26.927718 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:26.927924 [ 6 ] {b4453938-07a7-4e94-8ffe-e88225fdc3bf} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:29:26.927998 [ 6 ] {b4453938-07a7-4e94-8ffe-e88225fdc3bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:29:26.928864 [ 6 ] {b4453938-07a7-4e94-8ffe-e88225fdc3bf} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:26.928915 [ 6 ] {b4453938-07a7-4e94-8ffe-e88225fdc3bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2026.04.10 22:29:26.929316 [ 6 ] {b4453938-07a7-4e94-8ffe-e88225fdc3bf} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.04.10 22:29:26.929538 [ 6 ] {b4453938-07a7-4e94-8ffe-e88225fdc3bf} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:26.929690 [ 6 ] {b4453938-07a7-4e94-8ffe-e88225fdc3bf} executeQuery: Read 102 rows, 8.74 KiB in 0.001824 sec., 55921.05263157895 rows/sec., 4.68 MiB/sec. 2026.04.10 22:29:26.929733 [ 6 ] {b4453938-07a7-4e94-8ffe-e88225fdc3bf} TCPHandler: Processed in 0.002152384 sec. 2026.04.10 22:29:26.929873 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:26.929968 [ 6 ] {b9204f12-8ae0-475a-b407-e2e6bea82523} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:29:26.930008 [ 6 ] {b9204f12-8ae0-475a-b407-e2e6bea82523} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:29:26.930483 [ 6 ] {b9204f12-8ae0-475a-b407-e2e6bea82523} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:26.930518 [ 6 ] {b9204f12-8ae0-475a-b407-e2e6bea82523} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2026.04.10 22:29:26.930804 [ 6 ] {b9204f12-8ae0-475a-b407-e2e6bea82523} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.04.10 22:29:26.931021 [ 6 ] {b9204f12-8ae0-475a-b407-e2e6bea82523} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:26.931169 [ 6 ] {b9204f12-8ae0-475a-b407-e2e6bea82523} executeQuery: Read 23 rows, 1.73 KiB in 0.00122 sec., 18852.459016393444 rows/sec., 1.38 MiB/sec. 2026.04.10 22:29:26.931213 [ 6 ] {b9204f12-8ae0-475a-b407-e2e6bea82523} TCPHandler: Processed in 0.001396388 sec. 2026.04.10 22:29:26.931518 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:26.931620 [ 6 ] {65591a2e-c5e3-44ef-8bad-15e9eb43edd1} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:29:26.931660 [ 6 ] {65591a2e-c5e3-44ef-8bad-15e9eb43edd1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:29:26.932116 [ 6 ] {65591a2e-c5e3-44ef-8bad-15e9eb43edd1} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:26.932151 [ 6 ] {65591a2e-c5e3-44ef-8bad-15e9eb43edd1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2026.04.10 22:29:26.932455 [ 6 ] {65591a2e-c5e3-44ef-8bad-15e9eb43edd1} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.04.10 22:29:26.932654 [ 6 ] {65591a2e-c5e3-44ef-8bad-15e9eb43edd1} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:26.932780 [ 6 ] {65591a2e-c5e3-44ef-8bad-15e9eb43edd1} executeQuery: Read 87 rows, 6.96 KiB in 0.001179 sec., 73791.3486005089 rows/sec., 5.76 MiB/sec. 2026.04.10 22:29:26.932818 [ 6 ] {65591a2e-c5e3-44ef-8bad-15e9eb43edd1} TCPHandler: Processed in 0.001351138 sec. 2026.04.10 22:29:26.932934 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:26.933028 [ 6 ] {f5152b92-ca18-412d-83ef-95e954d7237d} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:29:26.933070 [ 6 ] {f5152b92-ca18-412d-83ef-95e954d7237d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:29:26.933504 [ 6 ] {f5152b92-ca18-412d-83ef-95e954d7237d} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:26.933540 [ 6 ] {f5152b92-ca18-412d-83ef-95e954d7237d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2026.04.10 22:29:26.933864 [ 6 ] {f5152b92-ca18-412d-83ef-95e954d7237d} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.04.10 22:29:26.934062 [ 6 ] {f5152b92-ca18-412d-83ef-95e954d7237d} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:26.934192 [ 6 ] {f5152b92-ca18-412d-83ef-95e954d7237d} executeQuery: Read 160 rows, 11.41 KiB in 0.001183 sec., 135249.36601859677 rows/sec., 9.42 MiB/sec. 2026.04.10 22:29:26.934256 [ 6 ] {f5152b92-ca18-412d-83ef-95e954d7237d} TCPHandler: Processed in 0.001367888 sec. 2026.04.10 22:29:26.934422 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:26.934534 [ 6 ] {a2545629-7fe6-4ea5-a681-4b90d1a9d2c0} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:29:26.934598 [ 6 ] {a2545629-7fe6-4ea5-a681-4b90d1a9d2c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:29:26.935522 [ 6 ] {a2545629-7fe6-4ea5-a681-4b90d1a9d2c0} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:26.935560 [ 6 ] {a2545629-7fe6-4ea5-a681-4b90d1a9d2c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2026.04.10 22:29:26.936108 [ 6 ] {a2545629-7fe6-4ea5-a681-4b90d1a9d2c0} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.04.10 22:29:26.936339 [ 6 ] {a2545629-7fe6-4ea5-a681-4b90d1a9d2c0} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:26.936495 [ 6 ] {a2545629-7fe6-4ea5-a681-4b90d1a9d2c0} executeQuery: Read 23 rows, 42.20 KiB in 0.001986 sec., 11581.067472306144 rows/sec., 20.75 MiB/sec. 2026.04.10 22:29:26.936549 [ 6 ] {a2545629-7fe6-4ea5-a681-4b90d1a9d2c0} TCPHandler: Processed in 0.002196854 sec. 2026.04.10 22:29:26.936665 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:26.936759 [ 6 ] {390acafe-ebd9-4c12-99ef-cbf4237d6ce6} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:29:26.936800 [ 6 ] {390acafe-ebd9-4c12-99ef-cbf4237d6ce6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:29:26.937140 [ 6 ] {390acafe-ebd9-4c12-99ef-cbf4237d6ce6} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:26.937176 [ 6 ] {390acafe-ebd9-4c12-99ef-cbf4237d6ce6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2026.04.10 22:29:26.937470 [ 6 ] {390acafe-ebd9-4c12-99ef-cbf4237d6ce6} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.04.10 22:29:26.937672 [ 6 ] {390acafe-ebd9-4c12-99ef-cbf4237d6ce6} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:26.937795 [ 6 ] {390acafe-ebd9-4c12-99ef-cbf4237d6ce6} executeQuery: Read 60 rows, 4.14 KiB in 0.001054 sec., 56925.99620493359 rows/sec., 3.84 MiB/sec. 2026.04.10 22:29:26.937830 [ 6 ] {390acafe-ebd9-4c12-99ef-cbf4237d6ce6} TCPHandler: Processed in 0.001212585 sec. 2026.04.10 22:29:30.686769 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1358 2026.04.10 22:29:30.689579 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:30.689628 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2026.04.10 22:29:30.690821 [ 243 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.04.10 22:29:30.691089 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): 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.10 22:29:30.691397 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1358 2026.04.10 22:29:31.927936 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:31.928184 [ 6 ] {2d1daef9-7902-4b97-b309-bf4f581d782c} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.10 22:29:31.928248 [ 6 ] {2d1daef9-7902-4b97-b309-bf4f581d782c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.10 22:29:31.928929 [ 6 ] {2d1daef9-7902-4b97-b309-bf4f581d782c} oximeter.fields_i16 (419f2eef-209c-46fc-9cc0-97b5087686b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:31.928966 [ 6 ] {2d1daef9-7902-4b97-b309-bf4f581d782c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2026.04.10 22:29:31.929347 [ 6 ] {2d1daef9-7902-4b97-b309-bf4f581d782c} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.04.10 22:29:31.929578 [ 6 ] {2d1daef9-7902-4b97-b309-bf4f581d782c} oximeter.fields_i16 (419f2eef-209c-46fc-9cc0-97b5087686b9): 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.10 22:29:31.929729 [ 6 ] {2d1daef9-7902-4b97-b309-bf4f581d782c} executeQuery: Read 24 rows, 2.04 KiB in 0.001596 sec., 15037.593984962406 rows/sec., 1.25 MiB/sec. 2026.04.10 22:29:31.929770 [ 6 ] {2d1daef9-7902-4b97-b309-bf4f581d782c} TCPHandler: Processed in 0.002013771 sec. 2026.04.10 22:29:31.929914 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:31.930042 [ 6 ] {e3b6f859-c844-4679-87b2-85bedb65fa42} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.10 22:29:31.930090 [ 6 ] {e3b6f859-c844-4679-87b2-85bedb65fa42} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.10 22:29:31.930559 [ 6 ] {e3b6f859-c844-4679-87b2-85bedb65fa42} oximeter.fields_ipaddr (b4784700-91f7-4af4-af29-376f839f9b40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:31.930600 [ 6 ] {e3b6f859-c844-4679-87b2-85bedb65fa42} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2026.04.10 22:29:31.930954 [ 6 ] {e3b6f859-c844-4679-87b2-85bedb65fa42} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.04.10 22:29:31.931178 [ 6 ] {e3b6f859-c844-4679-87b2-85bedb65fa42} oximeter.fields_ipaddr (b4784700-91f7-4af4-af29-376f839f9b40): 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.10 22:29:31.931307 [ 6 ] {e3b6f859-c844-4679-87b2-85bedb65fa42} executeQuery: Read 6 rows, 501.00 B in 0.00129 sec., 4651.162790697675 rows/sec., 379.27 KiB/sec. 2026.04.10 22:29:31.931344 [ 6 ] {e3b6f859-c844-4679-87b2-85bedb65fa42} TCPHandler: Processed in 0.00149375 sec. 2026.04.10 22:29:31.931453 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:31.931545 [ 6 ] {c44e4c33-6da8-48b7-8b63-c8f00dd22747} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:29:31.931580 [ 6 ] {c44e4c33-6da8-48b7-8b63-c8f00dd22747} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:29:31.932072 [ 6 ] {c44e4c33-6da8-48b7-8b63-c8f00dd22747} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:31.932106 [ 6 ] {c44e4c33-6da8-48b7-8b63-c8f00dd22747} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2026.04.10 22:29:31.932416 [ 6 ] {c44e4c33-6da8-48b7-8b63-c8f00dd22747} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.04.10 22:29:31.932697 [ 6 ] {c44e4c33-6da8-48b7-8b63-c8f00dd22747} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:31.932818 [ 120 ] {} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.04.10 22:29:31.932824 [ 6 ] {c44e4c33-6da8-48b7-8b63-c8f00dd22747} executeQuery: Read 215 rows, 19.64 KiB in 0.001296 sec., 165895.06172839506 rows/sec., 14.80 MiB/sec. 2026.04.10 22:29:31.932878 [ 120 ] {} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:31.932888 [ 6 ] {c44e4c33-6da8-48b7-8b63-c8f00dd22747} TCPHandler: Processed in 0.0014811 sec. 2026.04.10 22:29:31.932906 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2026.04.10 22:29:31.933013 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:31.933044 [ 189 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2026.04.10 22:29:31.933110 [ 6 ] {b570fa0f-2390-4132-ba36-3dbcf1710103} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:29:31.933154 [ 6 ] {b570fa0f-2390-4132-ba36-3dbcf1710103} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:29:31.933190 [ 189 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:29:31.933227 [ 189 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 3362 rows starting from the beginning of the part 2026.04.10 22:29:31.933293 [ 189 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 2454 rows starting from the beginning of the part 2026.04.10 22:29:31.933335 [ 189 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 56 rows starting from the beginning of the part 2026.04.10 22:29:31.933374 [ 189 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 92 rows starting from the beginning of the part 2026.04.10 22:29:31.933411 [ 189 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 102 rows starting from the beginning of the part 2026.04.10 22:29:31.933451 [ 189 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 215 rows starting from the beginning of the part 2026.04.10 22:29:31.933580 [ 6 ] {b570fa0f-2390-4132-ba36-3dbcf1710103} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:31.933621 [ 6 ] {b570fa0f-2390-4132-ba36-3dbcf1710103} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2026.04.10 22:29:31.933952 [ 6 ] {b570fa0f-2390-4132-ba36-3dbcf1710103} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.04.10 22:29:31.934186 [ 6 ] {b570fa0f-2390-4132-ba36-3dbcf1710103} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:31.934307 [ 119 ] {} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.04.10 22:29:31.934317 [ 6 ] {b570fa0f-2390-4132-ba36-3dbcf1710103} executeQuery: Read 36 rows, 2.73 KiB in 0.001225 sec., 29387.755102040817 rows/sec., 2.18 MiB/sec. 2026.04.10 22:29:31.934344 [ 119 ] {} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:31.934362 [ 6 ] {b570fa0f-2390-4132-ba36-3dbcf1710103} TCPHandler: Processed in 0.001401368 sec. 2026.04.10 22:29:31.934365 [ 119 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2026.04.10 22:29:31.934472 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:31.934486 [ 198 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2026.04.10 22:29:31.934564 [ 6 ] {66beced2-b11c-447b-aae2-91b21632b668} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.10 22:29:31.934608 [ 6 ] {66beced2-b11c-447b-aae2-91b21632b668} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.10 22:29:31.934623 [ 198 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:29:31.934660 [ 198 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 226 rows starting from the beginning of the part 2026.04.10 22:29:31.934725 [ 198 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 18 rows starting from the beginning of the part 2026.04.10 22:29:31.934768 [ 198 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 40 rows starting from the beginning of the part 2026.04.10 22:29:31.934808 [ 198 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 18 rows starting from the beginning of the part 2026.04.10 22:29:31.934848 [ 198 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 23 rows starting from the beginning of the part 2026.04.10 22:29:31.934889 [ 198 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 36 rows starting from the beginning of the part 2026.04.10 22:29:31.935018 [ 6 ] {66beced2-b11c-447b-aae2-91b21632b668} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:31.935059 [ 6 ] {66beced2-b11c-447b-aae2-91b21632b668} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2026.04.10 22:29:31.935387 [ 6 ] {66beced2-b11c-447b-aae2-91b21632b668} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.04.10 22:29:31.935558 [ 202 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 6281 rows, containing 5 columns (5 merged, 0 gathered) in 0.002571872 sec., 2442189.9690186763 rows/sec., 194.44 MiB/sec. 2026.04.10 22:29:31.935620 [ 6 ] {66beced2-b11c-447b-aae2-91b21632b668} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002): 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.10 22:29:31.935716 [ 202 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 361 rows, containing 5 columns (5 merged, 0 gathered) in 0.001285496 sec., 280825.4556995899 rows/sec., 20.03 MiB/sec. 2026.04.10 22:29:31.935750 [ 6 ] {66beced2-b11c-447b-aae2-91b21632b668} executeQuery: Read 24 rows, 2.04 KiB in 0.001203 sec., 19950.124688279302 rows/sec., 1.66 MiB/sec. 2026.04.10 22:29:31.935799 [ 6 ] {66beced2-b11c-447b-aae2-91b21632b668} TCPHandler: Processed in 0.001374248 sec. 2026.04.10 22:29:31.935853 [ 202 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.04.10 22:29:31.935869 [ 189 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.04.10 22:29:31.935910 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:31.936008 [ 6 ] {3d3fc6b6-3237-4003-9491-2e40e2c6679d} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.10 22:29:31.936049 [ 6 ] {3d3fc6b6-3237-4003-9491-2e40e2c6679d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.10 22:29:31.936186 [ 189 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_76_15} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:31.936193 [ 202 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_66_13} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:31.936269 [ 189 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_76_15} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.04.10 22:29:31.936286 [ 202 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_66_13} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.04.10 22:29:31.936346 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.24 MiB. 2026.04.10 22:29:31.936384 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.04.10 22:29:31.936449 [ 6 ] {3d3fc6b6-3237-4003-9491-2e40e2c6679d} oximeter.fields_u8 (db645430-3721-434f-a428-3eb1f7165166): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:31.936489 [ 6 ] {3d3fc6b6-3237-4003-9491-2e40e2c6679d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2026.04.10 22:29:31.936788 [ 6 ] {3d3fc6b6-3237-4003-9491-2e40e2c6679d} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.04.10 22:29:31.936995 [ 6 ] {3d3fc6b6-3237-4003-9491-2e40e2c6679d} oximeter.fields_u8 (db645430-3721-434f-a428-3eb1f7165166): 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.10 22:29:31.937120 [ 6 ] {3d3fc6b6-3237-4003-9491-2e40e2c6679d} executeQuery: Read 12 rows, 960.00 B in 0.00113 sec., 10619.469026548673 rows/sec., 829.65 KiB/sec. 2026.04.10 22:29:31.937156 [ 6 ] {3d3fc6b6-3237-4003-9491-2e40e2c6679d} TCPHandler: Processed in 0.001296696 sec. 2026.04.10 22:29:31.937270 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:31.937371 [ 6 ] {6268e896-5de6-4f13-b46c-bbf6f3d9b2e8} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:29:31.937409 [ 6 ] {6268e896-5de6-4f13-b46c-bbf6f3d9b2e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:29:31.937854 [ 6 ] {6268e896-5de6-4f13-b46c-bbf6f3d9b2e8} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:31.937886 [ 6 ] {6268e896-5de6-4f13-b46c-bbf6f3d9b2e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2026.04.10 22:29:31.938232 [ 6 ] {6268e896-5de6-4f13-b46c-bbf6f3d9b2e8} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.04.10 22:29:31.938440 [ 6 ] {6268e896-5de6-4f13-b46c-bbf6f3d9b2e8} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:31.938561 [ 6 ] {6268e896-5de6-4f13-b46c-bbf6f3d9b2e8} executeQuery: Read 124 rows, 10.30 KiB in 0.001209 sec., 102564.10256410256 rows/sec., 8.32 MiB/sec. 2026.04.10 22:29:31.938561 [ 119 ] {} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.04.10 22:29:31.938595 [ 6 ] {6268e896-5de6-4f13-b46c-bbf6f3d9b2e8} TCPHandler: Processed in 0.001384388 sec. 2026.04.10 22:29:31.938601 [ 119 ] {} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:31.938619 [ 119 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2026.04.10 22:29:31.938699 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:31.938710 [ 198 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2026.04.10 22:29:31.938786 [ 6 ] {852a92fb-6d44-41c9-a79d-ee6177e16729} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:29:31.938819 [ 198 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:29:31.938836 [ 6 ] {852a92fb-6d44-41c9-a79d-ee6177e16729} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:29:31.938851 [ 198 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1834 rows starting from the beginning of the part 2026.04.10 22:29:31.938907 [ 198 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 1319 rows starting from the beginning of the part 2026.04.10 22:29:31.938949 [ 198 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 64 rows starting from the beginning of the part 2026.04.10 22:29:31.938986 [ 198 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 82 rows starting from the beginning of the part 2026.04.10 22:29:31.939021 [ 198 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 87 rows starting from the beginning of the part 2026.04.10 22:29:31.939054 [ 198 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 124 rows starting from the beginning of the part 2026.04.10 22:29:31.939224 [ 6 ] {852a92fb-6d44-41c9-a79d-ee6177e16729} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:31.939271 [ 6 ] {852a92fb-6d44-41c9-a79d-ee6177e16729} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2026.04.10 22:29:31.939685 [ 6 ] {852a92fb-6d44-41c9-a79d-ee6177e16729} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.04.10 22:29:31.939909 [ 6 ] {852a92fb-6d44-41c9-a79d-ee6177e16729} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:31.940035 [ 6 ] {852a92fb-6d44-41c9-a79d-ee6177e16729} executeQuery: Read 199 rows, 14.61 KiB in 0.001249 sec., 159327.46196957567 rows/sec., 11.42 MiB/sec. 2026.04.10 22:29:31.940071 [ 6 ] {852a92fb-6d44-41c9-a79d-ee6177e16729} TCPHandler: Processed in 0.001406339 sec. 2026.04.10 22:29:31.940184 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:31.940277 [ 6 ] {aa5b1c87-f003-42ea-8b3a-c1fe45ee56e7} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:29:31.940332 [ 6 ] {aa5b1c87-f003-42ea-8b3a-c1fe45ee56e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:29:31.940345 [ 202 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 3510 rows, containing 5 columns (5 merged, 0 gathered) in 0.001661713 sec., 2112278.1130074807 rows/sec., 153.46 MiB/sec. 2026.04.10 22:29:31.940528 [ 202 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.04.10 22:29:31.940765 [ 202 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_76_15} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:31.940826 [ 202 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_76_15} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.04.10 22:29:31.940895 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. 2026.04.10 22:29:31.941122 [ 6 ] {aa5b1c87-f003-42ea-8b3a-c1fe45ee56e7} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:31.941162 [ 6 ] {aa5b1c87-f003-42ea-8b3a-c1fe45ee56e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2026.04.10 22:29:31.941710 [ 6 ] {aa5b1c87-f003-42ea-8b3a-c1fe45ee56e7} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.04.10 22:29:31.941926 [ 6 ] {aa5b1c87-f003-42ea-8b3a-c1fe45ee56e7} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:31.942035 [ 119 ] {} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.04.10 22:29:31.942058 [ 6 ] {aa5b1c87-f003-42ea-8b3a-c1fe45ee56e7} executeQuery: Read 18 rows, 33.03 KiB in 0.001799 sec., 10005.55864369094 rows/sec., 17.93 MiB/sec. 2026.04.10 22:29:31.942074 [ 119 ] {} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:31.942097 [ 119 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2026.04.10 22:29:31.942110 [ 6 ] {aa5b1c87-f003-42ea-8b3a-c1fe45ee56e7} TCPHandler: Processed in 0.0019728 sec. 2026.04.10 22:29:31.942190 [ 190 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2026.04.10 22:29:31.942222 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:31.942319 [ 6 ] {d875e6c9-3163-4233-9da0-e1e8e8687125} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:29:31.942360 [ 6 ] {d875e6c9-3163-4233-9da0-e1e8e8687125} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:29:31.942394 [ 190 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:29:31.942448 [ 190 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1339 rows starting from the beginning of the part 2026.04.10 22:29:31.942558 [ 190 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 18 rows starting from the beginning of the part 2026.04.10 22:29:31.942665 [ 190 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 34 rows starting from the beginning of the part 2026.04.10 22:29:31.942717 [ 6 ] {d875e6c9-3163-4233-9da0-e1e8e8687125} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:31.942756 [ 6 ] {d875e6c9-3163-4233-9da0-e1e8e8687125} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2026.04.10 22:29:31.942765 [ 190 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 18 rows starting from the beginning of the part 2026.04.10 22:29:31.942868 [ 190 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 23 rows starting from the beginning of the part 2026.04.10 22:29:31.942961 [ 190 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 18 rows starting from the beginning of the part 2026.04.10 22:29:31.943073 [ 6 ] {d875e6c9-3163-4233-9da0-e1e8e8687125} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.04.10 22:29:31.943311 [ 6 ] {d875e6c9-3163-4233-9da0-e1e8e8687125} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:31.943447 [ 6 ] {d875e6c9-3163-4233-9da0-e1e8e8687125} executeQuery: Read 60 rows, 4.14 KiB in 0.001146 sec., 52356.02094240837 rows/sec., 3.53 MiB/sec. 2026.04.10 22:29:31.943483 [ 6 ] {d875e6c9-3163-4233-9da0-e1e8e8687125} TCPHandler: Processed in 0.001308307 sec. 2026.04.10 22:29:31.949638 [ 193 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 1450 rows, containing 19 columns (19 merged, 0 gathered) in 0.00747807 sec., 193900.29780411258 rows/sec., 347.46 MiB/sec. 2026.04.10 22:29:31.951981 [ 202 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.04.10 22:29:31.952700 [ 202 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_66_13} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:31.952811 [ 202 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_66_13} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.04.10 22:29:31.952951 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.60 MiB. 2026.04.10 22:29:32.000331 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 321.63 MiB, peak 333.50 MiB, free memory in arenas 0.00 B, will set to 324.05 MiB (RSS), difference: 2.41 MiB 2026.04.10 22:29:33.091870 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 24510 2026.04.10 22:29:33.092400 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:33.092450 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2026.04.10 22:29:33.092960 [ 245 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.04.10 22:29:33.093204 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): 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.10 22:29:33.093349 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24510 2026.04.10 22:29:33.093344 [ 120 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.04.10 22:29:33.093425 [ 120 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:33.093444 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2026.04.10 22:29:33.093550 [ 188 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::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.10 22:29:33.093676 [ 188 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:29:33.093719 [ 188 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_51_10} MergeTreeSequentialSource: Reading 4 marks from part all_1_46_9, total 22078 rows starting from the beginning of the part 2026.04.10 22:29:33.093791 [ 188 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 512 rows starting from the beginning of the part 2026.04.10 22:29:33.093844 [ 188 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 448 rows starting from the beginning of the part 2026.04.10 22:29:33.093891 [ 188 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 512 rows starting from the beginning of the part 2026.04.10 22:29:33.093939 [ 188 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 448 rows starting from the beginning of the part 2026.04.10 22:29:33.093986 [ 188 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 512 rows starting from the beginning of the part 2026.04.10 22:29:33.096025 [ 193 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 24510 rows, containing 4 columns (4 merged, 0 gathered) in 0.00252297 sec., 9714740.96005898 rows/sec., 138.97 MiB/sec. 2026.04.10 22:29:33.096426 [ 193 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.04.10 22:29:33.096708 [ 193 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_51_10} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): 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.10 22:29:33.096784 [ 193 ] {a84b1cbf-bca3-49fd-b4a1-ff5732a645f0::all_1_51_10} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.04.10 22:29:33.096875 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. 2026.04.10 22:29:34.369826 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 384 2026.04.10 22:29:34.388370 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:34.388437 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2026.04.10 22:29:34.394838 [ 244 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.04.10 22:29:34.395522 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): 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.10 22:29:34.395872 [ 118 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.04.10 22:29:34.395967 [ 118 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:34.396005 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2026.04.10 22:29:34.396118 [ 192 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::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.10 22:29:34.398783 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 384 2026.04.10 22:29:34.399201 [ 192 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:29:34.399965 [ 192 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 347 rows starting from the beginning of the part 2026.04.10 22:29:34.403291 [ 192 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 7 rows starting from the beginning of the part 2026.04.10 22:29:34.406734 [ 192 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 8 rows starting from the beginning of the part 2026.04.10 22:29:34.410694 [ 192 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 7 rows starting from the beginning of the part 2026.04.10 22:29:34.414944 [ 192 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 8 rows starting from the beginning of the part 2026.04.10 22:29:34.418691 [ 192 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 7 rows starting from the beginning of the part 2026.04.10 22:29:34.467724 [ 201 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 384 rows, containing 679 columns (679 merged, 0 gathered) in 0.071643125 sec., 5359.900199774926 rows/sec., 27.72 MiB/sec. 2026.04.10 22:29:34.470572 [ 201 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.04.10 22:29:34.472606 [ 201 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::all_1_51_10} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): 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.10 22:29:34.472716 [ 201 ] {6737c5aa-b506-4b23-a6e1-4f172cb16696::all_1_51_10} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.04.10 22:29:34.475515 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. 2026.04.10 22:29:36.926936 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:36.927146 [ 6 ] {a956fc17-59fe-4463-8fdb-c7af0de5f837} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:29:36.927217 [ 6 ] {a956fc17-59fe-4463-8fdb-c7af0de5f837} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:29:36.927882 [ 6 ] {a956fc17-59fe-4463-8fdb-c7af0de5f837} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:36.927928 [ 6 ] {a956fc17-59fe-4463-8fdb-c7af0de5f837} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2026.04.10 22:29:36.928391 [ 6 ] {a956fc17-59fe-4463-8fdb-c7af0de5f837} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.04.10 22:29:36.928634 [ 6 ] {a956fc17-59fe-4463-8fdb-c7af0de5f837} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:36.928783 [ 6 ] {a956fc17-59fe-4463-8fdb-c7af0de5f837} executeQuery: Read 102 rows, 8.74 KiB in 0.001703 sec., 59894.304169113326 rows/sec., 5.01 MiB/sec. 2026.04.10 22:29:36.928825 [ 6 ] {a956fc17-59fe-4463-8fdb-c7af0de5f837} TCPHandler: Processed in 0.002042851 sec. 2026.04.10 22:29:36.928949 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:36.929045 [ 6 ] {e3649655-ca8c-4e6e-a264-fe36980dc897} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:29:36.929087 [ 6 ] {e3649655-ca8c-4e6e-a264-fe36980dc897} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:29:36.929495 [ 6 ] {e3649655-ca8c-4e6e-a264-fe36980dc897} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:36.929530 [ 6 ] {e3649655-ca8c-4e6e-a264-fe36980dc897} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2026.04.10 22:29:36.929843 [ 6 ] {e3649655-ca8c-4e6e-a264-fe36980dc897} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.04.10 22:29:36.930052 [ 6 ] {e3649655-ca8c-4e6e-a264-fe36980dc897} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:36.930173 [ 6 ] {e3649655-ca8c-4e6e-a264-fe36980dc897} executeQuery: Read 23 rows, 1.73 KiB in 0.001169 sec., 19674.935842600516 rows/sec., 1.44 MiB/sec. 2026.04.10 22:29:36.930209 [ 6 ] {e3649655-ca8c-4e6e-a264-fe36980dc897} TCPHandler: Processed in 0.001335377 sec. 2026.04.10 22:29:36.930405 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:36.930502 [ 6 ] {3a9770e0-3940-4c03-9646-d6993c17cfbd} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:29:36.930545 [ 6 ] {3a9770e0-3940-4c03-9646-d6993c17cfbd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:29:36.931040 [ 6 ] {3a9770e0-3940-4c03-9646-d6993c17cfbd} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:36.931075 [ 6 ] {3a9770e0-3940-4c03-9646-d6993c17cfbd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2026.04.10 22:29:36.931412 [ 6 ] {3a9770e0-3940-4c03-9646-d6993c17cfbd} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.04.10 22:29:36.931650 [ 6 ] {3a9770e0-3940-4c03-9646-d6993c17cfbd} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:36.931794 [ 6 ] {3a9770e0-3940-4c03-9646-d6993c17cfbd} executeQuery: Read 87 rows, 6.96 KiB in 0.001267 sec., 68666.14048934492 rows/sec., 5.36 MiB/sec. 2026.04.10 22:29:36.931833 [ 6 ] {3a9770e0-3940-4c03-9646-d6993c17cfbd} TCPHandler: Processed in 0.001442029 sec. 2026.04.10 22:29:36.931988 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:36.932099 [ 6 ] {60c2b9b7-aca2-4dda-96b5-7e1b213cbccc} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:29:36.932148 [ 6 ] {60c2b9b7-aca2-4dda-96b5-7e1b213cbccc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:29:36.932563 [ 6 ] {60c2b9b7-aca2-4dda-96b5-7e1b213cbccc} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:36.932597 [ 6 ] {60c2b9b7-aca2-4dda-96b5-7e1b213cbccc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2026.04.10 22:29:36.932937 [ 6 ] {60c2b9b7-aca2-4dda-96b5-7e1b213cbccc} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.04.10 22:29:36.933169 [ 6 ] {60c2b9b7-aca2-4dda-96b5-7e1b213cbccc} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:36.933281 [ 115 ] {} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff) (MergerMutator): Selected 6 parts from all_1_70_14 to all_75_75_0 2026.04.10 22:29:36.933297 [ 6 ] {60c2b9b7-aca2-4dda-96b5-7e1b213cbccc} executeQuery: Read 160 rows, 11.41 KiB in 0.001218 sec., 131362.88998357966 rows/sec., 9.15 MiB/sec. 2026.04.10 22:29:36.933314 [ 115 ] {} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:36.933333 [ 115 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2026.04.10 22:29:36.933335 [ 6 ] {60c2b9b7-aca2-4dda-96b5-7e1b213cbccc} TCPHandler: Processed in 0.001407168 sec. 2026.04.10 22:29:36.933418 [ 195 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_75_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_70_14 to all_75_75_0 into Compact with storage Full 2026.04.10 22:29:36.933453 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:36.933510 [ 195 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_75_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:29:36.933540 [ 195 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_75_15} MergeTreeSequentialSource: Reading 5 marks from part all_1_70_14, total 27272 rows starting from the beginning of the part 2026.04.10 22:29:36.933551 [ 6 ] {2e026259-b23c-4a52-99f1-cb0e6c151efb} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:29:36.933596 [ 195 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 96 rows starting from the beginning of the part 2026.04.10 22:29:36.933606 [ 6 ] {2e026259-b23c-4a52-99f1-cb0e6c151efb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:29:36.933637 [ 195 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 160 rows starting from the beginning of the part 2026.04.10 22:29:36.933679 [ 195 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 160 rows starting from the beginning of the part 2026.04.10 22:29:36.933716 [ 195 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 199 rows starting from the beginning of the part 2026.04.10 22:29:36.933756 [ 195 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 160 rows starting from the beginning of the part 2026.04.10 22:29:36.934394 [ 6 ] {2e026259-b23c-4a52-99f1-cb0e6c151efb} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:36.934429 [ 6 ] {2e026259-b23c-4a52-99f1-cb0e6c151efb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2026.04.10 22:29:36.935037 [ 6 ] {2e026259-b23c-4a52-99f1-cb0e6c151efb} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.04.10 22:29:36.935279 [ 6 ] {2e026259-b23c-4a52-99f1-cb0e6c151efb} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:36.935434 [ 6 ] {2e026259-b23c-4a52-99f1-cb0e6c151efb} executeQuery: Read 23 rows, 42.20 KiB in 0.001902 sec., 12092.534174553102 rows/sec., 21.67 MiB/sec. 2026.04.10 22:29:36.935501 [ 6 ] {2e026259-b23c-4a52-99f1-cb0e6c151efb} TCPHandler: Processed in 0.002096972 sec. 2026.04.10 22:29:36.935626 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:36.935724 [ 6 ] {fcaeb671-3488-47a9-9b4f-2bf0a388fad7} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:29:36.935768 [ 6 ] {fcaeb671-3488-47a9-9b4f-2bf0a388fad7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:29:36.936136 [ 6 ] {fcaeb671-3488-47a9-9b4f-2bf0a388fad7} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:36.936174 [ 6 ] {fcaeb671-3488-47a9-9b4f-2bf0a388fad7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2026.04.10 22:29:36.936517 [ 6 ] {fcaeb671-3488-47a9-9b4f-2bf0a388fad7} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.04.10 22:29:36.936783 [ 6 ] {fcaeb671-3488-47a9-9b4f-2bf0a388fad7} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:36.936912 [ 6 ] {fcaeb671-3488-47a9-9b4f-2bf0a388fad7} executeQuery: Read 60 rows, 4.14 KiB in 0.001211 sec., 49545.8298926507 rows/sec., 3.34 MiB/sec. 2026.04.10 22:29:36.936947 [ 6 ] {fcaeb671-3488-47a9-9b4f-2bf0a388fad7} TCPHandler: Processed in 0.001378318 sec. 2026.04.10 22:29:36.940868 [ 195 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_75_15} MergeTask::MergeProjectionsStage: Merge sorted 28047 rows, containing 5 columns (5 merged, 0 gathered) in 0.007486451 sec., 3746367.93855994 rows/sec., 242.35 MiB/sec. 2026.04.10 22:29:36.941158 [ 187 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_75_15} MergedBlockOutputStream: filled checksums all_1_75_15 (state Temporary) 2026.04.10 22:29:36.941409 [ 187 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_75_15} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Renaming temporary part tmp_merge_all_1_75_15 to all_1_75_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:36.941473 [ 187 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_75_15} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff) (MergerMutator): Merged 6 parts: [all_1_70_14, all_75_75_0] -> all_1_75_15 2026.04.10 22:29:36.941548 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. 2026.04.10 22:29:37.000321 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 325.40 MiB, peak 338.52 MiB, free memory in arenas 0.00 B, will set to 327.97 MiB (RSS), difference: 2.57 MiB 2026.04.10 22:29:40.409162 [ 113 ] {} DNSResolver: Updating DNS cache 2026.04.10 22:29:40.409230 [ 113 ] {} DNSResolver: Updated DNS cache 2026.04.10 22:29:40.593867 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 24958 2026.04.10 22:29:40.594496 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:40.594531 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2026.04.10 22:29:40.595032 [ 245 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.04.10 22:29:40.595286 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): 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.10 22:29:40.595416 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24958 2026.04.10 22:29:40.692234 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1390 2026.04.10 22:29:40.694712 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:40.694762 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2026.04.10 22:29:40.695932 [ 243 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.04.10 22:29:40.696189 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): 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.10 22:29:40.696455 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1390 2026.04.10 22:29:41.899190 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 392 2026.04.10 22:29:41.914801 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:41.914867 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2026.04.10 22:29:41.920227 [ 244 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.04.10 22:29:41.920896 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): 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.10 22:29:41.923678 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 392 2026.04.10 22:29:41.926082 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:41.926286 [ 6 ] {81085e8f-d98e-4642-a70e-a862ae482791} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:29:41.926367 [ 6 ] {81085e8f-d98e-4642-a70e-a862ae482791} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:29:41.927071 [ 6 ] {81085e8f-d98e-4642-a70e-a862ae482791} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:41.927113 [ 6 ] {81085e8f-d98e-4642-a70e-a862ae482791} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2026.04.10 22:29:41.927521 [ 6 ] {81085e8f-d98e-4642-a70e-a862ae482791} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.04.10 22:29:41.927759 [ 6 ] {81085e8f-d98e-4642-a70e-a862ae482791} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:41.927927 [ 6 ] {81085e8f-d98e-4642-a70e-a862ae482791} executeQuery: Read 92 rows, 7.96 KiB in 0.001698 sec., 54181.38987043581 rows/sec., 4.58 MiB/sec. 2026.04.10 22:29:41.927981 [ 6 ] {81085e8f-d98e-4642-a70e-a862ae482791} TCPHandler: Processed in 0.002036061 sec. 2026.04.10 22:29:41.928102 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:41.928209 [ 6 ] {6480ce5e-884e-4408-9e55-81195ad54490} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:29:41.928254 [ 6 ] {6480ce5e-884e-4408-9e55-81195ad54490} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:29:41.928682 [ 6 ] {6480ce5e-884e-4408-9e55-81195ad54490} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:41.928719 [ 6 ] {6480ce5e-884e-4408-9e55-81195ad54490} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2026.04.10 22:29:41.929021 [ 6 ] {6480ce5e-884e-4408-9e55-81195ad54490} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.04.10 22:29:41.929232 [ 6 ] {6480ce5e-884e-4408-9e55-81195ad54490} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:41.929364 [ 6 ] {6480ce5e-884e-4408-9e55-81195ad54490} executeQuery: Read 18 rows, 1.35 KiB in 0.00118 sec., 15254.237288135593 rows/sec., 1.12 MiB/sec. 2026.04.10 22:29:41.929408 [ 6 ] {6480ce5e-884e-4408-9e55-81195ad54490} TCPHandler: Processed in 0.001355838 sec. 2026.04.10 22:29:41.929517 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:41.929614 [ 6 ] {b155f9ee-b3df-47c2-8123-4b869629ccfd} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:29:41.929657 [ 6 ] {b155f9ee-b3df-47c2-8123-4b869629ccfd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:29:41.930069 [ 6 ] {b155f9ee-b3df-47c2-8123-4b869629ccfd} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:41.930105 [ 6 ] {b155f9ee-b3df-47c2-8123-4b869629ccfd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2026.04.10 22:29:41.930404 [ 6 ] {b155f9ee-b3df-47c2-8123-4b869629ccfd} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.04.10 22:29:41.930614 [ 6 ] {b155f9ee-b3df-47c2-8123-4b869629ccfd} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:41.930749 [ 6 ] {b155f9ee-b3df-47c2-8123-4b869629ccfd} executeQuery: Read 82 rows, 6.56 KiB in 0.001154 sec., 71057.19237435008 rows/sec., 5.55 MiB/sec. 2026.04.10 22:29:41.930787 [ 6 ] {b155f9ee-b3df-47c2-8123-4b869629ccfd} TCPHandler: Processed in 0.001319707 sec. 2026.04.10 22:29:41.930898 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:41.930993 [ 6 ] {481cef57-1fa8-4e85-ac9d-8820ff344841} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:29:41.931038 [ 6 ] {481cef57-1fa8-4e85-ac9d-8820ff344841} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:29:41.931431 [ 6 ] {481cef57-1fa8-4e85-ac9d-8820ff344841} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:41.931464 [ 6 ] {481cef57-1fa8-4e85-ac9d-8820ff344841} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2026.04.10 22:29:41.931794 [ 6 ] {481cef57-1fa8-4e85-ac9d-8820ff344841} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.04.10 22:29:41.932026 [ 6 ] {481cef57-1fa8-4e85-ac9d-8820ff344841} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:41.932158 [ 6 ] {481cef57-1fa8-4e85-ac9d-8820ff344841} executeQuery: Read 160 rows, 11.41 KiB in 0.001184 sec., 135135.13513513515 rows/sec., 9.41 MiB/sec. 2026.04.10 22:29:41.932196 [ 6 ] {481cef57-1fa8-4e85-ac9d-8820ff344841} TCPHandler: Processed in 0.001347327 sec. 2026.04.10 22:29:41.932297 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:41.932392 [ 6 ] {a76802fc-a66e-4b34-a9db-1d1c74c53d1d} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:29:41.932447 [ 6 ] {a76802fc-a66e-4b34-a9db-1d1c74c53d1d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:29:41.933232 [ 6 ] {a76802fc-a66e-4b34-a9db-1d1c74c53d1d} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:41.933267 [ 6 ] {a76802fc-a66e-4b34-a9db-1d1c74c53d1d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2026.04.10 22:29:41.933815 [ 6 ] {a76802fc-a66e-4b34-a9db-1d1c74c53d1d} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.04.10 22:29:41.934044 [ 6 ] {a76802fc-a66e-4b34-a9db-1d1c74c53d1d} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:41.934186 [ 6 ] {a76802fc-a66e-4b34-a9db-1d1c74c53d1d} executeQuery: Read 18 rows, 33.03 KiB in 0.001812 sec., 9933.774834437087 rows/sec., 17.80 MiB/sec. 2026.04.10 22:29:41.934254 [ 6 ] {a76802fc-a66e-4b34-a9db-1d1c74c53d1d} TCPHandler: Processed in 0.002006131 sec. 2026.04.10 22:29:41.934368 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:41.934464 [ 6 ] {cfe44301-02b9-471a-b239-00d6bb0974f4} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:29:41.934506 [ 6 ] {cfe44301-02b9-471a-b239-00d6bb0974f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:29:41.934848 [ 6 ] {cfe44301-02b9-471a-b239-00d6bb0974f4} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:41.934882 [ 6 ] {cfe44301-02b9-471a-b239-00d6bb0974f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2026.04.10 22:29:41.935185 [ 6 ] {cfe44301-02b9-471a-b239-00d6bb0974f4} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.04.10 22:29:41.935397 [ 6 ] {cfe44301-02b9-471a-b239-00d6bb0974f4} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:41.935527 [ 6 ] {cfe44301-02b9-471a-b239-00d6bb0974f4} executeQuery: Read 60 rows, 4.14 KiB in 0.001082 sec., 55452.865064695005 rows/sec., 3.74 MiB/sec. 2026.04.10 22:29:41.935563 [ 6 ] {cfe44301-02b9-471a-b239-00d6bb0974f4} TCPHandler: Processed in 0.001245345 sec. 2026.04.10 22:29:43.568837 [ 112 ] {} oximeter.fields_u8 (db645430-3721-434f-a428-3eb1f7165166) (MergerMutator): Selected 5 parts from all_1_18_4 to all_22_22_0 2026.04.10 22:29:43.568907 [ 112 ] {} oximeter.fields_u8 (db645430-3721-434f-a428-3eb1f7165166): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:43.568932 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2026.04.10 22:29:43.569066 [ 199 ] {db645430-3721-434f-a428-3eb1f7165166::all_1_22_5} MergeTask::PrepareStage: Merging 5 parts: from all_1_18_4 to all_22_22_0 into Compact with storage Full 2026.04.10 22:29:43.569232 [ 199 ] {db645430-3721-434f-a428-3eb1f7165166::all_1_22_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:29:43.569269 [ 199 ] {db645430-3721-434f-a428-3eb1f7165166::all_1_22_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 160 rows starting from the beginning of the part 2026.04.10 22:29:43.569347 [ 199 ] {db645430-3721-434f-a428-3eb1f7165166::all_1_22_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 148 rows starting from the beginning of the part 2026.04.10 22:29:43.569399 [ 199 ] {db645430-3721-434f-a428-3eb1f7165166::all_1_22_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 12 rows starting from the beginning of the part 2026.04.10 22:29:43.569445 [ 199 ] {db645430-3721-434f-a428-3eb1f7165166::all_1_22_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 12 rows starting from the beginning of the part 2026.04.10 22:29:43.569490 [ 199 ] {db645430-3721-434f-a428-3eb1f7165166::all_1_22_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 12 rows starting from the beginning of the part 2026.04.10 22:29:43.570242 [ 197 ] {db645430-3721-434f-a428-3eb1f7165166::all_1_22_5} MergeTask::MergeProjectionsStage: Merge sorted 344 rows, containing 5 columns (5 merged, 0 gathered) in 0.001232985 sec., 278997.7169227525 rows/sec., 17.69 MiB/sec. 2026.04.10 22:29:43.570428 [ 197 ] {db645430-3721-434f-a428-3eb1f7165166::all_1_22_5} MergedBlockOutputStream: filled checksums all_1_22_5 (state Temporary) 2026.04.10 22:29:43.570708 [ 197 ] {db645430-3721-434f-a428-3eb1f7165166::all_1_22_5} oximeter.fields_u8 (db645430-3721-434f-a428-3eb1f7165166): Renaming temporary part tmp_merge_all_1_22_5 to all_1_22_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:43.570781 [ 197 ] {db645430-3721-434f-a428-3eb1f7165166::all_1_22_5} oximeter.fields_u8 (db645430-3721-434f-a428-3eb1f7165166) (MergerMutator): Merged 5 parts: [all_1_18_4, all_22_22_0] -> all_1_22_5 2026.04.10 22:29:43.570881 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2026.04.10 22:29:44.032626 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:44.032918 [ 6 ] {eab6c82b-b72b-4915-a6f7-b22a361b5c98} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.10 22:29:44.032986 [ 6 ] {eab6c82b-b72b-4915-a6f7-b22a361b5c98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.10 22:29:44.033743 [ 6 ] {eab6c82b-b72b-4915-a6f7-b22a361b5c98} oximeter.fields_i16 (419f2eef-209c-46fc-9cc0-97b5087686b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:44.033791 [ 6 ] {eab6c82b-b72b-4915-a6f7-b22a361b5c98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2026.04.10 22:29:44.034203 [ 6 ] {eab6c82b-b72b-4915-a6f7-b22a361b5c98} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.04.10 22:29:44.034430 [ 6 ] {eab6c82b-b72b-4915-a6f7-b22a361b5c98} oximeter.fields_i16 (419f2eef-209c-46fc-9cc0-97b5087686b9): 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.10 22:29:44.034586 [ 6 ] {eab6c82b-b72b-4915-a6f7-b22a361b5c98} executeQuery: Read 284 rows, 18.47 KiB in 0.001721 sec., 165020.3370133643 rows/sec., 10.48 MiB/sec. 2026.04.10 22:29:44.034628 [ 6 ] {eab6c82b-b72b-4915-a6f7-b22a361b5c98} TCPHandler: Processed in 0.002190844 sec. 2026.04.10 22:29:44.034752 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:44.034849 [ 6 ] {52b26b31-b8a0-45c4-9aa1-ca8a17a12fa4} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.10 22:29:44.034891 [ 6 ] {52b26b31-b8a0-45c4-9aa1-ca8a17a12fa4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.10 22:29:44.035284 [ 6 ] {52b26b31-b8a0-45c4-9aa1-ca8a17a12fa4} oximeter.fields_ipaddr (b4784700-91f7-4af4-af29-376f839f9b40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:44.035321 [ 6 ] {52b26b31-b8a0-45c4-9aa1-ca8a17a12fa4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2026.04.10 22:29:44.035625 [ 6 ] {52b26b31-b8a0-45c4-9aa1-ca8a17a12fa4} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.04.10 22:29:44.035838 [ 6 ] {52b26b31-b8a0-45c4-9aa1-ca8a17a12fa4} oximeter.fields_ipaddr (b4784700-91f7-4af4-af29-376f839f9b40): 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.10 22:29:44.035969 [ 6 ] {52b26b31-b8a0-45c4-9aa1-ca8a17a12fa4} executeQuery: Read 4 rows, 334.00 B in 0.001139 sec., 3511.8525021949076 rows/sec., 286.37 KiB/sec. 2026.04.10 22:29:44.036006 [ 6 ] {52b26b31-b8a0-45c4-9aa1-ca8a17a12fa4} TCPHandler: Processed in 0.001304687 sec. 2026.04.10 22:29:44.036138 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:44.036261 [ 6 ] {c6e52d41-eed4-444c-8b17-d8f18b647426} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:29:44.036309 [ 6 ] {c6e52d41-eed4-444c-8b17-d8f18b647426} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:29:44.038408 [ 6 ] {c6e52d41-eed4-444c-8b17-d8f18b647426} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:44.038444 [ 6 ] {c6e52d41-eed4-444c-8b17-d8f18b647426} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2026.04.10 22:29:44.038949 [ 6 ] {c6e52d41-eed4-444c-8b17-d8f18b647426} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.04.10 22:29:44.039155 [ 6 ] {c6e52d41-eed4-444c-8b17-d8f18b647426} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:44.039283 [ 6 ] {c6e52d41-eed4-444c-8b17-d8f18b647426} executeQuery: Read 3194 rows, 244.61 KiB in 0.003046 sec., 1048588.3125410373 rows/sec., 78.42 MiB/sec. 2026.04.10 22:29:44.039321 [ 6 ] {c6e52d41-eed4-444c-8b17-d8f18b647426} MemoryTracker: Peak memory usage (for query): 4.00 MiB. 2026.04.10 22:29:44.039334 [ 6 ] {c6e52d41-eed4-444c-8b17-d8f18b647426} TCPHandler: Processed in 0.003257825 sec. 2026.04.10 22:29:44.039445 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:44.039540 [ 6 ] {f58bc2ad-2ec8-4553-834b-9adde9c2f250} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:29:44.039580 [ 6 ] {f58bc2ad-2ec8-4553-834b-9adde9c2f250} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:29:44.040041 [ 6 ] {f58bc2ad-2ec8-4553-834b-9adde9c2f250} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:44.040078 [ 6 ] {f58bc2ad-2ec8-4553-834b-9adde9c2f250} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2026.04.10 22:29:44.040384 [ 6 ] {f58bc2ad-2ec8-4553-834b-9adde9c2f250} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.04.10 22:29:44.040594 [ 6 ] {f58bc2ad-2ec8-4553-834b-9adde9c2f250} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:44.040722 [ 6 ] {f58bc2ad-2ec8-4553-834b-9adde9c2f250} executeQuery: Read 180 rows, 11.38 KiB in 0.001201 sec., 149875.10407993337 rows/sec., 9.25 MiB/sec. 2026.04.10 22:29:44.040761 [ 6 ] {f58bc2ad-2ec8-4553-834b-9adde9c2f250} TCPHandler: Processed in 0.001365507 sec. 2026.04.10 22:29:44.040895 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:44.040989 [ 6 ] {a3527cfa-dbc8-4e57-9347-ced52e22b6b1} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.10 22:29:44.041029 [ 6 ] {a3527cfa-dbc8-4e57-9347-ced52e22b6b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.10 22:29:44.041787 [ 6 ] {a3527cfa-dbc8-4e57-9347-ced52e22b6b1} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:44.041824 [ 6 ] {a3527cfa-dbc8-4e57-9347-ced52e22b6b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2026.04.10 22:29:44.042173 [ 6 ] {a3527cfa-dbc8-4e57-9347-ced52e22b6b1} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.04.10 22:29:44.042384 [ 6 ] {a3527cfa-dbc8-4e57-9347-ced52e22b6b1} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002): 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.10 22:29:44.042512 [ 6 ] {a3527cfa-dbc8-4e57-9347-ced52e22b6b1} executeQuery: Read 950 rows, 57.24 KiB in 0.00154 sec., 616883.1168831169 rows/sec., 36.30 MiB/sec. 2026.04.10 22:29:44.042549 [ 6 ] {a3527cfa-dbc8-4e57-9347-ced52e22b6b1} TCPHandler: Processed in 0.001702534 sec. 2026.04.10 22:29:44.042663 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:44.042759 [ 6 ] {a6982c9b-788c-4dcc-aa6d-bdf332251dd4} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.04.10 22:29:44.042996 [ 6 ] {a6982c9b-788c-4dcc-aa6d-bdf332251dd4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.04.10 22:29:44.043373 [ 6 ] {a6982c9b-788c-4dcc-aa6d-bdf332251dd4} oximeter.fields_u64 (afb0d53c-68be-41f0-aba9-0a79183ebbbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:44.043409 [ 6 ] {a6982c9b-788c-4dcc-aa6d-bdf332251dd4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2026.04.10 22:29:44.043685 [ 6 ] {a6982c9b-788c-4dcc-aa6d-bdf332251dd4} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.10 22:29:44.043898 [ 6 ] {a6982c9b-788c-4dcc-aa6d-bdf332251dd4} oximeter.fields_u64 (afb0d53c-68be-41f0-aba9-0a79183ebbbe): 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.10 22:29:44.044023 [ 6 ] {a6982c9b-788c-4dcc-aa6d-bdf332251dd4} executeQuery: Read 1 rows, 72.00 B in 0.001281 sec., 780.64012490242 rows/sec., 54.89 KiB/sec. 2026.04.10 22:29:44.044060 [ 6 ] {a6982c9b-788c-4dcc-aa6d-bdf332251dd4} TCPHandler: Processed in 0.001446579 sec. 2026.04.10 22:29:44.044170 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:44.044263 [ 6 ] {13ed85aa-aa86-4d61-b411-42699089e43a} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.10 22:29:44.044301 [ 6 ] {13ed85aa-aa86-4d61-b411-42699089e43a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.10 22:29:44.044732 [ 6 ] {13ed85aa-aa86-4d61-b411-42699089e43a} oximeter.fields_u8 (db645430-3721-434f-a428-3eb1f7165166): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:44.044767 [ 6 ] {13ed85aa-aa86-4d61-b411-42699089e43a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2026.04.10 22:29:44.045064 [ 6 ] {13ed85aa-aa86-4d61-b411-42699089e43a} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.04.10 22:29:44.045271 [ 6 ] {13ed85aa-aa86-4d61-b411-42699089e43a} oximeter.fields_u8 (db645430-3721-434f-a428-3eb1f7165166): 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.10 22:29:44.045394 [ 6 ] {13ed85aa-aa86-4d61-b411-42699089e43a} executeQuery: Read 148 rows, 8.62 KiB in 0.001149 sec., 128807.65883376848 rows/sec., 7.33 MiB/sec. 2026.04.10 22:29:44.045433 [ 6 ] {13ed85aa-aa86-4d61-b411-42699089e43a} TCPHandler: Processed in 0.001312197 sec. 2026.04.10 22:29:44.045542 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:44.045636 [ 6 ] {c52b9b8e-9145-4f9e-b72d-be8dcd904399} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:29:44.045676 [ 6 ] {c52b9b8e-9145-4f9e-b72d-be8dcd904399} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:29:44.046758 [ 6 ] {c52b9b8e-9145-4f9e-b72d-be8dcd904399} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:44.046796 [ 6 ] {c52b9b8e-9145-4f9e-b72d-be8dcd904399} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2026.04.10 22:29:44.047161 [ 6 ] {c52b9b8e-9145-4f9e-b72d-be8dcd904399} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.04.10 22:29:44.047362 [ 6 ] {c52b9b8e-9145-4f9e-b72d-be8dcd904399} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:44.047487 [ 6 ] {c52b9b8e-9145-4f9e-b72d-be8dcd904399} executeQuery: Read 1743 rows, 120.35 KiB in 0.001868 sec., 933083.5117773019 rows/sec., 62.92 MiB/sec. 2026.04.10 22:29:44.047525 [ 6 ] {c52b9b8e-9145-4f9e-b72d-be8dcd904399} TCPHandler: Processed in 0.002031301 sec. 2026.04.10 22:29:44.047640 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:44.047736 [ 6 ] {0ecc868e-85e2-44a3-a311-22228378d971} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.10 22:29:44.047778 [ 6 ] {0ecc868e-85e2-44a3-a311-22228378d971} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.10 22:29:44.048108 [ 6 ] {0ecc868e-85e2-44a3-a311-22228378d971} oximeter.measurements_bool (866da8bb-a9f8-4668-8c33-6b1a5bc68a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:44.048143 [ 6 ] {0ecc868e-85e2-44a3-a311-22228378d971} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2026.04.10 22:29:44.048442 [ 6 ] {0ecc868e-85e2-44a3-a311-22228378d971} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.10 22:29:44.048652 [ 6 ] {0ecc868e-85e2-44a3-a311-22228378d971} oximeter.measurements_bool (866da8bb-a9f8-4668-8c33-6b1a5bc68a2a): 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.10 22:29:44.048780 [ 6 ] {0ecc868e-85e2-44a3-a311-22228378d971} executeQuery: Read 6 rows, 321.00 B in 0.001063 sec., 5644.402634054563 rows/sec., 294.90 KiB/sec. 2026.04.10 22:29:44.048818 [ 6 ] {0ecc868e-85e2-44a3-a311-22228378d971} TCPHandler: Processed in 0.001226665 sec. 2026.04.10 22:29:44.048924 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:44.049027 [ 6 ] {14e179fb-3ad1-45a2-8276-05f4a809e32b} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:29:44.049070 [ 6 ] {14e179fb-3ad1-45a2-8276-05f4a809e32b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:29:44.049813 [ 6 ] {14e179fb-3ad1-45a2-8276-05f4a809e32b} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:44.049849 [ 6 ] {14e179fb-3ad1-45a2-8276-05f4a809e32b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2026.04.10 22:29:44.050303 [ 6 ] {14e179fb-3ad1-45a2-8276-05f4a809e32b} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.04.10 22:29:44.050529 [ 6 ] {14e179fb-3ad1-45a2-8276-05f4a809e32b} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:44.050664 [ 6 ] {14e179fb-3ad1-45a2-8276-05f4a809e32b} executeQuery: Read 1635 rows, 101.95 KiB in 0.001657 sec., 986722.9933614966 rows/sec., 60.08 MiB/sec. 2026.04.10 22:29:44.050705 [ 6 ] {14e179fb-3ad1-45a2-8276-05f4a809e32b} TCPHandler: Processed in 0.001831137 sec. 2026.04.10 22:29:44.050826 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:44.050948 [ 6 ] {6ffb544a-b116-4407-9e01-f830151effb5} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.10 22:29:44.051000 [ 6 ] {6ffb544a-b116-4407-9e01-f830151effb5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.10 22:29:44.051372 [ 6 ] {6ffb544a-b116-4407-9e01-f830151effb5} oximeter.measurements_f64 (58e3eb3a-a7ad-4b02-bedb-c669836543a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:44.051417 [ 6 ] {6ffb544a-b116-4407-9e01-f830151effb5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2026.04.10 22:29:44.051766 [ 6 ] {6ffb544a-b116-4407-9e01-f830151effb5} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.10 22:29:44.051989 [ 6 ] {6ffb544a-b116-4407-9e01-f830151effb5} oximeter.measurements_f64 (58e3eb3a-a7ad-4b02-bedb-c669836543a8): 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.10 22:29:44.052120 [ 6 ] {6ffb544a-b116-4407-9e01-f830151effb5} executeQuery: Read 1 rows, 69.00 B in 0.001197 sec., 835.421888053467 rows/sec., 56.29 KiB/sec. 2026.04.10 22:29:44.052160 [ 6 ] {6ffb544a-b116-4407-9e01-f830151effb5} TCPHandler: Processed in 0.001395368 sec. 2026.04.10 22:29:44.052276 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:44.052387 [ 6 ] {ddb8056b-e136-46b1-b729-d1fb3f1b11c3} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:29:44.052451 [ 6 ] {ddb8056b-e136-46b1-b729-d1fb3f1b11c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:29:44.053315 [ 6 ] {ddb8056b-e136-46b1-b729-d1fb3f1b11c3} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:44.053351 [ 6 ] {ddb8056b-e136-46b1-b729-d1fb3f1b11c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2026.04.10 22:29:44.053896 [ 6 ] {ddb8056b-e136-46b1-b729-d1fb3f1b11c3} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.04.10 22:29:44.054118 [ 6 ] {ddb8056b-e136-46b1-b729-d1fb3f1b11c3} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:44.054254 [ 6 ] {ddb8056b-e136-46b1-b729-d1fb3f1b11c3} executeQuery: Read 34 rows, 62.39 KiB in 0.00189 sec., 17989.41798941799 rows/sec., 32.24 MiB/sec. 2026.04.10 22:29:44.054308 [ 6 ] {ddb8056b-e136-46b1-b729-d1fb3f1b11c3} TCPHandler: Processed in 0.002090602 sec. 2026.04.10 22:29:44.054419 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:44.054513 [ 6 ] {194572a8-8ee4-4be4-ae8d-e7ec9fe3db7d} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:29:44.054554 [ 6 ] {194572a8-8ee4-4be4-ae8d-e7ec9fe3db7d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:29:44.054885 [ 6 ] {194572a8-8ee4-4be4-ae8d-e7ec9fe3db7d} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:44.054920 [ 6 ] {194572a8-8ee4-4be4-ae8d-e7ec9fe3db7d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2026.04.10 22:29:44.055212 [ 6 ] {194572a8-8ee4-4be4-ae8d-e7ec9fe3db7d} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.04.10 22:29:44.055413 [ 6 ] {194572a8-8ee4-4be4-ae8d-e7ec9fe3db7d} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:44.055521 [ 108 ] {} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.04.10 22:29:44.055537 [ 6 ] {194572a8-8ee4-4be4-ae8d-e7ec9fe3db7d} executeQuery: Read 54 rows, 3.28 KiB in 0.001043 sec., 51773.72962607862 rows/sec., 3.07 MiB/sec. 2026.04.10 22:29:44.055587 [ 108 ] {} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:44.055596 [ 6 ] {194572a8-8ee4-4be4-ae8d-e7ec9fe3db7d} TCPHandler: Processed in 0.001225865 sec. 2026.04.10 22:29:44.055615 [ 108 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2026.04.10 22:29:44.055714 [ 187 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2026.04.10 22:29:44.055822 [ 187 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:29:44.055857 [ 187 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 3648 rows starting from the beginning of the part 2026.04.10 22:29:44.055920 [ 187 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 60 rows starting from the beginning of the part 2026.04.10 22:29:44.055968 [ 187 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 60 rows starting from the beginning of the part 2026.04.10 22:29:44.056013 [ 187 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 60 rows starting from the beginning of the part 2026.04.10 22:29:44.056059 [ 187 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 60 rows starting from the beginning of the part 2026.04.10 22:29:44.056100 [ 187 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 54 rows starting from the beginning of the part 2026.04.10 22:29:44.057325 [ 196 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 3942 rows, containing 4 columns (4 merged, 0 gathered) in 0.001654283 sec., 2382905.46417995 rows/sec., 156.24 MiB/sec. 2026.04.10 22:29:44.057639 [ 200 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.04.10 22:29:44.057935 [ 200 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_76_15} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:44.058013 [ 200 ] {d011da2b-2502-4d0a-9756-3e9226add765::all_1_76_15} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.04.10 22:29:44.058109 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. 2026.04.10 22:29:46.922025 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:46.922226 [ 6 ] {c2c1d1ab-b0c9-4376-9245-91b62ad0a39c} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:29:46.922300 [ 6 ] {c2c1d1ab-b0c9-4376-9245-91b62ad0a39c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:29:46.923005 [ 6 ] {c2c1d1ab-b0c9-4376-9245-91b62ad0a39c} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:46.923080 [ 6 ] {c2c1d1ab-b0c9-4376-9245-91b62ad0a39c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2026.04.10 22:29:46.923458 [ 6 ] {c2c1d1ab-b0c9-4376-9245-91b62ad0a39c} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.04.10 22:29:46.923687 [ 6 ] {c2c1d1ab-b0c9-4376-9245-91b62ad0a39c} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:46.923838 [ 6 ] {c2c1d1ab-b0c9-4376-9245-91b62ad0a39c} executeQuery: Read 56 rows, 4.41 KiB in 0.001666 sec., 33613.445378151264 rows/sec., 2.58 MiB/sec. 2026.04.10 22:29:46.923891 [ 6 ] {c2c1d1ab-b0c9-4376-9245-91b62ad0a39c} TCPHandler: Processed in 0.00200551 sec. 2026.04.10 22:29:46.924023 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:46.924120 [ 6 ] {ee1b1ad5-4695-425a-aaea-352e5ea595cf} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:29:46.924160 [ 6 ] {ee1b1ad5-4695-425a-aaea-352e5ea595cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:29:46.924630 [ 6 ] {ee1b1ad5-4695-425a-aaea-352e5ea595cf} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:46.924665 [ 6 ] {ee1b1ad5-4695-425a-aaea-352e5ea595cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2026.04.10 22:29:46.924956 [ 6 ] {ee1b1ad5-4695-425a-aaea-352e5ea595cf} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.04.10 22:29:46.925151 [ 6 ] {ee1b1ad5-4695-425a-aaea-352e5ea595cf} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:46.925271 [ 6 ] {ee1b1ad5-4695-425a-aaea-352e5ea595cf} executeQuery: Read 64 rows, 5.12 KiB in 0.001197 sec., 53467.00083542189 rows/sec., 4.17 MiB/sec. 2026.04.10 22:29:46.925306 [ 6 ] {ee1b1ad5-4695-425a-aaea-352e5ea595cf} TCPHandler: Processed in 0.001363427 sec. 2026.04.10 22:29:46.925423 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:46.925512 [ 6 ] {916d6a81-ef48-4c88-90b6-5f69b26dceec} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:29:46.925553 [ 6 ] {916d6a81-ef48-4c88-90b6-5f69b26dceec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:29:46.925995 [ 6 ] {916d6a81-ef48-4c88-90b6-5f69b26dceec} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:46.926030 [ 6 ] {916d6a81-ef48-4c88-90b6-5f69b26dceec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2026.04.10 22:29:46.926344 [ 6 ] {916d6a81-ef48-4c88-90b6-5f69b26dceec} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.04.10 22:29:46.926547 [ 6 ] {916d6a81-ef48-4c88-90b6-5f69b26dceec} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:46.926678 [ 6 ] {916d6a81-ef48-4c88-90b6-5f69b26dceec} executeQuery: Read 96 rows, 6.85 KiB in 0.00114 sec., 84210.52631578948 rows/sec., 5.87 MiB/sec. 2026.04.10 22:29:46.926714 [ 6 ] {916d6a81-ef48-4c88-90b6-5f69b26dceec} TCPHandler: Processed in 0.001301256 sec. 2026.04.10 22:29:46.926828 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:46.926921 [ 6 ] {de9b8fdc-ca74-49f8-a4e0-bac90a5d4101} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:29:46.926962 [ 6 ] {de9b8fdc-ca74-49f8-a4e0-bac90a5d4101} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:29:46.927284 [ 6 ] {de9b8fdc-ca74-49f8-a4e0-bac90a5d4101} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:46.927319 [ 6 ] {de9b8fdc-ca74-49f8-a4e0-bac90a5d4101} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2026.04.10 22:29:46.927611 [ 6 ] {de9b8fdc-ca74-49f8-a4e0-bac90a5d4101} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.04.10 22:29:46.927813 [ 6 ] {de9b8fdc-ca74-49f8-a4e0-bac90a5d4101} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:46.927937 [ 6 ] {de9b8fdc-ca74-49f8-a4e0-bac90a5d4101} executeQuery: Read 36 rows, 2.48 KiB in 0.001033 sec., 34849.951597289444 rows/sec., 2.35 MiB/sec. 2026.04.10 22:29:46.927973 [ 6 ] {de9b8fdc-ca74-49f8-a4e0-bac90a5d4101} TCPHandler: Processed in 0.001193674 sec. 2026.04.10 22:29:48.096450 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 25470 2026.04.10 22:29:48.096994 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:48.097048 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. 2026.04.10 22:29:48.097612 [ 245 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.04.10 22:29:48.097846 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): 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.10 22:29:48.097993 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25470 2026.04.10 22:29:49.424698 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 399 2026.04.10 22:29:49.440573 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:49.440627 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2026.04.10 22:29:49.446023 [ 244 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.04.10 22:29:49.446702 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): 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.10 22:29:49.449366 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 399 2026.04.10 22:29:50.697627 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 1436 2026.04.10 22:29:50.700754 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:50.700830 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2026.04.10 22:29:50.702228 [ 243 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.04.10 22:29:50.702560 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): 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.10 22:29:50.703013 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1436 2026.04.10 22:29:51.926791 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:51.926989 [ 6 ] {b17eda47-07ec-468d-8b1f-c8bd9371db20} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:29:51.927063 [ 6 ] {b17eda47-07ec-468d-8b1f-c8bd9371db20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:29:51.927723 [ 6 ] {b17eda47-07ec-468d-8b1f-c8bd9371db20} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:51.927773 [ 6 ] {b17eda47-07ec-468d-8b1f-c8bd9371db20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2026.04.10 22:29:51.928170 [ 6 ] {b17eda47-07ec-468d-8b1f-c8bd9371db20} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.04.10 22:29:51.928386 [ 6 ] {b17eda47-07ec-468d-8b1f-c8bd9371db20} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:51.928512 [ 101 ] {} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.04.10 22:29:51.928533 [ 6 ] {b17eda47-07ec-468d-8b1f-c8bd9371db20} executeQuery: Read 92 rows, 7.96 KiB in 0.001601 sec., 57464.08494690818 rows/sec., 4.86 MiB/sec. 2026.04.10 22:29:51.928576 [ 101 ] {} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:51.928589 [ 6 ] {b17eda47-07ec-468d-8b1f-c8bd9371db20} TCPHandler: Processed in 0.001938689 sec. 2026.04.10 22:29:51.928602 [ 101 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2026.04.10 22:29:51.928707 [ 187 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2026.04.10 22:29:51.928718 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:51.928809 [ 187 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:29:51.928823 [ 6 ] {7184bb84-5209-4b27-b52d-1c1ec90d8548} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:29:51.928844 [ 187 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 3362 rows starting from the beginning of the part 2026.04.10 22:29:51.928864 [ 6 ] {7184bb84-5209-4b27-b52d-1c1ec90d8548} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:29:51.928911 [ 187 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 102 rows starting from the beginning of the part 2026.04.10 22:29:51.928963 [ 187 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 92 rows starting from the beginning of the part 2026.04.10 22:29:51.929012 [ 187 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 3194 rows starting from the beginning of the part 2026.04.10 22:29:51.929059 [ 187 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 56 rows starting from the beginning of the part 2026.04.10 22:29:51.929100 [ 187 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 92 rows starting from the beginning of the part 2026.04.10 22:29:51.929324 [ 6 ] {7184bb84-5209-4b27-b52d-1c1ec90d8548} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:51.929370 [ 6 ] {7184bb84-5209-4b27-b52d-1c1ec90d8548} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2026.04.10 22:29:51.929754 [ 6 ] {7184bb84-5209-4b27-b52d-1c1ec90d8548} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.04.10 22:29:51.930011 [ 6 ] {7184bb84-5209-4b27-b52d-1c1ec90d8548} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:51.930155 [ 6 ] {7184bb84-5209-4b27-b52d-1c1ec90d8548} executeQuery: Read 18 rows, 1.35 KiB in 0.001349 sec., 13343.217197924389 rows/sec., 1003.35 KiB/sec. 2026.04.10 22:29:51.930194 [ 6 ] {7184bb84-5209-4b27-b52d-1c1ec90d8548} TCPHandler: Processed in 0.001525001 sec. 2026.04.10 22:29:51.930310 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:51.930403 [ 6 ] {a2929c39-3c2a-4f47-a9c2-86b717591b90} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:29:51.930445 [ 6 ] {a2929c39-3c2a-4f47-a9c2-86b717591b90} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:29:51.930872 [ 6 ] {a2929c39-3c2a-4f47-a9c2-86b717591b90} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:51.930909 [ 6 ] {a2929c39-3c2a-4f47-a9c2-86b717591b90} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2026.04.10 22:29:51.931218 [ 6 ] {a2929c39-3c2a-4f47-a9c2-86b717591b90} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.04.10 22:29:51.931277 [ 196 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 6898 rows, containing 5 columns (5 merged, 0 gathered) in 0.002606602 sec., 2646357.2114193114 rows/sec., 210.24 MiB/sec. 2026.04.10 22:29:51.931443 [ 6 ] {a2929c39-3c2a-4f47-a9c2-86b717591b90} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:51.931578 [ 6 ] {a2929c39-3c2a-4f47-a9c2-86b717591b90} executeQuery: Read 82 rows, 6.56 KiB in 0.001192 sec., 68791.94630872484 rows/sec., 5.37 MiB/sec. 2026.04.10 22:29:51.931601 [ 100 ] {} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.04.10 22:29:51.931616 [ 6 ] {a2929c39-3c2a-4f47-a9c2-86b717591b90} TCPHandler: Processed in 0.001357247 sec. 2026.04.10 22:29:51.931644 [ 189 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.04.10 22:29:51.931659 [ 100 ] {} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:51.931694 [ 100 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2026.04.10 22:29:51.931746 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:51.931765 [ 187 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2026.04.10 22:29:51.931845 [ 187 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:29:51.931846 [ 6 ] {95e18920-43fa-4285-9021-afe7c92376eb} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:29:51.931872 [ 187 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1834 rows starting from the beginning of the part 2026.04.10 22:29:51.931904 [ 6 ] {95e18920-43fa-4285-9021-afe7c92376eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:29:51.931916 [ 187 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 87 rows starting from the beginning of the part 2026.04.10 22:29:51.931955 [ 187 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 82 rows starting from the beginning of the part 2026.04.10 22:29:51.931957 [ 189 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_81_16} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:51.931990 [ 187 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 1743 rows starting from the beginning of the part 2026.04.10 22:29:51.932031 [ 187 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 64 rows starting from the beginning of the part 2026.04.10 22:29:51.932047 [ 189 ] {15303715-e1d3-410d-9b74-21f9c069a75b::all_1_81_16} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.04.10 22:29:51.932066 [ 187 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 82 rows starting from the beginning of the part 2026.04.10 22:29:51.932150 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.31 MiB. 2026.04.10 22:29:51.932322 [ 6 ] {95e18920-43fa-4285-9021-afe7c92376eb} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:51.932360 [ 6 ] {95e18920-43fa-4285-9021-afe7c92376eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2026.04.10 22:29:51.932687 [ 6 ] {95e18920-43fa-4285-9021-afe7c92376eb} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.04.10 22:29:51.932902 [ 6 ] {95e18920-43fa-4285-9021-afe7c92376eb} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:51.933038 [ 6 ] {95e18920-43fa-4285-9021-afe7c92376eb} executeQuery: Read 160 rows, 11.41 KiB in 0.00121 sec., 132231.40495867768 rows/sec., 9.21 MiB/sec. 2026.04.10 22:29:51.933076 [ 6 ] {95e18920-43fa-4285-9021-afe7c92376eb} TCPHandler: Processed in 0.001379318 sec. 2026.04.10 22:29:51.933185 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:51.933278 [ 6 ] {d3eab39d-ad16-44fc-8952-d543325bce19} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:29:51.933323 [ 191 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 3892 rows, containing 5 columns (5 merged, 0 gathered) in 0.001583262 sec., 2458216.0122582363 rows/sec., 178.12 MiB/sec. 2026.04.10 22:29:51.933334 [ 6 ] {d3eab39d-ad16-44fc-8952-d543325bce19} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:29:51.933510 [ 191 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.04.10 22:29:51.933749 [ 191 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_81_16} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:51.933814 [ 191 ] {d84b2238-1fdb-417d-a023-ae7ac55e7827::all_1_81_16} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.04.10 22:29:51.933874 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. 2026.04.10 22:29:51.934113 [ 6 ] {d3eab39d-ad16-44fc-8952-d543325bce19} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:51.934148 [ 6 ] {d3eab39d-ad16-44fc-8952-d543325bce19} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2026.04.10 22:29:51.934668 [ 6 ] {d3eab39d-ad16-44fc-8952-d543325bce19} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.04.10 22:29:51.934891 [ 6 ] {d3eab39d-ad16-44fc-8952-d543325bce19} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:51.935027 [ 6 ] {d3eab39d-ad16-44fc-8952-d543325bce19} executeQuery: Read 18 rows, 33.03 KiB in 0.001767 sec., 10186.757215619695 rows/sec., 18.25 MiB/sec. 2026.04.10 22:29:51.935081 [ 6 ] {d3eab39d-ad16-44fc-8952-d543325bce19} TCPHandler: Processed in 0.001945949 sec. 2026.04.10 22:29:51.935193 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:51.935288 [ 6 ] {ece3fdcb-d73a-418b-8243-71e8f2f82422} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:29:51.935330 [ 6 ] {ece3fdcb-d73a-418b-8243-71e8f2f82422} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:29:51.935656 [ 6 ] {ece3fdcb-d73a-418b-8243-71e8f2f82422} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:51.935692 [ 6 ] {ece3fdcb-d73a-418b-8243-71e8f2f82422} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2026.04.10 22:29:51.935990 [ 6 ] {ece3fdcb-d73a-418b-8243-71e8f2f82422} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.04.10 22:29:51.936197 [ 6 ] {ece3fdcb-d73a-418b-8243-71e8f2f82422} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:51.936327 [ 6 ] {ece3fdcb-d73a-418b-8243-71e8f2f82422} executeQuery: Read 60 rows, 4.14 KiB in 0.001057 sec., 56764.42762535478 rows/sec., 3.83 MiB/sec. 2026.04.10 22:29:51.936363 [ 6 ] {ece3fdcb-d73a-418b-8243-71e8f2f82422} TCPHandler: Processed in 0.001219014 sec. 2026.04.10 22:29:55.409268 [ 95 ] {} DNSResolver: Updating DNS cache 2026.04.10 22:29:55.409335 [ 95 ] {} DNSResolver: Updated DNS cache 2026.04.10 22:29:55.598324 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 25918 2026.04.10 22:29:55.598825 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:55.598869 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2026.04.10 22:29:55.599357 [ 245 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.04.10 22:29:55.599585 [ 245 ] {} system.asynchronous_metric_log (a84b1cbf-bca3-49fd-b4a1-ff5732a645f0): 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.10 22:29:55.599725 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25918 2026.04.10 22:29:56.852876 [ 96 ] {} oximeter.fields_i16 (419f2eef-209c-46fc-9cc0-97b5087686b9) (MergerMutator): Selected 5 parts from all_1_19_4 to all_23_23_0 2026.04.10 22:29:56.852941 [ 96 ] {} oximeter.fields_i16 (419f2eef-209c-46fc-9cc0-97b5087686b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:56.852966 [ 96 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2026.04.10 22:29:56.853150 [ 202 ] {419f2eef-209c-46fc-9cc0-97b5087686b9::all_1_23_5} MergeTask::PrepareStage: Merging 5 parts: from all_1_19_4 to all_23_23_0 into Compact with storage Full 2026.04.10 22:29:56.853365 [ 202 ] {419f2eef-209c-46fc-9cc0-97b5087686b9::all_1_23_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:29:56.853429 [ 202 ] {419f2eef-209c-46fc-9cc0-97b5087686b9::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_19_4, total 308 rows starting from the beginning of the part 2026.04.10 22:29:56.853541 [ 202 ] {419f2eef-209c-46fc-9cc0-97b5087686b9::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 24 rows starting from the beginning of the part 2026.04.10 22:29:56.853617 [ 202 ] {419f2eef-209c-46fc-9cc0-97b5087686b9::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 24 rows starting from the beginning of the part 2026.04.10 22:29:56.853688 [ 202 ] {419f2eef-209c-46fc-9cc0-97b5087686b9::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 24 rows starting from the beginning of the part 2026.04.10 22:29:56.853763 [ 202 ] {419f2eef-209c-46fc-9cc0-97b5087686b9::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 284 rows starting from the beginning of the part 2026.04.10 22:29:56.854546 [ 190 ] {419f2eef-209c-46fc-9cc0-97b5087686b9::all_1_23_5} MergeTask::MergeProjectionsStage: Merge sorted 664 rows, containing 5 columns (5 merged, 0 gathered) in 0.00147934 sec., 448848.81095623726 rows/sec., 31.48 MiB/sec. 2026.04.10 22:29:56.854690 [ 190 ] {419f2eef-209c-46fc-9cc0-97b5087686b9::all_1_23_5} MergedBlockOutputStream: filled checksums all_1_23_5 (state Temporary) 2026.04.10 22:29:56.854931 [ 190 ] {419f2eef-209c-46fc-9cc0-97b5087686b9::all_1_23_5} oximeter.fields_i16 (419f2eef-209c-46fc-9cc0-97b5087686b9): Renaming temporary part tmp_merge_all_1_23_5 to all_1_23_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:56.855000 [ 190 ] {419f2eef-209c-46fc-9cc0-97b5087686b9::all_1_23_5} oximeter.fields_i16 (419f2eef-209c-46fc-9cc0-97b5087686b9) (MergerMutator): Merged 5 parts: [all_1_19_4, all_23_23_0] -> all_1_23_5 2026.04.10 22:29:56.855071 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.04.10 22:29:56.935164 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:56.935456 [ 6 ] {432f24d0-4c17-4c44-bf7f-95f46e8e0ea0} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.10 22:29:56.935560 [ 6 ] {432f24d0-4c17-4c44-bf7f-95f46e8e0ea0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.10 22:29:56.936354 [ 6 ] {432f24d0-4c17-4c44-bf7f-95f46e8e0ea0} oximeter.fields_i16 (419f2eef-209c-46fc-9cc0-97b5087686b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:56.936394 [ 6 ] {432f24d0-4c17-4c44-bf7f-95f46e8e0ea0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2026.04.10 22:29:56.936790 [ 6 ] {432f24d0-4c17-4c44-bf7f-95f46e8e0ea0} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.04.10 22:29:56.937013 [ 6 ] {432f24d0-4c17-4c44-bf7f-95f46e8e0ea0} oximeter.fields_i16 (419f2eef-209c-46fc-9cc0-97b5087686b9): 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.10 22:29:56.937168 [ 6 ] {432f24d0-4c17-4c44-bf7f-95f46e8e0ea0} executeQuery: Read 284 rows, 18.47 KiB in 0.001804 sec., 157427.93791574278 rows/sec., 10.00 MiB/sec. 2026.04.10 22:29:56.937209 [ 6 ] {432f24d0-4c17-4c44-bf7f-95f46e8e0ea0} TCPHandler: Processed in 0.002235214 sec. 2026.04.10 22:29:56.937333 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:56.937426 [ 6 ] {190195e1-83c6-4550-a289-30dedbc27707} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:29:56.937466 [ 6 ] {190195e1-83c6-4550-a289-30dedbc27707} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:29:56.938350 [ 6 ] {190195e1-83c6-4550-a289-30dedbc27707} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:56.938388 [ 6 ] {190195e1-83c6-4550-a289-30dedbc27707} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2026.04.10 22:29:56.938754 [ 6 ] {190195e1-83c6-4550-a289-30dedbc27707} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.04.10 22:29:56.938960 [ 6 ] {190195e1-83c6-4550-a289-30dedbc27707} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:56.939089 [ 6 ] {190195e1-83c6-4550-a289-30dedbc27707} executeQuery: Read 843 rows, 67.17 KiB in 0.001681 sec., 501487.20999405114 rows/sec., 39.02 MiB/sec. 2026.04.10 22:29:56.939127 [ 6 ] {190195e1-83c6-4550-a289-30dedbc27707} TCPHandler: Processed in 0.001841627 sec. 2026.04.10 22:29:56.939243 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:56.939336 [ 6 ] {d34bebf7-34b8-4d3e-a388-0f5538282153} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:29:56.939375 [ 6 ] {d34bebf7-34b8-4d3e-a388-0f5538282153} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:29:56.939871 [ 6 ] {d34bebf7-34b8-4d3e-a388-0f5538282153} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:56.939908 [ 6 ] {d34bebf7-34b8-4d3e-a388-0f5538282153} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2026.04.10 22:29:56.940216 [ 6 ] {d34bebf7-34b8-4d3e-a388-0f5538282153} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.04.10 22:29:56.940424 [ 6 ] {d34bebf7-34b8-4d3e-a388-0f5538282153} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:56.940549 [ 6 ] {d34bebf7-34b8-4d3e-a388-0f5538282153} executeQuery: Read 165 rows, 10.27 KiB in 0.001232 sec., 133928.57142857142 rows/sec., 8.14 MiB/sec. 2026.04.10 22:29:56.940558 [ 94 ] {} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.04.10 22:29:56.940589 [ 6 ] {d34bebf7-34b8-4d3e-a388-0f5538282153} TCPHandler: Processed in 0.001393628 sec. 2026.04.10 22:29:56.940605 [ 94 ] {} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:56.940630 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2026.04.10 22:29:56.940713 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:56.940735 [ 191 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2026.04.10 22:29:56.940809 [ 6 ] {6320b5b5-829d-48d1-8456-8a87df2f1a43} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.10 22:29:56.940840 [ 191 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:29:56.940848 [ 6 ] {6320b5b5-829d-48d1-8456-8a87df2f1a43} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.10 22:29:56.940874 [ 191 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 226 rows starting from the beginning of the part 2026.04.10 22:29:56.940943 [ 191 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 23 rows starting from the beginning of the part 2026.04.10 22:29:56.940996 [ 191 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 18 rows starting from the beginning of the part 2026.04.10 22:29:56.941046 [ 191 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 180 rows starting from the beginning of the part 2026.04.10 22:29:56.941089 [ 191 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 18 rows starting from the beginning of the part 2026.04.10 22:29:56.941134 [ 191 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 165 rows starting from the beginning of the part 2026.04.10 22:29:56.941296 [ 6 ] {6320b5b5-829d-48d1-8456-8a87df2f1a43} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:56.941331 [ 6 ] {6320b5b5-829d-48d1-8456-8a87df2f1a43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2026.04.10 22:29:56.941635 [ 6 ] {6320b5b5-829d-48d1-8456-8a87df2f1a43} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.04.10 22:29:56.941841 [ 6 ] {6320b5b5-829d-48d1-8456-8a87df2f1a43} oximeter.fields_u32 (3fa287f2-d72f-48ad-8e53-55e283cdd002): 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.10 22:29:56.941930 [ 190 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 630 rows, containing 5 columns (5 merged, 0 gathered) in 0.001239555 sec., 508246.9111899028 rows/sec., 34.16 MiB/sec. 2026.04.10 22:29:56.941963 [ 6 ] {6320b5b5-829d-48d1-8456-8a87df2f1a43} executeQuery: Read 149 rows, 9.86 KiB in 0.001172 sec., 127133.10580204778 rows/sec., 8.21 MiB/sec. 2026.04.10 22:29:56.942004 [ 6 ] {6320b5b5-829d-48d1-8456-8a87df2f1a43} TCPHandler: Processed in 0.001339267 sec. 2026.04.10 22:29:56.942065 [ 187 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.04.10 22:29:56.942121 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:56.942220 [ 6 ] {1f50bfd5-0c02-4978-b1da-4e8cc3119f64} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.10 22:29:56.942259 [ 6 ] {1f50bfd5-0c02-4978-b1da-4e8cc3119f64} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.10 22:29:56.942304 [ 187 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_71_14} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:56.942371 [ 187 ] {a3b5c9ce-443f-4c1f-a864-1ef39effacf9::all_1_71_14} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.04.10 22:29:56.942434 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.04.10 22:29:56.942696 [ 6 ] {1f50bfd5-0c02-4978-b1da-4e8cc3119f64} oximeter.fields_u8 (db645430-3721-434f-a428-3eb1f7165166): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:56.942730 [ 6 ] {1f50bfd5-0c02-4978-b1da-4e8cc3119f64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2026.04.10 22:29:56.943026 [ 6 ] {1f50bfd5-0c02-4978-b1da-4e8cc3119f64} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.04.10 22:29:56.943247 [ 6 ] {1f50bfd5-0c02-4978-b1da-4e8cc3119f64} oximeter.fields_u8 (db645430-3721-434f-a428-3eb1f7165166): 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.10 22:29:56.943376 [ 6 ] {1f50bfd5-0c02-4978-b1da-4e8cc3119f64} executeQuery: Read 148 rows, 8.62 KiB in 0.001174 sec., 126064.73594548553 rows/sec., 7.17 MiB/sec. 2026.04.10 22:29:56.943414 [ 6 ] {1f50bfd5-0c02-4978-b1da-4e8cc3119f64} TCPHandler: Processed in 0.001344898 sec. 2026.04.10 22:29:56.943523 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:56.943613 [ 6 ] {0661a6c4-7356-4551-a9a1-9c19f4e4e67d} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:29:56.943652 [ 6 ] {0661a6c4-7356-4551-a9a1-9c19f4e4e67d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:29:56.944237 [ 6 ] {0661a6c4-7356-4551-a9a1-9c19f4e4e67d} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:56.944273 [ 6 ] {0661a6c4-7356-4551-a9a1-9c19f4e4e67d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2026.04.10 22:29:56.944593 [ 6 ] {0661a6c4-7356-4551-a9a1-9c19f4e4e67d} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.04.10 22:29:56.944800 [ 6 ] {0661a6c4-7356-4551-a9a1-9c19f4e4e67d} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:56.944926 [ 6 ] {0661a6c4-7356-4551-a9a1-9c19f4e4e67d} executeQuery: Read 513 rows, 37.02 KiB in 0.00133 sec., 385714.2857142857 rows/sec., 27.18 MiB/sec. 2026.04.10 22:29:56.944963 [ 6 ] {0661a6c4-7356-4551-a9a1-9c19f4e4e67d} TCPHandler: Processed in 0.00148715 sec. 2026.04.10 22:29:56.945068 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:56.945160 [ 6 ] {76882f2a-a9cd-468e-90a5-cd6a8a23789d} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.10 22:29:56.945200 [ 6 ] {76882f2a-a9cd-468e-90a5-cd6a8a23789d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.10 22:29:56.945525 [ 6 ] {76882f2a-a9cd-468e-90a5-cd6a8a23789d} oximeter.measurements_bool (866da8bb-a9f8-4668-8c33-6b1a5bc68a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:56.945559 [ 6 ] {76882f2a-a9cd-468e-90a5-cd6a8a23789d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2026.04.10 22:29:56.945856 [ 6 ] {76882f2a-a9cd-468e-90a5-cd6a8a23789d} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.10 22:29:56.946057 [ 6 ] {76882f2a-a9cd-468e-90a5-cd6a8a23789d} oximeter.measurements_bool (866da8bb-a9f8-4668-8c33-6b1a5bc68a2a): 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.10 22:29:56.946191 [ 6 ] {76882f2a-a9cd-468e-90a5-cd6a8a23789d} executeQuery: Read 6 rows, 321.00 B in 0.001049 sec., 5719.733079122974 rows/sec., 298.83 KiB/sec. 2026.04.10 22:29:56.946227 [ 6 ] {76882f2a-a9cd-468e-90a5-cd6a8a23789d} TCPHandler: Processed in 0.001205675 sec. 2026.04.10 22:29:56.946331 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:56.946422 [ 6 ] {c8cf145c-53ba-48f4-a629-63df768e8415} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:29:56.946462 [ 6 ] {c8cf145c-53ba-48f4-a629-63df768e8415} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:29:56.946860 [ 6 ] {c8cf145c-53ba-48f4-a629-63df768e8415} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:56.946895 [ 6 ] {c8cf145c-53ba-48f4-a629-63df768e8415} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2026.04.10 22:29:56.947214 [ 6 ] {c8cf145c-53ba-48f4-a629-63df768e8415} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.04.10 22:29:56.947436 [ 6 ] {c8cf145c-53ba-48f4-a629-63df768e8415} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:56.947561 [ 94 ] {} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff) (MergerMutator): Selected 6 parts from all_1_75_15 to all_80_80_0 2026.04.10 22:29:56.947567 [ 6 ] {c8cf145c-53ba-48f4-a629-63df768e8415} executeQuery: Read 265 rows, 18.03 KiB in 0.001163 sec., 227858.98538263113 rows/sec., 15.14 MiB/sec. 2026.04.10 22:29:56.947604 [ 94 ] {} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:56.947623 [ 6 ] {c8cf145c-53ba-48f4-a629-63df768e8415} TCPHandler: Processed in 0.001337857 sec. 2026.04.10 22:29:56.947629 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2026.04.10 22:29:56.947728 [ 191 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_80_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_75_15 to all_80_80_0 into Compact with storage Full 2026.04.10 22:29:56.947739 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:56.947818 [ 191 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_80_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:29:56.947838 [ 6 ] {076f2228-fda4-4870-9569-0e01d5f081a7} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.10 22:29:56.947843 [ 191 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_80_16} MergeTreeSequentialSource: Reading 5 marks from part all_1_75_15, total 28047 rows starting from the beginning of the part 2026.04.10 22:29:56.947884 [ 6 ] {076f2228-fda4-4870-9569-0e01d5f081a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.10 22:29:56.947916 [ 191 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_80_16} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 160 rows starting from the beginning of the part 2026.04.10 22:29:56.947955 [ 191 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_80_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 1635 rows starting from the beginning of the part 2026.04.10 22:29:56.947999 [ 191 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_80_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 96 rows starting from the beginning of the part 2026.04.10 22:29:56.948031 [ 191 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_80_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 160 rows starting from the beginning of the part 2026.04.10 22:29:56.948065 [ 191 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_80_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 265 rows starting from the beginning of the part 2026.04.10 22:29:56.948203 [ 6 ] {076f2228-fda4-4870-9569-0e01d5f081a7} oximeter.measurements_f64 (58e3eb3a-a7ad-4b02-bedb-c669836543a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:56.948237 [ 6 ] {076f2228-fda4-4870-9569-0e01d5f081a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2026.04.10 22:29:56.948552 [ 6 ] {076f2228-fda4-4870-9569-0e01d5f081a7} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.10 22:29:56.948753 [ 6 ] {076f2228-fda4-4870-9569-0e01d5f081a7} oximeter.measurements_f64 (58e3eb3a-a7ad-4b02-bedb-c669836543a8): 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.10 22:29:56.948877 [ 6 ] {076f2228-fda4-4870-9569-0e01d5f081a7} executeQuery: Read 1 rows, 69.00 B in 0.001057 sec., 946.073793755913 rows/sec., 63.75 KiB/sec. 2026.04.10 22:29:56.948912 [ 6 ] {076f2228-fda4-4870-9569-0e01d5f081a7} TCPHandler: Processed in 0.001219675 sec. 2026.04.10 22:29:56.949034 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:56.949141 [ 6 ] {f8bdf673-3821-4f84-9f09-fc1f09c5725d} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:29:56.949195 [ 6 ] {f8bdf673-3821-4f84-9f09-fc1f09c5725d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:29:56.949537 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 407 2026.04.10 22:29:56.949994 [ 6 ] {f8bdf673-3821-4f84-9f09-fc1f09c5725d} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:56.950033 [ 6 ] {f8bdf673-3821-4f84-9f09-fc1f09c5725d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2026.04.10 22:29:56.950588 [ 6 ] {f8bdf673-3821-4f84-9f09-fc1f09c5725d} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.04.10 22:29:56.950806 [ 6 ] {f8bdf673-3821-4f84-9f09-fc1f09c5725d} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:56.950932 [ 96 ] {} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.04.10 22:29:56.950950 [ 6 ] {f8bdf673-3821-4f84-9f09-fc1f09c5725d} executeQuery: Read 23 rows, 42.20 KiB in 0.001833 sec., 12547.735951991272 rows/sec., 22.48 MiB/sec. 2026.04.10 22:29:56.950981 [ 96 ] {} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:56.951009 [ 96 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2026.04.10 22:29:56.951036 [ 6 ] {f8bdf673-3821-4f84-9f09-fc1f09c5725d} TCPHandler: Processed in 0.002063861 sec. 2026.04.10 22:29:56.951102 [ 190 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2026.04.10 22:29:56.951151 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:29:56.951250 [ 6 ] {4d748013-5bb2-4456-9f65-d4f591add6f8} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:29:56.951292 [ 6 ] {4d748013-5bb2-4456-9f65-d4f591add6f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:29:56.951298 [ 190 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 22:29:56.951366 [ 190 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1450 rows starting from the beginning of the part 2026.04.10 22:29:56.951553 [ 190 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 23 rows starting from the beginning of the part 2026.04.10 22:29:56.951637 [ 6 ] {4d748013-5bb2-4456-9f65-d4f591add6f8} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:56.951687 [ 6 ] {4d748013-5bb2-4456-9f65-d4f591add6f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2026.04.10 22:29:56.951717 [ 190 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 18 rows starting from the beginning of the part 2026.04.10 22:29:56.951873 [ 190 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 34 rows starting from the beginning of the part 2026.04.10 22:29:56.952023 [ 190 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 18 rows starting from the beginning of the part 2026.04.10 22:29:56.952180 [ 190 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 23 rows starting from the beginning of the part 2026.04.10 22:29:56.954455 [ 6 ] {4d748013-5bb2-4456-9f65-d4f591add6f8} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.04.10 22:29:56.954707 [ 6 ] {4d748013-5bb2-4456-9f65-d4f591add6f8} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:56.954843 [ 6 ] {4d748013-5bb2-4456-9f65-d4f591add6f8} executeQuery: Read 90 rows, 5.77 KiB in 0.003612 sec., 24916.943521594683 rows/sec., 1.56 MiB/sec. 2026.04.10 22:29:56.954880 [ 6 ] {4d748013-5bb2-4456-9f65-d4f591add6f8} TCPHandler: Processed in 0.003777386 sec. 2026.04.10 22:29:56.961483 [ 188 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_80_16} MergeTask::MergeProjectionsStage: Merge sorted 30363 rows, containing 5 columns (5 merged, 0 gathered) in 0.013785208 sec., 2202578.299870412 rows/sec., 142.21 MiB/sec. 2026.04.10 22:29:56.962044 [ 201 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_80_16} MergedBlockOutputStream: filled checksums all_1_80_16 (state Temporary) 2026.04.10 22:29:56.962419 [ 201 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_80_16} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Renaming temporary part tmp_merge_all_1_80_16 to all_1_80_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:56.962503 [ 201 ] {44193040-72a9-44ec-a565-c534b9f3dcff::all_1_80_16} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff) (MergerMutator): Merged 6 parts: [all_1_75_15, all_80_80_0] -> all_1_80_16 2026.04.10 22:29:56.962617 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. 2026.04.10 22:29:56.964675 [ 193 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 1566 rows, containing 19 columns (19 merged, 0 gathered) in 0.013605324 sec., 115101.99977597005 rows/sec., 206.26 MiB/sec. 2026.04.10 22:29:56.967067 [ 201 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.04.10 22:29:56.967410 [ 201 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_71_14} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:29:56.967487 [ 201 ] {240c2363-d096-4df1-a9c1-cf60540c0597::all_1_71_14} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.04.10 22:29:56.967645 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.64 MiB. 2026.04.10 22:29:56.968075 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:29:56.968119 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2026.04.10 22:29:56.974735 [ 244 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.04.10 22:29:56.975441 [ 244 ] {} system.metric_log (6737c5aa-b506-4b23-a6e1-4f172cb16696): 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.10 22:29:56.978533 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 407 2026.04.10 22:29:57.001158 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 329.61 MiB, peak 340.69 MiB, free memory in arenas 0.00 B, will set to 334.92 MiB (RSS), difference: 5.32 MiB 2026.04.10 22:30:00.704192 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1470 2026.04.10 22:30:00.707612 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:30:00.707692 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2026.04.10 22:30:00.709430 [ 243 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.04.10 22:30:00.709788 [ 243 ] {} system.query_log (c182ef38-4263-4447-afa7-74ba56ba4f95): 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.10 22:30:00.710250 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1470 2026.04.10 22:30:01.927745 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:30:01.927948 [ 6 ] {3686debe-eb29-49f6-be50-9566934621b5} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.10 22:30:01.928024 [ 6 ] {3686debe-eb29-49f6-be50-9566934621b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.10 22:30:01.928715 [ 6 ] {3686debe-eb29-49f6-be50-9566934621b5} oximeter.fields_ipaddr (b4784700-91f7-4af4-af29-376f839f9b40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:30:01.928769 [ 6 ] {3686debe-eb29-49f6-be50-9566934621b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2026.04.10 22:30:01.929220 [ 6 ] {3686debe-eb29-49f6-be50-9566934621b5} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.04.10 22:30:01.929540 [ 6 ] {3686debe-eb29-49f6-be50-9566934621b5} oximeter.fields_ipaddr (b4784700-91f7-4af4-af29-376f839f9b40): 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.10 22:30:01.929759 [ 6 ] {3686debe-eb29-49f6-be50-9566934621b5} executeQuery: Read 2 rows, 167.00 B in 0.001865 sec., 1072.3860589812332 rows/sec., 87.45 KiB/sec. 2026.04.10 22:30:01.929825 [ 6 ] {3686debe-eb29-49f6-be50-9566934621b5} TCPHandler: Processed in 0.002220164 sec. 2026.04.10 22:30:01.929971 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:30:01.930085 [ 6 ] {bd8105f6-272b-465e-8b00-128f4d091991} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 22:30:01.930131 [ 6 ] {bd8105f6-272b-465e-8b00-128f4d091991} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 22:30:01.930627 [ 6 ] {bd8105f6-272b-465e-8b00-128f4d091991} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:30:01.930664 [ 6 ] {bd8105f6-272b-465e-8b00-128f4d091991} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2026.04.10 22:30:01.931031 [ 6 ] {bd8105f6-272b-465e-8b00-128f4d091991} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.04.10 22:30:01.931248 [ 6 ] {bd8105f6-272b-465e-8b00-128f4d091991} oximeter.fields_string (15303715-e1d3-410d-9b74-21f9c069a75b): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:30:01.931389 [ 6 ] {bd8105f6-272b-465e-8b00-128f4d091991} executeQuery: Read 93 rows, 8.03 KiB in 0.001363 sec., 68231.84152604548 rows/sec., 5.76 MiB/sec. 2026.04.10 22:30:01.931427 [ 6 ] {bd8105f6-272b-465e-8b00-128f4d091991} TCPHandler: Processed in 0.001555122 sec. 2026.04.10 22:30:01.931539 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:30:01.931639 [ 6 ] {1846b0cd-3d73-4517-b2fc-c971140e0543} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 22:30:01.931681 [ 6 ] {1846b0cd-3d73-4517-b2fc-c971140e0543} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 22:30:01.932212 [ 6 ] {1846b0cd-3d73-4517-b2fc-c971140e0543} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:30:01.932252 [ 6 ] {1846b0cd-3d73-4517-b2fc-c971140e0543} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2026.04.10 22:30:01.932610 [ 6 ] {1846b0cd-3d73-4517-b2fc-c971140e0543} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.04.10 22:30:01.932847 [ 6 ] {1846b0cd-3d73-4517-b2fc-c971140e0543} oximeter.fields_u16 (a3b5c9ce-443f-4c1f-a864-1ef39effacf9): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:30:01.932987 [ 6 ] {1846b0cd-3d73-4517-b2fc-c971140e0543} executeQuery: Read 20 rows, 1.49 KiB in 0.001317 sec., 15186.028853454822 rows/sec., 1.11 MiB/sec. 2026.04.10 22:30:01.933026 [ 6 ] {1846b0cd-3d73-4517-b2fc-c971140e0543} TCPHandler: Processed in 0.00149299 sec. 2026.04.10 22:30:01.933143 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:30:01.933252 [ 6 ] {409deba5-6e4f-471a-ad3a-f8cdba00fdf2} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 22:30:01.933301 [ 6 ] {409deba5-6e4f-471a-ad3a-f8cdba00fdf2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 22:30:01.933782 [ 6 ] {409deba5-6e4f-471a-ad3a-f8cdba00fdf2} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:30:01.933829 [ 6 ] {409deba5-6e4f-471a-ad3a-f8cdba00fdf2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2026.04.10 22:30:01.934255 [ 6 ] {409deba5-6e4f-471a-ad3a-f8cdba00fdf2} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.04.10 22:30:01.934545 [ 6 ] {409deba5-6e4f-471a-ad3a-f8cdba00fdf2} oximeter.fields_uuid (d84b2238-1fdb-417d-a023-ae7ac55e7827): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:30:01.934716 [ 6 ] {409deba5-6e4f-471a-ad3a-f8cdba00fdf2} executeQuery: Read 84 rows, 6.72 KiB in 0.001488 sec., 56451.61290322581 rows/sec., 4.41 MiB/sec. 2026.04.10 22:30:01.934758 [ 6 ] {409deba5-6e4f-471a-ad3a-f8cdba00fdf2} TCPHandler: Processed in 0.001667584 sec. 2026.04.10 22:30:01.934884 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:30:01.934982 [ 6 ] {77c06781-03e3-416c-b660-5240c7abbf80} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 22:30:01.935026 [ 6 ] {77c06781-03e3-416c-b660-5240c7abbf80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 22:30:01.935443 [ 6 ] {77c06781-03e3-416c-b660-5240c7abbf80} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:30:01.935480 [ 6 ] {77c06781-03e3-416c-b660-5240c7abbf80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2026.04.10 22:30:01.935824 [ 6 ] {77c06781-03e3-416c-b660-5240c7abbf80} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.04.10 22:30:01.936052 [ 6 ] {77c06781-03e3-416c-b660-5240c7abbf80} oximeter.measurements_cumulativeu64 (44193040-72a9-44ec-a565-c534b9f3dcff): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:30:01.936194 [ 6 ] {77c06781-03e3-416c-b660-5240c7abbf80} executeQuery: Read 161 rows, 11.48 KiB in 0.00123 sec., 130894.30894308943 rows/sec., 9.12 MiB/sec. 2026.04.10 22:30:01.936243 [ 6 ] {77c06781-03e3-416c-b660-5240c7abbf80} TCPHandler: Processed in 0.001412228 sec. 2026.04.10 22:30:01.936365 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:30:01.936469 [ 6 ] {543660a0-7ea2-4b42-95e0-f77b029d4889} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 22:30:01.936536 [ 6 ] {543660a0-7ea2-4b42-95e0-f77b029d4889} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.10 22:30:01.937500 [ 6 ] {543660a0-7ea2-4b42-95e0-f77b029d4889} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:30:01.937547 [ 6 ] {543660a0-7ea2-4b42-95e0-f77b029d4889} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2026.04.10 22:30:01.938243 [ 6 ] {543660a0-7ea2-4b42-95e0-f77b029d4889} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.04.10 22:30:01.938483 [ 6 ] {543660a0-7ea2-4b42-95e0-f77b029d4889} oximeter.measurements_histogramu64 (240c2363-d096-4df1-a9c1-cf60540c0597): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:30:01.938625 [ 6 ] {543660a0-7ea2-4b42-95e0-f77b029d4889} executeQuery: Read 18 rows, 33.03 KiB in 0.002174 sec., 8279.66881324747 rows/sec., 14.84 MiB/sec. 2026.04.10 22:30:01.938683 [ 6 ] {543660a0-7ea2-4b42-95e0-f77b029d4889} TCPHandler: Processed in 0.002368938 sec. 2026.04.10 22:30:01.938815 [ 6 ] {} TCP-Session: b917eb57-7775-42ee-bd75-26a127e9a77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 22:30:01.938912 [ 6 ] {eba3c722-f1aa-49dc-af12-f8da941ea361} executeQuery: (from [fd00:1122:3344:101::d]:38483) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 22:30:01.938955 [ 6 ] {eba3c722-f1aa-49dc-af12-f8da941ea361} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 22:30:01.939313 [ 6 ] {eba3c722-f1aa-49dc-af12-f8da941ea361} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 22:30:01.939357 [ 6 ] {eba3c722-f1aa-49dc-af12-f8da941ea361} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. 2026.04.10 22:30:01.939720 [ 6 ] {eba3c722-f1aa-49dc-af12-f8da941ea361} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.04.10 22:30:01.939946 [ 6 ] {eba3c722-f1aa-49dc-af12-f8da941ea361} oximeter.measurements_u64 (d011da2b-2502-4d0a-9756-3e9226add765): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 22:30:01.940081 [ 6 ] {eba3c722-f1aa-49dc-af12-f8da941ea361} executeQuery: Read 60 rows, 4.14 KiB in 0.001189 sec., 50462.57359125315 rows/sec., 3.40 MiB/sec. 2026.04.10 22:30:01.940121 [ 6 ] {eba3c722-f1aa-49dc-af12-f8da941ea361} TCPHandler: Processed in 0.001356487 sec.